/*SC_GROUP_CSS*/.su-clearfix {
  *zoom: 1;
}
.su-clearfix:before,
.su-clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.su-clearfix:after {
  clear: both;
}


/*
 Exit_popup_here_because_of_adblock_plus_block_it_we_just_apply_a_hack
*/
.su-ep-container {
	/* Size and position */
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	/* Background and effects */
	background: rgba(0,0,0,0.75);
	perspective: 1000px;
	/* Animation default state */
	left: 100%;
	opacity: 0;
	/* Animation */
	-webkit-transition-property: left, opacity;
	-webkit-transition-duration: 0, 0.3s;
	-webkit-transition-delay: 0.3s, 0;
	transition-property: left, opacity;
	transition-duration: 0, 0.3s;
	transition-delay: 0.3s, 0;
}

/*
Modal background visible state
*/
.su-ep-container.visible {
	-webkit-transition-delay: 0;
	transition-delay: 0;
	left: 0;
	opacity: 1;
	z-index: 9999;
}

/*
Lightbox
*/
.su-lightbox {
	cursor: pointer;
}

/*
Modal
*/
.su-ep-content {
	width: 590px;
	height: 300px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	/* Animation default state */
	transform: scale(0.4) rotateX(45deg);
	/* Animation */
	transition: all 0.3s;
	background-color: #fff;
	box-sizing: border-box;
}

.su-ep-content .su-ep-inner {
	padding: 15px;
	text-align: center;
}
.su-ep-content .su-ep-inner h1,
.su-ep-content .su-ep-inner h2,
.su-ep-content .su-ep-inner h3,
.su-ep-content .su-ep-inner h4 {
	color: inherit;
}

.su-ep-content.visible {
	transform: scale(1) rotateX(0deg);
}

/*
Close button
*/
.su-ep-content .ep-close {
	width: 32px;
	height: 32px;
	position: absolute;
	top: -40px;
	right: 0px;
	cursor: pointer;
	color: #ddd;
	line-height: 32px;
	font-family: Arial, Baskerville, monospace;
	font-size: 32px;
	text-align: right;
}
.su-ep-content .ep-close:hover {
	color: #fff;
}.su-ep-content .ep-close:focus {
	color: #f5f5f5;
}

/* Social locker */
.onp-sl-social-button iframe {
	vertical-align: baseline;
}

@media (max-width: 767px) {
	.su-ep-content {
		width: 91%;
		height: auto;
		min-height: 240px;
		margin: 30px;
	}
}

/*
 * Visibility
 * Avoids setting display to `block` so it works also with `inline-block` and `table`
 */
/* Desktop and bigger */
@media (min-width: 960px) {
  .su-visible-small {
    display: none !important;
  }
  .su-visible-medium {
    display: none !important;
  }
  .su-hidden-large {
    display: none !important;
  }
}
/* Tablets portrait */
@media (min-width: 768px) and (max-width: 959px) {
  .su-visible-small {
    display: none !important;
  }
  .su-visible-large {
    display: none !important ;
  }
  .su-hidden-medium {
    display: none !important;
  }
}
/* Phone landscape and smaller*/
@media (max-width: 767px) {
  .su-visible-medium {
    display: none !important;
  }
  .su-visible-large {
    display: none !important;
  }
  .su-hidden-small {
    display: none !important;
  }
}
/* Remove from the flow and screen readers on any device */
.su-hidden {
  display: none !important;
  visibility: hidden !important;
}
/* It's hidden, but still affects layout */
.su-invisible {
  visibility: hidden !important;
}
/* Show on hover */
.su-visible-hover:hover .su-hidden,
.su-visible-hover:hover .su-invisible {
  display: block !important;
  visibility: visible !important;
}
.su-visible-hover-inline:hover .su-hidden,
.su-visible-hover-inline:hover .su-invisible {
  display: inline-block !important;
  visibility: visible !important;
}
/* Hide on touch */
.su-touch .su-hidden-touch,
.su-notouch .su-hidden-notouch {
  display: none !important;
}


/*SC_GROUP_CSS*//*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(//samimed.ir//plugins/system/bdthemes_shortcodes/css/../fonts/fontawesome-webfont.eot?v=4.5.0);src:url(//samimed.ir//plugins/system/bdthemes_shortcodes/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'),url(//samimed.ir//plugins/system/bdthemes_shortcodes/css/../fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'),url(//samimed.ir//plugins/system/bdthemes_shortcodes/css/../fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'),url(//samimed.ir//plugins/system/bdthemes_shortcodes/css/../fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'),url(//samimed.ir//plugins/system/bdthemes_shortcodes/css/../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg');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:.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}.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: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-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-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"}

/*SC_GROUP_CSS*/.jshop h1{
    margin-top: 0px;
    font-size:16px;
}
table.jshop{
    border-collapse: collapse;
    border: 0px;
    width: 100%;	
}
table.jshop td{
    vertical-align: top;
}
#jshop_menu_order{
    margin-bottom: 10px;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
}
td.jshop_order_step{
    padding:2px;
    padding-top:5px;
    padding-bottom:5px;
    text-align: center;
    vertical-align: middle;
}
.jshop_order_step a{
    vertical-align: top;
    text-decoration: underline;
    font-size:12px;
}
.table_order_list {
    background-color: #F5F5F5;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
}
.table_order_list .buttons{
    text-align: center;
    padding-top: 10px;
}

.row-fluid {
    width: 100%;
    *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
}
.row-fluid:after {
    clear: both;
}
.row-fluid [class*="sblock"] {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 10px;
}
.row-fluid [class*="sblock"]:first-child {
    padding-left: 0;
}
.row-fluid .sblock2{
    width: 50%;
}
.row-fluid .sblock3{
    width: 33.333%;
}
.row-fluid .sblock4{
    width: 25%;
}
.row-fluid .sblock5{
    width: 20%;
}
.row-fluid .sblock6{
    width: 16.666%;
}
.row-fluid .sblock7{
    width: 14.285%;
}
.row-fluid .sblock8{
    width: 12.5%;
}
.row-fluid .sblock9{
    width: 11.111%;
}
.row-fluid .sblock10{
    width: 10%;
}
.row-fluid .sblock11{
    width: 9.09%;
}
.row-fluid .sblock12{
    width: 8.333%;
}

.myorders_block_info{
    margin-bottom: 30px;
}
.myorders_block_info .order_number{
    font-size: 120%;
    margin-bottom: 5px;
}
.myorders_block_info .order_status{
    font-size: 120%;
    margin-bottom: 5px;
}
.myorders_total{
    font-size: 120%;
}
.myorders_total .name{
    font-weight: bold;
}
.myorderinfo .userinfo{
    margin-top: 10px;
    margin-bottom: 20px;
    border:1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
}
.myorderinfo .userbillinfo{
    padding-right: 10px;
}
.myorderinfo .product_head{
    margin-bottom: 5px;
}
.myorderinfo .order_number{
    font-size: 140%;
}
.myorderinfo .order_items{
    margin-bottom: 20px;
}
.myorderinfo .jshop_subtotal{
    margin-bottom: 20px;
}
.myorderinfo .shipping_block_info{
    margin-bottom: 15px;
}
.myorderinfo .payment_block_info{
    margin-bottom: 15px;
}
.myorderinfo .order_comment{
    margin-bottom: 15px;
}
.myorderinfo .history{
    margin-bottom: 15px;
}
img.jshop_img_thumb{
    padding: 1px;
    text-align: center;
    border: 1px solid #ccc;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom:5px;
    cursor: pointer;
}
.jshop label{
    margin: 0px;
    display: inline-block;
    margin-right: 5px;
}
.jshop input[type="radio"], .jshop input[type="checkbox"]{
    margin: 0px;
}
div.jshop_prod_description{
    padding-top:10px;
    padding-bottom: 10px;
}
div.jshop_prod_attributes{
    padding:0;
    margin:0;
    padding-bottom: 10px;
}
div.jshop_prod_attributes select{
    width: 140px;
}
div.jshop_prod_attributes .attributes_title{
    padding-top: 5px;
}
td.jshop_img_description {
    vertical-align: top;
    text-align:left;
    padding-left: 10px;
}
.jshop_subtotal .value{
    text-align: right;
    white-space: nowrap;
    width: 12%;
}
.jshop_subtotal .name{
    padding-right: 10px;
    text-align: right;
    width: 88%;
}
.jshop .total{
    font-weight: bold;
}
.related_header{
    margin-top: 20px;
    border-bottom: 1px solid #999;
    font-weight: bold;
    margin-bottom: 20px;
}
.td_1{
    text-align: left;
    font-weight: bold;
}
.td_2{
    text-align: right;
    font-weight: bold;
}
.jshop_pagination{
    text-align: center;
}
div.jshop_register{
    width: 80%;
    text-align: left;
    padding: 10px;
    padding-left:0px;
}
#comjshop_register div.jshop_register:first-child{
    padding-top: 0px;
}
div.last_register_block{
    padding-bottom: 0px;
}
.jshop_register .name{
}
.register_block .jshop_register .name{
}
.address_block .jshop_register .name{
}
.editaccount_block .jshop_register .name{
}
.small_header{
    padding-bottom: 5px;
    margin: 0px;
    display: block;
    font-size: 15px;
    font-weight: bold;
}
span.jshop_error {
    color:red;
    font-weight: bold;
    font-size: 14px;
    display: block;
}
span.text_pay_without_reg{
    display: block;    
    padding-bottom: 10px;
}
a.policy {
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
}
#active_step{
    font-weight: bold;
    padding:0;
    margin:0;
    vertical-align: middle;	
}
p.jshop_cart_attribute{
    padding-left:10px;
    font-weight:bold;
    font-style: italic;
    font-size: 11px;
    margin-top:1px;
    margin-bottom:4px;
}
p.jshop_cart_extra_field{
    padding-left:10px;
    font-weight:bold;
    font-style: italic;
    font-size: 11px;
    margin-top:1px;
    margin-bottom:4px;
}
.jshop_price{
    color: #950000;
}
span.attr{
    font-weight: bold;
    font-style: italic;
    font-size:10px;
}
div.jshop_register .inputbox{
}
span.review{
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
}
.review_text_not_login{
    margin-top: 10px;
    font-style: italic;
}
textarea.jshop{
    border: 1px solid #b0b1b2; 
}
tr.reviews td{
    padding-bottom:15px;
}
td.reviews{
    padding-left:45px;
}
#mxcpr{
    padding-top:20px;	
    text-align: right;
    display:block;
    font-size:11px;
}
#mxcpr a{
    font-size:11px;
}
.jshop_code_prod{
    color: #999;
    font-weight: normal;
    font-size: 12px;
}
.jshop .weightorder{
    text-align: right;
    margin-top: 10px;
}
.jshop .shippingfree{
    text-align: right;
    margin-top: 10px;
}
.jshop .price_prod_qty_list .qty_line{
    padding-left: 5px;
    padding-right: 5px;    
}
.jshop .price_prod_qty_list .qty_price{
    padding-left: 5px;
    font-weight: bold;    
}
.jshop .price_prod_qty_list .qty_price span.per_piece{
    font-weight: normal;
}
.jshop span.old_price{
    text-decoration: line-through;
    font-style: normal;
}
.jshop .list_product_demo{
    padding-top:10px;
}
.jshop .list_product_demo .download{
    padding-left:5px;
}
.jshop .not_available{
    color: red;
    margin-top:10px;
}
.jshop_list_product .row-fluid{
}
.jshop_list_product .block_product{
    margin-bottom: 30px;
}
.jshop_list_product .jshop .old_price{    
    text-align: center;
    color: #999;
    margin-bottom: 5px;
}
.jshop_list_product .jshop .old_price span{
    text-decoration: line-through;
}
.jshop_list_product .jshop .price_extra_info{
    text-align: center;
    margin-bottom: 5px;
}
.jshop_list_product .jshop .base_price{
    text-align: center;
    margin-bottom: 5px;
}
.jshop_list_product .product td{
    vertical-align: top;
}
.jshop_list_product .product .image{
    text-align: center;
    margin-bottom: 5px;
}
.jshop_list_product .product .name{
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px;
}
.jshop_list_product .product .review_mark{
    width: 80px;
    margin-left:auto;
    margin-right: auto;
}
.jshop_list_product .product .description{
    padding-bottom: 5px;
    padding-top: 5px;
}
.jshop_list_product .product .buttons{
    text-align: center;
}
.jshop_list_product .product .buttons a{
    margin-top: 5px;
}
.jshop_list_product .product .jshop_price{
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
}
.jshop_list_product .product div.count_commentar{
}
.jshop_list_product .product .taxinfo{
    font-size:11px;
}
.jshop_list_product .product .plusshippinginfo, .jshop_list_product .product .plusshippinginfo a{
    font-size:11px;
}
.jshop_list_product .list_related .jshop_related{
    margin-bottom: 15px;
}
.jshop_list_product .image_block{
    padding: 2px;
    display: inline-block;
}
.jshop_list_product .jshop .not_available{
    margin-top:0px;
    margin-bottom: 5px;
    text-align: center;
}
.jshop_list_product .box_products_sorting{
    padding-right:5px;
}
.jshop_list_product .box_products_sorting img{
    cursor: pointer;
}
.jshop_list_product .margin_filter{
    height:8px;
}
.jshop_list_product .box_manufacrurer{
    padding-right: 5px;
    white-space: nowrap;
}
.jshop_list_product .box_category{
    padding-right: 5px;
    white-space: nowrap;
}
.jshop_list_product .filter_price{
    padding-right: 5px;
    white-space: nowrap;
}
.jshop_list_product .box_price_from{
    padding-right: 3px;
}
.jshop_list_product .clear_filter{
    font-size:10px;
    padding-left: 5px;
}

.jshop .product_label{
    position: absolute;
    margin-left: -5px;
    margin-top: -5px;    
}
.jshop .product_label .label_name{
    font-weight: bold;
    color: #950000;
}
.productfull .prod_price{
}
.productfull .old_price{
    color: #999;
    margin-bottom: 5px;
}
.productfull #block_price{
    font-size:18px;
    color: #950000;
}
.productfull .taxinfo{
    font-size:11px;
}
.productfull .plusshippinginfo{    
    font-size:11px;
}
.productfull .plusshippinginfo a{
    font-size:11px;
}
.productfull .prod_buttons {
    margin-top:5px;
}
.productfull div.prod_url{
    text-align: right !important;
}
.productfull .productweight{
    margin-top: 5px;
}
.productfull .extra_fields{
    margin-top: 5px;
}

.productfull .prod_qty{
    display: inline-block;
}
.productfull .prod_qty_input{
    padding-left: 5px;
    display: inline-block;    
}
.productfull .buttons{
    padding-left:10px;
    display: inline-block;
}

.productfull .qty_in_stock{
    margin-bottom: 10px;
}
.jshop_subtotal .plusshippinginfo, .jshop_subtotal .plusshippinginfo a{
    font-size:11px;
}
.jshop_subtotal .free_discount{
    font-size:11px;
}
.jshop_list_manufacturer .manufacturer td{
    vertical-align: top;
}
.jshop_list_manufacturer .manufacturer .image{
    padding-right: 5px;
}
.shipping_weight_to_price{
    margin-left:24px;
    margin-top:5px;
    border: 1px solid #000;
}
.shipping_weight_to_price .weight{
}
.shipping_weight_to_price .price{
    padding-left: 5px;
}
span.prod_attr_img{
    padding-left:5px;
}
span.prod_attr_img img{
    width:20px;
    height:20px;
}
.radio_attr_label img{
    width:20px;
    height:20px;
}

/*review*/
.review_header{
    margin-top:20px;
    font-weight: bold;
    border-bottom: 1px solid #999;
}
.review_item{
    border-bottom: 1px dotted #999999;
    padding: 10px;
    padding-left: 0px;
}
.review_user{
    font-weight:bold;
}
.review_time{

}
.review_text{
    padding-top: 2px;
    padding-bottom: 2px;
}
.review_mark{
    color: #333333;
    height: 18px;
}
#jshop_review_write .inputbox{
    width:180px;
}
.stars_no_active{
    height:16px;
    background-image:url(//samimed.ir//components/com_jshopping/css/../images/star.gif);
    background-repeat: repeat-x;
    background-position: 0px 0px;
}
.stars_active{
    height:16px;
    background-image:url(//samimed.ir//components/com_jshopping/css/../images/star.gif);
    background-repeat: repeat-x;
    background-position: 0px -16px;
}
.jshop .downlod_order_invoice{
    float:right;
}
.jshop .order_payment_params{
    padding-top:3px;
    font-size: 11px;
}
.vendordetailinfo .name{
    width:130px;
}
.requiredtext{
    padding-bottom: 10px;
    color: #A00;
    font-size:11px;
}
.jshop .input_type_radio{
    margin-right: 10px;
    white-space: nowrap;
    display: inline-block;
}
.jshop_profile_data{
    margin-bottom: 10px;
}
.jshop_profile_data .name{
    font-weight: bold;
}
.jshop_profile_data span{
    font-weight: bold;
}
.jshop_profile_data span.subinfo{
    font-size:10px;
}
.jshop_profile_data .jshop_user_group_info{
    font-size:10px;
}
.jshop .groups_list .title{
    width:150px;
}

/* module categories*/
.jshop_menu_level_0, .jshop_menu_level_0_a{
    margin-top:3px;
    margin-bottom:3px;
}
.jshop_menu_level_1, .jshop_menu_level_1_a{ 
    padding-left: 10px;
    margin-top:3px;
    margin-bottom:3px;    
}

.jshop_menu_level_2, .jshop_menu_level_2_a{
    padding-left: 20px;
    margin-top:3px;
    margin-bottom:3px;    
}
.jshop_menu_level_0_a a, .jshop_menu_level_1_a a, .jshop_menu_level_2_a a{
    font-weight:bold !important;
}
/**/

.label_products .block_item{
    margin-bottom: 10px;
}

.top_rating .block_item{
    margin-bottom: 10px;
}

.bestseller_products .block_item{
    margin-bottom: 10px;
}
.latest_products .block_item{
    margin-bottom: 10px;
}

.random_products .block_item{
    margin-bottom: 10px;
}

.jshop_filters .filter_price{
    padding-right: 5px;
}
.jshop_filters .clear_filter{
    display: block;
    font-size: 10px;
}
.jshop_button_print{
    width: 30px;
    float: right;
    text-align:right;
}
.extra_fields .extra_fields_group{
    font-weight: bold;
    padding-top:3px;
}
.extra_fields div{
}
.filter_characteristic .characteristic_name{
    padding-top:5px;
}
.filter_characteristic .characteristic_group{
    font-weight: bold;
    padding-top:5px;
}
.jshop td.attributes_title {
    width: 100px;
}
.jshop span.attributes_description {
    font-style: italic;
    display: block;
}
.jshop span.freeattribut_description {
    font-style: italic;
    display: block;
}
.jshop span.extra_fields_description {
    font-style: italic;
}
.jshop .prod_attr_img{
    vertical-align: top;
}
.jshop .cart .product_name{
    text-align: left;
}
.cart th.product_name{
    padding-left: 5px;
}
.jshop .prod_qty_input input{
    width:50px;
    margin-bottom: 0px;
}
.productfull .image_middle{
    width: 100px;
}
.productfull .manufacturer_name{
    padding-bottom: 10px;
}
.productfull .manufacturer_code{
    padding-bottom: 10px;
}
.productfull .prod_free_attribs{
    padding-bottom: 10px;
}
.productfull .price_prod_qty_list{
    margin-bottom: 10px;
}
.productfull .button_back{
    padding-top: 10px;
}
.jshop_img_description #list_product_image_thumb{
    display: block;
}
.productfull .text_zoom {
    padding-bottom: 5px;
    padding-top: 3px;
}
.productfull .text_zoom img {
    float: left;
    padding-right: 5px;
}
.productfull a.lightbox:hover{
    color:#000 !important;
}
.fielderror{
    background-color: #FDC055 !important;
}
.fielderrormsg{
    display: block;
    padding: 5px 10px;
    border: 1px solid #ffcacd;
    background-color: #ffeeef;
    margin-top: 5px;
    width:220px;
    font-size:11px;
    box-sizing: border-box;
}
.jshop_categ{
    margin-bottom: 20px;
}
.attributgr_name{
    font-weight: bold;
}
#table_shippings .shipping_form{
    display: none;    
}
#table_shippings .shipping_form_active{
    display: block;
}
.jshop .order_shipping_params {
    font-size: 11px;
    padding-top: 3px;
}
/*cart table response*/
.mobile-cart {
    display: none;
}
#all, #contentarea, #contentarea2, #all #header{
    width: auto !important;
}
.cart{
    border-collapse: collapse;
    border:1px solid #ccc;
}
.cart th{
    text-align: center;
    background-color: #f5f5f5;
    padding: 1px;
    color: #000;
    border: 1px solid #ccc;
}
.cart td{
    text-align: center;
    border: 1px solid #ccc;
    padding:7px 5px;
    vertical-align: top;
}
.cart th table{
    border-collapse: collapse;
}
.cart .odd td{
    background-color: #fff;
    color: #000;
}
.cart .even td{
    background-color: #fdfdfd;
    color: #000;
}
.cart .taxinfo{
    display: block;
    font-size:11px;
}
.cart .jshop_code_prod{
    font-size:10px;
}
.cart .manufacturer{
    padding:5px 0px 6px 10px;
    font-size:11px;
    font-weight: bold;
    font-style: italic;
}
.cart .list_extra_field{
    padding-top:3px;
}
.cart .cart_reload{
    cursor: pointer;
}
.cart .cart_reload a.btn{
    display: none;
}
.cart .remove_to_cart .btn-primary{
    display: none;
}
.cart .remove .btn-danger{
    display: none;
}
.wishlish_buttons{
    margin-top:20px;
}
.cart_buttons{
    margin-top:10px;
}
.cart .quantity .inputbox{
    width: 50px;
    margin-bottom: 0px;
}
.cartdescr{
    margin-bottom: 15px;
}
.cart_block_discount{
    margin-top: 35px;
}
.cart_block_discount .inputbox{
    margin-bottom: 0px;
}
.cart_block_discount .name{
    float:left;
    min-width: 100px;
    padding-top:5px;
}
#checkout a img{
    margin-bottom: 5px;
}
.login_block .form-horizontal .control-label{
    width: 100px;
    text-align: left;
    float: left;
}
.login_block .form-horizontal .controls {
    margin-left: 100px;
}
.login_block .rowpasword, .login_block .rowremember, .login_block .rowbutton, .login_block .rowlostpassword{
    margin-bottom: 8px !important;
}
.logintext{
    margin-bottom: 10px;   
}
.block_sorting_count_to_page .icon-arrow{
    width: auto;
    height: auto;
}
.block_sorting_count_to_page .icon-arrow img{
    margin-bottom: 8px;
    margin-left: 3px;
}
.form-horizontal .form_sort_count .control-label{
    text-align: left;
    width: 85px;
    float:left;
}
.form-horizontal .form_sort_count .controls{
    margin-left: 88px;
    margin-right: 15px;
}
.form-horizontal .form_sort_count .controls .inputbox{
    width: 140px;
}
.form-horizontal .form_sort_count .controls .input{
    width: 90px;
}
.form-horizontal .filter_price label{
    display: none;
}
.address_block .form-horizontal .box_button .controls{
    margin-left: 0px;
}
.form-horizontal .other_delivery_adress .controls{
    padding-top: 5px;    
}
.checkout_payment_block #table_payments{
    border-collapse: collapse;
    margin-bottom: 15px;
}
.checkout_payment_block #table_payments .name{
    padding: 5px 0px;
}
.checkout_payment_block #table_payments .jshop_payment_method{
    padding-left: 20px;
}
.checkout_shipping_block #table_shippings{
    border-collapse: collapse;
    margin-bottom: 15px;
}
.checkout_shipping_block #table_shippings .name{
    padding: 5px 0px;
}
.checkout_pfinish_block .checkoutinfo{
    margin: 20px 0px;
}
.pfinish_comment_block{
    width: 100%;
    max-width:325px;
    margin: 0px auto;
}
.pfinish_comment_block .box_button{
    text-align: center;
    margin-top: 10px;
}
.pfinish_comment_block .name{
    text-align: center;
    margin-bottom: 3px;
}
.pfinish_comment_block #order_add_info{
    height:70px;
    width: 100%;
    max-width:320px;
}
.block_rating_hits{
    height:22px;
}
.block_rating_hits table{
    float:right;
    width: auto;
    border:0px;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.btn.btn-arrow-left, .btn.btn-arrow-left:hover, .btn.btn-arrow-left:focus{
	background-image: url(//samimed.ir//components/com_jshopping/css/../images/arrow_left.gif);
	background-repeat: no-repeat;
    background-position: 8px center;
	padding-left:20px;
}
.btn.btn-arrow-right, .btn.btn-arrow-right:hover, .btn.btn-arrow-right:focus{
	background-image: url(//samimed.ir//components/com_jshopping/css/../images/arrow_right.gif);
	background-repeat: no-repeat;	
    background-position: right 8px center;
	padding-right:20px;
}
div.clear-cart{
    margin-top: 15px;
    text-align: right;
}

@media (min-width: 768px){
    .form-horizontal .block_sorting_count_to_page .control-label{
        width: 60px;
    }
    .form-horizontal .block_sorting_count_to_page .controls{
        margin-left: 65px;
    }
    .form-horizontal .block_sorting_count_to_page .controls .inputbox{
        width: 100px;
    }    
    .form-horizontal .box_products_count_to_page .control-label{
        width: 50px;
    }
    .form-horizontal .box_products_count_to_page .controls{
        margin-left: 55px;
    }
    .form-horizontal .box_products_count_to_page .controls .inputbox{
        width: 60px;
    }
    .form-horizontal .block_sorting_count_to_page .control-group{
        float:left;
    }
    .form-horizontal .block_sorting_count_to_page:after {
        clear: both;
        content: "";
        display: table;
    }
    .form-horizontal .box_cat_man .control-group{
        float:left;
    }
    .form-horizontal .box_cat_man:after {
        clear: both;
        content: "";
        display: table;
    }
    .form-horizontal .filter_price .control-group{
        float:left;
    }
    .form-horizontal .filter_price:after {
        clear: both;
        content: "";
        display: table;
    }
    .form-horizontal .box_price_to .control-label{
        width: 30px;
    }
    .form-horizontal .box_price_to .controls{
        margin-left: 30px;
    }
    .form-horizontal .filters .box_button .controls{
        margin-left: 10px;
    }
    .form-horizontal .box_price_from .control-label{
        width: 30px;
    }
    .form-horizontal .box_price_from .controls{
        margin-left: 40px;
    }
    .form-horizontal .box_category .control-label{
        width: 63px;
    }
    .form-horizontal .box_category .controls{
        margin-left: 65px;
    }
    .pagelogin .register_block .form-horizontal .control-label{
        text-align: left;
        width:100px;
    }
    .pagelogin .register_block .form-horizontal .controls{
        margin-left: 115px;
    }
}

@media (min-width: 980px){
    .form-horizontal .box_price_from .control-label{
        width: 63px;
    }
    .form-horizontal .box_price_from .controls{
        margin-left: 65px;
    }
}

@media (min-width: 768px) and (max-width: 979px){
    .login_block .form-horizontal .controls .inputbox{
        width: 140px;
    }
    .form-horizontal .form_sort_count .controls .input{
        width: 70px;
    }
    .pagelogin .jshop_register .inputbox{
        width:140px;
    }
    .pagelogin .jshop_register .input{
        width:126px;
    }
}

@media (max-width: 767px) {
    
    .row-fluid [class*="sblock"] {      
        padding-left: 0px;
    }
    .row-fluid .sblock2{
        width: 100%;
    }
    .row-fluid .sblock3{
        width: 100%;
    }
    .row-fluid .sblock4{
        width: 100%;
    }
    .row-fluid .sblock5{
        width: 100%;
    }
    .row-fluid .sblock6{
        width: 100%;
    }
    .row-fluid .sblock7{
        width: 100%;
    }
    .row-fluid .sblock8{
        width: 100%;
    }
    .row-fluid .sblock9{
        width: 100%;
    }
    .row-fluid .sblock10{
        width: 100%;
    }
    .row-fluid .sblock11{
        width: 100%;
    }
    .row-fluid .sblock12{
        width: 100%;
    }
    
    .mobile-cart {
        display: inline-block;
        font-weight: bold;
        width: 40%;
    }    
    #jshop_menu_order tr{
        display: block;
        width: 100%;
    }
    #jshop_menu_order tr td{
        display: inline-table;
        width: 100%;     
        line-height: 26px;
    }
    .jshop.cart, .jshop.cart tbody{
        display: block;
        border:0px;
    }
    .jshop.cart tr{
        display: block;
        width: 100%;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-top: 1px solid #ccc;
        background-size: 100% 100%;
        color: black;
        margin-bottom: 20px;
    }
    .jshop.cart tr:first-child{
        border: 1px solid #ccc;  
        margin-bottom: 10px;
        display: none;
    }
    .jshop.cart tr th{
        display: inline-table;
        width: 100%;     
        line-height: 26px;
        border: none;
        border-bottom: 1px solid #565656;
    }
    .jshop.cart tr td{
        display: flex;     
        border: none;
        border-bottom: 1px solid #ccc;
        padding: 5px 10px;
        text-align:left;
    }
    .cart .odd td, .cart .even td{
        background-color: #fff;
    }
    .cart .product_name a{
        display:block;
    }
    .jshop_img_description_center .mobile-cart{
        display: none;
    }   
    .login_block .form-horizontal .controls {
        margin-left: 160px;
    }
    .pagelogin .register_block .logintext, .pagelogin .register_block .block_button_register{
        margin-left: 160px;
    }
    .jshop_list_product .block_product{
        border:1px solid #ccc;
        padding:5px;
        border-radius:4px;
    }
    .cart_block_discount .name{
        float:none;
    }
    .cart_block_discount input{
        display: block;
        margin-top:10px;
    }
    .pagelogin .register_block .form-horizontal .control-label{
        text-align: left;
        width:150px;
    }
    .pagelogin .register_block .form-horizontal .controls{
        margin-left: 160px;
    }
}
@media (max-width: 480px) {
    .form-horizontal .form_sort_count .controls .inputbox {
        width: 115px;
    }
    .form-horizontal .form_sort_count .controls {
        margin-right: 0px;
    }
    .form-horizontal .form_sort_count .controls .input {
        width: 70px;
    }
    .block_rating_hits table{
        float:left;
    }
    .productfull .prod_qty{
        display: block;
    }
    .productfull .prod_qty_input{
        padding-left: 0px;
        margin-top:10px;
        display: block;    
    }
    .productfull .buttons{
        padding-left:0px;
        display: block;
    }
    .productfull .buttons input{
        display: block;
        margin-top:10px;
    }
    .form-horizontal .other_delivery_adress .control-label{
        float: none;
    }
    .jshop_payment_method td, .jshop_payment_method tr{
        display: block;
    }
    .jshop .downlod_order_invoice {
        float: none;
        padding-bottom:10px;
    }
    .form-horizontal .form_sort_count .control-label{
        float:left;
        padding-top:5px;
    }
    .login_block .form-horizontal .control-label{
        float:none;
    }
    .login_block .form-horizontal .controls{
        margin-left:0px;
    }
    .pagelogin .register_block .logintext, .pagelogin .register_block .block_button_register {
        margin-left: 0px;
    }
    .pagelogin .register_block .form-horizontal .controls {
        margin-left: 0px;
    }
}
/*SC_GROUP_CSS*//* two core styles, use for all heights */
.fb-share-button {
  background: #29447e no-repeat !important;
  display: inline-block;
  padding: 0;
  text-decoration: none !important;
  outline: none;
  background-image: url(https://s-static.ak.facebook.com/images/share/links/fb-button-icon18.png) !important;
}

.fb-share-button span {
  background: #5f78ab;
  border-top: solid 1px #879ac0;
  border-bottom: solid 1px #1a356e;
  color: white;
  display: block;
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  font-weight: bold;
  margin: 1px 1px 0 0;
  text-shadow: none;
  padding: 0 6px;
  /* size specific section: */
  line-height: 15px;
  font-size: 11px;
  margin-left: 18px;
}

/* add these two for a 22px high button */
.fb-share-button-22 {
  background-image: url(https://s-static.ak.facebook.com/images/share/links/fb-button-icon22.png) !important;
}
.fb-share-button-22 span {
  line-height: 19px;
  font-size: 12px;
  margin-left: 22px;
}

/* add these two for a 25px high button */
.fb-share-button-25 {
  background-image: url(https://s-static.ak.facebook.com/images/share/links/fb-button-icon25.png) !important;
}
.fb-share-button-25 span {
  line-height: 22px;
  font-size: 16px;
  margin-left: 25px;
}

/* add these two for a 39px high button */
.fb-share-button-39 {
  background-image: url(https://s-static.ak.facebook.com/images/share/links/fb-button-icon39.png) !important;
}
.fb-share-button-39 span {
  line-height: 36px;
  font-size: 18px;
  margin-left: 39px;
}
.facebook-like-button, .facebook-share, .pinterest, .tweet-button, .google-plus-one-button{
    float: left;
    margin: 5px;
    padding-right: 2px;
}
/*SC_GROUP_CSS*//* Block Quote Style */

.su-blockquote {
border-right: 5px solid #eee;
border-left: none;
}

.su-blockquote-align-right {
border-right: none;
border-left: 5px solid #eee;
text-align: left;
margin: 20px 20px 10px 0 !important;
}
/* Button Style */

.su-button i {
	margin: 0 0 0 0.5em !important;
}
/* Accrdion and Spoiler Style */
body .su-spoiler-style-default > .su-spoiler-title > .su-spoiler-icon {
	right: 0;
	left: auto;
}

body .su-spoiler-title, body .su-spoiler-style-default > .su-spoiler-title {
	padding-right: 30px;
	padding-left: 7px;
}

body .su-spoiler-icon {
	right: 7px;
	left: auto;
}

body .su-spoiler-icon-chevron-circle.su-spoiler-closed .su-spoiler-icon:before {
	content: "\f137";
}
body .su-spoiler-icon-arrow-circle-1.su-spoiler-closed .su-spoiler-icon:before {
	content: "\f0a8";
}

body .su-spoiler-icon-caret.su-spoiler-closed .su-spoiler-icon:before {
	content: "\f0d9";
}
body .su-spoiler-icon-chevron.su-spoiler-closed .su-spoiler-icon:before {
	content: "\f053";
}
/* Audio Style */
div.jp-volume-bar{
	direction: ltr;
}

/* Block Quote Style */
.su-blockquote-align-right {
	float: left;
}
.su-blockquote-pull.su-blockquote-align-right {
	border-left: none;
	border-right: 5px solid #eee;
	margin: 20px 20px 10px 0 !important;
	text-align: right;
}

/* Call to aciton design */
body .call-to-action .cta-dbtn {
	float: left;
	margin: 2px 20px 5px 0px;
}

/* Cound Down Timer */
.su-countdown-wrapper {
	direction: ltr;
}
.su-countdown-left {
	text-align: right;
}
.su-countdown-right {
	text-align: left;
}
/* Contact Form */
.su-form-wrapper .submit-button input {
	margin-right: auto;
	margin-left: 10px;
}

/* Device Slider */

body .su-device-slider {
	direction: ltr;
}
body .su-device-slider .owl-item {
	direction: rtl;
}

/* Dropcap Style */
body .su-dropcap {
	float: right;
	margin: 0.2em 0 0.2em 0.5em;
}

/* Divider Style */
body .su-divider a {
	float: left;
}

/* exit popup */

.su-ep-content .ep-close {
	right: auto;
	left: 0;
	text-align: left;
}

/* File Download */
.su-download-counter > span i {
	margin-right: 0;
	margin-left: 6px;
}
.su-download-btn i {
	margin-left: 2px;
}

/* Frame Style */
.su-frame-align-left {
	float: right;
	margin: 0 0 1em 1em;
}
.su-frame-align-right {
	float: left;
	margin: 0 1em 1em 0;
}

/* Icon RTL Style */

.su-icon {
margin: 0 0 1em 1em;
}
/* Icon List Style */
.su-icon-list.su-icon-align-title .icon_list_icon {
float: right;
margin-left: 10px;
margin-right: 0;
}
.su-icon-list.su-icon-align-top_right {
text-align: left;
}
.su-icon-align-left .icon_description {
text-align: left;
}

.su-icon-list.su-icon-align-title .icon_description {
  text-align: right;
}

.su-icon-list.su-icon-align-title .icon_list_icon {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}

.instamax-play-icon {
    padding: 18px 16px 10px;
}

/* Photo Gallery Style */
body .su-custom-gallery-slide {
float: right;
}

/*Portfolio Style*/
.su-portfolio-style10 .sup-zoom {
	left: 11px;
	right: auto;
}
.su-portfolio-style10 .sup-meta {
	right: -80px;
	left: auto;
}
.su-portfolio-style10 .cbp-item:hover .sup-meta {
    left: auto;
    right: 0;
}
.su-portfolio-style7 .sup-link-wrap {
	left: auto;
	right: 0;
}
.su-portfolio-style7 .sup-zoom:after {margin-left: 0px;}
.su-portfolio-style7 .sup-link:after {margin-right: 5px;}
.su-portfolio-style7 .cbp-slider-controls, 
.su-portfolio-style9 .cbp-slider-controls, 
.su-portfolio-style10 .cbp-slider-controls {
	right: auto;
	left: 5px;
}
/* Content Slider Style */
body .su-content-slider {
	direction: ltr;
}
body .su-content-slider .owl-item {
	direction: rtl;
}

body .su-content-slider .owl-controls {
	right: auto;
	left: 53px;
}

/* List Style */

body .su-list ul li i {
	left: auto;
	right: 0;
}

body .su-list ul li {
padding: 4px 2em 4px 0 !important;
}

/* Note Style in RTL */

.su-note.su-note-style4 {
	border-right: 5px solid transparent;
	border-left: none;
}

.su-note-success.su-note-style4 {
border-right-color: #8CC152;
}

.su-note-info.su-note-style4 {
border-right-color: #3BAFDA;
}

.su-note-warning.su-note-style4 {
border-right-color: #F6BB42;
}
.su-note-danger.su-note-style4 {
border-right-color: #E9573F;
}

.su-note.su-note-style5:before {
transform: rotate(45deg);
right: -44px;
}

.su-note-icon .su-note-inner {
margin-right: 40px;
margin-left: 0;
}

.su-note-style5.su-note-icon:after {
right: auto;
left: 10px;
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}

/* Row and Column */

.has-divider > [class*='su-column-']:not(.su-column-size-medium-1-1):nth-child(n+2) {
	border-right: 1px solid #dddddd;
	border-left: none !important;
}

/* Progress bar */

body .su-progress-bar {
	text-align: right;
}

body .su-progress-bar span {
right: 0;
}

body .su-progress-bar-style-fancy > span {
	right: 5px;
}

.su-progress-bar-style-3 .su-pb-percent {

right: auto !important;
left: 0 !important;
}
.su-progress-bar .su-pb-percent {

left: 4px;
right: auto;
}

.su-progress-bar-style-2 span.su-pb-percent {
left: 10px;
right: auto;
}
.su-progress-bar-style-2 span.su-pb-text {
margin-left: 0;
margin-right: 10px;
}

/* Pricing Table RTL Style */

.su-pricing-table.su-pricing-style-3 .su-plan .su-plan-badge, .su-pricing-table.su-pricing-style-2 .su-plan .su-plan-badge, .su-pricing-table.su-pricing-style-1 .su-plan .su-plan-badge {
position: absolute;
left: -35px;
right: auto;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.su-pricing-table.su-pricing-style-1 .su-plan:last-child {
    margin-right: 15px !important;
}
.su-pricing-table.su-pricing-style-1 .su-plan:first-child {
    margin-right: 0px;
}
.su-pricing-table.su-pricing-style-3 .su-plan-head {
    text-align: right;
    padding-left: 0;
    padding-right: 120px;
}
.su-pricing-table.su-pricing-style-3 .su-plan-icon {
	left: auto;
    right: 25px;
}
.su-pricing-table.su-pricing-style-4 .su-plan-head .su-plan-period {
    padding-right: 10px;
}
.su-pricing-table.su-pricing-style-4 .su-plan-head .su-plan-period:before {
    left: auto;
    right: 0;
}

/*Post Grid RTL style*/
.su-pgrid-meta > .cbp-l-grid-blog-date {
	padding: 0 0 0 10px;
	margin: 0 0 0 5px;
}
.su-pgrid-meta > .cbp-l-grid-blog-date:after {left: 0;right: auto;}

.cbp-search-icon {
	right: auto;
    left: 0;
}
.cbp-l-filters-right {
    float: left;
}
.su-post-grid-filter-align-left > div[class*="cbp-l-filters"] {
  text-align: right;
}
.cbp-l-filters-button .cbp-filter-item, 
.cbp-l-filters-buttonCenter .cbp-filter-item {
	margin: 0 0 10px 10px;
}
.cbp-nav-controls {
	right: auto;
    left: 0;
    direction: ltr;
}


/* Quotation Style */
body .su-quote-style-default:after {
top: 0;
bottom: auto;
}
body .su-quote-style-default:before {
bottom: 0;
top: auto;
}

/* Social Share Button RTL Style */
.rrssb-buttons li a .rrssb-icon {
	left: auto; 
right: 10px;
}

.rrssb-buttons li a {
padding: 11px 27px 12px 7px;
}

/* Social Icon Style of RTL */
.social-like .sl_icon {
	float: right;
	-webkit-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
}
.social-like .sl_slide {
	left: auto;
	right: 38px;
	-webkit-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
}
.social-like .sl_slide p {
	border-left: none;
	border-right: 1px solid #fff;
	border-right: 1px solid rgba(255,255,255,0.35);
	left: auto;
	right: 0;
}

.social-like.to_left .sl_button:hover .sl_slide {
 left: auto; 
right: 150px;
}

.social-like .sl_facebook .fb-like {
left: 16px;
right: auto;
}
.social-like .sl_linkedin .IN-widget {
left: 22px;
right: auto;
}

.social-like .sl_twitter .twitter-share-button {
left: 5px;
right: auto;
}

.social-like .sl_google [id*="___plusone"] {
left: 40px;
right: auto;
}

.social-like .sl_vk_holder {
  margin: 9px -41px 0 0px !important;
}

/* Switcher style */

.su-switcher-style-4 .cbp-filter-item {
	margin-left: 5px !important;
	margin-right: 0px !important;
}
.su-swt-filter .cbp-filter-item i.fa:not(.noicon) {
    margin-right: 0;
    margin-left: 0.5em;
}
.su-switch-position-left, .su-switch-position-right {
    direction: ltr;
}
.su-switcher-style-1.su-switch-position-right .cbp-filter-item-inner,
.su-switcher-style-1.su-switch-position-left .cbp-filter-item-inner {
    direction: rtl;
}

.su-switcher-style-4 .cbp-filter-item i[class^="li-"], 
.su-switcher-style-4 .cbp-filter-item i[class*=" li-"] {
	margin-right: 5px;
	margin-left: 0px !important;
}


/* Testimonails Style */
body .su-testimonial-has-photo img.su-testimonial-photo {
	left: auto;
	right: 0;
}

body .su-testimonial-bordered.su-testimonial-has-photo .su-testimonial-text:before {
	top: 12px;
	right: -17px;
	border-color: transparent transparent transparent #ccc;
}

body .su-testimonial-bordered.su-testimonial-has-photo .su-testimonial-text:after {
	left: auto;
	right: -14px;
	border-color: transparent transparent transparent #fff;
}
.su-testimonial-style-4 .su-testimonial-text:before, 
.su-testimonial-style-4 .su-testimonial-text:after {
    right: 10%;
}
.su-testimonial-style-4 .su-testimonial-text:before {
    margin-right: -6px;
    margin-left: 0px;
}

/* Tab Style */
body .su-tabs-vertical .su-tabs-nav {
	float: right;
}

.su-tabs-align-left .su-tabs-nav {
	text-align: right;
}

.su-tabs-style-carbon .su-tabs-nav span {
	margin: 0 0 0 5px;
}
.su-tabs-nav span:first-child {
	margin-right: 0;
}

.su-tabs .su-tabs-nav span i {
	margin-right: 0px;
	margin-left: 5px;
}


.su-tabs-align-right.su-tabs-vertical .su-tabs-nav {
	float: left;
}

.su-tabs-align-left.su-tabs-vertical .su-tabs-nav {
	float: right;
}
.su-tabs-align-right .su-tabs-nav {
	text-align: left;
}

.su-tabs-align-left .su-tabs-nav {
	text-align: right;
}
/* Team Style */

.su-member-style-1 .su-member-name, .su-member-style-1 .su-member-role,
.su-member-style-1 .su-member-desc ,.su-member-style-1 .su-member-icons {
	text-align: right !important;
}

.su-member-style-3 div.su-member-photo {
  float: right;
}


/* Testimonials RTL Style */
.su-testimonial.su-testimonial-style-1 span.quote:before {
	content: 'ʺ';
	left: auto;
	right: 20px;
}

.su-testimonial.su-testimonial-style-1 .su-testimonial-text {
padding: 40px 70px 40px 40px;
}


.su-testimonial.su-testimonial-style-1 .su-testimonial-text:after {
right: 20px;
left: auto;
}

.su-testimonial.su-testimonial-style-1 .su-testimonial-text:before {
right: 16px;
left: auto;
}
.su-testimonial-has-photo.su-testimonial-style-1 .su-testimonial-photo {
margin-right: 10px;
}
.su-testimonial.su-testimonial-style-2 .su-testimonial-text:before {
	right: 48px !important;
	left: auto !important;
}
.su-testimonial.su-testimonial-style-2 .su-testimonial-text:after {
right: 49px !important;
left: auto !important;
}
.su-testimonial-has-photo.su-testimonial-style-2 .su-testimonial-photo {
margin: 50px 30px 0 10px;
}
.su-testimonial.su-testimonial-style-2 .su-testimonial-text .quote:before {
content: "\f10e" !important;
left: auto !important;
right: 25px !important;
}

.su-testimonial.su-testimonial-style-2 .su-testimonial-text {
padding: 40px 70px 40px 40px !important;
}

/* Trailer Box */
.su-trailer-box-style1 .su-trailer-box-desc {
text-align: right;
}

.su-trailer-box-style3 h2 {
text-align: right;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.su-trailer-box-style7 h2 {
text-align: left;
}

.su-trailer-box-style9 .su-trailer-box-desc {
text-align: right;
}

.su-trailer-box-style13 .su-trailer-box-desc {
text-align: right;
}


.su-trailer-box-style17 h2, .su-trailer-box-style17 .su-trailer-box-content {
right: 0;
left: auto;
}

.su-trailer-box-style19 h2 {
text-align: right;
}

.su-trailer-box-style19 .su-trailer-box-content {
left: 0;
right: auto;
border-left: 4px solid #fff;
text-align: left;
border-right: none;
}

.su-trailer-box-style20 .su-trailer-box-desc {
text-align: right;
}

.su-trailer-box-style24 h2 {text-align: right;}

.su-trailer-box-style13 h2::after {
-webkit-transform: translate3d(100%,0,0);
transform: translate3d(100%,0,0);
}


.su-heading-style-flat-green {
border-right: 15px solid #2DB281;
border-left: none;
}

.su-heading.su-heading-align-left {
	text-align: right !important;
}

.su-heading-style-flat-light {
	border-left: 0;
	border-right: 15px solid #ddd;
}
.su-heading.su-heading-align-right {
text-align: left;
}

.su-heading-style-5 .su-heading-inner:after, .su-heading-style-5 .su-heading-inner:before {
  top: 0;
}

.su-heading-style-3 .su-heading-inner:before {
  left: 50%;
  margin-left: -50%;
}
.su-audio, .su-video {
direction: ltr;
}


/* Showcase */
.cbp-l-filters-dropdownHeader:after {
  right: auto;
  left: 0;
}

.cbp-l-filters-dropdownWrap .cbp-l-filters-dropdownHeader {
	text-align: right;
}

.cbp-l-filters-text > div:first-child, 
.cbp-l-filters-alignCenter > div:first-child {
  padding-right: 0;
  padding-left: 12px;
}
.cbp-l-filters-text > div:last-child, 
.cbp-l-filters-alignCenter > div:last-child {
  padding-right: 12px;
  padding-left: 0;
}

body .cbp-l-inline-left {
  float: right;
}
.cbp-l-inline-right {
  float: left;
  text-align: right;
  padding-left: 0;
  padding-right: inherit;
}

.cbp-popup-singlePageInline .cbp-popup-navigation {
  right: auto;
  left: 0;
}

.cbp-popup-singlePageInline .cbp-popup-close {
  right: auto;
  left: 20px;
}

div[class*="cbp-popup-"] .cpb-category, div[class*="cbp-popup-"] .cpb-date {
	margin-right: 0;
	margin-left: 22px;
}

.cbp-l-filters-text.new_filter .cbp-filter-item:before {
  right: auto;
  left: -2px;
}
.cbp-l-filters-text > div:last-child {
  padding-right: 12px;
}

.su-showcase-filter-align-left > div[class*="cbp-l-filters"] {
  text-align: right;
}

.cbp-l-filters-alignCenter .cbp-filter-item:before {
  right: auto;
  left: -2px;
}
.cbp-l-filters-alignCenter > div:last-child {
  padding-right: 12px;
}
.cbp-l-filters-alignRight {
  text-align: left;
}
.cbp-l-filters-work .cbp-filter-counter {
  margin-left: 0;
  margin-right: 8px;
}

.su-showcase .cpb-category:after, 
.su-showcase .cpb-date:after {
  left: -16px !important;
  right: auto !important;
}



/* FAQ Style */

.cbp-caption-expand .cbp-caption-defaultWrap .fa {
  margin-left: 6px;
  margin-right: 0;
  right: 0;
  left: auto;
}

.cbp-caption-expand .cbp-caption-defaultWrap {
    padding: 12px 26px 11px 0;
}

.su-faq .cbp-l-filters-underline .cbp-search {
  float: left;
}

/* Modal style */

.su-modal-title-wrapper a.su-modal-close {
  left: 0;
  right: auto;
}

.su-modal-content-wrapper .su-modal-title-wrapper h3 {
  padding: 0 0 0 35px;
}

/* Social Button Style */
.rrssb-buttons li.small a .rrssb-icon {
  right: auto;
}


.su-splash-screen {
  text-align: right;
}
.su-trailer-box-style1 img {
  -webkit-transform: translateX(4%);
  -moz-transform: translateX(4%);
   transform: translateX(4%);
}
/* Member Style */
.su-member-style-5 .su-member-info {
  right: 0;
  text-align: right !important;
}

/*SC_GROUP_CSS*/.rstbox-close{display:inline-block;position:absolute;right:0;top:0;z-index:100;background:none;color:#aeaeae;text-decoration:none !important;font-size:22px;font-weight:normal;font-family:Tahoma, Arial;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-webkit-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out;cursor:pointer}.rstbox-close:focus{outline:0}.rstbox-close span{font-size:1em;padding:.4em;line-height:.4em;display:block}.rstboxRTL .rstbox-close{right:auto;left:0}@-webkit-keyframes ebFadeIn{99%{visibility:hidden}100%{visibility:visible}}@keyframes ebFadeIn{99%{visibility:hidden}100%{visibility:visible}}.rstboxes{margin:0;padding:0}.rstboxes,.rstboxes *,.rstboxes *:before,.rstboxes *:after{-webkit-box-sizing:border-box;box-sizing:border-box}.rstboxes .rstbox-acc{text-align:center}.rstboxes .rstbox-acr{text-align:right}.rstboxes .rstbox-acb .rstbox-container,.rstboxes .rstbox-acm .rstbox-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100%}.rstboxes .rstbox-acb .rstbox-container{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.rstboxes .rstbox-acm .rstbox-container{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.rstboxes img{max-width:100%}.rstboxes .rstbox{position:fixed;display:none;z-index:99999;font-size:14px;line-height:1.4em;max-height:100%;overflow:auto;width:100%;-webkit-overflow-scrolling:touch}.rstboxes .rstbox.rstbox_shd_1{-webkit-box-shadow:0 0 2px 2px rgba(0,0,1,0.3);box-shadow:0 0 2px 2px rgba(0,0,1,0.3)}.rstboxes .rstbox.rstbox_shd_2{-webkit-box-shadow:6px 7px 4px 6px rgba(0,0,1,0.3);box-shadow:6px 7px 4px 6px rgba(0,0,1,0.3)}.rstboxes .rstbox.rstbox_shd_3{-webkit-box-shadow:0 0 27px 15px rgba(0,0,0,0.5);box-shadow:0 0 27px 15px rgba(0,0,0,0.5)}.rstboxes .rstbox.velocity-animating{-webkit-transition:none;transition:none}.rstboxes .rstbox.rstbox_bottom-left{bottom:0;left:0}.rstboxes .rstbox.rstbox_bottom-center{bottom:0;left:0;right:0;margin:auto}.rstboxes .rstbox.rstbox_bottom-right{bottom:0;right:0}.rstboxes .rstbox.rstbox_top-left{top:0;left:0}.rstboxes .rstbox.rstbox_top-center{top:0;left:0;right:0;margin:auto}.rstboxes .rstbox.rstbox_top-right{top:0;right:0}.rstboxes .rstbox.rstbox_center{left:0;top:0;right:0;bottom:0;margin:auto}.rstboxes .rstbox .rstbox-header{font-size:1.6em;font-weight:bold;line-height:1em;margin-bottom:20px;opacity:0.8}.rstboxes .rstbox .rstbox-header ul{list-style:disc inside none;margin:0;padding:0}.rstboxes .rstbox .rstbox-content{overflow:hidden}.rstboxes .rstbox .rstbox-content .rstbox_input{border:1px solid #aeaeae;padding:0.6em 0.8em;width:100%;height:auto;font-family:"Arial";line-height:normal;margin:0}.rstboxes .rstbox .rstbox-content input[type="checkbox"]{margin:0;position:relative;top:-1px}.rstboxes .rstbox .rstbox-content .rstbox_field_row{margin-bottom:0.5em}.rstboxes .rstbox .rstbox-content .rstbox_field_row label{display:inline-block;margin-bottom:0.5em}.rstboxes .rstbox .rstbox-content .rstbox_btn{border:medium none;cursor:pointer;display:inline-block;padding:0.6em 1em;font-size:1em;margin:0;overflow:visible}.rstboxes .rstbox .rstbox-content .rstbox_btn:hover{opacity:.8}.rstboxes .rstbox.formHor .rstbox-container{margin:0 auto;max-width:1000px}@media (min-width: 768px){.rstboxes .rstbox.formHor form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 -5px}.rstboxes .rstbox.formHor .rstbox-content form>*{padding:0 5px;margin:0;width:100%}.rstboxes .rstbox.formHor .rstbox-content form .rstbox_footer{-ms-flex-negative:0;flex-shrink:0;width:150px}}.rstboxes .rstbox.formHor button{width:100%}.rstboxes .rstbox_overlay{height:100%;left:0;position:fixed;top:0;width:100%;z-index:9999;overflow:hidden;-webkit-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out}.rstboxes.eboxWelcomeMats{position:relative;z-index:999999999999999999999}.rstboxes.eboxWelcomeMats .rstbox{position:relative}iframe.eboxFitFrame{position:absolute;height:100%;width:100%;top:0;left:0}.eboxPageNoScroll,.eboxPageNoScroll body{overflow:hidden !important}

/*SC_GROUP_CSS*//*!
 * Bootstrap v2.3.1 RTL
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat. RTL support by Mohammad Hasani Eghtedar.
 */.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}a:hover,a:active{outline:0}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{width:auto\9;height:auto;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}#map_canvas img,.google-maps img{max-width:none}button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle}button,input{*overflow:visible;line-height:normal}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}label,select,button,input[type="button"],input[type="reset"],input[type="submit"],input[type="radio"],input[type="checkbox"]{cursor:pointer}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}textarea{overflow:auto;vertical-align:top}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}body{margin:0;font-family:Tahoma,Geneva,sans-serif;font-size:14px;line-height:20px;color:#333;background-color:#fff}a{color:#08c;text-decoration:none}a:hover,a:focus{color:#005580;text-decoration:underline}.img-rounded{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.img-polaroid{padding:4px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1)}.img-circle{-webkit-border-radius:500px;-moz-border-radius:500px;border-radius:500px}.row{margin-right:-20px;*zoom:1}.row:before,.row:after{display:table;line-height:0;content:""}.row:after{clear:both}[class*="span"]{float:right;min-height:1px;margin-right:20px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px}.span12{width:940px}.span11{width:860px}.span10{width:780px}.span9{width:700px}.span8{width:620px}.span7{width:540px}.span6{width:460px}.span5{width:380px}.span4{width:300px}.span3{width:220px}.span2{width:140px}.span1{width:60px}.offset12{margin-right:980px}.offset11{margin-right:900px}.offset10{margin-right:820px}.offset9{margin-right:740px}.offset8{margin-right:660px}.offset7{margin-right:580px}.offset6{margin-right:500px}.offset5{margin-right:420px}.offset4{margin-right:340px}.offset3{margin-right:260px}.offset2{margin-right:180px}.offset1{margin-right:100px}.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;line-height:0;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;float:right;width:100%;min-height:30px;margin-right:2.127659574468085%;*margin-right:2.074468085106383%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="span"]:first-child{margin-right:0}.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-right:2.127659574468085%}.row-fluid .span12{width:100%;*width:99.94680851063829%}.row-fluid .span11{width:91.48936170212765%;*width:91.43617021276594%}.row-fluid .span10{width:82.97872340425532%;*width:82.92553191489361%}.row-fluid .span9{width:74.46808510638297%;*width:74.41489361702126%}.row-fluid .span8{width:65.95744680851064%;*width:65.90425531914893%}.row-fluid .span7{width:57.44680851063829%;*width:57.39361702127659%}.row-fluid .span6{width:48.93617021276595%;*width:48.88297872340425%}.row-fluid .span5{width:40.42553191489362%;*width:40.37234042553192%}.row-fluid .span4{width:31.914893617021278%;*width:31.861702127659576%}.row-fluid .span3{width:23.404255319148934%;*width:23.351063829787233%}.row-fluid .span2{width:14.893617021276595%;*width:14.840425531914894%}.row-fluid .span1{width:6.382978723404255%;*width:6.329787234042553%}.row-fluid .offset12{margin-right:104.25531914893617%;*margin-right:104.14893617021275%}.row-fluid .offset12:first-child{margin-right:102.12765957446808%;*margin-right:102.02127659574467%}.row-fluid .offset11{margin-right:95.74468085106382%;*margin-right:95.6382978723404%}.row-fluid .offset11:first-child{margin-right:93.61702127659574%;*margin-right:93.51063829787232%}.row-fluid .offset10{margin-right:87.23404255319149%;*margin-right:87.12765957446807%}.row-fluid .offset10:first-child{margin-right:85.1063829787234%;*margin-right:84.99999999999999%}.row-fluid .offset9{margin-right:78.72340425531914%;*margin-right:78.61702127659572%}.row-fluid .offset9:first-child{margin-right:76.59574468085106%;*margin-right:76.48936170212764%}.row-fluid .offset8{margin-right:70.2127659574468%;*margin-right:70.10638297872339%}.row-fluid .offset8:first-child{margin-right:68.08510638297872%;*margin-right:67.9787234042553%}.row-fluid .offset7{margin-right:61.70212765957446%;*margin-right:61.59574468085106%}.row-fluid .offset7:first-child{margin-right:59.574468085106375%;*margin-right:59.46808510638297%}.row-fluid .offset6{margin-right:53.191489361702125%;*margin-right:53.085106382978715%}.row-fluid .offset6:first-child{margin-right:51.063829787234035%;*margin-right:50.95744680851063%}.row-fluid .offset5{margin-right:44.68085106382979%;*margin-right:44.57446808510638%}.row-fluid .offset5:first-child{margin-right:42.5531914893617%;*margin-right:42.4468085106383%}.row-fluid .offset4{margin-right:36.170212765957444%;*margin-right:36.06382978723405%}.row-fluid .offset4:first-child{margin-right:34.04255319148936%;*margin-right:33.93617021276596%}.row-fluid .offset3{margin-right:27.659574468085104%;*margin-right:27.5531914893617%}.row-fluid .offset3:first-child{margin-right:25.53191489361702%;*margin-right:25.425531914893618%}.row-fluid .offset2{margin-right:19.148936170212764%;*margin-right:19.04255319148936%}.row-fluid .offset2:first-child{margin-right:17.02127659574468%;*margin-right:16.914893617021278%}.row-fluid .offset1{margin-right:10.638297872340425%;*margin-right:10.53191489361702%}.row-fluid .offset1:first-child{margin-right:8.51063829787234%;*margin-right:8.404255319148938%}[class*="span"].hide,.row-fluid [class*="span"].hide{display:none}[class*="span"].pull-right,.row-fluid [class*="span"].pull-right{float:left}.container{margin-right:auto;margin-left:auto;*zoom:1}.container:before,.container:after{display:table;line-height:0;content:""}.container:after{clear:both}.container-fluid{padding-right:20px;padding-left:20px;*zoom:1}.container-fluid:before,.container-fluid:after{display:table;line-height:0;content:""}.container-fluid:after{clear:both}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:21px;font-weight:200;line-height:30px}small{font-size:85%}strong{font-weight:bold}em{font-style:italic}cite{font-style:normal}.muted{color:#999}a.muted:hover,a.muted:focus{color:#808080}.text-warning{color:#c09853}a.text-warning:hover,a.text-warning:focus{color:#a47e3c}.text-error{color:#b94a48}a.text-error:hover,a.text-error:focus{color:#953b39}.text-info{color:#3a87ad}a.text-info:hover,a.text-info:focus{color:#2d6987}.text-success{color:#468847}a.text-success:hover,a.text-success:focus{color:#356635}.text-left{text-align:right}.text-right{text-align:left}.text-center{text-align:center}h1,h2,h3,h4,h5,h6{margin:10px 0;font-family:inherit;font-weight:bold;line-height:20px;color:inherit;text-rendering:optimizelegibility}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-weight:normal;line-height:1;color:#999}h1,h2,h3{line-height:40px}h1{font-size:38.5px}h2{font-size:31.5px}h3{font-size:24.5px}h4{font-size:17.5px}h5{font-size:14px}h6{font-size:11.9px}h1 small{font-size:24.5px}h2 small{font-size:17.5px}h3 small{font-size:14px}h4 small{font-size:14px}.page-header{padding-bottom:9px;margin:20px 0 30px;border-bottom:1px solid #eee}ul,ol{padding:0;margin:0 25px 10px 0}ul ul,ul ol,ol ol,ol ul{margin-bottom:0}li{line-height:20px}ul.unstyled,ol.unstyled{margin-right:0;list-style:none}ul.inline,ol.inline{margin-right:0;list-style:none}ul.inline>li,ol.inline>li{display:inline-block;*display:inline;padding-right:5px;padding-left:5px;*zoom:1}dl{margin-bottom:20px}dt,dd{line-height:20px}dt{font-weight:bold}dd{margin-right:10px}.dl-horizontal{*zoom:1}.dl-horizontal:before,.dl-horizontal:after{display:table;line-height:0;content:""}.dl-horizontal:after{clear:both}.dl-horizontal dt{float:right;width:160px;overflow:hidden;clear:right;text-align:left;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-right:180px}hr{margin:20px 0;border:0;border-top:1px solid #eee;border-bottom:1px solid #fff}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}abbr.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:0 15px 0 0;margin:0 0 20px;border-right:5px solid #eee}blockquote p{margin-bottom:0;font-size:17.5px;font-weight:300;line-height:1.25}blockquote small{display:block;line-height:20px;color:#999}blockquote small:before{content:'\2014 \00A0'}blockquote.pull-right{float:left;padding-left:15px;padding-right:0;border-left:5px solid #eee;border-right:0}blockquote.pull-right p,blockquote.pull-right small{text-align:left}blockquote.pull-right small:before{content:''}blockquote.pull-right small:after{content:'\00A0 \2014'}q:before,q:after,blockquote:before,blockquote:after{content:""}address{display:block;margin-bottom:20px;font-style:normal;line-height:20px}code,pre{padding:0 3px 2px;font-family:Vazir;font-size:12px;color:#333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}code{padding:2px 4px;color:#d14;white-space:nowrap;background-color:#f7f7f9;border:1px solid #e1e1e8;direction:ltr;display:inline-block}pre{display:block;padding:9.5px;margin:0 0 10px;font-weight: 300;font-size:13px;line-height:20px;word-break:break-all;word-wrap:break-word;white-space:pre;white-space:pre-wrap;background-color:#f5f5f5;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}pre.prettyprint{margin-bottom:20px;direction:ltr}pre code{padding:0;color:inherit;white-space:pre;white-space:pre-wrap;background-color:transparent;border:0}.pre-scrollable{max-height:340px;overflow-y:scroll}form{margin:0 0 20px}fieldset{padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:40px;color:#333;border:0;border-bottom:1px solid #e5e5e5}legend small{font-size:15px;color:#999}label,input,button,select,textarea{font-size:14px;font-weight:normal;line-height:20px}input,button,select,textarea{font-family:Tahoma,Geneva,sans-serif}label{display:block;margin-bottom:5px}select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display:inline-block;height:20px;padding:4px 6px;margin-bottom:10px;font-size:14px;line-height:20px;color:#555;vertical-align:middle;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}input,textarea,.uneditable-input{width:206px}textarea{height:auto}textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border linear .2s,box-shadow linear .2s;-moz-transition:border linear .2s,box-shadow linear .2s;-o-transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82,168,236,0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;*margin-top:0;line-height:normal}input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto}select,input[type="file"]{height:30px;*margin-top:4px;line-height:30px}select{width:220px;background-color:#fff;border:1px solid #ccc}select[multiple],select[size]{height:auto}select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.uneditable-input,.uneditable-textarea{color:#999;cursor:not-allowed;background-color:#fcfcfc;border-color:#ccc;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.025);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.025);box-shadow:inset 0 1px 2px rgba(0,0,0,0.025)}.uneditable-input{overflow:hidden;white-space:nowrap}.uneditable-textarea{width:auto;height:auto}input:-moz-placeholder,textarea:-moz-placeholder{color:#999}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#999}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999}.radio,.checkbox{min-height:20px;padding-right:20px}.radio input[type="radio"],.checkbox input[type="checkbox"]{float:right;margin-right:-20px}.controls>.radio:first-child,.controls>.checkbox:first-child{padding-top:5px}.radio.inline,.checkbox.inline{display:inline-block;padding-top:5px;margin-bottom:0;vertical-align:middle}.radio.inline+.radio.inline,.checkbox.inline+.checkbox.inline{margin-right:10px}.input-mini{width:60px}.input-small{width:90px}.input-medium{width:150px}.input-large{width:210px}.input-xlarge{width:270px}.input-xxlarge{width:530px}input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"]{float:none;margin-right:0}.input-append input[class*="span"],.input-append .uneditable-input[class*="span"],.input-prepend input[class*="span"],.input-prepend .uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"],.row-fluid .input-prepend [class*="span"],.row-fluid .input-append [class*="span"]{display:inline-block}input,textarea,.uneditable-input{margin-right:0}.controls-row [class*="span"]+[class*="span"]{margin-right:20px}input.span12,textarea.span12,.uneditable-input.span12{width:926px}input.span11,textarea.span11,.uneditable-input.span11{width:846px}input.span10,textarea.span10,.uneditable-input.span10{width:766px}input.span9,textarea.span9,.uneditable-input.span9{width:686px}input.span8,textarea.span8,.uneditable-input.span8{width:606px}input.span7,textarea.span7,.uneditable-input.span7{width:526px}input.span6,textarea.span6,.uneditable-input.span6{width:446px}input.span5,textarea.span5,.uneditable-input.span5{width:366px}input.span4,textarea.span4,.uneditable-input.span4{width:286px}input.span3,textarea.span3,.uneditable-input.span3{width:206px}input.span2,textarea.span2,.uneditable-input.span2{width:126px}input.span1,textarea.span1,.uneditable-input.span1{width:46px}.controls-row{*zoom:1}.controls-row:before,.controls-row:after{display:table;line-height:0;content:""}.controls-row:after{clear:both}.controls-row [class*="span"],.row-fluid .controls-row [class*="span"]{float:right}.controls-row .checkbox[class*="span"],.controls-row .radio[class*="span"]{padding-top:5px}input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{cursor:not-allowed;background-color:#eee}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"][readonly],input[type="checkbox"][readonly]{background-color:transparent}.control-group.warning .control-label,.control-group.warning .help-block,.control-group.warning .help-inline{color:#c09853}.control-group.warning .checkbox,.control-group.warning .radio,.control-group.warning input,.control-group.warning select,.control-group.warning textarea{color:#c09853}.control-group.warning input,.control-group.warning select,.control-group.warning textarea{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e}.control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on{color:#c09853;background-color:#fcf8e3;border-color:#c09853}.control-group.error .control-label,.control-group.error .help-block,.control-group.error .help-inline{color:#b94a48}.control-group.error .checkbox,.control-group.error .radio,.control-group.error input,.control-group.error select,.control-group.error textarea{color:#b94a48}.control-group.error input,.control-group.error select,.control-group.error textarea{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392}.control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on{color:#b94a48;background-color:#f2dede;border-color:#b94a48}.control-group.success .control-label,.control-group.success .help-block,.control-group.success .help-inline{color:#468847}.control-group.success .checkbox,.control-group.success .radio,.control-group.success input,.control-group.success select,.control-group.success textarea{color:#468847}.control-group.success input,.control-group.success select,.control-group.success textarea{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b}.control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on{color:#468847;background-color:#dff0d8;border-color:#468847}.control-group.info .control-label,.control-group.info .help-block,.control-group.info .help-inline{color:#3a87ad}.control-group.info .checkbox,.control-group.info .radio,.control-group.info input,.control-group.info select,.control-group.info textarea{color:#3a87ad}.control-group.info input,.control-group.info select,.control-group.info textarea{border-color:#3a87ad;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.info input:focus,.control-group.info select:focus,.control-group.info textarea:focus{border-color:#2d6987;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7ab5d3;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7ab5d3;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7ab5d3}.control-group.info .input-prepend .add-on,.control-group.info .input-append .add-on{color:#3a87ad;background-color:#d9edf7;border-color:#3a87ad}input:focus:invalid,textarea:focus:invalid,select:focus:invalid{color:#b94a48;border-color:#ee5f5b}input:focus:invalid:focus,textarea:focus:invalid:focus,select:focus:invalid:focus{border-color:#e9322d;-webkit-box-shadow:0 0 6px #f8b9b7;-moz-box-shadow:0 0 6px #f8b9b7;box-shadow:0 0 6px #f8b9b7}.form-actions{padding:19px 20px 20px;margin-top:20px;margin-bottom:20px;background-color:#f5f5f5;border-top:1px solid #e5e5e5;*zoom:1}.form-actions:before,.form-actions:after{display:table;line-height:0;content:""}.form-actions:after{clear:both}.help-block,.help-inline{color:#595959}.help-block{display:block;margin-bottom:10px}.help-inline{display:inline-block;*display:inline;padding-right:5px;vertical-align:middle;*zoom:1}.input-append,.input-prepend{display:inline-block;margin-bottom:10px;font-size:0;white-space:nowrap;vertical-align:middle}.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input,.input-append .dropdown-menu,.input-prepend .dropdown-menu,.input-append .popover,.input-prepend .popover{font-size:14px}.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input{position:relative;margin-bottom:0;*margin-right:0;vertical-align:top;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.input-append input:focus,.input-prepend input:focus,.input-append select:focus,.input-prepend select:focus,.input-append .uneditable-input:focus,.input-prepend .uneditable-input:focus{z-index:2}.input-append .add-on,.input-prepend .add-on{display:inline-block;width:auto;height:20px;min-width:16px;padding:4px 5px;font-size:14px;font-weight:normal;line-height:20px;text-align:center;text-shadow:0 1px 0 #fff;background-color:#eee;border:1px solid #ccc}.input-append .add-on,.input-prepend .add-on,.input-append .btn,.input-prepend .btn,.input-append .btn-group>.dropdown-toggle,.input-prepend .btn-group>.dropdown-toggle{vertical-align:top;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.input-append .active,.input-prepend .active{background-color:#a9dba9;border-color:#46a546}.input-prepend .add-on,.input-prepend .btn{margin-left:-1px}.input-prepend .add-on:first-child,.input-prepend .btn:first-child{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.input-append input,.input-append select,.input-append .uneditable-input{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.input-append input+.btn-group .btn:last-child,.input-append select+.btn-group .btn:last-child,.input-append .uneditable-input+.btn-group .btn:last-child{-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.input-append .add-on,.input-append .btn,.input-append .btn-group{margin-right:-1px}.input-append .add-on:last-child,.input-append .btn:last-child,.input-append .btn-group:last-child>.dropdown-toggle{-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.input-prepend.input-append input,.input-prepend.input-append select,.input-prepend.input-append .uneditable-input{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.input-prepend.input-append input+.btn-group .btn,.input-prepend.input-append select+.btn-group .btn,.input-prepend.input-append .uneditable-input+.btn-group .btn{-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.input-prepend.input-append .add-on:first-child,.input-prepend.input-append .btn:first-child{margin-left:-1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.input-prepend.input-append .add-on:last-child,.input-prepend.input-append .btn:last-child{margin-right:-1px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.input-prepend.input-append .btn-group:first-child{margin-right:0}input.search-query{padding-right:14px;padding-right:4px \9;padding-left:14px;padding-left:4px \9;margin-bottom:0;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.form-search .input-append .search-query,.form-search .input-prepend .search-query{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.form-search .input-append .search-query{-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0}.form-search .input-append .btn{-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px}.form-search .input-prepend .search-query{-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px}.form-search .input-prepend .btn{-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0}.form-search input,.form-inline input,.form-horizontal input,.form-search textarea,.form-inline textarea,.form-horizontal textarea,.form-search select,.form-inline select,.form-horizontal select,.form-search .help-inline,.form-inline .help-inline,.form-horizontal .help-inline,.form-search .uneditable-input,.form-inline .uneditable-input,.form-horizontal .uneditable-input,.form-search .input-prepend,.form-inline .input-prepend,.form-horizontal .input-prepend,.form-search .input-append,.form-inline .input-append,.form-horizontal .input-append{display:inline-block;*display:inline;margin-bottom:0;vertical-align:middle;*zoom:1}.form-search .hide,.form-inline .hide,.form-horizontal .hide{display:none}.form-search label,.form-inline label,.form-search .btn-group,.form-inline .btn-group{display:inline-block}.form-search .input-append,.form-inline .input-append,.form-search .input-prepend,.form-inline .input-prepend{margin-bottom:0}.form-search .radio,.form-search .checkbox,.form-inline .radio,.form-inline .checkbox{padding-right:0;margin-bottom:0;vertical-align:middle}.form-search .radio input[type="radio"],.form-search .checkbox input[type="checkbox"],.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:right;margin-left:3px;margin-right:0}.control-group{margin-bottom:10px}legend+.control-group{margin-top:20px;-webkit-margin-top-collapse:separate}.form-horizontal .control-group{margin-bottom:20px;*zoom:1}.form-horizontal .control-group:before,.form-horizontal .control-group:after{display:table;line-height:0;content:""}.form-horizontal .control-group:after{clear:both}.form-horizontal .control-label{float:right;width:160px;padding-top:5px;text-align:left}.form-horizontal .controls{*display:inline-block;*padding-right:20px;margin-right:180px;*margin-right:0}.form-horizontal .controls:first-child{*padding-right:180px}.form-horizontal .help-block{margin-bottom:0}.form-horizontal input+.help-block,.form-horizontal select+.help-block,.form-horizontal textarea+.help-block,.form-horizontal .uneditable-input+.help-block,.form-horizontal .input-prepend+.help-block,.form-horizontal .input-append+.help-block{margin-top:10px}.form-horizontal .form-actions{padding-right:180px}table{max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0}.table{width:100%;margin-bottom:20px}.table th,.table td{padding:8px;line-height:20px;text-align:right;vertical-align:top;border-top:1px solid #ddd}.table th{font-weight:bold}.table thead th{vertical-align:bottom}.table caption+thead tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td{border-top:0}.table tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed th,.table-condensed td{padding:4px 5px}.table-bordered{border:1px solid #ddd;border-collapse:separate;*border-collapse:collapse;border-right:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.table-bordered th,.table-bordered td{border-right:1px solid #ddd}.table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{border-top:0}.table-bordered thead:first-child tr:first-child>th:first-child,.table-bordered tbody:first-child tr:first-child>td:first-child,.table-bordered tbody:first-child tr:first-child>th:first-child{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-topright:4px}.table-bordered thead:first-child tr:first-child>th:last-child,.table-bordered tbody:first-child tr:first-child>td:last-child,.table-bordered tbody:first-child tr:first-child>th:last-child{-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topleft:4px}.table-bordered thead:last-child tr:last-child>th:first-child,.table-bordered tbody:last-child tr:last-child>td:first-child,.table-bordered tbody:last-child tr:last-child>th:first-child,.table-bordered tfoot:last-child tr:last-child>td:first-child,.table-bordered tfoot:last-child tr:last-child>th:first-child{-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px}.table-bordered thead:last-child tr:last-child>th:last-child,.table-bordered tbody:last-child tr:last-child>td:last-child,.table-bordered tbody:last-child tr:last-child>th:last-child,.table-bordered tfoot:last-child tr:last-child>td:last-child,.table-bordered tfoot:last-child tr:last-child>th:last-child{-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px}.table-bordered tfoot+tbody:last-child tr:last-child td:first-child{-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-bottomright:0}.table-bordered tfoot+tbody:last-child tr:last-child td:last-child{-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;-moz-border-radius-bottomleft:0}.table-bordered caption+thead tr:first-child th:first-child,.table-bordered caption+tbody tr:first-child td:first-child,.table-bordered colgroup+thead tr:first-child th:first-child,.table-bordered colgroup+tbody tr:first-child td:first-child{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-topright:4px}.table-bordered caption+thead tr:first-child th:last-child,.table-bordered caption+tbody tr:first-child td:last-child,.table-bordered colgroup+thead tr:first-child th:last-child,.table-bordered colgroup+tbody tr:first-child td:last-child{-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topleft:4px}.table-striped tbody>tr:nth-child(odd)>td,.table-striped tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover tbody tr:hover>td,.table-hover tbody tr:hover>th{background-color:#f5f5f5}table td[class*="span"],table th[class*="span"],.row-fluid table td[class*="span"],.row-fluid table th[class*="span"]{display:table-cell;float:none;margin-right:0}.table td.span1,.table th.span1{float:none;width:44px;margin-right:0}.table td.span2,.table th.span2{float:none;width:124px;margin-right:0}.table td.span3,.table th.span3{float:none;width:204px;margin-right:0}.table td.span4,.table th.span4{float:none;width:284px;margin-right:0}.table td.span5,.table th.span5{float:none;width:364px;margin-right:0}.table td.span6,.table th.span6{float:none;width:444px;margin-right:0}.table td.span7,.table th.span7{float:none;width:524px;margin-right:0}.table td.span8,.table th.span8{float:none;width:604px;margin-right:0}.table td.span9,.table th.span9{float:none;width:684px;margin-right:0}.table td.span10,.table th.span10{float:none;width:764px;margin-right:0}.table td.span11,.table th.span11{float:none;width:844px;margin-right:0}.table td.span12,.table th.span12{float:none;width:924px;margin-right:0}.table tbody tr.success>td{background-color:#dff0d8}.table tbody tr.error>td{background-color:#f2dede}.table tbody tr.warning>td{background-color:#fcf8e3}.table tbody tr.info>td{background-color:#d9edf7}.table-hover tbody tr.success:hover>td{background-color:#d0e9c6}.table-hover tbody tr.error:hover>td{background-color:#ebcccc}.table-hover tbody tr.warning:hover>td{background-color:#faf2cc}.table-hover tbody tr.info:hover>td{background-color:#c4e3f3}.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:focus>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>li>a:focus>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:focus>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"],.dropdown-submenu:focus>a>[class*=" icon-"]{background-image:url(//samimed.ir//templates/i30ms_ringo/css/../img/glyphicons-halflings-white.png)}.icon-glass{background-position:0 0}.icon-music{background-position:-24px 0}.icon-search{background-position:-48px 0}.icon-envelope{background-position:-72px 0}.icon-heart{background-position:-96px 0}.icon-star{background-position:-120px 0}.icon-star-empty{background-position:-144px 0}.icon-user{background-position:-168px 0}.icon-film{background-position:-192px 0}.icon-th-large{background-position:-216px 0}.icon-th{background-position:-240px 0}.icon-th-list{background-position:-264px 0}.icon-ok{background-position:-288px 0}.icon-remove{background-position:-312px 0}.icon-zoom-in{background-position:-336px 0}.icon-zoom-out{background-position:-360px 0}.icon-off{background-position:-384px 0}.icon-signal{background-position:-408px 0}.icon-cog{background-position:-432px 0}.icon-trash{background-position:-456px 0}.icon-home{background-position:0 -24px}.icon-file{background-position:-24px -24px}.icon-time{background-position:-48px -24px}.icon-road{background-position:-72px -24px}.icon-download-alt{background-position:-96px -24px}.icon-download{background-position:-120px -24px}.icon-upload{background-position:-144px -24px}.icon-inbox{background-position:-168px -24px}.icon-play-circle{background-position:-192px -24px}.icon-repeat{background-position:-216px -24px}.icon-refresh{background-position:-240px -24px}.icon-list-alt{background-position:-264px -24px}.icon-lock{background-position:-287px -24px}.icon-flag{background-position:-312px -24px}.icon-headphones{background-position:-336px -24px}.icon-volume-off{background-position:-360px -24px}.icon-volume-down{background-position:-384px -24px}.icon-volume-up{background-position:-408px -24px}.icon-qrcode{background-position:-432px -24px}.icon-barcode{background-position:-456px -24px}.icon-tag{background-position:0 -48px}.icon-tags{background-position:-25px -48px}.icon-book{background-position:-48px -48px}.icon-bookmark{background-position:-72px -48px}.icon-print{background-position:-96px -48px}.icon-camera{background-position:-120px -48px}.icon-font{background-position:-144px -48px}.icon-bold{background-position:-167px -48px}.icon-italic{background-position:-192px -48px}.icon-text-height{background-position:-216px -48px}.icon-text-width{background-position:-240px -48px}.icon-align-right{background-position:-264px -48px}.icon-align-center{background-position:-288px -48px}.icon-align-left{background-position:-312px -48px}.icon-align-justify{background-position:-336px -48px}.icon-list{background-position:-360px -48px}.icon-indent-right{background-position:-384px -48px}.icon-indent-left{background-position:-408px -48px}.icon-facetime-video{background-position:-432px -48px}.icon-picture{background-position:-456px -48px}.icon-pencil{background-position:0 -72px}.icon-map-marker{background-position:-24px -72px}.icon-adjust{background-position:-48px -72px}.icon-tint{background-position:-72px -72px}.icon-edit{background-position:-96px -72px}.icon-share{background-position:-120px -72px}.icon-check{background-position:-144px -72px}.icon-move{background-position:-168px -72px}.icon-step-forward{background-position:-192px -72px}.icon-fast-forward{background-position:-216px -72px}.icon-forward{background-position:-240px -72px}.icon-play{background-position:-264px -72px}.icon-pause{background-position:-288px -72px}.icon-stop{background-position:-312px -72px}.icon-backward{background-position:-336px -72px}.icon-fast-backward{background-position:-360px -72px}.icon-step-backward{background-position:-384px -72px}.icon-eject{background-position:-408px -72px}.icon-chevron-right{background-position:-432px -72px}.icon-chevron-left{background-position:-456px -72px}.icon-plus-sign{background-position:0 -96px}.icon-minus-sign{background-position:-24px -96px}.icon-remove-sign{background-position:-48px -96px}.icon-ok-sign{background-position:-72px -96px}.icon-question-sign{background-position:-96px -96px}.icon-info-sign{background-position:-120px -96px}.icon-screenshot{background-position:-144px -96px}.icon-remove-circle{background-position:-168px -96px}.icon-ok-circle{background-position:-192px -96px}.icon-ban-circle{background-position:-216px -96px}.icon-arrow-right{background-position:-240px -96px}.icon-arrow-left{background-position:-264px -96px}.icon-arrow-up{background-position:-289px -96px}.icon-arrow-down{background-position:-312px -96px}.icon-share-alt{background-position:-336px -96px}.icon-resize-full{background-position:-360px -96px}.icon-resize-small{background-position:-384px -96px}.icon-plus{background-position:-408px -96px}.icon-minus{background-position:-433px -96px}.icon-asterisk{background-position:-456px -96px}.icon-exclamation-sign{background-position:0 -120px}.icon-gift{background-position:-24px -120px}.icon-leaf{background-position:-48px -120px}.icon-fire{background-position:-72px -120px}.icon-eye-open{background-position:-96px -120px}.icon-eye-close{background-position:-120px -120px}.icon-warning-sign{background-position:-144px -120px}.icon-plane{background-position:-168px -120px}.icon-calendar{background-position:-192px -120px}.icon-random{width:16px;background-position:-216px -120px}.icon-comment{background-position:-240px -120px}.icon-magnet{background-position:-264px -120px}.icon-chevron-up{background-position:-288px -120px}.icon-chevron-down{background-position:-313px -119px}.icon-retweet{background-position:-336px -120px}.icon-shopping-cart{background-position:-360px -120px}.icon-folder-close{width:16px;background-position:-384px -120px}.icon-folder-open{width:16px;background-position:-408px -120px}.icon-resize-vertical{background-position:-432px -119px}.icon-resize-horizontal{background-position:-456px -118px}.icon-hdd{background-position:0 -144px}.icon-bullhorn{background-position:-24px -144px}.icon-bell{background-position:-48px -144px}.icon-certificate{background-position:-72px -144px}.icon-thumbs-up{background-position:-96px -144px}.icon-thumbs-down{background-position:-120px -144px}.icon-hand-left{background-position:-144px -144px}.icon-hand-right{background-position:-168px -144px}.icon-hand-up{background-position:-192px -144px}.icon-hand-down{background-position:-216px -144px}.icon-circle-arrow-left{background-position:-240px -144px}.icon-circle-arrow-right{background-position:-264px -144px}.icon-circle-arrow-up{background-position:-288px -144px}.icon-circle-arrow-down{background-position:-312px -144px}.icon-globe{background-position:-336px -144px}.icon-wrench{background-position:-360px -144px}.icon-tasks{background-position:-384px -144px}.icon-filter{background-position:-408px -144px}.icon-briefcase{background-position:-432px -144px}.icon-fullscreen{background-position:-456px -144px}.dropup,.dropdown{position:relative}.dropdown-toggle{*margin-bottom:-3px}.dropdown-toggle:active,.open .dropdown-toggle{outline:0}.caret{display:inline-block;width:0;height:0;vertical-align:top;border-top:4px solid #000;border-right:4px solid transparent;border-left:4px solid transparent;content:""}.dropdown .caret{margin-top:8px;margin-right:2px}.dropdown-menu{position:absolute;top:100%;right:0;z-index:1000;display:none;float:right;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);*border-right-width:2px;*border-bottom-width:2px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.dropdown-menu.pull-right{left:0;right:auto}.dropdown-menu .divider{*width:100%;height:1px;margin:9px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #fff}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:20px;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a{color:#fff;text-decoration:none;background-color:#0081c2;background-image:-moz-linear-gradient(top,#08c,#0077b3);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));background-image:-webkit-linear-gradient(top,#08c,#0077b3);background-image:-o-linear-gradient(top,#08c,#0077b3);background-image:linear-gradient(to bottom,#08c,#0077b3);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0)}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#0081c2;background-image:-moz-linear-gradient(top,#08c,#0077b3);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));background-image:-webkit-linear-gradient(top,#08c,#0077b3);background-image:-o-linear-gradient(top,#08c,#0077b3);background-image:linear-gradient(to bottom,#08c,#0077b3);background-repeat:repeat-x;outline:0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0)}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:default;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open{*z-index:1000}.open>.dropdown-menu{display:block}.pull-right>.dropdown-menu{left:0;right:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid #000;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}.dropdown-submenu{position:relative}.dropdown-submenu>.dropdown-menu{top:0;right:100%;margin-top:-6px;margin-right:-1px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px}.dropdown-submenu:hover>.dropdown-menu{display:block}.dropup .dropdown-submenu>.dropdown-menu{top:auto;bottom:0;margin-top:0;margin-bottom:-2px;-webkit-border-radius:5px 5px 0 5px;-moz-border-radius:5px 5px 0 5px;border-radius:5px 5px 0 5px}.dropdown-submenu>a:after{display:block;float:left;width:0;height:0;margin-top:5px;margin-left:-10px;border-color:transparent;border-right-color:#ccc;border-style:solid;border-width:5px 5px 5px 0;content:" "}.dropdown-submenu:hover>a:after{border-right-color:#fff}.dropdown-submenu.pull-left{float:none}.dropdown-submenu.pull-left>.dropdown-menu{right:-100%;margin-right:10px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px}.dropdown .dropdown-menu .nav-header{padding-right:20px;padding-left:20px}.typeahead{z-index:1051;margin-top:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-large{padding:24px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.well-small{padding:9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.fade{opacity:0;-webkit-transition:opacity .15s linear;-moz-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;-moz-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease}.collapse.in{height:auto}.close{float:left;font-size:20px;font-weight:bold;line-height:20px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.btn{display:inline-block;*display:inline;padding:4px 12px;margin-bottom:0;*margin-left:.3em;font-size:14px;line-height:20px;color:#333;text-align:center;text-shadow:0 1px 1px rgba(255,255,255,0.75);vertical-align:middle;cursor:pointer;background-color:#f5f5f5;*background-color:#e6e6e6;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;border:1px solid #ccc;*border:0;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);border-bottom-color:#b3b3b3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);*zoom:1;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.btn:hover,.btn:focus,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{color:#333;background-color:#e6e6e6;*background-color:#d9d9d9}.btn:active,.btn.active{background-color:#ccc \9}.btn:first-child{*margin-right:0}.btn:hover,.btn:focus{color:#333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}.btn.disabled,.btn[disabled]{cursor:default;background-image:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-large{padding:11px 19px;font-size:17.5px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.btn-large [class^="icon-"],.btn-large [class*=" icon-"]{margin-top:4px}.btn-small{padding:2px 10px;font-size:11.9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.btn-small [class^="icon-"],.btn-small [class*=" icon-"]{margin-top:0}.btn-mini [class^="icon-"],.btn-mini [class*=" icon-"]{margin-top:-1px}.btn-mini{padding:0 6px;font-size:10.5px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.btn-block{display:block;width:100%;padding-right:0;padding-left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{color:rgba(255,255,255,0.75)}.btn-primary{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#006dcc;*background-color:#04c;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;border-color:#04c #04c #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{color:#fff;background-color:#04c;*background-color:#003bb3}.btn-primary:active,.btn-primary.active{background-color:#039 \9}.btn-warning{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#faa732;*background-color:#f89406;background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(to bottom,#fbb450,#f89406);background-repeat:repeat-x;border-color:#f89406 #f89406 #ad6704;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{color:#fff;background-color:#f89406;*background-color:#df8505}.btn-warning:active,.btn-warning.active{background-color:#c67605 \9}.btn-danger{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#da4f49;*background-color:#bd362f;background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);background-repeat:repeat-x;border-color:#bd362f #bd362f #802420;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{color:#fff;background-color:#bd362f;*background-color:#a9302a}.btn-danger:active,.btn-danger.active{background-color:#942a25 \9}.btn-success{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#5bb75b;*background-color:#51a351;background-image:-moz-linear-gradient(top,#62c462,#51a351);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));background-image:-webkit-linear-gradient(top,#62c462,#51a351);background-image:-o-linear-gradient(top,#62c462,#51a351);background-image:linear-gradient(to bottom,#62c462,#51a351);background-repeat:repeat-x;border-color:#51a351 #51a351 #387038;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff51a351',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{color:#fff;background-color:#51a351;*background-color:#499249}.btn-success:active,.btn-success.active{background-color:#408140 \9}.btn-info{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#49afcd;*background-color:#2f96b4;background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);background-repeat:repeat-x;border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2f96b4',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{color:#fff;background-color:#2f96b4;*background-color:#2a85a0}.btn-info:active,.btn-info.active{background-color:#24748c \9}.btn-inverse{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#363636;*background-color:#222;background-image:-moz-linear-gradient(top,#444,#222);background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));background-image:-webkit-linear-gradient(top,#444,#222);background-image:-o-linear-gradient(top,#444,#222);background-image:linear-gradient(to bottom,#444,#222);background-repeat:repeat-x;border-color:#222 #222 #000;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444',endColorstr='#ff222222',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-inverse:hover,.btn-inverse:focus,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{color:#fff;background-color:#222;*background-color:#151515}.btn-inverse:active,.btn-inverse.active{background-color:#080808 \9}button.btn,input[type="submit"].btn{*padding-top:3px;*padding-bottom:3px}button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner{padding:0;border:0}button.btn.btn-large,input[type="submit"].btn.btn-large{*padding-top:7px;*padding-bottom:7px}button.btn.btn-small,input[type="submit"].btn.btn-small{*padding-top:3px;*padding-bottom:3px}button.btn.btn-mini,input[type="submit"].btn.btn-mini{*padding-top:1px;*padding-bottom:1px}.btn-link,.btn-link:active,.btn-link[disabled]{background-color:transparent;background-image:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-link{color:#08c;cursor:pointer;border-color:transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.btn-link:hover,.btn-link:focus{color:#005580;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,.btn-link[disabled]:focus{color:#333;text-decoration:none}.btn-group{position:relative;display:inline-block;*display:inline;*margin-right:.3em;font-size:0;white-space:nowrap;vertical-align:middle;*zoom:1}.btn-group:first-child{*margin-right:0}.btn-group+.btn-group{margin-right:5px}.btn-toolbar{margin-top:10px;margin-bottom:10px;font-size:0}.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group{margin-right:5px}.btn-group>.btn{position:relative;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.btn-group>.btn+.btn{margin-right:-1px}.btn-group>.btn,.btn-group>.dropdown-menu,.btn-group>.popover{font-size:14px}.btn-group>.btn-mini{font-size:10.5px}.btn-group>.btn-small{font-size:11.9px}.btn-group>.btn-large{font-size:17.5px}.btn-group>.btn:first-child{margin-right:0;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-topright:4px}.btn-group>.btn:last-child,.btn-group>.dropdown-toggle{-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px}.btn-group>.btn.large:first-child{margin-right:0;-webkit-border-bottom-right-radius:6px;border-bottom-right-radius:6px;-webkit-border-top-right-radius:6px;border-top-right-radius:6px;-moz-border-radius-bottomright:6px;-moz-border-radius-topright:6px}.btn-group>.btn.large:last-child,.btn-group>.large.dropdown-toggle{-webkit-border-top-left-radius:6px;border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;border-bottom-left-radius:6px;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px}.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active{z-index:2}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{*padding-top:5px;padding-right:8px;*padding-bottom:5px;padding-left:8px;-webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.btn-group>.btn-mini+.dropdown-toggle{*padding-top:2px;padding-right:5px;*padding-bottom:2px;padding-left:5px}.btn-group>.btn-small+.dropdown-toggle{*padding-top:5px;*padding-bottom:4px}.btn-group>.btn-large+.dropdown-toggle{*padding-top:7px;padding-right:12px;*padding-bottom:7px;padding-left:12px}.btn-group.open .dropdown-toggle{background-image:none;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}.btn-group.open .btn.dropdown-toggle{background-color:#e6e6e6}.btn-group.open .btn-primary.dropdown-toggle{background-color:#04c}.btn-group.open .btn-warning.dropdown-toggle{background-color:#f89406}.btn-group.open .btn-danger.dropdown-toggle{background-color:#bd362f}.btn-group.open .btn-success.dropdown-toggle{background-color:#51a351}.btn-group.open .btn-info.dropdown-toggle{background-color:#2f96b4}.btn-group.open .btn-inverse.dropdown-toggle{background-color:#222}.btn .caret{margin-top:8px;margin-right:0}.btn-large .caret{margin-top:6px}.btn-large .caret{border-top-width:5px;border-right-width:5px;border-left-width:5px}.btn-mini .caret,.btn-small .caret{margin-top:8px}.dropup .btn-large .caret{border-bottom-width:5px}.btn-primary .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret,.btn-success .caret,.btn-inverse .caret{border-top-color:#fff;border-bottom-color:#fff}.btn-group-vertical{display:inline-block;*display:inline;*zoom:1}.btn-group-vertical>.btn{display:block;float:none;max-width:100%;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.btn-group-vertical>.btn+.btn{margin-top:-1px;margin-right:0}.btn-group-vertical>.btn:first-child{-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.btn-group-vertical>.btn:last-child{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.btn-group-vertical>.btn-large:first-child{-webkit-border-radius:6px 6px 0 0;-moz-border-radius:6px 6px 0 0;border-radius:6px 6px 0 0}.btn-group-vertical>.btn-large:last-child{-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px}.alert{padding:8px 14px 8px 35px;margin-bottom:20px;text-shadow:0 1px 0 rgba(255,255,255,0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.alert,.alert h4{color:#c09853}.alert h4{margin:0}.alert .close{position:relative;top:-2px;left:-21px;line-height:20px}.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.alert-success h4{color:#468847}.alert-danger,.alert-error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.alert-danger h4,.alert-error h4{color:#b94a48}.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.alert-info h4{color:#3a87ad}.alert-block{padding-top:14px;padding-bottom:14px}.alert-block>p,.alert-block>ul{margin-bottom:0}.alert-block p+p{margin-top:5px}.nav{margin-bottom:20px;margin-right:0;list-style:none}.nav>li>a{display:block}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li>a>img{max-width:none}.nav>.pull-right{float:left}.nav-header{display:block;padding:3px 15px;font-size:11px;font-weight:bold;line-height:20px;color:#999;text-shadow:0 1px 0 rgba(255,255,255,0.5);text-transform:uppercase}.nav li+.nav-header{margin-top:9px}.nav-list{padding-right:15px;padding-left:15px;margin-bottom:0}.nav-list>li>a,.nav-list .nav-header{margin-right:-15px;margin-left:-15px;text-shadow:0 1px 0 rgba(255,255,255,0.5)}.nav-list>li>a{padding:3px 15px}.nav-list>.active>a,.nav-list>.active>a:hover,.nav-list>.active>a:focus{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.2);background-color:#08c}.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{margin-left:2px}.nav-list .divider{*width:100%;height:1px;margin:9px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #fff}.nav-tabs,.nav-pills{*zoom:1}.nav-tabs:before,.nav-pills:before,.nav-tabs:after,.nav-pills:after{display:table;line-height:0;content:""}.nav-tabs:after,.nav-pills:after{clear:both}.nav-tabs>li,.nav-pills>li{float:right}.nav-tabs>li>a,.nav-pills>li>a{padding-right:12px;padding-left:12px;margin-left:2px;line-height:14px}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{margin-bottom:-1px}.nav-tabs>li>a{padding-top:8px;padding-bottom:8px;line-height:20px;border:1px solid transparent;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover,.nav-tabs>li>a:focus{border-color:#eee #eee #ddd}.nav-tabs>.active>a,.nav-tabs>.active>a:hover,.nav-tabs>.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-pills>li>a{padding-top:8px;padding-bottom:8px;margin-top:2px;margin-bottom:2px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.nav-pills>.active>a,.nav-pills>.active>a:hover,.nav-pills>.active>a:focus{color:#fff;background-color:#08c}.nav-stacked>li{float:none}.nav-stacked>li>a{margin-left:0}.nav-tabs.nav-stacked{border-bottom:0}.nav-tabs.nav-stacked>li>a{border:1px solid #ddd;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.nav-tabs.nav-stacked>li:first-child>a{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-moz-border-radius-topleft:4px}.nav-tabs.nav-stacked>li:last-child>a{-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-bottomleft:4px}.nav-tabs.nav-stacked>li>a:hover,.nav-tabs.nav-stacked>li>a:focus{z-index:2;border-color:#ddd}.nav-pills.nav-stacked>li>a{margin-bottom:3px}.nav-pills.nav-stacked>li:last-child>a{margin-bottom:1px}.nav-tabs .dropdown-menu{-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px}.nav-pills .dropdown-menu{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.nav .dropdown-toggle .caret{margin-top:6px;border-top-color:#08c;border-bottom-color:#08c}.nav .dropdown-toggle:hover .caret,.nav .dropdown-toggle:focus .caret{border-top-color:#005580;border-bottom-color:#005580}.nav-tabs .dropdown-toggle .caret{margin-top:8px}.nav .active .dropdown-toggle .caret{border-top-color:#fff;border-bottom-color:#fff}.nav-tabs .active .dropdown-toggle .caret{border-top-color:#555;border-bottom-color:#555}.nav>.dropdown.active>a:hover,.nav>.dropdown.active>a:focus{cursor:pointer}.nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav>li.dropdown.open.active>a:hover,.nav>li.dropdown.open.active>a:focus{color:#fff;background-color:#999;border-color:#999}.nav li.dropdown.open .caret,.nav li.dropdown.open.active .caret,.nav li.dropdown.open a:hover .caret,.nav li.dropdown.open a:focus .caret{border-top-color:#fff;border-bottom-color:#fff;opacity:1;filter:alpha(opacity=100)}.tabs-stacked .open>a:hover,.tabs-stacked .open>a:focus{border-color:#999}.tabbable{*zoom:1}.tabbable:before,.tabbable:after{display:table;line-height:0;content:""}.tabbable:after{clear:both}.tab-content{overflow:auto}.tabs-below>.nav-tabs,.tabs-right>.nav-tabs,.tabs-left>.nav-tabs{border-bottom:0}.tab-content>.tab-pane,.pill-content>.pill-pane{display:none}.tab-content>.active,.pill-content>.active{display:block}.tabs-below>.nav-tabs{border-top:1px solid #ddd}.tabs-below>.nav-tabs>li{margin-top:-1px;margin-bottom:0}.tabs-below>.nav-tabs>li>a{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.tabs-below>.nav-tabs>li>a:hover,.tabs-below>.nav-tabs>li>a:focus{border-top-color:#ddd;border-bottom-color:transparent}.tabs-below>.nav-tabs>.active>a,.tabs-below>.nav-tabs>.active>a:hover,.tabs-below>.nav-tabs>.active>a:focus{border-color:transparent #ddd #ddd #ddd}.tabs-left>.nav-tabs>li,.tabs-right>.nav-tabs>li{float:none}.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a{min-width:74px;margin-left:0;margin-bottom:3px}.tabs-left>.nav-tabs{float:right;margin-left:19px;border-left:1px solid #ddd}.tabs-left>.nav-tabs>li>a{margin-left:-1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.tabs-left>.nav-tabs>li>a:hover,.tabs-left>.nav-tabs>li>a:focus{border-color:#eee #eee #eee #ddd}.tabs-left>.nav-tabs .active>a,.tabs-left>.nav-tabs .active>a:hover,.tabs-left>.nav-tabs .active>a:focus{border-color:#ddd #ddd #ddd transparent;*border-left-color:#fff}.tabs-right>.nav-tabs{float:left;margin-right:19px;border-right:1px solid #ddd}.tabs-right>.nav-tabs>li>a{margin-right:-1px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.tabs-right>.nav-tabs>li>a:hover,.tabs-right>.nav-tabs>li>a:focus{border-color:#eee #ddd #eee #eee}.tabs-right>.nav-tabs .active>a,.tabs-right>.nav-tabs .active>a:hover,.tabs-right>.nav-tabs .active>a:focus{border-color:#ddd transparent #ddd #ddd;*border-right-color:#fff}.nav>.disabled>a{color:#999}.nav>.disabled>a:hover,.nav>.disabled>a:focus{text-decoration:none;cursor:default;background-color:transparent}.navbar{*position:relative;*z-index:2;margin-bottom:20px;overflow:visible}.navbar-inner{min-height:40px;padding-right:20px;padding-left:20px;background-color:#fafafa;background-image:-moz-linear-gradient(top,#fff,#f2f2f2);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f2f2f2));background-image:-webkit-linear-gradient(top,#fff,#f2f2f2);background-image:-o-linear-gradient(top,#fff,#f2f2f2);background-image:linear-gradient(to bottom,#fff,#f2f2f2);background-repeat:repeat-x;border:1px solid #d4d4d4;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff2f2f2',GradientType=0);*zoom:1;-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.065);-moz-box-shadow:0 1px 4px rgba(0,0,0,0.065);box-shadow:0 1px 4px rgba(0,0,0,0.065)}.navbar-inner:before,.navbar-inner:after{display:table;line-height:0;content:""}.navbar-inner:after{clear:both}.navbar .container{width:auto}.nav-collapse.collapse{height:auto;overflow:visible}.navbar .brand{display:block;float:right;padding:10px 20px 10px;margin-right:-20px;font-size:20px;font-weight:200;color:#777;text-shadow:0 1px 0 #fff}.navbar .brand:hover,.navbar .brand:focus{text-decoration:none}.navbar-text{margin-bottom:0;line-height:40px;color:#777}.navbar-link{color:#777}.navbar-link:hover,.navbar-link:focus{color:#333}.navbar .divider-vertical{height:40px;margin:0 9px;border-left:1px solid #fff;border-right:1px solid #f2f2f2}.navbar .btn,.navbar .btn-group{margin-top:5px}.navbar .btn-group .btn,.navbar .input-prepend .btn,.navbar .input-append .btn,.navbar .input-prepend .btn-group,.navbar .input-append .btn-group{margin-top:0}.navbar-form{margin-bottom:0;*zoom:1}.navbar-form:before,.navbar-form:after{display:table;line-height:0;content:""}.navbar-form:after{clear:both}.navbar-form input,.navbar-form select,.navbar-form .radio,.navbar-form .checkbox{margin-top:5px}.navbar-form input,.navbar-form select,.navbar-form .btn{display:inline-block;margin-bottom:0}.navbar-form input[type="image"],.navbar-form input[type="checkbox"],.navbar-form input[type="radio"]{margin-top:3px}.navbar-form .input-append,.navbar-form .input-prepend{margin-top:5px;white-space:nowrap}.navbar-form .input-append input,.navbar-form .input-prepend input{margin-top:0}.navbar-search{position:relative;float:right;margin-top:5px;margin-bottom:0}.navbar-search .search-query{padding:4px 14px;margin-bottom:0;font-family:Tahoma,Geneva,sans-serif;font-size:13px;font-weight:normal;line-height:1;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.navbar-static-top{position:static;margin-bottom:0}.navbar-static-top .navbar-inner{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;margin-bottom:0}.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{border-width:0 0 1px}.navbar-fixed-bottom .navbar-inner{border-width:1px 0 0}.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding-right:0;padding-left:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px}.navbar-fixed-top{top:0}.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{-webkit-box-shadow:0 1px 10px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 10px rgba(0,0,0,0.1);box-shadow:0 1px 10px rgba(0,0,0,0.1)}.navbar-fixed-bottom{bottom:0}.navbar-fixed-bottom .navbar-inner{-webkit-box-shadow:0 -1px 10px rgba(0,0,0,0.1);-moz-box-shadow:0 -1px 10px rgba(0,0,0,0.1);box-shadow:0 -1px 10px rgba(0,0,0,0.1)}.navbar .nav{position:relative;right:0;display:block;float:right;margin:0 0 0 10px}.navbar .nav.pull-right{float:left;margin-left:0}.navbar .nav>li{float:right}.navbar .nav>li>a{float:none;padding:10px 15px 10px;color:#777;text-decoration:none;text-shadow:0 1px 0 #fff}.navbar .nav .dropdown-toggle .caret{margin-top:8px}.navbar .nav>li>a:focus,.navbar .nav>li>a:hover{color:#333;text-decoration:none;background-color:transparent}.navbar .nav>.active>a,.navbar .nav>.active>a:hover,.navbar .nav>.active>a:focus{color:#555;text-decoration:none;background-color:#e5e5e5;-webkit-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);-moz-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);box-shadow:inset 0 3px 8px rgba(0,0,0,0.125)}.navbar .btn-navbar{display:none;float:left;padding:7px 10px;margin-right:5px;margin-left:5px;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#ededed;*background-color:#e5e5e5;background-image:-moz-linear-gradient(top,#f2f2f2,#e5e5e5);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e5e5e5));background-image:-webkit-linear-gradient(top,#f2f2f2,#e5e5e5);background-image:-o-linear-gradient(top,#f2f2f2,#e5e5e5);background-image:linear-gradient(to bottom,#f2f2f2,#e5e5e5);background-repeat:repeat-x;border-color:#e5e5e5 #e5e5e5 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2',endColorstr='#ffe5e5e5',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075)}.navbar .btn-navbar:hover,.navbar .btn-navbar:focus,.navbar .btn-navbar:active,.navbar .btn-navbar.active,.navbar .btn-navbar.disabled,.navbar .btn-navbar[disabled]{color:#fff;background-color:#e5e5e5;*background-color:#d9d9d9}.navbar .btn-navbar:active,.navbar .btn-navbar.active{background-color:#ccc \9}.navbar .btn-navbar .icon-bar{display:block;width:18px;height:2px;background-color:#f5f5f5;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.25);-moz-box-shadow:0 1px 0 rgba(0,0,0,0.25);box-shadow:0 1px 0 rgba(0,0,0,0.25)}.btn-navbar .icon-bar+.icon-bar{margin-top:3px}.navbar .nav>li>.dropdown-menu:before{position:absolute;top:-7px;right:9px;display:inline-block;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-left:7px solid transparent;border-bottom-color:rgba(0,0,0,0.2);content:''}.navbar .nav>li>.dropdown-menu:after{position:absolute;top:-6px;right:10px;display:inline-block;border-right:6px solid transparent;border-bottom:6px solid #fff;border-left:6px solid transparent;content:''}.navbar-fixed-bottom .nav>li>.dropdown-menu:before{top:auto;bottom:-7px;border-top:7px solid #ccc;border-bottom:0;border-top-color:rgba(0,0,0,0.2)}.navbar-fixed-bottom .nav>li>.dropdown-menu:after{top:auto;bottom:-6px;border-top:6px solid #fff;border-bottom:0}.navbar .nav li.dropdown>a:hover .caret,.navbar .nav li.dropdown>a:focus .caret{border-top-color:#333;border-bottom-color:#333}.navbar .nav li.dropdown.open>.dropdown-toggle,.navbar .nav li.dropdown.active>.dropdown-toggle,.navbar .nav li.dropdown.open.active>.dropdown-toggle{color:#555;background-color:#e5e5e5}.navbar .nav li.dropdown>.dropdown-toggle .caret{border-top-color:#777;border-bottom-color:#777}.navbar .nav li.dropdown.open>.dropdown-toggle .caret,.navbar .nav li.dropdown.active>.dropdown-toggle .caret,.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret{border-top-color:#555;border-bottom-color:#555}.navbar .pull-right>li>.dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right{left:0;right:auto}.navbar .pull-right>li>.dropdown-menu:before,.navbar .nav>li>.dropdown-menu.pull-right:before{left:12px;right:auto}.navbar .pull-right>li>.dropdown-menu:after,.navbar .nav>li>.dropdown-menu.pull-right:after{left:13px;right:auto}.navbar .pull-right>li>.dropdown-menu .dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right .dropdown-menu{left:100%;right:auto;margin-left:-1px;margin-right:0;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px}.navbar-inverse .navbar-inner{background-color:#1b1b1b;background-image:-moz-linear-gradient(top,#222,#111);background-image:-webkit-gradient(linear,0 0,0 100%,from(#222),to(#111));background-image:-webkit-linear-gradient(top,#222,#111);background-image:-o-linear-gradient(top,#222,#111);background-image:linear-gradient(to bottom,#222,#111);background-repeat:repeat-x;border-color:#252525;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff111111',GradientType=0)}.navbar-inverse .brand,.navbar-inverse .nav>li>a{color:#999;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.navbar-inverse .brand:hover,.navbar-inverse .nav>li>a:hover,.navbar-inverse .brand:focus,.navbar-inverse .nav>li>a:focus{color:#fff}.navbar-inverse .brand{color:#999}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .nav>li>a:focus,.navbar-inverse .nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .nav .active>a,.navbar-inverse .nav .active>a:hover,.navbar-inverse .nav .active>a:focus{color:#fff;background-color:#111}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover,.navbar-inverse .navbar-link:focus{color:#fff}.navbar-inverse .divider-vertical{border-left-color:#222;border-right-color:#111}.navbar-inverse .nav li.dropdown.open>.dropdown-toggle,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle{color:#fff;background-color:#111}.navbar-inverse .nav li.dropdown>a:hover .caret,.navbar-inverse .nav li.dropdown>a:focus .caret{border-top-color:#fff;border-bottom-color:#fff}.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret{border-top-color:#999;border-bottom-color:#999}.navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle .caret{border-top-color:#fff;border-bottom-color:#fff}.navbar-inverse .navbar-search .search-query{color:#fff;background-color:#515151;border-color:#111;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.navbar-inverse .navbar-search .search-query:-moz-placeholder{color:#ccc}.navbar-inverse .navbar-search .search-query:-ms-input-placeholder{color:#ccc}.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder{color:#ccc}.navbar-inverse .navbar-search .search-query:focus,.navbar-inverse .navbar-search .search-query.focused{padding:5px 15px;color:#333;text-shadow:0 1px 0 #fff;background-color:#fff;border:0;outline:0;-webkit-box-shadow:0 0 3px rgba(0,0,0,0.15);-moz-box-shadow:0 0 3px rgba(0,0,0,0.15);box-shadow:0 0 3px rgba(0,0,0,0.15)}.navbar-inverse .btn-navbar{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#0e0e0e;*background-color:#040404;background-image:-moz-linear-gradient(top,#151515,#040404);background-image:-webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));background-image:-webkit-linear-gradient(top,#151515,#040404);background-image:-o-linear-gradient(top,#151515,#040404);background-image:linear-gradient(to bottom,#151515,#040404);background-repeat:repeat-x;border-color:#040404 #040404 #000;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515',endColorstr='#ff040404',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.navbar-inverse .btn-navbar:hover,.navbar-inverse .btn-navbar:focus,.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active,.navbar-inverse .btn-navbar.disabled,.navbar-inverse .btn-navbar[disabled]{color:#fff;background-color:#040404;*background-color:#000}.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active{background-color:#000 \9}.breadcrumb{padding:8px 15px;margin:0 0 20px;list-style:none;background-color:#f5f5f5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.breadcrumb>li{display:inline-block;*display:inline;text-shadow:0 1px 0 #fff;*zoom:1}.breadcrumb>li>.divider{padding:0 5px;color:#ccc}.breadcrumb>.active{color:#999}.pagination{margin:20px 0}.pagination ul{display:inline-block;*display:inline;margin-bottom:0;margin-right:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*zoom:1}.pagination ul>li{display:inline}.pagination ul>li>a,.pagination ul>li>span{float:right;padding:4px 12px;line-height:25px;text-decoration:none;color: #FFF;background-color: #2196f3;border: none;font-weight: 500;font-size: 13px;width: 25px;height: 25px;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50% !important;padding: 10px;margin: 0 3px 0 3px}.pagination ul>li>a:hover,.pagination ul>li>a:focus,.pagination ul>.active>a,.pagination ul>.active>span{background-color:#f44336;color: #FFFFFF}.pagination ul>.active>a,.pagination ul>.active>span{color:#FFF;cursor:default}.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover,.pagination ul>.disabled>a:focus{color:#999;cursor:default;background-color:transparent;padding: 4px 12px;line-height: 25px;text-decoration: none;color: #FFF;background-color: #2196f3 !important;border: none;font-weight: 500;font-size: 13px;width: 25px;height: 25px;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50% !important;padding: 10px;margin: 0 3px 0 3px}.pagination ul>li:first-child>a,.pagination ul>li:first-child>span{border-right-width:1px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-topright:4px}.pagination ul>li:last-child>a,.pagination ul>li:last-child>span{-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px}.pagination-centered{text-align:center}.pagination-right{text-align:left}.pagination-large ul>li>a,.pagination-large ul>li>span{padding:11px 19px;font-size:17.5px}.pagination-large ul>li:first-child>a,.pagination-large ul>li:first-child>span{-webkit-border-bottom-right-radius:6px;border-bottom-right-radius:6px;-webkit-border-top-right-radius:6px;border-top-right-radius:6px;-moz-border-radius-bottomright:6px;-moz-border-radius-topright:6px}.pagination-large ul>li:last-child>a,.pagination-large ul>li:last-child>span{-webkit-border-top-left-radius:6px;border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;border-bottom-left-radius:6px;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px}.pagination-mini ul>li:first-child>a,.pagination-small ul>li:first-child>a,.pagination-mini ul>li:first-child>span,.pagination-small ul>li:first-child>span{-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;border-top-right-radius:3px;-moz-border-radius-bottomright:3px;-moz-border-radius-topright:3px}.pagination-mini ul>li:last-child>a,.pagination-small ul>li:last-child>a,.pagination-mini ul>li:last-child>span,.pagination-small ul>li:last-child>span{-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px;-moz-border-radius-topleft:3px;-moz-border-radius-bottomleft:3px}.pagination-small ul>li>a,.pagination-small ul>li>span{padding:2px 10px;font-size:11.9px}.pagination-mini ul>li>a,.pagination-mini ul>li>span{padding:0 6px;font-size:10.5px}.pager{margin:20px 0;text-align:center;list-style:none;*zoom:1}.pager:before,.pager:after{display:table;line-height:0;content:""}.pager:after{clear:both}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#f5f5f5}.pager .next>a,.pager .next>span{float:left}.pager .previous>a,.pager .previous>span{float:right}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;cursor:default;background-color:#fff}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop,.modal-backdrop.fade.in{opacity:.8;filter:alpha(opacity=80)}.modal{position:fixed;top:10%;right:50%;z-index:1050;width:560px;margin-right:-280px;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.3);*border:1px solid #999;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;outline:0;-webkit-box-shadow:0 3px 7px rgba(0,0,0,0.3);-moz-box-shadow:0 3px 7px rgba(0,0,0,0.3);box-shadow:0 3px 7px rgba(0,0,0,0.3);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box}.modal.fade{top:-25%;-webkit-transition:opacity .3s linear,top .3s ease-out;-moz-transition:opacity .3s linear,top .3s ease-out;-o-transition:opacity .3s linear,top .3s ease-out;transition:opacity .3s linear,top .3s ease-out}.modal.fade.in{top:10%}.modal-header{padding:9px 15px;border-bottom:1px solid #eee}.modal-header .close{margin-top:2px}.modal-header h3{margin:0;line-height:30px}.modal-body{position:relative;max-height:400px;padding:15px;overflow-y:auto}.modal-form{margin-bottom:0}.modal-footer{padding:14px 15px 15px;margin-bottom:0;text-align:left;background-color:#f5f5f5;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;*zoom:1;-webkit-box-shadow:inset 0 1px 0 #fff;-moz-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff}.modal-footer:before,.modal-footer:after{display:table;line-height:0;content:""}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-bottom:0;margin-right:5px}.modal-footer .btn-group .btn+.btn{margin-right:-1px}.modal-footer .btn-block+.btn-block{margin-right:0}.tooltip{position:absolute;z-index:1030;display:block;font-size:11px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible}.tooltip.in{opacity:.8;filter:alpha(opacity=80)}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;right:50%;margin-right:-5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.tooltip.bottom .tooltip-arrow{top:0;right:50%;margin-right:-5px;border-bottom-color:#000;border-width:0 5px 5px}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:right;white-space:normal;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.popover-title:empty{display:none}.popover-content{padding:9px 14px}.popover .arrow,.popover .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover .arrow{border-width:11px}.popover .arrow:after{border-width:10px;content:""}.popover.top .arrow{bottom:-11px;right:50%;margin-right:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}.popover.top .arrow:after{bottom:1px;margin-right:-10px;border-top-color:#fff;border-bottom-width:0}.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,0.25);border-left-width:0}.popover.right .arrow:after{bottom:-10px;left:1px;border-right-color:#fff;border-left-width:0}.popover.bottom .arrow{top:-11px;right:50%;margin-right:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);border-top-width:0}.popover.bottom .arrow:after{top:1px;margin-right:-10px;border-bottom-color:#fff;border-top-width:0}.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-left-color:#999;border-left-color:rgba(0,0,0,0.25);border-right-width:0}.popover.left .arrow:after{right:1px;bottom:-10px;border-left-color:#fff;border-right-width:0}.thumbnails{margin-right:-20px;list-style:none;*zoom:1}.thumbnails:before,.thumbnails:after{display:table;line-height:0;content:""}.thumbnails:after{clear:both}.row-fluid .thumbnails{margin-right:0}.thumbnails>li{float:right;margin-bottom:20px;margin-right:20px}.thumbnail{display:block;padding:4px;line-height:20px;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.055);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.055);box-shadow:0 1px 3px rgba(0,0,0,0.055);-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}a.thumbnail:hover,a.thumbnail:focus{border-color:#08c;-webkit-box-shadow:0 1px 4px rgba(0,105,214,0.25);-moz-box-shadow:0 1px 4px rgba(0,105,214,0.25);box-shadow:0 1px 4px rgba(0,105,214,0.25)}.thumbnail>img{display:block;max-width:100%;margin-right:auto;margin-left:auto}.thumbnail .caption{padding:9px;color:#555}.media,.media-body{overflow:hidden;*overflow:visible;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-left:10px}.media>.pull-right{margin-right:10px}.media-list{margin-right:0;list-style:none}.label,.badge{display:inline-block;padding:2px 4px;font-size:11.844px;font-weight:bold;line-height:14px;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);white-space:nowrap;vertical-align:baseline;background-color:#999}.label{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.badge{padding-right:9px;padding-left:9px;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px}.label:empty,.badge:empty{display:none}a.label:hover,a.label:focus,a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.label-important,.badge-important{background-color:#b94a48}.label-important[href],.badge-important[href]{background-color:#953b39}.label-warning,.badge-warning{background-color:#f89406}.label-warning[href],.badge-warning[href]{background-color:#c67605}.label-success,.badge-success{background-color:#468847}.label-success[href],.badge-success[href]{background-color:#356635}.label-info,.badge-info{background-color:#3a87ad}.label-info[href],.badge-info[href]{background-color:#2d6987}.label-inverse,.badge-inverse{background-color:#333}.label-inverse[href],.badge-inverse[href]{background-color:#1a1a1a}.btn .label,.btn .badge{position:relative;top:-1px}.btn-mini .label,.btn-mini .badge{top:0}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-ms-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:0 0}to{background-position:40px 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f7f7f7;background-image:-moz-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));background-image:-webkit-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-o-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:linear-gradient(to bottom,#f5f5f5,#f9f9f9);background-repeat:repeat-x;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress .bar{float:right;width:0;height:100%;font-size:12px;color:#fff;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#0e90d2;background-image:-moz-linear-gradient(top,#149bdf,#0480be);background-image:-webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));background-image:-webkit-linear-gradient(top,#149bdf,#0480be);background-image:-o-linear-gradient(top,#149bdf,#0480be);background-image:linear-gradient(to bottom,#149bdf,#0480be);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:width .6s ease;-moz-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress .bar+.bar{-webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15);-moz-box-shadow:inset 1px 0 0 rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 1px 0 0 rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15)}.progress-striped .bar{background-color:#149bdf;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;-moz-background-size:40px 40px;-o-background-size:40px 40px;background-size:40px 40px}.progress.active .bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-danger .bar,.progress .bar-danger{background-color:#dd514c;background-image:-moz-linear-gradient(top,#ee5f5b,#c43c35);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#c43c35));background-image:-webkit-linear-gradient(top,#ee5f5b,#c43c35);background-image:-o-linear-gradient(top,#ee5f5b,#c43c35);background-image:linear-gradient(to bottom,#ee5f5b,#c43c35);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffc43c35',GradientType=0)}.progress-danger.progress-striped .bar,.progress-striped .bar-danger{background-color:#ee5f5b;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-success .bar,.progress .bar-success{background-color:#5eb95e;background-image:-moz-linear-gradient(top,#62c462,#57a957);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#57a957));background-image:-webkit-linear-gradient(top,#62c462,#57a957);background-image:-o-linear-gradient(top,#62c462,#57a957);background-image:linear-gradient(to bottom,#62c462,#57a957);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff57a957',GradientType=0)}.progress-success.progress-striped .bar,.progress-striped .bar-success{background-color:#62c462;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-info .bar,.progress .bar-info{background-color:#4bb1cf;background-image:-moz-linear-gradient(top,#5bc0de,#339bb9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#339bb9));background-image:-webkit-linear-gradient(top,#5bc0de,#339bb9);background-image:-o-linear-gradient(top,#5bc0de,#339bb9);background-image:linear-gradient(to bottom,#5bc0de,#339bb9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff339bb9',GradientType=0)}.progress-info.progress-striped .bar,.progress-striped .bar-info{background-color:#5bc0de;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-warning .bar,.progress .bar-warning{background-color:#faa732;background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(to bottom,#fbb450,#f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0)}.progress-warning.progress-striped .bar,.progress-striped .bar-warning{background-color:#fbb450;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.accordion{margin-bottom:20px}.accordion-group{margin-bottom:2px;border:1px solid #e5e5e5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.accordion-heading{border-bottom:0}.accordion-heading .accordion-toggle{display:block;padding:8px 15px}.accordion-toggle{cursor:pointer}.accordion-inner{padding:9px 15px;border-top:1px solid #e5e5e5}.carousel{position:relative;margin-bottom:20px;line-height:1}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out right;-moz-transition:.6s ease-in-out right;-o-transition:.6s ease-in-out right;transition:.6s ease-in-out right}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{right:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{right:100%}.carousel-inner>.prev{right:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{right:0}.carousel-inner>.active.left{right:-100%}.carousel-inner>.active.right{right:100%}.carousel-control{position:absolute;top:40%;right:15px;width:40px;height:40px;margin-top:-20px;font-size:60px;font-weight:100;line-height:30px;color:#fff;text-align:center;background:#222;border:3px solid #fff;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;opacity:.5;filter:alpha(opacity=50)}.carousel-control.right{left:15px;right:auto}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-indicators{position:absolute;top:15px;left:15px;z-index:5;margin:0;list-style:none}.carousel-indicators li{display:block;float:right;width:10px;height:10px;margin-right:5px;text-indent:-999px;background-color:#ccc;background-color:rgba(255,255,255,0.25);border-radius:5px}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:0;bottom:0;left:0;padding:15px;background:#333;background:rgba(0,0,0,0.75)}.carousel-caption h4,.carousel-caption p{line-height:20px;color:#fff}.carousel-caption h4{margin:0 0 5px}.carousel-caption p{margin-bottom:0}.hero-unit{padding:60px;margin-bottom:30px;font-size:18px;font-weight:200;line-height:30px;color:inherit;background-color:#eee;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.hero-unit h1{margin-bottom:0;font-size:60px;line-height:1;letter-spacing:-1px;color:inherit}.hero-unit li{line-height:30px}.pull-right{float:left}.pull-left{float:right}.hide{display:none}.show{display:block}.invisible{visibility:hidden}.affix{position:fixed}body>*,.rtl{direction:rtl}.ltr{direction:ltr}
 
/*SC_GROUP_CSS*//*!
 * Bootstrap Responsive v2.3.1 RTL
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat. RTL support by Mohammad Hasani Eghtedar.
 */.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@-ms-viewport{width:device-width}.hidden{display:none;visibility:hidden}.visible-phone{display:none!important}.visible-tablet{display:none!important}.hidden-desktop{display:none!important}.visible-desktop{display:inherit!important}@media(min-width:768px) and (max-width:979px){.hidden-desktop{display:inherit!important}.visible-desktop{display:none!important}.visible-tablet{display:inherit!important}.hidden-tablet{display:none!important}}@media(max-width:767px){.hidden-desktop{display:inherit!important}.visible-desktop{display:none!important}.visible-phone{display:inherit!important}.hidden-phone{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:inherit!important}.hidden-print{display:none!important}}@media(min-width:1200px){.row{margin-right:-30px;*zoom:1}.row:before,.row:after{display:table;line-height:0;content:""}.row:after{clear:both}[class*="span"]{float:right;min-height:1px;margin-right:30px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:1170px}.span12{width:1170px}.span11{width:1070px}.span10{width:970px}.span9{width:870px}.span8{width:770px}.span7{width:670px}.span6{width:570px}.span5{width:470px}.span4{width:370px}.span3{width:270px}.span2{width:170px}.span1{width:70px}.offset12{margin-right:1230px}.offset11{margin-right:1130px}.offset10{margin-right:1030px}.offset9{margin-right:930px}.offset8{margin-right:830px}.offset7{margin-right:730px}.offset6{margin-right:630px}.offset5{margin-right:530px}.offset4{margin-right:430px}.offset3{margin-right:330px}.offset2{margin-right:230px}.offset1{margin-right:130px}.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;line-height:0;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;float:right;width:100%;min-height:30px;margin-right:2.564102564102564%;*margin-right:2.5109110747408616%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="span"]:first-child{margin-right:0}.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-right:2.564102564102564%}.row-fluid .span12{width:100%;*width:99.94680851063829%}.row-fluid .span11{width:91.45299145299145%;*width:91.39979996362975%}.row-fluid .span10{width:82.90598290598291%;*width:82.8527914166212%}.row-fluid .span9{width:74.35897435897436%;*width:74.30578286961266%}.row-fluid .span8{width:65.81196581196582%;*width:65.75877432260411%}.row-fluid .span7{width:57.26495726495726%;*width:57.21176577559556%}.row-fluid .span6{width:48.717948717948715%;*width:48.664757228587014%}.row-fluid .span5{width:40.17094017094017%;*width:40.11774868157847%}.row-fluid .span4{width:31.623931623931625%;*width:31.570740134569924%}.row-fluid .span3{width:23.076923076923077%;*width:23.023731587561375%}.row-fluid .span2{width:14.52991452991453%;*width:14.476723040552828%}.row-fluid .span1{width:5.982905982905983%;*width:5.929714493544281%}.row-fluid .offset12{margin-right:105.12820512820512%;*margin-right:105.02182214948171%}.row-fluid .offset12:first-child{margin-right:102.56410256410257%;*margin-right:102.45771958537915%}.row-fluid .offset11{margin-right:96.58119658119658%;*margin-right:96.47481360247316%}.row-fluid .offset11:first-child{margin-right:94.01709401709402%;*margin-right:93.91071103837061%}.row-fluid .offset10{margin-right:88.03418803418803%;*margin-right:87.92780505546462%}.row-fluid .offset10:first-child{margin-right:85.47008547008548%;*margin-right:85.36370249136206%}.row-fluid .offset9{margin-right:79.48717948717949%;*margin-right:79.38079650845607%}.row-fluid .offset9:first-child{margin-right:76.92307692307693%;*margin-right:76.81669394435352%}.row-fluid .offset8{margin-right:70.94017094017094%;*margin-right:70.83378796144753%}.row-fluid .offset8:first-child{margin-right:68.37606837606839%;*margin-right:68.26968539734497%}.row-fluid .offset7{margin-right:62.393162393162385%;*margin-right:62.28677941443899%}.row-fluid .offset7:first-child{margin-right:59.82905982905982%;*margin-right:59.72267685033642%}.row-fluid .offset6{margin-right:53.84615384615384%;*margin-right:53.739770867430444%}.row-fluid .offset6:first-child{margin-right:51.28205128205128%;*margin-right:51.175668303327875%}.row-fluid .offset5{margin-right:45.299145299145295%;*margin-right:45.1927623204219%}.row-fluid .offset5:first-child{margin-right:42.73504273504273%;*margin-right:42.62865975631933%}.row-fluid .offset4{margin-right:36.75213675213675%;*margin-right:36.645753773413354%}.row-fluid .offset4:first-child{margin-right:34.18803418803419%;*margin-right:34.081651209310785%}.row-fluid .offset3{margin-right:28.205128205128204%;*margin-right:28.0987452264048%}.row-fluid .offset3:first-child{margin-right:25.641025641025642%;*margin-right:25.53464266230224%}.row-fluid .offset2{margin-right:19.65811965811966%;*margin-right:19.551736679396257%}.row-fluid .offset2:first-child{margin-right:17.094017094017094%;*margin-right:16.98763411529369%}.row-fluid .offset1{margin-right:11.11111111111111%;*margin-right:11.004728132387708%}.row-fluid .offset1:first-child{margin-right:8.547008547008547%;*margin-right:8.440625568285142%}input,textarea,.uneditable-input{margin-right:0}.controls-row [class*="span"]+[class*="span"]{margin-right:30px}input.span12,textarea.span12,.uneditable-input.span12{width:1156px}input.span11,textarea.span11,.uneditable-input.span11{width:1056px}input.span10,textarea.span10,.uneditable-input.span10{width:956px}input.span9,textarea.span9,.uneditable-input.span9{width:856px}input.span8,textarea.span8,.uneditable-input.span8{width:756px}input.span7,textarea.span7,.uneditable-input.span7{width:656px}input.span6,textarea.span6,.uneditable-input.span6{width:556px}input.span5,textarea.span5,.uneditable-input.span5{width:456px}input.span4,textarea.span4,.uneditable-input.span4{width:356px}input.span3,textarea.span3,.uneditable-input.span3{width:256px}input.span2,textarea.span2,.uneditable-input.span2{width:156px}input.span1,textarea.span1,.uneditable-input.span1{width:56px}.thumbnails{margin-right:-30px}.thumbnails>li{margin-right:30px}.row-fluid .thumbnails{margin-right:0}}@media(min-width:768px) and (max-width:979px){.row{margin-right:-20px;*zoom:1}.row:before,.row:after{display:table;line-height:0;content:""}.row:after{clear:both}[class*="span"]{float:right;min-height:1px;margin-right:20px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:724px}.span12{width:724px}.span11{width:662px}.span10{width:600px}.span9{width:538px}.span8{width:476px}.span7{width:414px}.span6{width:352px}.span5{width:290px}.span4{width:228px}.span3{width:166px}.span2{width:104px}.span1{width:42px}.offset12{margin-right:764px}.offset11{margin-right:702px}.offset10{margin-right:640px}.offset9{margin-right:578px}.offset8{margin-right:516px}.offset7{margin-right:454px}.offset6{margin-right:392px}.offset5{margin-right:330px}.offset4{margin-right:268px}.offset3{margin-right:206px}.offset2{margin-right:144px}.offset1{margin-right:82px}.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;line-height:0;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;float:right;width:100%;min-height:30px;margin-right:2.7624309392265194%;*margin-right:2.709239449864817%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="span"]:first-child{margin-right:0}.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-right:2.7624309392265194%}.row-fluid .span12{width:100%;*width:99.94680851063829%}.row-fluid .span11{width:91.43646408839778%;*width:91.38327259903608%}.row-fluid .span10{width:82.87292817679558%;*width:82.81973668743387%}.row-fluid .span9{width:74.30939226519337%;*width:74.25620077583166%}.row-fluid .span8{width:65.74585635359117%;*width:65.69266486422946%}.row-fluid .span7{width:57.18232044198895%;*width:57.12912895262725%}.row-fluid .span6{width:48.61878453038674%;*width:48.56559304102504%}.row-fluid .span5{width:40.05524861878453%;*width:40.00205712942283%}.row-fluid .span4{width:31.491712707182323%;*width:31.43852121782062%}.row-fluid .span3{width:22.92817679558011%;*width:22.87498530621841%}.row-fluid .span2{width:14.3646408839779%;*width:14.311449394616199%}.row-fluid .span1{width:5.801104972375691%;*width:5.747913483013988%}.row-fluid .offset12{margin-right:105.52486187845304%;*margin-right:105.41847889972962%}.row-fluid .offset12:first-child{margin-right:102.76243093922652%;*margin-right:102.6560479605031%}.row-fluid .offset11{margin-right:96.96132596685082%;*margin-right:96.8549429881274%}.row-fluid .offset11:first-child{margin-right:94.1988950276243%;*margin-right:94.09251204890089%}.row-fluid .offset10{margin-right:88.39779005524862%;*margin-right:88.2914070765252%}.row-fluid .offset10:first-child{margin-right:85.6353591160221%;*margin-right:85.52897613729868%}.row-fluid .offset9{margin-right:79.8342541436464%;*margin-right:79.72787116492299%}.row-fluid .offset9:first-child{margin-right:77.07182320441989%;*margin-right:76.96544022569647%}.row-fluid .offset8{margin-right:71.2707182320442%;*margin-right:71.16433525332079%}.row-fluid .offset8:first-child{margin-right:68.50828729281768%;*margin-right:68.40190431409427%}.row-fluid .offset7{margin-right:62.70718232044199%;*margin-right:62.600799341718584%}.row-fluid .offset7:first-child{margin-right:59.94475138121547%;*margin-right:59.838368402492065%}.row-fluid .offset6{margin-right:54.14364640883978%;*margin-right:54.037263430116376%}.row-fluid .offset6:first-child{margin-right:51.38121546961326%;*margin-right:51.27483249088986%}.row-fluid .offset5{margin-right:45.58011049723757%;*margin-right:45.47372751851417%}.row-fluid .offset5:first-child{margin-right:42.81767955801105%;*margin-right:42.71129657928765%}.row-fluid .offset4{margin-right:37.01657458563536%;*margin-right:36.91019160691196%}.row-fluid .offset4:first-child{margin-right:34.25414364640884%;*margin-right:34.14776066768544%}.row-fluid .offset3{margin-right:28.45303867403315%;*margin-right:28.346655695309746%}.row-fluid .offset3:first-child{margin-right:25.69060773480663%;*margin-right:25.584224756083227%}.row-fluid .offset2{margin-right:19.88950276243094%;*margin-right:19.783119783707537%}.row-fluid .offset2:first-child{margin-right:17.12707182320442%;*margin-right:17.02068884448102%}.row-fluid .offset1{margin-right:11.32596685082873%;*margin-right:11.219583872105325%}.row-fluid .offset1:first-child{margin-right:8.56353591160221%;*margin-right:8.457152932878806%}input,textarea,.uneditable-input{margin-right:0}.controls-row [class*="span"]+[class*="span"]{margin-right:20px}input.span12,textarea.span12,.uneditable-input.span12{width:710px}input.span11,textarea.span11,.uneditable-input.span11{width:648px}input.span10,textarea.span10,.uneditable-input.span10{width:586px}input.span9,textarea.span9,.uneditable-input.span9{width:524px}input.span8,textarea.span8,.uneditable-input.span8{width:462px}input.span7,textarea.span7,.uneditable-input.span7{width:400px}input.span6,textarea.span6,.uneditable-input.span6{width:338px}input.span5,textarea.span5,.uneditable-input.span5{width:276px}input.span4,textarea.span4,.uneditable-input.span4{width:214px}input.span3,textarea.span3,.uneditable-input.span3{width:152px}input.span2,textarea.span2,.uneditable-input.span2{width:90px}input.span1,textarea.span1,.uneditable-input.span1{width:28px}}@media(max-width:767px){body{padding-right:20px;padding-left:20px}.navbar-fixed-top,.navbar-fixed-bottom,.navbar-static-top{margin-right:-20px;margin-left:-20px}.container-fluid{padding:0}.dl-horizontal dt{float:none;width:auto;clear:none;text-align:right}.dl-horizontal dd{margin-right:0}.container{width:auto}.row-fluid{width:100%}.row,.thumbnails{margin-right:0}.thumbnails>li{float:none;margin-right:0}[class*="span"],.uneditable-input[class*="span"],.row-fluid [class*="span"]{display:block;float:none;width:100%;margin-right:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.span12,.row-fluid .span12{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="offset"]:first-child{margin-right:0}.input-large,.input-xlarge,.input-xxlarge,input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.input-prepend input,.input-append input,.input-prepend input[class*="span"],.input-append input[class*="span"]{display:inline-block;width:auto}.controls-row [class*="span"]+[class*="span"]{margin-right:0}.modal{position:fixed;top:20px;right:20px;left:20px;width:auto;margin:0}.modal.fade{top:-100px}.modal.fade.in{top:20px}}@media(max-width:480px){.nav-collapse{-webkit-transform:translate3d(0,0,0)}.page-header h1 small{display:block;line-height:20px}input[type="checkbox"],input[type="radio"]{border:1px solid #ccc}.form-horizontal .control-label{float:none;width:auto;padding-top:0;text-align:right}.form-horizontal .controls{margin-right:0}.form-horizontal .control-list{padding-top:0}.form-horizontal .form-actions{padding-right:10px;padding-left:10px}.media .pull-left,.media .pull-right{display:block;float:none;margin-bottom:10px}.media-object{margin-right:0;margin-left:0}.modal{top:10px;right:10px;left:10px}.modal-header .close{padding:10px;margin:-10px}.carousel-caption{position:static}}@media(max-width:979px){body{padding-top:0}.navbar-fixed-top,.navbar-fixed-bottom{position:static}.navbar-fixed-top{margin-bottom:20px}.navbar-fixed-bottom{margin-top:20px}.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding:5px}.navbar .container{width:auto;padding:0}.navbar .brand{padding-right:10px;padding-left:10px;margin:0 0 0 -5px}.nav-collapse{clear:both}.nav-collapse .nav{float:none;margin:0 0 10px}.nav-collapse .nav>li{float:none}.nav-collapse .nav>li>a{margin-bottom:2px}.nav-collapse .nav>.divider-vertical{display:none}.nav-collapse .nav .nav-header{color:#777;text-shadow:none}.nav-collapse .nav>li>a,.nav-collapse .dropdown-menu a{padding:9px 15px;font-weight:bold;color:#777;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.nav-collapse .btn{padding:4px 10px 4px;font-weight:normal;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.nav-collapse .dropdown-menu li+li a{margin-bottom:2px}.nav-collapse .nav>li>a:hover,.nav-collapse .nav>li>a:focus,.nav-collapse .dropdown-menu a:hover,.nav-collapse .dropdown-menu a:focus{background-color:#f2f2f2}.navbar-inverse .nav-collapse .nav>li>a,.navbar-inverse .nav-collapse .dropdown-menu a{color:#999}.navbar-inverse .nav-collapse .nav>li>a:hover,.navbar-inverse .nav-collapse .nav>li>a:focus,.navbar-inverse .nav-collapse .dropdown-menu a:hover,.navbar-inverse .nav-collapse .dropdown-menu a:focus{background-color:#111}.nav-collapse.in .btn-group{padding:0;margin-top:5px}.nav-collapse .dropdown-menu{position:static;top:auto;right:auto;display:none;float:none;max-width:none;padding:0;margin:0 15px;background-color:transparent;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.nav-collapse .open>.dropdown-menu{display:block}.nav-collapse .dropdown-menu:before,.nav-collapse .dropdown-menu:after{display:none}.nav-collapse .dropdown-menu .divider{display:none}.nav-collapse .nav>li>.dropdown-menu:before,.nav-collapse .nav>li>.dropdown-menu:after{display:none}.nav-collapse .navbar-form,.nav-collapse .navbar-search{float:none;padding:10px 15px;margin:10px 0;border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1)}.navbar-inverse .nav-collapse .navbar-form,.navbar-inverse .nav-collapse .navbar-search{border-top-color:#111;border-bottom-color:#111}.navbar .nav-collapse .nav.pull-right{float:none;margin-right:0}.nav-collapse,.nav-collapse.collapse{height:0;overflow:hidden}.navbar .btn-navbar{display:block}.navbar-static .navbar-inner{padding-right:10px;padding-left:10px}}@media(min-width:980px){.nav-collapse.collapse{height:auto!important;overflow:visible!important}}
/*SC_GROUP_CSS*/@font-face{font-family:'FontAwesome';src:url(//samimed.ir//plugins/system/helix/css/../fonts/fontawesome/fontawesome-webfont.eot?v=3.2.1);src:url(//samimed.ir//plugins/system/helix/css/../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=3.2.1) format('embedded-opentype'),url(//samimed.ir//plugins/system/helix/css/../fonts/fontawesome/fontawesome-webfont.woff?v=3.2.1) format('woff'),url(//samimed.ir//plugins/system/helix/css/../fonts/fontawesome/fontawesome-webfont.ttf?v=3.2.1) format('truetype'),url(//samimed.ir//plugins/system/helix/css/../fonts/fontawesome/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1) format('svg');font-weight:normal;font-style:normal;}[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;}
[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none;}
.icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em;}
a [class^="icon-"],a [class*=" icon-"]{display:inline;}
[class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width{display:inline-block;width:1.1428571428571428em;text-align:right;padding-right:0.2857142857142857em;}[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{width:1.4285714285714286em;}
.icons-ul{margin-left:2.142857142857143em;list-style-type:none;}.icons-ul>li{position:relative;}
.icons-ul .icon-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;text-align:center;line-height:inherit;}
[class^="icon-"].hide,[class*=" icon-"].hide{display:none;}
.icon-muted{color:#eeeeee;}
.icon-light{color:#ffffff;}
.icon-dark{color:#333333;}
.icon-border{border:solid 1px #eeeeee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.icon-2x{font-size:2em;}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.icon-3x{font-size:3em;}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.icon-4x{font-size:4em;}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
.icon-5x{font-size:5em;}.icon-5x.icon-border{border-width:5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}
.pull-right{float:right;}
.pull-left{float:left;}
[class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em;}
[class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em;}
[class^="icon-"],[class*=" icon-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0% 0%;background-repeat:repeat;margin-top:0;}
.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none;}
.btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em;}
.btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block;}
.nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large{line-height:.9em;}
.btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em;}
.btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em;}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em;}
.btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0;}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em;}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em;}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em;}
.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{line-height:inherit;}
.icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%;}.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em;}
.icon-stack .icon-stack-base{font-size:2em;*line-height:1em;}
.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;}
a .icon-stack,a .icon-spin{display:inline-block;text-decoration:none;}
@-moz-keyframes spin{0%{-moz-transform:rotate(0deg);} 100%{-moz-transform:rotate(359deg);}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);} 100%{-webkit-transform:rotate(359deg);}}@-o-keyframes spin{0%{-o-transform:rotate(0deg);} 100%{-o-transform:rotate(359deg);}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg);} 100%{-ms-transform:rotate(359deg);}}@keyframes spin{0%{transform:rotate(0deg);} 100%{transform:rotate(359deg);}}.icon-rotate-90:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);}
.icon-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);}
.icon-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
.icon-flip-horizontal:before{-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1);}
.icon-flip-vertical:before{-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1);}
a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .icon-flip-horizontal:before,a .icon-flip-vertical:before{display:inline-block;}
.icon-glass:before{content:"\f000";}
.icon-music:before{content:"\f001";}
.icon-search:before{content:"\f002";}
.icon-envelope-alt:before{content:"\f003";}
.icon-heart:before{content:"\f004";}
.icon-star:before{content:"\f005";}
.icon-star-empty:before{content:"\f006";}
.icon-user:before{content:"\f007";}
.icon-film:before{content:"\f008";}
.icon-th-large:before{content:"\f009";}
.icon-th:before{content:"\f00a";}
.icon-th-list:before{content:"\f00b";}
.icon-ok:before{content:"\f00c";}
.icon-remove:before{content:"\f00d";}
.icon-zoom-in:before{content:"\f00e";}
.icon-zoom-out:before{content:"\f010";}
.icon-power-off:before,.icon-off:before{content:"\f011";}
.icon-signal:before{content:"\f012";}
.icon-gear:before,.icon-cog:before{content:"\f013";}
.icon-trash:before{content:"\f014";}
.icon-home:before{content:"\f015";}
.icon-file-alt:before{content:"\f016";}
.icon-time:before{content:"\f017";}
.icon-road:before{content:"\f018";}
.icon-download-alt:before{content:"\f019";}
.icon-download:before{content:"\f01a";}
.icon-upload:before{content:"\f01b";}
.icon-inbox:before{content:"\f01c";}
.icon-play-circle:before{content:"\f01d";}
.icon-rotate-right:before,.icon-repeat:before{content:"\f01e";}
.icon-refresh:before{content:"\f021";}
.icon-list-alt:before{content:"\f022";}
.icon-lock:before{content:"\f023";}
.icon-flag:before{content:"\f024";}
.icon-headphones:before{content:"\f025";}
.icon-volume-off:before{content:"\f026";}
.icon-volume-down:before{content:"\f027";}
.icon-volume-up:before{content:"\f028";}
.icon-qrcode:before{content:"\f029";}
.icon-barcode:before{content:"\f02a";}
.icon-tag:before{content:"\f02b";}
.icon-tags:before{content:"\f02c";}
.icon-book:before{content:"\f02d";}
.icon-bookmark:before{content:"\f02e";}
.icon-print:before{content:"\f02f";}
.icon-camera:before{content:"\f030";}
.icon-font:before{content:"\f031";}
.icon-bold:before{content:"\f032";}
.icon-italic:before{content:"\f033";}
.icon-text-height:before{content:"\f034";}
.icon-text-width:before{content:"\f035";}
.icon-align-left:before{content:"\f036";}
.icon-align-center:before{content:"\f037";}
.icon-align-right:before{content:"\f038";}
.icon-align-justify:before{content:"\f039";}
.icon-list:before{content:"\f03a";}
.icon-indent-left:before{content:"\f03b";}
.icon-indent-right:before{content:"\f03c";}
.icon-facetime-video:before{content:"\f03d";}
.icon-picture:before{content:"\f03e";}
.icon-pencil:before{content:"\f040";}
.icon-map-marker:before{content:"\f041";}
.icon-adjust:before{content:"\f042";}
.icon-tint:before{content:"\f043";}
.icon-edit:before{content:"\f044";}
.icon-share:before{content:"\f045";}
.icon-check:before{content:"\f046";}
.icon-move:before{content:"\f047";}
.icon-step-backward:before{content:"\f048";}
.icon-fast-backward:before{content:"\f049";}
.icon-backward:before{content:"\f04a";}
.icon-play:before{content:"\f04b";}
.icon-pause:before{content:"\f04c";}
.icon-stop:before{content:"\f04d";}
.icon-forward:before{content:"\f04e";}
.icon-fast-forward:before{content:"\f050";}
.icon-step-forward:before{content:"\f051";}
.icon-eject:before{content:"\f052";}
.icon-chevron-left:before{content:"\f053";}
.icon-chevron-right:before{content:"\f054";}
.icon-plus-sign:before{content:"\f055";}
.icon-minus-sign:before{content:"\f056";}
.icon-remove-sign:before{content:"\f057";}
.icon-ok-sign:before{content:"\f058";}
.icon-question-sign:before{content:"\f059";}
.icon-info-sign:before{content:"\f05a";}
.icon-screenshot:before{content:"\f05b";}
.icon-remove-circle:before{content:"\f05c";}
.icon-ok-circle:before{content:"\f05d";}
.icon-ban-circle:before{content:"\f05e";}
.icon-arrow-left:before{content:"\f060";}
.icon-arrow-right:before{content:"\f061";}
.icon-arrow-up:before{content:"\f062";}
.icon-arrow-down:before{content:"\f063";}
.icon-mail-forward:before,.icon-share-alt:before{content:"\f064";}
.icon-resize-full:before{content:"\f065";}
.icon-resize-small:before{content:"\f066";}
.icon-plus:before{content:"\f067";}
.icon-minus:before{content:"\f068";}
.icon-asterisk:before{content:"\f069";}
.icon-exclamation-sign:before{content:"\f06a";}
.icon-gift:before{content:"\f06b";}
.icon-leaf:before{content:"\f06c";}
.icon-fire:before{content:"\f06d";}
.icon-eye-open:before{content:"\f06e";}
.icon-eye-close:before{content:"\f070";}
.icon-warning-sign:before{content:"\f071";}
.icon-plane:before{content:"\f072";}
.icon-calendar:before{content:"\f073";}
.icon-random:before{content:"\f074";}
.icon-comment:before{content:"\f075";}
.icon-magnet:before{content:"\f076";}
.icon-chevron-up:before{content:"\f077";}
.icon-chevron-down:before{content:"\f078";}
.icon-retweet:before{content:"\f079";}
.icon-shopping-cart:before{content:"\f07a";}
.icon-folder-close:before{content:"\f07b";}
.icon-folder-open:before{content:"\f07c";}
.icon-resize-vertical:before{content:"\f07d";}
.icon-resize-horizontal:before{content:"\f07e";}
.icon-bar-chart:before{content:"\f080";}
.icon-twitter-sign:before{content:"\f081";}
.icon-facebook-sign:before{content:"\f082";}
.icon-camera-retro:before{content:"\f083";}
.icon-key:before{content:"\f084";}
.icon-gears:before,.icon-cogs:before{content:"\f085";}
.icon-comments:before{content:"\f086";}
.icon-thumbs-up-alt:before{content:"\f087";}
.icon-thumbs-down-alt:before{content:"\f088";}
.icon-star-half:before{content:"\f089";}
.icon-heart-empty:before{content:"\f08a";}
.icon-signout:before{content:"\f08b";}
.icon-linkedin-sign:before{content:"\f08c";}
.icon-pushpin:before{content:"\f08d";}
.icon-external-link:before{content:"\f08e";}
.icon-signin:before{content:"\f090";}
.icon-trophy:before{content:"\f091";}
.icon-github-sign:before{content:"\f092";}
.icon-upload-alt:before{content:"\f093";}
.icon-lemon:before{content:"\f094";}
.icon-phone:before{content:"\f095";}
.icon-unchecked:before,.icon-check-empty:before{content:"\f096";}
.icon-bookmark-empty:before{content:"\f097";}
.icon-phone-sign:before{content:"\f098";}
.icon-twitter:before{content:"\f099";}
.icon-facebook:before{content:"\f09a";}
.icon-github:before{content:"\f09b";}
.icon-unlock:before{content:"\f09c";}
.icon-credit-card:before{content:"\f09d";}
.icon-rss:before{content:"\f09e";}
.icon-hdd:before{content:"\f0a0";}
.icon-bullhorn:before{content:"\f0a1";}
.icon-bell:before{content:"\f0a2";}
.icon-certificate:before{content:"\f0a3";}
.icon-hand-right:before{content:"\f0a4";}
.icon-hand-left:before{content:"\f0a5";}
.icon-hand-up:before{content:"\f0a6";}
.icon-hand-down:before{content:"\f0a7";}
.icon-circle-arrow-left:before{content:"\f0a8";}
.icon-circle-arrow-right:before{content:"\f0a9";}
.icon-circle-arrow-up:before{content:"\f0aa";}
.icon-circle-arrow-down:before{content:"\f0ab";}
.icon-globe:before{content:"\f0ac";}
.icon-wrench:before{content:"\f0ad";}
.icon-tasks:before{content:"\f0ae";}
.icon-filter:before{content:"\f0b0";}
.icon-briefcase:before{content:"\f0b1";}
.icon-fullscreen:before{content:"\f0b2";}
.icon-group:before{content:"\f0c0";}
.icon-link:before{content:"\f0c1";}
.icon-cloud:before{content:"\f0c2";}
.icon-beaker:before{content:"\f0c3";}
.icon-cut:before{content:"\f0c4";}
.icon-copy:before{content:"\f0c5";}
.icon-paperclip:before,.icon-paper-clip:before{content:"\f0c6";}
.icon-save:before{content:"\f0c7";}
.icon-sign-blank:before{content:"\f0c8";}
.icon-reorder:before{content:"\f0c9";}
.icon-list-ul:before{content:"\f0ca";}
.icon-list-ol:before{content:"\f0cb";}
.icon-strikethrough:before{content:"\f0cc";}
.icon-underline:before{content:"\f0cd";}
.icon-table:before{content:"\f0ce";}
.icon-magic:before{content:"\f0d0";}
.icon-truck:before{content:"\f0d1";}
.icon-pinterest:before{content:"\f0d2";}
.icon-pinterest-sign:before{content:"\f0d3";}
.icon-google-plus-sign:before{content:"\f0d4";}
.icon-google-plus:before{content:"\f0d5";}
.icon-money:before{content:"\f0d6";}
.icon-caret-down:before{content:"\f0d7";}
.icon-caret-up:before{content:"\f0d8";}
.icon-caret-left:before{content:"\f0d9";}
.icon-caret-right:before{content:"\f0da";}
.icon-columns:before{content:"\f0db";}
.icon-sort:before{content:"\f0dc";}
.icon-sort-down:before{content:"\f0dd";}
.icon-sort-up:before{content:"\f0de";}
.icon-envelope:before{content:"\f0e0";}
.icon-linkedin:before{content:"\f0e1";}
.icon-rotate-left:before,.icon-undo:before{content:"\f0e2";}
.icon-legal:before{content:"\f0e3";}
.icon-dashboard:before{content:"\f0e4";}
.icon-comment-alt:before{content:"\f0e5";}
.icon-comments-alt:before{content:"\f0e6";}
.icon-bolt:before{content:"\f0e7";}
.icon-sitemap:before{content:"\f0e8";}
.icon-umbrella:before{content:"\f0e9";}
.icon-paste:before{content:"\f0ea";}
.icon-lightbulb:before{content:"\f0eb";}
.icon-exchange:before{content:"\f0ec";}
.icon-cloud-download:before{content:"\f0ed";}
.icon-cloud-upload:before{content:"\f0ee";}
.icon-user-md:before{content:"\f0f0";}
.icon-stethoscope:before{content:"\f0f1";}
.icon-suitcase:before{content:"\f0f2";}
.icon-bell-alt:before{content:"\f0f3";}
.icon-coffee:before{content:"\f0f4";}
.icon-food:before{content:"\f0f5";}
.icon-file-text-alt:before{content:"\f0f6";}
.icon-building:before{content:"\f0f7";}
.icon-hospital:before{content:"\f0f8";}
.icon-ambulance:before{content:"\f0f9";}
.icon-medkit:before{content:"\f0fa";}
.icon-fighter-jet:before{content:"\f0fb";}
.icon-beer:before{content:"\f0fc";}
.icon-h-sign:before{content:"\f0fd";}
.icon-plus-sign-alt:before{content:"\f0fe";}
.icon-double-angle-left:before{content:"\f100";}
.icon-double-angle-right:before{content:"\f101";}
.icon-double-angle-up:before{content:"\f102";}
.icon-double-angle-down:before{content:"\f103";}
.icon-angle-left:before{content:"\f104";}
.icon-angle-right:before{content:"\f105";}
.icon-angle-up:before{content:"\f106";}
.icon-angle-down:before{content:"\f107";}
.icon-desktop:before{content:"\f108";}
.icon-laptop:before{content:"\f109";}
.icon-tablet:before{content:"\f10a";}
.icon-mobile-phone:before{content:"\f10b";}
.icon-circle-blank:before{content:"\f10c";}
.icon-quote-left:before{content:"\f10d";}
.icon-quote-right:before{content:"\f10e";}
.icon-spinner:before{content:"\f110";}
.icon-circle:before{content:"\f111";}
.icon-mail-reply:before,.icon-reply:before{content:"\f112";}
.icon-github-alt:before{content:"\f113";}
.icon-folder-close-alt:before{content:"\f114";}
.icon-folder-open-alt:before{content:"\f115";}
.icon-expand-alt:before{content:"\f116";}
.icon-collapse-alt:before{content:"\f117";}
.icon-smile:before{content:"\f118";}
.icon-frown:before{content:"\f119";}
.icon-meh:before{content:"\f11a";}
.icon-gamepad:before{content:"\f11b";}
.icon-keyboard:before{content:"\f11c";}
.icon-flag-alt:before{content:"\f11d";}
.icon-flag-checkered:before{content:"\f11e";}
.icon-terminal:before{content:"\f120";}
.icon-code:before{content:"\f121";}
.icon-reply-all:before{content:"\f122";}
.icon-mail-reply-all:before{content:"\f122";}
.icon-star-half-full:before,.icon-star-half-empty:before{content:"\f123";}
.icon-location-arrow:before{content:"\f124";}
.icon-crop:before{content:"\f125";}
.icon-code-fork:before{content:"\f126";}
.icon-unlink:before{content:"\f127";}
.icon-question:before{content:"\f128";}
.icon-info:before{content:"\f129";}
.icon-exclamation:before{content:"\f12a";}
.icon-superscript:before{content:"\f12b";}
.icon-subscript:before{content:"\f12c";}
.icon-eraser:before{content:"\f12d";}
.icon-puzzle-piece:before{content:"\f12e";}
.icon-microphone:before{content:"\f130";}
.icon-microphone-off:before{content:"\f131";}
.icon-shield:before{content:"\f132";}
.icon-calendar-empty:before{content:"\f133";}
.icon-fire-extinguisher:before{content:"\f134";}
.icon-rocket:before{content:"\f135";}
.icon-maxcdn:before{content:"\f136";}
.icon-chevron-sign-left:before{content:"\f137";}
.icon-chevron-sign-right:before{content:"\f138";}
.icon-chevron-sign-up:before{content:"\f139";}
.icon-chevron-sign-down:before{content:"\f13a";}
.icon-html5:before{content:"\f13b";}
.icon-css3:before{content:"\f13c";}
.icon-anchor:before{content:"\f13d";}
.icon-unlock-alt:before{content:"\f13e";}
.icon-bullseye:before{content:"\f140";}
.icon-ellipsis-horizontal:before{content:"\f141";}
.icon-ellipsis-vertical:before{content:"\f142";}
.icon-rss-sign:before{content:"\f143";}
.icon-play-sign:before{content:"\f144";}
.icon-ticket:before{content:"\f145";}
.icon-minus-sign-alt:before{content:"\f146";}
.icon-check-minus:before{content:"\f147";}
.icon-level-up:before{content:"\f148";}
.icon-level-down:before{content:"\f149";}
.icon-check-sign:before{content:"\f14a";}
.icon-edit-sign:before{content:"\f14b";}
.icon-external-link-sign:before{content:"\f14c";}
.icon-share-sign:before{content:"\f14d";}
.icon-compass:before{content:"\f14e";}
.icon-collapse:before{content:"\f150";}
.icon-collapse-top:before{content:"\f151";}
.icon-expand:before{content:"\f152";}
.icon-euro:before,.icon-eur:before{content:"\f153";}
.icon-gbp:before{content:"\f154";}
.icon-dollar:before,.icon-usd:before{content:"\f155";}
.icon-rupee:before,.icon-inr:before{content:"\f156";}
.icon-yen:before,.icon-jpy:before{content:"\f157";}
.icon-renminbi:before,.icon-cny:before{content:"\f158";}
.icon-won:before,.icon-krw:before{content:"\f159";}
.icon-bitcoin:before,.icon-btc:before{content:"\f15a";}
.icon-file:before{content:"\f15b";}
.icon-file-text:before{content:"\f15c";}
.icon-sort-by-alphabet:before{content:"\f15d";}
.icon-sort-by-alphabet-alt:before{content:"\f15e";}
.icon-sort-by-attributes:before{content:"\f160";}
.icon-sort-by-attributes-alt:before{content:"\f161";}
.icon-sort-by-order:before{content:"\f162";}
.icon-sort-by-order-alt:before{content:"\f163";}
.icon-thumbs-up:before{content:"\f164";}
.icon-thumbs-down:before{content:"\f165";}
.icon-youtube-sign:before{content:"\f166";}
.icon-youtube:before{content:"\f167";}
.icon-xing:before{content:"\f168";}
.icon-xing-sign:before{content:"\f169";}
.icon-youtube-play:before{content:"\f16a";}
.icon-dropbox:before{content:"\f16b";}
.icon-stackexchange:before{content:"\f16c";}
.icon-instagram:before{content:"\f16d";}
.icon-flickr:before{content:"\f16e";}
.icon-adn:before{content:"\f170";}
.icon-bitbucket:before{content:"\f171";}
.icon-bitbucket-sign:before{content:"\f172";}
.icon-tumblr:before{content:"\f173";}
.icon-tumblr-sign:before{content:"\f174";}
.icon-long-arrow-down:before{content:"\f175";}
.icon-long-arrow-up:before{content:"\f176";}
.icon-long-arrow-left:before{content:"\f177";}
.icon-long-arrow-right:before{content:"\f178";}
.icon-apple:before{content:"\f179";}
.icon-windows:before{content:"\f17a";}
.icon-android:before{content:"\f17b";}
.icon-linux:before{content:"\f17c";}
.icon-dribbble:before{content:"\f17d";}
.icon-skype:before{content:"\f17e";}
.icon-foursquare:before{content:"\f180";}
.icon-trello:before{content:"\f181";}
.icon-female:before{content:"\f182";}
.icon-male:before{content:"\f183";}
.icon-gittip:before{content:"\f184";}
.icon-sun:before{content:"\f185";}
.icon-moon:before{content:"\f186";}
.icon-archive:before{content:"\f187";}
.icon-bug:before{content:"\f188";}
.icon-vk:before{content:"\f189";}
.icon-weibo:before{content:"\f18a";}
.icon-renren:before{content:"\f18b";}

/*SC_GROUP_CSS*//**
 * @package Helix Framework
 * @author JoomShaper http://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2017 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */

 .sp-main-menu-toggler{
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 999;
 }

.sp-mobile-menu{
  position: absolute !important;
  top: 90px;
  left: 0;
  width: 100%;
}

.sp-mobile-menu ul{
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sp-mobile-menu ul li{
  display: block;
  margin: 0;
  padding: 0 10px;
  background: #333;
  cursor: pointer;
}

.sp-mobile-menu ul li span.sp-menu-toggler{
  display: block;
  width: 30px;
  float: right;
  cursor: pointer;
  color: #fff;
  line-height: 40px;
  text-align: center;
}

.sp-mobile-menu ul li span.sp-menu-toggler i{
  display: block;
  line-height: 40px;
}

.sp-mobile-menu ul li span.sp-menu-toggler .icon-angle-right,
.sp-mobile-menu ul li span.sp-menu-toggler.collapsed .icon-angle-down{
  display: none;
}

.sp-mobile-menu ul li span.sp-menu-toggler .icon-angle-down,
.sp-mobile-menu ul li span.sp-menu-toggler.collapsed .icon-angle-right{
  display: block;
}

.sp-mobile-menu ul li a{
  display: inline-block;
  line-height: 40px;
  font-size: 15px;
  color: #777;
}

.sp-mobile-menu ul li.active > a,
.sp-mobile-menu ul li:hover > a{
  color: #fff;
}
/*SC_GROUP_CSS*/.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@-webkit-keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
}
@-moz-keyframes moveFromLeft {
  from {
    -moz-transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -moz-transform: translateX(0%);
    opacity: 1;
  }
}
@-ms-keyframes moveFromLeft {
  from {
    -ms-transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -ms-transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes moveFromRight {
  from {
    -webkit-transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes moveFromRight {
  from {
    -moz-transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(0%);
  }
}
@-ms-keyframes moveFromRight {
  from {
    -ms-transform: translateX(100%);
  }
  to {
    -ms-transform: translateX(0%);
  }
}
@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(200%) scale(0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
@-moz-keyframes moveFromBottom {
  from {
    -moz-transform: translateY(200%) scale(0.5);
    opacity: 0;
  }
  to {
    -moz-transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
@-ms-keyframes moveFromBottom {
  from {
    -ms-transform: translateY(200%) scale(0.5);
    opacity: 0;
  }
  to {
    -ms-transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes moveFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@-moz-keyframes moveFromTop {
  from {
    opacity: 0;
    -moz-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0%);
  }
}
@-ms-keyframes moveFromTop {
  from {
    opacity: 0;
    -ms-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -ms-transform: translateY(0%);
  }
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-ms-keyframes swing {
  20% {
    -ms-transform: rotate(15deg);
  }
  40% {
    -ms-transform: rotate(-10deg);
  }
  60% {
    -ms-transform: rotate(5deg);
  }
  80% {
    -ms-transform: rotate(-5deg);
  }
  100% {
    -ms-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes fontsize {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-moz-keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-ms-keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-o-keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateX(30px);
  }
  80% {
    -ms-transform: translateX(-10px);
  }
  100% {
    -ms-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  font-family: Vazir;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top,#08c,#0044cc);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
  background-image: -o-linear-gradient(top,#08c,#0044cc);
  background-image: linear-gradient(to bottom,#08c,#0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  background-image: -o-linear-gradient(top,#fbb450,#f89406);
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top,#62c462,#51a351);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  background-image: -o-linear-gradient(top,#62c462,#51a351);
  background-image: linear-gradient(to bottom,#62c462,#51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top,#444,#222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
  background-image: -webkit-linear-gradient(top,#444,#222);
  background-image: -o-linear-gradient(top,#444,#222);
  background-image: linear-gradient(to bottom,#444,#222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
a,
a:hover {
  text-decoration: none;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.page-header {
  padding-bottom: 10px;
  margin: 0 0 20px;
}
.entry-meta.muted {
  background: #2196f1;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
}
.entry-meta.muted >span,
.entry-meta.muted >time {
  margin: 0 5px;
}
.entry-meta ul {
  margin: 0 5px;
}
.entry-meta ul.actions {
  float: right;
}
.entry-meta ul.actions li {
  display: inline-block;
}
.entry-meta ul.actions li.print-icon a::before {
  content: "\f02f";
}
.entry-meta ul.actions li.email-icon a::before {
  content: "\f003";
}
.entry-meta ul.actions li.edit-icon a::before {
  content: "\f044";
}
.entry-meta ul.actions li a {
  font-family: FontAwesome, Vazir;
  display: block;
  font-size: 14px;
  margin-left: 5px;
}
.entry-meta ul.actions li a img {
  display: none;
}
.entry-meta ul.actions li a span {
  display: none;
}
section.blog:not(.column-1) .post .entry-content .pull-left,
section.blog:not(.column-1) .post .entry-content .pull-right {
  float: none;
}
ul.pagenav {
  list-style: none;
  padding: 0;
  clear: both;
  margin-top: 10px;
  margin-left: 0;
  overflow: hidden;
}
ul.pagenav .pagenav-prev {
  float: left;
}
ul.pagenav .pagenav-next {
  float: right;
}
dl dt,
dl dd {
  display: inline;
}
label.invalid {
  color: #c83025;
}
#editor-xtd-buttons {
  display: inline-block;
  margin-right: 10px;
}
.button2-left {
  display: inline-block;
  margin-right: 10px;
  margin-top: 15px;
}
.toggle-editor {
  display: inline-block;
}
.edit .modal {
  position: inherit;
  top: auto;
  left: auto;
  width: auto;
  margin-left: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.icon-hidden span {
  display: none !important;
}
#vina_pricing_table ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#vina_pricing_table ul li {
  padding: 15px 0;
  font-size: 18px;
  margin: 10px 0;
  font-weight: 300;
}
#vina_pricing_table .testimonial .media-body {
  overflow: visible;
}
#vina_pricing_table .testimonial .media-body .testimonial-content {
  padding-bottom: 20px;
  border-bottom: 1px dashed #aaaaaa;
}
#vina_pricing_table .testimonial .media-body .testimonial-author {
  margin-top: 20px !important;
  text-align: center;
}
#vina_pricing_table .testimonial .media-body .testimonial-author .pull-left {
  float: none;
  margin: 0;
}
#vina_pricing_table .testimonial .media-body .testimonial-author .pull-left img {
  margin-right: 0;
}
.price-table {
  text-align: center;
  margin: 0 20px;
  padding: 10px 0;
  cursor: pointer;
}
.price-table .price-title {
  font-weight: 300;
  font-size: 24px;
}
.price-table .price-plan {
  line-height: 80px;
  font-weight: 400;
  font-size: 48px;
  margin: 0 -20px;
  position: relative;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.price-table .price-plan:before,
.price-table .price-plan:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -20px;
  border-width: 10px;
  border-style: solid;
}
.price-table .price-plan:before {
  left: 0;
}
.price-table .price-plan:after {
  right: 0;
}
.price-table .price-plan span {
  font-size: 30px;
}
#vina_porfolio {
  margin-left: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
#vina_porfolio .gallery-filters {
  width: 100%;
  text-align: center;
  margin-bottom: 46px;
}
#vina_porfolio .gallery-filters a.btn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 2px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 5px;
  padding: 10px 14px;
  background: transparent;
  color: #999;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  float: left;
}
#vina_porfolio .gallery-filters a.btn:focus {
  outline: none;
}
ul#vina_gallery {
  margin: 10px 0px 0px 0px;
  text-align: center;
}
ul#vina_gallery .item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 3px;
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  -o-perspective: 300px;
  -ms-perspective: 300px;
  perspective: 300px;
}
ul#vina_gallery .item .item-info {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
ul#vina_gallery .item .item-info .item-img {
  background-position: center center;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
ul#vina_gallery .item .item-info .item-img a {
  padding: 0;
  border: none;
  background: none;
}
ul#vina_gallery .item .item-info .item-img:focus {
  outline: none;
}
ul#vina_gallery .item .item-info .item-img img {
  width: 100%;
  display: block;
}
ul#vina_gallery .item .gallery-info {
  position: relative;
  position: absolute;
  top: 0;
  opacity: 0 !important;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  text-align: center;
  font-size: 14px;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0,0,-386px) rotate3d(1,0,0,90deg);
  -moz-transform: translate3d(0,0,-386px) rotate3d(1,0,0,90deg);
  -o-transform: translate3d(0,0,-386px) rotate3d(1,0,0,90deg);
  transform: translate3d(0,0,-386px) rotate3d(1,0,0,90deg);
}
ul#vina_gallery .item .gallery-info .link-wrapper {
  margin-top: 43px;
  margin-bottom: 20px;
}
ul#vina_gallery .item .gallery-info .link-wrapper a {
  color: #fff;
  margin-right: 10px;
  font-size: 18px;
}
ul#vina_gallery .item .gallery-info .info {
  padding: 0 30px;
  line-height: 24px;
}
ul#vina_gallery .item .gallery-info .info h3.title {
  font-weight: bold;
  margin-bottom: 10px;
}
ul#vina_gallery .item:hover .gallery-info {
  opacity: 1 !important;
  -webkit-transform: rotate3d(1,0,0,0deg);
  -moz-transform: rotate3d(1,0,0,0deg);
  -o-transform: rotate3d(1,0,0,0deg);
  transform: rotate3d(1,0,0,0deg);
}
ul#vina_gallery .item:hover .item-img {
  -webkit-transform: translate3d(0,386px,0) rotate3d(1,0,0,-90deg);
  -moz-transform: translate3d(0,386px,0) rotate3d(1,0,0,-90deg);
  -o-transform: translate3d(0,386px,0) rotate3d(1,0,0,-90deg);
  transform: translate3d(0,386px,0) rotate3d(1,0,0,-90deg);
  opacity: 0;
}
ul#vina_gallery .view {
  border-right: 10px solid #fff;
  border-bottom: 10px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
}
ul#vina_gallery .view img {
  display: block;
  position: relative;
}
ul#vina_gallery .view .mask,
ul#vina_gallery .view .content {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
ul#vina_gallery .view .mask-1,
ul#vina_gallery .view .mask-2 {
  height: 500px;
  width: 500px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
ul#vina_gallery .view .mask-1 {
  left: auto;
  right: 0;
  -webkit-transform: rotate(53deg) translateX(-235px);
  -moz-transform: rotate(53deg) translateX(-235px);
  -o-transform: rotate(53deg) translateX(-235px);
  transform: rotate(53deg) translateX(-235px);
}
ul#vina_gallery .view .mask-2 {
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(53deg) translateX(235px);
  -moz-transform: rotate(53deg) translateX(235px);
  -o-transform: rotate(53deg) translateX(235px);
  transform: rotate(53deg) translateX(235px);
}
ul#vina_gallery .view .content {
  background: rgba(0,0,0,0.9);
  height: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transform: rotate(-33.5deg) translate(-235px,166px);
  -moz-transform: rotate(-33.5deg) translate(-235px,166px);
  -o-transform: rotate(-33.5deg) translate(-235px,166px);
  transform: rotate(-33.5deg) translate(-235px,166px);
  -webkit-transition: all 0.4s ease-in-out 0.3s;
  -moz-transition: all 0.4s ease-in-out 0.3s;
  -o-transition: all 0.4s ease-in-out 0.3s;
  transition: all 0.4s ease-in-out 0.3s;
}
ul#vina_gallery .view h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  margin: 20px 0 0 0;
  background: transparent;
  margin-top: 5px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
ul#vina_gallery .view p {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #fff;
  padding: 10px 20px 20px;
  text-align: center;
}
ul#vina_gallery .view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
}
ul#vina_gallery .view:hover .mask-1,
ul#vina_gallery .view:hover .view-ninth:hover .mask-2 {
  -webkit-transform: rotate(53deg) translateX(1px);
  -moz-transform: rotate(53deg) translateX(1px);
  -o-transform: rotate(53deg) translateX(1px);
  transform: rotate(53deg) translateX(1px);
}
ul#vina_gallery .view:hover .mask-2 {
  -webkit-transform: rotate(53deg) translateX(-1px);
  -moz-transform: rotate(53deg) translateX(-1px);
  -o-transform: rotate(53deg) translateX(-1px);
  transform: rotate(53deg) translateX(-1px);
}
ul#vina_gallery .view:hover .content {
  width: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
  top: 40px;
  -webkit-transform: rotate(0deg) translate(0,0);
  -moz-transform: rotate(0deg) translate(0,0);
  -o-transform: rotate(0deg) translate(0,0);
  transform: rotate(0deg) translate(0,0);
  padding-bottom: 10px;
}
#vina_company h3 {
  text-align: center;
}
#vina_company .img-polaroid {
  position: relative;
  overflow: hidden;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#vina_company .img-polaroid figure {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 207px;
  margin: 0;
}
#vina_company .img-polaroid figure:hover .contact a {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
#vina_company .img-polaroid figure img {
  display: block;
  height: 100%;
  width: 100%;
}
#vina_company .img-polaroid figure .contact {
  z-index: 2;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#vina_company .img-polaroid figure .contact a {
  position: absolute;
  display: block;
  width: 50%;
  height: 50%;
  background-repeat: no-repeat;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
#vina_company .img-polaroid figure .contact a em:before {
  font-size: 30px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 104px;
}
#vina_company .img-polaroid figure .contact .tw {
  top: 0;
  left: 0;
  background-color: rgba(0,172,238,0.7);
  -webkit-transform: translate(-100%,-100%);
  -moz-transform: translate(-100%,-100%);
  -ms-transform: translate(-100%,-100%);
  -o-transform: translate(-100%,-100%);
  transform: translate(-100%,-100%);
}
#vina_company .img-polaroid figure .contact .tw:hover {
  background-color: #00acee;
}
#vina_company .img-polaroid figure .contact .fb {
  top: 0;
  right: 0;
  background-color: rgba(59,89,152,0.7);
  -webkit-transform: translate(100%,-100%);
  -moz-transform: translate(100%,-100%);
  -ms-transform: translate(100%,-100%);
  -o-transform: translate(100%,-100%);
  transform: translate(100%,-100%);
}
#vina_company .img-polaroid figure .contact .fb:hover {
  background-color: #3b5998;
}
#vina_company .img-polaroid figure .contact .gp {
  bottom: 0;
  left: 0;
  background-color: rgba(221,75,57,0.7);
  -webkit-transform: translate(-100%,100%);
  -moz-transform: translate(-100%,100%);
  -ms-transform: translate(-100%,100%);
  -o-transform: translate(-100%,100%);
  transform: translate(-100%,100%);
}
#vina_company .img-polaroid figure .contact .gp:hover {
  background-color: #dd4b39;
}
#vina_company .img-polaroid figure .contact .ma {
  bottom: 0;
  right: 0;
  background-color: rgba(153,153,153,0.7);
  -webkit-transform: translate(100%,100%);
  -moz-transform: translate(100%,100%);
  -ms-transform: translate(100%,100%);
  -o-transform: translate(100%,100%);
  transform: translate(100%,100%);
}
#vina_company .img-polaroid figure .contact .ma:hover {
  background-color: #999999;
}
#vina_company #sp_simple_map_canvas {
  border: none;
  margin: 30px 0px 0px;
}
#vina_company .info .thumbnail {
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  background: #fff;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#vina_company .info .thumbnail .sp-blocknumber >span {
  margin-top: 28px;
}
#vina_company .info .thumbnail:hover .sp-blocknumber {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
#vina_company .info .thumbnail:hover .sp-blocknumber >span {
  -webkit-animation: bounceInLeft 500ms ease;
  -moz-animation: bounceInLeft 500ms ease;
  animation: bounceInLeft 500ms ease;
}
#vina_about_us h3,
#vina_about_us h4 {
  font-weight: normal;
}
#vina_about_us .about_us_header {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
}
#vina_about_us .progress {
  margin-bottom: 12px;
}
#vina_about_us .carousel {
  margin-top: 10px;
  padding: 20px 60px;
  background: #fff;
  line-height: normal;
}
#vina_about_us .carousel .item {
  padding: 7px;
}
#vina_about_us .carousel .item .incon_bg {
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 24px;
  color: #fff;
}
#vina_about_us .carousel .item h4 {
  margin-top: 13px;
}
#vina_about_us .carousel .item p {
  float: left;
  margin-top: 10px;
}
#vina_about_us .carousel .item .item_do {
  overflow: hidden;
}
#vina_about_us .carousel .item .item_do:hover .incon_bg {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
#vina_about_us .carousel .item .item_do:hover h4 {
  -webkit-animation: moveFromRight 1000ms ease;
  -moz-animation: moveFromRight 1000ms ease;
  animation: moveFromRight 1000ms ease;
}
#vina_about_us .carousel .item .item_do:hover p {
  -webkit-animation: bounceInLeft 1000ms ease;
  -moz-animation: bounceInLeft 1000ms ease;
  animation: bounceInLeft 1000ms ease;
}
#vina_about_us .carousel .carousel-control {
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  outline: none;
  border: 0;
  top: 50%;
  background: transparent;
}
#vina_about_us .carousel .carousel-control.left {
  left: -100px;
}
#vina_about_us .carousel .carousel-control.right {
  right: -100px;
}
#vina_about_us .carousel:hover .carousel-control:hover {
  color: #fff;
}
#vina_about_us .carousel:hover .carousel-control.left {
  left: 10px;
}
#vina_about_us .carousel:hover .carousel-control.left:hover {
  left: 5px;
}
#vina_about_us .carousel:hover .carousel-control.right {
  right: 10px;
}
#vina_about_us .carousel:hover .carousel-control.right:hover {
  right: 5px;
}
#vina_about_us .skill ul {
  margin: 0;
  padding: 0;
}
#vina_about_us .skill ul li {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 20px;
}
#vina_about_us .skill .progress {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#vina_contact_us .contact_us {
  padding: 10px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#vina_contact_us .contact_us h3 {
  line-height: 20px;
}
#vina_contact_us .contact_us .qlform {
  position: relative;
}
#vina_contact_us .contact_us .qlform form {
  margin-bottom: 0;
}
#vina_contact_us .contact_us .qlform dl,
#vina_contact_us .contact_us .qlform dd {
  margin: 0;
}
#vina_contact_us .contact_us .qlform .submit {
  height: auto;
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#vina_contact_us .contact_us .qlform .captcha input {
  height: auto;
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#vina_contact_us .contact_us .qlform .cluster {
  margin-bottom: 5px;
}
#vina_contact_us .contact_us .qlform .cluster .control-label {
  width: 100%;
  text-align: left;
}
#vina_contact_us .contact_us .qlform .cluster .cluster {
  width: 100%;
  display: block;
  margin: 0;
}
#vina_contact_us .contact_us .qlform .cluster .cluster input,
#vina_contact_us .contact_us .qlform .cluster .cluster textarea {
  height: auto;
  width: 100%;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#vina_contact_us .contact_us .qlform .cluster .cluster textarea {
  height: 121px;
}
#vina_contact_us .contact_us .qlform .cluster .jform_name {
  display: block;
}
#vina_contact_us .contact_us .qlform .cluster .jform_email {
  display: block;
}
#vina_contact_us .map {
  background: #fff;
  padding: 15px 20px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
}
#vina_contact_us .map span {
  margin: 20px 0 0;
  display: block;
  width: 100%;
}
#vina_contact_us .map span em {
  display: inline-block;
  margin-right: 2px;
  width: 20px;
}
#vina_contact_us .map span.contact {
  margin-bottom: 12px;
}
#vina_contact_us ul.social {
  text-align: center;
  position: absolute;
  margin: 0;
  top: 20%;
  left: -42px;
}
#vina_contact_us ul.social li {
  list-style: none;
  margin-bottom: 20px;
}
#vina_contact_us ul.social li a {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  text-align: center;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
  overflow: hidden;
  text-shadow: none;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#vina_contact_us ul.social li a em {
  font-size: 24px;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
  color: #fff;
  font-weight: bold;
  display: block !important;
  margin-top: 12px;
}
#vina_contact_us ul.social li a:hover {
  background: #fff;
}
#vina_contact_us ul.social li a:hover em {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
#vina_faq .accordion-group {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#vina_faq .accordion-heading .accordion-toggle {
  height: auto;
  line-height: 45px;
  color: #656565;
  background: #f2f2f2;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  font-size: 18px;
  overflow: hidden;
}
#vina_faq .accordion-inner {
  border: 1px solid #cdcdcd;
  border-top: none;
  background: #fff;
}
#vina_faq span.number {
  height: 45px;
  width: 30px;
  display: inline-block;
  color: #fff;
  text-align: center;
  margin-right: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vina-service-page .vina-service-item {
  position: relative;
  padding-bottom: 30px;
}
.vina-service-page .vina-service-item .media {
  cursor: pointer;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 600ms;
  -moz-transition: 600ms;
  -o-transition: 600ms;
  transition: 600ms;
}
.vina-service-page .vina-service-item .media h2 {
  font-size: 45px;
  font-weight: normal;
  line-height: 65px;
}
.vina-service-page .vina-service-item .media:hover .sp-blocknumber {
  -webkit-animation: bounceIn 0.7s ease-in-out;
  -moz-animation: bounceIn 0.7s ease-in-out;
  animation: bounceIn 0.7s ease-in-out;
}
.vina-service-page .vina-service-item .sp-blocknumber {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 5px 0 5px 60px;
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/block-shadow.png) 50% 72px no-repeat;
  margin-right: 15px;
}
.vina-service-page .vina-service-item .sp-blocknumber span {
  position: relative;
  top: 0;
  left: 0;
  border: 5px solid #dcdcdc;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 36px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #vina_contact_us .contact_us .qlform .control-group .controls textarea {
    height: 126px;
  }
}
@media (max-width: 1300px) {
  .responsive #vina_company .info .thumbnail {
    min-height: 170px;
  }
  .responsive #vina_contact_us ul.social {
    left: -34px;
  }
  .responsive #vina_contact_us ul.social li a {
    height: 44px;
    width: 44px;
  }
  .responsive #vina_contact_us ul.social li a span {
    margin-top: 10px;
  }
  .responsive #vina_contact_us .map span.contact {
    margin: 0 0 2px 0;
  }
}
@media (max-width: 979px) {
  .responsive #vina_company .img-polaroid {
    width: 45%;
    margin: 10px 2%;
  }
  .responsive #vina_company .info .thumbnail {
    width: 100%;
    margin: 10px 0;
    min-height: 10px;
  }
  .responsive #vina_contact_us .contact_us h3 {
    margin-top: 0;
  }
  .responsive #vina_contact_us .contact_us .qlform .control-group.jform_name,
  .responsive #vina_contact_us .contact_us .qlform .control-group.jform_email {
    margin-right: 0;
    width: 100%;
  }
  .responsive #vina_contact_us .map span {
    margin-top: 20px;
  }
  .responsive #vina_contact_us .map span.contact {
    margin-top: 14px;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .responsive #vina_company .img-polaroid {
    margin: 10px auto;
  }
  .responsive #vina_pricing_table .pricing_table .thumbnail {
    margin-bottom: 20px;
  }
  .responsive #vina_contact_us .contact_us {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .responsive #vina_contact_us .map {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .responsive #vina_contact_us ul.social {
    left: auto;
    margin-left: -20px;
    width: 100%;
    top: -42px;
  }
  .responsive #vina_contact_us ul.social li {
    display: inline-block;
  }
}
@media (max-width: 479px) {
  .responsive #vina_about_us .carousel {
    padding: 20px 40px;
  }
  .responsive #vina_about_us .carousel .item .incon_bg {
    display: inline-block;
    float: left;
    margin-right: 10px;
  }
  .responsive #vina_about_us .carousel .item h4 {
    margin-top: 4px;
  }
  .responsive #vina_company .img-polaroid {
    width: 100%;
  }
  .responsive #vina_pricing_table {
    padding-left: 15px;
    padding-right: 15px;
  }
  .responsive #vina_contact_us .contact_us,
  .responsive #vina_contact_us .map {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 319px) {
  .responsive #vina_about_us .carousel {
    padding: 0 10px;
  }
  .responsive #vina_about_us .carousel .item .item_do {
    padding-bottom: 20px;
    padding-top: 25px;
  }
}
@font-face {
  font-family: 'segoe_uilight';
  src: url(//samimed.ir//templates/i30ms_ringo/css/../fonts/ufonts.com_segoe_ui_light-webfont.eot);
  src: url(//samimed.ir//templates/i30ms_ringo/css/../fonts/ufonts.com_segoe_ui_light-webfont.eot?#iefix) format('embedded-opentype'), url(//samimed.ir//templates/i30ms_ringo/css/../fonts/ufonts.com_segoe_ui_light-webfont.woff) format('woff'), url(//samimed.ir//templates/i30ms_ringo/css/../fonts/ufonts.com_segoe_ui_light-webfont.ttf) format('truetype'), url(//samimed.ir//templates/i30ms_ringo/css/../fonts/ufonts.com_segoe_ui_light-webfont.svg#segoe_uilight) format('svg');
  font-weight: normal;
  font-style: normal;
}
.row-fluid [class*="span"] {
  min-height: 0px;
}
a {
  outline: none;
  text-decoration: none;
}
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}
footer,
header,
section {
  position: relative;
}
input,
button {
  outline: none !important;
}
input:focus,
input:hover,
button:focus,
button:hover {
  outline: none !important;
}
ul,
ol {
  list-style: none;
  margin: 0;
}
body {
  font: 13.5px/1.55 Vazir;
  font-weight: 300;
  color: #555;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
.carousel-control {
  font-size: 37px;
}
.row-fluid {
  margin-bottom: 0px;
}
.row-fluid:first-child {
  margin-bottom: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
}
a img:hover {
}
#sp-top-wrapper {
  background: #333333;
}
#languages-block-top {
  float: left;
  position: relative;
  margin-right: 4px;
}
#languages-block-top ul {
  display: block;
  background: #333333;
  z-index: 2;
  margin: 0;
}
#languages-block-top ul li {
  color: white;
  line-height: 50px;
  font-size: 13px;
  display: inline-block;
}
#languages-block-top ul li a,
#languages-block-top ul li > span {
  padding: 0 20px;
  display: block;
  color: white;
  font-weight: normal;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  font-size: 13px;
  text-transform: capitalize;
  font-family: Vazir;
}
.vina-currency select {
  width: 70px;
  height: 50px;
  border: none;
  font-size: 12px;
  line-height: 20px;
  font-family: Vazir;
  margin: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
}
.vina-currency select:focus {
  outline: none;
}
.vina-currency .currency-box {
  display: inline-block;
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  cursor: pointer;
  margin-top: 0px;
}
.vina-currency .currency-box .down {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-left: 5px;
  pointer-events: none;
}
.vina-currency .currency-box .down .caret {
  margin-top: -2px;
  position: relative;
  top: 50%;
}
.vina-who-online {
  text-align: center;
}
.vina-who-online .who-online,
.vina-who-online .who-online-des {
  text-align: center;
  line-height: 50px;
  font-weight: 400;
  display: inline-block;
  margin: 0 20px 0 0;
  color: #fff;
}
.vina-menu-top {
  float: right;
  display: inline-block;
}
.vina-menu-top ul.nav {
  float: right;
  margin: 0;
}
.vina-menu-top ul.nav li {
  display: inline-block;
  float: left;
}
.vina-menu-top ul.nav li a {
  padding: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.vina-menu-top ul.nav li .image-title {
  display: none;
  font-weight: 400;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  opacity: 0;
  font-size: 14px;
}
.vina-menu-top ul.nav li:hover a {
  padding: 0 0 0 10px;
  width: auto;
}
.vina-menu-top ul.nav li:hover .image-title {
  display: inline-block;
  opacity: 1;
}
#sp-header-wrapper {
  padding: 30px 0;
  position: relative;
}
#sp-header-wrapper .logo-wrapper .logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
#sp-header-wrapper .logo-wrapper .logo:hover {
  opacity: 0.8;
}
#sp-header-wrapper .logo-wrapper .logo-text {
  font-size: 24px;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
}
#sp-header-wrapper .search {
  margin: 5px 0px;
}
#sp-header-wrapper .search form {
  margin: 0;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.button.button-small span i.right {
  margin-right: 0;
  margin-left: 5px;
  color: #fff;
}
.vina-header2 {
  position: fixed;
  float: left;
  width: 50px;
  left: 20px;
  z-index: 10000;
}
.vina-cart-small .shopping_cart {
  float: right;
  position: relative;
      -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}
.vina-cart-small .shopping_cart:before {
  content: "\f0d8";
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: normal;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  top: 46px;
  opacity: 0;
  display: none;
  z-index: 9999;
}
.vina-cart-small .shopping_cart > a:first-child {
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/topcart_icon.png) 50% 50% no-repeat #555;
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -99999px;
  float: right;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.vina-cart-small .shopping_cart > a:first-child b {
  color: white;
  font: 600 18px/22px "Open Sans", sans-serif;
  padding-right: 5px;
}
.vina-cart-small .shopping_cart:hover .cart_block {
  display: block;
  height: auto;
}
.vina-cart-small .shopping_cart:hover:before {
  opacity: 1;
  display: block;
}
.vina-cart-small .cart_block {
  position: absolute;
  top: 55px;
  left: 0px;
  z-index: 100;
  display: none;
  height: 0;
  color: #000;
  width: 270px;
  padding-top: 7px;
  display: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 99999;
}
.vina-cart-small .top-cart-content {
  padding: 10px;
  font-weight: 300;
  text-align: right;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  overflow: hidden;
}
.vina-cart-small .top-cart-content .top-subtotal {
  float: left;
  margin: 15px 0 0;
}
.vina-cart-small .top-cart-content .price {
  font-weight: bold;
  font-size: 15px;
  font-family: Vazir;
}
.vina-cart-small .top-cart-content .actions {
  padding: 0;
  float: left;
  width: 100%;
  margin: 10px 0 0;
  border-bottom: 4px solid #3C80B5;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.vina-cart-small .top-cart-content .actions button {
  width: 100%;
}
button.button,
button.vina-button {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: none;
}
button.button span,
button.vina-button span {
  display: block;
  height: 31px;
  line-height: 31px;
  padding: 10px 20px;
  text-transform: capitalize;
  font-size: 13px;
  font-family: Vazir;
  text-align: center;
  white-space: nowrap;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
button.button span span,
button.vina-button span span {
  border: 0;
  padding: 0;
}
.vina-button {
  padding: 8px 14px;
  font-size: 18px;
  border-radius: 0;
  border: none;
  text-shadow: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.cart_block .cart_block_shipping_cost,
.cart_block .cart_block_tax_cost,
.cart_block .cart_block_total,
.cart_block .cart_block_wrapping_cost {
  float: right;
}
.price {
  font-weight: bold;
  font-size: 18px;
  padding: 0;
  font-family: segoe_uilight;
}
.block {
  margin-bottom: 30px;
}
.icon_search {
  cursor: pointer;
  height: 50px;
  padding: 0;
  margin: 0;
  display: block;
  width: 50px;
  z-index: 999;
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/search_icon.png) 50% 50% no-repeat #555;
  position: relative;
      -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.icon_search:before {
  content: "\f0d8";
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: normal;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  top: 40px;
  opacity: 0;
  display: none;
}
.icon_search:hover:before {
  opacity: 1;
  display: block;
}
.vina-search {
  float: right;
}
.vina-search .block-search-top {
  float: right;
  margin-top: 5px;
}
.vina-search .block-search-top:hover #search_block_top {
  display: block;
}
.vina-search .element-invisible {
  display: none;
}
#search_block_top {
  top: 50px;
  position: absolute;
  left: 0;
  padding-top: 7px;
  z-index: 9999;
  display: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#search_block_top form {
  width: 226px;
  padding: 15px 10px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background: #fff;
}
#search_block_top form input.input-text {
  background: none repeat scroll 0 0 transparent;
  color: #000000;
  float: left;
  font-size: 17px;
  height: 21px;
  padding: 4px 9px;
  width: 174px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#search_block_top form .btn.button-search {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42857;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  white-space: nowrap;
  -webkit-user-select: none;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border-color: #cccccc;
  display: inline-block;
  border: none;
  color: white;
  width: 32px;
  height: 31px;
  text-align: center;
  padding: 10px 0 11px 0;
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/search.png) 0 no-repeat #555;
  text-indent: 999999px;
}
#search_block_top form .btn.button-search span {
  display: none;
}
.custom-camera a {
  overflow: hidden;
}
.custom-camera img {
  width: 100%;
  float: left;
}
.margin-top-15 {
  margin-top: 15px;
}
.menu_custom_menu .sub-title {
  padding: 15px 0 0;
  clear: both;
  margin: 0 0 6px;
  text-transform: capitalize;
  font-weight: lighter;
  font-size: 16px;
  color: #000;
  line-height: 40px;
  text-align: right;
}
.menu_custom_menu .content {
  font-size: 14px;
  text-align: right;
  line-height: 40px;
}
.visiable-gallery {
  animation-name: none !important;
}
.body-innerwrapper {
  overflow-x: hidden;
}
#sp-main-body-wrapper {
  position: relative;
}
#sp-feature-wrapper #feature {
  color: #fff;
  direction: ltr;
}
#sp-feature-wrapper #feature h1 {
  color: #fff;
  font-size: 72px;
  line-height: 100px;
  font-weight: 700;
  margin-bottom: 10px;
}
#sp-feature-wrapper #feature p {
  font-size: 24px;
  line-height: 120%;
  margin: 0 80px;
  margin-bottom: 20px;
}
.vina-camera-slider .camera_caption > div {
  background: none !important;
  padding: 0 !important;
}
.vina-camera-slider .camera_caption img {
  float: left;
}
.vina-camera-slider .cameraContents h2 {
  margin-top: 18px;
  margin-bottom: 9px;
}
.vina-camera-slider .cameraContents h2.title {
  padding: 15px 30px;
  box-sizing: border-box;
  background: #a67379;
  font-size: 16px;
  font-family: Vazir;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 10px;
  direction: rtl;
}
.vina-camera-slider .cameraContents h2.title-slider2 {
  box-sizing: border-box;
  font-size: 16px;
  text-align: right;
  font-family: Vazir;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.1;
  padding: 0px;
  color: #fff;
}
.vina-camera-slider .cameraContents h3 {
  margin: 0;
  padding: 0;
}
.vina-camera-slider .cameraContents h3.subtitle-slider2 {
  padding: 13px 30px;
  font-family: Vazir;
  color: #fff;
  font-weight: normal;
  line-height: 1.35;
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/bg-subtitle-banner.png) repeat;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-table;
  direction: rtl;
}
.vina-camera-slider .cameraContents .subtitle {
  padding: 5px 0 40px;
  font-size: 14px;
  text-align: right;
  font-family: Vazir;
  color: #fff;
  font-weight: lighter;
  text-transform: capitalize;
  text-align: justify;
  line-height: 30px;
  direction: rtl;
}
.vina-camera-slider .cameraContents .link.subtitle a {
  text-transform: capitalize;
  text-decoration: none;
  text-transform: capitalize;
  color: #fff !important;
  padding: 13px 23px;
  background: none;
  text-decoration: none;
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: normal;
  opacity: 0.8;
  position: relative;
  z-index: 1;
}
.vina-camera-slider .cameraContents .link.subtitle a:hover {
  opacity: 1;
}
.vina-camera-slider .cameraContents .link-slider2 {
  float: right;
}
.vina-camera-slider .cameraContents .link-slider2 a {
  color: #fff !important;
  padding: 10px 23px 13px;
  font-size: 15px;
  background: #DE5648;
  text-transform: capitalize;
  text-decoration: none;
  border-bottom: 4px solid #B55C53;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.vina-camera-slider .cameraContents .link-slider2 a:hover {
  background: #FB6F61;
}
.vina-camera-slider .camera_wrap .camera_prev,
.vina-camera-slider .camera_wrap .camera_next {
  width: 50px;
  height: 50px;
  margin-top: -25px;
      background-color: #ed302f!important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vina-camera-slider .camera_wrap .camera_prev span,
.vina-camera-slider .camera_wrap .camera_next span {
  background: none;
}
.vina-camera-slider .camera_wrap .camera_prev {
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/arrow-banner7.png) no-repeat scroll 0 0;
  background-position: 0 0;
  left: 30px;
}
.vina-camera-slider .camera_wrap .camera_next {
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/arrow-banner7.png) no-repeat scroll 0 0;
  background-position: 100% 0;
  right: 30px;
}
.vina-camera-slider:hover .camera_wrap .camera_prev,
.vina-camera-slider:hover .camera_wrap .camera_next {
  opacity: 0.5 !important;
}
.vina-camera-slider:hover .camera_wrap .camera_prev:hover,
.vina-camera-slider:hover .camera_wrap .camera_next:hover {
  opacity: 1 !important;
}
.banner-feature-right a {
  display: block;
  border: 5px solid #fff;
  overflow: hidden;
  box-sizing: border-box;
}
.banner-feature-right a img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.banner-feature-right a:hover img {
  opacity: 1;
  -webkit-transform: scale(1.05,1.05);
  -moz-transform: scale(1.05,1.05);
  -o-transform: scale(1.05,1.05);
  transform: scale(1.05,1.05);
}
#sp-users-wrapper {
  padding: 30px 0;
  border-top: 1px solid #f9f9f9;
  background: #ececec;
}
#sp-banner-main-wrapper {
  margin: 25px 0px;
}
.vina-banner-main img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vina-banner-main img:hover {
  opacity: 0.8;
}
.banner-couple {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.banner-couple .banner-small {
  left: 12px;
  position: absolute;
  top: 10px;
  width: auto;
  background: rgba(93,190,222,0.4);
}
.banner-home-content .home-box-iner {
  padding: 20px 15px 20px 100px;
  background-color: #F7F9FA;
  background-position: 30px 29px;
  background-repeat: no-repeat;
  border-bottom: 4px solid #E0DEDE;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: rtl;
}
.banner-home-content .home-box-iner .banner-title {
  font-size: 15px;
  font-weight: 400;
  line-height: 37px;
}
.banner-home-content .home-box-iner .banner-content {
  font-size: 11px;
  font-weight: 400;
  margin: 0;
  line-height: 27px;
}
.banner-home-content .home-box-iner.home-box-1 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/../images/free_deliver_3.png);
}
.banner-home-content .home-box-iner.home-box-2 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/../images/free_online_3.png);
}
.banner-home-content .home-box-iner.home-box-3 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/../images/free_support_3.png);
}
.banner-home-content .home-box-iner.home-box-4 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/../images/free_work_time_3.png);
}
.banner-home-content .home-box-iner:hover {
  background-position: 30px -187px;
  color: #fff;
}
.vina-left-menu ul {
  padding: 7px 10px 7px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.vina-left-menu ul li {
  line-height: 20px;
}
.vina-left-menu ul li a {
  display: block;
  border-bottom: 1px solid #f1f1f1;
  padding: 3px 0;
  color: #5f5d5c;
  text-decoration: none !important;
  background: none;
  line-height: 40px;
  text-align: right;
}
.vina-left-menu ul li a:hover {
  background: none;
}
.vina-left-menu ul li:last-child a {
  border-bottom: none;
}
.vina-left-menu ul li.active a {
  padding: 3px 0;
  color: #23b4ca;
}
.vina-news {
  margin: 0px;
  list-style: none;
}
.vina-news li {
  padding: 10px 0px;
  border-bottom: 1px solid #EEE;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.vina-news li a {
  line-height: 20px;
  padding-left: 20px;
  font-weight: normal;
  font-size: 14px;
}
.vina-news li:hover {
  padding-left: 15px;
}
#sp-right .who-online-des,
#sp-left .who-online-des {
  display: none;
}
#login-form {
  margin-top: 20px;
}
#login-form input:not([type='checkbox']) {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 8px;
  width: 100%;
}
#login-form .unstyled a {
  font-size: 14px;
}
#login-form input[type="checkbox"] {
  display: none;
}
#login-form input[type="checkbox"] + label {
  position: relative;
  z-index: 1;
  padding-left: 30px;
  margin-left: 10px;
  line-height: 28px;
}
#login-form input[type="checkbox"] + label::before {
  content: "\f096";
  color: #bdc3c7;
  text-align: center;
  line-height: 10px;
  font-family: "FontAwesome";
  font-size: 24px;
  width: 16px;
  margin-left: -10px;
  height: 16px;
  padding: 0;
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 0;
}
#login-form input[type="checkbox"]:checked  + label::after {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 18px;
  margin-left: -9px;
  top: -1px;
  left: 0;
  color: #23b4ca;
  position: absolute;
  z-index: -1;
}
.tagspopular ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 20px 0;
}
.tagspopular ul li {
  float: left;
  margin: 0px 5px 5px 0px;
}
.tagspopular ul li a {
  color: #fff;
  padding: 5px 10px;
  float: left;
  font-size: 14px;
}
.tagspopular ul li a:hover {
  color: #333;
}
.vina-online .header:before {
  content: "\f007";
  font-family: FontAwesome;
  font-size: 34px;
}
.module .header-module .icon {
  width: 50px;
  height: 50px;
  float: left;
  margin: 0 10px 0 0px;
}
.module .header-module h3 {
  font-size: 14px;
  text-align: right;
  text-transform: capitalize;
  font-family: Vazir;
  font-weight: 400;
  margin: 0;
  line-height: 55px;
  background-color: #fff;
  border: 1px solid #ebeced;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #000;
  padding-right: 15px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.module.header-border .header-module .icon {
  width: 40px;
  height: 40px;
}
.module.header-border .header-module h3 {
  line-height: 40px;
  background-color: transparent;
  color: #555;
}
.vina-title {
  overflow: hidden;
  margin: 0;
  padding-left: 50px;
  background: #23b4ca url(//samimed.ir//templates/i30ms_ringo/css/../images/bg_featured.png) no-repeat left;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.vina-title h1 {
  font-weight: normal;
  margin: 0;
  font-size: 15px !important;
  text-align: right;
  color: #000;
  text-transform: capitalize;
  line-height: 50px;
  background: #ffffff;
  padding-right: 10px;
}
.hitstar .border {
  margin: 0 10px;
  float: left;
}
div.rating-cancel {
  display: none !important;
}
div.rating-cancel,
div.star-rating {
  height: 13px;
}
div.star-rating {
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/rating.png) no-repeat scroll 0 100% rgba(0,0,0,0);
  float: left;
}
div.star-rating a {
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/rating.png) no-repeat scroll 0 100% rgba(0,0,0,0);
  float: left;
}
div.star-rating a {
  background-position: 0 100% !important;
}
div.star-rating-on a {
  background-position: 0 0 !important;
}
div.star-rating-hover a {
  background-position: 0 0 !important;
}
.stars_no_active {
  float: none;
  margin-right: 0;
  height: 13px !important;
  font-size: 0;
  line-height: 0;
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/rating.png) 0 100% repeat-x !important;
  text-indent: -999em;
  overflow: hidden;
}
.stars_no_active .stars_active {
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/rating.png) 0 0 repeat-x !important;
  height: 13px !important;
  float: none;
  text-align: left;
}
div.star-rating {
  background: none repeat scroll 0 0 transparent !important;
  overflow: hidden !important;
}
.ratings .stars_no_active {
  float: none;
  margin-right: 0;
  height: 13px;
  font-size: 0;
  line-height: 0;
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/rating.png) 0 100% repeat-x;
  text-indent: -999em;
  overflow: hidden;
}
.ratings .stars_no_active .stars_active {
  float: none;
  text-align: left;
  height: 13px;
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/rating.png) 0 0 repeat-x;
}
.ratings .count_commentar {
  display: none;
}
.image-block {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
}
.image-block:hover {
  box-shadow: 0 16px 16px 0 rgba(66,66,66,0.18),0 3px 12px 0 rgba(66,66,66,0.14);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.image-block .plabel {
  right: 0px;
  position: absolute;
  top: 0;
}
.image-block .actions {
  position: absolute;
  bottom: 1px;
  width: 100%;
  height: 40px;
  background: transparent;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.image-block .actions button.button {
  float: right;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.image-block .actions button.button span {
  background: #ff0052 url(//samimed.ir//templates/i30ms_ringo/css/../images/cart_icon2.png) no-repeat;
  padding: 0 0 0 40px;
  height: 40px;
  line-height: 40px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.image-block .actions button.button span span {
  background: #fff;
  padding: 0 10px;
  font-family: Vazir;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  font-weight: 300;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.image-block .actions button.button:hover > span {
  background-position: 0 100%;
}
.image-block .actions .add-to-links {
  float: left;
  font-size: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.image-block .actions .add-to-links li {
  float: left;
  margin: 0;
  border-left: 0px solid #ECEFF1;
  line-height: 20px;
}
.image-block .actions .add-to-links li a {
  display: block;
  text-indent: -99999px;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.image-block .actions .add-to-links li a.link-wishlist,
.image-block .actions .add-to-links li a.product-button-wishlist {
  background: #ff0052 url(//samimed.ir//templates/i30ms_ringo/css/../images/wishlist_icon2.png) no-repeat;
  font-weight: normal;
  font-size: 12px;
}
.image-block .actions .add-to-links li a.link-wishlist:hover,
.image-block .actions .add-to-links li a.product-button-wishlist:hover {
  background-position: 0 100%;
}
.image-block .actions .add-to-links li a.link-compare {
  background: #ff0052 url(//samimed.ir//templates/i30ms_ringo/css/../images/compare_icon.png) no-repeat;
  font-weight: normal;
  font-size: 12px;
}
.image-block .actions .add-to-links li a.link-compare:hover {
  background-position: 0 100%;
}
.image-block .actions .add-to-links li a.link-compare-2 {
  background: #ddd url(//samimed.ir//templates/i30ms_ringo/css/../images/compare_icon2.png) no-repeat;
  font-weight: normal;
  font-size: 12px;
}
.image-block .actions .add-to-links li a.link-compare-2:hover {
  background-position: 0 100%;
}
.image-block img.jshop_img {
  border: none;
  padding: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.quickview-button {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  opacity: 0.8;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #ddd url(//samimed.ir//templates/i30ms_ringo/css/../images/basket.svg) no-repeat center center;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: block;
  text-indent: -9999px;
}
.quickview-button:hover {
  background-color: #ddd !important;
}
.des-container {
  text-align: center;
  padding: 10px;
  position: relative;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFFFFF;
}
.des-container:hover {
  background: #fff;
  border-bottom-color: #ff0052;
  box-shadow: 0 16px 16px 0 rgba(66,66,66,0.18),0 3px 12px 0 rgba(66,66,66,0.14);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.des-container .ratings {
  position: absolute;
  bottom: 30px;
  right: 90px;
}
.des-container .ratings .amount {
  display: none;
}
.des-container .price-box {
  margin: 10px 0 0;
}
.ratings {
  font-size: 11px;
  line-height: 1.25;
  margin: 13px 0;
}
.price {
  white-space: nowrap !important;
}
.price-box .price {
  font-family: Vazir;
  font-size: 18px;
  font-weight: normal;
}
.old-price {
  margin: 0;
}
.old-price .price {
  font-size: 14px;
  color: #555;
  text-decoration: line-through;
  font-weight: normal;
  margin: 0;
  padding: 0;
  display: block;
  min-width: 10px;
  padding: 3px 7px;
  line-height: 1;
  color: #EEE !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #E4211D;
  position: relative;
    padding: 10px 40px 10px 20px;
    background: #ec2135;
    color: white;
  direction: rtl;
}
.old-price .price:before {
    font-family: FontAwesome;
	color: #fff;
	text-shadow: none;
    content: "\f04b";
    position: absolute;
    top: 0;
    right: -1px;
    font-size: 34px;
    display: inline-block;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph;
    filter: fliph;
}
.special-price {
  margin: 0;
  padding: 0;
  display: block;
  min-width: 10px;
  padding: 9px 7px;
  line-height: 1;
  color: #FFF !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  margin-top: 10px;
  direction: rtl;
}
.product-name {
  margin: 0;
  font-size: 13px;
  text-align: right;
  font-weight: 300;
  font-family: Vazir;
  line-height: 2.1;
  color: #555;
  padding-right: 10px;
  direction: rtl;
}
.product-name a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
}
.group-items {
  margin-top: 30px;
}
.vina-main-product .item .plabel {
  right: 0px;
  position: absolute;
  top: 0;
}
.vina-main-product .item .actions {
  bottom: -40px;
}
.vina-main-product .item:hover .actions {
  bottom: 0px;
  border-bottom: 1px solid #ECEFF1;
}
.vina-main-product .item:hover .quickview-button {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.vina-main-product .vina-carousel-jshopping {
  overflow: inherit !important;
  direction: ltr;
}
.vina-main-product .vina-carousel-jshopping .plabel {
  right: 0px;
}
.vina-main-product .vina-carousel-jshopping .item .actions {
  bottom: -40px;
}
.vina-main-product .vina-carousel-jshopping .item:hover .actions {
  bottom: 0px;
}
.vina-main-product .vina-carousel-jshopping .item:hover .quickview-button {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.vina-main-product .owl-theme .owl-controls .owl-buttons div {
  width: 21px;
  height: 21px;
  margin: -20px 0 0;
  display: block;
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/nav_featured.png) no-repeat 0 0 !important;
  position: absolute;
  top: -46px;
  cursor: pointer;
  text-indent: -9999px;
  border: 1px solid #2f2f2f;
  padding: 0;
  opacity: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.vina-main-product .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 60px;
  background-position: 0 100% !important;
}
.vina-main-product .owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
  background-position: 100% 100% !important;
}
.vina-main-product .owl-theme .owl-controls .owl-buttons div.owl-next {
  background-position: 100% 0 !important;
  left: 90px;
}
.vina-main-product .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  background-position: 0 0 !important;
}
.vina-main-product.vina-main-product-2,
.vina-main-product.vina-main-product-3 {
  margin-top: 40px !important;
}
.vina-main-product.vina-main-product-2 .image-block,
.vina-main-product.vina-main-product-3 .image-block {
  display: inline-block;
  float: left;
  background: #fff;
}
.vina-main-product.vina-main-product-2 .image-block .jshop_img,
.vina-main-product.vina-main-product-3 .image-block .jshop_img {
  width: 92px;
  padding-top: 8px;
  margin: 0 auto;
  display: block;
  height: auto;
}
.vina-main-product.vina-main-product-2 .image-block .plabel,
.vina-main-product.vina-main-product-3 .image-block .plabel {
  display: none;
}
.vina-main-product.vina-main-product-2 .image-block .actions,
.vina-main-product.vina-main-product-3 .image-block .actions {
  display: none;
}
.vina-main-product.vina-main-product-2 .image-block .quickview-button,
.vina-main-product.vina-main-product-3 .image-block .quickview-button {
  display: none;
}
.vina-main-product.vina-main-product-2 .des-container,
.vina-main-product.vina-main-product-3 .des-container {
  float: right;
  width: 65.6%;
  min-height: 100px;
  box-sizing: border-box;
  padding: 5px 10px;
}
.vina-main-product.vina-main-product-2 .des-container .product-name,
.vina-main-product.vina-main-product-3 .des-container .product-name {
  line-height: 1.9;
  padding-bottom: 3px;
}
.vina-main-product.vina-main-product-2 .des-container .price-box,
.vina-main-product.vina-main-product-3 .des-container .price-box {
  padding: 0 0 5px 0px;
  margin: 0;
}
.vina-main-product.vina-main-product-2 .des-container .price-box .price,
.vina-main-product.vina-main-product-3 .des-container .price-box .price {
  line-height: 20px;
}
.vina-main-product.vina-main-product-2 .des-container .ratings,
.vina-main-product.vina-main-product-3 .des-container .ratings {
  bottom: auto;
  position: initial;
  right: auto;
  margin: 0;
}
.vina-main-product.vina-main-product-2 .item,
.vina-main-product.vina-main-product-3 .item {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: white;
  overflow: hidden;
}
.vina-main-product.vina-main-product-2 .item:hover,
.vina-main-product.vina-main-product-3 .item:hover {
  -webkit-box-shadow: rgba(0,0,0,0.17) 0 0 13px;
  -moz-box-shadow: rgba(0,0,0,0.17) 0 0 13px;
  box-shadow: rgba(0,0,0,0.17) 0 0 13px;
}
.vina-main-product.vina-main-product-3 .image-block {
  background: #F1F1F1;
}
.vina-main-product.vina-main-product-3 .des-container {
  background: #F1F1F1;
}
.vina-main-product.vina-main-product-3 .item {
  background: #F1F1F1;
}
.vina-main-product.vina-main-product-3 .item:hover {
  -webkit-box-shadow: rgba(0,0,0,0.17) 0 0 13px;
  -moz-box-shadow: rgba(0,0,0,0.17) 0 0 13px;
  box-shadow: rgba(0,0,0,0.17) 0 0 13px;
}
.vina-product-3 .image-block .actions {
  background: #fff;
}
.vina-product-3 .image-block .actions button.button span {
  border-left: 1px solid #f1f1f1;
}
.vina-product-3 .image-block .actions button.button span span {
  background: #fff;
}
.vina-product-3 .image-block .actions .add-to-links li {
  border-left: 1px solid #f1f1f1;
}
.vina-product-3 .des-container {
  background: #fff;
}
.vina-product-3 .item {
  background: #fff;
}
.category-image {
  width: 100%;
  overflow: hidden;
  margin: 0 0 0px;
  text-align: center;
}
.header-title {
  padding: 0 0 0 50px;
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/bg_featured.png) no-repeat left;
  margin: 0 0 25px;
}
.header-title h2,
.header-title h1 {
  font-size: 14px;
  text-transform: capitalize;
  font-family: Vazir;
  text-align: right;
  font-weight: normal;
  margin: 0;
  line-height: 50px;
  padding: 0 15px 0 10px;
  background-color: #f1f1f1;
  border: none;
}
.header-title.vina1_color {
  background-color: ;
}
.blog .pagination {
  background: none repeat scroll 0 0 #f1f1f1;
  font-size: 12px;
  margin: 0;
  padding: 15px;
  text-align: center;
}
.blog .pagination .counter {
  margin: 0;
}
.blog .pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.blog .pagination li {
  display: inline-block;
  margin: 0 2px;
  line-height: 23px;
}
.blog .pagination li:last-child a {
  font-size: 12px;
}
.blog .pagination li a {
  display: inline-block;
  height: 23px;
  width: 23px;
  padding: 0;
  color: #555;
  border: 1px solid #555;
  line-height: 23px;
  background: none;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
}
.jshop_list_product {
  position: relative;
}
.jshop_list_product .row-fluid {
  margin: 0;
}
.jshop_list_product .box_products_sorting {
  padding: 0 !important;
  margin: 0 !important;
}
.jshop_list_product form,
.jshop_list_product .jshop_pagination_bottom {
  font-size: 12px;
  padding: 0 15px;
  text-align: center;
  margin-top: 0;
  background: #EEEFF1;
}
.jshop_list_product form label,
.jshop_list_product .jshop_pagination_bottom label {
  display: inline-block;
  text-shadow: none;
  margin: 10px 50px 10px 0;
  font-size: 16px;
  vertical-align: middle;
  float: right;
}
.jshop_list_product form .sort-by,
.jshop_list_product .jshop_pagination_bottom .sort-by {
  display: inline-block;
  padding-left: 10px;
  margin: 9px 15px 8px;
  position: relative;
  line-height: 30px;
  float: right;
}
.jshop_list_product form .select-sort-by,
.jshop_list_product .jshop_pagination_bottom .select-sort-by {
  float: left;
}
.jshop_list_product form .select-sort-by:before,
.jshop_list_product .jshop_pagination_bottom .select-sort-by:before {
  width: 22px;
  height: 32px;
  background: #f1f1f1 url(//samimed.ir//templates/i30ms_ringo/css/../images/select_toolbar.png) no-repeat scroll 50% 50%;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 10px;
  pointer-events: none;
}
.jshop_list_product form .limiter,
.jshop_list_product .jshop_pagination_bottom .limiter {
  float: right;
  margin: 9px 15px 8px;
  position: relative;
  line-height: 30px;
}
.jshop_list_product form .limiter select,
.jshop_list_product .jshop_pagination_bottom .limiter select {
  padding: 5px;
  margin: 0 0 1px;
  vertical-align: middle;
  border: none;
  background: none;
  color: #555;
  font-size: 16px;
}
.jshop_list_product form .select-limiter,
.jshop_list_product .jshop_pagination_bottom .select-limiter {
  float: left;
  margin-right: 5px;
}
.jshop_list_product form .select-limiter:before,
.jshop_list_product .jshop_pagination_bottom .select-limiter:before {
  width: 22px;
  height: 32px;
  background: #f1f1f1 url(//samimed.ir//templates/i30ms_ringo/css/../images/select_toolbar.png) no-repeat scroll 50% 50%;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  pointer-events: none;
}
.jshop_list_product form select,
.jshop_list_product .jshop_pagination_bottom select {
  border-radius: 0;
  width: auto;
  height: auto;
  	font-family: Vazir;
  line-height: 1.55;
  padding: 5px;
  margin: 0 0 1px;
  vertical-align: middle;
  border: none;
  background: none;
  color: #555;
  font-size: 16px;
  outline: none;
}
.jshop_list_product form select option,
.jshop_list_product .jshop_pagination_bottom select option {
  padding-right: 10px;
}
.jshop_list_product .block_product {
  position: relative;
  margin-top: 0px;
  padding: 0;
}
.jshop_list_product .block_product .actions {
  bottom: -40px;
}
.jshop_list_product .block_product .description {
  display: none;
}
.jshop_list_product .block_product:hover .actions {
  bottom: 0px;
  border-bottom: 1px solid #fff;
}
.jshop_list_product .block_product:hover .quickview-button {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.jshop_list_product .jshop_pagination {
  text-align: center;
  position: absolute;
  top: -25px;
  left: 0;
}
.jshop_list_product .jshop_pagination_bottom .jshop_pagination {
  top: -60px;
}
.jshop_list_product .jshop_pagination .pagination {
  margin: 16px 5px 8px;
}
.jshop_list_product .jshop_pagination .pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.jshop_list_product .jshop_pagination .pagination li {
  display: inline-block;
  margin: 0 2px;
  line-height: 23px;
}
.jshop_list_product .jshop_pagination .pagination li:last-child a {
  font-size: 12px;
}
.jshop_list_product .jshop_pagination .pagination li a {
  display: inline-block;
}
.jshop_list_product .jshop_pagination_bottom {
  position: relative;
}
.jshop_list_product .jshop_pagination_bottom .jshop_pagination {
  width: 100%;
}
.jshop_list_product .jshop_pagination_bottom .jshop_pagination .pagination {
  margin-top: 12px;
}
.jshop-category h1 {
  height: 0;
  margin: 0;
  margin-right: 20px !important;
  margin-top: 10px !important;
}
.productfull .detailsLeft .text_zoom {
  display: none;
}
.productfull .detailsLeft .thumbnail {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
  padding: 0;
}
.productfull .detailsLeft .thumbnail a {
  display: inline-block;
  margin: 0 0 13px;
  width: 100%;
}
.productfull .detailsLeft .jshop_img_description {
  display: inline-block;
  margin: 10px 0 0px;
  width: 100%;
}
.productfull .detailsLeft .jshop_img_description ul li {
  padding-left: 0 !important;
}
.productfull .detailsLeft #list_product_image_thumb img.jshop_img_thumb {
  width: 107px;
  border: none;
  margin: 0;
  padding: 0 5px 5px;
}
.productfull .detailsLeft #list_product_image_thumb img.jshop_img_thumb:first-child {
  padding-left: 0;
}
.productfull .detailsRight .product-name {
  margin: 0 0 10px;
  background: #f8f8f8;
  padding: 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.productfull .detailsRight .product-name:hover {
  box-shadow: 0 8px 8px 0 rgba(66,66,66,0.18),0 3px 12px 0 rgba(66,66,66,0.14);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.productfull .detailsRight .product-name h1 {
  margin: 0px;
  font-size: 15px;
  padding-top: 15px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.9;
  color: #555;
}
.productfull .detailsRight .short-description {
  margin: 10px 0;
  text-align: justify;
  font-size: 15px;
  line-height: 40px;
  font-weight: 300;
  padding-left: 20px;
}
.productfull .detailsRight .old_price {
  font-size: 14px;
  font-family: Vazir;
  color: #F44336;
  text-decoration: line-through;
  font-weight: normal;
}
.productfull .detailsRight #block_price {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}
.productfull .detailsRight .not_available {
  margin: 0;
}
.productfull .detailsRight .qty_in_stock #product_qty {
  font-weight: normal;
  text-transform: uppercase;
}
.productfull .detailsRight .add-to-box {
  padding: 0 0 15px 20px;
  margin: 5px 0 0;
  width: 100%;
}
.productfull .detailsRight .add-to-box .add-to-links {
  margin: 0;
  float: left;
  margin: 0;
  font-size: 12px;
  line-height: 1.25;
  text-align: left;
}
.productfull .detailsRight .add-to-box .add-to-links li {
  display: inline-block;
  float: left;
  margin: 0 1px 0 0;
}
.productfull .detailsRight .add-to-box .add-to-links li a,
.productfull .detailsRight .add-to-box .add-to-links li input {
  color: #F7BE24;
  text-decoration: none;
  font-size: 1px;
  text-transform: capitalize;
  font-weight: normal !important;
  padding: 0;
  display: block;
  text-indent: -9999px;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.productfull .detailsRight .add-to-box .add-to-links li .link-wishlist {
  background: #F7BE24 url(//samimed.ir//templates/i30ms_ringo/css/../images/wishlist_icon.png) no-repeat scroll 0 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.productfull .detailsRight .add-to-box .add-to-links li .link-wishlist:hover {
  background-position: 0 100%;
}
.productfull .detailsRight .add-to-box .add-to-links li .link-compare {
  background: #ddd url(//samimed.ir//templates/i30ms_ringo/css/../images/compare_icon.png) no-repeat scroll 0 0;
  margin: 0;
}
.productfull .detailsRight .add-to-box .add-to-links li .link-compare:hover {
  background-position: 0 100%;
}
.productfull .detailsRight .add-to-box .add-to-links li .link-compare-2 {
  background: #F7BE24 url(//samimed.ir//templates/i30ms_ringo/css/../images/compare_icon2.png) no-repeat scroll 0 0;
  margin: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.productfull .detailsRight .add-to-box .add-to-links li .link-compare-2:hover {
  background-position: 0 100%;
}
.productfull .detailsRight .add-to-box .add-to-links li .email-friend {
  background: #F7BE24 url(//samimed.ir//templates/i30ms_ringo/css/../images/mail_icon.png) no-repeat scroll 0 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.productfull .detailsRight .add-to-box .add-to-links li .email-friend:hover {
  background-position: 0 100%;
}
.productfull .detailsRight .no-rating {
  margin: 0;
}
.productfull .detailsRight .product-options {
  margin: 0px;
  padding: 0;
  position: relative;
  background: none;
  text-align: right;
  border: 0;
  display: inline-block;
  width: 100%;
}
.productfull .detailsRight .product-options dl {
  margin: 0;
  width: 100%;
  float: left;
}
.productfull .detailsRight .product-options dt {
  padding: 10px 0 0;
  font-weight: normal;
  width: 100%;
  float: left;
}
.productfull .detailsRight .product-options dd {
  width: 100%;
  float: left;
  margin: 0;
}
.productfull .detailsRight .product-options select {
  background: #b99d6b;
  font-family: Vazir;
  font-size: 15px;
  color: #777;
   background: #fafbfc;
  border-color: #dfe5e8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 0;
  width: 100%;
  height: auto;
  line-height: 1.55;
  box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.productfull .detailsRight .product-options .prod_attr_img {
  display: none;
}
.productfull .detailsRight .product-options-bottom {
  width: 100%;
  float: left;
  padding: 15px 0 15px 20px;
}
.productfull .detailsRight .product-options-bottom .box-price {
  float: left;
  margin: 5px 30px 0 0;
  border: 0;
}
.productfull .detailsRight .add-to-cart label {
  float: right;
  margin: 9px 10px 0 0;
  color: #666;
}
.productfull .detailsRight .add-to-cart .qty-increase,
.productfull .detailsRight .add-to-cart .qty-decrease {
  display: none;
}
.productfull .detailsRight .add-to-cart .qty {
background: #fafbfc;
    height: auto;
    line-height: 1.55;
    font-size: 15px;
    float: right;
    margin: 5px 10px 0px 0;
    text-align: center;
    border: 0;
    box-shadow: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #777;
	 border-color: #dfe5e8;
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 50%;
}
.productfull .detailsRight .add-to-cart button.button {
  float: left !important;
}
.productfull .detailsRight .add-to-cart button.button span {
  background: #62b965 url(//samimed.ir//templates/i30ms_ringo/css/../images/cart_icon.png) no-repeat 0 0;
  padding: 0 0 0 40px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.productfull .detailsRight .add-to-cart button.button span span {
  background: #4caf50;
  padding: 0 10px;
  font-size: 14px;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  color: #FFF;
  text-transform: uppercase;
  font-weight: normal;
}
.productfull .detailsRight .add-to-cart button.button:hover span {
  background-position: 0 100%;
}
.productfull .detailsRight .add-to-cart button.button:hover span span {
  background-color: #e7e7e7;
}
.productfull .product-collateral {
  padding: 0 0 0;
}
.productfull .product-collateral .product-tabs {
  overflow: hidden;
  list-style: none;
  margin: 0;
  border: none;
  background: #F1F1F1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.productfull .product-collateral .product-tabs li {
  float: right;
  margin-right: 5px;
  border-left: 1px solid #e3e3e3;
}
.productfull .product-collateral .product-tabs li:first-child {
  border-left: 1px solid #e3e3e3;
}
.productfull .product-collateral .product-tabs li a {
  display: block;
  line-height: 51px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 300;
  color: #555;
  text-decoration: none;
  background: #f1f1f1;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
.productfull .product-collateral .product-tabs li.active a {
  background-color: #fff;
}
.productfull .product-collateral .tab-content {
      /* padding: 15px 10px; */
  text-align: right;
  margin-top: 10px;
  background-color: #fff;
  line-height: 40px;
  font-weight: 300;
}
.related-container {
  float: left;
  width: 100%;
  margin-top: 10px;
  position: relative;
}
.list_related .carousel-control {
  width: 21px;
  height: 21px;
  margin: 0;
  display: block;
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/nav_brand.png) no-repeat 0 0 !important;
  position: absolute;
  top: -60px;
  cursor: pointer;
  text-indent: -9999px;
  border: 1px solid #2f2f2f;
  padding: 0;
  opacity: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.list_related .carousel-control.left {
  left: 60px;
  background-position: 0 100% !important;
  right: auto;
}
.list_related .carousel-control.left:hover {
  background-position: 100% 100% !important;
}
.list_related .carousel-control.right {
  background-position: 100% 0 !important;
  left: 90px;
}
.list_related .carousel-control.right:hover {
  background-position: 0 0 !important;
}
#jshop_menu_order > dl > div.jshop_order_step.active {
  background: #EEEFF1;
}
#jshop_menu_order {
  background: none;
  display: inline-block;
  padding: 10px;
  background: #fff;
  margin: 0 !important;
  width: 100%;
  border: none !important;
  display: inline-block;
  box-sizing: border-box;
}
#jshop_menu_order dl {
  margin-bottom: 20px;
}
#jshop_menu_order dl dt {
  font-size: 13px;
  font-weight: normal;
  line-height: 50px;
  margin: 0 0 10px;
  padding: 2px 8px;
  color: #555;
  display: block;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  border-right: 4px solid #ff7748;
}
#jshop_menu_order dl dt:hover {
  font-size: 13px;
  font-weight: normal;
  line-height: 50px;
  margin: 0 0 10px;
  padding: 2px 8px;
  color: #555;
  display: block;
  background: #EEEFF1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  border-right: 4px solid #666666;
}
#jshop_menu_order dl dt span,
#jshop_menu_order dl dt a {
  font-size: 13px;
  text-align: right;
  font-weight: normal;
  border: 0;
  margin: 0;
  color: #000;
  display: block;
  text-decoration: none;
}
.step-title {
  margin: 16px 0 0;
  background: none;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  padding: 7px;
  color: #777;
  cursor: default;
  overflow: hidden;
  display: none;
}
.step-title .number {
  color: #fff;
  text-shadow: none;
  float: right;
  padding: 0 4px;
  margin: 0 5px 0 0;
  font: normal 17px/14px Vazir;
}
.step-title h2 {
  color: #555;
  float: right;
  margin: 0 30px 15px;
  font: normal 17px/16px Vazir;
}
.step-title h2 #active_step {
  font-weight: normal;
}
.step-title.active {
  display: block;
}
.fields {
  width: 100%;
  float: left;
}
.fields input[type="radio"],
.fields input[type="checkbox"] {
  float: none;
  margin: 0px 5px 0 0;
}
.jshop_register {
  width: 100% !important;
  padding: 15px 0 !important;
  float: left;
  overflow: hidden;
}
.jshop_register .fields {
  margin: 0 0 8px;
  width: 100%;
  float: left;
}
.jshop_register .field {
  float: right;
  width: 275px;
}
.jshop_register label {
  color: #000;
  font-weight: normal;
  position: relative;
  z-index: 0;
}
.jshop_register label.required em {
  float: right;
  font-style: normal;
  color: #eb340a;
  position: absolute;
  top: 0;
  right: -8px;
}
.jshop_register .input-box {
  display: block;
  clear: both;
  width: 260px;
}
.jshop_register .input-box input,
.jshop_register .input-box select {
  background: none repeat scroll 0 0 #fff;
   border: 1px solid #f0f1f2;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  height: 36px;
  line-height: 36px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 35px;
  font-family: Vazir;
  font-size: 14px;
  line-height: 35px;
  padding: 2px;
  width: 254px;
}
.jshop_register .input-box input.inputbox,
.jshop_register .input-box select.inputbox {
  width: 254px;
}
input[type="radio"],
input[type="checkbox"] {
  float: left;
  margin: 4px 50px 0 0 !important;
}
label b {
  font-weight: normal;
  color: #000;
  font-size: 15px;
  background: #eee;
  border-right: 4px solid #ff7748;
  border-radius: 0;
  font-size: 15px;
  padding: 4px 10px;
}
.data-table td {
  vertical-align: top;
  font-weight: normal;
  padding: 6px 10px;
}
.data-table thead th {
  background: #F7F9FA;
  font-weight: normal;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px;
  color: #000000;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  text-transform: capitalize;
  font-size: 13px;
}
.data-table tfoot {
  border-bottom: 1px solid #f1f1f1;
}
.data-table tfoot td {
  padding: 6px 10px;
  padding-top: 1px;
  padding-bottom: 20px;
  border-bottom: 0;
  border-right: 1px solid #f1f1f1;
  background-color: #f7fff7;
  color: #4caf50;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.data-table tbody th,
.data-table tbody td {
  border-bottom: 1px solid #f0f1f2;
  border-right: 1px solid #f0f1f2;
  border-left: 1px solid #f0f1f2;
  border-top: 1px solid #f0f1f2;
}
#table_shippings {
  margin-top: 15px;
}
#checkout-review-table {
  border: 1px solid #f1f1f1;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
  box-sizing: border-box;
  margin: 0px;
  background: #fff;
  direction: rtl;
}
#checkout-review-table thead {
  background: #f1f1f1;
}
#checkout-review-table thead th {
  font-size: 13px;
  text-align: center;
  text-transform: capitalize;
  padding: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
#checkout-review-table tfoot tr.last strong,
#checkout-review-table tfoot tr.last .price {
  font-weight: bold;
  color: #4caf50;
}
#checkout-review-table .product-name {
  font-weight: normal;
  color: #333;
  font-size: 12px;
}
#checkout-review-table .product-name .short_description {
  display: none;
}
#checkout-review-table .price {
  font-size: 14px;
  font-family: Vazir;
  color: #555;
  font-weight: normal;
}
#checkout-review-table strong {
  font-weight: normal;
}
#checkout-review-table p.jshop_cart_attribute {
  font-size: 13px;
  font-weight: normal;
  color: #4CAF50;
}
.jshop-place-order strong {
  font-weight: normal;
  float: right;
  width: 120px;
  border-right: 4px solid #ff7748;
  padding: 4px 10px;
  background: #F7F9FA;
  direction: rtl;
}
.jshop-place {
  margin: 10px 0 0;
  overflow: hidden;
  float: left;
  width: 100%;
}
.jshop-place table {
  float: right;
}
#wishlist-table {
  border: 1px solid #ddd;
  margin: 20px 0 0;
  width: 100%;
  box-sizing: border-box;
}
#wishlist-table.data-table td {
  padding: 10px;
}
#wishlist-table.data-table .product-image {
  display: block;
  width: 113px;
  height: 113px;
  margin: 0 auto;
}
#wishlist-table.data-table .product-image img {
  border: none;
}
#wishlist-table.data-table input.qty {
  width: 2.5em;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
#wishlist-table.data-table button.btn-cart {
  float: left;
  margin: 10px 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
#wishlist-table.data-table .btn-remove {
  margin: 13px auto 0;
}
#wishlist-table.data-table tfoot {
  border-bottom: 1px solid #ddd;
}
#wishlist-table.data-table .btn-checkout {
  float: right;
}
#wishlist-table p.jshop_cart_attribute {
  font-size: 13px;
  font-weight: normal;
}
#wishlist-table .cart-cell .price-box {
  width: 100%;
}
.jshop-cart .entry-header {
  border-bottom: 0;
  margin: 0 0 25px;
}
.jshop-cart #shopping-cart-table {
  border-collapse: collapse;
  max-width: 100%;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
  background: #fff;
  border: 1px solid #f1f1f1;
  width: 100%;
  direction: rtl;
}
.jshop-cart #shopping-cart-table td {
  line-height: 75px;
  box-sizing: border-box;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
.jshop-cart #shopping-cart-table .cart-price .price {
  color: #555;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  font-family: Vazir;
}
.jshop-cart #shopping-cart-table .product-name {
  text-align: center;
  line-height: 75px;
  margin: 0 auto;
}
.jshop-cart #shopping-cart-table .item-options {
  text-align: center;
  line-height: 0;
}
.jshop-cart #shopping-cart-table .item-options span {
  display: inline-block;
  font-weight: normal;
  font-style: italic;
  color: #4CAF50;
  font-size: 14px;
}
.jshop-cart #shopping-cart-table .item-options p.jshop_cart_attribute {
  display: inline-block;
}
.jshop-cart #shopping-cart-table .item-options p.jshop_cart_attribute .value {
  padding-left: 10px;
  margin: 0 0 6px;
}
.jshop-cart #shopping-cart-table .item-options .short_description {
  display: none;
}
.jshop-cart .data-table tbody th,
.jshop-cart .data-table tbody td {
  border-bottom: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
.jshop-cart .data-table td {
  padding: 10px;
}
.jshop-cart .data-table td .product-image {
  display: block;
  width: 120px;
}
.jshop-cart .data-table .product-image img {
  border: none;
  padding: 0px;
}
.jshop-cart .data-table .product-name {
  font-weight: normal;
  margin: 0 0 5px;
  color: #000000;
}
.jshop-cart .data-table .inputbox {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  color: #777;
  font-size: 13px;
  border: 1px solid #ddd;
  padding: 2px;
  width: 2.5em;
  text-align: center;
  background: #fff;
  height: 25px;
  line-height: 25px;
  margin: 0;
}
.jshop-cart .data-table thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
  background: #f1f1f1;
}
.jshop-cart .data-table thead th {
  background: none;
  font-weight: normal;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px;
  color: #000;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  text-transform: capitalize;
  font-size: 13px;
}
.jshop-cart .data-table tfoot {
  border-bottom: 1px solid #d9dde3;
  background: #f1f1f1;
}
.jshop-cart .data-table tfoot td {
  vertical-align: top;
  font-weight: normal;
  border-bottom: 0;
  border-right: 1px solid #f1f1f1;
  padding: 5px 10px;
}
.jshop-cart .data-table .tbody th {
  border-bottom: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
.jshop-cart .data-table .tbody td {
  border-bottom: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
.jshop-cart .data-table .btn-continue {
  float: left;
}
.jshop-cart .data-table .btn-update {
  float: right;
}
.jshop-cart .data-table .btn-checkout {
  float: right;
  margin-left: 10px;
}
.btn-remove {
  display: block;
  width: 24px;
  height: 24px;
  margin: 30px 0 0;
  font-size: 0;
  line-height: 0;
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/btn_trash.png) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}
.cart-collaterals {
  padding: 25px 0 0;
  float: left;
}
.cart-collaterals .totals {
  border: 1px solid rgba(226, 226, 226, 0.42);
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  direction: rtl;
}
.cart-collaterals .totals table {
  width: 100%;
  margin: 7px 0;
}
.cart-collaterals .totals tfoot td,
.cart-collaterals .totals tbody td {
  padding: 1px 15px 1px 7px;
  font-weight: normal;
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cart-collaterals .totals tfoot td strong,
.cart-collaterals .totals tbody td strong {
  font-size: 13px;
  font-weight: bold;
  float: right;
}
.cart-collaterals .totals .checkout-types {
  list-style: none;
  margin: 0;
  font-size: 13px;
  padding: 8px 15px 15px;
  text-align: right;
}
.cart-collaterals .totals .checkout-types li {
  list-style: none;
  clear: both;
  margin: 10px 0;
}
.cart-collaterals .totals .price {
  font-weight: bold;
  font-size: 14px;
  font-family: Vazir;
  color: #555;
}
.cart-collaterals .totals .total strong,
.cart-collaterals .totals .total .price {
  font-weight: bold;
  color: #4caf50;
}
.cart-collaterals .discount {
  border: 1px solid rgba(226, 226, 226, 0.42);
  margin: 0 0 18px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  direction: rtl;
}
.cart-collaterals .discount h2 {
  padding: 10px;
  background: #f1f1f1;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: normal;
  margin: 0px;
  line-height: 20px;
  color: #000;
}
.cart-collaterals .discount .discount-form {
  padding: 10px;
}
.cart-collaterals .discount .discount-form label {
  font-weight: normal;
}
.cart-collaterals .discount .discount-form .input-box {
  margin: 8px 0 0;
  width: 260px;
}
.cart-collaterals .discount .discount-form .input-box .inputbox {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  vertical-align: middle;
  color: #777;
  font-size: 13px;
  border: 1px solid rgba(226, 226, 226, 0.42);
  padding: 2px;
  background: #fff;
  height: 25px;
  line-height: 25px;
  width: 254px;
}
.cart-collaterals .crosssell {
  border: 1px solid rgba(226, 226, 226, 0.42);
  background: #fff;
  padding: 12px 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  direction: rtl;
}
.cart-collaterals .crosssell h2 {
  margin: 0 0 5px;
  line-height: 1.93;
  color: #000;
  font-size: 13px;
  font-weight: normal;
}
.checkout-step-billing {
  border-top: 0;
  background: #fff;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  direction: rtl;
}
.blog .item .post-thumbnail {
  position: relative;
  width: 100%;
  float: left;
}
.blog .item .post-thumbnail .vina-link {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.blog .item .post-thumbnail .vina-link i {
  padding: 15px;
  border-radius: 50%;
      background-color: #ed302f!important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.blog .item .post-thumbnail img {
  width: 100%;
  margin: 0;
}
.blog .item .post-thumbnail h2 {
  margin: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: normal;
  background: rgba(0,0,0,0.5);
  margin-bottom: 0;
  padding: 10px 0 10px 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  line-height: 1.1;
}
.blog .item .post-thumbnail h2 a {
  color: #fff;
  text-transform: capitalize;
  line-height: 1.5;
}
.blog .item .post-thumbnail h2 a:hover {
  color: #23b4ca;
}
.blog .item .post-thumbnail:hover img {
  opacity: 0.6;
}
.blog .item .post-thumbnail:hover .vina-link {
  top: 45%;
  opacity: 1;
}
.blog .item .post-content .catItemIntroText {
  padding: 10px 10px 0 10px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.blog .item .post-content .catItemIntroText p {
  font-size: 14px;
  color: #474747;
}
.blog .item .post-content .post-additional-info {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  background: #f0f0f0;
  color: #222;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  float: left;
}
.category-list ul.category li {
  overflow: hidden;
  margin-bottom: 10px;
  padding: 15px;
  background: #fff;
}
.category-list ul.category li .list-hits {
  margin: 10px 0px;
  padding: 7px 9px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.category-list .element-invisible {
  float: left;
  line-height: 30px;
  margin-right: 5px;
}
.category-list .inputbox {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.category-list .blog-date {
  color: #FFFFFF;
  display: block;
  float: left;
  margin: 0 10px 0 0;
  padding: 5px;
  text-align: center;
  width: 75px;
}
.category-list .blog-date .sp_date_day {
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 26px;
  font-weight: 700;
  line-height: 23px;
  margin-right: -2px;
  padding-top: 3px;
  width: 100%;
}
.category-list .blog-date .sp_date_month {
  float: left;
  font-family: Arial !important;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  width: 100%;
}
.categories-list h3.item-title {
  font-size: 24px;
  line-height: 30px;
  margin: 0px;
}
.categories-list .collapse {
  padding-left: 20px;
  background: #fff;
}
.categories-list .item {
  background: #fff;
  margin-bottom: 5px;
  padding: 15px;
}
.categories-list .item .category-desc {
  margin-top: 10px;
}
.categories-list .blog-date-2 {
  float: left;
  display: block;
  text-align: center;
  color: #fff;
  margin: 0 10px 0 0;
  padding: 5px 10px;
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/../images/bg-goals.png);
}
.categories-list .blog-date-2 .sp_date_day_2 {
  display: block;
  line-height: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
#jc h4 {
  font-size: 25px;
  font-weight: normal;
  float: left;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-top: 60px;
}
#jc #comments {
  width: 100%;
  float: left;
  margin: 30px 0;
}
#jc #comments h4 {
  margin-top: 0px;
}
#jc #comments .comments-list {
  width: 100%;
  float: left;
  margin: 0;
}
#jc #comments #comments-list-footer {
  width: 100%;
  float: left;
  margin: 0 !important;
}
#jc #comments .comment-anchor {
  display: none;
}
#jc #comments .rbox {
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 3px solid #e7e7e7;
  padding: 20px;
}
#jc #comments .comment-author {
  font-size: 16px;
  width: 100%;
  float: left;
}
#jc #comments .comment-date {
  font-size: 12px;
}
#jc #comments .comment-body {
  font-size: 14px;
  line-height: 20px;
  padding-top: 20px;
}
#jc #comments-footer {
  display: none;
}
#jc #comments-form {
  width: 100%;
  float: left;
}
#jc #comments-form label {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
#jc #comments-form .row-item {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
#jc #comments-form .row-45 {
  width: 45%;
  float: left;
}
#jc #comments-form .row-100 {
  width: 100%;
  float: left;
}
#jc #comments-form .row-input {
  border: 1px solid #ccc;
  border-bottom: 2px solid #e7e7e7;
  overflow: hidden;
  background: #fff;
}
#jc #comments-form .row-left {
  float: left;
}
#jc #comments-form .row-right {
  float: right;
}
#jc #comments-form input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px 10px !important;
  height: 24px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  border: none;
  max-width: 100% !important;
  box-sizing: border-box;
}
#jc #comments-form textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 10px !important;
  width: 100%;
  max-width: 100% !important;
  border: none;
  box-sizing: border-box;
}
#jc #comments-form .grippie {
  max-width: 100% !important;
  width: 100%;
}
#jc #comments-form #comments-form-send {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px 25px !important;
  float: right;
  margin-right: 0;
}
#jc #comments-form #comments-form-send a {
  color: #fff;
  text-shadow: none;
}
#jc #comments-footer {
  width: 100%;
  float: left;
}
#jc #comments-form-buttons {
  margin-left: 0 !important;
}
.vina-list-1 .list-item {
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
.vina-list-1 .list-item .list-img {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.vina-list-1 .list-item .list-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.vina-list-1 .list-item .list-img i {
  color: #fff;
  font-size: 50px;
  line-height: 140px;
  padding: 0px;
  display: block;
}
.vina-list-1 .list-item h3 {
  font-size: 22px;
  font-weight: normal;
  color: #333;
}
.vina-list-1 .list-item p {
  color: #333;
}
.vina-list-1 .list-item:hover h3 {
  -webkit-animation: moveFromLeft 500ms ease;
  -moz-animation: moveFromLeft 500ms ease;
  animation: moveFromLeft 500ms ease;
}
.vina-list-1 .list-item:hover p {
  -webkit-animation: moveFromRight 500ms ease;
  -moz-animation: moveFromRight 500ms ease;
  animation: moveFromRight 500ms ease;
}
.vina-list-2 {
  margin-top: 30px;
  padding: 0px 30px;
}
.vina-list-2 .list-col {
  width: 50%;
  margin: 0;
  float: left;
}
.vina-list-2 .list-left-item {
  cursor: pointer;
  text-align: right;
  padding: 5px 0px;
}
.vina-list-2 .list-left-item .list-2-img {
  width: 94px;
  height: 94px;
  margin: 15px 40px 0px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  float: right;
  text-align: center;
  position: relative;
  z-index: 1;
}
.vina-list-2 .list-left-item .list-2-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.vina-list-2 .list-left-item .list-2-img i {
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  padding: 27px 0px;
  display: block;
}
.vina-list-2 .list-left-item h3 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 0;
  color: #333;
}
.vina-list-2 .list-left-item p {
  color: #333;
}
.vina-list-2 .list-left-item:hover h3 {
  -webkit-animation: moveFromLeft 500ms ease;
  -moz-animation: moveFromLeft 500ms ease;
  animation: moveFromLeft 500ms ease;
}
.vina-list-2 .list-left-item:hover p {
  -webkit-animation: moveFromBottom 500ms ease;
  -moz-animation: moveFromBottom 500ms ease;
  animation: moveFromBottom 500ms ease;
}
.vina-list-2 .list-right-item {
  cursor: pointer;
  text-align: left;
  padding: 5px 0px;
}
.vina-list-2 .list-right-item .list-2-img {
  width: 94px;
  height: 94px;
  margin: 15px 40px 0px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  float: left;
  text-align: center;
  position: relative;
  z-index: 1;
}
.vina-list-2 .list-right-item .list-2-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.vina-list-2 .list-right-item .list-2-img i {
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  padding: 27px 0px;
  display: block;
}
.vina-list-2 .list-right-item h3 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 0;
  color: #333;
}
.vina-list-2 .list-right-item p {
  color: #333;
}
.vina-list-2 .list-right-item:hover h3 {
  -webkit-animation: moveFromRight 500ms ease;
  -moz-animation: moveFromRight 500ms ease;
  animation: moveFromRight 500ms ease;
}
.vina-list-2 .list-right-item:hover p {
  -webkit-animation: moveFromBottom 500ms ease;
  -moz-animation: moveFromBottom 500ms ease;
  animation: moveFromBottom 500ms ease;
}
i b {
  display: none;
}
.vina-testinomials {
  text-align: center;
  color: #000;
  z-index: 1;
  width: 100%;
  float: left;
}
.vina-testinomials h3 {
  width: 100%;
  float: left;
  text-align: left;
}
.vina-testinomials .bg-inner {
  position: relative;
  z-index: 1;
  padding: 10px 0px;
}
.vina-testinomials .client-item {
  padding: 0px 0px;
}
.vina-testinomials .client-item .item-info {
  padding: 10px 50px;
  position: relative;
  margin-bottom: 0px;
  line-height: 24px;
  color: #333;
}
.vina-testinomials .client-item .item-img {
  font-size: 14px;
}
.vina-testinomials .client-item .item-img .title {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
}
.vina-testinomials .carousel-control {
  background: none;
  font-size: 38px;
  border: none;
  top: 15%;
  color: #000;
  opacity: 0.5;
}
.vina-testinomials .carousel-control:hover {
  opacity: 1;
  color: #000;
}
.vina-testinomials .carousel-control.left {
  left: 0;
}
.vina-testinomials .carousel-control.right {
  right: 0;
}
.vina-testinomials #myCarousel .carousel-inner .item img {
  width: auto \9 !important;
}
.vina-accordion .vina-accordion-content .vina-accordion-item {
  padding: 0px;
  height: 40px;
}
.vina-accordion .vina-accordion-content .vina-accordion-item span {
  float: left;
  padding: 20px 25px;
  right: auto;
  left: 0;
  top: 0;
}
.vina-accordion .vina-accordion-content .vina-accordion-item p {
  margin: 0;
  padding: 0 10px 0px 60px;
  display: inline-block;
  font-size: 18px;
  text-transform: none;
  font-weight: normal;
  line-height: 40px;
}
.vina-accordion .vina-accordion-content h3.title {
  font-size: 20px;
  margin: 0 0 5px;
}
.vina-accordion .vina-accordion-content .accordion-close span {
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/plus.png) no-repeat scroll center center rgba(0,0,0,0);
}
.vina-right-category .vina-treeview-jshopping {
  background-color: #F9F9F9;
  margin: 0 0 0px;
  overflow: hidden;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #ebeced;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-right-category .vina-treeview-jshopping > ul {
  padding: 10px 0 !important;
}
.vina-right-category .vina-treeview-jshopping > ul li {
  padding: 0 !important;
  background: none !important;
  position: relative;
  cursor: pointer;
  margin: 0;
  float: left;
  display: block;
  width: 100%;
}
.vina-right-category .vina-treeview-jshopping > ul li a {
  text-transform: capitalize;
  text-decoration: none;
  font-size: 14px;
  text-align: right;
  line-height: 38px;
  font-weight: normal;
  color: #000;
  display: block;
  cursor: pointer;
  padding-right: 30px;
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/../images/li_footer_static.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  border-right: none !important;
}
.vina-right-category .vina-treeview-jshopping > ul li a:after {
  display: none;
}
.vina-right-category .vina-treeview-jshopping > ul li .hitarea {
  position: absolute;
  right: 10px;
  top: 50%;
  margin: -7.5px 0px 0px;
  float: right;
  width: 15px;
  height: 15px;
  content: "";
  z-index: 9;
}
.vina-right-category .vina-treeview-jshopping > ul li.collapsable {
  border-bottom: 0;
}
.vina-right-category .vina-treeview-jshopping > ul li.collapsable .hitarea {
  top: 10px;
  margin-top: 0px;
  line-height: 21px;
}
.vina-right-category .vina-treeview-jshopping > ul li > ul {
  border-bottom: none;
  border-top: 1px solid #f1f1f1;
  margin: 0;
  background: #fcfcfc;
}
.vina-right-category .vina-treeview-jshopping > ul li > ul > li > a {
  padding-left: 40px;
  background-position: 20px center;
}
.vina-right-category .vina-treeview-jshopping > ul li > ul > li > ul {
  background: #fff;
}
.vina-right-category .vina-treeview-jshopping > ul li > ul > li > ul > li > a {
  padding-left: 55px;
  background-position: 35px center;
  font-size: 14px;
}
.vina-layered-nav {
  margin: 0 0 30px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  overflow: hidden;
}
.vina-layered-nav .jshop_filters {
  padding: 0px 31px 0 2px;
  background-color: #fff;
  border: 1px solid #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-layered-nav .jshop_filters form {
  margin: 0;
}
.vina-layered-nav dt {
  padding: 0 10px;
  font-weight: lighter;
  text-transform: capitalize;
  font-size: 24px;
  text-align: right;
  line-height: 31px;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
  float: left;
}
.vina-layered-nav dd {
  padding: 5px 0 12px;
  margin: 0;
  line-height: 20px;
}
.vina-layered-nav li {
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/li_footer_static.png) no-repeat scroll 10px center;
  padding: 10px 0px;
  padding-right: 30px;
  text-align: right;
  line-height: 12px;
}
.vina-layered-nav li a {
  text-decoration: none;
  color: #555;
  font-size: 16px;
}
.vina-layered-nav li:hover {
  background-color: #f1f1f1;
}
.vina-layered-nav .box_manufacrurer li {
  background: none;
}
.vina-layered-nav .box_manufacrurer li:hover {
  background-color: #f1f1f1;
}
.vina-layered-nav input[type="checkbox"] {
  margin: 0 4px 0px 25px !important;
}
.vina-layered-nav #search {
  margin: 10px 10px 0px 10px;
  display: inline-block;
}
.vina-layered-nav #search input {
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  border: 1px solid #cccccc;
  width: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  display: inline-block;
  margin: 0;
  height: 24px;
  padding: 3px;
  text-align: center;
}
.vina-right-product .vina-ticker-jshopping .vina-item {
  border: none !important;
  width: 100%;
}
.vina-right-product .vina-ticker-jshopping .vina-items {
  width: 100%;
}
.vina-right-product .item {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #ebeced;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 15px 10px;
    text-align: right;
    width: 100%;
    color: #333;
    background-color: #fff;
    margin-bottom: 5px;
    transition: all .5s;
	overflow: hidden;
}
.vina-right-product .item:hover {
  background: #fff;
}
.vina-right-product .item .product-image {
  display: inline-block;
  margin: 0;
  padding: 7px 0;
  float: right;
}
.vina-right-product .item .content {
  padding: 9px 0 9px 9px;
  min-height: 100px;
}
.vina-right-product .item .ratings .amount {
  display: none;
}
.vina-right-product .item .actions {
  display: none;
}
.vina-right-product.vina-upsell-product .product-name a {
  text-decoration: none;
  text-transform: capitalize;
}
.vina-right-product.vina-right-product-3 .item {
  background: #fff;
}
.vina-right-product.vina-right-product-3 .item .product-image {
  background: #f1f1f1;
  padding: 0;
}
.vina-right-product.vina-right-product-3 .item .content {
  background: #fff;
  padding: 0px 0 0px 9px;
}
.no-actions .image-block .actions {
  display: none;
}
.vina-right-special .image-block {
  background: #fff;
}
.vina-right-special .image-block img {
  padding-bottom: 0px;
}
.vina-right-special .owl-theme .owl-controls .owl-buttons div {
  width: 31px;
  height: 31px;
  margin: -30px 0 0;
  display: block;
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/nav_special.png) no-repeat 0 0 !important;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  border: 1px solid #2f2f2f;
  padding: 0;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.vina-right-special .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 15px;
  background-position: 0 100% !important;
}
.vina-right-special .owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
  background-position: 100% 100% !important;
}
.vina-right-special .owl-theme .owl-controls .owl-buttons div.owl-next {
  background-position: 100% 0 !important;
  right: 15px;
}
.vina-right-special .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  background-position: 0 0 !important;
}
.vina-right-special .owl-theme:hover .owl-controls .owl-buttons div {
  opacity: 1;
}
.vina-right-special.vina-right-special-2 .owl-theme .owl-controls .owl-buttons div {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/../images/nav_special_2.png) !important;
}
.vina-right-special.vina-right-special-2 .image-block img {
  padding: 0;
}
.block-banner-right .banner-box {
  margin-top: 15px;
  padding: 22px 15px 22px 95px;
}
.block-banner-right .banner-box .banner-title {
  font-size: 15px;
  text-align: right;
  text-transform: capitalize;
  line-height: 37px;
}
.block-banner-right .banner-box .banner-content {
  font-size: 14px;
  text-align: right;
  text-transform: capitalize;
  line-height: 27px;
}
.block-banner-right .banner-box1 {
  background: #f1f1f1 url(//samimed.ir//templates/i30ms_ringo/css/../images/free_delivery.png) no-repeat 25px center;
  border-bottom: 4px solid #E0DEDE;
  margin-top: 0;
}
.block-banner-right .banner-box2 {
  background: #f1f1f1 url(//samimed.ir//templates/i30ms_ringo/css/../images/order_online.png) no-repeat 25px center;
  border-bottom: 4px solid #E0DEDE;
}
.block-banner-right .banner-box3 {
  background: #f1f1f1 url(//samimed.ir//templates/i30ms_ringo/css/../images/support.png) no-repeat 25px center;
  border-bottom: 4px solid #E0DEDE;
}
.vina-banner-right-2 {
  margin-top: 40px;
}
.vina-banner-right-2 .block-banner-right .banner-box {
  padding: 15px 0 15px 95px;
}
.vina-tiker-news .vina-ticker-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-tiker-news .vina-ticker-content .vina-item {
  border-bottom: 1px solid #ccc !important;
}
.vina-tiker-news .vina-ticker-content .text-block h4 {
  margin: 0;
  line-height: 40px;
}
.vina-tiker-news .vina-ticker-content .header-block {
  top: -30px;
}
.vina-tiker-news .vina-ticker-content .header-block span.up {
  width: 10px;
  right: 35px;
  background-size: 100% !important;
}
.vina-tiker-news .vina-ticker-content .header-block span.toggle {
  width: 10px;
  right: 20px;
  background-size: 100% !important;
}
.vina-tiker-news .vina-ticker-content .header-block span.down {
  width: 10px;
  background-size: 100% !important;
  right: 5px;
}
#sp-brands-wrapper {
  margin: 15px 0px;
  width: 100%;
  display: inline-block;
}
.vina-brands .vina-manufacturers-jshopping {
  overflow: inherit;
  position: relative;
  z-index: 9;
  width: 100%;
  padding: 10px;
  display: inline-block;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-brands .vina-manufacturers-jshopping ul li {
  width: 190px;
  text-align: center;
}
.vina-brands .vina-manufacturers-jshopping ul li a {
  width: 100%;
  display: inline-block;
}
.vina-brands .vina-manufacturers-jshopping ul li img {
  height: 66px;
  width: 133px;
}
.vina-brands .vina-manufacturers-jshopping .vina-controls {
  width: 21px;
  height: 21px;
  margin: -20px 0 0;
  display: block;
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/nav_brand.png) no-repeat 0 0 !important;
  position: absolute;
  top: -16px;
  cursor: pointer;
  text-indent: -9999px;
  border: 1px solid #2f2f2f;
  padding: 0;
  opacity: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.vina-brands .vina-manufacturers-jshopping .vina-controls.vina-prev {
  left: 60px;
  background-position: 0 100% !important;
}
.vina-brands .vina-manufacturers-jshopping .vina-controls.vina-prev:hover {
  background-position: 100% 100% !important;
}
.vina-brands .vina-manufacturers-jshopping .vina-controls.vina-next {
  background-position: 100% 0 !important;
  right: 90px;
}
.vina-brands .vina-manufacturers-jshopping .vina-controls.vina-next:hover {
  background-position: 0 0 !important;
}
#sp-newsletter-follow-wrapper {
  margin: 15px 0px;
  width: 100%;
  display: inline-block;
}
.vina-newsletter form {
  margin: 0;
  background: #fff;
  padding: 25px 0;
  text-align: center;
  line-height: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #ebeced;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-newsletter form tr td {
  padding: 0;
}
.vina-newsletter form .acymailing_module_form {
  text-align: center;
  display: inline-block;
}
.vina-newsletter form .acy_requiredField {
  display: none;
}
.vina-newsletter form .acymailing_introtext {
  display: inline-block;
  color: #555;
  font-size: 20px;
  margin: 0 20px 0 0;
  line-height: 49px;
  float: right;
}
.vina-newsletter form .acymailing_introtext label {
  color: #000;
  font-size: 15px;
  margin: 0 20px 0 20px;
  line-height: 49px;
  float: left;
  display: inline-block;
}
.vina-newsletter form .acymailing_form {
  display: inline-block;
  position: relative;
  width: 250px;
}
.vina-newsletter form .acymailing_form input.inputbox {
  display: block;
  margin: 0;
  padding: 0 0 0 10px;
  border: 0;
  width: 190px !important;
  height: 55px;
  line-height: 50px;
  background: #f1f1f1;
  box-shadow: none;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  direction: ltr;
}
.vina-newsletter form .acymailing_form .acysubbuttons {
  float: none;
  position: absolute;
  top: 0;
  right: 0;
}
.vina-newsletter form .acymailing_form button.button span {
  height: 50px;
  width: 50px;
  background: #23b4ca url(//samimed.ir//templates/i30ms_ringo/css/../images/newsletter_input.png) repeat;
  border-bottom: 4px solid #3C80B5;
  display: block;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
}
.vina-newsletter form .acymailing_form button.button:hover {
  opacity: 0.8;
}
.vina-newsletter.vina-newsletter-right form {
  padding: 5px 0 20px;
  text-align: left;
}
.vina-newsletter.vina-newsletter-right .acymailing_introtext {
  display: inline-block;
  color: #555;
  font-size: 20px;
  margin: 0 20px 0 0;
  line-height: 49px;
  float: left;
}
.vina-newsletter.vina-newsletter-right .acymailing_introtext label {
  color: #555;
  display: inline-block;
  float: left;
  font-size: 20px;
  line-height: 49px;
  margin: 0 20px 20px 0;
  padding-left: 10px;
  text-align: right;
}
.vina-newsletter.vina-newsletter-right .acymailing_introtext label span {
  float: left;
  font-size: 14px;
  line-height: normal;
  width: 100%;
}
.vina-newsletter.vina-newsletter-right .acymailing_form button.button {
  opacity: 0.6;
}
.vina-newsletter.vina-newsletter-right .acymailing_form button.button:hover {
  opacity: 1;
}
.vina-follow-us .follow-us-content {
  background: #fff;
  padding: 25px 0;
  text-align: center;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #ebeced;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-follow-us .follow-us-content li {
  display: inline-block;
  margin-right: 3px;
}
.vina-follow-us .follow-us-content li a {
  text-indent: -99999px;
  width: 50px;
  height: 50px;
  display: block;
      -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    -ms-border-radius: 50%;
    border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.vina-follow-us .follow-us-content li a.face {
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/face.png) no-repeat scroll 0 0;
}
.vina-follow-us .follow-us-content li a.google {
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/google.png) no-repeat scroll 0 0;
}
.vina-follow-us .follow-us-content li a.twitter {
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/twitter.png) no-repeat scroll 0 0;
}
.vina-follow-us .follow-us-content li a.t {
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/t.png) no-repeat scroll 0 0;
}
.vina-follow-us .follow-us-content li a.p {
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/p.png) no-repeat scroll 0 0;
}
.vina-follow-us .follow-us-content li a.be {
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/be.png) no-repeat scroll 0 0;
}
.vina-follow-us .follow-us-content li a.wireless {
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/wireless.png) no-repeat scroll 0 0;
}
.vina-follow-us .follow-us-content li a.youtube {
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/youtube.png) no-repeat scroll 0 0;
}
.vina-follow-us .follow-us-content li a:hover {
  background-position: 0 100%;
}
.account-login .content,
.account-logout .content {
  min-height: 345px;
  padding: 14px 21px;
  font-weight: 300;
  border: 1px solid #f1f1f1;
  border-bottom: 0;
  background: #fff;
  line-height: 30px;
  text-align: right;
}
.account-login .content h2,
.account-logout .content h2 {
  font-weight: normal;
  font-size: 15px;
  text-align: right;
  margin: 0 0 14px;
  padding: 0 0 5px 23px;
  border-bottom: 1px solid #ddd;
  background-position: 0 3px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  line-height: 24px;
}
.account-login .new-users h2,
.account-logout .new-users h2 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/../images/i_page1.png);
}
.account-login .login-users h2,
.account-logout .login-users h2 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/../images/i_page2.png);
}
.account-logout .content {
  min-height: 50px;
}
.buttons-set {
  border: 1px solid #ddd;
  margin: 0;
  padding: 8px 13px;
  overflow: hidden;
}
.buttons-set button {
  float: right;
}
.buttons-set .lost-past {
  line-height: 30px;
  font-weight: normal;
}
.form-list {
  list-style: none;
  margin: 0;
}
.form-list li {
  margin: 0 0 8px;
}
.form-list label {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 18px;
  float: right;
  color: #000;
  font-weight: normal;
  position: relative;
  z-index: 0;
}
.form-list label.required em,
.form-list label.required .star {
  float: right;
  font-style: normal;
  color: #eb340a;
  position: absolute;
  top: 0;
  right: -8px;
}
.form-list .input-box {
  display: block;
  clear: both;
  width: 90%;
}
.form-list input.inputbox,
.form-list select.inputbox {
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 254px;
  padding: 2px;
  box-sizing: border-box;
  height: 30px;
  font-family: Vazir;
  font-size: 17px;
  direction: rtl;
}
.form-list input[type="checkbox"] {
  float: left;
  margin-right: 4px;
}
.form-list .field {
  float: right;
  width: 275px;
}
.form-list textarea {
  width: 254px;
  height: 10em;
  background: #fff;
  font-family: Vazir;
  border: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  direction: rtl;
}
fieldset {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.fieldset {
  border: 1px solid #ddd;
  background: none;
  padding: 22px 25px 12px 33px;
  margin: 28px 0;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.fieldset .legend {
  float: right;
  font-weight: normal;
  font-size: 14px;
  border: 1px solid #ddd;
  background: #fff;
  color: #777;
  margin: -40px 0 0 -10px;
  padding: 0 8px;
  position: relative;
  line-height: 2.35;
}
.account-create .fieldset {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  margin: 15px 0;
}
.account-create .buttons-set {
  clear: both;
  margin: 0px 0 0;
  padding: 0;
  border: 0;
  text-align: left;
  width: 100%;
  float: left;
}
.account-create p.required {
  font-size: 15px;
  font-weight: 500;
  text-align: right;
  color: #EB340A;
  display: inline-block;
  width: 100%;
}
.reset .form-list input.validate-username {
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 254px;
  padding: 2px;
  box-sizing: border-box;
  height: 30px;
}
.reset .buttons-set {
  clear: both;
  margin: 20px 0 0;
  padding: 0;
  border: 0;
  text-align: left;
  width: 100%;
  float: left;
}
.contact-form .form-list input {
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 254px;
  padding: 2px;
  box-sizing: border-box;
  height: 30px;
}
.contact-form .form-list textarea {
  width: 529px;
}
.contact-form .buttons-set {
  clear: both;
  margin: 20px 0 0;
  padding: 0;
  border: 0;
  text-align: left;
  width: 100%;
  float: left;
}
.contact-form input[type="radio"],
.contact-form input[type="checkbox"] {
  width: auto;
  height: auto;
}
.contact .dl-horizontal {
  float: left;
}
.divider {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 10px 0;
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/bkg_divider1.gif) 0 50% repeat-x;
  text-indent: -999em;
  overflow: hidden;
}
.box-account {
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  float: left;
  margin: 0px;
  padding: 15px;
  width: 100%;
  background: #fff;
  direction: rtl;
}
.box-account .box-head {
  border-bottom: 1px solid #f1f1f1;
  margin: 0 0 10px;
  text-align: right;
  overflow: hidden;
}
.box-account .box-head h2 {
  float: left;
  margin: 0;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #333;
}
.box-account .jshop_profile_data span,
.box-account .jshop_profile_data .name {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
}
.editaccount_block .vina-title {
  margin: 0;
}
.no-margin {
  margin: 0 !important;
}
.mtop-30 {
  margin-top: 30px !important;
}
.mtop-20 {
  margin-top: 20px !important;
}
.mtop-50 {
  margin-top: 10px !important;
}
.mbottom-30 {
  margin-bottom: 30px !important;
}
.mbottom-20 {
  margin-bottom: 20px !important;
}
.mbottom-50 {
  margin-bottom: 50px !important;
}
.jshop-edit {
  width: 100%;
  float: right;
  direction: rtl;
}
.myorders_block_info,
.myorders_no_orders {
  width: 100%;
  float: right;
  margin-top: 20px;
}
#wishlist-table {
  border: 1px solid #f1f1f1;
  margin: 20px 0 0;
  width: 100%;
  box-sizing: border-box;
}
#wishlist-table.data-table td {
  padding: 10px;
}
#wishlist-table.data-table .product-image {
  display: block;
  width: 113px;
  height: 113px;
  margin: 0 auto;
}
#wishlist-table.data-table .product-image img {
  border: none;
}
#wishlist-table.data-table input.qty {
  width: 2.5em;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
#wishlist-table.data-table button.btn-cart {
  float: left;
  margin: 10px 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
#wishlist-table.data-table .btn-remove {
  margin: 13px auto 0;
}
#wishlist-table.data-table tfoot {
  border-bottom: 1px solid #f1f1f1;
}
#wishlist-table.data-table .btn-checkout {
  float: right;
}
#wishlist-table p.jshop_cart_attribute {
  font-size: 13px;
  font-weight: normal;
}
#wishlist-table .cart-cell .price-box {
  width: 100%;
}
.vina-carousel-content {
  overflow: initial !important;
}
.vina-carousel-content .item .image-block a {
  display: block;
}
.vina-carousel-content .item .image-block a img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.vina-carousel-content .item .image-block a:hover img {
  opacity: 0.8;
}
.vina-carousel-content .item h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
  margin: 10px 0px;
}
.vina-carousel-content .item .info {
  float: right;
  margin-top: 30px;
  font-size: 12px;
}
.vina-carousel-content .item .info span {
  width: 100%;
  float: left;
  text-align: right;
}
.vina-carousel-content.owl-theme .owl-controls .owl-buttons div {
  width: 21px;
  height: 21px;
  margin: -20px 0 0;
  display: block;
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/nav_featured.png) no-repeat 0 0 !important;
  position: absolute;
  top: -46px;
  cursor: pointer;
  text-indent: -9999px;
  border: 1px solid #2f2f2f;
  padding: 0;
  opacity: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.vina-carousel-content.owl-theme .owl-controls .owl-buttons div.owl-prev {
  right: 40px;
  background-position: 0 100% !important;
}
.vina-carousel-content.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
  background-position: 100% 100% !important;
}
.vina-carousel-content.owl-theme .owl-controls .owl-buttons div.owl-next {
  background-position: 100% 0 !important;
  right: 10px;
}
.vina-carousel-content.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  background-position: 0 0 !important;
}
.tags {
  margin: 10px 0px;
  width: 100%;
  float: left;
}
.tags a {
  display: inline-block;
  color: #fff !important;
  padding: 8px 20px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.vina-mail {
  display: inline !important;
  font-weight: normal !important;
  height: auto !important;
  position: initial !important;
  text-align: left !important;
  width: auto !important;
  margin: 0 !important;
  line-height: normal !important;
}
.vina-mail span {
  display: inline !important;
  font-weight: normal !important;
  height: auto !important;
  position: initial !important;
  text-align: left !important;
  top: 0 !important;
  width: auto !important;
  margin: 0 !important;
  line-height: normal !important;
}
ul.breadcrumb {
  font-size: 12px;
  text-align: right;
  line-height: 1.25;
  background: #f1f1f1;
  margin-bottom: 30px;
  padding: 0 10px;
  direction: rtl;
}
ul.breadcrumb li {
  margin: 0;
  padding: 0;
  line-height: 20px;
  display: inline-block;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 400;
  text-shadow: none !important;
  text-transform: capitalize;
}
ul.breadcrumb li a,
ul.breadcrumb li span {
  text-decoration: none;
  color: #fff !important;
  padding: 0 30px 0 0;
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/other/breadcrumbs.png) no-repeat scroll right center;
  display: block;
  line-height: 50px;
}
ul.breadcrumb li a.divider,
ul.breadcrumb li span.divider {
  display: none;
}
ul.breadcrumb li:last-child a,
ul.breadcrumb li:last-child span {
  
}
.sp-border {
  position: relative;
}
.sp-border::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-bottom-wrapper {
  margin-top: 15px;
  text-align: left;
  background: #f7f8fa url(//samimed.ir//templates/i30ms_ringo/css/../images/other/footer-rangi-line.png) repeat-x top center;
  padding: 30px 0;
}
.vina-bottom-contact .bottom-contact {
  margin: 10px 0 0 15px;
}
.vina-bottom-contact .bottom-contact .title1 {
  margin-right: 10px;
  font-weight: 400;
  float: right;
  font-size: 13px;
  text-transform: capitalize;
}
.vina-bottom-contact .bottom-contact .content {
  display: block;
  clear: both;
  font-size: 14px;
}
.vina-bottom-contact .bottom-contact .mail,
.vina-bottom-contact .bottom-contact .mobile,
.vina-bottom-contact .bottom-contact .fax,
.vina-bottom-contact .bottom-contact .address {
  margin-top: 5px;
}
.vina-bottom-menu ul {
  margin: 10px 0 0 15px;
}
.vina-bottom-menu ul li {
  line-height: 31px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vina-bottom-menu ul li a {
  color: #555;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
  padding-left: 20px;
  text-align: right;
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/li_footer_static.png) no-repeat left center;
  font-size: 13px;
}
.vina-bottom-menu ul li a img {
  display: none;
}
.vina-bottom-menu ul li:hover {
  padding-left: 5px;
}
#sp-footer-wrapper {
  padding: 15px 0 15px;
  background-color: #4b515d;
  color: #FFFFFF;
  position: relative;
  z-index: 9999999;
}
#sp-footer-wrapper::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-footer-wrapper ul li {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
#sp-footer-wrapper ul li a {
  color: #999;
}
#sp-footer-wrapper .footer-static3 ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#sp-footer-wrapper .footer-static3 ul li a:hover {
  opacity: 0.8;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/hotice.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
#sp-to-top-wrapper .row-fluid {
  visibility: visible !important;
}
.sp-totop {
  position: fixed;
  bottom: 55px;
  left: 12px;
  width: 50px;
  height: 50px;
  z-index: 9999;
  cursor: pointer;
}
.sp-totop small,
.sp-totop i {
  display: none;
}
div[id^="vina-copyright"] {
  font-size: 12px;
  height: 1px;
  overflow: hidden;
}
#mxcpr {
  height: 1px;
  overflow: hidden;
}
.ltr #sp-footer-wrapper .helix-framework {
  float: left;
  margin-right: 15px;
}
.ltr #sp-footer-wrapper #sp-footer2 {
  text-align: right;
}
.rtl #sp-footer-wrapper .helix-framework {
  float: right;
  margin-left: 15px;
}
.rtl #sp-footer-wrapper #sp-footer2 {
  text-align: left;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
button,
input[type='submit'],
input[type='button'],
submit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  font-family: Vazir;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
button:hover,
button:active,
button.active,
button.disabled,
button[disabled],
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit'].active,
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button']:hover,
input[type='button']:active,
input[type='button'].active,
input[type='button'].disabled,
input[type='button'][disabled],
submit:hover,
submit:active,
submit.active,
submit.disabled,
submit[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
button:active,
button.active,
input[type='submit']:active,
input[type='submit'].active,
input[type='button']:active,
input[type='button'].active,
submit:active,
submit.active {
  background-color: #cccccc \9;
}
button:first-child,
input[type='submit']:first-child,
input[type='button']:first-child,
submit:first-child {
  *margin-left: 0;
}
button:hover,
input[type='submit']:hover,
input[type='button']:hover,
submit:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
button:focus,
input[type='submit']:focus,
input[type='button']:focus,
submit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button.active,
button:active,
input[type='submit'].active,
input[type='submit']:active,
input[type='button'].active,
input[type='button']:active,
submit.active,
submit:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
button.disabled,
button[disabled],
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button'].disabled,
input[type='button'][disabled],
submit.disabled,
submit[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button.social,
input[type='submit'].social,
input[type='button'].social,
submit.social {
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
button.social.facebook,
input[type='submit'].social.facebook,
input[type='button'].social.facebook,
submit.social.facebook {
  color: #0378a9;
}
button.social.facebook:hover,
input[type='submit'].social.facebook:hover,
input[type='button'].social.facebook:hover,
submit.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
button.social.twitter,
input[type='submit'].social.twitter,
input[type='button'].social.twitter,
submit.social.twitter {
  color: #17b8fb;
}
button.social.twitter:hover,
input[type='submit'].social.twitter:hover,
input[type='button'].social.twitter:hover,
submit.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
button.social.pinterest,
input[type='submit'].social.pinterest,
input[type='button'].social.pinterest,
submit.social.pinterest {
  color: #dc4e44;
}
button.social.pinterest:hover,
input[type='submit'].social.pinterest:hover,
input[type='button'].social.pinterest:hover,
submit.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
button.social.gplus,
input[type='submit'].social.gplus,
input[type='button'].social.gplus,
submit.social.gplus {
  color: #9d261d;
}
button.social.gplus:hover,
input[type='submit'].social.gplus:hover,
input[type='button'].social.gplus:hover,
submit.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
button.social:hover,
input[type='submit'].social:hover,
input[type='button'].social:hover,
submit.social:hover {
  text-decoration: none;
}
.btn.social {
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.btn.social.facebook {
  color: #0378a9;
}
.btn.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
.btn.social.twitter {
  color: #17b8fb;
}
.btn.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
.btn.social.pinterest {
  color: #dc4e44;
}
.btn.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
.btn.social.gplus {
  color: #9d261d;
}
.btn.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
.btn.social:hover {
  text-decoration: none;
}
.lt-ie9 .vina-brands .vina-manufacturers-jshopping {
  position: relative;
  height: 105px !important;
}
.lt-ie9 .vina-brands .vina-manufacturers-jshopping ul {
  display: block;
  list-style: none;
  padding: 0;
  left: 0 !important;
}
.lt-ie9 .vina-brands .vina-manufacturers-jshopping ul li {
  text-align: center;
  padding: 0;
  float: left;
  display: block;
  position: relative;
}
.lt-ie9 #sp-header-wrapper .logo-wrapper .logo {
  width: 230px !important;
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
#sp-main-menu ul.level-0 {
  margin: 0 5px 0px 0px;
  float: right;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  margin: 0;
  padding: 0;
  float: right;
  position: relative;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu ul.level-0 > li >a {
  color: #fff;
  height: 100px;
  line-height: 18px;
  width: 100px;
  text-transform: capitalize;
  display: block;
  padding: 5px;
  font-size: 14px;
  cursor: pointer;
  font-weight: lighter;
  margin-left: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
#sp-main-menu ul.level-0 > li >a.menu-3 {
  padding: 75px 5px 5px;
  height: 120px;
  width: 120px;
  line-height: 30px;
  box-sizing: border-box;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  background-position: 70px 15px;
  background-repeat: no-repeat;
  border: 5px solid #fff;
}
#sp-main-menu ul.level-0 > li >a.menu-3.home3-icon1 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/../images/shirts_3.png);
}
#sp-main-menu ul.level-0 > li >a.menu-3.home3-icon2 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/../images/pants_3.png);
}
#sp-main-menu ul.level-0 > li >a.menu-3.home3-icon3 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/../images/outer_wear_3.png);
}
#sp-main-menu ul.level-0 > li >a.menu-3.home3-icon4 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/../images/dresses_3.png);
}
#sp-main-menu ul.level-0 > li >a.menu-3.home3-icon4:hover {
  background-position: 70px -145px;
}
#sp-main-menu ul.level-0 > li >a.menu-3.home3-icon5 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/../images/jeans_3.png);
}
#sp-main-menu ul.level-0 > li >a.menu-3.home3-icon6 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/../images/blog-icon_3.png);
}
#sp-main-menu ul.level-0 > li >a.menu-3.home3-icon7 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/../images/custom_menu_icon_3.png);
}
#sp-main-menu ul.level-0 > li >a.menu-3:hover {
  background-position: 70px -135px;
}
#sp-main-menu ul.level-0 > li >a.menu-4 {
  border: 5px solid #f9f9f9;
}
#sp-main-menu ul.level-0 > li >a.menu-4:hover {
  border: 5px solid #f9f9f9;
}
#sp-main-menu ul.level-0 > li >a > span.menu {
  width: 100%;
  float: right;
  text-align: center;
}
#sp-main-menu ul.level-0 > li >a > span.menu img {
  margin: 0 auto;
  display: inline-block;
  padding: 12px 0px 7px;
}
#sp-main-menu ul.level-0 > li >a > span.menu .menu-title {
  width: 100%;
  font-weight: 400;
  float: left;
}
#sp-main-menu ul.level-0 > li >a .menu-desc {
  font-size: 11px;
  color: #999;
  display: block;
}
#sp-main-menu ul.level-0 > li:hover > a {
  border-color: #ddd;
}
#sp-main-menu ul.level-0 > li:hover > a.menu-3 {
  border-color: #f9f9f9;
}
#sp-main-menu ul.level-0 > li.active > a {
  border-color: #ddd;
}
#sp-main-menu ul.level-0 > li.active > a.menu-3 {
  border-color: #f9f9f9;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu li li:not(.sp-menu-group):first-child {
  border-top: none;
}
#sp-main-menu li li:not(.sp-menu-group) a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: right;
  text-decoration: none;
  color: #555;
  padding-right: 15px;
}
#sp-main-menu li li:not(.sp-menu-group):hover,
#sp-main-menu li li:not(.sp-menu-group).active {
  background: #f1f1f1;
  border-radius: 5px;
}
#sp-main-menu li .custom-menu .sp-menu-group-title {
  display: none;
}
#sp-main-menu li .custom-menu .sp-menu-group-content {
  margin-top: 0 !important;
}
#sp-main-menu li .custom-menu.have-margin .sp-menu-group-content .module {
  padding: 0 !important;
}
#sp-main-menu li .custom-menu img {
  width: 100%;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group {
  display: block;
  font-size: 14px;
  text-align: right;
  font-weight: 400;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  text-transform: capitalize;
  line-height: 40px;
  padding-right: 15px;
  color: #fff !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group .menu-title {
  text-transform: uppercase;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content {
  margin-top: 15px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 10px 0 0;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module h4 {
  font-size: 14px;
}
.sp-submenu {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  margin-top: 30px;
  -webkit-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -moz-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -o-transition: margin 100ms, visibility 100ms, opacity 100ms;
  transition: margin 100ms, visibility 100ms, opacity 100ms;
}
.sp-submenu.open {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  -webkit-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -moz-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -o-transition: margin 300ms, visibility 300ms, opacity 300ms;
  transition: margin 300ms, visibility 300ms, opacity 300ms;
}
.sp-submenu .sp-submenu-wrap {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 7px 5px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 5px 3px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.sp-submenu .megacol {
  float: left;
}
.sp-submenu .megacol > ul > li {
  margin-left: 10px;
  box-sizing: border-box;
}
.sp-submenu .megacol > ul > li.custom-menu {
  margin: 0;
}
.sp-submenu .megacol > ul > li.custom-menu.have-margin {
  margin-left: 10px;
  margin-top: 0;
}
.sp-submenu .megacol:first-child >ul > li {
  margin: 0;
}
.sp-submenu.sub-level-child {
  margin-left: 30px;
  margin-top: 0;
}
.sp-submenu.sub-level-child.open {
  margin-left: 0px;
}
.sp-mobile-menu ul li {
  background: rgba(0,0,0,0.9);
}
.sp-mobile-menu ul li span.sp-menu-toggler {
  width: 40px;
}
.sp-mobile-menu ul li:last-child {
  margin-bottom: 10px;
}
.vina-menu {
  position: relative !important;
  padding: 8px 16px !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 15px 0px 0px !important;
  height: 50px;
  right: 0px;
  top: 0px;
  width: 100% !important;
}
.vina-menu:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.vina-menu i {
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  float: left;
}
.vina-menu span {
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  float: right;
}
.sp-mobile-close {
  width: 100%;
  float: left;
  background: #666;
  padding: 5px 10px;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.sp-mobile-close span {
  color: #fff;
  padding-right: 40px;
  text-transform: uppercase;
  line-height: 30px;
  float: right;
  font-weight: bold;
}
.vina-menu-small {
  position: absolute !important;
  top: 5px;
  right: 10px;
  padding: 0 !important;
  float: right;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  width: 30px !important;
  margin: 0 !important;
}
.vina-menu-small:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.ltr .sp-submenu {
  left: 0;
}
.rtl .sp-submenu {
  right: 0;
}
.rtl #sp-main-menu {
  float: right;
}
.rtl #sp-main-menu ul.level-0 > li:hover >a:after,
.rtl #sp-main-menu ul.level-0 > li.active >a:after {
  margin: 0 -10px 0 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu {
  padding: 0 10px;
  padding-right: 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu:after {
  right: inherit;
  left: 0;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  right: inherit;
  left: 10px;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  padding-right: 0;
  padding-left: 20px;
}
.menu-fixed {
  top: 0;
  width: 100%;
  -webkit-animation: fadeInDown 900ms;
  -moz-animation: fadeInDown 900ms;
  animation: fadeInDown 900ms;
}
.fixed .hidden-desktop {
  display: none;
}
.color-01 {
  background: #000;
}
.jshop h1 {
  margin-top: 0px;
  font-size: 16px;
  text-align: right;
}
.jshop label {
  margin: 0 15px 0 0;
  display: inline;
  font-size: 15px;
  line-height: 25px;
}
.jshop .total {
  font-weight: bold;
  background-color: #f7fff7;
}
.jshop .product_list_hr {
  height: 1px;
  border-top: 1px solid #aaa;
  margin-bottom: 10px;
}
.jshop .weightorder {
  text-align: right;
  margin-top: 3px;
}
.jshop .shippingfree {
  text-align: right;
  margin-top: 3px;
}
.jshop .price_prod_qty_list .qty_line {
  padding-left: 5px;
  padding-right: 5px;
}
.jshop .price_prod_qty_list .qty_price {
  padding-left: 5px;
  font-weight: bold;
}
.jshop .price_prod_qty_list .qty_price span.per_piece {
  font-weight: normal;
}
.jshop .old_price {
  text-decoration: line-through;
  font-style: normal;
}
.jshop .list_product_demo {
  padding-top: 10px;
}
.jshop .list_product_demo .download {
  padding-left: 5px;
}
.jshop .not_available {
  color: red;
  margin-top: 10px;
}
.jshop .vina-rating {
  display: inline-block;
}
.jshop .product_label {
  position: absolute;
  margin-left: -5px;
  margin-top: -5px;
}
.jshop .product_label .label_name {
  font-weight: bold;
  color: #950000;
}
.jshop .downlod_order_invoice {
  float: right;
}
.jshop .order_payment_params {
  padding-top: 3px;
  font-size: 11px;
}
.jshop .input_type_radio {
  margin-right: 10px;
  white-space: nowrap;
  display: inline-block;
}
.jshop .groups_list .title {
  width: 150px;
}
.jshop td.attributes_title {
  width: 100px;
}
.jshop span.attributes_description {
  font-style: italic;
  display: block;
}
.jshop span.freeattribut_description {
  font-style: italic;
  display: block;
}
.jshop span.extra_fields_description {
  font-style: italic;
}
.jshop .prod_attr_img {
  vertical-align: top;
}
.jshop .cart .product_name {
  text-align: right;
}
.jshop .prod_qty_input input {
  width: 20px;
}
table.jshop {
  border-collapse: collapse;
  border: 0px;
  width: 100%;
}
table.jshop td {
  vertical-align: top;
  font-weight: normal;
}
#jshop_menu_order {
  margin-bottom: 10px;
  border: 1px solid #616161;
}
td.jshop_order_step {
  padding: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  vertical-align: middle;
}
.jshop_order_step a {
  vertical-align: top;
  text-decoration: underline;
  font-size: 12px;
}
.table_order_list {
  background-color: #F8F8F9;
  border: 1px solid #333333;
  width: 100%;
}
img.jshop_img_thumb {
  padding: 1px;
  text-align: center;
  border: 1px solid #808080;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
div.jshop_prod_description {
  padding-top: 10px;
  padding-bottom: 10px;
}
div.jshop_prod_attributes {
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}
td.jshop_img_description {
  vertical-align: top;
  text-align: left;
  padding-left: 10px;
}
.jshop_subtotal .value {
  text-align: right;
  white-space: nowrap;
  width: 12%;
  color: #DE5648;
}
.jshop_subtotal .name {
  padding-right: 10px;
  text-align: right;
  width: 88%;
  color: #DE5648;
}
.jshop_subtotal .free_discount {
  font-size: 11px;
}
.related_header {
  margin-top: 20px;
  border-bottom: 1px solid #999;
  font-weight: bold;
}
.td_1 {
  text-align: left;
  font-weight: bold;
}
.td_2 {
  text-align: right;
  font-weight: bold;
}
.jshop_pagination {
  text-align: center;
}
div.jshop_register {
  width: 80%;
  text-align: right;
  padding: 10px;
  padding-left: 0px;
}
div.jshop_register .inputbox {
  width: 240px;
}
.jshop_register .name {
  width: 215px;
}
.register_block .jshop_register .name {
  width: 120px;
}
.editaccount_block .jshop_register .name {
  width: 165px;
}
span.small_header {
  padding-bottom: 3px;
  margin: 0px;
  display: block;
  font-size: 13px;
  font-weight: bold;
}
span.jshop_error {
  color: red;
  font-weight: bold;
  font-size: 14px;
  display: block;
}
span.text_pay_without_reg {
  display: block;
  padding-bottom: 10px;
}
a.policy {
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
}
.jshop_payment_method {
  padding-left: 20px;
  line-height: 30px;
  font-weight: 400;
}
#active_step {
  font-weight: bold;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
#order_add_info {
  height: 70px;
}
p.jshop_cart_attribute {
  padding-left: 10px;
  font-weight: bold;
  font-style: italic;
  font-size: 11px;
  margin-top: 1px;
  margin-bottom: 4px;
}
p.jshop_cart_extra_field {
  padding-left: 10px;
  font-weight: bold;
  font-style: italic;
  font-size: 11px;
  margin-top: 1px;
  margin-bottom: 4px;
}
.jshop_price {
  color: #950000;
}
span.attr {
  font-weight: bold;
  font-style: italic;
  font-size: 10px;
}
span.review {
  font-weight: bold;
  margin-top: 20px;
  display: block;
}
.review_text_not_login {
  margin-top: 10px;
  font-style: italic;
}
textarea.jshop {
  border: 1px solid #b0b1b2;
  width: 90%;
}
tr.reviews td {
  padding-bottom: 15px;
}
td.reviews {
  padding-left: 45px;
}
#mxcpr {
  padding-top: 20px;
  text-align: right;
  display: block;
}
#mxcpr a {
  font-size: 9px;
}
.jshop_code_prod {
  color: #999;
  font-weight: normal;
  font-size: 12px;
  display: inherit;
}
.jshop_list_product .block_product {
  padding-bottom: 20px;
}
.jshop_list_product .jshop .old_price {
  text-decoration: line-through;
  font-style: normal;
  padding-bottom: 1px;
}
.jshop_list_product .jshop .not_available {
  margin-top: 4px;
}
.jshop_list_product .product td {
  vertical-align: top;
}
.jshop_list_product .product .image {
  padding-right: 5px;
}
.jshop_list_product .product .name {
  padding-top: 2px;
}
.jshop_list_product .product .description {
  font-size: 11px;
  padding-bottom: 5px;
}
.jshop_list_product .product .buttons {
  padding-top: 2px;
}
.jshop_list_product .product div.count_commentar {
  text-align: center !important;
}
.jshop_list_product .product .taxinfo {
  font-size: 11px;
}
.jshop_list_product .jshop_related {
  padding-bottom: 5px;
}
.jshop_list_product .image_block {
  padding: 2px;
}
.jshop_list_product .box_products_sorting {
  padding-right: 5px;
}
.jshop_list_product .box_products_sorting img {
  cursor: pointer;
}
.jshop_list_product .margin_filter {
  height: 8px;
}
.jshop_list_product .box_manufacrurer {
  padding-right: 5px;
  white-space: nowrap;
}
.jshop_list_product .box_category {
  padding-right: 5px;
  white-space: nowrap;
}
.jshop_list_product .filter_price {
  padding-right: 5px;
  white-space: nowrap;
}
.jshop_list_product .box_price_from {
  padding-right: 3px;
}
.jshop_list_product .clear_filter {
  font-size: 10px;
  padding-left: 5px;
}
.jshop_list_product .product .plusshippinginfo,
.jshop_list_product .product .plusshippinginfo a {
  font-size: 11px;
}
.productfull #block_price {
  font-size: 16px;
  font-weight: bold;
}
.productfull .taxinfo {
  font-size: 11px;
}
.productfull .plusshippinginfo {
  font-size: 11px;
}
.productfull .plusshippinginfo a {
  font-size: 11px;
}
.productfull .prod_buttons {
  margin-top: 5px;
}
.productfull .prod_buttons .buttons {
  padding-left: 10px;
}
.productfull div.prod_url {
  text-align: right !important;
  background: #F1F1F1 url(//samimed.ir//templates/i30ms_ringo/css/../images/producturl.png) no-repeat 0 0;
  border-bottom: 4px solid #E0DEDE;
  padding: 15px 10px 0 40px;
  height: 45px;
  font-weight: 300;
}
.productfull .image_middle {
  width: 100px;
}
.productfull .manufacturer_name {
  padding-bottom: 10px;
}
.productfull .prod_free_attribs {
  padding-bottom: 10px;
}
.productfull .price_prod_qty_list {
  margin-bottom: 10px;
}
.productfull .button_back {
  padding-top: 10px;
}
.productfull .text_zoom {
  padding-bottom: 5px;
  padding-top: 3px;
}
.productfull .text_zoom img {
  float: left;
  padding-right: 5px;
}
.productfull a.lightbox:hover {
  color: #000 !important;
}
.jshop_subtotal .plusshippinginfo,
.jshop_subtotal .plusshippinginfo a {
  font-size: 11px;
}
.jshop_list_manufacturer .manufacturer td {
  vertical-align: top;
}
.jshop_list_manufacturer .manufacturer .image {
  padding-right: 5px;
}
.shipping_weight_to_price {
  margin-left: 24px;
  margin-top: 5px;
  border: 1px solid #000;
}
.shipping_weight_to_price .price {
  padding-left: 5px;
}
span.prod_attr_img {
  padding-left: 5px;
}
span.prod_attr_img img {
  width: 20px;
  height: 20px;
}
.radio_attr_label img {
  width: 20px;
  height: 20px;
}
.review_header {
  margin-top: 20px;
  font-weight: bold;
  border-bottom: 1px solid #999;
}
.review_item {
  text-align: justify;
  line-height: 30px;
    background: #F2F2F2;
    margin-bottom: 10px;
    color: #828282 !important;
    padding: 4px 10px;
    font: 14px Vazir, 'Roboto Condensed';
    border-radius: 6px;
    border-bottom: 2px solid rgba(0,0,0,0.2);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  direction: rtl;
}
.review_item:hover {
    background: #3F51B5;
    color: #fff !important;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.review_user {
  font-weight: normal;
  font-size: 15px;
}
.review_text {
  padding-top: 2px;
  font-weight: 300;
  padding-bottom: 2px;
  direction: rtl;
}
.review_mark {
  color: #333333;
  height: 18px;
}
#jshop_review_write .inputbox {
  width: 180px;
}
.stars_no_active {
  height: 16px;
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/../images/star.gif);
  background-repeat: repeat-x;
  background-position: 0px 0px;
}
.stars_active {
  height: 16px;
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/../images/star.gif);
  background-repeat: repeat-x;
  background-position: 0px -16px;
}
.vendordetailinfo .name {
  width: 130px;
}
.requiredtext {
  padding-bottom: 10px;
  color: #A00;
  font-size: 13px;
}
.jshop_profile_data {
  margin-bottom: 10px;
}
.jshop_profile_data .name {
  font-weight: bold;
}
.jshop_profile_data span {
  font-weight: bold;
}
.jshop_profile_data span.subinfo {
  font-size: 10px;
}
.jshop_profile_data .jshop_user_group_info {
  font-size: 10px;
}
.jshop_menu_level_0,
.jshop_menu_level_0_a {
  margin-top: 3px;
  margin-bottom: 3px;
}
.jshop_menu_level_1,
.jshop_menu_level_1_a {
  padding-left: 10px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.jshop_menu_level_2,
.jshop_menu_level_2_a {
  padding-left: 20px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.jshop_menu_level_0_a a,
.jshop_menu_level_1_a a,
.jshop_menu_level_2_a a {
  font-weight: bold !important;
}
.label_products .block_item {
  margin-bottom: 10px;
}
.top_rating .block_item {
  margin-bottom: 10px;
}
.bestseller_products .block_item {
  margin-bottom: 10px;
}
.latest_products .block_item {
  margin-bottom: 10px;
}
.random_products .block_item {
  margin-bottom: 10px;
}
.jshop_filters .filter_price {
  padding-right: 5px;
}
.jshop_filters .clear_filter {
  display: block;
  font-size: 10px;
}
.jshop_button_print {
  width: 30px;
  float: right;
  padding-top: 3px;
  text-align: right;
}
.extra_fields .extra_fields_group {
  font-weight: bold;
  padding-top: 3px;
}
.filter_characteristic .characteristic_name {
  padding-top: 5px;
}
.filter_characteristic .characteristic_group {
  font-weight: bold;
  padding-top: 5px;
}
.jshop_img_description #list_product_image_thumb {
  display: block;
}
.fielderror {
  background-color: #FFCDD2 !important;
}
.jshop_categ {
  margin-bottom: 20px;
}
.jshop_prod_cart {
  margin-bottom: 20px;
}
.box_price_to #price_to {
  width: 180px;
}
.box_price_from #price_from {
  width: 180px;
}
.vina_jsproduct .jshop_img_description ul {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  margin: 3px 0 0;
}
.vina_jsproduct .jshop_img_description ul .jshop_img_thumb {
  cursor: pointer;
  margin: 2px;
}
.vina_jsproduct .jshop_img_description ul li {
  max-width: 87px;
}
.module {
  margin-top: 20px;
}
.module:first-child {
  margin-top: 0;
}
.module h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px 0;
  line-height: normal;
}
.module.highlighted,
.module.orange,
.module.dark,
.module.green,
.module.maroon,
.module.blue,
.module.gray,
.module.pink,
.module.red {
  padding: 20px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
}
.module.highlighted h3,
.module.orange h3,
.module.dark h3,
.module.green h3,
.module.maroon h3,
.module.blue h3,
.module.gray h3,
.module.pink h3,
.module.red h3 {
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #fff;
  color: #fff;
}
.module.orange {
  background: #f89406;
}
.module.orange a {
  color: #B66B00;
}
.module.orange a:hover {
  color: #6F4100;
}
.module.dark {
  background: #000;
}
.module.dark a {
  color: #777;
}
.module.dark a:hover {
  color: #888;
}
.module.green {
  background: #46a546;
}
.module.green a {
  color: #63E063;
}
.module.green a:hover {
  color: #43F043;
}
.module.maroon {
  background: #F35D34;
}
.module.maroon a {
  color: #B4300D;
}
.module.maroon a:hover {
  color: #C93F19;
}
.module.blue {
  background: #049cdb;
}
.module.blue a {
  color: #47C9FF;
}
.module.blue a:hover {
  color: #0073A3;
}
.module.gray {
  background: #555;
}
.module.gray a {
  color: #999;
}
.module.gray a:hover {
  color: #777;
}
.module.pink {
  background: #c3325f;
}
.module.pink a {
  color: #FF5C8F;
}
.module.pink a:hover {
  color: #FA2E6E;
}
.module.red {
  background: #9d261d;
}
.module.red a {
  color: #EE4538;
}
.module.red a:hover {
  color: #DA3F33;
}
.sp-dropcap {
  overflow: hidden;
}
.sp-dropcap:first-letter {
  color: #666;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
}
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before,
ul.arrow li::after,
ul.arrow-double li::before,
ul.arrow-double li::after,
ul.tick li::before,
ul.tick li::after,
ul.cross li::before,
ul.cross li::after,
ul.star li::before,
ul.star li::after,
ul.rss li::before,
ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
.ltr ul.arrow li::before,
.ltr ul.arrow-double li::before,
.ltr ul.tick li::before,
.ltr ul.cross li::before,
.ltr ul.star li::before,
.ltr ul.rss li::before {
  margin-right: 5px;
}
.ltr ul.arrow li::before {
  content: "\f105";
}
.ltr ul.arrow-double li::before {
  content: "\f101";
}
.ltr ul.tick li::before {
  content: "\f00c";
}
.ltr ul.cross li::before {
  content: "\f00d";
}
.ltr ul.star li::before {
  content: "\f006";
}
.ltr ul.rss li::before {
  content: "\f09e";
}
.rtl ul.arrow li::after,
.rtl ul.arrow-double li::after,
.rtl ul.tick li::after,
.rtl ul.cross li::after,
.rtl ul.star li::after,
.rtl ul.rss li::after {
  margin-left: 5px;
}
.rtl ul.arrow li::after {
  content: "\f104";
}
.rtl ul.arrow-double li::after {
  content: "\f100";
}
.rtl ul.tick li::after {
  content: "\f00c";
}
.rtl ul.cross li::after {
  content: "\f00d";
}
.rtl ul.star li::after {
  content: "\f006";
}
.rtl ul.rss li::after {
  content: "\f09e";
}
img.pull-left,
.pull-left > img {
  margin-right: 15px;
}
img.pull-right,
.pull-right > img {
  margin-left: 15px;
}
.rtl img.pull-left,
.rtl .pull-left > img {
  margin-left: 15px;
}
.rtl img.pull-right,
.rtl .pull-right > img {
  margin-right: 15px;
}
.sp-blocknumber {
  position: relative;
  min-height: 45px;
}
.sp-blocknumber span {
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
}
.sp-blocknumber span.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-blocknumber span.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ltr .sp-blocknumber {
  padding: 5px 0 5px 60px;
}
.ltr .sp-blocknumber span {
  left: 0;
}
.rtl .sp-blocknumber {
  padding: 5px 60px 5px 0;
}
.rtl .sp-blocknumber span {
  right: 0;
}
.sp-block.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-bubble {
  position: relative;
  margin-bottom: 40px;
}
.sp-bubble cite {
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
  bottom: -30px;
}
.sp-bubble cite span {
  content: ' ';
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom-color: transparent !important;
}
.ltr .sp-bubble cite {
  left: 15px;
  padding-left: 40px;
}
.ltr .sp-bubble cite span {
  left: 0;
  border-left-color: transparent !important;
}
.rtl .sp-bubble cite {
  right: 15px;
  padding-right: 40px;
}
.rtl .sp-bubble cite span {
  right: 0;
  border-right-color: transparent !important;
}
.ltr [class^="icon-"].pull-left,
.ltr [class*=" icon-"].pull-left {
  margin-right: .3em;
}
.ltr [class^="icon-"].pull-right,
.ltr [class*=" icon-"].pull-right {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-left,
.rtl [class*=" icon-"].pull-left {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-right,
.rtl [class*=" icon-"].pull-right {
  margin-right: .3em;
}
@media (max-width: 1200px) {
  .responsive #sp-header-wrapper .logo-wrapper .logo {
    width: 100% !important;
  }
  .responsive #sp-main-menu ul.level-0 {
    margin: 0 3px 0px 0px;
  }
  .responsive #sp-main-menu ul.level-0 > li > a {
    width: 88px;
    height: 88px;
    font-size: 14px;
    border: 3px solid #f9f9f9;
  }
  .responsive #sp-main-menu ul.level-0 > li > a:hover {
    border: 3px solid #f9f9f9;
  }
  .responsive #sp-main-menu ul.level-0 > li > a.menu-3 {
    padding: 60px 5px 5px;
    background-position: 55px 15px;
    width: 103px;
    height: 103px;
  }
  .responsive #sp-main-menu ul.level-0 > li > a.menu-3:hover {
    background-position: 55px -135px;
  }
  .responsive .vina-cart-small .shopping_cart > a:first-child {
    width: 44px;
    height: 44px;
  }
  .responsive #sp-header-wrapper .search {
    margin: 3px 0px;
  }
  .responsive .icon_search {
    width: 44px;
    height: 44px;
  }
  .responsive .module .header-module h3 {
    font-size: 14px;
  }
  .responsive .vina-camera-slider .camera_caption.caption_text {
    top: 40px !important;
  }
  .responsive .vina-camera-slider .camera_caption img.img-slier {
    width: 33%;
  }
  .responsive .vina-camera-slider .camera_caption img.img-slier.img-slier-1 {
    width: 50%;
  }
  .responsive .vina-camera-slider .cameraContents h2.title {
    font-size: 26px;
  }
  .responsive .vina-banner-right .block-banner-right .banner-box {
    padding: 22px 0 22px 70px;
    background-position: 10px center;
  }
  .responsive .vina-banner-right .block-banner-right .banner-box .banner-content {
    font-size: 12px;
  }
  .responsive .menu-image {
    display: none;
  }
  .responsive .image-block .actions {
    bottom: 0px !important;
    border-bottom: 1px solid #fff !important;
  }
  .responsive .image-block .actions button.button span span {
    font-size: 14px;
    padding: 0 2px;
  }
  .responsive .vina-main-product.vina-main-product-2 .image-block .jshop_img,
  .responsive .vina-main-product.vina-main-product-3 .image-block .jshop_img {
    width: 75px;
  }
  .responsive .vina-list-2 .list-left-item .list-2-img {
    margin-top: 24px;
  }
  .responsive .vina-list-2 .list-right-item .list-2-img {
    margin-top: 24px;
  }
  .responsive .product-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .responsive .banner-home-content .home-box-iner {
    background-position: 10px 29px;
    padding: 20px 0 20px 65px;
  }
  .responsive .banner-home-content .home-box-iner:hover {
    background-position: 10px -187px;
  }
  .responsive .vina-newsletter-right .vina-newsletter form .acymailing_form {
    width: 100%;
  }
}
@media (max-width: 979px) {
  .responsive .zoomContainer {
    display: none !important;
  }
  .responsive #sp-header-wrapper [class*="span"] {
    width: 100%;
    float: left;
  }
  .responsive #sp-header-wrapper [class*="span"]#sp-menu {
    float: right;
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .responsive #sp-header-wrapper .logo-wrapper .logo {
    width: 100% !important;
    background-position: 50%;
    background-size: auto;
  }
  .responsive .vina-camera-slider .camera_caption.caption_text {
    top: 10px !important;
    width: 45% !important;
    margin-left: 2% !important;
  }
  .responsive .vina-camera-slider .camera_caption.caption_text_2 {
    margin-right: 2% !important;
    text-align: right;
  }
  .responsive .vina-camera-slider .camera_caption.caption_text_2 .title-slider2 {
    text-align: right;
  }
  .responsive .vina-camera-slider .camera_caption.caption_text_2 .link-slider2 {
    float: right;
  }
  .responsive .vina-camera-slider .cameraContents h2.title {
    font-size: 22px;
  }
  .responsive .vina-camera-slider .cameraContents .subtitle {
    font-size: 14px;
    padding: 5px 0 20px;
  }
  .responsive .vina-feature-4 .vina-camera-slider .cameraContents .intro {
    display: none;
  }
  .responsive .vina-feature-4 .vina-camera-slider .cameraContents .subtitle {
    margin-top: 20px;
  }
  .responsive .vina-feature-4 .vina-camera-slider .cameraContents .link-slider2 {
    margin-top: 20px;
  }
  .responsive .vina-list-2 .list-left-item p {
    padding-right: 15px;
  }
  .responsive .vina-list-2 .list-left-item .list-2-img {
    margin-left: 15px;
    margin-right: 15px;
  }
  .responsive .vina-list-2 .list-right-item p {
    padding-left: 15px;
  }
  .responsive .vina-list-2 .list-right-item .list-2-img {
    margin-left: 15px;
    margin-right: 15px;
  }
  .responsive .vina-header2 {
    float: none;
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
  .responsive .vina-header2 .custom.vina-header2 {
    display: inline-block;
  }
  .responsive .vina-cart-small {
    float: left;
  }
  .responsive .vina-cart-small .shopping_cart {
    float: none;
    display: inline-block;
  }
  .responsive .vina-cart-small .shopping_cart > a:first-child {
    float: none;
    margin-top: 0;
  }
  .responsive .moduletable.vina-search {
    float: left;
    margin-left: 5px;
  }
  .responsive .vina-search .block-search-top {
    float: none;
    margin-top: 0;
  }
  .responsive .vina-search .block-search-top {
    float: none;
    margin-top: 0;
  }
  .responsive #sp-header-wrapper .search {
    margin: 0;
  }
  .responsive .vina-who-online .who-online,
  .responsive .vina-who-online .who-online-des {
    margin: 0 0px 0 0;
  }
  .responsive .des-container .ratings {
    position: initial;
    width: 100%;
  }
  .responsive .banner-home-content .home-box-iner {
    background-position: 50% 20px;
    padding: 80px 10px 20px;
    text-align: center;
  }
  .responsive .banner-home-content .home-box-iner .banner-content {
    font-size: 12px;
  }
  .responsive .cart-collaterals .discount .discount-form .input-box {
    width: 100%;
  }
  .responsive .cart-collaterals .discount .discount-form .input-box .inputbox {
    width: 100%;
  }
  .responsive .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }
  .responsive .row-offcanvas-right {
    right: 0;
  }
  .responsive .row-offcanvas-left {
    right: 0;
  }
  .responsive .row-offcanvas-right
		.sidebar-offcanvas {
    left: -50%;
    right: auto;
  }
  .responsive .row-offcanvas-left
		.sidebar-offcanvas {
    right: -50%;
    left: auto;
  }
  .responsive .row-offcanvas-right.active {
    right: 50%;
  }
  .responsive .row-offcanvas-left.active {
    left: -50%;
  }
  .responsive .row-offcanvas-right.active
		.sidebar-offcanvas {
    right: 0%;
  }
  .responsive .row-offcanvas-left.active
		.sidebar-offcanvas {
    right: 0%;
  }
  .responsive .sidebar-offcanvas {
    position: fixed !important;
    top: 0 !important;
    width: 50%;
    height: auto;
    overflow-y: auto;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }
  .responsive .sidebar-offcanvas ul {
    width: 100% !important;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .responsive .vina-banner-right .block-banner-right .banner-box {
    padding: 10px 0 10px 50px;
    background-size: 20%;
  }
  .responsive .vina-banner-right .block-banner-right .banner-box .banner-title {
    font-size: 18px;
    line-height: 20px;
  }
  .responsive .vina-banner-right .block-banner-right .banner-box .banner-content {
    font-size: 12px;
  }
  .responsive .vina-newsletter form .acymailing_introtext {
    width: 100%;
  }
  .responsive .vina-newsletter form .acymailing_introtext label {
    width: 100%;
    text-align: center;
  }
  .responsive .vina-follow-us .follow-us-content ul {
    padding: 0px 92px;
  }
  .responsive #sp-bottom-wrapper .module .header-module h3 {
    font-size: 15px;
  }
  .responsive .latest_products .image-block .actions button.button span {
    width: 30px;
    overflow: hidden;
  }
  .responsive .jshop_related block_product .image-block .actions button.button span,
  .responsive .jshop_list_product .image-block .actions button.button span {
    width: 40px;
    overflow: hidden;
  }
  .responsive .vina-newsletter-right form .acymailing_module_form {
    width: 100%;
  }
  .responsive .vina-newsletter-right form .acymailing_introtext {
    width: 100%;
    margin-bottom: 10px !important;
  }
  .responsive .vina-newsletter-right form .acymailing_introtext label {
    margin: 0;
    width: 100%;
  }
  .responsive .vina-newsletter-right form .acymailing_form {
    width: 100%;
  }
  .responsive .vina-newsletter-right form .acymailing_form input.inputbox {
    width: 100% !important;
  }
  .responsive .vina-follow-us-right .vina-follow-us .follow-us-content ul {
    padding: 0;
  }
  .responsive .vina-main-product.vina-main-product-2 .image-block .jshop_img,
  .responsive .vina-main-product.vina-main-product-3 .image-block .jshop_img {
    width: 55px;
  }
  .responsive .vina-main-product.vina-main-product-2 .des-container .product-name,
  .responsive .vina-main-product.vina-main-product-3 .des-container .product-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .responsive.bg {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .container {
    padding: 0 15px;
  }
  .responsive #sp-top1 {
    text-align: center;
  }
  .responsive #sp-top1 .currency-language {
    text-align: center;
    display: inline-block;
  }
  .responsive #sp-top1 .currency-language .top-language,
  .responsive #sp-top1 .currency-language .top-currency {
    display: inline-block;
    float: left;
  }
  .responsive .vina-camera-slider .camera_caption.caption_text {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 50% !important;
  }
  .responsive .vina-camera-slider .camera_caption.caption_text_2 .title-slider2 {
    text-align: right;
    font-size: 20px;
  }
  .responsive .vina-camera-slider .cameraContents .subtitle {
    padding: 5px 0 10px;
  }
  .responsive .vina-camera-slider .cameraContents h2.title {
    font-size: 20px;
    padding: 10px;
    text-align: center;
    margin: 0px 0px 10px;
  }
  .responsive .vina-camera-slider .cameraContents h3.subtitle-slider2 {
    padding: 10px 30px;
  }
  .responsive .vina-banner-main img {
    margin-bottom: 20px;
  }
  .responsive .vina-right-product .item .product-image {
    width: auto !important;
    float: left;
    margin-right: 10px;
  }
  .responsive #sp-bottom-wrapper .module {
    margin-bottom: 20px;
  }
  .responsive .banner-feature-right a img {
    width: 100%;
  }
  .responsive #sp-right {
    margin-top: 20px;
  }
  .responsive .vina-list-2 .list-right-item h3,
  .responsive .vina-list-2 .list-left-item h3 {
    line-height: 30px;
  }
  .responsive .vina-list-2 .list-right-item .list-2-img,
  .responsive .vina-list-2 .list-left-item .list-2-img {
    margin-top: 15px;
  }
  .responsive .vina-testinomials {
    margin-top: 20px;
  }
  .responsive #sp-footer-wrapper #sp-footer2 {
    text-align: left;
  }
  .responsive .vina-main-product.vina-main-product-2 .image-block .jshop_img {
    width: 100%;
  }
  .responsive .vina-main-product.vina-main-product-2 .des-container {
    width: 100%;
  }
  .responsive .vina-main-product.vina-main-product-3 .item {
    margin: 10px 0px;
  }
  .responsive .vina-main-product.vina-main-product-3 .item .image-block {
    width: 20%;
  }
  .responsive .vina-main-product.vina-main-product-3 .item .des-container {
    width: 80%;
  }
  .responsive .vina-product-3 .item {
    margin: 0 auto;
    text-align: center;
  }
  .responsive .vina-product-3 .item .des-container {
    display: inline-block;
  }
  .responsive .jshop_related block_product,
  .responsive .jshop_list_product {
    text-align: center;
  }
  .responsive .jshop_related block_product .image-block,
  .responsive .jshop_list_product .image-block {
    display: inline-block;
    margin: 0 auto;
  }
  .responsive .jshop_related block_product .des-container,
  .responsive .jshop_list_product .des-container {
    text-align: center;
  }
  .responsive .jshop-cart form {
    width: 100%;
    display: inline-block;
  }
  .responsive .jshop-cart #shopping-cart-table {
    width: 100%;
    float: left;
  }
  .responsive .jshop-cart #shopping-cart-table thead,
  .responsive .jshop-cart #shopping-cart-table tbody,
  .responsive .jshop-cart #shopping-cart-table tfoot {
    width: 100%;
    float: left;
  }
  .responsive .jshop-cart #shopping-cart-table tbody tr {
    width: 100%;
    float: left;
  }
  .responsive .jshop-cart #shopping-cart-table .item-options p.jshop_cart_attribute {
    line-height: 20px;
  }
  .responsive .jshop-cart .data-table .vina-button {
    margin-bottom: 10px;
  }
  .responsive .jshop-cart .data-table .product-name {
    width: 180px;
  }
  .responsive .cart-collaterals .crosssell {
    margin-bottom: 20px;
  }
  .responsive .account-login .row-fluid,
  .responsive .account-logout .row-fluid {
    width: 100%;
    float: left;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) and (min-width: 600px) {
  .responsive .latest_products .span4 {
    width: 33.33% !important;
    float: left !important;
    margin: 0 !important;
  }
  .responsive .latest_products .span4 .item {
    margin: 0 10px;
  }
  .responsive .latest_products .image-block .actions button.button span {
    width: 30px;
  }
}
@media (max-width: 599px) {
  .responsive .vina-menu-top {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .responsive .vina-menu-top ul.nav {
    display: inline-block;
    float: none;
    margin: 0 auto;
  }
  .responsive .vina-who-online {
    float: left;
    text-align: center;
    width: 100%;
  }
  .responsive .vina-camera-slider .cameraContents h2.title {
    font-size: 17px;
  }
  .responsive .vina-camera-slider .cameraContents h3.subtitle-slider2 {
    display: none;
  }
  .responsive .image-block {
    background: #fff;
  }
  .responsive .image-block a.image-link {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .responsive .vina-carousel-jshopping .image-block .actions button.button span {
    width: 80px;
    overflow: hidden;
  }
  .responsive .latest_products .row-fluid .span4 {
    margin-top: 20px;
  }
  .responsive .latest_products .row-fluid .span4:first-child {
    margin-top: 0px;
  }
  .responsive #sp-footer-wrapper ul {
    float: left;
  }
  .responsive .vina-header2 {
    position: initial;
  }
  .responsive .vina-cart-small .shopping_cart {
    position: initial;
  }
  .responsive .icon_search {
    position: initial;
  }
  .responsive .vina-list-2 .list-left-item,
  .responsive .vina-list-2 .list-right-item {
    margin: 0 15px;
    padding: 5px 0;
    text-align: center;
  }
  .responsive .vina-list-2 .list-right-item .list-2-img,
  .responsive .vina-list-2 .list-left-item .list-2-img {
    width: 100%;
    margin: 0;
  }
  .responsive .vina-list-2 .list-right-item h3,
  .responsive .vina-list-2 .list-left-item h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
  .responsive .vina-list-2 .list-right-item p,
  .responsive .vina-list-2 .list-left-item p {
    padding: 0;
  }
  .responsive .checkout-step-billing {
    padding: 0;
  }
  .responsive .jshop-cart .data-table .product-name {
    width: 120px;
  }
  .responsive .jshop-cart .data-table td .product-image {
    width: 75px;
  }
  .responsive .row-offcanvas-right
		.sidebar-offcanvas {
    right: -80%;
  }
  .responsive .row-offcanvas-left
		.sidebar-offcanvas {
    right: -80%;
  }
  .responsive .row-offcanvas-right.active {
    right: 80%;
  }
  .responsive .row-offcanvas-left.active {
    left: 80%;
  }
  .responsive .sidebar-offcanvas {
    width: 80%;
  }
}
@media (max-width: 479px) {
  .responsive .vina-menu-top ul.nav {
    margin-top: 10px;
  }
  .responsive .vina-menu-top ul.nav > li > a > img {
    width: 40px;
  }
  .responsive .vina-camera-slider .camera_caption {
    left: 20% !important;
  }
  .responsive .vina-camera-slider .camera_caption.caption_text {
    display: none !important;
  }
  .responsive .vina-camera-slider .camera_caption img.img-slier {
    width: 50%;
  }
  .responsive .vina-camera-slider .camera_caption img.img-slier.img-slier-1 {
    width: 70%;
  }
  .responsive .vina-newsletter form .acymailing_introtext {
    width: 100%;
  }
  .responsive .vina-newsletter form .acymailing_introtext label {
    width: 100%;
    text-align: center;
  }
  .responsive .vina-follow-us .follow-us-content ul {
    padding: 0px 20px;
  }
  .responsive .vina-list-2 .list-col {
    width: 100%;
  }
  .responsive .vina-list-2 .list-left {
    border-right: medium none;
  }
  .responsive .data-table {
    box-sizing: border-box;
  }
  .responsive .data-table thead {
    display: none !important;
  }
  .responsive .data-table colgroup {
    display: none !important;
  }
  .responsive .data-table tbody {
    width: 100%;
    float: left;
    box-sizing: border-box;
  }
  .responsive .data-table tbody th,
  .responsive .data-table tbody td,
  .responsive .data-table tbody tr,
  .responsive .data-table tbody col {
    width: 100%;
    float: left;
    box-sizing: border-box;
    text-align: left;
  }
  .responsive .data-table .button {
    float: left !important;
    margin: 0px 5px 5px 0px !important;
  }
  .responsive .jshop-cart #shopping-cart-table .product-name {
    text-align: left;
  }
  .responsive .jshop-cart #shopping-cart-table td {
    line-height: 60px;
    text-align: left;
  }
  .responsive .form-list .field {
    width: 100%;
  }
  .responsive .form-list .input-box {
    width: 100%;
  }
  .responsive .form-list .input-box input,
  .responsive .form-list .input-box select {
    width: 100%;
  }
  .responsive .vina-carousel-jshopping .image-block .actions button.button span {
    width: auto;
  }
  .responsive #wishlist-table.data-table input.qty {
    margin-bottom: 10px;
  }
  .responsive .jshop-cart #shopping-cart-table .product-name {
    margin: 0;
  }
  .responsive .jshop-cart #shopping-cart-table .item-options {
    text-align: left;
  }
}
@media (max-width: 320px) {
  .responsive .vina-menu-top ul.nav li {
    width: 20%;
  }
  .responsive .vina-menu-top ul.nav li:hover .image-title {
    display: none;
  }
  .responsive #sp-header-wrapper .logo-wrapper .logo {
    background-size: 100%;
  }
  .responsive .image-block .actions button.button span {
    width: 60px;
  }
  .responsive .vina-carousel-jshopping .image-block .actions button.button span {
    width: 60px;
  }
  .responsive div.acymailing_module,
  .responsive .acymailing_module div {
    width: 100%;
  }
}
.fixed .hidden-desktop {
  display: none;
}

/*SC_GROUP_CSS*//**
 * @package Helix Framework
 * @author JoomShaper http://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2014 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
*/
.gallery-filters {
	margin-bottom:20px;
}
ul.gallery {
  display: block;
  margin: -5px;
}
ul.gallery li {
  display: block;
  padding: 0;
  margin: 0;
  float: left;
}
ul.gallery li >a {
  margin: 5px;
  display: block;
  position: relative;
}
ul.gallery .modal .close-modal {
  position: absolute;
  right: -8px;
  top: -8px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #ccc;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.3);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  z-index:1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}
/*SC_GROUP_CSS*/.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:not(.btn) {
  color: #146773;
}
a:not(.btn):hover {
  color: #23b4ca;
}
.color {
  background-color: #23b4ca;
}
body {
  color: #000;
}
body.bg {
  background: #f6f9fc;
}
button.button span {
  background: #2196F1;
  color: #fff;
}
button.button:hover span {
  background: #53A0DC;
}
button.vina-button span {
  background: #2196F1;
  border-bottom: 6px solid #3C80B5;
  color: #fff;
}
button.vina-button:hover span {
  background: #53A0DC;
  color: #fff;
}
#sp-top-wrapper {
  background: #333;
}
#languages-block-top ul {
  background: #333;
}
#languages-block-top ul li.selected,
#languages-block-top ul li:hover {
  background: #23b4ca;
}
#languages-block-top ul li.selected a,
#languages-block-top ul li:hover a {
  background: #2196F1;
  border-bottom: 4px solid #3C80B5;
}
#languages-block-top2 ul li.selected a,
#languages-block-top2 ul li:hover a {
  background: #f7be24;
  border-bottom: 4px solid #CBA234;
}
.vina-currency select {
  background: #f7be24;
  color: #fff;
}
.vina-currency .currency-box {
  background: none repeat scroll 0 0 #f7be24;
  border-bottom: 4px solid #CBA234;
}
.vina-currency .currency-box .down {
  background: none repeat scroll 0 0 #f7be24;
}
.vina-currency .currency-box .down .caret {
  border-top: 4px solid #fff;
}
.vina-menu-top ul.nav li a {
  color: #fff;
}
.vina-menu-top ul.nav li:hover a {
  background-color: #f7be24;
  border-bottom: 4px solid #CBA234;
}
#sp-header-wrapper .logo {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/presets/../../images/presets/preset1/logo.png);
}
#sp-main-menu ul.level-0 > li >a {
  background: #23b4ca;
}
#sp-main-menu ul.level-0 > li >a.menu-3 {
  background-color: #eee;
  color: #777;
}
#sp-main-menu ul.level-0 > li >a.menu-3:hover {
  background-color: #23b4ca;
  color: #fff;
}
#sp-main-menu ul.level-0 > li >a.menu-4 {
  background-color: #818181;
  color: #fff;
}
#sp-main-menu ul.level-0 > li >a.menu-4:hover {
  background-color: #23b4ca;
  color: #fff;
}
#sp-main-menu ul.level-0 > li div.sp-menu-group a.sp-menu-group {
  background: #23b4ca;
}
#sp-main-menu ul.level-0 > li .menu-4 div.sp-menu-group a.sp-menu-group {
  background: #23b4ca;
  color: #fff;
}
#sp-main-menu ul.level-0 > li li:not(.sp-menu-group):hover a {
  color: #23b4ca;
}
#sp-main-menu ul.level-0 > li.color-link > a {
  background: #ff4f5e;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
#sp-main-menu ul.level-0 > li.color-link div.sp-menu-group a.sp-menu-group {
  background: #ff4f5e;
  border-bottom: 4px solid #d64854;
}
#sp-main-menu ul.level-0 > li.color-link li:not(.sp-menu-group):hover a {
  color: #23b4ca;
}
#sp-main-menu ul.level-0 > li.color-2 > a {
  background: #5a95f5;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
#sp-main-menu ul.level-0 > li.color-2 div.sp-menu-group a.sp-menu-group {
  background: #5a95f5;
  border-bottom: 4px solid #598bdd;
}
#sp-main-menu ul.level-0 > li.color-2 li:not(.sp-menu-group):hover a {
  color: #40af64;
}
#sp-main-menu ul.level-0 > li.color-3 > a {
  background: #6e45a7;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
#sp-main-menu ul.level-0 > li.color-3 div.sp-menu-group a.sp-menu-group {
  background: #6e45a7;
}
#sp-main-menu ul.level-0 > li.color-3 li:not(.sp-menu-group):hover a {
  color: #6e45a7;
}
#sp-main-menu ul.level-0 > li.color-4 > a {
  background: #ff941a;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
#sp-main-menu ul.level-0 > li.color-4 div.sp-menu-group a.sp-menu-group {
  background: #ff941a;
  border-bottom: 4px solid #f08b18;
}
#sp-main-menu ul.level-0 > li.color-4 li:not(.sp-menu-group):hover a {
  color: #f7be24;
}
#sp-main-menu ul.level-0 > li.color-5 > a {
  background: #30cfc0;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
#sp-main-menu ul.level-0 > li.color-5 div.sp-menu-group a.sp-menu-group {
  background: #30cfc0;
}
#sp-main-menu ul.level-0 > li.color-5 li:not(.sp-menu-group):hover a {
  color: #777777;
}
#sp-main-menu ul.level-0 > li.color-6 > a {
  background: #b579d2;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
#sp-main-menu ul.level-0 > li.color-6 div.sp-menu-group a.sp-menu-group {
  background: #b579d2;
}
#sp-main-menu ul.level-0 > li.color-6 li:not(.sp-menu-group):hover a {
  color: #4775c9;
}
#sp-main-menu ul.level-0 > li.color-7 > a {
  background: #00c851;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
#sp-main-menu ul.level-0 > li.color-7 div.sp-menu-group a.sp-menu-group {
  background: #91c547;
}
#sp-main-menu ul.level-0 > li.color-7 li:not(.sp-menu-group):hover a {
  color: #91c547;
}
.vina-cart-small .shopping_cart > a:first-child {
  background-color: #555;
}
.vina-cart-small .shopping_cart:before {
  color: #777777;
}
.vina-cart-small .shopping_cart:hover > a:first-child {
  background-color: #777777;
}
.vina-cart-small .top-cart-content {
  background: #fff;
  border-top: 3px solid #777777;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.vina-cart-small .top-cart-content .price {
  color: #4CAF50;
}
#search_block_top form {
  border-top: 3px solid #777777;
}
.vina-cart-small .block_content {
  border-top: 3px solid #23b4ca;
  background: #fff;
}
.icon_search:before {
  color: #777777;
}
.icon_search:hover {
  background-color: #777777;
}
.price {
  color: #6e45a7;
}
#sp-feature-wrapper a:not(.btn) {
  color: #6dd6e6;
}
#sp-feature-wrapper a:not(.btn):hover {
  color: #c4eef5;
}
.vina-news li:before {
  color: #23b4ca;
}
.vina-news li a {
  color: #252f38;
  background: url(//samimed.ir//templates/i30ms_ringo/css/presets/../../images/li_footer_static.png) no-repeat scroll 0% 50% transparent;
}
.vina-news li a:hover {
  color: #23b4ca;
}
#login-form .unstyled a {
  color: #777;
}
#login-form .unstyled a:hover {
  color: #23b4ca;
}
#login-form input:not([type='checkbox']):active,
#login-form input:not([type='checkbox']):focus {
  -webkit-box-shadow: inset 8px 0 0 #23b4ca;
  -moz-box-shadow: inset 8px 0 0 #23b4ca;
  box-shadow: inset 8px 0 0 #23b4ca;
}
.tagspopular ul li a {
  background: #23b4ca;
  border: 1px solid #23b4ca;
  color: #fff;
}
.tagspopular ul li:hover a {
  background: #fff;
  color: #23b4ca;
}
.tags a {
  background: #23b4ca !important;
  color: #fff !important;
  border: 1px solid #23b4ca;
}
.tags a:hover {
  background: #fff !important;
  color: #23b4ca !important;
}
.vina-online .header:before {
  color: #23b4ca;
}
.module .header-module .icon,
.vina-title .header-module .icon {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/presets/../../images/bg_featured.png);
  background-repeat: no-repeat;
  background-position: left;
  background-color: #2196F1;
}
.module .header-module .icon.icon-0,
.vina-title .header-module .icon.icon-0 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/presets/../../images/bg_featured.png);
  border-bottom: 6px solid #3C80B5;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.module .header-module .icon.icon-1,
.vina-title .header-module .icon.icon-1 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/presets/../../images/bg_brand.png);
  border-bottom: 6px solid #C35B50;
  border-top-left-radius: 4px;
}
.module .header-module .icon.icon-2,
.vina-title .header-module .icon.icon-2 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/presets/../../images/bg_best.png);
  background-color: #DE5648;
  border-bottom: 6px solid #C35B50;
  border-top-left-radius: 4px;
}
.module .header-module .icon.icon-3,
.vina-title .header-module .icon.icon-3 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/presets/../../images/bg_latest.png);
}
.module .header-module .icon.icon-4,
.vina-title .header-module .icon.icon-4 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/presets/../../images/bg_special.png);
  border-bottom: 6px solid #CBA234;
  border-top-left-radius: 4px;
}
.module .header-module .icon.icon-5,
.vina-title .header-module .icon.icon-5 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/presets/../../images/bg_newsletter.png);
  border-bottom: 6px solid #3C80B5;
  border-top-left-radius: 4px;
}
.module .header-module .icon.icon-6,
.vina-title .header-module .icon.icon-6 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/presets/../../images/bg_followus.png);
}
.module .header-module .icon.icon-7,
.vina-title .header-module .icon.icon-7 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/presets/../../images/contact_us.png);
  border-bottom: 6px solid #3C80B5;
  border-top-left-radius: 4px;
}
.module .header-module .icon.icon-8,
.vina-title .header-module .icon.icon-8 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/presets/../../images/my_account_footer.png);
  border-bottom: 6px solid #C35B50;
  border-top-left-radius: 4px;
}
.module .header-module .icon.icon-9,
.vina-title .header-module .icon.icon-9 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/presets/../../images/information.png);
  border-bottom: 6px solid #CBA234;
  border-top-left-radius: 4px;
}
.module .header-module .icon.icon-10,
.vina-title .header-module .icon.icon-10 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/presets/../../images/buy_us.png);
}
.module .header-module .icon.icon-11,
.vina-title .header-module .icon.icon-11 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/presets/../../images/bg_title_vertical.png);
  border-bottom: 6px solid #3C80B5;
  border-top-left-radius: 4px;
}
.module .header-module .icon.icon-12,
.vina-title .header-module .icon.icon-12 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/presets/../../images/topcart_icon.png);
}
.module.header-border .header-module h3,
.vina-title.header-border .header-module h3 {
  border-bottom: 1px solid #23b4ca;
}
.module.border-1 .header-module h3,
.vina-title.border-1 .header-module h3 {
  border-bottom: 1px solid #40af64;
}
.module.border-3 .header-module h3,
.vina-title.border-3 .header-module h3 {
  border-bottom: 1px solid #f7be24;
}
.module.border-4 .header-module h3,
.vina-title.border-4 .header-module h3 {
  border-bottom: 1px solid #777777;
}
.module.vina4-color .header-module .icon,
.vina-title.vina4-color .header-module .icon {
    background-color: #7ac142;
    border-bottom: 6px solid #6daa3e;
  border-top-left-radius: 4px;
}
.module.vina3-color .header-module .icon,
.vina-title.vina3-color .header-module .icon {
  background-color: #f7be24;
}
.module.vina1-color .header-module .icon,
.vina-title.vina1-color .header-module .icon {
  background-color: #DE5648;
}
.vina-title {
  background-color: #2196F1;
}
.banner-home-content .home-box-iner:hover {
  background-color: #23b4ca;
  border-bottom: 4px solid #4A97A2;
}
.image-block .actions button.button:hover > span {
  background-color: #23b4ca;
}
.image-block .actions .add-to-links li a.link-wishlist:hover,
.image-block .actions .add-to-links li a.product-button-wishlist:hover {
  background-color: #23b4ca;
}
.image-block .actions .add-to-links li a.link-compare:hover,
.image-block .actions .add-to-links li a.link-compare-2:hover {
  background-color: #23b4ca;
}
.quickview-button:hover {
  background-color: #23b4ca;
}
.vina4-color .quickview-button:hover {
  background-color: #777777;
}
.price {
  color: #23b4ca;
}
.old-price .price {
  color: #F44336;
}
.special-price .price {
  color: #FFFFFF;
}
.product-name a {
  color: #616161 !important;
}
.product-name a:hover {
  color: #23b4ca !important;
}
.vina-main-product .owl-theme .owl-controls .owl-buttons div {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/presets/../../images/presets/preset1/nav_new.png) !important;
}
.vina-main-product .owl-theme .owl-controls .owl-buttons div:hover {
  border: 1px solid #23b4ca;
}
.vina-main-product.vina4-color .owl-theme .owl-controls .owl-buttons div {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/presets/../../images/presets/preset1/nav_featured.png) !important;
}
.vina-main-product.vina4-color .owl-theme .owl-controls .owl-buttons div:hover {
  border: 1px solid #777777;
}
.vina-product-3 .image-block .actions button.button > span {
  background-color: #fff;
}
.vina-product-3 .image-block .actions button.button:hover > span {
  background-color: #23b4ca;
}
.vina-product-3 .image-block .actions .add-to-links li a.link-wishlist,
.vina-product-3 .image-block .actions .add-to-links li a.product-button-wishlist {
  background-color: #fff;
}
.vina-product-3 .image-block .actions .add-to-links li a.link-wishlist:hover,
.vina-product-3 .image-block .actions .add-to-links li a.product-button-wishlist:hover {
  background-color: #23b4ca;
}
.vina-product-3 .image-block .actions .add-to-links li a.link-compare,
.vina-product-3 .image-block .actions .add-to-links li a.link-compare-2 {
  background-color: #fff;
}
.vina-product-3 .image-block .actions .add-to-links li a.link-compare:hover,
.vina-product-3 .image-block .actions .add-to-links li a.link-compare-2:hover {
  background-color: #23b4ca;
}
.vina-right-special .owl-theme .owl-controls .owl-buttons div {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/presets/../../images/presets/preset1/nav_special.png) !important;
}
.vina-right-special.vina4-color .owl-theme .owl-controls .owl-buttons div {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/presets/../../images/presets/preset1/nav_special.png) !important;
}
.vina-brands .vina-manufacturers-jshopping .vina-controls {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/presets/../../images/presets/preset1/nav_brand.png) !important;
}
.vina-brands.vina4-color .vina-controls:hover {
  border: 1px solid #777777;
}
.vina-follow-us .follow-us-content li a.face {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/presets/../../images/presets/preset1/face.png);
}
.vina-follow-us .follow-us-content li a.google {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/presets/../../images/presets/preset1/google.png);
}
.vina-follow-us .follow-us-content li a.twitter {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/presets/../../images/presets/preset1/twitter.png);
}
.vina-follow-us .follow-us-content li a.t {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/presets/../../images/presets/preset1/t.png);
}
.vina-follow-us .follow-us-content li a.p {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/presets/../../images/presets/preset1/p.png);
}
.vina-follow-us .follow-us-content li a.be {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/presets/../../images/presets/preset1/be.png);
}
.vina-follow-us .follow-us-content li a.wireless {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/presets/../../images/presets/preset1/wireless.png);
}
.vina-follow-us .follow-us-content li a.youtube {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/presets/../../images/presets/preset1/youtube.png);
}
.vina-newsletter form .acymailing_form button.button span {
  background-color: #2196F1;
}
.blog .pagination li.pagination-active a {
  color: #23b4ca;
  border: 1px solid #23b4ca;
}
.blog .pagination li:hover a {
  border: 1px solid #23b4ca;
  color: #23b4ca;
}
.jshop_list_product .jshop_pagination .pagination li.pagination-active a {
  color: #FFFFFF;
  background-color: #f44336;
}
.jshop_list_product .jshop_pagination .pagination li a:hover {
  color: #FFFFFF;
}
.required em {
  color: #eb340a;
}
.productfull .detailsRight .qty_in_stock #product_qty {
  color: #4caf50;
}
.productfull .detailsRight .add-to-box .add-to-links li .link-wishlist:hover {
  background-color: #FFD740;
  color: #FFD740;
}
.productfull .detailsRight .add-to-box .add-to-links li .link-compare:hover,
.productfull .detailsRight .add-to-box .add-to-links li .link-compare-2:hover {
  background-color: #FFD740;
  color: #FFD740;
}
.productfull .detailsRight .add-to-box .add-to-links li .email-friend:hover {
  background-color: #FFD740;
  color: #FFD740;
}
.productfull .detailsRight .add-to-cart button.button {
  float: right;
  margin: 0 20px;
  border-bottom: 4px solid #588B5A;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.productfull .detailsRight .add-to-cart button.button:hover span {
  background-color: #4caf50;
}
.productfull .detailsRight .add-to-cart button.button:hover span span {
  background-color: #62b965;
}
.productfull .product-collateral .product-tabs li a {
  font-size: 14px;
  color: #000000;
  background: #F1F1F1;
}
.productfull .product-collateral .product-tabs li.active a {
  background-color: #fff;
  color: #2196F1;
  -webkit-box-shadow: 0 2px 0 #2196F1 inset,0 2px 0 #fff;
}
.list_related .carousel-control {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/presets/../../images/presets/preset1/nav_brand.png) !important;
}
.list_related .carousel-control:hover {
  border: 1px solid #40af64;
}
.header-title {
  background-color: #2196F1;
}
.header-title.vina1_color {
  background-color: #40af64;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.fieldset .legend {
  border: 1px solid #2196f3;
  color: #2196f3;
}
#jshop_menu_order dl dt a:hover {
  color: #777;
}
#jshop_menu_order dl dt #active_step {
  color: #23b4ca;
}
.step-title .number {
  background: #23b4ca;
  border: 1px solid #23b4ca;
}
.blog .item .post-thumbnail .vina-link i:hover {
  background: #23b4ca;
}
.blog .item .post-thumbnail h2 a:hover {
  color: #23b4ca;
}
.category-list ul li .list-hits {
  background: #23b4ca;
}
.category-list .blog-date {
  background-color: #23b4ca;
}
.categories-list .blog-date-2 {
  background-color: #23b4ca;
}
.price-table {
  background: #fff;
  border: 1px solid #ccc;
  color: #777;
}
.price-table .price-plan {
  background: #818181;
}
.price-table .price-plan:before {
  border-color: #4e4e4e #4e4e4e transparent transparent;
}
.price-table .price-plan:after {
  border-color: #4e4e4e transparent transparent #4e4e4e;
}
.price-table:hover .price-plan {
  background: #23b4ca;
}
.price-table:hover .price-plan:before {
  border-color: #146773 #146773 transparent transparent;
}
.price-table:hover .price-plan:after {
  border-color: #146773 transparent transparent #146773;
}
.price-table:hover .vina-button {
  background: #23b4ca;
}
#vina_porfolio .gallery-filters a.btn:hover,
#vina_porfolio .gallery-filters a.btn.active {
  color: #23b4ca;
  border: 2px solid #23b4ca !important;
}
ul#vina_gallery .item .gallery-info {
  color: #fff;
  background: #23b4ca;
}
ul#vina_gallery .view .mask-1,
ul#vina_gallery .view .mask-2 {
  background: #42cade;
}
#vina_faq span.number {
  background: #23b4ca;
}
.vina-service-page .vina-service-item .media h2 {
  color: #23b4ca;
}
.vina-service-page .vina-service-item .sp-blocknumber span {
  background: #23b4ca;
}
.vina-button {
  background: #818181;
  color: #fff !important;
}
.vina-button:hover {
  background: #23b4ca;
}
.vina-carousel-content .item h3 a:hover {
  color: #23b4ca !important;
}
.vina-carousel-content.owl-theme .owl-controls .owl-buttons div {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/presets/../../images/presets/preset1/nav_new.png) !important;
}
.vina-carousel-content.owl-theme .owl-controls .owl-buttons div:hover {
  border: 1px solid #23b4ca;
}
.vina-list-1 .list-item .list-img:before {
  background: #333;
}
.vina-list-1 .list-item:hover .list-img:before {
  background: #23b4ca;
}
.vina-list-2 .list-left-item .list-2-img:before,
.vina-list-2 .list-right-item .list-2-img:before {
  background: #333;
}
.vina-list-2 .list-left-item:hover .list-2-img:before,
.vina-list-2 .list-right-item:hover .list-2-img:before {
  background: #23b4ca;
}
.vina-accordion .vina-accordion-content .accordion-open {
  background: #f1f1f1 !important;
}
.vina-accordion .vina-accordion-content .accordion-open span {
  background-color: #323232 !important;
}
.vina-accordion .vina-accordion-content .accordion-close {
  background-color: #e9e9e9 !important;
}
.vina-accordion .vina-accordion-content .accordion-close span {
  background-color: #323232 !important;
}
.vina-right-category .vina-treeview-jshopping ul li.collapsable > a {
  background-color: #f1f1f1 !important;
}
.vina-right-category .vina-treeview-jshopping > ul > li.expandable > .hitarea {
  background: url(//samimed.ir//templates/i30ms_ringo/css/presets/../../images/vertical_li.png) no-repeat 0 0%;
}
.vina-right-category .vina-treeview-jshopping > ul > li.expandable:hover > a {
  background-color: #f1f1f1 !important;
}
.vina-right-category .vina-treeview-jshopping > ul > li.collapsable > .hitarea {
  background: url(//samimed.ir//templates/i30ms_ringo/css/presets/../../images/vertical_li.png) no-repeat 0% 100%;
}
.vina-right-category .vina-treeview-jshopping > ul > li.collapsable > a {
  background-color: #f1f1f1 !important;
}
.vina-right-category .vina-treeview-jshopping > ul > li:hover > a {
  background-color: #f1f1f1 !important;
  color: #555;
}
.vina-right-category .vina-treeview-jshopping > ul > li > ul > li > a span {
  color: #000;
}
.vina-right-category .vina-treeview-jshopping > ul > li > ul > li:hover >a {
  background-color: #f1f1f1 !important;
  color: #555;
}
.vina-right-category .vina-treeview-jshopping > ul > li > ul > li.expandable > .hitarea,
.vina-right-category .vina-treeview-jshopping > ul > li > ul > li.collapsable > .hitarea {
  background: url(//samimed.ir//templates/i30ms_ringo/css/presets/../../images/vertical_li.png) no-repeat 0% 0%;
}
.vina-right-category .vina-treeview-jshopping > ul > li > ul > li.expandable > .hitarea.collapsable-hitarea,
.vina-right-category .vina-treeview-jshopping > ul > li > ul > li.collapsable > .hitarea.collapsable-hitarea {
  background: url(//samimed.ir//templates/i30ms_ringo/css/presets/../../images/vertical_li.png) no-repeat 0% 100%;
}
.vina-right-category .vina-treeview-jshopping > ul > li > ul > li.collapsable > a span {
  color: #555 !important;
}
.vina-right-category .vina-treeview-jshopping > ul > li > ul > li > ul > li:hover >a {
  background-color: #f1f1f1 !important;
  color: #555;
}
.vina-layered-nav dt {
  color: #23b4ca;
}
.vina3-color .owl-theme .owl-controls .owl-buttons div:hover {
  border: 1px solid #f7be24;
}
.vina4-color .owl-theme .owl-controls .owl-buttons div:hover {
  border: 1px solid #777777;
}
.vina1-color .owl-theme .owl-controls .owl-buttons div:hover {
  border: 1px solid #40af64;
}
.vina1-color .vina-manufacturers-jshopping .vina-controls:hover {
  border: 1px solid #40af64;
}
.vina1-color .image-block .actions button.button:hover > span {
  background-color: #40af64;
}
.vina1-color .image-block .actions .add-to-links li a.link-wishlist:hover,
.vina1-color .image-block .actions .add-to-links li a.product-button-wishlist:hover {
  background-color: #40af64;
}
.vina1-color .image-block .actions .add-to-links li a.link-compare:hover,
.vina1-color .image-block .actions .add-to-links li a.link-compare-2:hover {
  background-color: #40af64;
}
.vina1-color .price {
  color: #40af64;
}
.vina1-color .old-price .price {
  color: #F44336;
}
.vina1-color .special-price .price {
  color: #FFFFFF;
}
.vina1-color .product-name a {
  color: #616161 !important;
  font-weight: normal;
}
.vina1-color .product-name a:hover {
  color: #000 !important;
}
.vina3-color .image-block .actions button.button:hover > span {
  background-color: #f7be24;
}
.vina3-color .image-block .actions .add-to-links li a.link-wishlist:hover,
.vina3-color .image-block .actions .add-to-links li a.product-button-wishlist:hover {
  background-color: #f7be24;
}
.vina3-color .image-block .actions .add-to-links li a.link-compare:hover,
.vina3-color .image-block .actions .add-to-links li a.link-compare-2:hover {
  background-color: #f7be24;
}
.vina3-color .price {
  color: #f7be24;
}
.vina3-color .old-price .price {
  color: #555;
}
.vina3-color .special-price .price {
  color: #FFFFFF;
}
.vina3-color .product-name a {
  color: #616161 !important;
}
.vina3-color .product-name a:hover {
  color: #f7be24 !important;
}
.vina4-color .image-block .actions button.button:hover > span {
  background-color: #777777;
}
.vina4-color .image-block .actions .add-to-links li a.link-wishlist:hover,
.vina4-color .image-block .actions .add-to-links li a.product-button-wishlist:hover {
  background-color: #777777;
}
.vina4-color .image-block .actions .add-to-links li a.link-compare:hover,
.vina4-color .image-block .actions .add-to-links li a.link-compare-2:hover {
  background-color: #777777;
}
.vina4-color .price {
  color: #777777;
}
.vina4-color .old-price .price {
  color: #F44336;
}
.vina4-color .special-price .price {
  color: #FFFFFF;
}
.vina4-color .product-name a {
  color: #616161 !important;
}
.vina4-color .product-name a:hover {
  color: #777777 !important;
}
.module.highlighted {
  background: #3498DB;
}
.module.highlighted a {
  color: #fff !important;
}
.page-header {
  color: #23b4ca;
}
.page-header a {
  color: #23b4ca;
}
.progress-striped .bar {
  background-color: #23b4ca;
}
#vina_about_us .carousel .item .incon_bg {
  background: #23b4ca;
}
#vina_about_us .carousel .carousel-control {
  color: #23b4ca;
}
#vina_about_us .carousel:hover .carousel-control:hover {
  background: #23b4ca;
}
#vina_about_us .skill ul li {
  border-left: 2px solid #23b4ca;
}
#vina_company .img-polaroid .info_team ul li a:hover {
  background: #23b4ca;
}
#vina_pricing_table .pricing_table .thumbnail button {
  background: #23b4ca;
}
#vina_contact_us ul.social li a {
  border: 4px solid #99e2ed;
  background: #23b4ca;
}
#vina_contact_us ul.social li a:hover {
  border: 4px solid #23b4ca;
}
#vina_contact_us ul.social li a:hover em {
  color: #23b4ca;
}
#vina_contact_us .map span em {
  color: #23b4ca;
}
#jc h4 {
  border-bottom: 1px solid #23b4ca;
}
#jc #comments-form #comments-form-send {
  background: #323232;
}
#jc #comments-form #comments-form-send div {
  background: none;
}
#jc #comments-form #comments-form-send:hover {
  background: #23b4ca;
}
#jc .color {
  background: none;
  color: #23b4ca;
}
.category .items-row .item .entry-meta.muted [class^="icon-"],
.category .items-row .item .entry-meta.muted [class*=" icon-"] {
  color: #23b4ca;
}
.sp-mobile-menu {
  background: #333;
}
.sp-mobile-menu ul li {
  background: #333;
}
.sp-mobile-menu ul li a {
  color: #fff;
}
.sp-mobile-menu ul li a:hover,
.sp-mobile-menu ul li a.active {
  color: #2196F1;
}
.vina-menu {
  background: #2196F1 !important;
  border-bottom: 4px solid #3C80B5;
}
.vina-menu:hover {
  background: #53A0DC !important;
}
.vina-menu-small {
  background: #2196F1 !important;
}
.vina-menu-small:hover {
  background: #53A0DC !important;
}
.icon-color:before {
  color: #23b4ca;
}
ul.breadcrumb li span {
  color: #ffffff;
}
#sp-bottom-wrapper a:not(.btn),
#sp-footer-wrapper a:not(.btn) {
  color: #fff;
}
#sp-bottom-wrapper a:not(.btn):hover,
#sp-footer-wrapper a:not(.btn):hover {
  color: #23b4ca;
}
#sp-bottom-wrapper .vina1-color a:not(.btn):hover,
#sp-footer-wrapper .vina1-color a:not(.btn):hover {
  color: #40af64;
}
#sp-bottom-wrapper .vina3-color a:not(.btn):hover,
#sp-footer-wrapper .vina3-color a:not(.btn):hover {
  color: #f7be24;
}
#sp-bottom-wrapper .vina4-color a:not(.btn):hover,
#sp-footer-wrapper .vina4-color a:not(.btn):hover {
  color: #777777;
}
.sp-totop {
  background: #2196F1 url(//samimed.ir//templates/i30ms_ringo/css/presets/../../images/back_top.png) no-repeat center center;
  -ms-border-radius: 4px;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  box-shadow: 0 0 2px rgba(0,0,0,.14),0 2px 4px rgba(0,0,0,.28);
}
.sp-totop:hover {
  background-color: #53A0DC;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
  -webkit-transition: box-shadow 150ms cubic-bezier(0, 0, 0.2, 1) 0s;
  -moz-transition: box-shadow 150ms cubic-bezier(0, 0, 0.2, 1) 0s;
  -ms-transition: box-shadow 150ms cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: box-shadow 150ms cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: box-shadow 150ms cubic-bezier(0, 0, 0.2, 1) 0s;

}
.sp-border {
  border-top: 1px solid #05191c;
}
.sp-border::after {
  background: #125b66;
}
.btn-primary,
button,
input[type='submit'],
input[type='button'],
submit {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #2382ca;
  background-image: -moz-linear-gradient(top,#2398ca,#2360ca);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#2398ca),to(#2360ca));
  background-image: -webkit-linear-gradient(top,#2398ca,#2360ca);
  background-image: -o-linear-gradient(top,#2398ca,#2360ca);
  background-image: linear-gradient(to bottom,#2398ca,#2360ca);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2298ca', endColorstr='#ff2260ca', GradientType=0);
  border-color: #2360ca #2360ca #184189;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2360ca;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
button:hover,
button:active,
button.active,
button.disabled,
button[disabled],
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit'].active,
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button']:hover,
input[type='button']:active,
input[type='button'].active,
input[type='button'].disabled,
input[type='button'][disabled],
submit:hover,
submit:active,
submit.active,
submit.disabled,
submit[disabled] {
  color: #fff;
  background-color: #2360ca;
  *background-color: #1f56b4;
}
.btn-primary:active,
.btn-primary.active,
button:active,
button.active,
input[type='submit']:active,
input[type='submit'].active,
input[type='button']:active,
input[type='button'].active,
submit:active,
submit.active {
  background-color: #1b4c9f \9;
}

/*SC_GROUP_CSS*//* ========================================================================
   font
 ========================================================================== */
@font-face {
	font-family: Vazir;
	font-style: normal;
	font-weight: bold;
	src: url(//samimed.ir//templates/i30ms_ringo/css/../fonts/woff2/Vazir-Bold-FD-UI.woff2) format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url(//samimed.ir//templates/i30ms_ringo/css/../fonts/woff/Vazir-Bold-FD-UI.woff) format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url(//samimed.ir//templates/i30ms_ringo/css/../fonts/ttf/Vazir-Bold-FD-UI.ttf) format('truetype');
}
@font-face {
	font-family: Vazir;
	font-style: normal;
	font-weight: 500;
	src: url(//samimed.ir//templates/i30ms_ringo/css/../fonts/woff2/Vazir-Medium-FD-UI.woff2) format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url(//samimed.ir//templates/i30ms_ringo/css/../fonts/woff/Vazir-Medium-FD-UI.woff) format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url(//samimed.ir//templates/i30ms_ringo/css/../fonts/ttf/Vazir-Medium-FD-UI.ttf) format('truetype');
}
@font-face {
	font-family: Vazir;
	font-style: normal;
	font-weight: 300;
	src: url(//samimed.ir//templates/i30ms_ringo/css/../fonts/woff2/Vazir-Light-FD-UI.woff2) format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url(//samimed.ir//templates/i30ms_ringo/css/../fonts/woff/Vazir-Light-FD-UI.woff) format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url(//samimed.ir//templates/i30ms_ringo/css/../fonts/ttf/Vazir-Light-FD-UI.ttf) format('truetype');
}
@font-face {
	font-family: Vazir;
	font-style: normal;
	font-weight: 200;
	src: url(//samimed.ir//templates/i30ms_ringo/css/../fonts/woff2/Vazir-Thin-FD-UI.woff2) format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url(//samimed.ir//templates/i30ms_ringo/css/../fonts/woff/Vazir-Thin-FD-UI.woff) format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url(//samimed.ir//templates/i30ms_ringo/css/../fonts/ttf/Vazir-Thin-FD-UI.ttf) format('truetype');
}
@font-face {
	font-family: Vazir;
	font-style: normal;
	font-weight: normal;
	src: url(//samimed.ir//templates/i30ms_ringo/css/../fonts/woff2/Vazir-Regular-FD-UI.woff2) format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url(//samimed.ir//templates/i30ms_ringo/css/../fonts/woff/Vazir-Regular-FD-UI.woff) format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url(//samimed.ir//templates/i30ms_ringo/css/../fonts/ttf/Vazir-Regular-FD-UI.ttf) format('truetype');
}
/* ========================================================================
   menu  :)
 ========================================================================== */
  /* Fix Menu */
.sp-mobile-menu ul li span.sp-menu-toggler {
    float: left;
}
#sp-main-menu ul {
	position: relative;
}
#sp-main-menu ul.level-0 > li {
}
#ROW_ID > div.span4.span8 {
    padding: 0 1px 0 1px !important;
} 
#sp-top-wrapper {
    z-index: 10000;
}
.vina-banner-main img {
    border: 1px solid #ebeced;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.vina-main-product .owl-carousel .owl-wrapper-outer {
    height: 450px;
}
.vina-camera-slider .camera_fakehover {
    -webkit-box-shadow: 0 0.7rem 3rem rgba(0,0,0,.15);
    box-shadow: 0 0.7rem 3rem rgba(0,0,0,.15);
	    border-radius: .7rem;
	-webkit-border-radius: .7rem; 
	-moz-border-radius: .7rem; 
}
.vina-camera-slider .camera_target {
    border-radius: .7rem;
	-webkit-border-radius: .7rem; 
	-moz-border-radius: .7rem; 
}
/* ========================================================================
   menu  :)
 ========================================================================== */
ul.breadcrumb {
    font-size: 12px;
    background: #f7be24 url(/images/page/top-bar/elements_header_background.png);
    background-size: 300px 300px, auto;
    margin-bottom: 30px;
    padding: 0 11px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
    position: fixed;
    width: 90%;
    top: 0;
    margin: auto;
    right: 0;
	left: 0;
    top: 0;
	z-index: 1000;
}
.sp-mobile-menu {
    z-index: 100000;
}
/*--------------------------------------------------------------
i30ms shopping
--------------------------------------------------------------*/
.jshop_list_product .product .review_mark, .des-container .ratings {
    display: none;
}
.productfull .extra_fields {
    background-image: -webkit-linear-gradient(225deg,#8b00af,#d40062 70%);
    background-image: -o-linear-gradient(225deg,#8b00af 0,#d40062 70%);
    background-image: linear-gradient(-135deg,#8b00af,#d40062 70%);
    line-height: 2.2;
	color: #fff;
	margin: 10px 0;
}
.extra_fields div {
    margin: 0 15px;
}
.productfull .detailsRight .qty_in_stock #product_qty {
    color: #fff;
}
.productfull .qty_in_stock {
    margin-bottom: 10px;
    background: #4caf50;
    margin: 9px 0;
    color: #fff;
    padding: 5px 10px;
}
.productfull .qty_in_stock {
    margin-bottom: 10px;
    background: #f7be24;
    margin: 9px 0;
    color: #fff;
}
.fields input[type="radio"], .fields input[type="checkbox"] {
margin: 0 !important;
height: 25px !important;
}
.jshop_register label {
margin-left: 50px !important;
}
#table_shippings > tbody > tr:nth-child(1) > td > label {
    font-weight: normal;
    color: #000;
    font-size: 15px;
    background: #eee;
    border-right: 4px solid #ff7748;
    border-radius: 0;
    font-size: 15px;
    padding: 4px 10px;
}
#table_shippings > tbody > tr:nth-child(2) > td > label {
    font-weight: normal;
    color: #000;
    font-size: 15px;
    background: #eee;
    border-right: 4px solid #ff7748;
    border-radius: 0;
    font-size: 15px;
    padding: 4px 10px;
}
#table_shippings > tbody > tr:nth-child(3) > td > label {
    font-weight: normal;
    color: #000;
    font-size: 15px;
    background: #eee;
    border-right: 4px solid #ff7748;
    border-radius: 0;
    font-size: 15px;
    padding: 4px 10px;
}
body.rtl .zoomWindowContainer >div {
	left: auto !important;
	right: 100%;
}
.chosen-container-multi .chosen-choices li {
    float: right !important;
}
.jshop_filters .head {
    font-weight: 500 !important;
}
.jshop_filters .filter_item {
    font-weight: 300 !important;
}
.manufacturer_logo {
    text-align: center;
}
.ui-widget-header {
    background: #2196f3 !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.chosen-container-multi .chosen-choices {
  border: 1px solid #ddd !important; 
  background-image: linear-gradient(#ffffff 1%, #ffffff 15%) !important;
}
.chosen-container-multi .chosen-choices li.search-choice {
    padding: 10px 20px 10px 10px !important;
    border: none !important;
    background-color: #607D8B !important;
    background-image: linear-gradient(#607D8B 20%, #607D8B 50%, #607D8B 52%, #607D8B 100%) !important;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15) !important;
    -ms-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15) !important;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.15) !important;
    color: #fff !important;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: 30px !important;
}
.jshop_filters .row {
    background-color: #fff !important;
	border-bottom: none !important;
}
.jshop_filters .btn-go {
    background-color: #2196f3 !important;
    background-image: linear-gradient(to bottom, #2196f3, #2196f3) !important;
    border-color: #2196f3 #2196f3 #2196f3 !important;
    padding: 8px 15px !important;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
    -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
}
.jshop_filters .clear_filter_mod {
    background-color: #46a349 !important;
    background-image: linear-gradient(to bottom, #46a349, #46a349) !important;
    border-color: #46a349 #46a349 #46a349 !important;
    padding: 8px 15px !important;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
    -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    border: none !important;
    width: 20px!important;
    height: 25px!important;
    background: url(//samimed.ir//templates/i30ms_ringo/css/../images/other/xslider_marker.png) 0 0 no-repeat!important;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  background: #40A9F2;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: 1em 1.4em;
  text-transform: uppercase;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.4) 0 2px 5px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: white;
  box-shadow: 0 25px 55px 0 rgba(0, 0, 0, 0.21), 0 16px 28px 0 rgba(0, 0, 0, 0.22);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.button:active,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background-color: #32a3f1;
}
.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
  background-color: #1093ef;
  box-shadow: 0 2px 2px #0a588f;
}
.button:focus:hover,
button:focus:hover,
input[type="button"]:focus:hover,
input[type="reset"]:focus:hover,
input[type="submit"]:focus:hover {
  background-color: #5db6f4;
}
.button:focus:active,
button:focus:active,
input[type="button"]:focus:active,
input[type="reset"]:focus:active,
input[type="submit"]:focus:active {
  background-color: #239cf0;
}
/* input  */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: none;
  height: 100%;
  border-bottom: 1px solid #ccc;
  padding: 7px;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 1.0rem;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
  outline: none;
  border-color: #40A9F2;
  background: #fdfdfd;
  box-shadow: inset 0 -1px 0 #40A9F2;
}

input[disabled="disabled"] {
  background: #efefef;
  border-color: #dfdfdf;
}
/*--------------------------------------------------------------
i30ms e-namad
--------------------------------------------------------------*/
.e-namad {
    width: 290px;
    float: right;
    margin-top: 22px;
}
/* ========================================================================
   i30ms  :)
 ========================================================================== */
.side-box .category {
    padding: 5px 10px;
}
.side-box {
  background: #fff;
  margin-bottom: 20px;
  border-bottom: 3px solid #aaa;
  border-radius: 5px;
  float: right;
  text-align: right;
  direction: rtl;
}
.side-box .title {
  padding: 17px 12px;
  border-bottom: 1px solid rgba(207,128,173,0.1);
  font: 15px Vazir;
  color: #828282;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
}
.side-box:hover .title {
  background: #F3F3F3;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.side-box .title .fa {
    color: #828282;
    float: right;
    margin-left: 9px;
    margin-top: 5px;
}
.textads:hover {
    background: #f14646;
    color: #fff !important;
}
.textads {
    background: #F2F2F2;
    margin-bottom: 10px;
    color: #828282 !important;
    padding: 4px 10px;
    font: 14px Vazir, 'Roboto Condensed';
    border-radius: 6px;
    border-bottom: 2px solid rgba(0,0,0,0.2);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.i30msrow {
    width: 100%;
	box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.i30mscol {
    float: right;
}
.medium-transition {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
/* ==========================================================================
   i30ms telegram
   ========================================================================== */
a.articleTelegram {
	color: #fff !important;
	background: #2ca4e0;
	height: 4.0625rem;
	padding: 1rem;
	line-height: 2.0625rem;
	float: right;
	text-align: right;
	border-bottom: 6px solid #2D8CBC;
	width: 100%;
	height: 100%;
	font-size: 0.875rem;
	font-weight: 400;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	direction: rtl;
}
.articleTelegram i {
	font-size: 2.0625rem;
	float: right;
    margin-left: 0.625rem;
}
a.articleTelegram:hover i.icon-telegram {
	color: #fff
}
.articleTelegram .pull-left  {
	border: 0.125rem solid #fff;
	color: #fff;
	padding: 0 0.625rem;
	height: 2.0625rem;
	line-height: 2.0625rem;
	transition: all .3s;
	border-radius: 0.1875rem;
}
.articleTelegram:hover .pull-left {
	color: #2ca4e0;
	background: #fff;
}
/* ==========================================================================
   i30ms category right
   ========================================================================== */
.i30mscategorytitle {
	background: url(//samimed.ir//templates/i30ms_ringo/css/../images/other/icons.png) no-repeat right -203px #4FBF37;
	height: 50px;
	font-size: 0;
	float: right;
	width: 100%;
}
.sidebar-switch {
	float: left;
	width: 25px;
	height: 15px;
	margin: 20px 0px 0px 20px;
	position: relative;
	display: block;
	background: url(//samimed.ir//templates/i30ms_ringo/css/../images/other/icons.png) left 0px;
}
.sidebar-switch span {
	position: absolute;
	height: 11px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	top: 2px;
	width: 11px;
	background: #fff;
	box-shadow: 1px 1px 3px #3F982C;
	border-radius: 20px;
}

.arrow-left {
	position: absolute;
	display: block;
	top: 15px;
	left: 20px;
	width: 10px;
	height: 14px;
}
.i30mscategory .cat-icon-1 ,
.i30mscategory .cat-icon-2 ,
.i30mscategory .cat-icon-3 ,
.i30mscategory .cat-icon-4 ,
.i30mscategory .cat-icon-5 ,
.i30mscategory .cat-icon-6 ,
.i30mscategory .cat-icon-7 ,
.i30mscategory .cat-icon-8 {
	display: block;
	margin: 0px 0px 0px 12px;
	background: url(//samimed.ir//templates/i30ms_ringo/css/../images/other/icons.png);
	height: 24px;
	width: 24px;
	float: right;
	border-radius: 2px;
}
.i30mscategory .cat-icon-1 {
	background-position: 0px -300px
}
.i30mscategory .cat-icon-2 {
	background-position: -24px -300px
}
.i30mscategory .cat-icon-3 {
	background-position: -48px -300px
}
.i30mscategory .cat-icon-4 {
	background-position: -72px -300px
}
.i30mscategory .cat-icon-5 {
	background-position: -96px -300px
}
.i30mscategory .cat-icon-6 {
	background-position: -120px -300px
}
.i30mscategory .cat-icon-7 {
	background-position: -144px -300px
}
.i30mscategory .cat-icon-8 {
	background-position: -168px -300px
}

.i30mscategory {
	font: 13px/1.5 Vazir,tahoma;
	padding: 10px 0px;
  background: -webkit-linear-gradient(#4FBF37, #68C943); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#4FBF37, #68C943); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#4FBF37,#68C943); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#4FBF37, #68C943); 
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
  direction: rtl;
}	
.i30mscategory ul li {
	position: relative;
}
.i30mscategory ul li > a {
	display: block;
	color: #DBF2DD;
	padding: 12px 20px 12px 0px;
}
.i30mscategory ul li > a:hover {
	color: #fff;
	background: rgba(0,0,0, 0.08);
}
.i30mscategory ul .bestone {
	float: right;
	width: 30%;
	height: 100%;
	padding: 10px 15px;
	font: 11px/2 'calibri',tahoma;
}	
.i30mscategory ul .bestone figure {
	float: right;
	text-align: center;
	width: 50%;
	margin: 0px 0px 20px;
}
.i30mscategory ul .bestone h4 {
	font-size: 13px;
	padding: 10px 5px 20px;
}
.i30mscategory ul .bestone img {
	display: block;
	width: 85%;
	height: auto;
	margin: 10px auto;
}
.i30msclear {
   clear: both;
   display: block;
   height:0;
   font-size:0px;
}
/* ==========================================================================
   i30ms ticket right
   ========================================================================== */
.userbox h2 {
	height: 45px;
	background: url(//samimed.ir//templates/i30ms_ringo/css/../images/other/icons.png) no-repeat right -1640px;
}
.userbox a.greenlink {
	background: url(//samimed.ir//templates/i30ms_ringo/css/../images/other/icons.png) no-repeat right -892px #8ABD44;
	padding: 6px 45px 6px 15px;
	border-radius: 3px;
	margin: 0px 0px 0px 15px;
	font-size: 14px;
	color: white;
}
.userbox a.translink {
	border: 1px solid #fff;
	color: #fff;
	border-radius: 3px;
	padding: 5px 15px 5px 15px;
	font-size: 14px;
}
.userbox a.translink:hover {
	background:rgba(255,255,255,0.1);
}
.userbox {
	background: url(//samimed.ir//templates/i30ms_ringo/css/../images/other/iconpattern.gif) #3CA3F4;
	padding: 43px 15px;
	font: 13px/2 Vazir,tahoma;
	color: white;	border-radius: 4px 4px 0px 0px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	position: relative;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
}
/* ========================================================================
   title main content  :)
 ========================================================================== */
.box {
    background: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #ebeef0;
    border-radius: 4px;
    padding: 25px 20px;
    float: right;
    width: 100%;
	box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
    overflow: hidden;
}
.box.ns {
    background: none;
    border: none;
}
.box.styled {
    border: 1px solid #cad2d9;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(231, 235, 238, 1);
    -moz-box-shadow: 3px 3px 3px 0px rgba(231, 235, 238, 1);
    box-shadow: 3px 3px 3px 0px rgba(231, 235, 238, 1);
    padding: 0;
}
.box header {
    border-bottom: none;
}
.box header h3 {
    font-size: 20px;
    font-family: 'Vazir';
    font-weight: bold;
    color: #495c6e;
    margin-top: 0;
}
.box header h5 {
    font-size: 13px;
    font-family: 'Vazir';
    font-weight: bold;
    color: #495c6e;
    margin-top: 0;
    margin-bottom: 0;
}
.box header h6 {
    color: #495c6e;
	font-weight: 500;
}
.box header h3 span {
    color: #f2654e;
}
.box header a.more {
    color: #fff;
    -webkit-box-shadow: inset 0px -3px 0px 0px #b0b4b8;
    -moz-box-shadow: inset 0px -3px 0px 0px #b0b4b8;
    box-shadow: inset 0px -3px 0px 0px #b0b4b8;
    border-radius: 4px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    float: left;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    margin-top: 8px;
    background: #bdc3c7;
}
.box header a.more:hover {
    -webkit-box-shadow: inset 0px -3px 0px 0px #de5440;
    -moz-box-shadow: inset 0px -3px 0px 0px #de5440;
    box-shadow: inset 0px -3px 0px 0px #de5440;
    background: #f2654e;
}
/* ========================================================================
   main content :)
 ========================================================================== */
#sp-maincontent > div:nth-child(3) {
    margin-top: 0 !important;
}
#sp-maincontent > div.module.vina-main-product.vina-main-new.vina4-color {
    margin-top: 0 !important;
}
/* ========================================================================
   more link :)
 ========================================================================== */
.more_links {
    float: right;
    width: 100%;
    text-align: center;
    margin-top: 0;
	margin-bottom: 20px;
}
.more_links a {
    color: #fff !important;
    -webkit-box-shadow: inset 0px -3px 0px 0px #b0b4b8;
    -moz-box-shadow: inset 0px -3px 0px 0px #b0b4b8;
    box-shadow: inset 0px -3px 0px 0px #b0b4b8;
    border-radius: 4px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    display: inline-block;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    margin-top: 8px;
    background: #bdc3c7;
    font-size: 13px;
}
.more_links a:hover {
    -webkit-box-shadow: inset 0px -3px 0px 0px #7db046;
    -moz-box-shadow: inset 0px -3px 0px 0px #7db046;
    box-shadow: inset 0px -3px 0px 0px #7db046;
    background: #8cc152;
}
/* ========================================================================
    container :)
 ========================================================================== */
#sp-bannermain2 .container {
max-width: 100% !important;
}
/* ========================================================================
   slide bg :)
 ========================================================================== */
.search_area {
    background: url(//samimed.ir//templates/i30ms_ringo/css/../images/other/search-bg.jpg) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 100px 0;
    position: relative;
}
.search_area .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(208, 209, 211, 0.22);
    top: 0;
    left: 0;
}
body.single-product .search_area .mask {
    background: rgba(55, 59, 67, .9);
}
body.dokan-dashboard .search_area .mask,
body.mwp-panel .search_area .mask {
    background: rgba(229, 104, 87, .9);
}
body.category .search_area, body.page .search_area {
    padding: 45px 0 30px;
}
body.category .search_area .search_wrapper {
    margin-top: 0;
    width: 525px;
}
.search_area h3 {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
    text-align: center;
	position: relative;
}
.search_area .categories {
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
    font-size: 16px;
    padding-top: 50px;
	position: relative;
	direction: rtl;
}
.search_area .categories a {
    display: inline-block;
    margin-right: 10px;
    height: 40px;
    padding: 0 15px;
    border-radius: 4px;
    color: #fff;
    -webkit-transition: box-shadow .2s;
    -o-transition: box-shadow .2s;
    transition: box-shadow .2s;
    font-size: 15px;
}
.search_area .categories a:nth-child(1) {
    background: #f2654e;
    -webkit-box-shadow: inset 0px -5px 0px 0px rgba(222, 84, 64, 1);
    -moz-box-shadow: inset 0px -5px 0px 0px rgba(222, 84, 64, 1);
    box-shadow: inset 0px -5px 0px 0px rgba(222, 84, 64, 1);
}
.search_area .categories a:nth-child(1):hover {
    -webkit-box-shadow: inset 0px -40px 0px 0px rgba(222, 84, 64, 1);
    -moz-box-shadow: inset 0px -40px 0px 0px rgba(222, 84, 64, 1);
    box-shadow: inset 0px -40px 0px 0px rgba(222, 84, 64, 1);
}
.search_area .categories a:nth-child(2) {
    background: #f6bb42;
    -webkit-box-shadow: inset 0px -5px 0px 0px #e5ad37;
    -moz-box-shadow: inset 0px -5px 0px 0px #e5ad37;
    box-shadow: inset 0px -5px 0px 0px #e5ad37;
}
.search_area .categories a:nth-child(2):hover {
    -webkit-box-shadow: inset 0px -40px 0px 0px #e5ad37;
    -moz-box-shadow: inset 0px -40px 0px 0px #e5ad37;
    box-shadow: inset 0px -40px 0px 0px #e5ad37;
}
.search_area .categories a:nth-child(3) {
    background: #3bafda;
    -webkit-box-shadow: inset 0px -5px 0px 0px #2498c1;
    -moz-box-shadow: inset 0px -5px 0px 0px #2498c1;
    box-shadow: inset 0px -5px 0px 0px #2498c1;
}
.search_area .categories a:nth-child(3):hover {
    background: #3bafda;
    -webkit-box-shadow: inset 0px -40px 0px 0px #2498c1;
    -moz-box-shadow: inset 0px -40px 0px 0px #2498c1;
    box-shadow: inset 0px -40px 0px 0px #2498c1;
}
.search_area .categories a:nth-child(4) {
    background: #8cc152;
    -webkit-box-shadow: inset 0px -5px 0px 0px #7db046;
    -moz-box-shadow: inset 0px -5px 0px 0px #7db046;
    box-shadow: inset 0px -5px 0px 0px #7db046;
}
.search_area .categories a:nth-child(4):hover {
    -webkit-box-shadow: inset 0px -40px 0px 0px #7db046;
    -moz-box-shadow: inset 0px -40px 0px 0px #7db046;
    box-shadow: inset 0px -40px 0px 0px #7db046;
}
.search_area .search_wrapper {
    text-align: center;
    font-size: 0;
    margin: 40px auto 0;
    width: 770px;
    position: relative;
}
.search_area form input {
    width: 600px;
    height: 70px;
    background: #fff;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(78, 100, 122, 1), inset 0px -3px 0px 0px rgba(237, 239, 235, 1);
    -moz-box-shadow: 3px 3px 5px 0px rgba(78, 100, 122, 1), inset 0px -3px 0px 0px rgba(237, 239, 235, 1);
    box-shadow: 3px 3px 5px 0px rgba(78, 100, 122, 1), inset 0px -3px 0px 0px rgba(237, 239, 235, 1);
    border: none;
    padding: 0 20px;
    line-height: 70px;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    font-size: 16px;
    float: right;
}
body.category .search_area form input {
    width: 455px;
    height: 65px;
    line-height: 65px;
}
body.category .search_area form button {
    width: 65px;
    height: 65px;
    line-height: 65px;
}
.search_result {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    float: right;
    width: 100%;
    color: #fff;
    margin-top: 25px;
}
.search_area form button {
    width: 85px;
    height: 70px;
    background: #434a54;
    color: #fff;
    -webkit-box-shadow: -3px 3px 5px 0px rgba(78, 100, 122, 1), inset 0px -3px 0px 0px #393e47;
    -moz-box-shadow: -3px 3px 5px 0px rgba(78, 100, 122, 1), inset 0px -3px 0px 0px #393e47;
    box-shadow: -3px 3px 5px 0px rgba(78, 100, 122, 1), inset 0px -3px 0px 0px #393e47;
    border: none;
    line-height: 70px;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    font-size: 28px;
    padding: 0;
    float: right;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.search_area form button:hover {
    -webkit-box-shadow: -3px 3px 5px 0px rgba(78, 100, 122, 1), inset 0px -70px 0px 0px #393e47;
    -moz-box-shadow: -3px 3px 5px 0px rgba(78, 100, 122, 1), inset 0px -70px 0px 0px #393e47;
    box-shadow: -3px 3px 5px 0px rgba(78, 100, 122, 1), inset 0px -70px 0px 0px #393e47;
}
.search_area .search_wrapper .product_type {
    float: left;
    margin-top: 25px;
}
.search_area .search_wrapper .product_type a {
    font-size: 19px;
    color: #fff;
    font-weight: bold;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
    margin-right: 20px;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}
.search_area .search_wrapper .product_type a:hover {
    color: #99ca6a;
}
/* ========================================================================
   content header wp :)
 ========================================================================== */
.slogan {
    background: #646871;
	height: 100%;
}
.slogan h4 {
    float: right;
    line-height: 90px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    margin: 0 0 0 10px;
}
.slogan p {
    font-size: 12px;
    color: #fff;
    line-height: 90px;
    margin-bottom: 15px;
}
.slogan p a {
    background: #99ca6a;
    color: #fff !important;
    -webkit-box-shadow: inset 0px -3px 0px 0px #8abc5d;
    -moz-box-shadow: inset 0px -3px 0px 0px #8abc5d;
    box-shadow: inset 0px -3px 0px 0px #8abc5d;
    margin: 0 5px;
    padding: 9px;
    margin-top: 25px;
    border-radius: 4px;
    -webkit-transition: box-shadow .2s;
    -o-transition: box-shadow .2s;
    transition: box-shadow .2s;
}
.slogan p a:hover {
    -webkit-box-shadow: inset 0px -41px 0px 0px #8abc5d;
    -moz-box-shadow: inset 0px -41px 0px 0px #8abc5d;
    box-shadow: inset 0px -41px 0px 0px #8abc5d;
}
/* ========================================================================
   i30ms img  :)
 ========================================================================== */
.vina-right-product .item .product-image img {
	display: inline-block;
    margin: 0;
	-ms-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
    height: 100%;
	z-index: 1000;
    position: relative;
}
.vina-ticker-jshopping .plabel img {
	display: inline-block;
    margin: 0;
    padding: 7px 7px;
    float: right;
	-ms-border-radius: 50%;
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
} 
#vina-ticker-jshopping181 .vina-item a {
    color: #000 !important;
	font-weight: normal;
}
#vina-ticker-jshopping181 .vina-item a:hover {
    color: #ffffff !important;
}
/* popular product */
.owl-carousel .owl-wrapper-outer {
    direction: ltr;
}
/* ========================================================================
   divider :)
 ========================================================================== */
.divider-1 i {
    color: #f44336;
    font-size: 22px;
}
.divider-1::before, .divider-1::after {
    background-color: #f44336;
    content: "";
    display: inline-block;
    height: 2px;
    margin-bottom: 8px;
    margin-left: 5px;
    margin-right: 5px;
    width: 30%;
}
/* service icon */
div#wallet-tk-tabswrapper div#wallet-tk-tabs a{display: inline-block; margin: 0 5px; text-decoration: none;white-space:nowrap; }
div#wallet-tk-tabswrapper div#wallet-tk-tabs a:hover{}
div#wallet-tk-tabswrapper div#wallet-tk-tabs a.selected{color: #fff; background: #9ACC00;}
div#wallet-tk-tabswrapper {display: inline-block; width: 100%;}
div#wallet-tk-tabswrapper div#wallet-tk-tabs{display:inline-block; width:100%; text-align: center; margin: 0 0 20px; }  

.helpshop_data.adminlisthelpshop .helpshop_data_status.helpshop_data_status_confirmed {	background:url(//samimed.ir//templates/i30ms_ringo/css/../images/help_shop.png) no-repeat center;line-height: 70px;height: 70px;font-family: 'Yekanwebf','Yekanweb',tahoma !important;font-size: 14px !important;font-weight: normal;border-radius: 3px;padding-right: 10px;padding-left: 10px;color:#0C9300 !important;text-align:center;}
.helpshop_data.adminlisthelpshop .mywallet_status.mywallet_status_confirmed {	background:url(//samimed.ir//templates/i30ms_ringo/css/../images/credit-buy.png) no-repeat center;line-height: 70px;height: 70px;font-family: 'Yekanwebf','Yekanweb',tahoma !important;font-size: 14px !important;font-weight: normal;border-radius: 3px;padding-right: 10px;padding-left: 10px;color:#0C9300 !important;text-align:center;}
.helpshop_data.adminlisthelpshop .helpshop_data_status.helpshop2_data_status_confirmed {	background:url(//samimed.ir//templates/i30ms_ringo/css/../images/terms-conditions.png) no-repeat center;line-height: 70px;height: 70px;font-family: 'Yekanwebf','Yekanweb',tahoma !important;font-size: 14px !important;font-weight: normal;border-radius: 3px;padding-right: 10px;padding-left: 10px;color:#0C9300 !important;text-align:center;}
.helpshop_data.adminlisthelpshop .helpshop_data_status.helpshop3_data_status_confirmed {	background:url(//samimed.ir//templates/i30ms_ringo/css/../images/Money.png) no-repeat center;line-height: 70px;height: 70px;font-family: 'Yekanwebf','Yekanweb',tahoma !important;font-size: 14px !important;font-weight: normal;border-radius: 3px;padding-right: 10px;padding-left: 10px;color:#0C9300 !important;text-align:center;}
.helpshop_data.adminlisthelpshop .helpshop_data_status.helpshop4_data_status_confirmed {	background:url(//samimed.ir//templates/i30ms_ringo/css/../images/telegram.png) no-repeat center;line-height: 70px;height: 70px;font-family: 'Yekanwebf','Yekanweb',tahoma !important;font-size: 14px !important;font-weight: normal;border-radius: 3px;padding-right: 10px;padding-left: 10px;color:#0C9300 !important;text-align:center;}

span.order-label {
	border-radius: 3px;
	display: inline-block;
	padding: 7px 4px 7px 4px;
	font-size: 13.998px;
	font-weight: normal;
	line-height: 14px !important;
	color: #FFF;
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
	background-color: #999;
}
.status-label-ticket-open {
	padding: 5px 10px 9px;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	font-family: segoe_uilight, Vazir;
	font-size: 14px;
	font-weight: normal;
	border-radius: 0 !important;
	width: 130px;
	background: none !important;
	color: #333 !important;
	text-shadow: none !important;
}
.status-label-ticket-open:hover {
	border-top: 1px solid #009ada;
	border-bottom: 1px solid #009ada;
	color: #009ada !important;
}
/* other */
.call-to-action h3 {
  font-size: 15px;
}
.call-to-action .cta-dbtn {
font-size: 14px;
}
.su-heading .su-heading-inner { font-size: 16px; }
.su-list ul li i {
    right: 0;
    font-size: 20px;
}
.su-list ul li {
	padding: 4px 30px 4px 2em !important;
    line-height: 2.5em;
	font-weight: 300;
}
.su-note-success.su-note-style2 {
        direction: rtl;
}
.su-note-icon .su-note-inner {
	margin-right: 40px;
    text-align: justify;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.su-note {
	margin: 0 0 0 0 !important;
}
.su-highlight { font-size: 100%; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);}
.su-modal-content-wrapper > div {
        text-align: justify;
        direction: rtl;
}
.su-modal-content-wrapper > div ul li {
	line-height: 30px;
}
.su-member {
	margin: 0 0 0 0;
}
.su-note-warning.su-note-style4 {direction: rtl;line-height: 30px;background-color: #FFD33C  !important;border-left-color: #FFD33C  !important;}
.su-call-to-action h3 {
    font-size: 22px;
    line-height: 32px;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
    margin: 0;
    color: #FFF;
}
.su-note-danger.su-note-style2 {
    overflow: visible !important;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.cta-content .su-ca-dtxt {
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.su-call-to-action.cta-align-right a.cta-dbtn {
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    font-weight: 500;
}
.su-call-to-action {
    background: url(/images/page/top-bar/elements_header_background.png);
    background-size: 300px 300px, auto;
}
/* ========================================================================
   pagination :)
 ========================================================================== */
.pagination>li:first-child>a {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  border-right: solid 1px #dcdcdc;
    padding: 4px 12px;
    line-height: 25px;
    text-decoration: none;
    color: #FFF;
    background-color: #2196f3;
    border: none;
    font-weight: 500;
    font-size: 13px;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50% !important;
    padding: 10px;
    margin: 0 3px 0 3px;
}
.pagination>li:first-child>a:hover {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  border-right: solid 1px #dcdcdc;
    background-color: #f44336;
    color: #FFFFFF;
}
.pagination>.disabled>a {
  border-color: #e5e5e5;
    padding: 4px 12px;
    line-height: 25px;
    text-decoration: none;
    color: #FFF;
    background-color: #2196f3;
    border: none;
    font-weight: 500;
    font-size: 13px;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50% !important;
    padding: 10px;
    margin: 0 3px 0 3px;
}
.pagination>.disabled>a:hover {
  border-color: #e5e5e5;
    background-color: #f44336;
    color: #FFFFFF;
}
/* ========================================================================
   ticket :)
 ========================================================================== */
.fss_main .table-ticketborders th, .fss_main .table-ticketborders td {
    font-weight: 400;
    line-height: 2.2;
}
.fss_main .label {
    display: inline-block;
    font-weight: 400;
    line-height: 2.2;
	color: #fff;
}
.fss_main ul.nav, .fss_main ul.dropdown-menu, .fss_main ul.nav-tabs {
    font-weight: 400;
}
.fss_main .ticket_message_header, .fss_main .fss_ticket_row_user_head, .fss_main .fss_ticket_row_admin_head, .fss_main .fss_ticket_row_otheruser_head {
    background-color: #eeeff1;
	background: url(/images/page/top-bar/elements_header_background.png);
    background-size: 300px 300px, auto;
}
.fss_main .table-ticketborders th:first-child, .fss_main .table-ticketborders td:first-child {
    border-right: none !important;
}
.fss_main .table-ticketborders tr.first td {
    border-top: none !important;
}
.fss_main .table-ticketborders th:first-child, .fss_main .table-ticketborders td:first-child {
    border-left: none !important;
}
/* ========================================================================
   blog :)
 ========================================================================== */
.theme_elegant.mix-grid .inner-mix {
    text-align: right;
	font-weight: 400;
    direction: rtl;
}
.regridart.mix-list .upper-mix {
    float: right !important;
    margin-left: 20px !important;
	margin-right: 0 !important;
	direction: rtl
}
.theme_elegant.mix-list .inner-mix {
    text-align: right;
	direction: rtl;
}
.mix-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    color: #616161;
}
.mix-title:hover {
    color: #f44336 !important;
}
.mix-introtext {
	font-weight: 400 !important;
    line-height: 2.2 !important;
}
.section-header {
    margin: 0;
}
#sp-page-builder .page-content .sppb-section {
    margin-top: 0;
}
.mix-controls {
    margin: 0 !important;
}
.drop_down .label div {
    float: right;
}
.mix-filters .drop_down li {
    text-align: right;
}
.theme_elegant .mix:hover {
    box-shadow: 0 3px 8px 0 rgba(66,66,66,0.18),0 3px 12px 0 rgba(66,66,66,0.14);
}
.theme_elegant .mix:hover {
   -webkit-transition: all .1s ease-in-out;
   -o-transition: all .1s ease-in-out;
   transition: all .1s ease-in-out;
}
/* ========================================================================
   manufacturers :)
 ========================================================================== */
#vina-manufacturers-jshopping-wrapper169 .vina-caption {
    text-shadow: 2px 2px 0 #cccfd6;
    font-weight: 500;
}
/* ========================================================================
   tv :)
 ========================================================================== */
.tv-widget{background:#494949}header.widget-header{height:75px;width:100%;padding-top:45px}.tv-widget-header{background:#333}.widget-header-icon{width:62px;height:50px;margin:0 auto 0}.tv-widget-header-icon{background:url(//samimed.ir//templates/i30ms_ringo/css/../images/other/widget/bg-widget.png) no-repeat top}.widget-title{width:100%;font-weight:500;text-align:center;line-height:30px;margin-top:20px;color:#555;letter-spacing:-.2px}.tv-widget .widget-title{color:#fff}.widget-text-details{width:90%;overflow:hidden;margin:5px auto 0;color:#939393;font-weight:200;line-height:25px;text-align:center}.tv-widget .widget-text-details{color:#d7d7d7}.tv-widget-link-bg a{display:block;width:130px;height:40px;background:#00b4ff;font-weight:normal;color:#fff !important;line-height:40px;margin:15px auto 0;border-radius:100px;text-align:center;transition:all .2s ease-in}.tv-widget-link-bg a:hover{box-shadow:0 10px 30px rgba(0,0,0,.5)}
.widget-right{overflow:hidden;border-radius:5px;box-shadow:0 1px 1px rgba(0,0,0,.1);padding-bottom:25px}
/* ========================================================================
   news-letter :)
 ========================================================================== */
.news-letter-widget-header{background:#f05050}
.news-letter-widget-header-icon{background:url(//samimed.ir//templates/i30ms_ringo/css/../images/other/widget/bg-widget.png) 0 -50px}
.widget-right2{overflow:hidden;background: #fff;border-radius:5px;box-shadow:0 1px 1px rgba(0,0,0,.1);padding-bottom:25px}
.news-letter-widget-form{width:220px;height:45px;background:#f5f5f5;border-radius:100px;margin:15px auto 0}.news-letter-widget-form-email{display:block;width:130px;height:45px;float:right;padding-right:20px;border:none;background:none;font-weight:200;line-height:40px;color:#363636}.news-letter-widget-form-submit{display:block;width:45px;height:45px;float:left;background:#eee;border:none;background:none;cursor:pointer;border-radius:100px;color:#898989;transition:all .1s ease-in}.news-letter-widget-form-submit:hover{color:#fff;background:#f05050}.news-letter-submit-icon{font-size:1em}
/* ========================================================================
   footer :)
 ========================================================================== */
footer#footer {
    width: 100%;
    height: 400px;
    background: #494949 url(//samimed.ir//templates/i30ms_ringo/css/../images/other/footer/footer-bg.jpg) no-repeat center;
    background-size: cover;
    padding-top: 50px;
	margin-bottom: -1px;
}
.footer-logo {
    display: block;
    width: 120px;
    height: 120px;
    background: url(//samimed.ir//templates/i30ms_ringo/css/../images/other/footer/footer-logo.png) no-repeat center;
    border-radius: 120px;
    margin: 0 auto 0;
    transition: all .2s ease-in;
}
.footer-main-title {
    color: #fff;
    font-size: 1em;
    font-weight: 500;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
    line-height: 40px;
    text-align: center;
    margin-top: 5px;
}
.footer-copyright {
    color: #fff;
    font-size: 1em;
    font-weight: 500;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
    line-height: 40px;
    text-align: center;
    margin-top: 15px;
}
.footer-copyright2 {
    color: #fff;
    font-size: 1em;
    font-weight: 500;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
    line-height: 40px;
    text-align: center;
}
.social-footer {
    width: 300px;
    height: 50px;
    margin: 25px auto 0;
}
.social-footer-icon {
    display: block;
    width: 50px;
    height: 50px;
    font-size: .9em;
    color: #fff;
    line-height: 50px !important;
    text-align: center;
    margin-right: 0;
}
.social-footer a:hover {
    background: rgba(255,255,255,.3);
}
.social-footer a {
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 50px;
    background: rgba(255,255,255,.1);
    margin-right: 5px;
    margin-left: 5px;
    transition: all .2s ease-in;
}
.footer-logo:hover {
    background-color: rgba(255,255,255,.1);
}
/* ========================================================================
   jPlayer :)
 ========================================================================== */
.jPlayer.jPlayer-light .playerScreen .jplayer-title {
	background: rgb(255, 255, 255) !important;
    border-bottom: 3px solid #e32025 !important;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
    text-align: center;
	font-weight: 400;
    direction: rtl;
}
.jPlayer.jPlayer-light .playerScreen .video-play .play-icon, .jPlayer.jPlayer-light .playerScreen .video-play:hover .play-icon {
    color: #ffffff !important;
    background: #e31e25;
    border-radius: 50%;
}
.jPlayer .playerScreen .video-play .play-icon {
    opacity: 0.99 !important;
}
.jPlayer .playerScreen .video-play {
    z-index: 1 !important;
}
.jPlayer .controls .controlset .play, .jPlayer .controls .controlset .pause, .jPlayer .controls .controlset .fullscreen, .jPlayer .controls .controlset .smallscreen, .jPlayer .controls .controlset .mute, .jPlayer .controls .controlset .unmute {
    background: transparent !important;
}
.jPlayer.jPlayer-light .playerScreen .video-play {
    background-color: rgba(255, 190, 0, 0.91);
}
.jPlayer.jPlayer-light .controls .volumeblock .volume-control .volume-value, .jPlayer.jPlayer-light .controls .jpprogress-block .jpprogress .seekBar .playBar {
    background: #f44336 !important;
}
/* ========================================================================
   related content :)
 ========================================================================== */
.raxo-bricks .raxo-title {
    font: normal 16px/20px FontAwesome, Vazir !important;
}
.raxo-bricks .raxo-text {
    font-family: FontAwesome, Vazir;
    font-size: 14px;
    line-height: 2.2;
}
.raxo-bricks .raxo-item:hover {
    box-shadow: 0 3px 8px 0 rgba(66,66,66,0.18),0 3px 12px 0 rgba(66,66,66,0.14)
}
.raxo-bricks .raxo-name {
    font: normal 17px/24px Vazir, Helvetica, Arial, sans-serif !important;
}
/* ========================================================================
   emotion aligin :)
 ========================================================================== */
div#section-kmt.kmt .kmt-emoticon {
    vertical-align: middle;
    display: inline;
}
/* ========================================================================
   title komento :)
 ========================================================================== */
div#section-kmt.kmt .kmt-title {
    font-family: FontAwesome, Vazir;
}
/* ========================================================================
   border comment :)
 ========================================================================== */
div#section-kmt.kmt .kmt-title {
    border: 1px solid #eeeeee;
    border-radius: 0px;
}
div#section-kmt.kmt .kmt-filters {
    border: 1px solid #eeeeee;
    border-radius: 0px;
}
/* ========================================================================
   comment captcha :)
 ========================================================================== */
div#section-kmt.kmt .float-l, div#section-kmt.kmt .alignleft, div#section-kmt.kmt .float-li li {
    max-width: 100%;
}
/* ========================================================================
   lable comment :)
 ========================================================================== */
div#section-kmt.kmt label {
    font-weight: normal;
}
/* ========================================================================
   comment toolbar :)
 ========================================================================== */
div#section-kmt.kmt .kmt-toolbar {
    font-size: 14px;
    font-weight: 400;
}
div#section-kmt.kmt .kmt-sort > div {
    font-size: 14px;
}
/* ========================================================================
   name comment :)
 ========================================================================== */
#kmt > div > div.kmt-content > div.kmt-head > div.kmt-bio.col-cell > h3 > span {
    background-color: #bbb;
    padding: .4em .6em;
    font-size: 80%;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
/* ========================================================================
   like number :)
 ========================================================================== */
div#section-kmt.kmt .kmt-like-counter {
    background: #F44336;
    color: white;
    border: none;
    line-height: 20px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
/* ========================================================================
   reply button :)
 ========================================================================== */

div#section-kmt.kmt .kmt-control a {
    background-color: #bbb;
    padding: .4em .6em;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
/* ========================================================================
   divider :)
 ========================================================================== */
.divider-1 i {
    color: #f44336;
    font-size: 22px;
}
.divider-1::before, .divider-1::after {
    background-color: #f44336;
    content: "";
    display: inline-block;
    height: 2px;
    margin-bottom: 8px;
    margin-left: 5px;
    margin-right: 5px;
    width: 30%;
}
/* ========================================================================
   avatar :)
 ========================================================================== */
 div#section-kmt.kmt img {
    max-width: 80px;
	border-radius: 50%;
}
div#section-kmt.kmt .kmt-avatar img {
    width: 80px;
    height: 80px;
	border-radius: 50%;
    max-width: none !important;
}
div#section-kmt.kmt .kmt-list > li {
    margin-top: 30px;
    padding: 15px 5px;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    background: #FCFCFC;
}
/*--------------------------------------------------------------
form
--------------------------------------------------------------*/
.ba-form label span {
    float: right;
}
.icons-cell {
    top: 15px !important;
	left: 10px !important;
}
.ba-form .tool {
    text-align: right !important;
}
.ba-form input[type="email"], .ba-form input[type="text"], .ba-form select, .ba-form select[size], .ba-form textarea {
    border-bottom: 1px solid #ccc !important;
}
/*--------------------------------------------------------------
service box
--------------------------------------------------------------*/
.service-site{padding-right:18px;position:relative}.rtl .service-site{padding-left:18px;padding-right:inherit}.service-site .media{-webkit-transition:all 0.4s cubic-bezier(0.25,0.46,0.45,0.94);transition:all 0.4s cubic-bezier(0.25,0.46,0.45,0.94);-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;padding:20px 20px 15px 20px;min-height:90px;background: url(/images/page/top-bar/elements_header_background.png);background-size: 300px 300px, auto;color:#fff;box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);}.service-site .media .title-service{margin:0 0 5px;font-size:12px;font-weight:800;color:#fff}.service-site .media .icon-box{margin-right:18px}.rtl .service-site .media .icon-box{margin-left:18px;margin-right:inherit;font-size: 3.0rem}.service-site .media .detail-service{color:rgb(255, 255, 255);font-size:13px;margin-bottom:0;width:96%;text-align:justify;margin: 0}.service-site .bg-color-1{background-color:#7ac142}.service-site .bg-color-2{background-color:#ffa000}.service-site .bg-color-3{background-color:#7e57c2}.service-site .bg-color-4{background-color:#0bb3e0}.service-site .btn-floating{position:absolute;top:50%;right:0;margin-top:-14.5px;background-color:#fff;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:all 0.4s cubic-bezier(0.25,0.46,0.45,0.94);transition:all 0.4s cubic-bezier(0.25,0.46,0.45,0.94)}.rtl .service-site .btn-floating{left:0;right:auto}.service-site .btn-floating i{color:#999999}.service-site .waves-effect .waves-ripple{background-color:#96cb4b}.service-site:hover .btn-floating,.service-site:hover .media{-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #FFF;
  font-size: 1.6rem;
  line-height: 37px;
}
.btn-floating {
  display: inline-block;
  color: #FFF;
  position: relative;
  z-index: 1;
  width: 37px;
  height: 37px;
  line-height: 37px;
  padding: 0;
  background-color: #26a69a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #FFF;
  font-size: 1.0rem;
  line-height: 37px;
}
.ApColumn {
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}
.ApRow {
    margin-left: -16px;
    margin-right: -2px;
}
/*--------------------------------------------------------------
notification button
--------------------------------------------------------------*/
.notification .text {
    color: #fff;
	line-height: 2.9;
    font-size: 15px;
	font-weight: 400;
}
.notification {
    float: right;
    width: 100%;
    position: relative;
    color: #fff;
	padding-left: 3.9375rem;
    padding-right: 3.9375rem;
    margin-left: auto;
    margin-right: auto;
}
.notification .text a.i30ms_btn {
    font-size: 15px;
    min-width: 0;
}
.i30ms_btn.light,
.i30ms_btn.light:focus {
	background: #fff;
	color: #333;
}
.i30ms_btn.light:hover {
	color: #333;
	background: #f3f3f3;
}
.i30ms_btn:hover {
	color: #fff;
	background: #d24436;
}
.i30ms_btn,
.i30ms_btn:focus {
	font-size: 0.875rem;
	display: inline-block;
	padding: 0.93em 1.25rem;
	color: #fff;
	background: #e31e24;
	font-family: 'Vazir';
	line-height: 1;
	font-weight: normal;
	border-radius: 0.25em;
	-webkit-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
	text-align: center;
	border: none;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
/*--------------------------------------------------------------
bootstrap
--------------------------------------------------------------*/
pre {
    border: none;
}
p {
    margin:0 10px 10px;
    line-height: 2.2;
    font-weight: 400;
	font-size: 15px;
}
.media {
    margin-top: 0px;
}
article {
    background: #fff;
}
.entry-content {
	    margin-bottom: 15px;
}
.article .entry-meta a {
    color: #fff !important;
}
.category .entry-meta a {
    color: #222 !important;
}
article:hover {
	-webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    box-shadow: 0 3px 8px 0 rgba(66,66,66,0.18),0 3px 12px 0 rgba(66,66,66,0.14);
}
#sp-component > section > div {
    background: #f6f9fc;
}
.text-right {
    text-align: right;
}
/*--------------------------------------------------------------
    cart
--------------------------------------------------------------*/
.vina-cart-small .top-cart-content p {
    font-size: 13px;
}
/*--------------------------------------------------------------
    alert
--------------------------------------------------------------*/
.alert {
    font-weight: 400;
	line-height: 3;
    font-size: 15px;
}
/*--------------------------------------------------------------
    tag
--------------------------------------------------------------*/
.tags a {
    background: #2ca4e0 !important;
    border: 1px solid #2ca4e0;
}
.tags a:hover {
    background: #fff !important;
    font-weight: 400;
}

/*--------------------------------------------------------------
    menu inside
--------------------------------------------------------------*/
.mrg20B {
    margin-bottom: 20px !important;
}
.right-menu {
    padding: 0;
    margin: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.25);
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    background-color: #FFF;
}
.right-menu > li{list-style:none;border-bottom:1px solid #d8d8d8;position:relative;border-right:3px solid #0065ca;}
.right-menu > li:last-child{border-bottom:none;}
.right-menu > li > a{display:block;height:40px;line-height:40px;padding-right:45px;outline:none;color:#666;font-size:14px;font-weight: normal;}
.right-menu > li > a:before{border-left:1px solid #D8D8D8;content:" ";display:inline-block;height:40px;margin:0;padding:0;position:absolute;right:0;top:0;transition-duration:0.4s;width:40px;}
.right-menu > li.active{border-right:3px solid #FB8000;}
.right-menu > li.active > a,.right-menu > li.active:hover > a,.right-menu > li.active:hover > a:hover{color:#000;background-color:#EBEBEB;}
.right-menu > li.active > a:before, .right-menu > li:hover > a:before{border-left:1px solid #666;}
.right-menu > li:hover{border-right:3px solid #FB8000;}
.right-menu > li > a:hover{background-color:#FB8000;color:#fff;}
.right-menu > li.active > a:hover{color:#000;}
.right-menu-dropmenu{display:none;}
.right-menu-dropmenu select option{padding:3px 5px;}
.right-menu > li:first-child > a, .right-menu > li.active:first-child > a, .right-menu > li:first-child > a:hover{border-radius:4px 0 0;-moz-border-radius:4px 0 0;-webkit-border-radius:4px 0 0;-o-border-radius:4px 0 0;}
.right-menu > li.active:last-child > a, .right-menu > li:last-child > a, .right-menu > li:last-child > a:hover{border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px;-webkit-border-radius:0 0 0 4px;-o-border-radius:0 0 0 4px;}
.sub-right-menu{border-top:1px solid #d8d8d8;padding:0;display:none;background-color:#f9f9f9}
.sub-right-menu > li{list-style:none;border-bottom:none;position:relative;border-right:none;}
.right-menu > li > .sub-right-menu > li > a{display:block;min-height:35px;line-height:30px;padding-right:45px;outline:none;color:#666;font-size:13px;border-bottom:1px #d8d8d8 dotted}
.right-menu > li > .sub-right-menu > li > a.active{color:#ff8800;}
.right-menu > li > .sub-right-menu > li > a:before{content:" ";display:inline-block;min-height:35px;margin:0;padding:0;position:absolute;right:0;top:0;transition-duration:0.4s;width:40px;background-position:12px -28px;border-left:1px #d8d8d8 solid}
.right-menu > li > .sub-right-menu > li:last-child > a:before{min-height:35px;}
.right-menu > li > .sub-right-menu > li:last-child > a{border-bottom:none}
.right-menu ul.sub-right-menu li a:hover, .right-menu ul.sub-right-menu li.active a{color:#ff8800;}
.right-menu > li.specialad-icon > a{color:#666;}
.right-menu > li{border-right:3px solid #0065CA;}
.right-menu > li > a:before{background-position:12px 14px;}
.right-menu > li{border-right:3px solid #0065CA;}
.right-menu > li:hover > a:before, .right-menu > li.active > a:before{background-color:#666;}
.right-menu > li:hover:last-child, .right-menu > li.active:last-child{border-radius:0 0 0 4px;}
.right-menu > li:hover:first-child, .right-menu > li.active:last-child{border-radius:4px 0 0 0;}
.right-menu > li:hover a:before, .right-menu > li.active a:before{background-position:-23px 14px;}
/* Hover Sprite */
li.chart-icon a:before, li.contract-icon a:before, li.agent-icon a:before, li.sotware-icon a:before, li.news-icon a:before, li.funny-icon a:before, li.newsletter-icon a:before, li.design-icon a:before, li.map-icon a:before, li.wiki-icon a:before, li.code-icon a:before, li.job-icon a:before, li.pon-icon a:before
{
	background-image: url(//samimed.ir//templates/i30ms_ringo/css/../images/other/webtools-sprite.png);
	background-repeat: no-repeat;
	background-color: #EBEBEB;
}
li.chart-icon a:before
{
	background-position: 6px 6px;
}
li.contract-icon a:before
{
	background-position: 8px -28px;
}
li.agent-icon a:before
{
	background-position: 7px -64px;
}
li.sotware-icon a:before
{
	background-position: 7px -97px;
}
li.news-icon a:before
{
	background-position: 7px -132px;
}
li.funny-icon a:before
{
	background-position: 7px -168px;
}
li.newsletter-icon a:before
{
	background-position: 6px -204px;
}
li.design-icon a:before
{
	background-position: 7px -240px;
}
li.map-icon a:before
{
	background-position: 6px -275px;
}
li.wiki-icon a:before
{
	background-position: 7px -309px;
}
li.code-icon a:before
{
	background-position: 6px -342px;
}
li.job-icon a:before
{
	background-position: 7px -378px;
}
li.pon-icon a:before
{
	background-position: 7px -418px;
}
/* Hover Sprite */
li.chart-icon:hover a:before, li.contract-icon:hover a:before, li.agent-icon:hover a:before, li.sotware-icon:hover a:before, li.news-icon:hover a:before, li.funny-icon:hover a:before, li.newsletter-icon:hover a:before, li.design-icon:hover a:before, li.map-icon:hover a:before, li.wiki-icon:hover a:before, li.code-icon:hover a:before, li.job-icon:hover a:before,li.pon-icon:hover a:before, li.chart-icon.active a:before, li.contract-icon.active a:before, li.agent-icon.active a:before, li.sotware-icon.active a:before, li.news-icon.active a:before, li.funny-icon.active a:before, li.newsletter-icon.active a:before, li.design-icon.active a:before, li.map-icon.active a:before, li.wiki-icon.active a:before, li.code-icon.active a:before, li.job-icon.active a:before,li.pon-icon.active a:before
{
	background-color: #666;
}
li.chart-icon:hover a:before, li.chart-icon.active a:before
{
	background-position: -38px 6px;
}
li.contract-icon:hover a:before, li.contract-icon.active a:before
{
	background-position: -37px -28px;
}
li.agent-icon:hover a:before, li.agent-icon.active a:before
{
	background-position: -37px -64px;
}
li.sotware-icon:hover a:before, li.sotware-icon.active a:before
{
	background-position: -37px -97px;
}
li.news-icon:hover a:before, li.news-icon.active a:before
{
	background-position: -38px -132px;
}
li.funny-icon:hover a:before, li.funny-icon.active a:before
{
	background-position: -38px -168px;
}
li.newsletter-icon:hover a:before, li.newsletter-icon.active a:before
{
	background-position: -38px -204px;
}
li.design-icon:hover a:before, li.design-icon.active a:before
{
	background-position: -37px -240px;
}
li.map-icon:hover a:before, li.map-icon.active a:before
{
	background-position: -39px -275px;
}
li.wiki-icon:hover a:before, li.wiki-icon.active a:before
{
	background-position: -38px -309px;
}
li.code-icon:hover a:before, li.code-icon.active a:before
{
	background-position: -39px -342px;
}
li.job-icon:hover a:before, li.job-icon.active a:before
{
	background-position: -38px -378px;
}
li.pon-icon:hover a:before, li.pon-icon.active a:before
{
	background-position: -38px -418px;
}
/*--------------------------------------------------------------
    chat
--------------------------------------------------------------*/
.ca__civ-chat-window .ca__civ-chat-message .ca__civ-chat-content,
.ca__chat_start_greeting,
.ca__chat-launcher .ca__chat-launcher-body div,
.ca__chat-control-heading .ca__chat-title,
.ca__civ-chat-window .ca__civ-chat-heading.ca__chat-chat-heading-exist .ca__agent_name,
.ca__civ-chat-window .ca__civ-chat-input,
.ca__civ-chat-window .ca__civ-chat-message .ca__civ-chat-time,
#ca__first-msg .ca__bg-first-msg .ca__first-msg-box .ca__first-msg-content,
.__ca__chat-email-prompt .group p {
    font-family: Vazir !important;
    font-weight: 400 !important;
}
.ca__chat-expand-button {
    height: 60px !important;
    width: 60px !important;
    bottom: 60px !important;
    right: 15px !important;
}
.ca__chat-launcher .ca__chat-launcher-body {
    right: 15px !important;
    bottom: 130px !important;
}	
.ca__chat-launcher-small-body {
    bottom: 65px !important;
    right: 85px !important;
	font-weight: 400 !important;
}
/*--------------------------------------------------------------
    chat
--------------------------------------------------------------*/
.meshim_widget_widgets_chatLogRenderer_BasicRenderer .chat_msg_holder .chat_msg,
.meshim_widget_components_chatWindow_chatPanel_ChatTextArea .textarea,
.meshim_widget_components_chatWindow_chatPanel_ChatPanelHeader .card .content_cell,
.meshim_widget_widgets_Button.short,
.meshim_widget_components_chatWindow_NewChatForm.rtl .form .input{
    font-family: Vazir !important;
    font-size: 14px;
}
.meshim_widget_components_chatWindow_chatPanel_ChatTextArea .textarea {
    font-family: Vazir !important;
    font-size: 14px;
}
.meshim_widget_widgets_chatLogRenderer_ChatName .text_name,
.meshim_widget_components_chatWindow_newChatForm_Banner.image_right .text_cell,
.meshim_widget_components_ChatButton.br .button_bar {
    font-family: Vazir !important;
    font-weight: 400;
    font-size: 15px;
}
.meshim_widget_widgets_TitleBar.rtl .title,
.meshim_widget_widgets_actionBar_DefaultActionBar button,
.meshim_widget_components_chatWindow_chatPanel_ChatLog .group_head {
    font-family: Vazir !important;
}	
.ca__chat-launcher-small-body {
    bottom: 65px !important;
    right: 85px !important;
	font-weight: 400 !important;
}
/*--------------------------------------------------------------
    ampz
--------------------------------------------------------------*/
#ampz_sidebar .ampz_container {
    background: #ffffff;
    border-radius: 3px;
	padding: 5px;
	box-shadow: 1px 1px 7px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 7px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,0.2);
    -ms-box-shadow: 1px 1px 7px rgba(0,0,0,0.2);
    -o-box-shadow: 1px 1px 7px rgba(0,0,0,0.2);
}
#ampz_sidebar .ampz_btn {
    border-radius: 0.1875rem;
}
.ampz-icon {
    font-size: 25px !important;
}
#ampz_sidebar.ampz_sidebar_right {
    right: 10px !important;
	top: 45% !important;
}
.template_amsterdam, .template_eindhoven {
    color: #9E9E9E !important;
}
.ampz_googleplus.ampz_colorbg {
    background: #fff !important;
}
.ampz_googleplus.ampz_colorbg:hover {
    background: #dc4e41 !important;
	color: #fff !important;
}
.ampz_twitter.ampz_colorbg {
    background: #fff !important;
}
.ampz_twitter.ampz_colorbg:hover {
    background: #00b6f1 !important;
	color: #fff !important;
}
.ampz_facebook.ampz_colorbg {
    background: #fff !important;
}
.ampz_facebook.ampz_colorbg:hover {
    background: #3b5998 !important;
	color: #fff !important;
}
.ampz_linkedin.ampz_colorbg {
    background: #fff !important;
}
.ampz_linkedin.ampz_colorbg:hover {
    background: #1b86bd !important;
	color: #fff !important;
}
.ampz_pinterest.ampz_colorbg {
    background: #fff !important;
}
.ampz_pinterest.ampz_colorbg:hover {
    background: #ca2128 !important;
	color: #fff !important;
}
.ampz_email.ampz_colorbg {
    background: #fff !important;
}
.ampz_email.ampz_colorbg:hover {
    background: #999 !important;
	color: #fff !important;
}
.ampz_whatsapp.ampz_colorbg {
    background: #fff !important;
}
.ampz_whatsapp.ampz_colorbg:hover {
    background: #4dc247 !important;
	color: #fff !important;
}
.ampz_telegram.ampz_colorbg {
    background: #fff !important;
}
.ampz_telegram.ampz_colorbg:hover {
    background: #08c !important;
	color: #fff !important;
}
/*--------------------------------------------------------------
    head
--------------------------------------------------------------*/
.headi30ms {
    background: #fafcfc;
    margin-bottom: 15px;
	padding-top: 15px;
    height: 155px;
    text-align: center;
    color: #6d717a;
}
.headi30ms h1 {
    font: normal 19px/24px Vazir;
    margin-top: 7px;
}
.login-tips {
    border-right: 1px solid #f0f1f2;
    padding-right: 55px;
}
/*--------------------------------------------------------------
    ticket
--------------------------------------------------------------*/
#i30mscontent {
    padding: 0 0 20px 0;
}
.i30mscontent {
    color: #000;
    text-decoration: none;
    font-size: 1.1em;
    line-height: 1.8;
}
.yellow .i30msSystemsItem {
    background: #f0a540;
}
.yellow .i30msSystemsItem i {
    background: #eeb05d;
}
.red .i30msSystemsItem {
    background: #ef3f3e;
}
.red .i30msSystemsItem i {
    background: #eb6362;
}
.green .i30msSystemsItem {
    background: #4caf50;
}
.green .i30msSystemsItem i {
    background: #62b965;
}
.blue .i30msSystemsItem {
    background: #2196f3;
}
.blue .i30msSystemsItem i {
    background: #53a7ea;
}
.i30msSystemsItem {
    background: #a00005;
    border-radius: 4px;
    position: relative;
    min-height: 100px;
    overflow: hidden;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.i30msSystemsItem i {
    background: #dc2026;
    display: block;
    float: right;
    width: 100px;
    font-size: 48px;
    text-align: center;
    padding: 26px 0;
    color: #fff;
    top: 0;
    left: 0;
    border-radius: 0 4px 4px 0;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.i30msSystemsItem .Systemcaption {
    width: 100%;
    display: block;
    float: left;
    position: absolute;
    top: 0;
    padding-right: 100px;
    text-align: center;
    padding-top: 32px;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.i30msSystemsItem .Systemcaption2 {
    width: 100%;
    display: block;
    float: left;
    position: absolute;
    top: 0;
    padding-right: 100px;
    text-align: center;
    padding-top: 32px;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.i30msSystemsItem .Systemcaption2 {
    width: 100%;
    display: block;
    float: left;
    position: absolute;
    top: 0;
    padding-right: 50px;
    text-align: center;
    padding-top: 32px;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.i30msSystemsItem:hover .Systemcaption {
    padding-right: 0;
    float: none!important;
    right: 0;
    left: 0;
}
.i30msSystemsItem:hover .Systemcaption2 {
    padding-right: 0;
    float: none!important;
    right: 0;
    left: 0;
}
.i30msSystemsItem:hover i {
    opacity: 0;
    transform: scale(.5);
}
.i30msSystemsItem strong, .i30msSystemsItem span {
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
}
/*--------------------------------------------------------------
    FontAwesome
--------------------------------------------------------------*/
.fa {
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

#ticket_messages {
    background: #eeeff1;
    padding: 35px;
}
#messagereply {
    background: #eeeff1;
}
.fss_main .table-ticketborders th:first-child, .fss_main .table-ticketborders td:first-child {

}
.fss_main h2 {
    font-size: 31.5px;
    text-align: center;
    background-color: #f5f5f5;
    line-height: 5;
    border-radius: 4px 4px 0 0;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
.fss_ticket_row_admin_head,
.fss_ticket_row_otheruser_head {
    background-color: #46a349  !important;
    padding: 15px;
    border-radius: 4px;
	color: #fff;
}
.fss_main .ticket_message_header,
.fss_main .fss_ticket_row_user_head {
    background-color: #009688  !important;
	color: #fff;
}
#ticket_messages > table > tbody > tr.fss_ticket_row_otheruser.fss_ticket_row_otheruser_body {
    background-color: #f2fdff !important;
    padding: 15px;
    border-radius: 4px;
}
#ticket_messages > table > tbody > tr.fss_ticket_row_user.fss_ticket_row_user_body {
    background-color: #fff !important;
    padding: 15px;
    border-radius: 4px;
}
.fss_main h1, .fss_main h2, .fss_main h3, .fss_main h4, .fss_main h5, .fss_main h6 {
    margin: 0 !important;
}
.fss_main .nav-tabs > li > a {
    line-height: 50px !important;
	color: #fff;
}
.fss_main .nav-tabs > .active > a, .fss_main .nav-tabs > .active > a:hover, .fss_main .nav-tabs > .active > a:focus {
    border: 1px solid transparent !important;
    border-radius: 0;
}
.fss_main .nav {
    margin-bottom: 0px;
    background: #009cde url(/images/page/top-bar/elements_header_background.png);
    background-size: 300px 300px, auto;
}
.fss_main .nav-tabs > li > a {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}
.fss_main .nav > li > a:hover, .fss_main .nav > li > a:focus {
    background-color: #333 !important;
	color: #fff !important;
}
.fss_main .nav-tabs > li > a:hover, .fss_main .nav-tabs > li > a:focus {
    border-color: #333 #333 #333 !important;
}
.fss_main .table th {
    font-weight: 400 !important;
	line-height: 3 !important;
}
.fss_main strong {
    font-weight: 500 !important;
}
.fss_main .table-bordered {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
.fss_main form {
    margin: 20px 100px 20px !important;
	
}
.fss_main input, .fss_main button, .fss_main select, .fss_main textarea {
    font-family: FontAwesome, Vazir !important;
}
.fss_main .input-medium {
    width: 200px !important;
}
.fss_main select, .fss_main input[type="file"] {
    height: 50px !important;
}
.fss_main .form-horizontal .control-label {
    text-align: center !important;
}
.fss_main .label-warning, .fss_main .badge-warning {
    background-color: #04756b !important;
}
.fss_main .label, .fss_main .badge {
    font-size: 13.844px !important;
}
.fss_main .table-bordered thead:first-child tr:first-child > th:last-child, .fss_main .table-bordered tbody:first-child tr:first-child > td:last-child, .fss_main .table-bordered tbody:first-child tr:first-child > th:last-child {
    border-top-right-radius: 4px !important;
}
.fss_main .table {
    margin-bottom: 0px !important;
	 -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
.fss_main .nav-tabs {
    border-bottom: 1px solid #009cde !important;
}
.fss_main textarea, .fss_main input[type="text"], .fss_main input[type="password"], .fss_main input[type="datetime"], .fss_main input[type="datetime-local"], .fss_main input[type="date"], .fss_main input[type="month"], .fss_main input[type="time"], .fss_main input[type="week"], .fss_main input[type="number"], .fss_main input[type="email"], .fss_main input[type="url"], .fss_main input[type="search"], .fss_main input[type="tel"], .fss_main input[type="color"], .fss_main .uneditable-input {
	border: none !important;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}













.align-center {
    text-align: center !important;
}
.menu-order #sp-component-area-wrapper, .menu-profile #sp-component-area-wrapper, .menu-my-orders #sp-component-area-wrapper {
    background: transparent !important;
}
.order-view-title p{
    margin: 10px 0;
}
.off-order-list-page {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    color: #737373;
}
.table>thead>tr>th {
    border-bottom: 1px solid transparent;
}
.menu-order th, .menu-profile th, .menu-my-orders th {
    background-color: #85b3be;
    color: #fff;
    font-weight: 400;
    padding: 15px !important;
}
.menu-order .table th, .menu-profile .table th, .menu-my-orders th {
    padding: 20px 0 !important;
}
.menu-order .table td, .menu-profile .table td, .menu-my-orders td {
    padding: 25px 0 !important;
}
.menu-order th, .menu-order td, .menu-profile th, .menu-profile td, .menu-my-orders th, .menu-my-orders td {
    border-top: none;
}






.account-user-info {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    border: 1px solid #dedede;
    margin-bottom: 23px;
    height: calc(100% - 68px);
    position: relative;
	z-index: 1;
}
.account-user-info-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    border-bottom: 1px solid #f1f1f1;
	position: relative;
    z-index: 1;
}
.account-user-info-col {
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    padding: 20px 30px;
	z-index: 1;
}
.account-user-info-row.two .account-user-info-col:first-child {
    border-left: none;
}
.account-user-info-row.one .account-user-info-col:first-child {
    border-right: none;
}
.account-user-info-col p {
    font-size: 19px;
    line-height: 1.158;
    color: #939393;
	font-weight: 400;
}
.account-user-info-col p span {
    display: block;
    font-size: 13px;
    line-height: 1.692;
    letter-spacing: -.3px;
    margin-bottom: 4px;
    color: #bababa;
}
.account-user-info-edit {
    padding: 14px 30px 17px;
    text-align: center;
    font-size: 12px;
    line-height: 1.833;
    position: relative;
}


.account-user-info-order .account-user-info-col, .account-user-moshakhasat .account-user-info-note {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
}
.account-user-info-col-order {
    border-bottom: 1px solid #f1f1f1 !important;
}
.account-user-info:before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg,#00bfd6 48px,#ff7e7e 0) repeat-x;
    background-size: 96px 3px;
}

.btn-link-border:after {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: .85em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #1ca2bd;
}
.btn-link-border {
    display: inline-block;
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer;
    position: relative;
    text-align: center;
    white-space: nowrap;
    color: #1ca2bd !important;
    padding: 15px 0;
    line-height: 2;
}




.order-view-back:before {
	font: normal normal normal 14px/1 FontAwesome;
    content: "\f178";
    position: absolute;
    right: 2px;
    top: 5px;
    font-size: 35px;
}
.order-view-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 20px;
}
.order-view-back {
    border: none;
    background: none;
    height: 65px;
    border-left: 1px solid #dfdfdf;
    margin-left: 15px;
    font-size: 13px;
    line-height: 2.2;
    color: #767676;
    padding: 36px 0 0 16px;
    cursor: pointer;
    position: relative;
}
.order-view-title h4 {
    font-size: 21px;
	font-weight: 500;
    line-height: 1.048;
    color: #858585;
}
.order-view-title h4 span {
    display: block;
    font-size: 14px;
    line-height: 1.833;
    margin-top: 5px;
	font-weight: 400;
    margin-bottom: -15px;
    color: #acacac;
}


.account-headline > span {
    color: inherit;
    font-weight: 400;
    font-size: 18px;
    line-height: 31px;
}
.woocommerce-account ol {
    padding: 0;
    margin: 0 0 20px 0;
}
.woocommerce-account:last-child {
    margin: 0 !important;
}
.woocommerce-account ol.commentlist.notes li {
    height: 100px;
    background-color: #fcfcfc;
    margin-top: 12px;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    overflow: hidden;
    padding: 20px 25px 30px 67px;
    line-height: 28px;
    position: relative;
}
.woocommerce-account ol.commentlist.notes li:before {
	    font-family: FontAwesome;
    content: "\f0f3";
    position: absolute;
    left: -10px;
    bottom: 50px;
    font-size: 100px;
    color: #efefef;
}
.woocommerce-account:last-child .commentlist.notes li {
    background-color: #11b719;
    background-image: linear-gradient(to right, #11b719, #39f771);
    box-shadow: 0 3px 25px -5px #36f26a;
    color: #fff;
}
.woocommerce-account:last-child ol.commentlist.notes li:before, .woocommerce-account:last-child .commentlist.notes li.note p.meta {
    color: #ffffff;
}
.woocommerce-account:last-child ol.commentlist.notes li:before {
	    font-family: FontAwesome;
    content: "\f00c";
    left: 15px;
    bottom: 50px;
    font-size: 70px;
}
.bg-method:before {
    position: absolute;
    left: 25px;
    bottom: 9px;
    font-size: 90px;
    line-height: 1;
    z-index: -1;
    color: #f3f4f7;
}
.ersal-method:before {
	font-family: FontAwesome;
    content: "\f0d1";
}
.pardakht-method:before {
	font-family: FontAwesome;
    content: "\f09d";
}
.ship-method:before {
	font-family: FontAwesome;
    content: "\f290";
}
.kharidar-method:before {
	font-family: FontAwesome;
    content: "\f21d";
}
.order-method:before {
	font-family: FontAwesome;
    content: "\f200";
}
.summ-method:before {
	font-family: FontAwesome;
    content: "\f201";
}
/*SC_GROUP_CSS*//**
 * @package    AcyMailing for Joomla!
 * @version    5.8.0
 * @author     acyba.com
 * @copyright  (C) 2009-2017 ACYBA S.A.R.L. All rights reserved.
 * @license    GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 */

div.acymailing_module, .acymailing_module div{
	padding: 0 !important;
	margin: 0 !important;
	border-style:none !important;
}

table.acymailing_form{
	margin:auto;
	border:0px !important;
}

a.acymailing_togglemodule{
	display : block;
	font-size:16px;
}

.acymailing_mootoolsbutton p{
	text-align:center;
}

.acysubbuttons{
	text-align:center;
}

img.captchaimagemodule{
	border:1px solid #dddddd;
	float: left;
}

.captchakeymodule .captchafield{
	margin-top:3px;
	margin-left:2px;
}

.acymailing_fulldiv tr, .acymailing_fulldiv td{
	border:0px;
}

.acymailing_module_form select {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.acymailing_module_form td {
	padding-bottom: 5px;
	vertical-align:top;
}

div.acymailing_module_error {
	color: #400;
	background-color: #fdd;
	padding: 1em !important;
	margin-bottom:10px;
}

div.acymailing_module_success {
	color: #130;
	background-color: #dfc;
	padding: 1em !important;
	z-index: 10;
	margin-bottom:10px;
}

.acymailing_module_form .acymailing_introtext{
	 padding-bottom:10px;
	 display:block;
}

.refreshCaptchaModule{
	background-image:url(//samimed.ir//media/com_acymailing/css/../images/refresh.png);
	width:16px;
	height:16px;
	display:block;
	float:left;
	cursor:pointer;
}

.acymailing_module fieldset{
	border: solid 1px #ccc;
	padding: 5px;
}
.category_warning{
	color: red;
}

.hide {
	display: none;
}

.slide_open{
	animation: deployslide 0.5s forwards;
	overflow: hidden;
}

@keyframes deployslide{
	from{
		max-height: 0px;
	}
	to{
		max-height: 800px;
	}
}

@keyframes retractslide{
	from{
		max-height: 800px;
	}
	to{
		max-height: 0px;
		display: none;
	}
}

.slide_close{
	animation: retractslide 0.5s forwards;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0px 1px 5px #eee;
	padding: 5px;
	margin-bottom: 20px;
}

.slide_open{
	animation: deployslide 0.5s forwards;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0px 1px 5px #eee;
	padding: 5px;
	margin-bottom: 20px;
}

/*SC_GROUP_CSS*//*SC_CSS_NOT_CONTENT*/
/*SC_GROUP_CSS*/#jshop_filters_1{
    margin: 10px;
}
.jshop_filters .head{
    font-weight: bold;
    padding: 5px 0;
}
.box_manufacrurer, .box_vendors, .filter_attr, .box_category, .show_prices, .filter_characteristic, .filter_labels, .quantity_filter, .photo_filter, .filter_delivery{
    margin: 5px;
}
.jshop_filters .row{
    background-color: #f5f5f5;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}
.row-clear{
    height: 10px;
    width: 100%;
    background-color: #fff;
}
.jshop_filters .head_item{ 
    font-weight: bold;  
    font-style: italic;
}
.jshop_filters .filter_item{  

}
.jshop_filters .filter_space{
   height: 5px; 
}
.filter_price input{
   width: 25%; 
}
.filter_item #manufacturers_chosen, .filter_item input[type="text"]{
    width: 100%;
}
.filter_item input[type="text"]{
    width: 95%;
}

#jshopFiltersBlockLoader{
	background: rgba(255, 255, 255, 0.62);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
#jshopFiltersBlockLoader>img{
	display: block;
	width:128px;
	height: 128px;
	position: absolute;
	top:50%;
	left:50%;
	margin: -64px 0 0 -64px;
}
/*SC_GROUP_CSS*//*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.2.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2014 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(//samimed.ir//modules/mod_jshopping_filters_extended/css/../img/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(//samimed.ir//modules/mod_jshopping_filters_extended/css/../img/chosen-sprite.png) no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url(//samimed.ir//modules/mod_jshopping_filters_extended/css/../img/chosen-sprite.png) no-repeat 100% -20px;
  background: url(//samimed.ir//modules/mod_jshopping_filters_extended/css/../img/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(//samimed.ir//modules/mod_jshopping_filters_extended/css/../img/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url(//samimed.ir//modules/mod_jshopping_filters_extended/css/../img/chosen-sprite.png) no-repeat -30px -20px;
  background: url(//samimed.ir//modules/mod_jshopping_filters_extended/css/../img/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(//samimed.ir//modules/mod_jshopping_filters_extended/css/../img/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */

/*SC_GROUP_CSS*/.jshop_filters .row:before, .jshop_filters  .row:after {
    content: "";
    display: table;
    line-height: 0;
}
.jshop_filters .row:after {
    clear: both;
}
.jshop_filters [class*="span"] {
    float: left;
    min-height: 1px;
}
.jshop_filters .row .span12 {
        width: 99.99999999%;
}
.jshop_filters .row-fluid .span6 {
        width: 48.936170208%;
        *width: 48.882978718638%;
}
.jshop_filters .row .span4 {
        width: 31.914893614%;
        *width: 31.861702124638%;
}
.jshop_filters .row .span3 {
        width: 23.404255317%;
        *width: 23.351063827638%;
}
.jshop_filters .row .span2 {
        width: 14.89361702%;
        *width: 14.840425530638%;
}
.jshop_filters .btn-go {
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;    
    background-color: #006dcc;
    background-image: linear-gradient(to bottom, #08c, #0044cc);
    background-repeat: repeat-x;
    border-color: #0044cc #0044cc #002a80;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.jshop_filters .btn-go:hover,
.jshop_filters .btn-go:focus {
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
	color: #fff;
	background-color: #0044cc;        
}
.jshop_filters .clear_filter_mod {
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;    
    background-color: #006dcc;
    background-image: linear-gradient(to bottom, #08c, #0044cc);
    background-repeat: repeat-x;
    border-color: #0044cc #0044cc #002a80;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.jshop_filters .clear_filter_mod:hover,
.jshop_filters .clear_filter_mod:focus {
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
	color: #fff;
	background-color: #0044cc;        
}
/*SC_GROUP_CSS*//*! jQuery UI - v1.11.1 - 2014-09-15
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/* Component containers
----------------------------------*/
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #666;
	background: #666;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #fff;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
/*	border: 1px solid #fbcb09;
	background: #fdf5ce;*/
	font-weight: bold;
	color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
/*	border: 1px solid #fbd850;*/
	background: #ffffff;
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666;
	opacity: .5;
	filter: Alpha(Opacity=50); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000;
	opacity: .2;
	filter: Alpha(Opacity=20); /* support: IE8 */
	border-radius: 5px;
}
.jshop_filters #amount{
    text-align: center;
}
.jshop_filters #slider-range{
    margin-bottom: 5px;
}
.jshop_filters .block-slider-range{
	margin-bottom: 10px;
}
/*SC_GROUP_CSS*//*
# ------------------------------------------------------------------------
# Vina Product Ticker for JShopping for Joomla 3
# ------------------------------------------------------------------------
# Copyright(C) 2014 www.VinaGecko.com. All Rights Reserved.
# @license http://www.gnu.org/licenseses/gpl-3.0.html GNU/GPL
# Author: VinaGecko.com
# Websites: http://vinagecko.com
# Forum: http://vinagecko.com/forum/
# ------------------------------------------------------------------------
*/

.vina-ticker-jshopping .header-block {
	position: relative;
}
.vina-ticker-jshopping  .vina-items,
.vina-ticker-jshopping  .vina-item {
	max-width: 100%;
}
.vina-ticker-jshopping  .vina-item {
	position: relative
}
.vina-ticker-jshopping .header-block h3 {
	padding: 0;
	margin: 0;
	line-height: 23px;
}
.vina-ticker-jshopping .header-block span {
	height: 24px;
	cursor: pointer;
}
.vina-ticker-jshopping .header-block span.up {
	background: url(//samimed.ir//modules/mod_vina_ticker_jshopping/assets/css/../images/left-white.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    text-indent: 10000px;
    overflow: hidden;
    position: absolute;
    width: 16px;
	right: 60px;
}
.vina-ticker-jshopping .header-block span.down {
	background: url(//samimed.ir//modules/mod_vina_ticker_jshopping/assets/css/../images/right-white.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    text-indent: 10000px;
    overflow: hidden;
    position: absolute;
    width: 16px;
	right: 0px;
}
.vina-ticker-jshopping .header-block span.toggle {
	background: url(//samimed.ir//modules/mod_vina_ticker_jshopping/assets/css/../images/play-white.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    text-indent: 10000px;
    overflow: hidden;
    position: absolute;
    width: 20px;
	right: 28px;
}
.vina-ticker-jshopping .header-block span.toggle.et-run {
	background: url(//samimed.ir//modules/mod_vina_ticker_jshopping/assets/css/../images/pause-white.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.vina-ticker-jshopping .text-block h4 {
	margin-top: 0px;
	margin-bottom: 5px;
}
.vina-ticker-jshopping .price-block {
	margin-top: 5px;
}
.vina-ticker-jshopping .price-block span {
	font-weight: bold;
}
.vina-ticker-jshopping .price-block .addtocart {
	font-weight: bold;
}
.vina-ticker-jshopping .plabel {
	left: 0px;
    position: absolute;
    top: 0px;
}
.vina-ticker-jshopping .price-block i {
	text-decoration: line-through;
	font-size: 12px;
}
.vina-ticker-jshopping .label-name {
	background: #FFF;
	border: solid 1px red;
	border-radius: 50px;
	padding: 5px;
	color: red;
	line-height: 20px;
	font-size: 12px;
	padding: 2px;
}
.vina-ticker-jshopping .info {
	clear: both;
	height: 16px;
	margin-bottom: 5px;
}
/*SC_GROUP_CSS*/
#rstbox_2 {
    background-color: rgba(0, 0, 0, 0.0) !important;
}
#rstbox_2 {
    box-shadow: 0 0 2px 2px rgba(0, 0, 1, 0) !important;
}
#rstbox_2 .rstbox-close {
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 100px;
    color: #fff !important;
    height: 30px;
    line-height: 0;
    margin-top: -15px;
    padding: 11px 0;
    right: 17px;
    text-align: center;
    top: 50%;
    width: 30px;
}
#rstbox_2 .rstbox-close span {
    padding: 0;
}
#rstbox_2 .rstbox-close:hover {
    background-color: #fff;
    color: #333 !important;
}
		#rstbox_2 .rstbox-close:hover {
			color: rgba(128, 128, 128, 1) !important;
		}	
	.container{max-width:1170px}
#sp-component-area-wrapper{background: rgb(255, 255, 255) !important; }

#sp-component-area-wrapper{background: rgb(255, 255, 255) !important; }

#sp-quickinfo-wrapper{margin: 20px 0 0 0 !important; }

#sp-bottom-wrapper{color: rgb(77, 77, 77) !important; }

#sp-bottom-wrapper a{color: rgb(77, 77, 77) !important; }

#sp-bottom-wrapper a:hover{color: rgb(222, 86, 72) !important; }

	
/*SC_GROUP_CSS*/
	#vina-copyright176 {
		font-size: 12px;
				height: 1px;
		overflow: hidden;
			}
	
/*SC_GROUP_CSS*/
	#vina-ticker-jshopping181 {
		width: 100%;
		padding: 15px 0;
					}
	#vina-ticker-jshopping181 .vina-item {
		padding: 2px 0px 0px;
		color: #ffffff;
		border-bottom: solid 1px #43609c;
			}
	#vina-ticker-jshopping181 .vina-item a {
		color: #ffffff;
	}
	#vina-ticker-jshopping181 .header-block {
		color: #ffffff;
		margin-bottom: 15px 0;
	}
	#vina-copyright181 {
		font-size: 12px;
				height: 1px;
		overflow: hidden;
			}
	
