@font-face {
	font-family:'FontAwesome';src:
	url('../fonts/fontawesome-webfont.eot?v=4.5.0');
	src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
	font-weight:400;
	font-style:normal;
	font-display:swap
}
@font-face {
	font-family:'iransans';src:url('../fonts/iransans/eot/IRANSansWeb.eot');src:url('../fonts/iransans/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),url('../fonts/iransans/woff2/IRANSansWeb.woff2') format('woff2'),url('../fonts/iransans/woff/IRANSansWeb.woff') format('woff'),url('../fonts/iransans/ttf/IRANSansWeb.ttf') format('truetype'),url('..#svgFontName') format('svg');font-display:swap
}

@font-face {
	font-family:'iransanslight';src:url('../fonts/iransans/eot/IRANSansWeb_Light.eot');src:url('../fonts/iransans/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),url('../fonts/iransans/woff2/IRANSansWeb_Light.woff2') format('woff2'),url('../fonts/iransans/woff/IRANSansWeb_Light.woff') format('woff'),url('../fonts/iransans/ttf/IRANSansWeb_Light.ttf') format('truetype'),url('..#svgFontName') format('svg');font-display:swap
}

@font-face {
	font-family:'iransansbold';src:url('../fonts/iransans/eot/IRANSansWeb_Bold.eot');src:url('../fonts/iransans/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),url('../fonts/iransans/woff2/IRANSansWeb_Bold.woff2') format('woff2'),url('../fonts/iransans/woff/IRANSansWeb_Bold.woff') format('woff'),url('../fonts/iransans/ttf/IRANSansWeb_Bold.ttf') format('truetype'),url('..#svgFontName') format('svg');font-display:swap
}

@font-face {
	font-family:'iransansmedium';src:url('../fonts/iransans/eot/IRANSansWeb_Medium.eot');src:url('../fonts/iransans/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),url('../fonts/iransans/woff2/IRANSansWeb_Medium.woff2') format('woff2'),url('../fonts/iransans/woff/IRANSansWeb_Medium.woff') format('woff'),url('../fonts/iransans/ttf/IRANSansWeb_Medium.ttf') format('truetype'),url('..#svgFontName') format('svg');font-display:swap
}

@font-face {
	font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:400;font-style:normal;font-display:swap
}

.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 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1,1);
	-ms-transform: scale(-1,1);
	transform: scale(-1,1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1,-1);
	-ms-transform: scale(1,-1);
	transform: scale(1,-1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
	filter: none
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2.2em;
	position: relative;
	vertical-align: middle;
	width: 2em
}

.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-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
	content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
	content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
	content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
	content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
	content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-hotel:before,.fa-bed:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-yc:before,.fa-y-combinator:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before,.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-tv:before,.fa-television:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

.fa-credit-card-alt:before {
	content: "\f283"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-envira:before {
	content: "\f299"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

.fa-question-circle-o:before {
	content: "\f29c"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-volume-control-phone:before {
	content: "\f2a0"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-signing:before,.fa-sign-language:before {
	content: "\f2a7"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
	content: "\f2b3"
}

.fa-fa:before,.fa-font-awesome:before {
	content: "\f2b4"
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

#IranMap {
	display: block;
	position: relative;
	direction: rtl;
	text-align: right;
	padding: 0;
	font-family: Tahoma;
	font-size: 11px;
	width: 100%;
	margin: auto;
	color: #fff
}

#IranMap .show-title {
	display: none;
	position: absolute;
	background-color: #333;
	color: #fff;
	margin: 0 !important;
	padding: 0 5px;
	text-align: center;
	line-height: 26px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	opacity: .8
}

#IranMap .map {
	display: block;
	width: 100%;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}

#IranMap .map svg {
	float: right;
	height: 460px;
	width: 487px
}

#IranMap .map .island path {
	fill: #fde6d8
}

#IranMap .map .border path {
	fill: #3f6a8d;
	stroke: #fff;
	stroke-width: 3px;
	stroke-linejoin: round
}

#IranMap .map .province path {
	fill: #dedede
}

#IranMap .map .sea path,#IranMap .map .lake path.caspian,#IranMap .map .sea path,#IranMap .map .lake path.persian-gulf {
	fill: #5d5d5d !important
}

#IranMap .map .sea path,#IranMap .map .lake path {
	fill: #5c8db6
}

#IranMap .map .province path:hover,#IranMap .map .island path:hover,#IranMap .map .province path.hover,#IranMap .map .island path.hover {
	fill: var(--topmenuBG);
	cursor: pointer
}

#IranMap .list {
	display: block;
	float: right;
	width: 50%
}

#IranMap .list ul {
	padding: 0
}

#IranMap .list>ul {
	margin-left: 10px
}

#IranMap .list li {
	list-style: none
}

#IranMap .list span {
	background: #242424;
	color: #fff;
	display: block;
	margin: 0 2px;
	padding: 0 8px;
	line-height: 26px;
	margin-top: 10px;
	margin-bottom: 2px
}

#IranMap .list li ul li {
	display: block;
	float: right;
	width: 33.33333333333333%
}

#IranMap .list li ul li a {
	background: #34495e;
	color: #fff;
	display: block;
	padding: 0 8px;
	line-height: 26px;
	margin: 2px;
	text-decoration: none
}

#IranMap .list li ul li a:hover,#IranMap .list li ul li a.hover {
	background: #c33a2c
}

#IranMap .list ul:before,#IranMap .list ul:after {
	display: table;
	content: " "
}

#IranMap .list ul,#IranMap .list ul:after {
	clear: both
}

#IranMap .city {
	clear: both;
	padding: 10px 0
}

#IranMap g.text {
	font: 18px Sahel-bold;
	fill: #fff
}

@media (max-width:930px) {
	#IranMap .list {
		width: 50%
	}
}

@media (max-width:745px) {
	#IranMap .list li ul li {
		width: 50%
	}
}

@media (max-width:515px) {
	#IranMap .list,#IranMap .map {
		width: 100%
	}

	#IranMap .list li ul li {
		width: 33.33333333333333%
	}

	#IranMap .list li ul li a {
		font-size: 10px !important
	}
}

@media (max-width:515px) {
	#IranMap .list li ul li {
		width: 50%
	}
}

@media (max-width:250px) {
	#IranMap .list li ul li {
		width: 100%
	}
}

#ticker-wrapper * {
	margin: 0
}

#ticker-wrapper.has-js {
	width: 652px;
	height: 28px;
	font: 11px tahoma;
	line-height: 26px;
	color: #2b2b2b;
	direction: rtl
}

#ticker {
	width: 600px;
	height: 28px;
	display: block;
	float: right;
	position: relative;
	overflow: hidden
}

#ticker-title {
	width: 9px;
	height: 28px;
	display: block;
	float: right;
	padding-right: 0
}

#ticker-content {
	margin: 0;
	float: right;
	position: absolute
}

#ticker-content:focus {
	text-decoration: none
}

#ticker-content A {
	font: 16px/28px iransans;
	text-decoration: none;
	color: #616161
}

#ticker-content A:hover {
	text-decoration: underline;
	color: darkred
}

#ticker-content A:before {
	content: ' \25C0';
	color: var(--hoverText);
	margin-left: 10px;
	font-size: 10px
}

#ticker-swipe {
	position: absolute;
	top: 0;
	right: 80px;
	display: block;
	width: 600px;
	height: 26px
}

#ticker-swipe SPAN {
	margin-right: 1px;
	background-color: #fff;
	border-bottom: 1px solid #1f527b;
	height: 22px;
	width: 7px;
	display: block
}

#ticker-controls {
	padding: 2px 10px 0 0;
	list-style-type: none;
	float: left
}

#ticker-controls LI {
	padding: 0;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block
}

#ticker-controls LI#play-pause.over {
	background-position: 32px 32px
}

#ticker-controls LI#play-pause.down {
	background-position: 32px 0
}

#ticker-controls LI#play-pause.paused.over {
	background-position: 48px 32px
}

#ticker-controls LI#play-pause.paused.down {
	background-position: 48px 0
}

#ticker-controls LI#prev.over {
	background-position: 0 32px
}

#ticker-controls LI#prev.down {
	background-position: 0 0
}

#ticker-controls LI#next.over {
	background-position: 16px 32px
}

#ticker-controls LI#next.down {
	background-position: 16px 0
}

.js-hidden {
	display: none
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display: block
}

audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}[hidden],template {
	display: none
}

a {
	background-color: transparent
}

a:active,a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,kbd,pre,samp {
	font-family: monospace,monospace;
	font-size: 1em
}

button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,select {
	text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,th {
	padding: 0
}

@media print {
	*,*:before,*:after {
		background: 0 0 !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important
	}

	a,a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: ' (' attr(href) ')'
	}

	abbr[title]:after {
		content: ' (' attr(title) ')'
	}

	a[href^="#"]:after,a[href^="javascript:"]: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
	}

	p,h2,h3 {
		orphans: 3;
		widows: 3
	}

	h2,h3 {
		page-break-after: avoid
	}

	.navbar {
		display: none
	}

	.btn>.caret,.dropup>.btn>.caret {
		border-top-color: #000 !important
	}

	.label {
		border: 1px solid #000
	}

	.table {
		border-collapse: collapse !important
	}

	.table td,.table th {
		background-color: #fff !important
	}

	.table-bordered th,.table-bordered td {
		border: 1px solid #ddd !important
	}
}

@font-face {
	font-family:'Glyphicons Halflings';src:url('..../fonts/glyphicons-halflings-regular.eot');src:url('..../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('..../fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('..../fonts/glyphicons-halflings-regular.woff') format('woff'),url('..../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('..../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
	content: "\2a"
}

.glyphicon-plus:before {
	content: "\2b"
}

.glyphicon-euro:before,.glyphicon-eur:before {
	content: "\20ac"
}

.glyphicon-minus:before {
	content: "\2212"
}

.glyphicon-cloud:before {
	content: "\2601"
}

.glyphicon-envelope:before {
	content: "\2709"
}

.glyphicon-pencil:before {
	content: "\270f"
}

.glyphicon-glass:before {
	content: "\e001"
}

.glyphicon-music:before {
	content: "\e002"
}

.glyphicon-search:before {
	content: "\e003"
}

.glyphicon-heart:before {
	content: "\e005"
}

.glyphicon-star:before {
	content: "\e006"
}

.glyphicon-star-empty:before {
	content: "\e007"
}

.glyphicon-user:before {
	content: "\e008"
}

.glyphicon-film:before {
	content: "\e009"
}

.glyphicon-th-large:before {
	content: "\e010"
}

.glyphicon-th:before {
	content: "\e011"
}

.glyphicon-th-list:before {
	content: "\e012"
}

.glyphicon-ok:before {
	content: "\e013"
}

.glyphicon-remove:before {
	content: "\e014"
}

.glyphicon-zoom-in:before {
	content: "\e015"
}

.glyphicon-zoom-out:before {
	content: "\e016"
}

.glyphicon-off:before {
	content: "\e017"
}

.glyphicon-signal:before {
	content: "\e018"
}

.glyphicon-cog:before {
	content: "\e019"
}

.glyphicon-trash:before {
	content: "\e020"
}

.glyphicon-home:before {
	content: "\e021"
}

.glyphicon-file:before {
	content: "\e022"
}

.glyphicon-time:before {
	content: "\e023"
}

.glyphicon-road:before {
	content: "\e024"
}

.glyphicon-download-alt:before {
	content: "\e025"
}

.glyphicon-download:before {
	content: "\e026"
}

.glyphicon-upload:before {
	content: "\e027"
}

.glyphicon-inbox:before {
	content: "\e028"
}

.glyphicon-play-circle:before {
	content: "\e029"
}

.glyphicon-repeat:before {
	content: "\e030"
}

.glyphicon-refresh:before {
	content: "\e031"
}

.glyphicon-list-alt:before {
	content: "\e032"
}

.glyphicon-lock:before {
	content: "\e033"
}

.glyphicon-flag:before {
	content: "\e034"
}

.glyphicon-headphones:before {
	content: "\e035"
}

.glyphicon-volume-off:before {
	content: "\e036"
}

.glyphicon-volume-down:before {
	content: "\e037"
}

.glyphicon-volume-up:before {
	content: "\e038"
}

.glyphicon-qrcode:before {
	content: "\e039"
}

.glyphicon-barcode:before {
	content: "\e040"
}

.glyphicon-tag:before {
	content: "\e041"
}

.glyphicon-tags:before {
	content: "\e042"
}

.glyphicon-book:before {
	content: "\e043"
}

.glyphicon-bookmark:before {
	content: "\e044"
}

.glyphicon-print:before {
	content: "\e045"
}

.glyphicon-camera:before {
	content: "\e046"
}

.glyphicon-font:before {
	content: "\e047"
}

.glyphicon-bold:before {
	content: "\e048"
}

.glyphicon-italic:before {
	content: "\e049"
}

.glyphicon-text-height:before {
	content: "\e050"
}

.glyphicon-text-width:before {
	content: "\e051"
}

.glyphicon-align-left:before {
	content: "\e052"
}

.glyphicon-align-center:before {
	content: "\e053"
}

.glyphicon-align-right:before {
	content: "\e054"
}

.glyphicon-align-justify:before {
	content: "\e055"
}

.glyphicon-list:before {
	content: "\e056"
}

.glyphicon-indent-left:before {
	content: "\e057"
}

.glyphicon-indent-right:before {
	content: "\e058"
}

.glyphicon-facetime-video:before {
	content: "\e059"
}

.glyphicon-picture:before {
	content: "\e060"
}

.glyphicon-map-marker:before {
	content: "\e062"
}

.glyphicon-adjust:before {
	content: "\e063"
}

.glyphicon-tint:before {
	content: "\e064"
}

.glyphicon-edit:before {
	content: "\e065"
}

.glyphicon-share:before {
	content: "\e066"
}

.glyphicon-check:before {
	content: "\e067"
}

.glyphicon-move:before {
	content: "\e068"
}

.glyphicon-step-backward:before {
	content: "\e069"
}

.glyphicon-fast-backward:before {
	content: "\e070"
}

.glyphicon-backward:before {
	content: "\e071"
}

.glyphicon-play:before {
	content: "\e072"
}

.glyphicon-pause:before {
	content: "\e073"
}

.glyphicon-stop:before {
	content: "\e074"
}

.glyphicon-forward:before {
	content: "\e075"
}

.glyphicon-fast-forward:before {
	content: "\e076"
}

.glyphicon-step-forward:before {
	content: "\e077"
}

.glyphicon-eject:before {
	content: "\e078"
}

.glyphicon-chevron-left:before {
	content: "\e079"
}

.glyphicon-chevron-right:before {
	content: "\e080"
}

.glyphicon-plus-sign:before {
	content: "\e081"
}

.glyphicon-minus-sign:before {
	content: "\e082"
}

.glyphicon-remove-sign:before {
	content: "\e083"
}

.glyphicon-ok-sign:before {
	content: "\e084"
}

.glyphicon-question-sign:before {
	content: "\e085"
}

.glyphicon-info-sign:before {
	content: "\e086"
}

.glyphicon-screenshot:before {
	content: "\e087"
}

.glyphicon-remove-circle:before {
	content: "\e088"
}

.glyphicon-ok-circle:before {
	content: "\e089"
}

.glyphicon-ban-circle:before {
	content: "\e090"
}

.glyphicon-arrow-left:before {
	content: "\e091"
}

.glyphicon-arrow-right:before {
	content: "\e092"
}

.glyphicon-arrow-up:before {
	content: "\e093"
}

.glyphicon-arrow-down:before {
	content: "\e094"
}

.glyphicon-share-alt:before {
	content: "\e095"
}

.glyphicon-resize-full:before {
	content: "\e096"
}

.glyphicon-resize-small:before {
	content: "\e097"
}

.glyphicon-exclamation-sign:before {
	content: "\e101"
}

.glyphicon-gift:before {
	content: "\e102"
}

.glyphicon-leaf:before {
	content: "\e103"
}

.glyphicon-fire:before {
	content: "\e104"
}

.glyphicon-eye-open:before {
	content: "\e105"
}

.glyphicon-eye-close:before {
	content: "\e106"
}

.glyphicon-warning-sign:before {
	content: "\e107"
}

.glyphicon-plane:before {
	content: "\e108"
}

.glyphicon-calendar:before {
	content: "\e109"
}

.glyphicon-random:before {
	content: "\e110"
}

.glyphicon-comment:before {
	content: "\e111"
}

.glyphicon-magnet:before {
	content: "\e112"
}

.glyphicon-chevron-up:before {
	content: "\e113"
}

.glyphicon-chevron-down:before {
	content: "\e114"
}

.glyphicon-retweet:before {
	content: "\e115"
}

.glyphicon-shopping-cart:before {
	content: "\e116"
}

.glyphicon-folder-close:before {
	content: "\e117"
}

.glyphicon-folder-open:before {
	content: "\e118"
}

.glyphicon-resize-vertical:before {
	content: "\e119"
}

.glyphicon-resize-horizontal:before {
	content: "\e120"
}

.glyphicon-hdd:before {
	content: "\e121"
}

.glyphicon-bullhorn:before {
	content: "\e122"
}

.glyphicon-bell:before {
	content: "\e123"
}

.glyphicon-certificate:before {
	content: "\e124"
}

.glyphicon-thumbs-up:before {
	content: "\e125"
}

.glyphicon-thumbs-down:before {
	content: "\e126"
}

.glyphicon-hand-right:before {
	content: "\e127"
}

.glyphicon-hand-left:before {
	content: "\e128"
}

.glyphicon-hand-up:before {
	content: "\e129"
}

.glyphicon-hand-down:before {
	content: "\e130"
}

.glyphicon-circle-arrow-right:before {
	content: "\e131"
}

.glyphicon-circle-arrow-left:before {
	content: "\e132"
}

.glyphicon-circle-arrow-up:before {
	content: "\e133"
}

.glyphicon-circle-arrow-down:before {
	content: "\e134"
}

.glyphicon-globe:before {
	content: "\e135"
}

.glyphicon-wrench:before {
	content: "\e136"
}

.glyphicon-tasks:before {
	content: "\e137"
}

.glyphicon-filter:before {
	content: "\e138"
}

.glyphicon-briefcase:before {
	content: "\e139"
}

.glyphicon-fullscreen:before {
	content: "\e140"
}

.glyphicon-dashboard:before {
	content: "\e141"
}

.glyphicon-paperclip:before {
	content: "\e142"
}

.glyphicon-heart-empty:before {
	content: "\e143"
}

.glyphicon-link:before {
	content: "\e144"
}

.glyphicon-phone:before {
	content: "\e145"
}

.glyphicon-pushpin:before {
	content: "\e146"
}

.glyphicon-usd:before {
	content: "\e148"
}

.glyphicon-gbp:before {
	content: "\e149"
}

.glyphicon-sort:before {
	content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152"
}

.glyphicon-sort-by-order:before {
	content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154"
}

.glyphicon-sort-by-attributes:before {
	content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156"
}

.glyphicon-unchecked:before {
	content: "\e157"
}

.glyphicon-expand:before {
	content: "\e158"
}

.glyphicon-collapse-down:before {
	content: "\e159"
}

.glyphicon-collapse-up:before {
	content: "\e160"
}

.glyphicon-log-in:before {
	content: "\e161"
}

.glyphicon-flash:before {
	content: "\e162"
}

.glyphicon-log-out:before {
	content: "\e163"
}

.glyphicon-new-window:before {
	content: "\e164"
}

.glyphicon-record:before {
	content: "\e165"
}

.glyphicon-save:before {
	content: "\e166"
}

.glyphicon-open:before {
	content: "\e167"
}

.glyphicon-saved:before {
	content: "\e168"
}

.glyphicon-import:before {
	content: "\e169"
}

.glyphicon-export:before {
	content: "\e170"
}

.glyphicon-send:before {
	content: "\e171"
}

.glyphicon-floppy-disk:before {
	content: "\e172"
}

.glyphicon-floppy-saved:before {
	content: "\e173"
}

.glyphicon-floppy-remove:before {
	content: "\e174"
}

.glyphicon-floppy-save:before {
	content: "\e175"
}

.glyphicon-floppy-open:before {
	content: "\e176"
}

.glyphicon-credit-card:before {
	content: "\e177"
}

.glyphicon-transfer:before {
	content: "\e178"
}

.glyphicon-cutlery:before {
	content: "\e179"
}

.glyphicon-header:before {
	content: "\e180"
}

.glyphicon-compressed:before {
	content: "\e181"
}

.glyphicon-earphone:before {
	content: "\e182"
}

.glyphicon-phone-alt:before {
	content: "\e183"
}

.glyphicon-tower:before {
	content: "\e184"
}

.glyphicon-stats:before {
	content: "\e185"
}

.glyphicon-sd-video:before {
	content: "\e186"
}

.glyphicon-hd-video:before {
	content: "\e187"
}

.glyphicon-subtitles:before {
	content: "\e188"
}

.glyphicon-sound-stereo:before {
	content: "\e189"
}

.glyphicon-sound-dolby:before {
	content: "\e190"
}

.glyphicon-sound-5-1:before {
	content: "\e191"
}

.glyphicon-sound-6-1:before {
	content: "\e192"
}

.glyphicon-sound-7-1:before {
	content: "\e193"
}

.glyphicon-copyright-mark:before {
	content: "\e194"
}

.glyphicon-registration-mark:before {
	content: "\e195"
}

.glyphicon-cloud-download:before {
	content: "\e197"
}

.glyphicon-cloud-upload:before {
	content: "\e198"
}

.glyphicon-tree-conifer:before {
	content: "\e199"
}

.glyphicon-tree-deciduous:before {
	content: "\e200"
}

.glyphicon-cd:before {
	content: "\e201"
}

.glyphicon-save-file:before {
	content: "\e202"
}

.glyphicon-open-file:before {
	content: "\e203"
}

.glyphicon-level-up:before {
	content: "\e204"
}

.glyphicon-copy:before {
	content: "\e205"
}

.glyphicon-paste:before {
	content: "\e206"
}

.glyphicon-alert:before {
	content: "\e209"
}

.glyphicon-equalizer:before {
	content: "\e210"
}

.glyphicon-king:before {
	content: "\e211"
}

.glyphicon-queen:before {
	content: "\e212"
}

.glyphicon-pawn:before {
	content: "\e213"
}

.glyphicon-bishop:before {
	content: "\e214"
}

.glyphicon-knight:before {
	content: "\e215"
}

.glyphicon-baby-formula:before {
	content: "\e216"
}

.glyphicon-tent:before {
	content: "\26fa"
}

.glyphicon-blackboard:before {
	content: "\e218"
}

.glyphicon-bed:before {
	content: "\e219"
}

.glyphicon-apple:before {
	content: "\f8ff"
}

.glyphicon-erase:before {
	content: "\e221"
}

.glyphicon-hourglass:before {
	content: "\231b"
}

.glyphicon-lamp:before {
	content: "\e223"
}

.glyphicon-duplicate:before {
	content: "\e224"
}

.glyphicon-piggy-bank:before {
	content: "\e225"
}

.glyphicon-scissors:before {
	content: "\e226"
}

.glyphicon-bitcoin:before {
	content: "\e227"
}

.glyphicon-btc:before {
	content: "\e227"
}

.glyphicon-xbt:before {
	content: "\e227"
}

.glyphicon-yen:before {
	content: "\00a5"
}

.glyphicon-jpy:before {
	content: "\00a5"
}

.glyphicon-ruble:before {
	content: "\20bd"
}

.glyphicon-rub:before {
	content: "\20bd"
}

.glyphicon-scale:before {
	content: "\e230"
}

.glyphicon-ice-lolly:before {
	content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
	content: "\e232"
}

.glyphicon-education:before {
	content: "\e233"
}

.glyphicon-option-horizontal:before {
	content: "\e234"
}

.glyphicon-option-vertical:before {
	content: "\e235"
}

.glyphicon-menu-hamburger:before {
	content: "\e236"
}

.glyphicon-modal-window:before {
	content: "\e237"
}

.glyphicon-oil:before {
	content: "\e238"
}

.glyphicon-grain:before {
	content: "\e239"
}

.glyphicon-sunglasses:before {
	content: "\e240"
}

.glyphicon-text-size:before {
	content: "\e241"
}

.glyphicon-text-color:before {
	content: "\e242"
}

.glyphicon-text-background:before {
	content: "\e243"
}

.glyphicon-object-align-top:before {
	content: "\e244"
}

.glyphicon-object-align-bottom:before {
	content: "\e245"
}

.glyphicon-object-align-horizontal:before {
	content: "\e246"
}

.glyphicon-object-align-left:before {
	content: "\e247"
}

.glyphicon-object-align-vertical:before {
	content: "\e248"
}

.glyphicon-object-align-right:before {
	content: "\e249"
}

.glyphicon-triangle-right:before {
	content: "\e250"
}

.glyphicon-triangle-left:before {
	content: "\e251"
}

.glyphicon-triangle-bottom:before {
	content: "\e252"
}

.glyphicon-triangle-top:before {
	content: "\e253"
}

.glyphicon-console:before {
	content: "\e254"
}

.glyphicon-superscript:before {
	content: "\e255"
}

.glyphicon-subscript:before {
	content: "\e256"
}

.glyphicon-menu-left:before {
	content: "\e257"
}

.glyphicon-menu-right:before {
	content: "\e258"
}

.glyphicon-menu-down:before {
	content: "\e259"
}

.glyphicon-menu-up:before {
	content: "\e260"
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}

input,button,select,textarea {
	font-size: inherit;
	line-height: inherit
}

a {
	color: #337ab7;
	text-decoration: none
}

a:hover,a:focus {
	color: #23527c;
	text-decoration: underline
}

a:focus {
	outline: 0;
	outline: 0;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}[role=button] {
	cursor: pointer
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small {
	font-weight: 400;
	line-height: 1;
	color: #777
}

h1,.h1,h2,.h2,h3,.h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small {
	font-size: 65%
}

h4,.h4,h5,.h5,h6,.h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small {
	font-size: 75%
}

h1,.h1 {
	font-size: 36px
}

h2,.h2 {
	font-size: 30px
}

h3,.h3 {
	font-size: 24px
}

h4,.h4 {
	font-size: 18px
}

h5,.h5 {
	font-size: 14px
}

h6,.h6 {
	font-size: 12px
}

p {
	margin: 0 0 10px
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}

@media (min-width:768px) {
	.lead {
		font-size: 21px
	}
}

small,.small {
	font-size: 85%
}

mark,.mark {
	background-color: #fcf8e3;
	padding: .2em
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777
}

.text-primary {
	color: #337ab7
}

a.text-primary:hover,a.text-primary:focus {
	color: #286090
}

.text-success {
	color: #3c763d
}

a.text-success:hover,a.text-success:focus {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:hover,a.text-info:focus {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:hover,a.text-warning:focus {
	color: #66512c
}

.text-danger {
	color: #a94442
}

a.text-danger:hover,a.text-danger:focus {
	color: #843534
}

.bg-primary {
	color: #fff;
	background-color: #337ab7
}

a.bg-primary:hover,a.bg-primary:focus {
	background-color: #286090
}

.bg-success {
	background-color: #dff0d8
}

a.bg-success:hover,a.bg-success:focus {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:hover,a.bg-info:focus {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:hover,a.bg-warning:focus {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #f2dede
}

a.bg-danger:hover,a.bg-danger:focus {
	background-color: #e4b9b9
}

.page-header {
	padding:5px;
	border-bottom: 1px solid #eee
}

ul,ol {
	margin-top: 0;
	margin-bottom: 10px
}

ul ul,ol ul,ul ol,ol ol {
	margin-bottom: 0
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dt,dd {
	line-height: 1.42857143
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

@media (min-width:768px) {
	.dl-horizontal dt {
		float: right;
		width: 160px;
		clear: right;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.dl-horizontal dd {
		margin-right: 180px
	}
}

abbr[title],abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-right: 5px solid #eee
}

blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child {
	margin-bottom: 0
}

blockquote footer,blockquote small,blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777
}

blockquote footer:before,blockquote small:before,blockquote .small:before {
	content: '\2014 \00A0'
}

.blockquote-reverse,blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right
}

.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before {
	content: ''
}

.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after {
	content: '\00A0 \2014'
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143
}

code,kbd,pre,samp {
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	box-shadow: none
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	margin-right: auto;
	margin-left: auto
}

@media (min-width:480px) {
	.container {
		width: 450px
	}
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1200px
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto
}

.col-xs-1,.col-ms-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12,.col-xs-13,.col-sm-13,.col-md-13,.col-lg-13,.col-xs-14,.col-sm-14,.col-md-14,.col-lg-14,.col-xs-15,.col-sm-15,.col-md-15,.col-lg-15,.col-xs-16,.col-sm-16,.col-md-16,.col-lg-16,.col-xs-17,.col-sm-17,.col-md-17,.col-lg-17,.col-xs-18,.col-sm-18,.col-md-18,.col-lg-18,.col-xs-19,.col-sm-19,.col-md-19,.col-lg-19,.col-xs-20,.col-sm-20,.col-md-20,.col-lg-20,.col-xs-21,.col-sm-21,.col-md-21,.col-lg-21,.col-xs-22,.col-sm-22,.col-md-22,.col-lg-22,.col-xs-23,.col-sm-23,.col-md-23,.col-lg-23,.col-xs-24,.col-sm-24,.col-md-24,.col-lg-24,.col-xs-25,.col-sm-25,.col-md-25,.col-lg-25,.col-xs-26,.col-sm-26,.col-md-26,.col-lg-26,.col-xs-27,.col-sm-27,.col-md-27,.col-lg-27,.col-xs-28,.col-sm-28,.col-md-28,.col-lg-28,.col-xs-29,.col-sm-29,.col-md-29,.col-lg-29,.col-xs-30,.col-sm-30,.col-md-30,.col-lg-30,.col-xs-31,.col-sm-31,.col-md-31,.col-lg-31,.col-xs-32,.col-sm-32,.col-md-32,.col-lg-32,.col-xs-33,.col-sm-33,.col-md-33,.col-lg-33,.col-xs-34,.col-sm-34,.col-md-34,.col-lg-34,.col-xs-35,.col-sm-35,.col-md-35,.col-lg-35,.col-xs-36,.col-sm-36,.col-md-36,.col-lg-36 {
	position: relative;
	min-height: 1px
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-13,.col-xs-14,.col-xs-15,.col-xs-16,.col-xs-17,.col-xs-18,.col-xs-19,.col-xs-20,.col-xs-21,.col-xs-22,.col-xs-23,.col-xs-24,.col-xs-25,.col-xs-26,.col-xs-27,.col-xs-28,.col-xs-29,.col-xs-30,.col-xs-31,.col-xs-32,.col-xs-33,.col-xs-34,.col-xs-35,.col-xs-36 {
	float: right
}

.col-xs-36 {
	width: 100%
}

.col-xs-35 {
	width: 97.22222222%
}

.col-xs-34 {
	width: 94.44444444%
}

.col-xs-33 {
	width: 91.66666667%
}

.col-xs-32 {
	width: 88.88888889%
}

.col-xs-31 {
	width: 86.11111111%
}

.col-xs-30 {
	width: 83.33333333%
}

.col-xs-29 {
	width: 80.55555556%
}

.col-xs-28 {
	width: 77.77777778%
}

.col-xs-27 {
	width: 75%
}

.col-xs-26 {
	width: 72.22222222%
}

.col-xs-25 {
	width: 69.44444444%
}

.col-xs-24 {
	width: 66.66666667%
}

.col-xs-23 {
	width: 63.88888889%
}

.col-xs-22 {
	width: 61.11111111%
}

.col-xs-21 {
	width: 58.33333333%
}

.col-xs-20 {
	width: 55.55555556%
}

.col-xs-19 {
	width: 52.77777778%
}

.col-xs-18 {
	width: 50%
}

.col-xs-17 {
	width: 47.22222222%
}

.col-xs-16 {
	width: 44.44444444%
}

.col-xs-15 {
	width: 41.66666667%
}

.col-xs-14 {
	width: 38.88888889%
}

.col-xs-13 {
	width: 36.11111111%
}

.col-xs-12 {
	width: 33.33333333%
}

.col-xs-11 {
	width: 30.55555556%
}

.col-xs-10 {
	width: 27.77777778%
}

.col-xs-9 {
	width: 25%
}

.col-xs-8 {
	width: 22.22222222%
}

.col-xs-7 {
	width: 19.44444444%
}

.col-xs-6 {
	width: 16.66666667%
}

.col-xs-5 {
	width: 13.88888889%
}

.col-xs-4 {
	width: 11.11111111%
}

.col-xs-3 {
	width: 8.33333333%
}

.col-xs-2 {
	width: 5.55555556%
}

.col-xs-1 {
	width: 2.77777778%
}

.col-xs-pull-36 {
	right: 100%
}

.col-xs-pull-35 {
	right: 97.22222222%
}

.col-xs-pull-34 {
	right: 94.44444444%
}

.col-xs-pull-33 {
	right: 91.66666667%
}

.col-xs-pull-32 {
	right: 88.88888889%
}

.col-xs-pull-31 {
	right: 86.11111111%
}

.col-xs-pull-30 {
	right: 83.33333333%
}

.col-xs-pull-29 {
	right: 80.55555556%
}

.col-xs-pull-28 {
	right: 77.77777778%
}

.col-xs-pull-27 {
	right: 75%
}

.col-xs-pull-26 {
	right: 72.22222222%
}

.col-xs-pull-25 {
	right: 69.44444444%
}

.col-xs-pull-24 {
	right: 66.66666667%
}

.col-xs-pull-23 {
	right: 63.88888889%
}

.col-xs-pull-22 {
	right: 61.11111111%
}

.col-xs-pull-21 {
	right: 58.33333333%
}

.col-xs-pull-20 {
	right: 55.55555556%
}

.col-xs-pull-19 {
	right: 52.77777778%
}

.col-xs-pull-18 {
	right: 50%
}

.col-xs-pull-17 {
	right: 47.22222222%
}

.col-xs-pull-16 {
	right: 44.44444444%
}

.col-xs-pull-15 {
	right: 41.66666667%
}

.col-xs-pull-14 {
	right: 38.88888889%
}

.col-xs-pull-13 {
	right: 36.11111111%
}

.col-xs-pull-12 {
	right: 33.33333333%
}

.col-xs-pull-11 {
	right: 30.55555556%
}

.col-xs-pull-10 {
	right: 27.77777778%
}

.col-xs-pull-9 {
	right: 25%
}

.col-xs-pull-8 {
	right: 22.22222222%
}

.col-xs-pull-7 {
	right: 19.44444444%
}

.col-xs-pull-6 {
	right: 16.66666667%
}

.col-xs-pull-5 {
	right: 13.88888889%
}

.col-xs-pull-4 {
	right: 11.11111111%
}

.col-xs-pull-3 {
	right: 8.33333333%
}

.col-xs-pull-2 {
	right: 5.55555556%
}

.col-xs-pull-1 {
	right: 2.77777778%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-36 {
	left: 100%
}

.col-xs-push-35 {
	left: 97.22222222%
}

.col-xs-push-34 {
	left: 94.44444444%
}

.col-xs-push-33 {
	left: 91.66666667%
}

.col-xs-push-32 {
	left: 88.88888889%
}

.col-xs-push-31 {
	left: 86.11111111%
}

.col-xs-push-30 {
	left: 83.33333333%
}

.col-xs-push-29 {
	left: 80.55555556%
}

.col-xs-push-28 {
	left: 77.77777778%
}

.col-xs-push-27 {
	left: 75%
}

.col-xs-push-26 {
	left: 72.22222222%
}

.col-xs-push-25 {
	left: 69.44444444%
}

.col-xs-push-24 {
	left: 66.66666667%
}

.col-xs-push-23 {
	left: 63.88888889%
}

.col-xs-push-22 {
	left: 61.11111111%
}

.col-xs-push-21 {
	left: 58.33333333%
}

.col-xs-push-20 {
	left: 55.55555556%
}

.col-xs-push-19 {
	left: 52.77777778%
}

.col-xs-push-18 {
	left: 50%
}

.col-xs-push-17 {
	left: 47.22222222%
}

.col-xs-push-16 {
	left: 44.44444444%
}

.col-xs-push-15 {
	left: 41.66666667%
}

.col-xs-push-14 {
	left: 38.88888889%
}

.col-xs-push-13 {
	left: 36.11111111%
}

.col-xs-push-12 {
	left: 33.33333333%
}

.col-xs-push-11 {
	left: 30.55555556%
}

.col-xs-push-10 {
	left: 27.77777778%
}

.col-xs-push-9 {
	left: 25%
}

.col-xs-push-8 {
	left: 22.22222222%
}

.col-xs-push-7 {
	left: 19.44444444%
}

.col-xs-push-6 {
	left: 16.66666667%
}

.col-xs-push-5 {
	left: 13.88888889%
}

.col-xs-push-4 {
	left: 11.11111111%
}

.col-xs-push-3 {
	left: 8.33333333%
}

.col-xs-push-2 {
	left: 5.55555556%
}

.col-xs-push-1 {
	left: 2.77777778%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-36 {
	margin-left: 100%
}

.col-xs-offset-35 {
	margin-left: 97.22222222%
}

.col-xs-offset-34 {
	margin-left: 94.44444444%
}

.col-xs-offset-33 {
	margin-left: 91.66666667%
}

.col-xs-offset-32 {
	margin-left: 88.88888889%
}

.col-xs-offset-31 {
	margin-left: 86.11111111%
}

.col-xs-offset-30 {
	margin-left: 83.33333333%
}

.col-xs-offset-29 {
	margin-left: 80.55555556%
}

.col-xs-offset-28 {
	margin-left: 77.77777778%
}

.col-xs-offset-27 {
	margin-left: 75%
}

.col-xs-offset-26 {
	margin-left: 72.22222222%
}

.col-xs-offset-25 {
	margin-left: 69.44444444%
}

.col-xs-offset-24 {
	margin-left: 66.66666667%
}

.col-xs-offset-23 {
	margin-left: 63.88888889%
}

.col-xs-offset-22 {
	margin-left: 61.11111111%
}

.col-xs-offset-21 {
	margin-left: 58.33333333%
}

.col-xs-offset-20 {
	margin-left: 55.55555556%
}

.col-xs-offset-19 {
	margin-left: 52.77777778%
}

.col-xs-offset-18 {
	margin-left: 50%
}

.col-xs-offset-17 {
	margin-left: 47.22222222%
}

.col-xs-offset-16 {
	margin-left: 44.44444444%
}

.col-xs-offset-15 {
	margin-left: 41.66666667%
}

.col-xs-offset-14 {
	margin-left: 38.88888889%
}

.col-xs-offset-13 {
	margin-left: 36.11111111%
}

.col-xs-offset-12 {
	margin-left: 33.33333333%
}

.col-xs-offset-11 {
	margin-left: 30.55555556%
}

.col-xs-offset-10 {
	margin-left: 27.77777778%
}

.col-xs-offset-9 {
	margin-left: 25%
}

.col-xs-offset-8 {
	margin-left: 22.22222222%
}

.col-xs-offset-7 {
	margin-left: 19.44444444%
}

.col-xs-offset-6 {
	margin-left: 16.66666667%
}

.col-xs-offset-5 {
	margin-left: 13.88888889%
}

.col-xs-offset-4 {
	margin-left: 11.11111111%
}

.col-xs-offset-3 {
	margin-left: 8.33333333%
}

.col-xs-offset-2 {
	margin-left: 5.55555556%
}

.col-xs-offset-1 {
	margin-left: 2.77777778%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width:480px) {
	.col-ms-1,.col-ms-2,.col-ms-3,.col-ms-4,.col-ms-5,.col-ms-6,.col-ms-7,.col-ms-8,.col-ms-9,.col-ms-10,.col-ms-11,.col-ms-12,.col-ms-13,.col-ms-14,.col-ms-15,.col-ms-16,.col-ms-17,.col-ms-18,.col-ms-19,.col-ms-20,.col-ms-21,.col-ms-22,.col-ms-23,.col-ms-24,.col-ms-25,.col-ms-26,.col-ms-27,.col-ms-28,.col-ms-29,.col-ms-30,.col-ms-31,.col-ms-32,.col-ms-33,.col-ms-34,.col-ms-35,.col-ms-36 {
		float: right
	}

	.col-ms-36 {
		width: 100%
	}

	.col-ms-35 {
		width: 97.22222222%
	}

	.col-ms-34 {
		width: 94.44444444%
	}

	.col-ms-33 {
		width: 91.66666667%
	}

	.col-ms-32 {
		width: 88.88888889%
	}

	.col-ms-31 {
		width: 86.11111111%
	}

	.col-ms-30 {
		width: 83.33333333%
	}

	.col-ms-29 {
		width: 80.55555556%
	}

	.col-ms-28 {
		width: 77.77777778%
	}

	.col-ms-27 {
		width: 75%
	}

	.col-ms-26 {
		width: 72.22222222%
	}

	.col-ms-25 {
		width: 69.44444444%
	}

	.col-ms-24 {
		width: 66.66666667%
	}

	.col-ms-23 {
		width: 63.88888889%
	}

	.col-ms-22 {
		width: 61.11111111%
	}

	.col-ms-21 {
		width: 58.33333333%
	}

	.col-ms-20 {
		width: 55.55555556%
	}

	.col-ms-19 {
		width: 52.77777778%
	}

	.col-ms-18 {
		width: 50%
	}

	.col-ms-17 {
		width: 47.22222222%
	}

	.col-ms-16 {
		width: 44.44444444%
	}

	.col-ms-15 {
		width: 41.66666667%
	}

	.col-ms-14 {
		width: 38.88888889%
	}

	.col-ms-13 {
		width: 36.11111111%
	}

	.col-ms-12 {
		width: 33.33333333%
	}

	.col-ms-11 {
		width: 30.55555556%
	}

	.col-ms-10 {
		width: 27.77777778%
	}

	.col-ms-9 {
		width: 25%
	}

	.col-ms-8 {
		width: 22.22222222%
	}

	.col-ms-7 {
		width: 19.44444444%
	}

	.col-ms-6 {
		width: 16.66666667%
	}

	.col-ms-5 {
		width: 13.88888889%
	}

	.col-ms-4 {
		width: 11.11111111%
	}

	.col-ms-3 {
		width: 8.33333333%
	}

	.col-ms-2 {
		width: 5.55555556%
	}

	.col-ms-1 {
		width: 2.77777778%
	}

	.col-ms-pull-36 {
		right: 100%
	}

	.col-ms-pull-35 {
		right: 97.22222222%
	}

	.col-ms-pull-34 {
		right: 94.44444444%
	}

	.col-ms-pull-33 {
		right: 91.66666667%
	}

	.col-ms-pull-32 {
		right: 88.88888889%
	}

	.col-ms-pull-31 {
		right: 86.11111111%
	}

	.col-ms-pull-30 {
		right: 83.33333333%
	}

	.col-ms-pull-29 {
		right: 80.55555556%
	}

	.col-ms-pull-28 {
		right: 77.77777778%
	}

	.col-ms-pull-27 {
		right: 75%
	}

	.col-ms-pull-26 {
		right: 72.22222222%
	}

	.col-ms-pull-25 {
		right: 69.44444444%
	}

	.col-ms-pull-24 {
		right: 66.66666667%
	}

	.col-ms-pull-23 {
		right: 63.88888889%
	}

	.col-ms-pull-22 {
		right: 61.11111111%
	}

	.col-ms-pull-21 {
		right: 58.33333333%
	}

	.col-ms-pull-20 {
		right: 55.55555556%
	}

	.col-ms-pull-19 {
		right: 52.77777778%
	}

	.col-ms-pull-18 {
		right: 50%
	}

	.col-ms-pull-17 {
		right: 47.22222222%
	}

	.col-ms-pull-16 {
		right: 44.44444444%
	}

	.col-ms-pull-15 {
		right: 41.66666667%
	}

	.col-ms-pull-14 {
		right: 38.88888889%
	}

	.col-ms-pull-13 {
		right: 36.11111111%
	}

	.col-ms-pull-12 {
		right: 33.33333333%
	}

	.col-ms-pull-11 {
		right: 30.55555556%
	}

	.col-ms-pull-10 {
		right: 27.77777778%
	}

	.col-ms-pull-9 {
		right: 25%
	}

	.col-ms-pull-8 {
		right: 22.22222222%
	}

	.col-ms-pull-7 {
		right: 19.44444444%
	}

	.col-ms-pull-6 {
		right: 16.66666667%
	}

	.col-ms-pull-5 {
		right: 13.88888889%
	}

	.col-ms-pull-4 {
		right: 11.11111111%
	}

	.col-ms-pull-3 {
		right: 8.33333333%
	}

	.col-ms-pull-2 {
		right: 5.55555556%
	}

	.col-ms-pull-1 {
		right: 2.77777778%
	}

	.col-ms-pull-0 {
		right: auto
	}

	.col-ms-push-36 {
		left: 100%
	}

	.col-ms-push-35 {
		left: 97.22222222%
	}

	.col-ms-push-34 {
		left: 94.44444444%
	}

	.col-ms-push-33 {
		left: 91.66666667%
	}

	.col-ms-push-32 {
		left: 88.88888889%
	}

	.col-ms-push-31 {
		left: 86.11111111%
	}

	.col-ms-push-30 {
		left: 83.33333333%
	}

	.col-ms-push-29 {
		left: 80.55555556%
	}

	.col-ms-push-28 {
		left: 77.77777778%
	}

	.col-ms-push-27 {
		left: 75%
	}

	.col-ms-push-26 {
		left: 72.22222222%
	}

	.col-ms-push-25 {
		left: 69.44444444%
	}

	.col-ms-push-24 {
		left: 66.66666667%
	}

	.col-ms-push-23 {
		left: 63.88888889%
	}

	.col-ms-push-22 {
		left: 61.11111111%
	}

	.col-ms-push-21 {
		left: 58.33333333%
	}

	.col-ms-push-20 {
		left: 55.55555556%
	}

	.col-ms-push-19 {
		left: 52.77777778%
	}

	.col-ms-push-18 {
		left: 50%
	}

	.col-ms-push-17 {
		left: 47.22222222%
	}

	.col-ms-push-16 {
		left: 44.44444444%
	}

	.col-ms-push-15 {
		left: 41.66666667%
	}

	.col-ms-push-14 {
		left: 38.88888889%
	}

	.col-ms-push-13 {
		left: 36.11111111%
	}

	.col-ms-push-12 {
		left: 33.33333333%
	}

	.col-ms-push-11 {
		left: 30.55555556%
	}

	.col-ms-push-10 {
		left: 27.77777778%
	}

	.col-ms-push-9 {
		left: 25%
	}

	.col-ms-push-8 {
		left: 22.22222222%
	}

	.col-ms-push-7 {
		left: 19.44444444%
	}

	.col-ms-push-6 {
		left: 16.66666667%
	}

	.col-ms-push-5 {
		left: 13.88888889%
	}

	.col-ms-push-4 {
		left: 11.11111111%
	}

	.col-ms-push-3 {
		left: 8.33333333%
	}

	.col-ms-push-2 {
		left: 5.55555556%
	}

	.col-ms-push-1 {
		left: 2.77777778%
	}

	.col-ms-push-0 {
		left: auto
	}

	.col-ms-offset-36 {
		margin-left: 100%
	}

	.col-ms-offset-35 {
		margin-left: 97.22222222%
	}

	.col-ms-offset-34 {
		margin-left: 94.44444444%
	}

	.col-ms-offset-33 {
		margin-left: 91.66666667%
	}

	.col-ms-offset-32 {
		margin-left: 88.88888889%
	}

	.col-ms-offset-31 {
		margin-left: 86.11111111%
	}

	.col-ms-offset-30 {
		margin-left: 83.33333333%
	}

	.col-ms-offset-29 {
		margin-left: 80.55555556%
	}

	.col-ms-offset-28 {
		margin-left: 77.77777778%
	}

	.col-ms-offset-27 {
		margin-left: 75%
	}

	.col-ms-offset-26 {
		margin-left: 72.22222222%
	}

	.col-ms-offset-25 {
		margin-left: 69.44444444%
	}

	.col-ms-offset-24 {
		margin-left: 66.66666667%
	}

	.col-ms-offset-23 {
		margin-left: 63.88888889%
	}

	.col-ms-offset-22 {
		margin-left: 61.11111111%
	}

	.col-ms-offset-21 {
		margin-left: 58.33333333%
	}

	.col-ms-offset-20 {
		margin-left: 55.55555556%
	}

	.col-ms-offset-19 {
		margin-left: 52.77777778%
	}

	.col-ms-offset-18 {
		margin-left: 50%
	}

	.col-ms-offset-17 {
		margin-left: 47.22222222%
	}

	.col-ms-offset-16 {
		margin-left: 44.44444444%
	}

	.col-ms-offset-15 {
		margin-left: 41.66666667%
	}

	.col-ms-offset-14 {
		margin-left: 38.88888889%
	}

	.col-ms-offset-13 {
		margin-left: 36.11111111%
	}

	.col-ms-offset-12 {
		margin-left: 33.33333333%
	}

	.col-ms-offset-11 {
		margin-left: 30.55555556%
	}

	.col-ms-offset-10 {
		margin-left: 27.77777778%
	}

	.col-ms-offset-9 {
		margin-left: 25%
	}

	.col-ms-offset-8 {
		margin-left: 22.22222222%
	}

	.col-ms-offset-7 {
		margin-left: 19.44444444%
	}

	.col-ms-offset-6 {
		margin-left: 16.66666667%
	}

	.col-ms-offset-5 {
		margin-left: 13.88888889%
	}

	.col-ms-offset-4 {
		margin-left: 11.11111111%
	}

	.col-ms-offset-3 {
		margin-left: 8.33333333%
	}

	.col-ms-offset-2 {
		margin-left: 5.55555556%
	}

	.col-ms-offset-1 {
		margin-left: 2.77777778%
	}

	.col-ms-offset-0 {
		margin-left: 0
	}
}

@media (min-width:768px) {
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14,.col-sm-15,.col-sm-16,.col-sm-17,.col-sm-18,.col-sm-19,.col-sm-20,.col-sm-21,.col-sm-22,.col-sm-23,.col-sm-24,.col-sm-25,.col-sm-26,.col-sm-27,.col-sm-28,.col-sm-29,.col-sm-30,.col-sm-31,.col-sm-32,.col-sm-33,.col-sm-34,.col-sm-35,.col-sm-36 {
		float: right
	}

	.col-sm-36 {
		width: 100%
	}

	.col-sm-35 {
		width: 97.22222222%
	}

	.col-sm-34 {
		width: 94.44444444%
	}

	.col-sm-33 {
		width: 91.66666667%
	}

	.col-sm-32 {
		width: 88.88888889%
	}

	.col-sm-31 {
		width: 86.11111111%
	}

	.col-sm-30 {
		width: 83.33333333%
	}

	.col-sm-29 {
		width: 80.55555556%
	}

	.col-sm-28 {
		width: 77.77777778%
	}

	.col-sm-27 {
		width: 75%
	}

	.col-sm-26 {
		width: 72.22222222%
	}

	.col-sm-25 {
		width: 69.44444444%
	}

	.col-sm-24 {
		width: 66.66666667%
	}

	.col-sm-23 {
		width: 63.88888889%
	}

	.col-sm-22 {
		width: 61.11111111%
	}

	.col-sm-21 {
		width: 58.33333333%
	}

	.col-sm-20 {
		width: 55.55555556%
	}

	.col-sm-19 {
		width: 52.77777778%
	}

	.col-sm-18 {
		width: 50%
	}

	.col-sm-17 {
		width: 47.22222222%
	}

	.col-sm-16 {
		width: 44.44444444%
	}

	.col-sm-15 {
		width: 41.66666667%
	}

	.col-sm-14 {
		width: 38.88888889%
	}

	.col-sm-13 {
		width: 36.11111111%
	}

	.col-sm-12 {
		width: 33.33333333%
	}

	.col-sm-11 {
		width: 30.55555556%
	}

	.col-sm-10 {
		width: 27.77777778%
	}

	.col-sm-9 {
		width: 25%
	}

	.col-sm-8 {
		width: 22.22222222%
	}

	.col-sm-7 {
		width: 19.44444444%
	}

	.col-sm-6 {
		width: 16.66666667%
	}

	.col-sm-5 {
		width: 13.88888889%
	}

	.col-sm-4 {
		width: 11.11111111%
	}

	.col-sm-3 {
		width: 8.33333333%
	}

	.col-sm-2 {
		width: 5.55555556%
	}

	.col-sm-1 {
		width: 2.77777778%
	}

	.col-sm-pull-36 {
		right: 100%
	}

	.col-sm-pull-35 {
		right: 97.22222222%
	}

	.col-sm-pull-34 {
		right: 94.44444444%
	}

	.col-sm-pull-33 {
		right: 91.66666667%
	}

	.col-sm-pull-32 {
		right: 88.88888889%
	}

	.col-sm-pull-31 {
		right: 86.11111111%
	}

	.col-sm-pull-30 {
		right: 83.33333333%
	}

	.col-sm-pull-29 {
		right: 80.55555556%
	}

	.col-sm-pull-28 {
		right: 77.77777778%
	}

	.col-sm-pull-27 {
		right: 75%
	}

	.col-sm-pull-26 {
		right: 72.22222222%
	}

	.col-sm-pull-25 {
		right: 69.44444444%
	}

	.col-sm-pull-24 {
		right: 66.66666667%
	}

	.col-sm-pull-23 {
		right: 63.88888889%
	}

	.col-sm-pull-22 {
		right: 61.11111111%
	}

	.col-sm-pull-21 {
		right: 58.33333333%
	}

	.col-sm-pull-20 {
		right: 55.55555556%
	}

	.col-sm-pull-19 {
		right: 52.77777778%
	}

	.col-sm-pull-18 {
		right: 50%
	}

	.col-sm-pull-17 {
		right: 47.22222222%
	}

	.col-sm-pull-16 {
		right: 44.44444444%
	}

	.col-sm-pull-15 {
		right: 41.66666667%
	}

	.col-sm-pull-14 {
		right: 38.88888889%
	}

	.col-sm-pull-13 {
		right: 36.11111111%
	}

	.col-sm-pull-12 {
		right: 33.33333333%
	}

	.col-sm-pull-11 {
		right: 30.55555556%
	}

	.col-sm-pull-10 {
		right: 27.77777778%
	}

	.col-sm-pull-9 {
		right: 25%
	}

	.col-sm-pull-8 {
		right: 22.22222222%
	}

	.col-sm-pull-7 {
		right: 19.44444444%
	}

	.col-sm-pull-6 {
		right: 16.66666667%
	}

	.col-sm-pull-5 {
		right: 13.88888889%
	}

	.col-sm-pull-4 {
		right: 11.11111111%
	}

	.col-sm-pull-3 {
		right: 8.33333333%
	}

	.col-sm-pull-2 {
		right: 5.55555556%
	}

	.col-sm-pull-1 {
		right: 2.77777778%
	}

	.col-sm-pull-0 {
		right: auto
	}

	.col-sm-push-36 {
		left: 100%
	}

	.col-sm-push-35 {
		left: 97.22222222%
	}

	.col-sm-push-34 {
		left: 94.44444444%
	}

	.col-sm-push-33 {
		left: 91.66666667%
	}

	.col-sm-push-32 {
		left: 88.88888889%
	}

	.col-sm-push-31 {
		left: 86.11111111%
	}

	.col-sm-push-30 {
		left: 83.33333333%
	}

	.col-sm-push-29 {
		left: 80.55555556%
	}

	.col-sm-push-28 {
		left: 77.77777778%
	}

	.col-sm-push-27 {
		left: 75%
	}

	.col-sm-push-26 {
		left: 72.22222222%
	}

	.col-sm-push-25 {
		left: 69.44444444%
	}

	.col-sm-push-24 {
		left: 66.66666667%
	}

	.col-sm-push-23 {
		left: 63.88888889%
	}

	.col-sm-push-22 {
		left: 61.11111111%
	}

	.col-sm-push-21 {
		left: 58.33333333%
	}

	.col-sm-push-20 {
		left: 55.55555556%
	}

	.col-sm-push-19 {
		left: 52.77777778%
	}

	.col-sm-push-18 {
		left: 50%
	}

	.col-sm-push-17 {
		left: 47.22222222%
	}

	.col-sm-push-16 {
		left: 44.44444444%
	}

	.col-sm-push-15 {
		left: 41.66666667%
	}

	.col-sm-push-14 {
		left: 38.88888889%
	}

	.col-sm-push-13 {
		left: 36.11111111%
	}

	.col-sm-push-12 {
		left: 33.33333333%
	}

	.col-sm-push-11 {
		left: 30.55555556%
	}

	.col-sm-push-10 {
		left: 27.77777778%
	}

	.col-sm-push-9 {
		left: 25%
	}

	.col-sm-push-8 {
		left: 22.22222222%
	}

	.col-sm-push-7 {
		left: 19.44444444%
	}

	.col-sm-push-6 {
		left: 16.66666667%
	}

	.col-sm-push-5 {
		left: 13.88888889%
	}

	.col-sm-push-4 {
		left: 11.11111111%
	}

	.col-sm-push-3 {
		left: 8.33333333%
	}

	.col-sm-push-2 {
		left: 5.55555556%
	}

	.col-sm-push-1 {
		left: 2.77777778%
	}

	.col-sm-push-0 {
		left: auto
	}

	.col-sm-offset-36 {
		margin-left: 100%
	}

	.col-sm-offset-35 {
		margin-left: 97.22222222%
	}

	.col-sm-offset-34 {
		margin-left: 94.44444444%
	}

	.col-sm-offset-33 {
		margin-left: 91.66666667%
	}

	.col-sm-offset-32 {
		margin-left: 88.88888889%
	}

	.col-sm-offset-31 {
		margin-left: 86.11111111%
	}

	.col-sm-offset-30 {
		margin-left: 83.33333333%
	}

	.col-sm-offset-29 {
		margin-left: 80.55555556%
	}

	.col-sm-offset-28 {
		margin-left: 77.77777778%
	}

	.col-sm-offset-27 {
		margin-left: 75%
	}

	.col-sm-offset-26 {
		margin-left: 72.22222222%
	}

	.col-sm-offset-25 {
		margin-left: 69.44444444%
	}

	.col-sm-offset-24 {
		margin-left: 66.66666667%
	}

	.col-sm-offset-23 {
		margin-left: 63.88888889%
	}

	.col-sm-offset-22 {
		margin-left: 61.11111111%
	}

	.col-sm-offset-21 {
		margin-left: 58.33333333%
	}

	.col-sm-offset-20 {
		margin-left: 55.55555556%
	}

	.col-sm-offset-19 {
		margin-left: 52.77777778%
	}

	.col-sm-offset-18 {
		margin-left: 50%
	}

	.col-sm-offset-17 {
		margin-left: 47.22222222%
	}

	.col-sm-offset-16 {
		margin-left: 44.44444444%
	}

	.col-sm-offset-15 {
		margin-left: 41.66666667%
	}

	.col-sm-offset-14 {
		margin-left: 38.88888889%
	}

	.col-sm-offset-13 {
		margin-left: 36.11111111%
	}

	.col-sm-offset-12 {
		margin-left: 33.33333333%
	}

	.col-sm-offset-11 {
		margin-left: 30.55555556%
	}

	.col-sm-offset-10 {
		margin-left: 27.77777778%
	}

	.col-sm-offset-9 {
		margin-left: 25%
	}

	.col-sm-offset-8 {
		margin-left: 22.22222222%
	}

	.col-sm-offset-7 {
		margin-left: 19.44444444%
	}

	.col-sm-offset-6 {
		margin-left: 16.66666667%
	}

	.col-sm-offset-5 {
		margin-left: 13.88888889%
	}

	.col-sm-offset-4 {
		margin-left: 11.11111111%
	}

	.col-sm-offset-3 {
		margin-left: 8.33333333%
	}

	.col-sm-offset-2 {
		margin-left: 5.55555556%
	}

	.col-sm-offset-1 {
		margin-left: 2.77777778%
	}

	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width:992px) {
	.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-13,.col-md-14,.col-md-15,.col-md-16,.col-md-17,.col-md-18,.col-md-19,.col-md-20,.col-md-21,.col-md-22,.col-md-23,.col-md-24,.col-md-25,.col-md-26,.col-md-27,.col-md-28,.col-md-29,.col-md-30,.col-md-31,.col-md-32,.col-md-33,.col-md-34,.col-md-35,.col-md-36 {
		float: right
	}

	.col-md-36 {
		width: 100%
	}

	.col-md-35 {
		width: 97.22222222%
	}

	.col-md-34 {
		width: 94.44444444%
	}

	.col-md-33 {
		width: 91.66666667%
	}

	.col-md-32 {
		width: 88.88888889%
	}

	.col-md-31 {
		width: 86.11111111%
	}

	.col-md-30 {
		width: 83.33333333%
	}

	.col-md-29 {
		width: 80.55555556%
	}

	.col-md-28 {
		width: 77.77777778%
	}

	.col-md-27 {
		width: 75%
	}

	.col-md-26 {
		width: 72.22222222%
	}

	.col-md-25 {
		width: 69.44444444%
	}

	.col-md-24 {
		width: 66.66666667%
	}

	.col-md-23 {
		width: 63.88888889%
	}

	.col-md-22 {
		width: 61.11111111%
	}

	.col-md-21 {
		width: 58.33333333%
	}

	.col-md-20 {
		width: 55.55555556%
	}

	.col-md-19 {
		width: 52.77777778%
	}

	.col-md-18 {
		width: 50%
	}

	.col-md-17 {
		width: 47.22222222%
	}

	.col-md-16 {
		width: 44.44444444%
	}

	.col-md-15 {
		width: 41.66666667%
	}

	.col-md-14 {
		width: 38.88888889%
	}

	.col-md-13 {
		width: 36.11111111%
	}

	.col-md-12 {
		width: 33.33333333%
	}

	.col-md-11 {
		width: 30.55555556%
	}

	.col-md-10 {
		width: 27.77777778%
	}

	.col-md-9 {
		width: 25%
	}

	.col-md-8 {
		width: 22.22222222%
	}

	.col-md-7 {
		width: 19.44444444%
	}

	.col-md-6 {
		width: 16.66666667%
	}

	.col-md-5 {
		width: 13.88888889%
	}

	.col-md-4 {
		width: 11.11111111%
	}

	.col-md-3 {
		width: 8.33333333%
	}

	.col-md-2 {
		width: 5.55555556%
	}

	.col-md-1 {
		width: 2.77777778%
	}

	.col-md-pull-36 {
		right: 100%
	}

	.col-md-pull-35 {
		right: 97.22222222%
	}

	.col-md-pull-34 {
		right: 94.44444444%
	}

	.col-md-pull-33 {
		right: 91.66666667%
	}

	.col-md-pull-32 {
		right: 88.88888889%
	}

	.col-md-pull-31 {
		right: 86.11111111%
	}

	.col-md-pull-30 {
		right: 83.33333333%
	}

	.col-md-pull-29 {
		right: 80.55555556%
	}

	.col-md-pull-28 {
		right: 77.77777778%
	}

	.col-md-pull-27 {
		right: 75%
	}

	.col-md-pull-26 {
		right: 72.22222222%
	}

	.col-md-pull-25 {
		right: 69.44444444%
	}

	.col-md-pull-24 {
		right: 66.66666667%
	}

	.col-md-pull-23 {
		right: 63.88888889%
	}

	.col-md-pull-22 {
		right: 61.11111111%
	}

	.col-md-pull-21 {
		right: 58.33333333%
	}

	.col-md-pull-20 {
		right: 55.55555556%
	}

	.col-md-pull-19 {
		right: 52.77777778%
	}

	.col-md-pull-18 {
		right: 50%
	}

	.col-md-pull-17 {
		right: 47.22222222%
	}

	.col-md-pull-16 {
		right: 44.44444444%
	}

	.col-md-pull-15 {
		right: 41.66666667%
	}

	.col-md-pull-14 {
		right: 38.88888889%
	}

	.col-md-pull-13 {
		right: 36.11111111%
	}

	.col-md-pull-12 {
		right: 33.33333333%
	}

	.col-md-pull-11 {
		right: 30.55555556%
	}

	.col-md-pull-10 {
		right: 27.77777778%
	}

	.col-md-pull-9 {
		right: 25%
	}

	.col-md-pull-8 {
		right: 22.22222222%
	}

	.col-md-pull-7 {
		right: 19.44444444%
	}

	.col-md-pull-6 {
		right: 16.66666667%
	}

	.col-md-pull-5 {
		right: 13.88888889%
	}

	.col-md-pull-4 {
		right: 11.11111111%
	}

	.col-md-pull-3 {
		right: 8.33333333%
	}

	.col-md-pull-2 {
		right: 5.55555556%
	}

	.col-md-pull-1 {
		right: 2.77777778%
	}

	.col-md-pull-0 {
		right: auto
	}

	.col-md-push-36 {
		left: 100%
	}

	.col-md-push-35 {
		left: 97.22222222%
	}

	.col-md-push-34 {
		left: 94.44444444%
	}

	.col-md-push-33 {
		left: 91.66666667%
	}

	.col-md-push-32 {
		left: 88.88888889%
	}

	.col-md-push-31 {
		left: 86.11111111%
	}

	.col-md-push-30 {
		left: 83.33333333%
	}

	.col-md-push-29 {
		left: 80.55555556%
	}

	.col-md-push-28 {
		left: 77.77777778%
	}

	.col-md-push-27 {
		left: 75%
	}

	.col-md-push-26 {
		left: 72.22222222%
	}

	.col-md-push-25 {
		left: 69.44444444%
	}

	.col-md-push-24 {
		left: 66.66666667%
	}

	.col-md-push-23 {
		left: 63.88888889%
	}

	.col-md-push-22 {
		left: 61.11111111%
	}

	.col-md-push-21 {
		left: 58.33333333%
	}

	.col-md-push-20 {
		left: 55.55555556%
	}

	.col-md-push-19 {
		left: 52.77777778%
	}

	.col-md-push-18 {
		left: 50%
	}

	.col-md-push-17 {
		left: 47.22222222%
	}

	.col-md-push-16 {
		left: 44.44444444%
	}

	.col-md-push-15 {
		left: 41.66666667%
	}

	.col-md-push-14 {
		left: 38.88888889%
	}

	.col-md-push-13 {
		left: 36.11111111%
	}

	.col-md-push-12 {
		left: 33.33333333%
	}

	.col-md-push-11 {
		left: 30.55555556%
	}

	.col-md-push-10 {
		left: 27.77777778%
	}

	.col-md-push-9 {
		left: 25%
	}

	.col-md-push-8 {
		left: 22.22222222%
	}

	.col-md-push-7 {
		left: 19.44444444%
	}

	.col-md-push-6 {
		left: 16.66666667%
	}

	.col-md-push-5 {
		left: 13.88888889%
	}

	.col-md-push-4 {
		left: 11.11111111%
	}

	.col-md-push-3 {
		left: 8.33333333%
	}

	.col-md-push-2 {
		left: 5.55555556%
	}

	.col-md-push-1 {
		left: 2.77777778%
	}

	.col-md-push-0 {
		left: auto
	}

	.col-md-offset-36 {
		margin-left: 100%
	}

	.col-md-offset-35 {
		margin-left: 97.22222222%
	}

	.col-md-offset-34 {
		margin-left: 94.44444444%
	}

	.col-md-offset-33 {
		margin-left: 91.66666667%
	}

	.col-md-offset-32 {
		margin-left: 88.88888889%
	}

	.col-md-offset-31 {
		margin-left: 86.11111111%
	}

	.col-md-offset-30 {
		margin-left: 83.33333333%
	}

	.col-md-offset-29 {
		margin-left: 80.55555556%
	}

	.col-md-offset-28 {
		margin-left: 77.77777778%
	}

	.col-md-offset-27 {
		margin-left: 75%
	}

	.col-md-offset-26 {
		margin-left: 72.22222222%
	}

	.col-md-offset-25 {
		margin-left: 69.44444444%
	}

	.col-md-offset-24 {
		margin-left: 66.66666667%
	}

	.col-md-offset-23 {
		margin-left: 63.88888889%
	}

	.col-md-offset-22 {
		margin-left: 61.11111111%
	}

	.col-md-offset-21 {
		margin-left: 58.33333333%
	}

	.col-md-offset-20 {
		margin-left: 55.55555556%
	}

	.col-md-offset-19 {
		margin-left: 52.77777778%
	}

	.col-md-offset-18 {
		margin-left: 50%
	}

	.col-md-offset-17 {
		margin-left: 47.22222222%
	}

	.col-md-offset-16 {
		margin-left: 44.44444444%
	}

	.col-md-offset-15 {
		margin-left: 41.66666667%
	}

	.col-md-offset-14 {
		margin-left: 38.88888889%
	}

	.col-md-offset-13 {
		margin-left: 36.11111111%
	}

	.col-md-offset-12 {
		margin-left: 33.33333333%
	}

	.col-md-offset-11 {
		margin-left: 30.55555556%
	}

	.col-md-offset-10 {
		margin-left: 27.77777778%
	}

	.col-md-offset-9 {
		margin-left: 25%
	}

	.col-md-offset-8 {
		margin-left: 22.22222222%
	}

	.col-md-offset-7 {
		margin-left: 19.44444444%
	}

	.col-md-offset-6 {
		margin-left: 16.66666667%
	}

	.col-md-offset-5 {
		margin-left: 13.88888889%
	}

	.col-md-offset-4 {
		margin-left: 11.11111111%
	}

	.col-md-offset-3 {
		margin-left: 8.33333333%
	}

	.col-md-offset-2 {
		margin-left: 5.55555556%
	}

	.col-md-offset-1 {
		margin-left: 2.77777778%
	}

	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width:1200px) {
	.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-13,.col-lg-14,.col-lg-15,.col-lg-16,.col-lg-17,.col-lg-18,.col-lg-19,.col-lg-20,.col-lg-21,.col-lg-22,.col-lg-23,.col-lg-24,.col-lg-25,.col-lg-26,.col-lg-27,.col-lg-28,.col-lg-29,.col-lg-30,.col-lg-31,.col-lg-32,.col-lg-33,.col-lg-34,.col-lg-35,.col-lg-36 {
		float: right
	}

	.col-lg-36 {
		width: 100%
	}

	.col-lg-35 {
		width: 97.22222222%
	}

	.col-lg-34 {
		width: 94.44444444%
	}

	.col-lg-33 {
		width: 91.66666667%
	}

	.col-lg-32 {
		width: 88.88888889%
	}

	.col-lg-31 {
		width: 86.11111111%
	}

	.col-lg-30 {
		width: 83.33333333%
	}

	.col-lg-29 {
		width: 80.55555556%
	}

	.col-lg-28 {
		width: 77.77777778%
	}

	.col-lg-27 {
		width: 75%
	}

	.col-lg-26 {
		width: 72.22222222%
	}

	.col-lg-25 {
		width: 69.44444444%
	}

	.col-lg-24 {
		width: 66.66666667%
	}

	.col-lg-23 {
		width: 63.88888889%
	}

	.col-lg-22 {
		width: 61.11111111%
	}

	.col-lg-21 {
		width: 58.33333333%
	}

	.col-lg-20 {
		width: 55.55555556%
	}

	.col-lg-19 {
		width: 52.77777778%
	}

	.col-lg-18 {
		width: 50%
	}

	.col-lg-17 {
		width: 47.22222222%
	}

	.col-lg-16 {
		width: 44.44444444%
	}

	.col-lg-15 {
		width: 41.66666667%
	}

	.col-lg-14 {
		width: 38.88888889%
	}

	.col-lg-13 {
		width: 36.11111111%
	}

	.col-lg-12 {
		width: 33.33333333%
	}

	.col-lg-11 {
		width: 30.55555556%
	}

	.col-lg-10 {
		width: 27.77777778%
	}

	.col-lg-9 {
		width: 25%
	}

	.col-lg-8 {
		width: 22.22222222%
	}

	.col-lg-7 {
		width: 19.44444444%
	}

	.col-lg-6 {
		width: 16.66666667%
	}

	.col-lg-5 {
		width: 13.88888889%
	}

	.col-lg-4 {
		width: 11.11111111%
	}

	.col-lg-3 {
		width: 8.33333333%
	}

	.col-lg-2 {
		width: 5.55555556%
	}

	.col-lg-1 {
		width: 2.77777778%
	}

	.col-lg-pull-36 {
		right: 100%
	}

	.col-lg-pull-35 {
		right: 97.22222222%
	}

	.col-lg-pull-34 {
		right: 94.44444444%
	}

	.col-lg-pull-33 {
		right: 91.66666667%
	}

	.col-lg-pull-32 {
		right: 88.88888889%
	}

	.col-lg-pull-31 {
		right: 86.11111111%
	}

	.col-lg-pull-30 {
		right: 83.33333333%
	}

	.col-lg-pull-29 {
		right: 80.55555556%
	}

	.col-lg-pull-28 {
		right: 77.77777778%
	}

	.col-lg-pull-27 {
		right: 75%
	}

	.col-lg-pull-26 {
		right: 72.22222222%
	}

	.col-lg-pull-25 {
		right: 69.44444444%
	}

	.col-lg-pull-24 {
		right: 66.66666667%
	}

	.col-lg-pull-23 {
		right: 63.88888889%
	}

	.col-lg-pull-22 {
		right: 61.11111111%
	}

	.col-lg-pull-21 {
		right: 58.33333333%
	}

	.col-lg-pull-20 {
		right: 55.55555556%
	}

	.col-lg-pull-19 {
		right: 52.77777778%
	}

	.col-lg-pull-18 {
		right: 50%
	}

	.col-lg-pull-17 {
		right: 47.22222222%
	}

	.col-lg-pull-16 {
		right: 44.44444444%
	}

	.col-lg-pull-15 {
		right: 41.66666667%
	}

	.col-lg-pull-14 {
		right: 38.88888889%
	}

	.col-lg-pull-13 {
		right: 36.11111111%
	}

	.col-lg-pull-12 {
		right: 33.33333333%
	}

	.col-lg-pull-11 {
		right: 30.55555556%
	}

	.col-lg-pull-10 {
		right: 27.77777778%
	}

	.col-lg-pull-9 {
		right: 25%
	}

	.col-lg-pull-8 {
		right: 22.22222222%
	}

	.col-lg-pull-7 {
		right: 19.44444444%
	}

	.col-lg-pull-6 {
		right: 16.66666667%
	}

	.col-lg-pull-5 {
		right: 13.88888889%
	}

	.col-lg-pull-4 {
		right: 11.11111111%
	}

	.col-lg-pull-3 {
		right: 8.33333333%
	}

	.col-lg-pull-2 {
		right: 5.55555556%
	}

	.col-lg-pull-1 {
		right: 2.77777778%
	}

	.col-lg-pull-0 {
		right: auto
	}

	.col-lg-push-36 {
		left: 100%
	}

	.col-lg-push-35 {
		left: 97.22222222%
	}

	.col-lg-push-34 {
		left: 94.44444444%
	}

	.col-lg-push-33 {
		left: 91.66666667%
	}

	.col-lg-push-32 {
		left: 88.88888889%
	}

	.col-lg-push-31 {
		left: 86.11111111%
	}

	.col-lg-push-30 {
		left: 83.33333333%
	}

	.col-lg-push-29 {
		left: 80.55555556%
	}

	.col-lg-push-28 {
		left: 77.77777778%
	}

	.col-lg-push-27 {
		left: 75%
	}

	.col-lg-push-26 {
		left: 72.22222222%
	}

	.col-lg-push-25 {
		left: 69.44444444%
	}

	.col-lg-push-24 {
		left: 66.66666667%
	}

	.col-lg-push-23 {
		left: 63.88888889%
	}

	.col-lg-push-22 {
		left: 61.11111111%
	}

	.col-lg-push-21 {
		left: 58.33333333%
	}

	.col-lg-push-20 {
		left: 55.55555556%
	}

	.col-lg-push-19 {
		left: 52.77777778%
	}

	.col-lg-push-18 {
		left: 50%
	}

	.col-lg-push-17 {
		left: 47.22222222%
	}

	.col-lg-push-16 {
		left: 44.44444444%
	}

	.col-lg-push-15 {
		left: 41.66666667%
	}

	.col-lg-push-14 {
		left: 38.88888889%
	}

	.col-lg-push-13 {
		left: 36.11111111%
	}

	.col-lg-push-12 {
		left: 33.33333333%
	}

	.col-lg-push-11 {
		left: 30.55555556%
	}

	.col-lg-push-10 {
		left: 27.77777778%
	}

	.col-lg-push-9 {
		left: 25%
	}

	.col-lg-push-8 {
		left: 22.22222222%
	}

	.col-lg-push-7 {
		left: 19.44444444%
	}

	.col-lg-push-6 {
		left: 16.66666667%
	}

	.col-lg-push-5 {
		left: 13.88888889%
	}

	.col-lg-push-4 {
		left: 11.11111111%
	}

	.col-lg-push-3 {
		left: 8.33333333%
	}

	.col-lg-push-2 {
		left: 5.55555556%
	}

	.col-lg-push-1 {
		left: 2.77777778%
	}

	.col-lg-push-0 {
		left: auto
	}

	.col-lg-offset-36 {
		margin-left: 100%
	}

	.col-lg-offset-35 {
		margin-left: 97.22222222%
	}

	.col-lg-offset-34 {
		margin-left: 94.44444444%
	}

	.col-lg-offset-33 {
		margin-left: 91.66666667%
	}

	.col-lg-offset-32 {
		margin-left: 88.88888889%
	}

	.col-lg-offset-31 {
		margin-left: 86.11111111%
	}

	.col-lg-offset-30 {
		margin-left: 83.33333333%
	}

	.col-lg-offset-29 {
		margin-left: 80.55555556%
	}

	.col-lg-offset-28 {
		margin-left: 77.77777778%
	}

	.col-lg-offset-27 {
		margin-left: 75%
	}

	.col-lg-offset-26 {
		margin-left: 72.22222222%
	}

	.col-lg-offset-25 {
		margin-left: 69.44444444%
	}

	.col-lg-offset-24 {
		margin-left: 66.66666667%
	}

	.col-lg-offset-23 {
		margin-left: 63.88888889%
	}

	.col-lg-offset-22 {
		margin-left: 61.11111111%
	}

	.col-lg-offset-21 {
		margin-left: 58.33333333%
	}

	.col-lg-offset-20 {
		margin-left: 55.55555556%
	}

	.col-lg-offset-19 {
		margin-left: 52.77777778%
	}

	.col-lg-offset-18 {
		margin-left: 50%
	}

	.col-lg-offset-17 {
		margin-left: 47.22222222%
	}

	.col-lg-offset-16 {
		margin-left: 44.44444444%
	}

	.col-lg-offset-15 {
		margin-left: 41.66666667%
	}

	.col-lg-offset-14 {
		margin-left: 38.88888889%
	}

	.col-lg-offset-13 {
		margin-left: 36.11111111%
	}

	.col-lg-offset-12 {
		margin-left: 33.33333333%
	}

	.col-lg-offset-11 {
		margin-left: 30.55555556%
	}

	.col-lg-offset-10 {
		margin-left: 27.77777778%
	}

	.col-lg-offset-9 {
		margin-left: 25%
	}

	.col-lg-offset-8 {
		margin-left: 22.22222222%
	}

	.col-lg-offset-7 {
		margin-left: 19.44444444%
	}

	.col-lg-offset-6 {
		margin-left: 16.66666667%
	}

	.col-lg-offset-5 {
		margin-left: 13.88888889%
	}

	.col-lg-offset-4 {
		margin-left: 11.11111111%
	}

	.col-lg-offset-3 {
		margin-left: 8.33333333%
	}

	.col-lg-offset-2 {
		margin-left: 5.55555556%
	}

	.col-lg-offset-1 {
		margin-left: 2.77777778%
	}

	.col-lg-offset-0 {
		margin-left: 0
	}
}

table {
	background-color: transparent
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: right
}

th {
	text-align: right
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.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>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td {
	padding: 5px
}

.table-bordered {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>th,.table-bordered>thead>tr>td {
	border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5
}

table col[class*=col-] {
	position: static;
	float: none;
	display: table-column
}

table td[class*=col-],table th[class*=col-] {
	position: static;
	float: none;
	display: table-cell
}

.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th {
	background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th {
	background-color: #e8e8e8
}

.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th {
	background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th {
	background-color: #d0e9c6
}

.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th {
	background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th {
	background-color: #c4e3f3
}

.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th {
	background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th {
	background-color: #faf2cc
}

.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th {
	background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th {
	background-color: #ebcccc
}

.table-responsive {
	overflow-x: auto;
	min-height: .01%
}

@media screen and (max-width:479px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}

	.table-responsive>.table {
		margin-bottom: 0
	}

	.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td {
		white-space: nowrap
	}

	.table-responsive>.table-bordered {
		border: 0
	}

	.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child {
		border-left: 0
	}

	.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child {
		border-right: 0
	}

	.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td {
		border-bottom: 0
	}
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type=radio],input[type=checkbox] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple],select[size] {
	height: auto
}

input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus {
	outline: 0;
	outline: 0;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555
}

.form-control {
	display: block;
	width: 100%;
	height: 24px;
	padding: 0 12px;
	font-size: 14px;
	line-height: 24px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}

.form-control[disabled],fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

input[type=search] {
	-webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control {
		line-height: 34px
	}

	input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month] {
		line-height: 30px
	}

	input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month] {
		line-height: 46px
	}
}

.form-group {
	margin-bottom: 15px
}

.radio,.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.radio label,.checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}

.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9
}

.radio+.radio,.checkbox+.checkbox {
	margin-top: -5px
}

.radio-inline,.checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: 400;
	cursor: pointer
}

.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline {
	margin-top: 0;
	margin-left: 10px
}

input[type=radio][disabled],input[type=checkbox][disabled],input[type=radio].disabled,input[type=checkbox].disabled,fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox] {
	cursor: not-allowed
}

.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline {
	cursor: not-allowed
}

.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label {
	cursor: not-allowed
}

.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 34px
}

.form-control-static.input-lg,.form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-sm {
	height: 30px;
	line-height: 30px
}

textarea.input-sm,select[multiple].input-sm {
	height: auto
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px
}

.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control {
	height: auto
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.input-lg {
	height: 46px;
	line-height: 46px
}

textarea.input-lg,select[multiple].input-lg {
	height: auto
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px
}

.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control {
	height: auto
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 42.5px
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none
}

.input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
}

.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}

.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede
}

.has-error .form-control-feedback {
	color: #a94442
}

.has-feedback label~.form-control-feedback {
	top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

@media (min-width:768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.form-inline .form-control-static {
		display: inline-block
	}

	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control {
		width: auto
	}

	.form-inline .input-group>.form-control {
		width: 100%
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .radio,.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .radio label,.form-inline .checkbox label {
		padding-left: 0
	}

	.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox] {
		position: relative;
		margin-left: 0
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px
}

.form-horizontal .radio,.form-horizontal .checkbox {
	min-height: 27px
}

.form-horizontal .form-group {
	margin-left: -5px;
	margin-right: -5px
}

@media (min-width:768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 5px
}

@media (min-width:768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 14.333333px;
		font-size: 18px
	}
}

@media (min-width:768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px
	}
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 0 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {
	outline: 0;
	outline: 0;
	outline-offset: -2px
}

.btn:hover,.btn:focus,.btn.focus {
	color: #333;
	text-decoration: none
}

.btn:active,.btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}

a.btn.disabled,fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default:focus,.btn-default.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default {
	background-image: none
}

.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active {
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary:focus,.btn-primary.focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}

.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
	background-image: none
}

.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active {
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success:focus,.btn-success.focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success {
	background-image: none
}

.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info:focus,.btn-info.focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info {
	background-image: none
}

.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning:focus,.btn-warning.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning {
	background-image: none
}

.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger:focus,.btn-danger.focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger {
	background-image: none
}

.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	color: #337ab7;
	font-weight: 400;
	border-radius: 0
}

.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
	border-color: transparent
}

.btn-link:hover,.btn-link:focus {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus {
	color: #777;
	text-decoration: none
}

.btn-lg,.btn-group-lg>.btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.btn-sm,.btn-group-sm>.btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-xs,.btn-group-xs>.btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height,visibility;
	transition-property: height,visibility;
	-webkit-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropup,.dropdown {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	background-clip: padding-box
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
	color: #777
}

.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	left: auto;
	right: 0
}

.dropdown-menu-left {
	left: 0;
	right: auto
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
	content: ""
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

@media (min-width:768px) {
	.navbar-right .dropdown-menu {
		left: auto;
		right: 0
	}

	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto
	}
}

.btn-group,.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group>.btn,.btn-group-vertical>.btn {
	position: relative;
	float: left
}

.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active {
	z-index: 2
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
	margin-left: -1px
}

.btn-toolbar {
	margin-left: -5px
}

.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group {
	float: left
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
	margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.btn+.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn .caret {
	margin-left: 0
}

.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
	float: none
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
	float: none;
	display: table-cell;
	width: 1%
}

.btn-group-justified>.btn-group .btn {
	width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox] {
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group[class*=col-] {
	float: none;
	padding-left: 0;
	padding-right: 0
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	line-height: 46px
}

textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn {
	height: auto
}

.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	line-height: 30px
}

textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn {
	height: auto
}

.input-group-addon,.input-group-btn,.input-group .form-control {
	display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-addon,.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px
}

.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}

.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}

.input-group-addon input[type=radio],.input-group-addon input[type=checkbox] {
	margin-top: 0
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.input-group-addon:first-child {
	border-right: 0
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.input-group-addon:last-child {
	border-left: 0
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn>.btn {
	position: relative
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active {
	z-index: 2
}

.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
	margin-right: -1px
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
	z-index: 2;
	margin-left: -1px
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav>li>a:hover,.nav>li>a:focus {
	text-decoration: none
}

.nav>li.disabled>a {
	color: #777
}

.nav>li.disabled>a:hover,.nav>li.disabled>a:focus {
	color: #777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav>li>a>img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}

.nav-tabs.nav-justified>li {
	float: none
}

.nav-tabs.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus {
		border-bottom-color: #fff
	}
}

.nav-pills>li {
	float: left
}

.nav-pills>li>a {
	border-radius: 4px
}

.nav-pills>li+li {
	margin-left: 2px
}

.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #337ab7
}

.nav-stacked>li {
	float: none
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified {
	width: 100%
}

.nav-justified>li {
	float: none
}

.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
	.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus {
		border-bottom-color: #fff
	}
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar {
	position: relative;
	min-height: 39px;
	border: 0
}

@media (min-width:768px) {
	.navbar {
		border-radius: 4px
	}
}

@media (min-width:768px) {
	.navbar-header {
		float: left
	}
}

.navbar-collapse {
	overflow-x: visible;
	border-top: 0;
	box-shadow: 0;
	-webkit-overflow-scrolling: touch;
	background: #1b1b1b;
	position: absolute;
	width: 100%;
	z-index: 999999
}

.navbar-collapse.in {
	overflow-y: auto
}

@media (min-width:768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important
	}

	.navbar-collapse.in {
		overflow-y: visible
	}

	.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0
	}
}

.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
	max-height: 340px
}

@media (max-device-width:1px) and (orientation:landscape) {
	.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
		max-height: 200px
	}
}

@media (min-width:768px) {
	.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media (min-width:768px) {
	.navbar-static-top {
		border-radius: 0
	}
}

.navbar-fixed-top,.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media (min-width:768px) {
	.navbar-fixed-top,.navbar-fixed-bottom {
		border-radius: 0
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.navbar-brand {
	float: left;
	padding: 15px 5px;
	font-size: 18px;
	line-height: 20px;
	height: 50px
}

.navbar-brand:hover,.navbar-brand:focus {
	text-decoration: none
}

.navbar-brand>img {
	display: block
}

@media (min-width:768px) {
	.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
		margin-left: -5px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 5px;
	padding: 0 13px 0 17px;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 0;
	color: #000;
	font: 17px/30px rtnassim;
	border-radius: 5px
}

.navbar-toggle {
	background: #7a7a7a
}

.navbar-toggle.collapsed {
	background: #d9d9d9 !important
}

.navbar-toggle i {
	display: block;
	float: right;
	margin: 6px 0 0 14px
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

@media (min-width:768px) {
	.navbar-toggle {
		display: none
	}
}

.navbar-nav>li>a {
	padding-top: 0;
	padding-bottom: 0;
	font: 17px/33px;
	color: #fff !important;
	border-bottom: 1px solid #000
}

@media (max-width:767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: #a80000;
		border: 0;
		box-shadow: none;
		text-align: right;
		padding-right: 35px
	}

	.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px
	}

	.navbar-nav .open .dropdown-menu>li>a {
		font: 15px/34px;
		color: #e8c6c5 !important;
		padding: 0;
		text-align: right;
		border-bottom: 1px solid #830101
	}

	.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff !important
	}
}

@media (min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}

	.navbar-nav>li {
		float: left
	}

	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px
	}
}

.navbar-form {
	margin-left: -5px;
	margin-right: -5px;
	padding: 10px 5px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
	margin-top: 8px;
	margin-bottom: 8px
}

@media (min-width:768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.navbar-form .form-control-static {
		display: inline-block
	}

	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control {
		width: auto
	}

	.navbar-form .input-group>.form-control {
		width: 100%
	}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .radio,.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .radio label,.navbar-form .checkbox label {
		padding-left: 0
	}

	.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox] {
		position: relative;
		margin-left: 0
	}

	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

@media (max-width:767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}

	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}
}

@media (min-width:768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}

.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

@media (min-width:768px) {
	.navbar-text {
		float: left;
		margin-left: 5px;
		margin-right: 5px
	}
}

@media (min-width:768px) {
	.navbar-left {
		float: left !important
	}

	.navbar-right {
		float: right !important;
		margin-right: -5px
	}

	.navbar-right~.navbar-right {
		margin-right: 0
	}
}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent
}

.navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav>li>a {
	color: #777
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
	border-color: #e7e7e7
}

@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #333;
		background-color: transparent
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #555;
		background-color: #e7e7e7
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-default .btn-link {
	color: #777
}

.navbar-default .btn-link:hover,.navbar-default .btn-link:focus {
	color: #333
}

.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus {
	color: #ccc
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-text {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
	border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus {
	background-color: #080808;
	color: #fff
}

@media (max-width:767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff;
		background-color: transparent
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #fff;
		background-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.navbar-inverse .btn-link {
	color: #9d9d9d
}

.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus {
	color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}

.breadcrumb>li {
	display: inline-block
}

.breadcrumb>li+li:before {
	content: "/\00a0";
	padding: 0 5px;
	color: #ccc
}

.breadcrumb>.active {
	color: #777
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a,.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #337ab7;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px
}

.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
	z-index: 3;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
	cursor: default
}

.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
	color: #777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}

.pagination-lg>li>a,.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center
}

.pager li {
	display: inline
}

.pager li>a,.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}

.pager li>a:hover,.pager li>a:focus {
	text-decoration: none;
	background-color: #eee
}

.pager .next>a,.pager .next>span {
	float: right
}

.pager .previous>a,.pager .previous>span {
	float: left
}

.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span {
	color: #777;
	background-color: #fff;
	cursor: not-allowed
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

a.label:hover,a.label:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

.label-default {
	background-color: #777
}

.label-default[href]:hover,.label-default[href]:focus {
	background-color: #5e5e5e
}

.label-primary {
	background-color: #337ab7
}

.label-primary[href]:hover,.label-primary[href]:focus {
	background-color: #286090
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:hover,.label-success[href]:focus {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:hover,.label-info[href]:focus {
	background-color: #31b0d5
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:hover,.label-warning[href]:focus {
	background-color: #ec971f
}

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:hover,.label-danger[href]:focus {
	background-color: #c9302c
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #777;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.btn-xs .badge,.btn-group-xs>.btn .badge {
	top: 0;
	padding: 1px 5px
}

a.badge:hover,a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
	color: #337ab7;
	background-color: #fff
}

.list-group-item>.badge {
	float: right
}

.list-group-item>.badge+.badge {
	margin-right: 5px
}

.nav-pills>li>a>.badge {
	margin-left: 3px
}

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee
}

.jumbotron h1,.jumbotron .h1 {
	color: inherit
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}

.jumbotron>hr {
	border-top-color: #d5d5d5
}

.container .jumbotron,.container-fluid .jumbotron {
	border-radius: 6px
}

.jumbotron .container {
	max-width: 100%
}

@media screen and (min-width:768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px
	}

	.container .jumbotron,.container-fluid .jumbotron {
		padding-left: 60px;
		padding-right: 60px
	}

	.jumbotron h1,.jumbotron .h1 {
		font-size: 63px
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

.thumbnail>img,.thumbnail a>img {
	margin-left: auto;
	margin-right: auto
}

a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active {
	border-color: #337ab7
}

.thumbnail .caption {
	padding: 9px;
	color: #333
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: 700
}

.alert>p,.alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable,.alert-dismissible {
	padding-right: 35px
}

.alert-dismissable .close,.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442
}

.alert-danger hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link {
	color: #843534
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

.progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease
}

.progress-striped .progress-bar,.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px
}

.progress.active .progress-bar,.progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
	background-color: #5cb85c
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
	background-color: #5bc0de
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
	background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
	background-color: #d9534f
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media,.media-body {
	zoom: 1;
	overflow: hidden
}

.media-body {
	width: 10000px
}

.media-object {
	display: block
}

.media-object.img-thumbnail {
	max-width: none
}

.media-right,.media>.pull-right {
	padding-left: 10px
}

.media-left,.media>.pull-left {
	padding-right: 10px
}

.media-left,.media-right,.media-body {
	display: table-cell;
	vertical-align: top
}

.media-middle {
	vertical-align: middle
}

.media-bottom {
	vertical-align: bottom
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.media-list {
	padding-left: 0;
	list-style: none
}

.list-group {
	margin-bottom: 20px;
	padding-left: 0
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}

.list-group-item:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

a.list-group-item,button.list-group-item {
	color: #555
}

a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading {
	color: #333
}

a.list-group-item:hover,button.list-group-item:hover,a.list-group-item:focus,button.list-group-item:focus {
	text-decoration: none;
	color: #555;
	background-color: #f5f5f5
}

button.list-group-item {
	width: 100%;
	text-align: left
}

.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus {
	background-color: #eee;
	color: #777;
	cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading {
	color: inherit
}

.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text {
	color: #777
}

.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small {
	color: inherit
}

.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text {
	color: #c7ddef
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

a.list-group-item-success,button.list-group-item-success {
	color: #3c763d
}

a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading {
	color: inherit
}

a.list-group-item-success:hover,button.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6
}

a.list-group-item-success.active,button.list-group-item-success.active,a.list-group-item-success.active:hover,button.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info,button.list-group-item-info {
	color: #31708f
}

a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading {
	color: inherit
}

a.list-group-item-info:hover,button.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3
}

a.list-group-item-info.active,button.list-group-item-info.active,a.list-group-item-info.active:hover,button.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active:focus {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning,button.list-group-item-warning {
	color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading {
	color: inherit
}

a.list-group-item-warning:hover,button.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc
}

a.list-group-item-warning.active,button.list-group-item-warning.active,a.list-group-item-warning.active:hover,button.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.list-group-item-danger,button.list-group-item-danger {
	color: #a94442
}

a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading {
	color: inherit
}

a.list-group-item-danger:hover,button.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc
}

a.list-group-item-danger.active,button.list-group-item-danger.active,a.list-group-item-danger.active:hover,button.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
	padding: 15px
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}

.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a {
	color: inherit
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.list-group,.panel>.panel-collapse>.list-group {
	margin-bottom: 0
}

.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}

.list-group+.panel-footer {
	border-top-width: 0
}

.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table {
	margin-bottom: 0
}

.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption {
	padding-left: 15px;
	padding-right: 15px
}

.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px
}

.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body {
	border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td {
	border-top: 0
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
	border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
	border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
	border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}

.panel>.table-responsive {
	border: 0;
	margin-bottom: 0
}

.panel-group {
	margin-bottom: 20px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px
}

.panel-group .panel+.panel {
	margin-top: 5px
}

.panel-group .panel-heading {
	border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group {
	border-top: 1px solid #ddd
}

.panel-group .panel-footer {
	border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}

.panel-default {
	border-color: #ddd
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd
}

.panel-primary {
	border-color: #337ab7
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
	color: #337ab7;
	background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #337ab7
}

.panel-success {
	border-color: #d6e9c6
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6
}

.panel-info {
	border-color: #bce8f1
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1
}

.panel-warning {
	border-color: #faebcc
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #faebcc
}

.panel-danger {
	border-color: #ebccd1
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
	color: #f2dede;
	background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebccd1
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive-4by3 {
	padding-bottom: 75%
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0,0,0,.15)
}

.well-lg {
	padding: 24px;
	border-radius: 6px
}

.well-sm {
	padding: 9px;
	border-radius: 3px
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	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: .5;
	filter: alpha(opacity=50)
}

button.close {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none
}

.modal-open {
	overflow: hidden
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0,-25%);
	-ms-transform: translate(0,-25%);
	-o-transform: translate(0,-25%);
	transform: translate(0,-25%);
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
	background-clip: padding-box;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0)
}

.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity=50)
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857143px
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
		box-shadow: 0 5px 15px rgba(0,0,0,.5)
	}

	.modal-sm {
		width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: right;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	opacity: 0;
	filter: alpha(opacity=0)
}

.tooltip.in {
	opacity: .9;
	filter: alpha(opacity=90)
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: right;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 14px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.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 {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,.25);
	bottom: -11px
}

.popover.top>.arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,.25)
}

.popover.right>.arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}

.popover.bottom>.arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,.25);
	top: -11px
}

.popover.bottom>.arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,.25)
}

.popover.left>.arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%
}

.carousel-inner>.item {
	display: none;
	position: relative;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img {
	line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-moz-transition: -moz-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		-moz-perspective: 1000px;
		perspective: 1000px
	}

	.carousel-inner>.item.next,.carousel-inner>.item.active.right {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		left: 0
	}

	.carousel-inner>.item.prev,.carousel-inner>.item.active.left {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		left: 0
	}

	.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		left: 0
	}
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next,.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: .5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
	background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
	background-image: linear-gradient(to right,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)
}

.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
	background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
	background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)
}

.carousel-control:hover,.carousel-control:focus {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity=90)
}

.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block
}

.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px
}

.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px
}

.carousel-control .icon-prev,.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: serif
}

.carousel-control .icon-prev:before {
	content: '\2039'
}

.carousel-control .icon-next:before {
	content: '\203a'
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0,0,0,0)
}

.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width:768px) {
	.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		font-size: 30px
	}

	.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
		margin-left: -15px
	}

	.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
		margin-right: -15px
	}

	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px
	}

	.carousel-indicators {
		bottom: 20px
	}
}

.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after {
	content: " ";
	display: table
}

.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important
}

.affix {
	position: fixed
}

@-ms-viewport {
	width:device-width
}

.visible-xs,.visible-ms,.visible-sm,.visible-md,.visible-lg {
	display: none !important
}

.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-ms-block,.visible-ms-inline,.visible-ms-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block {
	display: none !important
}

@media (max-width:479px) {
	.visible-xs {
		display: block !important
	}

	table.visible-xs {
		display: table !important
	}

	tr.visible-xs {
		display: table-row !important
	}

	th.visible-xs,td.visible-xs {
		display: table-cell !important
	}
}

@media (max-width:479px) {
	.visible-xs-block {
		display: block !important
	}
}

@media (max-width:479px) {
	.visible-xs-inline {
		display: inline !important
	}
}

@media (max-width:479px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media (min-width:480px) and (max-width:767px) {
	.visible-ms {
		display: block !important
	}

	table.visible-ms {
		display: table !important
	}

	tr.visible-ms {
		display: table-row !important
	}

	th.visible-ms,td.visible-ms {
		display: table-cell !important
	}
}

@media (min-width:480px) and (max-width:767px) {
	.visible-ms-block {
		display: block !important
	}
}

@media (min-width:480px) and (max-width:767px) {
	.visible-ms-inline {
		display: inline !important
	}
}

@media (min-width:480px) and (max-width:767px) {
	.visible-ms-inline-block {
		display: inline-block !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block !important
	}

	table.visible-sm {
		display: table !important
	}

	tr.visible-sm {
		display: table-row !important
	}

	th.visible-sm,td.visible-sm {
		display: table-cell !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-block {
		display: block !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block !important
	}

	table.visible-md {
		display: table !important
	}

	tr.visible-md {
		display: table-row !important
	}

	th.visible-md,td.visible-md {
		display: table-cell !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-block {
		display: block !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline {
		display: inline !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block !important
	}

	table.visible-lg {
		display: table !important
	}

	tr.visible-lg {
		display: table-row !important
	}

	th.visible-lg,td.visible-lg {
		display: table-cell !important
	}
}

@media (min-width:1200px) {
	.visible-lg-block {
		display: block !important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media (max-width:479px) {
	.hidden-xs {
		display: none !important
	}
}

@media (min-width:480px) and (max-width:767px) {
	.hidden-ms {
		display: none !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}

	table.visible-print {
		display: table !important
	}

	tr.visible-print {
		display: table-row !important
	}

	th.visible-print,td.visible-print {
		display: table-cell !important
	}
}

.visible-print-block {
	display: none !important
}

@media print {
	.visible-print-block {
		display: block !important
	}
}

.visible-print-inline {
	display: none !important
}

@media print {
	.visible-print-inline {
		display: inline !important
	}
}

.visible-print-inline-block {
	display: none !important
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
}

.btn.btn-default {
	font: 13px/22px iransans
}

.style_butt_news .butt {
	color: #fff;
	background-color: #029d04;
	font: 12px/27px iransans;
	border-radius: 5px;
	padding: 0 15px;
	border: none
}

.error_container {
	width: 100%;
	text-align: center;
	font: bold 16px arial;
	color: #000;
	padding: 150px 0
}

.news_toolbar {
	padding-bottom: 5px;
	padding-top: 0;
	width: 100%
}

.news_pdate_c {
	float: left;
	color: #272727;
	font: 15px/19px BMitra;
	text-align: left
}

@media(min-width:768px) {
	.news_pdate_c {
		text-align: left
	}
}

@media(max-width:768px) {
	.news_pdate_c {
		text-align: left
	}
}

.news_tools {
	width: 100%
}

.news_hits {
	width: 140px;
	float: right;
	text-align: right
}

.news_print_botton,.news_emails_botton,.news_save_botton {
	width: 17px;
	height: 16px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
	cursor: pointer
}

.news_emails_botton {
	width: 16px
}

.news_save_botton {
	width: 14px;
	height: 14px;
	text-decoration: none;
	display: block;
	margin-top: 1px
}

.news_path {
	float: right;
	font: 11px tahoma
}

.news_path a {
	color: #282828;
	font: 18px BMitra;
	text-decoration: none
}

.news_comments {
	float: right;
	text-align: center
}

.news_comments a {
	font: 11px tahoma;
	color: #000;
	text-decoration: none
}

.news_size_down,.news_size_reset,.news_size_up {
	text-decoration: none;
	float: left
}

.archive_form,.search_form_c {
	border: 1px solid #cfcfcf;
	background: #e9e9e9
}

.archive_form div,.search_form_c div {
	padding: 3px
}

.archive_form div span,.search_form_c div span {
	margin: 3px 0
}

.news_archive_container {
	width: 100%
}

.archive_page_container {
	direction: rtl;
	text-align: left;
	width: 100%
}

.archive_content {
	direction: rtl;
	text-align: left;
	padding: 10px
}

.search_result_container,.search_result_nav {
	width: 100%
}

.newsletter_container {
	text-align: right;
	margin-bottom: 10px
}

.newsletter_message {
	padding: 50px 0;
	text-align: center;
	direction: rtl
}

.newsletter_message2 {
	text-align: justify;
	direction: rtl;
	padding: 20px 0 0
}

.newsletter_title {
	text-align: right;
	direction: rtl;
	padding: 20px 0 0
}

.tag_page_container {
	width: 100%
}

.tag {
	font: normal 9pt Tahoma,Arial;
	color: #000
}

.tag_rutitr {
	font: 10px tahoma,arial,helvetica;
	color: gray;
	direction: rtl;
	text-align: right
}

.tag_title {
	font: bold 16px Arial;
	direction: rtl;
	text-align: right
}

.tag_summerize {
	font: 11px/20px iransans;
	color: #3a3a3d;
	direction: rtl;
	text-align: right
}

.tag_info {
	font: 9pt Tahoma,Arial;
	margin-top: 5px;
	color: #282;
	direction: rtl;
	text-align: right
}

div.pagination {
	padding: 3px;
	margin: 3px;
	direction: ltr;
	text-align: center
}

div.pagination a {
	padding: 2px 5px;
	margin: 2px;
	text-decoration: none;
	color: darkred
}

div.pagination a:hover,div.pagination a:active {
	color: var(--topmenuBG)
}

div.pagination span.current {
	padding: 2px 5px;
	margin: 2px;
	font-weight: 700;
	color: #fff
}

div.pagination span.disabled {
	padding: 2px 5px;
	margin: 2px;
	border: 1px solid #eee;
	color: #ddd
}

.rss_def_c {
	float: right
}

.rss_def {
	border: 1px solid #d1d1d1;
	padding: 18px;
	font: 11px tahoma;
	text-align: justify;
	margin-bottom: 10px
}

.rss_block {
	width: 100%;
	margin-bottom: 40px;
	padding-top: 30px
}

.rss_row {
	margin-bottom: 10px;
	text-indent: 30px;
	border-bottom: 1px dotted
}

.rss_lists_container {
	width: 605px;
	float: right;
	margin-left: 20px;
	padding-right: 25px
}

.rss_def_title {
	font: bold 14px arial;
	text-align: center;
	width: 100%
}

.rss_def_content {
	width: 100%;
	padding-top: 10px;
	line-height: 130%
}

.rss_list_title {
	font: 17px/40px iransansbold;
	margin-bottom: 10px
}

.rss_list_pn {
	width: 150px;
	float: right;
	font: 13px/20px iransans;
	color: #3a3a3d;
	padding-bottom: 5px;
	background: url('../images/rss_link.gif') no-repeat right
}

.rss_row a {
	font: 11px/18px iransans;
	color: #3a3a3d
}

.rss_list_link {
	font: 11px tahoma;
	color: #000;
	text-decoration: none;
	direction: ltr;
	display: block;
	float: left;
	text-align: left;
	width: 300px;
	padding-bottom: 5px
}

.tags_container {
	width: 100%;
	margin-bottom: 30px
}

.tags_title {
	width: 100%;
	font: 17px BMitra;
	text-indent: 20px;
	color: #000;
	line-height: 180%
}

.tags_item {
	font: 18px BMitra;
	color: #113b61;
	text-decoration: none;
	outline: none
}

.social_nets {
	width: 280px;
	position: absolute;
	left: 0;
	top: 19px;
	display: none;
	background: #fff;
	z-index: 999;
	border: 5px solid #6f6f6f
}

.sn_top {
	width: 100%;
	height: 20px;
	background: #f8f8f8;
	border-bottom: 1px solid #cfcfcf
}

.sn_top span {
	font: bold 12px tahoma;
	color: #000;
	padding: 10px 0 0 5px
}

.close_sn {
	width: 20px;
	height: 20px;
	display: block;
	text-decoration: none;
	float: right;
	color: #bf5557;
	font: bold 12px tahoma;
	text-align: center;
	line-height: 18px
}

.sn_list {
	width: 100%
}

.sn_left {
	width: 135px;
	float: left;
	padding: 10px 4px 10px 0;
	border-right: 1px solid #cfcfcf;
	margin-right: 5px
}

.sn_right {
	width: 122px;
	float: left;
	padding: 10px 0
}

.sn_left a,.sn_right a {
	width: 120px;
	height: 20px;
	display: block;
	text-decoration: none;
	font: 12px tahoma;
	color: #000;
	line-height: 18px;
	text-align: left;
	padding-left: 35px;
	margin-bottom: 5px
}

.sn_twitter {
	background: url('../images/icon/twitter.gif') no-repeat 10px 2px
}

.sn_facebook {
	background: url('../images/icon/facebook.gif') no-repeat 10px 2px
}

.sn_greader {
	background: url('../images/icon/greader.gif') no-repeat 10px 2px
}

.sn_su {
	background: url('../images/icon/su.gif') no-repeat 10px 2px
}

.sn_digg {
	background: url('../images/icon/digg.gif') no-repeat 10px 2px
}

.sn_delicious {
	background: url('../images/icon/delicious.gif') no-repeat 10px 2px
}

.sn_telegram {
	background: url('../images/icon/telegram.gif') no-repeat 10px 2px
}

.sn_telegram2 {
	background: url('../images/icon/telegram.gif') no-repeat 0 0
}

.sn_googleplus {
	background: url('../images/icon/google.png') no-repeat 10px 2px
}

.sn_facenama {
	background: url('../images/icon/facenama.gif') no-repeat 10px 2px
}

.sn_linkdin {
	background: url('../images/icon/linkedin.png') no-repeat 10px 2px
}

.cl_link {
	background: url('../images/icon/cloob.gif') no-repeat 10px 2px
}

.cl_link2 {
	background: url('../images/icon/cloob.gif') no-repeat 0 0
}

.txt_adv_content a {
	display: block;
	text-align: right
}

.advtxt {
	background: #cecece
}

.prayer_time_container {
	width: 460px;
	margin: auto;
	padding: 40px 0;
	text-align: center
}

.prayer_form {
	width: 205px;
	float: right;
	margin-left: 20px
}

.prayer_time {
	width: 223px;
	float: right
}

.ptime_c {
	width: 221px;
	border: 1px solid #ccc
}

.ptime_row {
	border-bottom: 1px solid #ccc
}

.ptime_title {
	font: 11px tahoma;
	text-align: center;
	padding: 5px 0;
	background: #113b63;
	color: #fff
}

.ptime_col1 {
	width: 100px;
	float: right;
	padding: 5px;
	border-left: 1px solid #ccc;
	font: 11px tahoma
}

.ptime_col2 {
	width: 100px;
	float: right;
	padding: 5px;
	text-align: center;
	font: 11px tahoma
}

.home_ptime {
	width: 177px;
	border: 1px solid #ccc;
	margin-top: 25px
}

.home_ptime_row {
	border-bottom: 1px solid #ccc;
	font: 11px tahoma;
	text-align: center
}

.home_ptime_row a {
	text-decoration: none;
	font: 11px tahoma;
	color: #d30c0c;
	padding: 5px 0;
	display: block
}

.home_ptime_col1 {
	width: 78px;
	float: right;
	padding: 5px;
	border-left: 1px solid #ccc;
	font: 11px tahoma
}

.home_ptime_col2 {
	width: 78px;
	float: right;
	padding: 5px;
	text-align: center;
	font: 11px tahoma
}

.send_freind_bot {
	background: url('../images/email.gif') no-repeat right 3px;
	color: #000;
	cursor: pointer;
	float: left;
	height: 24px;
	margin-right: 5px;
	overflow: hidden;
	text-align: left;
	width: 95px
}

.send_error_bot {
	color: #00003c;
	cursor: pointer;
	margin-right: 5px;
	overflow: hidden;
	text-align: right;
	display: flex;
	font: 13px/23px iransans;
	flex-direction: row-reverse
}

.send_error_bot:hover {
	text-align: right
}

.print_bot {
	background: url('../images/print.gif') no-repeat right 3px;
	color: #000;
	cursor: pointer;
	float: left;
	height: 24px;
	margin-right: 5px;
	overflow: hidden;
	text-align: left;
	width: 75px
}

td input.butt {
	height: 36px;
	min-width: 100px;
	background: #fff;
	border: 2px solid #e1e1e1;
	border-radius: 20px;
	color: #2d2d2d;
	font: 12px/26px iransans
}

td input.butt:hover,td input.butt:focus,td input.butt:active {
	border-color: var(--topmenuBG);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(191,17,42,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(191,17,42,.6)
}

.form-control {
	font: 11px tahoma
}

input.text {
	font-weight: 400;
	color: #2d2d2d;
	font: 12px tahoma,verdana,arial,helvetica
}

input.butt {
	font-weight: 400;
	color: #2d2d2d;
	font: 12px/26px iransans
}

input.butt1 {
	font-weight: 400;
	color: #fdfeff;
	font: 19px,tahoma,verdana,arial,helvetica;
	float: right;
	background: #0f3a64;
	height: 30px;
	padding: 0 18px;
	border: 1px solid #0f3a64;
	margin-top: 6px
}

input.checkbox {
	font-weight: 400;
	color: #2d2d2d;
	font: 9px tahoma,verdana,arial,helvetica
}

input.checkbox1 {
	font-weight: 400;
	color: #2d2d2d;
	font: 9px tahoma,verdana,arial,helvetica;
	float: right
}

input.radiobox {
	font-weight: 400;
	color: #2d2d2d;
	font: 9px tahoma,verdana,arial,helvetica
}

textarea.text {
	font-weight: 400;
	color: #2d2d2d;
	font: 12px tahoma,verdana,arial,helvetica
}

select.small {
	font-weight: 400;
	color: #2d2d2d;
	font: 9px tahoma,verdana,arial,helvetica
}

select.text {
	font-weight: 400;
	color: #2d2d2d;
	font: 12px/24px iransans
}

img.secimg {
	border: 1px solid #7f9db9
}

.secimage {
	background: #fff none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
	color: #555;
	display: block;
	font-size: 14px;
	height: 24px;
	line-height: 1.42857;
	transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
	vertical-align: middle;
	width: 100%;
	margin-bottom: 5px
}

.frm_description {
	font-weight: 400;
	color: #666;
	font: 9px tahoma
}

.frm_label {
	font-weight: 400;
	color: #000;
	font: 8pt tahoma;
	margin-right: 5px;
	margin-left: 5px
}

.form_label {
	color: #000;
	direction: rtl;
	display: block;
	font: 8pt tahoma;
	font-weight: 400;
	margin: 5px 0
}

.frm_label1 {
	font: 16px;
	color: #020202;
	margin-right: 22px;
	margin-left: 10px;
	margin-bottom: 5px;
	display: block
}

.frm_options {
	font-weight: 400;
	color: #000;
	font: 8pt tahoma;
	margin-right: 30px;
	margin-left: 0
}

.frm_invalid_label {
	font-weight: 400;
	color: #ff4646;
	font: 13px/26px iransans;
	margin-right: 5px;
	margin-left: 5px
}

.frm_error {
	font-weight: 600;
	color: #ff4646;
	font: 8pt tahoma;
	margin-right: 5px;
	margin-left: 5px
}

.form_msg {
	font-weight: 600;
	color: #06c;
	font: 8pt tahoma;
	margin-right: 5px;
	margin-left: 5px
}

.form_error_message_class {
	font-weight: 600;
	color: #ff4646;
	font: 8pt tahoma;
	margin-right: 5px;
	margin-left: 5px
}

.form_alert {
	font: bold 13px Arial;
	color: #fff;
	background-color: #ff6c6c;
	width: 14px;
	height: 10px;
	text-align: center;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 1px
}

.owl-theme .owl-dots,.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
	margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #4dc7a0;
	color: #fff;
	text-decoration: none
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
	background: #4dc7a0
}

.owl-carousel,.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
	display: none
}

.no-js .owl-carousel,.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3,1.3);
	transform: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.mCustomScrollbar {
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action {
	-ms-touch-action: auto;
	touch-action: auto
}

.mCustomScrollBox {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: none;
	direction: rtl
}

.mCSB_container {
	overflow: hidden;
	width: auto;
	height: auto
}

.mCSB_inside>.mCSB_container {
	margin-left: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
	margin-left: 14px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-left: 0
}

.mCSB_scrollTools {
	width: 10px;
	height: auto;
	background-color: #e5e5e5;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0
}

.mCSB_outside+.mCSB_scrollTools {
	right: -26px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
	left: 0
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
	left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto
}

.mCSB_scrollTools .mCSB_draggerRail {
	height: 100%;
	margin: 0 auto
}

.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 30px;
	z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 10px;
	height: 100%;
	position: relative;
	text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown {
	bottom: 0
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
	opacity: 0;
	filter: "alpha(opacity=0)";
	-ms-filter: "alpha(opacity=0)"
}

.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0,0,0,.4);
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #ccc
}

.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight {
	opacity: .4;
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonUp:hover,.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover {
	opacity: .75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonUp:active,.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active {
	opacity: .9;
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)"
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px
}

.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
	width: 5px;
	background-color: #fff;
	background-color: rgba(255,255,255,.1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 5px;
	background-color: #fff;
	background-color: rgba(255,255,255,.75);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255,255,255,.85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255,255,255,.9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0,0,0,.1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.75);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -56px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255,255,255,.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	background-color: #fff;
	background-color: rgba(255,255,255,.75);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px 0
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 6px;
	margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255,255,255,.85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255,255,255,.9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0,0,0,.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.75);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255,255,255,.1)
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 2px;
	margin: 7px auto
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0,0,0,.15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.75)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.85)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255,255,255,.15)
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
	height: 14px
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 14px;
	margin: 0 1px
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 14px
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 14px;
	margin: 1px 0
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 16px;
	height: 16px;
	margin: -1px 0
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 4px
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 16px;
	width: 16px;
	margin: 0 -1px
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0,0,0,.15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -128px
}

.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
	width: 4px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	background-color: transparent;
	background-position: center
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url('..data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==');
	background-repeat: repeat-y;
	opacity: .3;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)"
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0;
	background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url('..data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=')
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -128px
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-y;
	background-image: -moz-linear-gradient(left,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%);
	background-image: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(left,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%);
	background-image: -o-linear-gradient(left,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient(left,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%);
	background-image: linear-gradient(to right,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%)
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(top,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%);
	background-image: -o-linear-gradient(top,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient(top,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%);
	background-image: linear-gradient(to bottom,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%)
}

.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 70px
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 70px
}

.mCS-3d.mCSB_scrollTools,.mCS-3d-dark.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)"
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
	width: 8px;
	background-color: #000;
	background-color: rgba(0,0,0,.2);
	box-shadow: inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #555
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 8px
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 8px;
	margin: 4px 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 8px;
	margin: 4px auto
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0,0,0,.1);
	box-shadow: inset 1px 0 1px rgba(0,0,0,.1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	box-shadow: inset 0 1px 1px rgba(0,0,0,.1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px
}

.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)"
}

.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
	right: 1px
}

.mCS-3d-thick.mCSB_scrollTools_vertical,.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
	box-shadow: inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
	bottom: 1px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 1px 0 0 rgba(255,255,255,.4);
	width: 12px;
	margin: 2px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 0 1px 0 rgba(255,255,255,.4)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #555
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 12px;
	width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: #000;
	background-color: rgba(0,0,0,.05);
	box-shadow: inset 1px 1px 16px rgba(0,0,0,.1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
	box-shadow: inset 0 0 14px rgba(0,0,0,.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
	box-shadow: inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: #fff;
	background-color: rgba(0,0,0,.05);
	box-shadow: inset 1px 1px 16px rgba(0,0,0,.1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px
}

.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
	right: 0;
	margin: 12px 0
}

.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: 0;
	margin: 0 12px
}

.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
	left: 0;
	right: auto
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 50px
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255,255,255,.2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255,255,255,.5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)"
}

.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	width: 6px;
	background-color: #000;
	background-color: rgba(0,0,0,.2)
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 6px;
	margin: 5px 0
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 12px
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 12px;
	margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0,0,0,.1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px
}

.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	width: 12px;
	background-color: #000;
	background-color: rgba(0,0,0,.2)
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	margin: 3px 5px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 6px;
	margin: 5px 3px;
	position: absolute;
	width: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 12px;
	margin: 2px 0
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.75)
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.85)
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.9)
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0,0,0,.1)
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	border-color: rgba(255,255,255,.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
	border-color: #000;
	border-color: rgba(0,0,0,.2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255,255,255,.6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0,0,0,.6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255,255,255,.75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255,255,255,.85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255,255,255,.9)
}

:root {
	--Hover: #c1102a
}

h1,h2,h3,h4,h5,h6 {
	margin: 0
}

a {
	color: #1809a6;
	outline: none
}

a:hover {
	color: #bb0003
}

a:active {
	color: #000
}

.Htags {
	font-weight: 400;
	margin: 0;
	padding: 0
}

.title15 {
	color: #0e0f79;
	display: block;
	font: 14px/18px iransansbold;
	margin-bottom: 5px;
	padding-top: 2px;
	text-align: right
}

.title15:hover {
	color: #0e0f79
}

.pic {
	border: 1px solid #000
}

.picLink {
	border: 0;
	text-decoration: none;
	display: block
}

.htitr {
	font: 16px/26px iransansmedium;
	font-weight: 700;
	color: #824e00;
	position: relative
}

.htitr:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: var(--topmenuBG);
	margin-left: 4px
}

.title {
	padding: 0 20px;
	font: 20px/36px iransansmedium
}

.title_c {
	padding: 0 20px;
	font: 20px/36px iransansmedium;
	margin-bottom: 10px;
	margin-top: 4px;
	color: #000
}

.wrapper {
	clear: both;
	height: 0;
	overflow: hidden
}

.title_news {
	text-decoration: none;
	color: #000;
	font: 26px/32px
}

.subtitle,.print_subtitle {
	padding: 0 20px;
	color: #505050;
	font: 14px/24px Iransans;
	margin-bottom: 40px
}

.print_subtitle {
	margin: 0 auto 5px auto
}

.body {
	font: 15px/27px Iransans;
	font-weight: 400;
	color: #4d4d4d;
	margin-top: 10px;
	text-align: justify;
	padding: 0 20px 20px
}

p.float-left {
	float: left;
	margin: 0 .5em 0 0;
	background: #fff;
	border: 0 dotted peru
}

div.float-right {
	float: right;
	margin: 1px;
	background: #fff;
	border: 1px solid gray
}

.rutitr {
	font: 17px/34px Iransans;
	color: #292929
}

.rutitr_home {
	color: #000;
	font: 15px BMitra,arial,helvetica
}

.news_rutitr {
	padding: 0 20px;
	font: 13px/20px Iransans;
	color: #424242
}

.titr1 {
	font: normal 11px tahoma,arial,helvetica;
	text-decoration: none;
	text-align: justify
}

.titr1:hover {
	text-decoration: none
}

.title1 {
	font: 13px Tahoma;
	text-align: right;
	direction: rtl;
	text-decoration: none
}

.title4 {
	font: normal 8pt Tahoma;
	text-decoration: none;
	text-align: justify;
	direction: rtl
}

.title5 {
	color: #3e373f;
	font: normal 12px Tahoma;
	text-decoration: none;
	text-align: justify;
	direction: rtl;
	display: block;
	line-height: 160%;
	padding-right: 17px
}

.lead1 {
	font: 11px tahoma,arial,'Times New Roman';
	color: #000;
	font-weight: 400;
	text-decoration: none;
	text-align: justify;
	line-height: 170%;
	padding-bottom: 5px
}

.lead2 {
	font: 11px tahoma,arial,'Times New Roman';
	color: #000;
	font-weight: 400;
	text-decoration: none;
	text-align: justify;
	line-height: 180%
}

.author {
	font: 11px tahoma,arial;
	color: #000;
	font-weight: 400;
	text-decoration: none;
	text-align: justify;
	line-height: 160%;
	padding-top: 5px
}

.pr_img {
	padding: 3px;
	border: 1px solid silver;
	background: #f3f1f4
}

.fr {
	float: right;
	padding: 3px;
	border: 1px solid silver;
	background: #f3f1f4
}

.fl {
	float: left;
	padding: 3px;
	border: 1px solid silver;
	background: #f3f1f4
}

.headline {
	padding: 5pt 3pt;
	margin: 5pt;
	width: 100%;
	font: 8pt tahoma;
	text-align: justify
}

.text11 {
	font: 11px tahoma,arial,helvetica;
	color: #000;
	font-weight: 400;
	text-decoration: none;
	text-align: justify
}

.text10 {
	font: 14px Arial;
	font-weight: 700;
	text-decoration: none
}

.text10:hover {
	font: 14px Arial;
	font-weight: 700;
	text-decoration: none
}

.text16 {
	font: 16px 'Times New Roman',tahoma,Arial;
	text-decoration: none;
	font-weight: 700
}

.page_title {
	font: 18px/25px iransansmedium;
	color: #4b4b4c;
	text-decoration: none;
	font-weight: 700
}

.newsNavanama .page_title {
	color: #b6b6b6
}

.news_print_container {
	width: 580px;
	margin: auto auto 30px
}

.news_print_content {
	margin-top: 5px;
	margin-bottom: 35px;
	width: 100%
}

.print_id {
	float: right;
	width: 100px;
	text-align: right;
	font: 14px/20px
}

.print_date {
	float: left;
	width: 440px;
	text-align: left;
	font: 14px/20px
}

.print_logo_c {
	margin-bottom: 15px
}

.save_body {
	background: #fff;
	padding: 0;
	cursor: default;
	margin: 10px 0 1px;
	font: 12px tahoma;
	text-align: center
}

.save_page {
	width: 680px;
	margin: auto;
	text-align: center
}

.news_source {
	font: 12px/22px Iransans;
	color: #4d4d4d;
	text-decoration: none
}

.figure {
	border: thin silver solid;
	margin: .5em;
	padding: .5em;
	display: inline-block;
	line-height: 0
}

.figure .aimg {
	text-align: center;
	display: block
}

.figure_caption {
	text-align: right;
	font: 10px tahoma;
	text-indent: 0;
	padding: 10px 5px
}

.magnify a {
	background: url('../images/enlarge.png') no-repeat right top;
	width: 12px;
	height: 12px;
	float: left
}

.body .news_corner_image[align=left] {
	margin-right: 10px;
	margin-bottom: 10px
}

.body .news_corner_image[align=right] {
	margin-left: 10px;
	margin-bottom: 10px
}

.container {
	padding-right: 0;
	padding-left: 0
}

a,a:hover,a:visited,a:focus {
	color: #000;
	text-decoration: none
}

a:hover {
	color: var(--Hover);
	text-decoration: none
}

.importantNewsCard {
	position: relative
}

.border .heroNewsContent .over a,.border .importantNewsCard .over a {
	font: 19px/36px iransansbold;
	padding: 0 20px
}

.border .over a {
	color: #fff;
	display: block
}

.heroNews img,.imgLinkDiv {
	width: 100%;
	height: 393px;
	border-radius: 5px
}

.imgLinkDiv {
	background-color: #e7e7e7
}

.border .heroNewsContent {
	width: 590px;
	height: 393px;
	position: relative
}

.over {
	position: absolute;
	text-align: center;
	bottom: 0;
	right: 0;
	color: #fff;
	width: 100%;
	background: linear-gradient(to top,rgba(0,0,0,.9),rgba(0,0,0,0) 100%);
	border-radius: 0 0 5px 5px
}

.news1 {
	font: 13px/20px iransanslight !important;
	padding: 15px 23px 0;
	color: #fff !important
}

.red {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: var(--Hover);
	width: 10px;
	height: 10px
}

.Red {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: var(--Hover);
	width: 15px;
	height: 15px
}

.over:hover a {
	color: #fff
}

.over:hover {
	color: #fff;
	background: linear-gradient(to top,rgba(255,0,0,.9),rgba(0,0,0,0) 100%)
}

.over h2,.over h3 {
	align-self: flex-end;
	text-align: right;
	direction: rtl;
	padding: 15px 15px 0 5px;
	width: 100%
}

.over h2 a {
	font: 19px/30px iransansmedium;
	color: #fff;
	display: block
}

.heroNews .over h2 {
	padding: 0 23px 15px !important
}

.over h3 a {
	font: 14px/25px iransansbold;
	color: #fff;
	display: block;
	text-align: right
}

.nopic .over,.nopic,.importantNewsCard {
	position: relative;
	height: 100%;
	max-height: 393px;
	width: auto
}

.nopic span {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #a9a9a9;
	right: 0;
	top: 0
}

.border .importantNewsCard .over {
	flex-direction: row
}

.border .mainNewsListItems {
	padding: 10px 0;
	border-top: 1px solid #d1d1d1;
	display: table
}

.border .mainNewsListItems h3 a {
	padding: 0 10px;
	border-right: 2px solid #d1d1d1;
	font: 15px/30px 'iransans';
	display: table-cell;
	vertical-align: middle
}

.border .mainNewsListItems h3 a:hover {
	border-right: 2px solid var(--Hover)
}

.border .mostCardcontent {
	position: relative;
	width: 590px
}

.header:hover:before {
	color: #000
}

.rotitr {
	color: #616161;
	font: 13px 'iransans';
	text-align: right
}

.mostCards .rotitr {
	font-family: iransanslight !important;
	color: #000 !important
}

.yaddasht-title {
	font: 12px iransansmedium
}

.titr {
	text-align: right;
	direction: rtl
}

.titr a {
	color: #000;
	font: 15px/30px 'iransansbold';
	text-align: right;
	direction: rtl
}

.titr a:hover {
	color: var(--Hover)
}

.news {
	padding: 15px
}

.news-box {
	padding: 5px 0;
	color: #3a3a3a;
	font: 13px/25px 'iransans';
	text-align: right
}

.time {
	color: #797979;
	font: 13px 'iransans'
}

.importantVideo img {
	width: 100%
}

.importantVideo h3 {
	font: 15px/25px iransansmedium;
	direction: rtl;
	text-align: justify;
	padding-top: 3px;
	padding-right: 2px
}

.importantVideo h3 a {
	font: 15px/25px iransansmedium
}

.heroVideoContent {
	height: 100%;
	position: relative
}

.border .heroVideoContent {
	width: 285px
}

.heroVideoContent h3 {
	padding: 15px 19px;
	direction: rtl;
	line-height: 13px;
	text-align: right
}

.heroVideoContent h3 a {
	font: 14px/23px iransansmedium
}

.icon-play-circle {
	position: absolute;
	top: calc(50% - 42px);
	left: calc(50% - 25px);
	font-size: 50px;
	color: var(--Hover)
}

.videoList {
	padding-right: 20px;
	display: flex;
	flex-direction: column
}

.videoListItems {
	min-height: 24%;
	display: flex
}

.videoImg {
	width: 120px;
	margin-left: 10px
}

.videoImg img {
	height: 100%
}

.sec3-box-circle {
	border-bottom: 2px solid #f2f2f2;
	display: flex;
	padding: 20px 15px
}

.sec3-box-circle:last-child {
	border-bottom: none
}

.sec3-box-circle img {
	border-radius: 50%;
	width: 65px;
	height: 65px
}

.border .sec3-box-circle h3 {
	margin: 0
}

.border .sec3-box-circle h3 a {
	font: 14px/23px iransans;
	padding-top: 6px
}

.sec3-box-circle p {
	font-size: 12px;
	padding-top: 7px
}

.border .justForClient .over {
	width: 72%
}

.border .sec-4-justForClient {
	width: 76%
}

.border .serviceheroNews,.border .serviceimportantNews {
	width: 100%
}

.border .serviceheroNews .over {
	width: 100%
}

.border .serviceheroNews,.border .serviceimportantNews {
	max-height: 520px
}

.border .serviceimportantNewsCard .over a {
	padding-right: 0
}

.border .importantNewsCardRow {
	width: 76%
}

.border .importantNewsCard .over h3 {
	padding: 15px 0 0 5px
}

.border .importantNewsCard .over a {
	font: 15px/28px iransansbold;
	padding: 0 15px 0 20px
}

.border .atags {
	display: flex;
	width: 700px
}

.border .atags>a {
	min-width: 60%
}

.border .atags img {
	width: 100%;
	height: 100%
}

.border .atags .header {
	border: none;
	padding: 20px 20px 0 15px;
	background-color: #fff
}

.border .atags .header:hover {
	border: none
}

.border .scrollbar {
	padding: 10px 0;
	border-top: 1px solid #d1d1d1
}

.border .scrollbar a {
	font: 15px/30px 'iransans';
	padding: 0 10px
}

.ServiceNoneHeroContent {
	display: flex
}

.ServiceNoneHeroContent>a {
	width: 60%
}

.ServiceNoneHeroContent img {
	width: 580px;
	height: 386px
}

.heroCardContent {
	width: 40%;
	border-bottom: 1px solid transparent
}

.ServiceNoneImportant .imgLink {
	padding-left: 15px;
	display: inline-block;
	float: right
}

.ServiceNoneHeroContent:hover .CardContent {
	border-bottom: 1px solid var(--footerUlsLine)
}

.CardContentRoTiter {
	font: 13px/30px iransans;
	color: var(--rutitr);
	padding: 15px 20px 0
}

.heroCardContent .CardContentTiter {
	padding: 0 20px 20px
}

.CardContentTiter {
	padding: 0 11px
}

.CardContentTiter a {
	font: 16px/30px iransansmedium;
	text-align: justify;
	color: #fff!important
}

.CardContentNews {
	font: 15px/26px iransans;
	color: var(--description);
	padding: 0 20px 15px;
	text-align: justify
}

.border .ServiceNoneHeroContent {
	width: 580px;
	position: relative
}

.border .ServiceNoneHeroContent .instedOfimg {
	height: 240px
}

.ServiceNoneHeroContent h2 {
	font: 19px/32px iransansbold
}

.ServiceNoneImportant .instedOfimg {
	width: 150px !important;
	height: 100px !important
}

.ServiceNoneImportantBox {
	display: flex
}

.border .ServiceNoneImportant {
	padding: 20px 0;
	width: 320px
}

.ServiceNoneImportantBox article {
	width: 50%;
	margin-left: 20px;
	border-bottom: 1px solid transparent
}

.ServiceNoneImportantBox article:hover {
	border-bottom: 1px solid var(--footerUlsLine)
}

.ServiceNoneImportant img {
	width: 150px;
	height: auto
}

.ServiceNoneImportant .CardContentRoTiter {
	font: 12px/20px iransans;
	padding: 10px 10px 0 0
}

.ServiceNoneImportant .CardContentTiter a {
	font: 13px/24px iransansbold
}

.ServiceNoneLaitesNews .ServiceNoneNews {
	background: #fff;
	direction: rtl
}

.ServiceNoneNews img {
	width: 210px;
	height: 100%
}

.ServiceNoneNews {
	display: flex
}

.ServiceNoneNews .CardContent {
	border-bottom: 1px solid #d6d6d6;
	background-color: #fff
}

.ServiceNoneNews:hover .CardContent {
	border-bottom: 1px solid var(--footerUlsLine)
}

.ServiceNoneNews .CardContentRoTiter {
	font: 13px/25px iransans;
	color: var(--rutitr);
	padding: 15px 20px 0
}

.ServiceNoneNews .CardContent:after {
	content: '\2586 ';
	color: var(--dotRed);
	position: absolute;
	top: 10px;
	right: 210px
}

.ServiceNoneNews .CardContentTiter {
	font: 17px/25px iransansbold;
	padding: 0 15px;
	text-align: justify
}

.ServiceNoneNews .CardContentNews {
	font: 14px/21px iransans;
	color: var(--description);
	padding: 5px 20px 5px;
	text-align: justify
}

.icon-warning:before {
	content: "\e938"
}

.jjQuote {
	width: 200px;
	height: auto;
	margin: 0 16px;
	padding: 0;
	border: 0;
	position: relative
}

.newsNavanama .jjQuote {
	background-color: #262626
}

.innerjjQuote {
	font: 15px/25px iransans;
	direction: rtl;
	text-align: right;
	background: #f1f1f1;
	border-radius: 10px;
	color: #000;
	margin: 4px 0;
	padding: 4px 0
}

.border_quot {
	border-right: 2px solid var(--topmenuBG);
	padding: 25px 20px 21px 24px;
	border-radius: 3px
}

blockquote:before {
	content: "\f10e";
	display: block;
	float: right;
	font: bold 64px/90px FontAwesome;
	margin-bottom: -9px;
	color: rgba(189,189,189,.3);
	position: absolute;
	right: 17px
}

.newsNavanama .innerjjQuote {
	border-top: 2px solid #223d53;
	border-left: 2px solid #223d53;
	border-right: 1px solid #223d53;
	color: #b9b9b9;
	font: 14px/28px iransans
}

.video-js {
	max-width: 100%
}

.video-share-code {
	background-color: #0b2b4a
}

.heroNewsContent .imgLink {
	width: 100%;
	height: 393px
}

.border .heroNewsContent,.border .heroNewsContent img {
	width: 590px;
	height: 393px
}

.heroNewsContent {
	max-height: unset
}

.border .heroNewsContent h2 {
	margin-bottom: 20px
}

.homeHeroinstedOfImg {
	width: 100%;
	height: 430px;
	background-color: grey
}

.homeImportantInstedOfImg,.border .importantNewsCard .imgLink img {
	background-color: grey;
	width: 224px;
	height: 130px
}

.border .importantNewsCard.item a:hover {
	color: #fff !important
}

.coloredTitle {
	color: var(--Hover) !important
}

.instedOfimg {
	background-color: #e7e7e7;
	width: 100%
}

.mostCardcontent .instedOfimg {
	height: 170px;
	border-radius: 5px
}

.border .heroVideoContent .videoRightLink .instedOfimg {
	width: 285px;
	height: 186px
}

.border .heroVideoContent h3 a {
	font: 13.5px/23px iransans
}

.border .heroVideoContent img {
	width: 285px;
	height: 186px
}

.border .box3 .box3-title {
	text-align: center
}

.border .box3.col-xs-36 {
	display: flex;
	flex-direction: column;
	width: 285px
}

.border .imgs.box3-img {
	width: 285px;
	height: 160px
}

.border .imgs.box3-img .instedOfimg {
	height: 185px;
	width: 285px;
	display: block
}

.videoListItemswrapper {
	min-height: 145px
}

.videoListItemswrapper:not(:last-child) {
	margin-bottom: 13px
}

.videoListItemswrapper .videoRightLink {
	float: right;
	margin-left: 16px;
	border-radius: 5px;
	position: relative
}

.videoListItemswrapper .videoRightLink img,.videoRightLinkDiv {
	border-radius: 5px;
	height: 145px
}

.videoListItemswrapper:hover .time-video,.videoListItemswrapper:hover .videoDescription h4 a {
	color: var(--topmenuBG)
}

.videoRightLinkDiv {
	background-color: #7e7e7e;
	width: 217px
}

.border .videoRightLink {
	position: relative;
	width: 217px;
	display: block;
	height: 145px;
	float: right;
	margin-left: 10px
}

.border .heroVideoContent .videoRightLink {
	width: 285px;
	height: 186px;
	float: unset
}

.time-video {
	color: #858585
}

.videoListItemswrapper .videoDescription {
	padding-top: 20px
}

.videoListItemswrapper .videoDescription h4 a {
	font: 14px/24px iransansmedium;
	color: #fff
}

.videoListItemswrapper .videoDescription:hover h4 a {
	color: var(--topmenuBG)
}

.videoIcon {
	font-size: 35px;
	position: absolute;
	z-index: 3;
	top: calc(32%);
	right: calc(50% - 12px);
	transform: rotate(92deg);
	color: #b1273e
}

.videoIconSvg {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}

.videoIconSvg svg {
	width: 60px;
	height: 70px;
	fill: rgba(255,255,255,.31)
}

.heroVideoContent .videoIconSvg svg {
	width: 60px;
	height: 70px;
	fill: #b1273e
}

.heroVideoContent .videoRightLink {
	position: relative
}

.videoRightLink .videoIconSvg svg {
	width: 34px;
	height: 43px
}

.videoIcon .fa-exclamation-triangle {
	position: relative
}

.videoIcon .fa-exclamation-triangle:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 19px;
	background-color: #b1273e;
	top: 9px;
	left: 10px
}

.catContent .instedOfimg,.catContent img {
	width: 100%;
	height: 173px;
	border-radius: 5px 5px 0 0;
	margin-bottom: 16px
}

.imgLink {
	position: relative;
	display: block
}

.sec3-box-circle .instedOfimg {
	height: 65px!important;
	width: 65px!important;
	border-radius: 50%
}

.border .item .instedOfimg {
	height: 386px;
	width: 580px
}

.border .item a {
	font: 16px/40px iransansbold
}

.border .item a:hover {
	color: var(--Hover)
}

.border .item h2 {
	direction: rtl
}

.crescent {
	background-image: url('../images/crescent.png');
	background-size: cover;
	position: absolute;
	right: 0;
	width: 86px !important;
	height: 86px;
	opacity: 0;
	transition: opacity 50ms
}

.border .importantNewsCardRow.item .instedOfimg,.border .importantNewsCardRow.item,.border .importantNewsCardRow.item img {
	width: 590px;
	height: 394px
}

.border .serviceheroNews .instedOfimg,.border .serviceheroNews img,.border .serviceheroNews .over {
	width: 780px;
	height: 390px
}

.border .serviceheroNews {
	position: relative
}

.serviceheroNews {
	direction: rtl
}

.border .serviceimportantNewsCard .instedOfimg,.border .serviceimportantNewsCard img {
	height: 267px !important;
	width: 400px !important
}

.border .GS.item img,.border .GS.item .instedOfimg,.border .GS.item {
	width: 285px;
	height: 190px
}

.border .familyCards img,.border .familyCards .instedOfimg {
	width: 385px;
	height: 250px
}

.border .familyCards .sec3-titr:before {
	top: -9px
}

.border .atags .instedOfimg {
	height: 300px
}

.border .atags img {
	height: auto
}

.border .atags .header:before {
	top: -5px
}

.border .importantNewsCard img {
	height: auto
}

.border .importantNewsCard.GS .instedOfimg,.border .importantNewsCard.GS img {
	height: 149px;
	width: 223px
}

.border .justForClient {
	width: 224px
}

.border .justForClient .over {
	width: 100%
}

.justForClient .instedOfimg {
	height: 150px
}

.border .lifeHeroNewsContent .imgLink img,.border .lifeHeroNewsContent .instedOfimg {
	height: 320px;
	width: 467px
}

.border .sec3-box .instedOfimg {
	height: 149px
}

.sec3-box img {
	height: auto
}

.border .sec3-box {
	width: 223px
}

.border .sec3-titr:before {
	top: -9px
}

.border .HealthHero .imgLink .instedOfimg,.border .HealthHero .imgLink img,.border .HealthHero {
	width: 590px;
	height: 393px
}

.border .sec-4-justForClient .imgLink .instedOfimg,.border .sec-4-justForClient .imgLink img,.border .sec-4-justForClient,.border .sec-4-justForClient .over {
	width: 285px
}

.border .sec-4-justForClient .imgLink .instedOfimg,.border .sec-4-justForClient .imgLink img {
	height: 190px
}

.border .therapyHeroContent .instedOfimg,.border .therapyHeroContent img {
	height: 311px;
	width: 467px
}

.border .VerseMD .instedOfimg,.border .VerseMD img {
	height: 162px;
	width: 243px
}

.border .sec3-box.VerseMD,.border .VerseMD {
	width: 243px;
	margin: 0 auto
}

.VerseMD {
	border-bottom: 1px solid transparent
}

.border .VerseMD:hover {
	border-bottom: 1px solid var(--Hover)
}

.prev_thumbnail5:before {
	content: "\2039";
	font-size: 30px;
	color: gray;
	padding: 10px
}

.next_thumbnail5:before {
	content: "\203A";
	font-size: 30px;
	color: gray;
	padding: 10px
}

.border .CatsHeroNews {
	width: 424px
}

.border .CatsHeroNews .over h2 a {
	padding-bottom: 20px
}

@media (min-width:768px) {
	.img-convert {
		max-width: 40%
	}
}

@media (max-width:767px) {
	.img-convert {
		max-width: 100%
	}
}

.img-convert {
	height: auto;
	float: left;
	margin-right: 10px
}

.pictureTitle.title5:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f030";
	color: #FC9900;
	font-size: 12px
}

.videoTitle.title5:before {
	content: "\f008";
	font-family: 'fontawesome' !important;
	color: #FC9900;
	font-size: 12px
}

.title5:hover:before {
	color: #FC9900
}

.Htags .title5 {
	color: #000;
	font: 14px/28px iransanslight;
	padding: 0;
	margin-bottom: 4px
}

.Htags:hover .title5 {
	color: var(--hoverText)
}

#news .news_corner_image.img-responsive-news {
	width: 250px !important;
	height: 160px !important
}

.news_corner_image {
	width: 250px !important;
	height: 160px !important
}

.sec3-box img {
	height: 150px;
	max-height: unset
}

.VerseMD img {
	height: 150px
}

.border .pishnehad img,.border .pishnehad .instedOfimg {
	position: unset;
	float: right;
	width: 100px;
	height: 65px;
	margin-left: 10px;
	border-radius: 5px
}

.border .pishnehad .text-muted {
	font-family: iransans;
	color: #cb0d0d;
	margin-bottom: 10px;
	font-size: 13px
}

.border .pishnehad.sec3-box-square1 h3 a {
	font: 15px/25px iransans
}

.no-pic-30 {
	display: block !important;
	width: 170px;
	height: 113px;
	background: #e7e7e7;
	border-radius: 5px;
	margin-left: 10px;
	float: right
}

.border .each_manual_paged_news {
	width: 600px
}

.border .each_manual_paged_news .news_rutitr {
	font: 13px/25px iransans;
	padding: 0 20px 0;
	text-align: right
}

.border .each_manual_paged_news .news_title {
	font: 17px/25px iransansbold;
	text-align: justify;
	color: #000
}

.border .each_manual_paged_news .picLink img {
	width: 170px;
	float: right;
	margin-left: 10px;
	height: 113px;
	border-radius: 5px;
	float: right
}

.border .ServiceNoneHeroContent .CardContent {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #020024;
	background: linear-gradient(0deg,rgba(2,0,36,.8939775739397321) 0%,rgba(0,0,0,.5410363974691439) 72%,rgba(0,0,0,0) 100%)
}

.border .ServiceNoneHeroContent .CardContent .CardContentRoTiter {
	color: #fff
}

.imgs {
	display: inline-block;
	float: right;
	height: 113px;
	width: 171px;
	margin-left: 15px;
	overflow: hidden
}

.imgs img {
	height: 100%;
	width: 100%;
	border-radius: 5px
}

.sec3-box-square {
	width: 185px;
	height: 193px;
	position: relative;
	cursor: pointer
}

.sec3-box-square .imgCircle {
	width: 100%;
	height: 68px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-bottom: 25px
}

.sec3-box-square .imgCircle>span {
	width: 120px;
	height: 120px;
	background-color: #d0d0d0;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	left: 32px
}

.sec3-box-square img,.sec3-box-square .instedOfimg {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
	left: 44px;
	top: -40px
}

.sec3-box-square .instedOfimg {
	background-color: #e7e7e7
}

.sec3-box-square .textSquare {
	text-align: center;
	direction: rtl;
	padding: 0 10px;
	max-height: 95px;
	overflow: hidden
}

.sec3-box-square .textSquare h3 {
	line-height: 10px
}

.sec3-box-square .textSquare a {
	font: 14px/20px Iransans
}

.sec3-box-square .textSquare .text-muted {
	font: 13px/22px iransans !important;
	text-align: center;
	color: #c32138;
	margin-bottom: 12px
}

.sec3-box-square:hover .imgCircle:after {
	content: "";
	width: 20px;
	height: 12px;
	position: absolute;
	bottom: 0;
	left: 83px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #fff;
	border-top: 12px solid transparent
}

.sec3-box-square:hover .imgCircle>span {
	background-color: var(--topmenuBG)
}

.backShado {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 6px -1px rgba(181,181,181,1);
	-moz-box-shadow: 0px 0px 6px -1px rgba(181,181,181,1);
	box-shadow: 0px 0px 6px -1px rgba(181,181,181,1);
	border-radius: 5px;
	margin-bottom: 20px
}

.bg-shadow-news,.col-lef-news .moduletable,.col-right-news .moduletable {
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 8px -5px rgba(0,0,0,.75);
	-moz-box-shadow: 0px 3px 8px -5px rgba(0,0,0,.75);
	box-shadow: 0px 3px 8px -5px rgba(0,0,0,.75)
}
.col-lef-news .moduletable,.col-right-news .moduletable{
	margin-bottom:15px;
}
.ConversationItem .bg-shadow-newsG {
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 8px -5px rgba(0,0,0,.75);
	-moz-box-shadow: 0px 3px 8px -5px rgba(0,0,0,.75);
	box-shadow: 0px 3px 8px -5px rgba(0,0,0,.75)
}

.border .bg-shadow-news {
	background-color: #f1f1f1;
	-webkit-box-shadow: 0px 3px 8px -5px rgba(0,0,0,.75);
	-moz-box-shadow: 0px 3px 8px -5px rgba(0,0,0,.75);
	box-shadow: 0px 3px 8px -5px rgba(0,0,0,.75);
	border-radius: 5px
}

.catContent {
	width: 260px;
	height: 273px;
	padding-bottom: 10px
}

.catContent .overN {
	padding: 0 13px 0;
	margin-bottom: 16px;
	height: 70px;
	overflow: hidden
}

.catContent .overN:hover p {
	color: var(--hoverText)
}

.catContent .overN h2 {
	line-height: 10px
}

.catContent .text-muted {
	margin-bottom: 1px
}

.catContent .overN a {
	font: 14px/20px iransansmedium
}

.SingleNewsItem {
	width: 100%;
	max-width: 387px;
	max-height: 462px;
	position: relative
}

.SingleNewsItem.importantVideo {
	max-width: 692px
}

.border .SingleNewsItem.importantVideo {
	width: 692px;
	height: 461px
}

.SingleNewsItem .SingleNewsImg {
	width: 100%;
	height: 258px;
	border-radius: 5px;
	background-color: #7e7e7e
}

.SingleNewsItem.importantVideo .SingleNewsImg {
	height: 461px
}

.border .SingleNewsItem .SingleNewsImg {
	width: 100%
}

.SingleNewsItem .SingleNewsText {
	width: 100%;
	position: absolute;
	bottom: 0;
	background: linear-gradient(to top,rgba(0,0,0,.9),rgba(0,0,0,0) 100%);
	color: #fff;
	text-align: right;
	direction: rtl;
	padding: 22px;
	border-radius: 0 0 5px 5px
}

.SingleNewsItem .SingleNewsText .text-muted {
	color: #fff;
	font: 14px/24px iransanslight
}

.SingleNewsItem .SingleNewsText>h2 {
	line-height: 10px
}

.SingleNewsItem .SingleNewsText a {
	color: #fff;
	font: 16px/24px iransansmedium
}

.iconNone:before,.poll_title:before,#ticker-content A:before {
	content: '';
	display: inline-block;
	position: absolute;
	right: 2px;
	width: 6px;
	height: 6px;
	top: 10px;
	background-color: #000
}

.linear_newsIcon {
	position: relative
}

.pictureTitle.title5:before,.videoTitle.title5:before {
	position: absolute;
	right: 0
}

.destinationItem {
	height: 119px;
	overflow: hidden
}

.border .destinationItem {
	width: 387px
}

.destinationItem:first-child {
	margin-bottom: 20px
}

.destinationItem .destinationImg {
	width: 178px;
	height: 119px;
	border-radius: 0 5px 5px 0;
	float: right;
	margin-left: 13px
}

.destinationItem div.destinationImg {
	background-color: #7e7e7e
}

.destinationItem .destinationText {
	padding-top: 12px;
	padding-left: 5px
}

.destinationItem .destinationText h2 {
	line-height: 12px
}

.destinationItem .destinationText h2 a {
	font: 14px/22px iransansmedium
}

.destinationItem .destinationText .text-muted {
	font: 12px/22px Iransans
}

.destinationItem:hover .destinationText .text-muted,.destinationItem:hover .destinationText h2 a {
	color: var(--topmenuBG)
}

.specialsItem {
	position: relative;
	height: 121px;
	overflow: hidden
}

.border .specialsItem {
	width: 387px
}

.specialsText {
	width: 100%
}

.specialsItem:first-child {
	margin-bottom: 21px
}

.specialsItem .specialsImgA {
	width: 167px;
	height: 111px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 2
}

.specialsItem .specialsImg {
	width: 100%;
	height: 100%;
	border-radius: 5px
}

.specialsItem div.specialsImg {
	background-color: #7e7e7e
}

.specialsItem .specialsText {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100px;
	padding: 11px 188px 11px 10px
}

.specialsItem .specialsText:hover {
	background-color: #FC9900
}

a.imgLink.specialsImgA:hover~div.specialsText {
	background-color: #FC9900;
	color: #fff
}

a.imgLink.specialsImgA:hover~div.specialsText h2 a,a.imgLink.specialsImgA:hover~div.specialsText .text-muted {
	color: #fff
}

.specialsItem .specialsText:hover h2 a,.specialsItem .specialsText:hover .text-muted {
	color: #fff
}

.specialsItem .specialsText .text-muted {
	font: 12px/24px iransans
}

.specialsItem .specialsText h2 {
	line-height: 10px
}

.specialsItem .specialsText h2 a {
	font: 14px/24px iransansmedium
}

.catContentvido {
	width: 260px;
	padding: 0
}

.catContentvido .heroCatContent {
	width: 100%;
	height: 173px;
	margin-bottom: 10px;
	border-radius: 5px
}

.catContentvido div.heroCatContent {
	background-color: #e7e7e7
}

.catContentvido .overN {
	margin-bottom: 0
}

.border .sec3-box-square {
	width: 185px;
	height: 193px;
	margin-top: 51px !important;
	padding: 0
}

.border .catContent .instedOfimg,.catContent .instedOfimg {
	width: 100%;
	height: 173px;
	border-radius: 5px 5px 0 0;
	margin-bottom: 16px
}

.catContent .overN .text-muted {
	font: 12px/22px Iransans
}

.catContent:hover .overN .text-muted,.catContent:hover .overN h2 a {
	color: #de080a
}

.sara_parent1,.sara_parent3 {
	position: relative
}

.border .sara_parent1 .over,.border .sara_parent2 .over,.border .sara_parent3 .over {
	display: block
}

.sara_parent1 .over:hover,.sara_cooking_parent .over:hover,.border .life_parent_col .over:hover,.border .life_parent_col2 .over:hover,.border .HealthHero .over:hover,.border .health_row .over:hover,.border .therapyHeroContent .over:hover {
	background: linear-gradient(to top,#271951,rgba(0,0,0,0) 100%)
}

.sara_parent1 .over {
	padding: 40px 26px 26px
}

.sara_parent2 .over {
	padding: 40px 18px 22px
}

.sara_parent3 .over,.life_parent_col .over {
	padding: 40px 13px 17px
}

.health_row .over {
	padding: 40px 15px 20px
}

.sara_cooking_parent .over {
	padding: 40px 17px 14px
}

.life_parent_col2 .over {
	padding: 40px 25px 20px
}

.HealthHero .over,.therapyHeroContent .over {
	padding: 40px 22px 20px
}

.sara_parent1 .over h1 {
	text-align: right;
	direction: rtl;
	width: 100%;
	font-size: 22px
}

.sara_parent1 .over h1 a {
	font: 18px/30px iransansbold;
	color: #fff
}

.life_parent_col2 .over h3 a {
	font-size: 18px
}

.sara_parent2 .over h3 a {
	font: 17px/26px iransansbold;
	color: #fff
}

.sara_parent1 .instedOfimg,.sara_parent2 .instedOfimg,.sara_parent3 .instedOfimg {
	background: #7e7e7e;
	border-radius: 5px;
	height: 530px;
	width: 100%
}

.border .sara_parent1 .instedOfimg {
	width: 795px
}

.sara_parent2 .instedOfimg,.sara_parent3 .instedOfimg {
	height: 256px
}

.rutitr_service {
	padding-bottom: 5px;
	font: 13px/25px iransans;
	text-align: right
}

.border .sara_parent2 .over,.border .sara_parent3 .over {
	padding: 0 15px 0 5px
}

.border .sara_parent2 .over h3,.border .sara_parent3 .over h3 {
	padding: 0 10px 0 5px
}

.border .sara_parent2 .over h3 a,.border .sara_parent3 .over h3 a {
	font: 14px/28px iransansbold;
	padding: 0 10px 0 5px
}

.border .sara_pic3 {
	width: 100%;
	border-radius: 5px
}

.border .familyCards .sec3-news a {
	padding: 5px 15px 10px 10px;
	font: 17px/25px iransans
}

.border .familyCards .sec3-news a:hover,.border .atags .header .titr a:hover {
	color: #7060d4
}

.border .familyCards .sec3-titr {
	padding: 10px 15px 0;
	font: 13px/22px iransans;
	color: var(--rutitr)
}

.border .sara_cooking_link1 .instedOfimg {
	border-radius: 0 5px 5px 0
}

.border .sara_cooking_parent img,.border .sara_cooking_parent .instedOfimg {
	width: 223px;
	height: 149px
}

.border .sara_cooking_parent .over {
	width: 223px
}

.border .life_parent_col {
	position: relative
}

.border .life_parent_col .over,.border .life_parent_col .instedOfimg {
	width: 230px
}

.border .life_parent_col .over,.border .life_parent_col2 .over,.border .HealthHero .over,.border .health_row .over,.border .therapyHeroContent .over {
	display: block
}

.border .life_parent_col .instedOfimg {
	height: 153px
}

.border .life_parent_col2 .instedOfimg {
	height: 333px
}

.border .life_parent_col .sec3-titr,.border .life_parent_col2 .sec3-titr,.border .namaye23 .sec3-titr,.border .HealthHero .sec3-titr,.border .health_row .sec3-titr,.border .therapyHeroContent .sec3-titr {
	padding: 10px 15px 0;
	font: 13px/22px iransans;
	color: #fff;
	position: relative;
	text-align: right
}

.border .life_parent_col2 {
	position: relative
}

.border .namaye23 {
	border-radius: 5px;
	box-shadow: 0 0 3px 0 #000;
	margin: 0 auto;
	width: 223px
}

.border .namaye23 img,.border .namaye23 .instedOfimg {
	width: 223px;
	height: 118px;
	border-radius: 5px 5px 0 0
}

.border .namaye23 .sec3-titr {
	color: #000
}

.border .namaye23 .sec3-news {
	padding: 0 10px
}

.border .namaye23 .sec3-news a,.border .HealthHero .sec3-news a,.border .health_row .sec3-news a {
	font: 17px/25px iransans
}

.border .namaye23 .sec3-news a:hover {
	color: #7060d4
}

.border .HealthHero,.border .therapyHeroContent {
	position: relative
}

.border .health_row {
	width: 285px;
	position: relative
}

.border .health_row .instedOfimg {
	height: 190px
}

.border .nama_parent1 {
	position: relative
}

.border .nama_parent1 .over h3,.border .nama_parent2 .over h3 {
	padding: 20px 25px
}

.border .nama_parent1 .over h3 a {
	font-size: 16px
}

.border .nama_parent1 .over:hover,.border .nama_parent2 .over:hover {
	background: linear-gradient(to top,#123a61,rgba(0,0,0,0) 100%)
}

.border .nama_parent1 .instedOfimg {
	width: 590px;
	height: 394px
}

.border .nama_parent2 {
	width: 450px;
	position: relative
}

.border .nama_parent2 .instedOfimg {
	width: 450px;
	height: 300px
}

.border .nama_parent1 .videoLeft,.border .nama_parent2 .videoLeft {
	height: calc(100% - 40px);
	position: absolute;
	z-index: 100;
	top: calc(50% - 16px);
	left: calc(50% - 12px);
	font-size: 27px;
	color: #fff;
	opacity: 60%
}

.border .nama_parent1 .icon-video1:before,.border .nama_parent2 .icon-video1:before {
	content: url('../images/play2.svg')
}

.border .nama_parent1 .videoLeft,.border .nama_parent2 .videoLeft {
	left: calc(50% - 23px);
	top: calc(50% - 24px)
}

.rutitr {
	padding: 0 20px;
	font: 13px/20px Iransans;
	color: #424242
}

.image_lead img {
	width: 100%;
	height: 392px;
	display: block;
	margin-bottom: 20px
}

.subtitle {
	padding: 0 20px;
	color: #505050;
	font: 14px/24px Iransans;
	margin-bottom: 40px
}

.news-id {
	padding-bottom: 5px;
	padding-top: 0;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 22px
}

.news_id_c {
	color: #747474;
	float: right;
	font: 12px/19px iranSans;
	text-align: right;
	width: auto;
	background-color: #fff;
	padding: 0 10px;
	margin: 0 10px;
	position: absolute;
	top: -5px
}

.res-size-news {
	position: absolute;
	top: -5px;
	left: 0;
	background-color: #fff;
	padding: 0 10px;
	margin: 0 10px
}

.res-size-news a svg {
	width: 19px;
	fill: #8f8f8f
}

.news_size_up,.news_size_reset {
	margin-right: 12px
}

.album_list_content {
	margin-bottom: 10px
}

.body img {
	max-width: 100%;
	overflow: hidden;
	border-radius: 10px
}

.content_item {
	border-bottom: 1px solid #e5e5f1;
	margin-bottom: 23px;
	padding-bottom: 23px
}

.content_item.hotnews {
	border-bottom: none
}

.icon-live-blog-title {
	color: #000;
	font-size: 9px !important;
	float: right;
	line-height: 28px !important
}

.live-blog-header a {
	font: 15px/25px iransansmedium;
	color: #000;
	display: block;
	text-align: right;
	margin-right: 20px
}

.live-blog-header time {
	font: 16px/47px iransansmedium
}

.hotnews {
	border-right: 2px solid var(--topmenuBG);
	background: #f6f6f6;
	padding: 20px
}

.live-blog-header a:hover {
	color: #c20000
}

.date_content time {
	color: #6b6b6b;
	font: 12px/22px iranSansMediumNumber;
	direction: rtl;
	float: right
}

.liveBlogbody {
	color: #2c2c2c;
	font: 13px/22px iransans
}

#answer_container_2 {
	background: #f1f1f1
}

.padkastItem {
	position: relative;
	padding-right: 20px;
	min-height: 29px
}

.padkastItem:not(:first-child) {
	border-top: 1px solid #c4c4c4
}

.padkastItem:before {
	content: '';
	display: inline-block;
	position: absolute;
	right: 0;
	width: 8px;
	height: 8px;
	top: 10px;
	background-color: var(--topmenuBG)
}

.padkastItem a {
	font: 14px/24px iransans
}

.padkastItem.R a {
	color: var(--topmenuBG)
}

.border .box5 {
	width: 670px
}

.box5 {
	overflow: hidden
}

.box5 .imgs,.divPadkast {
	width: 285px;
	height: 190px;
	float: right
}

.divPadkast {
	background-color: #e7e7e7;
	border-radius: 5px
}

.box5 .imgs:hover .sub-title {
	display: block
}

.box5 h3 a {
	font: 16px/26px iransansmedium;
	color: #000
}

.box5 .top-title {
	font: 12px/22px Iransans;
	color: #555656
}

.box5 .sub-title {
	width: 100%;
	height: 100%;
	display: none;
	font: 17px/21px greta-light;
	color: #fff;
	text-align: center;
	background-color: rgba(201,104,43,.9);
	padding: 7px;
	position: absolute;
	top: 0;
	right: 0
}

.box5 .sub-title span {
	width: 100%;
	height: 100%;
	float: right;
	display: block;
	border-radius: 6px;
	border: 3px solid #545454;
	padding: 48px 7px 3px
}

.box5 .l .in2 {
	height: 101px;
	overflow: hidden;
	margin-top: 35px
}

.special_news_content {
	position: relative
}

.border .ostan_item_content {
	min-width: 660px
}

.border .ostan_item_content .img {
	float: right
}

.border .ostan_item_text .htitr a {
	font: 16px/26px iransansmedium
}

.icon-image {
	font-size: 30px!important;
	color: #b1273e
}

.border .linear_news .title5 {
	font: 13px/22px iransans;
	position: relative;
	padding-right: 20px
}

.border .videoDescription {
	display: inline-block
}

.border .videoDescription h4 a {
	font: 14px/24px iransansmedium
}

.border .sara_parent2 {
	position: relative
}

.border .sara_parent2 .instedOfimg {
	width: 385px
}

.border .sara_parent3 .instedOfimg,.border .sara_parent3 img {
	width: 285px;
	height: 190px
}

.border .life_parent_col2 .instedOfimg {
	width: 500px
}

.border .linear_news {
	min-height: 22px
}

:root {
	--description: #3b3b3b
}

.home {
	background-color: #f1f1f1;
	--jjo: #c11024;
	--dotIR: #777b84;
	--barlink: #331d20;
	--topmenuBG: #06D4C9;
	--topmenuIcons: #fff;
	--topmenuFonts: #d9fffd;
	--topmenuBorders: #941f2f;
	--dotRed: #c1102a;
	--dotRedHover: #000;
	--hoverText: #c1102a;
	--over: rgba(0,0,0,.9);
	--overhover: rgba(193,16,42,1);
	--pipe: #c1102a;
	--pipeURL: url('../images/pipe-home.png');
	--footerUlsLine: #c1102a;
	--mainSectionSVG: #fafafa;
	--Bleft: #211313;
	--Bright: #3d272a;
	--activeText: #fff;
	--rutitr: #616161;
	--lid: #2b2b2b
}

.SARA {
	--jjo: #9d94d5;
	--dotIR: #a29dbb;
	--barlink: #353247;
	--topmenuBG: #9489d7;
	--topmenuIcons: #58508b;
	--topmenuFonts: #e0ddc2;
	--topmenuBorders: #756ca8;
	--dotRed: #d591de;
	--dotRedHover: #d591de;
	--hoverText: #7060d4;
	--over: rgba(0,0,0,.9);
	--overhover: rgba(213,145,222,1);
	--pipe: #9588d7;
	--pipeURL: url('../images/pipe-sara.png');
	--Bleft: #292735;
	--Bright: #3e3a55;
	--footerUlsLine: #6e62ac;
	--mainSectionSVG: #fafafa;
	--serviceColor: #9088c1;
	--text: red;
	--activeText: #fff;
	--rutitr: #616161;
	--lid: #3a3a3a
}

.navanama {
	--jjo: #4a749c;
	--dotIR: #2d577d;
	--barlink: #0a2844;
	--topmenuBG: #133759;
	--topmenuIcons: #040e18;
	--topmenuFonts: #82a1c0;
	--topmenuBorders: #062542;
	--dotRed: #204f7b;
	--dotRedHover: #204f7b;
	--hoverText: #2e6196;
	--over: rgba(0,0,0,.9);
	--overhover: rgba(46,97,150,1);
	--footerUlsLine: #25639c;
	--mainSectionSVG: #2f2f2f;
	--Bleft: #061c31;
	--Bright: #0c2f4d;
	--serviceColor: #da64b1;
	--activeText: #fff;
	--rutitr: #616161;
	--lid: #3a3a3a
}

.newsNavanama {
	--jjo: #4b8fce;
	--dotIR: #2d577d;
	--barlink: #0a2844;
	--topmenuBG: #133759;
	--topmenuIcons: #040e18;
	--topmenuFonts: #82a1c0;
	--topmenuBorders: #062542;
	--dotRed: #204f7b;
	--dotRedHover: #204f7b;
	--hoverText: #2e6196;
	--over: rgba(0,0,0,.9);
	--overhover: rgba(46,97,150,1);
	--footerUlsLine: #25639c;
	--mainSectionSVG: #2f2f2f;
	--pipeURL: url('../images/navanama.png');
	--pipe: #4a88c2;
	--serviceColor: #da64b1;
	--activeText: #fff;
	--rutitr: #616161;
	--lid: #3a3a3a
}

.nashriyat {
	--jjo: #f37600;
	--dotIR: #af957e;
	--barlink: #392109;
	--topmenuBG: #f37600;
	--topmenuIcons: #603000;
	--topmenuFonts: #8f4a07;
	--topmenuBorders: #ad601a;
	--dotRed: #f37600;
	--dotRedHover: #f37600;
	--hoverText: #f37600;
	--over: rgba(0,0,0,.9);
	--overhover: rgba(243,118,0,1);
	--pipe: #f37600;
	--pipeURL: url('../images/pipe-nashriyat.png');
	--footerUlsLine: #934f0e;
	--mainSectionSVG: #fafafa;
	--Bleft: #271606;
	--Bright: #4c2b0c;
	--serviceColor: #f27600;
	--text: red;
	--activeText: #fff;
	--rutitr: #616161;
	--lid: #3a3a3a
}

.sima {
	--jjo: #f4bc1d;
	--dotIR: #908768;
	--barlink: #40361b;
	--topmenuBG: #f4bc1d;
	--topmenuIcons: #634b0b;
	--topmenuFonts: #745f26;
	--topmenuBorders: #b99735;
	--dotRed: #f4bc1d;
	--dotRedHover: #f4bc1d;
	--hoverText: #f4bc1d;
	--over: rgba(0,0,0,.9);
	--overhover: rgba(244,188,29,1);
	--pipe: #d6a312;
	--pipeURL: url('../images/pipe-sima.png');
	--footerUlsLine: #836714;
	--mainSectionSVG: #fafafa;
	--Bleft: #312b15;
	--Bright: #4c4123;
	--serviceColor: #f3bb1c;
	--text: red;
	--activeText: #fff;
	--rutitr: #616161;
	--lid: #3a3a3a
}

.click {
	--jjo: #747474;
	--dotIR: #5c5c5c;
	--barlink: #131313;
	--topmenuBG: #2a2a2a;
	--topmenuIcons: #747474;
	--topmenuFonts: #747474;
	--topmenuBorders: #1a1a1a;
	--dotRed: #de080a;
	--dotRedHover: #de080a;
	--hoverText: #de080a;
	--over: rgba(0,0,0,.9);
	--overhover: rgba(222,8,10,1);
	--pipe: #888;
	--pipeURL: url('../images/pipe-click.png');
	--footerUlsLine: #5e3333;
	--mainSectionSVG: #fafafa;
	--Bleft: #070707;
	--Bright: #252525;
	--serviceColor: #fff;
	--text: red;
	--activeText: #fff;
	--rutitr: #616161;
	--lid: #3a3a3a
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box
}

.container {
	padding: 0
}

.red {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: var(--dotRed);
	width: 10px;
	height: 10px
}

.Red {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: var(--dotRed);
	width: 15px;
	height: 15px
}

.poll-none {
	display: none !important
}

.img-responsive-news {
	max-width: 100%;
	height: auto
}

.row {
	padding: 0;
	margin: 0
}

@font-face {
	font-family:'font-jame-jam-online';
	src:url('../fonts/font-jame-jam-online.eot?drwqty');
	src:url('../fonts/font-jame-jam-online.eot?drwqty#iefix') format('embedded-opentype'),
	url('../fonts/font-jame-jam-online.ttf?drwqty') format('truetype'),
	url('../fonts/font-jame-jam-online.woff?drwqty') format('woff'),
	url('../fonts/font-jame-jam-online.svg?drwqty#font-jame-jam-online') format('svg');
	font-weight:400;
	font-style:normal;
	font-display:swap
}
[class^=icon-],[class*=" icon-"] {
	font-family: 'font-jame-jam-online';
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-warning1:before {
	content: "\e91c"
}

.icon-plus-square-o:before {
	content: "\e93d"
}

.icon-minus-square-o:before {
	content: "\e93e"
}

.icon-facebook:before {
	content: "\e939"
}

.icon-whatsapp:before {
	content: "\e95e";
	color: #25d366
}

.icon-eitaa:before {
	content: "\e93c"
}

.icon-bale .path1:before {
	content: "\e93a";
	color: #477f91
}

.icon-bale .path2:before {
	content: "\e93b";
	color: #fff;
	margin-left: -1.005859375em
}

.icon-warning:before {
	content: "\e938"
}

.icon-aparat:before {
	content: "\e900";
	color: #d31e4d;
	font-size: 22px
}

.icon-close:before {
	content: "\e901"
}

.icon-cm:before {
	content: "\e902"
}

.icon-instagram:before {
	content: "\e903";
	font-size: 21px
}

.icon-menu:before {
	content: "\e904";
	color: var(--topmenuIcons)
}

.icon-menu_close:before {
	content: "\e906";
	color: var(--topmenuIcons)
}

.icon-open:before {
	content: "\e907"
}

.icon-pager_dw:before {
	content: "\e908";
	font-size: 15px;
	font-weight: 900;
	color: #959595
}

.owl-nav-2 button:hover .icon-pager_dw:before {
	color: #d77e8d
}

.icon-pager_up:before {
	content: "\e909";
	font-size: 15px;
	font-weight: 900;
	color: #959595
}

.owl-nav-2 button:hover .icon-pager_up:before {
	color: #d77e8d
}

.icon-rss:before {
	content: "\e90a";
	font-size: 17px
}

.icon-search:before {
	content: "\e90b";
	color: var(--topmenuIcons);
	font-size: 22px
}

.icon-soroush .path1:before {
	content: "\e90c";
	font-size: 20px
}

.icon-soroush .path2:before {
	content: "\e90d";
	margin-left: -1em;
	color: #343434;
	font-size: 20px
}

.icon-telegram:before {
	content: "\e90e";
	font-size: 22px
}

.icon-Twitter_Bird:before {
	content: "\e90f";
	color: #1da1f2;
	font-size: 22px
}

.icon-video1:before {
	content: "\e910"
}

.icon-comment:before {
	content: "\e911"
}

.icon-heart_a:before {
	content: "\e912";
	color: #c1102a
}

.icon-heart_n:before {
	content: "\e913"
}

.icon-photo:before {
	content: "\e914"
}

.icon-print:before {
	content: "\e915"
}

.icon-replay:before {
	content: "\e916";
	color: #989898;
	padding-left: 10px;
	margin-top: 5px
}

.comm_answer_link:hover .icon-replay:before {
	color: #575757
}

.icon-resize_negative:before {
	content: "\e917"
}

.icon-resize_none:before {
	content: "\e918"
}

.icon-resize_plus:before {
	content: "\e919"
}

.icon-save:before {
	content: "\e91a"
}

.icon-sentto:before {
	content: "\e91b"
}

.icon-show_comment:before {
	content: "\e91c";
	font-size: 17px
}

.icon-time_comment:before {
	content: "\e91d"
}

.newsNavanama .icon-time_comment:before {
	font-size: 17px
}

.icon-video:before {
	content: "\e91e"
}

.icon-click .path1:before {
	content: "\e91f";
	color: #ed8602
}

.icon-click .path2:before {
	content: "\e920";
	margin-left: -2.30078125em;
	color: #ce090b
}

.icon-click .path3:before {
	content: "\e921";
	margin-left: -2.30078125em;
	color: #010101
}

.icon-click .path4:before {
	content: "\e922";
	margin-left: -2.30078125em;
	color: #fdfdfd
}

.icon-click .path5:before {
	content: "\e923";
	margin-left: -2.30078125em;
	color: #ed8602
}

.icon-jamejamclick .path1:before {
	content: "\e924";
	color: #fffdfd
}

.icon-jamejamclick .path2:before {
	content: "\e925";
	margin-left: -6.734375em;
	color: #ce090b
}

.icon-jamejamclick .path3:before {
	content: "\e926";
	margin-left: -6.734375em;
	color: #010101
}

.icon-jamejamclick .path4:before {
	content: "\e927";
	margin-left: -6.734375em;
	color: #fdfdfd
}

.icon-jamejamclick .path5:before {
	content: "\e928";
	margin-left: -6.734375em;
	color: #fffdfd
}

.icon-jamejamclick .path6:before {
	content: "\e929";
	margin-left: -6.734375em;
	color: #f9f9f9
}

.icon-jamejamclick .path7:before {
	content: "\e92a";
	margin-left: -6.734375em;
	color: #f9f9f9
}

.icon-jamejamclick .path8:before {
	content: "\e92b";
	margin-left: -6.734375em;
	color: #f9f9f9
}

.icon-jamejamclick .path9:before {
	content: "\e92c";
	margin-left: -6.734375em;
	color: #f9f9f9
}

.icon-jamejamnashriyat:before {
	content: "\e92d";
	color: #fcfcfc
}

.icon-jamejamnavanama:before {
	content: "\e92e";
	color: #fcfcfc
}

.icon-jamejamonline:before {
	content: "\e92f";
	color: #fff
}

.icon-jamejamsara:before {
	content: "\e930";
	color: #fcfcfc
}

.icon-jamejamsima:before {
	content: "\e931";
	color: #fcfcfc
}

.icon-jjoir .path1:before {
	content: "\e932";
	color: var(--jjo)
}

.icon-jjoir .path2:before {
	content: "\e933";
	margin-left: -2.7021484375em;
	color: var(--dotIR)
}

.icon-nashriyat:before {
	content: "\e934";
	color: #f27600
}

.icon-navanama:before {
	content: "\e935";
	color: #da64b1
}

.top-bar-logo,.top-bar-logo span {
	display: inline-block
}

.top-bar-logo .hero svg {
	width: 108px;
	height: 20px;
	fill: #c1102a
}

@media screen and (max-width:479px) {
	#home .imgLinkDiv {
		height: calc((100vw - 20px)/1.5)
	}

	.top-bar-logo .hero svg {
		width: 78px
	}
}

.icon-sara:before {
	content: "\e936";
	color: #9189c4
}

.icon-sima:before {
	content: "\e937";
	color: #f3bb1c
}

.icon-caret-left:before {
	content: "\e905"
}

.row {
	padding: 0;
	margin: 0
}

a,a:visited,a:focus {
	color: #000
}

a:hover {
	color: var(--hoverText);
	text-decoration: none
}

body {
	text-align: justify;
	direction: rtl
}

p {
	margin: 0
}

h1,h2,h3,h4,h5,h6 {
	margin: 0
}

html {
	scroll-behavior: smooth
}

body {
	color: #000;
	text-align: right
}

ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.barlink {
	height: 48px;
	background-color: #1b1b1b
}

body {
	padding: 0;
	margin: 0;
	box-sizing: border-box
}

.toplinkbar {
	background-color: #FC9900;
	height: 80px
}

.myservice {
	display: inline-block
}

.toplinkbarContainer {
	height: 48px
}

.toplinkbarContainer ul {
	float: right
}

a.barLinkLogo {
	float: left;
	font-size: 25px;
	color:#FFF!important;
}

.mainSection {
	background-color: #fff;
	padding-top: 20px;
	background-image: url('../images/pattern_top.gif');
	background-position: bottom;
	background-repeat: repeat-x
}

.mainSectionWrapper {
	display: flex;
	flex-direction: row-reverse
}

.pattern {
	background-color: #fff
}

.heroNews {
	margin-bottom: 20px
}

.importantNews {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.importantNewsCard {
	min-height: 30%;
	margin-bottom: 10px
}

.importantNewsCard:last-child {
	margin-bottom: 0
}

.importantNewsCard img,.heroNews img,.heroNews span {
	width: 100%;
	height: 100%
}

.mainNewsList {
	flex-direction: column;
	justify-content: space-between;
	direction: rtl;
	display: flex
}

.mainNewsListItems {
	padding: 10px 0;
	border-top: 1px solid #d1d1d1;
	display: table
}

.mainNewsListItems:first-child {
	border: none
}

.mainNewsList h3 {
	padding: 0 10px;
	font: 13px/22px 'iransansbold';
	display: flex;
	align-items: center;
	min-height: 50px
}

.mainNewsListItems a {
	color: #1c1c1c
}

@media only screen and (max-width:991.98px) {
	.heroNews {
		padding-left: 0
	}

	.importantNews {
		padding: 20px 0
	}

	.mainNewsList {
		padding: 0
	}

	.mainSectionWrapper {
		display: block
	}

	.Hiro-Over {
		width: 100%
	}
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
	.importantNews {
		flex-direction: row-reverse
	}

	.mainNewsList {
		flex-direction: row-reverse;
		flex-wrap: wrap
	}
}

.mostSection {
	padding-top: 20px;
	background-color: #f1f1f1
}

.newsNavanama .mostSection {
	background-color: #1d1d1d
}

.header:hover:before {
	color: #000
}

#footer {
	height: 204px;
	background-color: #252525
}

.footerMenu {
	background-color: var(--topmenuBG);
	padding-top: 30px;
	color: #fff;
	height: 94px
}

.footerTop {
	display: flex
}

.footerLogo {
	padding: 0;
	text-align: right !important
}

a.footerLogo1 {
	padding: 0;
	text-align: left;
	color:#FFF!important;
	font-size:25px;
	margin-top:20px;
}

.footer-logo {
	fill: #fff;
	width: 200px;
	height: 37px
}

.footer-logo1 {
	fill: #fff;
	width: 70px;
	height: 30px;
	margin-top: 8px
}

.copyright {
	float: right
}

.homeList {
	font: 13px/31px iransans;
	padding: 0 25px 0 0;
	margin-top: 8px;
	display: flex
}

.homeList li {
	margin-right: 10px;
	float:right;
}

.homeList li a {
	color: #fff
}

.footerContent {
	height: 98px;
	background-color: #343434
}

.footerContentWrapper {
	font: 13px/34px iransans;
	color: #b9b9b9;
	padding-top: 25px
}

.footer-iransamaneh a {
	color: #b9b9b9
}

.footer-iransamaneh a:hover {
	color: var(--hoverText)
}

.socialMedia {
	float: left;
	padding-top: 20px
}

.socialMedia a {
	direction: ltr;
	font-size: 20px;
	padding-right: 24px
}

.rotitr {
	color: var(--rutitr);
	font: 13px 'iransans'
}

.titr {
	font: 16px/27px 'iransansbold';
	text-align: justify
}

.news {
	padding: 0 15px 15px
}

.news-box {
	color: var(--lid)
}

.icon-comments-o:before {
	content: "\e902"
}

.time {
	color: #797979;
	font: 11.5px 'iransans'
}

@media only screen and (max-width:991.98px) {
	.time {
		width: 100%
	}
}

.time span {
	padding-left: 30px;
	font-size: 18px
}

.Sectionflex {
	display: flex;
	flex-direction: row-reverse
}

.newsNavanama .Sectionflex {
	padding-bottom: 40px
}

.avoidFixHeight {
	margin-bottom: 20px;
	height: 100%
}

.newsNavanama .rutitr {
	font: 17px/34px Iransans;
	color: #b9b9b9;
	padding: 0 0 10px
}

.newsNavanama .title {
	font: 24px/40px iransansbold
}

.tabbar-section {
	background-color: #e4e4e4;
	direction: rtl;
	margin-bottom: 20px;
	justify-content: space-between;
	overflow: hidden
}

.top-tab {
	background-color: #d2d2d2;
	color: #676767;
	font: 16px/22px iransansmedium;
	display: inline-block;
	padding: 5px 15px;
	position: relative;
	float: right;
	margin-left: 1px
}

.top-tab:hover {
	color: var(--hoverText) !important
}

.news-left.active a {
	color: #000
}

.top-tab.act-tab:after {
	content: "";
	border-top: 1px solid var(--pipe);
	border-bottom: 1px solid var(--pipe);
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 15%;
	z-index: 9px
}

.top-tab.act-tab:before {
	content: "";
	border-top: 1px solid var(--pipe);
	border-bottom: 1px solid var(--pipe);
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 15%
}

.news-left {
	background-color: #cdcdcd;
	display: inline-block;
	font: 13px iransans;
	margin: 10px 1px;
	padding: 2px 30px;
	border-radius: 5px
}

.mostAdv {
	padding-right: 20px;
	margin-bottom: 20px;
	direction: rtl
}

@media only screen and (max-width:991.98px) {
	.Sectionflex {
		flex-direction: column
	}
}

.videoSection {
	background-color: #fff;
	padding: 45px 0
}

.ViedoFlex {
	display: flex;
	flex-direction: row-reverse;
	padding-bottom: 20px
}

.sectionHeader {
	font: 18px/27px iransans;
	margin-bottom: 20px;
	height: 54px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px
}

.videoSec .sectionHeader {
	margin-bottom: 0
}

.sectionHeader.Na,.col-lef-news .moduletable h3,.col-right-news .moduletable h3 {
	-webkit-box-shadow: 0px 5px 6px -2px rgba(232,232,232,1);
	-moz-box-shadow: 0px 5px 6px -2px rgba(232,232,232,1);
	box-shadow: 0px 5px 6px -2px rgba(232,232,232,1)
}
.col-lef-news .moduletable h3,.col-right-news .moduletable h3{
	padding:10px;
}
.sectionHeader .headerMore {
	width: 47px;
	height: 17px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #d5d5d5;
	-webkit-border-radius: 12px 0px;
	-moz-border-radius: 12px 0px;
	border-radius: 12px 0
}

.sectionHeader .headerMore:hover {
	background-color: #a8a8a8
}

.sectionHeader .headerMore i {
	width: 6px;
	height: 6px;
	background-color: #f1f1f1;
	margin-right: 3px
}

.sectionHeader .headerMore i:last-child {
	margin-right: 2px
}

.sectionHeader .headLogo {
	text-align: right;
	height: 23px;
	padding: 0;
	display: flex;
	justify-content: start
}

.sectionHeader .headLogo>i {
	padding: 0
}

.sectionHeader .headLogo .headerText {
	background-color: var(--topmenuBG);
	color: #fff;
	text-align: right;
	padding: 0 15px 0 20px;
	font: 17px/23px iransansmedium;
	-webkit-border-radius: 18px 0px 0px;
	-moz-border-radius: 18px 0px 0px;
	border-radius: 18px 0 0
}

.film2 .sectionHeader .headLogo .headerText,.pictureParent .sectionHeader .headLogo .headerText {
	border-radius: unset;
	background-color: transparent
}

.film2 .sectionHeader .headLogo .iconFilm {
	width: 24px;
	height: 20px;
	background: 0 0
}

.film2 .sectionHeader .headerMore {
	background-color: #575757
}

.film2 .sectionHeader .headerMore i {
	background-color: #303030
}

.pictureParent .headerMore {
	background-color: #8b8b8b
}

.pictureParent .sectionHeader .headerMore i {
	background-color: #c2c2c2
}

.sectionHeader .headLogo .headerText.R {
	background-color: #06D4C9
}

.sectionHeader .headLogo .headerText.B {
	background-color: #FC9900
}

.sectionHeader .headLogo .headerText.N {
	background: 0 0;
	color: #000;
	border-radius: unset
}

.p-es-20 {
	padding: 0 20px !important
}

.headLogo span {
	display: inline-block;
	width: 38px;
	height: 23px;
	background: url('../images/favicon.png') right
}

.headLogo span.logoTest {
	display: inline-block;
	width: 23px;
	height: 23px;
	border-radius: 50px;
	background: url('../images/favicon.png');
	background-size: 100% 100%;
}

.headLogo span.fa {
	display: unset;
	width: unset;
	height: unset;
	background: 0 0
}

.headLogo span.black {
	display: inline-block;
	width: 38px;
	height: 23px;
	background: url('../images/favicon.png') right
}

.headLogo span.svgPodcast {
	width: 32px;
	height: 32px;
	margin-top: -4px;
	background: url('../images/logo-podcast.svg') no-repeat !important
}

span.svgPodcast~h2.headerText {
	padding-right: 9px !important
}

.padkast .sectionHeader {
	padding-top: 0 !important
}

.importantVideoWrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.importantVideo {
	padding-bottom: 30px
}

.importantVideo img {
	width: 100%
}

.heroVideo {
	padding-right: 20px;
	min-height: 400px
}

.heroVideoContent {
	height: 100%;
	position: relative
}

.icon-video1:hover {
	opacity: 70%
}

.videoRight {
	height: calc(100% - 40px);
	position: absolute;
	z-index: 100;
	top: calc(50% - 60px);
	left: calc(50% - 20px);
	font-size: 36px;
	color: #fff;
	opacity: 60%
}

.videoImg {
	position: relative
}

.videoLeft {
	height: calc(100% - 40px);
	position: absolute;
	z-index: 100;
	top: calc(50% - 16px);
	left: calc(50% - 12px);
	font-size: 27px;
	color: #fff;
	opacity: 60%
}

.heroVideoContent img {
	width: 100%;
	height: 186px
}

.videoList {
	padding-right: 20px;
	display: flex;
	flex-direction: column
}

.videoImg {
	width: 120px;
	margin-left: 10px
}

.videoImg img {
	height: 100%
}

@media only screen and (max-width:991.98px) {
	.ViedoFlex {
		flex-direction: column;
		padding-bottom: 0
	}

	.videoList {
		padding: 0
	}

	.heroVideo {
		order: -1;
		padding: 0
	}

	.importantVideoWrapper {
		padding: 20px 0
	}
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
	.importantVideoWrapper {
		flex-direction: row-reverse
	}

	.importantVideo:nth-child(2n) {
		padding-right: 10px
	}

	.videoList {
		flex-direction: row-reverse;
		flex-wrap: wrap
	}

	.videoListItems:nth-child(2n) {
		padding-right: 10px
	}

	.videoListItems:nth-child(2n+1) {
		padding-left: 10px
	}
}

.categorySection {
	padding-top: 20px;
	background: #f2f2f2
}

.catFlexWrapper {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap
}

.catHeroNews {
	padding-left: 20px;
	padding-bottom: 20px
}

.mrg-bt {
	margin-bottom: 10px
}

.heroCatContent {
	width: 100%;
	height: 100%
}

.over h2,.over h3 {
	align-self: flex-end;
	text-align: right;
	direction: rtl;
	padding: 15px 15px 7px 5px
}

.heroNews .over h2 {
	align-self: flex-end;
	padding: 0 23px 15px;
	font: 19px/36px iransansbold;
	text-align: right;
	direction: rtl
}

.importantNewsCard .over {
	background: linear-gradient(to top,var(--over),rgba(0,0,0,0) 100%);
	width: 100%;
	border-radius: 0 0 5px 5px
}

.importantNewsCard .over:hover {
	background: linear-gradient(to top,var(--overhover),rgba(0,0,0,0) 100%)
}

.importantNewsCard .over {
	border-radius: 0 0 5px 5px
}

.sec3-box img {
	width: 100%;
	height: 140px
}

.sec3-titr {
	padding: 10px 15px 0;
	font: 13px/22px iransans;
	color: var(--rutitr);
	position: relative
}

.sec3-titr a {
	color: #5e5e5e
}

.sec3-news a {
	color: #000
}

.sec3-news a:hover {
	color: #7060d4
}

.sec3-news {
	padding: 5px 15px 0 10px;
	font: 15px/25px iransansmedium
}

.catSubTitle {
	padding: 10px 15px;
	font: 13px/26px 'iransans';
	color: var(--lid);
	text-align: justify
}

.catNewsCard {
	padding-left: 20px;
	padding-bottom: 20px;
	min-height: 300px
}

.sec3-box-circle {
	border-bottom: 1px solid #f7f7f7;
	display: flex;
	padding: 20px 15px
}

.sec3-box-circle:last-child {
	border-bottom: none
}

.sec3-box-circle img {
	border-radius: 50%;
	width: 65px!important;
	height: 65px!important
}

.sec3-box-circle div {
	display: inline-block;
	padding-right: 0;
	font: 14px/23px iransans;
	width: calc(100% - 85px);
	text-align: justify
}

.sec3-box-circle.item {
	display: flex
}

.sec3-box-circle h3 {
	font: 15px/25px iransans;
	text-align: right;
	direction: rtl
}

.sec3-box-circle p {
	font-size: 12px;
	padding-top: 7px
}

.Newspaper {
	background-color: #d7d7d7 !important
}

.slider h2 {
	font: 14px/40px iransansmedium;
	text-align: center
}

.owl-nav {
	display: block
}

@media only screen and (max-width:991.98px) {
	.catHeader,.catHeroNews,.catNewsCard {
		padding-left: 0
	}

	.avoidFixHeight {
		margin-bottom: 0
	}

	.sec3-box img {
		height: auto
	}
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
	.catNewsCard:nth-child(2n) {
		padding-left: 10px
	}

	.catNewsCard:nth-child(2n+1) {
		padding-right: 10px
	}
}

@media only screen and (max-width:991.98px) {
	.ServiceNoneLaitesNews {
		margin-bottom: 20px
	}
}

.ServiceNoneContent {
	padding-left: 20px
}

@media only screen and (max-width:991.98px) {
	.ServiceNoneContent {
		padding-left: 0
	}
}

.ServiceNoneHero {
	margin-bottom: 20px;
	background-color: #fff;
	direction: rtl
}

.ServiceNoneHeroContent {
	display: flex
}

.ServiceNoneHeroContent>a {
	width: 100%
}

.ServiceNoneHeroContent img {
	width: 100%;
	height: 386px;
	border-radius: 5px
}

.heroCardContent {
	width: 40%;
	border-bottom: 1px solid transparent
}

.ServiceNoneHeroContent:hover .CardContent {
	border-bottom: 1px solid var(--footerUlsLine)
}

.CardContentRoTiter {
	font: 13px/30px iransans;
	color: #fff;
	padding: 15px 20px 0
}

.CardContentTiter {
	font: 14px/27px iransansbold;
	padding: 0 20px;
	text-align: justify
}

.ServiceNoneHeroContent h2 {
	font: 19px/32px iransansbold
}

.ServiceNoneImportantBox {
	display: flex
}

.ServiceNoneImportant {
	padding: 20px 0
}

.ServiceNoneImportantBox article {
	width: 50%;
	margin-left: 20px;
	border-bottom: 1px solid transparent
}

.ServiceNoneImportantBox article:hover {
	border-bottom: 1px solid var(--footerUlsLine)
}

.ServiceNoneImportant img {
	width: 150px
}

.ServiceNoneImportant .CardContentRoTiter {
	font: 12px/20px iransans;
	padding: 10px 10px 0 0
}

.ServiceNoneImportant .CardContentTiter {
	font: 13px/24px iransansbold;
	padding: 0 10px 0 0
}

.ServiceNoneLaitesNews .ServiceNoneNews {
	background: #fff;
	direction: rtl
}

.ServiceNoneNews img {
	width: 210px;
	height: 100%
}

.ServiceNoneNews {
	display: flex
}

.articleServiceNoneNews:not(:last-child) {
	margin-bottom: 10px
}

.ServiceNoneNews .CardContent {
	border-bottom: 1px solid #d6d6d6;
	background-color: #fff
}

.ServiceNoneNews:hover .CardContent {
	border-bottom: 1px solid var(--footerUlsLine)
}

.ServiceNoneNews .CardContentRoTiter {
	font: 13px/25px iransans;
	color: var(--rutitr);
	padding: 15px 20px 0
}

.ServiceNoneNews .CardContent:after {
	content: '';
	background-color: var(--dotRed);
	position: absolute;
	top: 13px;
	right: -10px;
	width: 8px;
	height: 8px
}

.ServiceNoneNews .CardContentTiter {
	font: 17px/25px iransansbold;
	padding: 0 15px;
	text-align: justify
}

.ServiceNoneNews .CardContentNews {
	font: 14px/21px iransans;
	color: var(--description);
	padding: 5px 20px 5px;
	text-align: justify
}

.MoreButton {
	background-color: #f1f1f1;
	border: none;
	text-align: center;
	font: 13px/10px iransansbold;
	padding: 10px 20px;
	border-radius: 4px;
	margin: 35px 0;
	margin-right: calc(50% - 35px);
	color: var(--rutitr)
}

@media screen and (min-width:991.9px) and (max-width:1199.9px) {
	#home .sec3-box-square .imgCircle>span {
		left: 20px
	}

	#home .sec3-box-square img,#home .sec3-box-square .instedOfimg {
		left: 32px
	}

	#home .sec3-box-square:hover .imgCircle:after {
		left: 70px
	}
}

@media only screen and (max-width:767.98px) {
	#home .min .sectionCenter {
		clear: both
	}

	.ServiceNoneImportant {
		flex-direction: column
	}

	.ServiceNoneHero img {
		width: 100%;
		height: auto
	}

	.ServiceNoneImportantBox article:nth-child(2n+1) {
		margin-left: 10px
	}

	.ServiceNoneImportantBox article:nth-child(2n) {
		margin-left: 0;
		margin-right: 10px
	}

	.ServiceNoneImportantBox .CardContent {
		padding-left: 10px
	}
}

.servicenonemost {
	padding-top: 0
}

.importantNewsCard {
	direction: ltr
}

.serviceheroNews,.serviceimportantNews {
	margin-bottom: 20px
}

.serviceheroNews .over {
	width: 97.6%
}

.serviceheroNews,.serviceimportantNews {
	max-height: 520px
}

.serviceimportantNews {
	display: flex;
	flex-direction: column
}

.serviceimportantNewsCard:first-child {
	margin-bottom: 20px
}

.serviceimportantNewsRow {
	display: flex;
	flex-direction: row-reverse
}

.importantNewsCardRow {
	margin-left: 20px;
	position: relative
}

.importantNewsCardRow:last-child {
	margin-left: 0
}

.serviceSectionWrapper {
	display: flex;
	flex-direction: row-reverse
}

@media only screen and (max-width:767.98px) {
	.serviceSectionWrapper {
		display: block
	}

	.serviceheroNews .over {
		width: 100%
	}
}

@media only screen and (min-width:480px) and (max-width:767.98px) {
	.serviceimportantNews {
		flex-direction: row-reverse;
		margin-bottom: 0
	}

	.serviceimportantNewsRow {
		flex-wrap: wrap
	}

	.serviceimportantNewsCard {
		margin-bottom: auto
	}

	.serviceimportantNewsCard:first-child {
		margin-left: 10px
	}

	.serviceimportantNewsCard:last-child {
		margin-right: 10px
	}

	.importantNewsCardRow {
		width: 50%;
		margin: 0;
		margin-bottom: 20px
	}

	.importantNewsCardRow .over {
		width: calc(100% - 10px)
	}

	.importantNewsCardRow:nth-child(2n) .red {
		right: 10px
	}

	.importantNewsCardRow:nth-child(2n) {
		padding-right: 10px
	}

	.importantNewsCardRow:nth-child(2n+1) {
		padding-left: 10px
	}
}

@media only screen and (max-width:479.98px) {
	#home #heroNewsOwl .owl-nav {
		display: none
	}

	.serviceimportantNewsCard {
		width: 100%;
		margin: 0 !important
	}

	.serviceimportantNewsRow {
		flex-direction: column;
		padding: 20px;
		padding-top: 0
	}

	.importantNewsCardRow,.serviceimportantNews {
		margin: 0
	}

	.serviceimportantNewsCard .over h3:hover,.importantNewsCardRow .over h3:hover {
		border-right: 1px solid var(--footerUlsLine);
		color: var(--footerUlsLine)
	}

	.serviceimportantNews img,.serviceimportantNews .red,.importantNewsCardRow img,.importantNewsCardRow .red {
		display: none
	}

	.serviceSectionWrapper {
		padding: 0 20px
	}

	.serviceimportantNews .over,.serviceimportantNews .over:hover,.importantNewsCardRow .over,.importantNewsCardRow .over:hover {
		display: block;
		padding: 10px 0;
		border-bottom: 1px solid #a9a9a9;
		background-image: none;
		position: relative
	}

	.serviceimportantNews .over h3,.importantNewsCardRow .over h3 {
		border-right: 1px solid grey;
		padding: 0 10px
	}

	.serviceimportantNews .over h3 a,.importantNewsCardRow .over h3 a {
		color: #000;
		font: 14px/28px iransans
	}
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
	.serviceheroNews {
		padding-left: 20px;
		height: auto
	}
}

.ServicesectionHeader {
	margin-left: 0
}

.SErviceCardWrapper {
	display: flex;
	direction: rtl;
	margin-bottom: 30px
}

.ServiceNewsCard {
	padding: 0 !important;
	margin-left: 20px;
	max-width: calc(33.33% - 14px);
	background: #fff
}

.SErviceCardWrapper .sec3-news {
	padding: 10px 15px 10px 10px;
	font: 13px/25px iransansmedium;
	border-bottom: 1px solid #c4c4c4
}

.ServiceNewsCard:last-child {
	margin: 0
}

.ServiceNewsCard .sec3-news {
	font: 16px/30px iransansmedium
}

.ServiceNewsList {
	padding: 8px 0;
	display: block;
	border-bottom: 1px solid #c4c4c4
}

.ServiceNewsList h3 {
	padding: 0 15px;
	color: #000;
	font: 15px/23px iransans;
	height: 60px;
	overflow: hidden
}

.ServiceNewsList h3 a:hover {
	color: var(--hoverText)
}

.CookingImportant .importantNewsCard {
	margin-bottom: 12px
}

.CookingImportant .importantNewsCard:last-child {
	margin-bottom: 0
}

@media only screen and (max-width:767.98px) {
	.SErviceCardWrapper {
		flex-direction: column
	}

	.ServiceNewsCard {
		margin-left: 0;
		margin-bottom: 20px;
		max-width: 100%
	}
}

.SErviceFlexWrapper {
	display: flex;
	direction: rtl;
	margin-bottom: 30px;
	max-height: 340px
}

@media only screen and (max-width:991.98px) {
	.SErviceFlexWrapper {
		flex-direction: column;
		max-height: unset
	}

	.CookingHero {
		padding: 0
	}

	.CookingImportant .importantNewsCard {
		margin: 0
	}

	.CookingImportant {
		padding-left: 0
	}

	.CookingList.mainNewsList {
		padding-right: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
	.CookingImportant .importantNewsCard:first-child {
		margin-right: 10px
	}

	.CookingImportant .importantNewsCard:last-child {
		margin-left: 10px
	}
}

@media only screen and (max-width:767.98px) {
	.CookingImportant .importantNewsCard {
		margin-bottom: 20px
	}

	.CookingHero article {
		flex-direction: column
	}
}

.SErviceFlexWrapper article,.SErviceFlexWrapper article,.CookingImportant .importantNews {
	height: 100%
}

.CookingList {
	overflow-y: auto;
	display: block
}

.CookingList .mainNewsListItems {
	min-height: 70px;
	background-color: #fff
}

.Health .SErviceFlexWrapper {
	max-height: unset
}

.HealthCards:first-child {
	margin-bottom: 15px
}

.HealthCard:nth-child(2n) {
	padding-right: 10px
}

.HealthCard:nth-child(2n+1) {
	padding-left: 10px
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
	.Health .SErviceFlexWrapper {
		flex-direction: row
	}
}

@media only screen and (max-width:767.98px) {
	.HealthSpecialNews {
		padding: 0;
		margin-bottom: 20px
	}

	.HealthCards {
		padding: 0
	}
}

@media only screen and (max-width:479.98px) {
	.Health .red,.HealthCard img {
		display: none
	}

	.HealthCards:first-child {
		margin-bottom: 15px
	}

	.HealthCard .over h3 a {
		color: #000
	}
}

.therapy .SErviceFlexWrapper {
	max-height: unset
}

.therapySpecialNews .importantNewsCard {
	max-height: unset
}

.forMD {
	display: none
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
	.forMD {
		display: block
	}

	.VerseMD {
		display: none
	}
}

@media only screen and (max-width:991.98px) {
	.therapySpecialNews {
		margin-bottom: 20px
	}

	.therapyCardMD article {
		display: flex;
		flex-direction: row
	}

	.therapyCardMD {
		height: auto;
		margin-bottom: 20px;
		padding-right: 0
	}

	.therapyCardMD img {
		width: 200px;
		height: 160px
	}
}

.owl-nav-2 {
	position: absolute;
	top: -22px;
	left: 52px
}

.owl-nav-2 button {
	background-color: transparent;
	border: none
}

.owl-nav-2 button:focus {
	outline: none
}

.owl-nav>.owl-prev {
	bottom: 30px
}

.owl-nav>.owl-next {
	bottom: 10px
}

.list-inline i:before {
	color: #737373
}

.list-inline .path1:before {
	color: #8d8d8d !important
}

.list-inline .icon-soroush:hover .path1:before {
	color: #186178 !important
}

.list-inline .path2:before {
	color: #fff
}

.social-network-cover {
	position: fixed;
	padding: 23px 12px;
	top: 180px;
	left: 0;
	width: 43px;
	z-index: 99;
	background-color: #fff;
	border-radius: 0 10px 10px 0
}

.collapse {
	display: block
}

.expand {
	display: none
}

.list-inline>li {
	padding: 0
}

.social-network-cover-controller {
	font-size: 18px
}

ul.social-network {
	z-index: 9
}

ul.social-network li {
	height: 36px
}

ul.social-network li a {
	height: 100%;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #434343;
	text-align: center
}

.list-inline .telegram i:before {
	font-size: 16px
}

.list-inline .twitter i:before {
	font-size: 18px
}

.list-inline .aparat i:before {
	font-size: 16px
}

.list-inline .rss i:before {
	font-size: 14px
}

.socialMedia i:before,.socialMedia .path1:before {
	color: #5a5a5a !important
}

footer .socialMedia i:before,.socialMedia .path1:before {
	color: #b9b9b9 !important
}

.social-network-cover .social-network .insta svg {
	fill: #737373
}

.social-network-cover .social-network .insta:hover svg {
	fill: #c5283f
}

.socialMedia a:hover i:before,.socialMedia a:hover .path1:before {
	color: #737373 !important
}

.icon-bale .path1:before,.icon-bale .path2:before {
	font-size: 20px
}

.icon-bale .path1:before {
	color: #5a5a5a
}

.news-bale:hover .path1:before {
	color: #737373
}

@media only screen and (max-width:767.98px) {
	.social-network-cover {
		display: none
	}
}

.top-tab a.act-tab {
	border-right: 1px solid var(--pipe);
	border-left: 1px solid var(--pipe);
	background-color: transparent
}

.top-tab a.act-tab,.news-left.active a {
	color: #000
}

.top-tab a.act-tab:after {
	content: "";
	border-top: 1px solid var(--pipe);
	border-bottom: 1px solid var(--pipe);
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 15%
}

.top-tab a.act-tab:before {
	content: "";
	border-top: 1px solid var(--pipe);
	border-bottom: 1px solid var(--pipe);
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 15%
}

.tab-section {
	text-align: center;
	float: right;
	cursor: pointer
}

.tab-section a {
	color: #fe9900
}

.tab a:hover {
	color: #fd9a00
}

.tab-time a {
	font: 15px/23px iransans;
	color: #000 !important;
	text-align: center;
	background-color: #d2d2d2;
	border-radius: 3px;
	padding: 0 25px
}

.tab-time a:nth-child(2) {
	margin: 0 3px
}

.tab-time a:hover {
	color: var(--footerUlsLine)
}

.last-a {
	border-left: 0 !important
}

.top-tab,.tab-time a {
	color: #676767 !important
}

.tabs_title_c .act-time {
	color: var(--topmenuBG) !important
}

.top-tab.act-tab {
	border-right: 1px solid #c5374d;
	border-left: 1px solid #c5374d;
	background-color: transparent;
	color: #000 !important;
	margin: 0
}

.Htags .title5 {
	color: #000;
	font: 14px/28px iransanslight;
	padding: 0;
	margin-bottom: 4px
}

.newsNavanama .Htags .title5 {
	color: #b2b2b2;
	font: 14px/28px iransansmedium
}

.newsNavanama .Htags .title5:hover {
	color: #fefefe
}

.con-section {
	width: 100% !important;
	direction: rtl;
	padding: 0 !important
}

.show-con {
	display: block
}

.tab_box .active_content {
	display: block !important;
	margin-top: 20px
}

.tab_box .tab_content {
	display: none
}

.ServiceNoneContent .pipe {
	margin-left: 0
}

.nav-option {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start
}

#headerParent {
	position: relative;
	margin-bottom: 20px;
	height: 120px
}

#headerNav,#navbar-drp {
	margin: 0 auto;
	padding: 0 5px
}

.mobile-menu:after {
	content: "";
	width: 40px;
	height: 71px;
	position: absolute;
	left: -39px;
	top: 0;
	background: var(--topmenuBG);
	border-radius: 50px 0 0 50px
}

.nvbarReleitiv {
	position: relative
}

.scroll-nav,.navbar-nav li ul,.navbar-nav li ul li a,#headerLogo,.navbar-scroll~section,.navbar-scroll~#backtotop {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear
}

.scroll-nav {
	font: 13px iransans;
	color: #000;
	direction: rtl;
	background: var(--topmenuBG);
	z-index: 9;
	line-height: 71px;
	transition: all .5s ease;
	position: relative
}

.parentHeader {
	position: relative;
	top: -31px
}

.parentHeader.fixed {
	top: 0;
	width: 100%;
	z-index: 9;
	background-color: var(--topmenuBG)
}

.parentHeader.fixed #headerBack,.parentHeader.fixed .mobile-menu:after {
	display: none
}

.parentHeader.fixed #navbar-drp {
	position: absolute;
	top: 47px
}

#headerBack {
	position: absolute;
	right: 0;
	top: 0;
	height: 71px;
	width: 30%;
	background-color: var(--topmenuBG)
}

body.navanama #headerBack {
	background-color: #133759
}

body.navanama .toplinkbar {
	background-color: #0a2743
}

body.navanama .icon-search:before,body.navanama .icon-menu:before,body.navanama .icon-menu_close:before,body.navanama .main-header-search-part-active .icon-search:before {
	color: #d0d7de!important
}

body.SARA .icon-search:before,body.SARA .icon-menu:before,body.sima .icon-search:before,body.sima .icon-menu:before {
	color: #fff
}

body.SARA .icon-search:before,body.SARA .icon-menu:before,body.SARA .icon-menu_close:before,body.SARA .main-header-search-part-active .icon-search:before,body.sima .icon-search:before,body.sima .icon-menu:before,body.sima .icon-menu_close:before,body.sima .main-header-search-part-active .icon-search:before,body.click .icon-search:before,body.click .icon-menu:before,body.click .icon-menu_close:before,body.click .main-header-search-part-active .icon-search:before {
	color: #FFF!important
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	animation: smoothScroll 1s forwards
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-40px)
	}

	100% {
		transform: translateY(0px)
	}
}

#headerNav {
	display: flex;
	align-items: center;
	position: relative
}

.navbar-nav {
	display: none;
	margin-right: 20px
}

.navbar-nav>ul {
	display: flex;
	flex-wrap: wrap;
	width: 825px;
	height: 70px
}

@media (min-width:992px) and (max-width:1199.98px) {
	.navbar-nav>ul {
		width: 600px
	}
}

.navbar-nav>ul>li {
	font: 14px iransansbold;
	line-height: inherit
}

.navbar-nav>ul>li>a>span {
	height: 23px;
	padding: 0 7px
}

.navbar-nav>ul>li:last-child a {
	border-left: none
}

.navbar-nav>ul>li>a {
	color: var(--topmenuFonts)
}

.navbar-nav>ul>li>a:hover+ul {
	z-index: 101
}

.navbar-nav li ul {
	position: absolute;
	background: #fff;
	min-width: 180px;
	right: 0;
	z-index: 100;
	height: 0;
	overflow: hidden;
	border-radius: 0 0 5px
}

.navbar-nav ul>li:hover ul {
	height: auto
}

.navbar-nav li ul li {
	font: 16px/35px iransans
}

.navbar-nav li ul li a {
	display: block;
	padding: 0 10px;
	color: #232323;
	border-right: 3px solid transparent
}

.navbar-nav li ul li a:hover {
	color: #000;
	border-right: 3px solid var(--footerUlsLine)
}

#headerLogo {
	height: 50px
}

#headerNav>.nav-option {
	flex-shrink: 0;
	margin-right: auto
}

.nav-option span,.nav-option a {
	font-size: 26px;
	margin-right: 12px;
	cursor: pointer;
	width: 26px
}

#searchbar {
	position: absolute;
	bottom: 0;
	left: 356px;
	color: #dadada;
	display: none
}

#searchbar:before {
	position: absolute;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #000;
	bottom: 0;
	left: -322px;
	content: ''
}

.searchbox {
	display: flex;
	position: absolute;
	align-items: center;
	width: 356px;
	background: #000;
	padding: 8px 0;
	height: 50px;
	z-index: 9999
}

.searchbox form input {
	width: 266px;
	height: 42px;
	color: #000;
	font: 13px iransans;
	padding: 0 5px 0 47px;
	border: none
}

.searchbox a {
	z-index: 999;
	font-size: 26px;
	color: #bbb;
	margin-right: -37px
}

.searchbox span {
	font: 18px/40px iransans;
	width: 84px;
	text-align: center
}

#navbar-drp {
	background: #e9e9e9;
	z-index: 999;
	position: absolute;
	width: 100%;
	display: none;
	transition: all .5s ease
}
#navbar-drp.open{
	display: block;
}
.drp-nav>ul {
	display: block;
	margin-bottom: 30px
}

.drp-nav>ul>li {
	margin: 0 20px 50px 0
}

.drp-nav>ul>li .active {
	font: 18px/36px iransansbold;
	border-right: 2px solid var(--footerUlsLine)
}

.drp-nav>ul>li>ul {
	display: none;
	border-right: 1px solid var(--footerUlsLine);
	padding-right: 15px
}

.drp-nav .icon {
	float: left;
	top: -30px;
	position: relative;
	color: #7b7b7b;
	font-size: 23px;
	padding: 0 100% 0 0;
	display: block;
	cursor: pointer;
	left: 10px
}

.drp-nav>ul>li>a {
	font: 18px/40px iransans;
	color: #6e6e6e;
	display: block;
	border-right: 1px solid var(--footerUlsLine);
	padding-right: 15px;
	padding-top: 30px
}

.drp-nav>ul>li>a .active {
	color: #000
}

.drp-nav>ul>li>a>span {
	margin-bottom: -2px;
	display: inline-block
}

.drp-nav>ul>li li>a {
	display: block;
	font: 15px/25px iransans;
	color: #545454
}

.drp-nav>ul>li li>a:hover {
	color: var(--hoverText)
}

@media (min-width:480px) {
	#headerNav,#navbar-drp>div {
		width: 450px
	}

	#headerNav {
		padding: 0
	}
}

@media (min-width:768px) {
	.navbar-scroll {
		width: 100%
	}

	#navbar-drp>div {
		width: 572px
	}

	.navbar-scroll {
		height: 50px;
		line-height: 50px;
		z-index: 9999
	}

	.navbar-scroll~section {
		padding: 75px 0
	}

	#headerLogo {
		margin: 0 20px 0 40px;
		height: 46px;
		padding: 0
	}

	.navbar-scroll #headerLogo {
		margin: 0 15px 0 72px;
		height: 44px
	}

	#headerNav {
		width: 750px;
		height: 100%
	}

	.drp-nav>ul {
		display: flex;
		flex-wrap: wrap
	}

	.drp-nav li>ul {
		display: block !important
	}

	.drp-nav .icon {
		display: none
	}
}

@media (max-width:991.98px) {
	#searchbar:before {
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #000;
		left: -316px
	}
}

@media (min-width:992px) {
	#headerNav {
		width: 970px
	}

	.navbar-nav {
		display: block
	}
}

@media (min-width:1210px) {
	#headerNav {
		width: 1210px
	}

	.navbar-nav>ul>li>a {
		font-size: 18px
	}
}

@media (max-width:767.98px) {
	.drp-nav>ul>li li>a {
		padding: 6px 0
	}

	.drp-nav>ul>li>ul {
		border-right: none
	}

	.drp-nav>ul>li>a {
		border-right: none;
		border-bottom: 1px solid var(--footerUlsLine)
	}

	.drp-nav>ul>li {
		margin: 0
	}
}

.headersearch {
	display: flex;
	position: absolute;
	align-items: center;
	width: 356px;
	background: #000;
	padding: 8px 0;
	height: 50px;
	z-index: 9999
}

@media (max-width:479.98px) {
	.searchbox {
		width: 300px;
		right: 50px
	}

	.headersearch {
		width: 100%
	}

	#searchbar:before {
		left: -310px
	}
}

.headersearch span {
	font: 18px/40px iransans;
	width: 84px;
	text-align: center;
	color: #fff
}

.searchinput {
	width: calc(100% - 90px) !important
}

.searchbtn {
	position: absolute;
	font-size: 20px;
	color: #66757f;
	background-color: transparent;
	border: none;
	left: 10px;
	outline: none
}

.jjnewsbodyWrraper {
	padding-left: 20px;
	margin-bottom: 20px
}

@media only screen and (max-width:991.98px) {
	.jjnewsbodyWrraper {
		padding-left: 0
	}
}

.newsPageContent {
	margin-bottom: 20px
}

.innerpage .newsPageContent {
	direction: rtl
}

.innerpageHeader {
	margin-left: 0
}

.innerpage {
	background-color: #fff;
	padding: 16px
}

.innerpage .pipe strong {
	background-color: #fff
}

.form-group,.archive_form-inp {
	margin: 10px 0
}

.frm_label,.col-form-label {
	font: 13px/26px iransans;
	color: #3a3a3d
}

.col-sm-6 img.secimage {
	height: 36px;
	margin-right: 10px;
	border-radius: 9px
}

.newsNavanama .frm_label {
	font: 13px/30px iransans;
	color: #a7a7a7
}

.form-control {
	height: 36px;
	border: 2px solid #e1e1e1;
	border-radius: 9px
}

.form-group .btn {
	float: left;
	height: 36px;
	min-width: 100px;
	background: #fff;
	border: 2px solid #e1e1e1;
	border-radius: 20px
}

.form-control:focus,.form-group .btn:hover,input.text:focus,.archive_form .butt:hover,.search_result_container .butt:hover,input.email_poll:focus,.poll_button:hover,#submit_pray_form:hover,#prayer_date:hover {
	border-color: var(--topmenuBG);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(191,17,42,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(191,17,42,.6)
}

.newsNavanama .form-control:focus,.newsNavanama .form-group .btn:hover,.newsNavanama input.text:focus,.newsNavanama .archive_form .butt:hover,.newsNavanama .search_result_container .butt:hover,.newsNavanama input.email_poll:focus,.newsNavanama .poll_button:hover,.newsNavanama #submit_pray_form:hover,.newsNavanama #prayer_date:hover {
	border-color: #0a2844;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(19,55,89,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(132,125,173,.6)
}

.poll_button,.archive_form .butt {
	height: 36px;
	min-width: 100px;
	background: #fff;
	border: 2px solid #e1e1e1;
	border-radius: 20px
}

input.text,input.email_poll {
	height: 30px;
	border: 2px solid #e1e1e1
}

.clear {
	clear: both
}

.archive_form .row div {
	margin: 4px 0
}

.archive_content {
	padding: 0;
	margin-top: 30px
}

.archive_content .title5 {
	font: 13px/26px iransans;
	color: #3a3a3d;
	padding: 0;
	margin: 4px 0;
	display: flex;
	padding-right: 20px
}

.archive_content .title5:hover {
	color: var(--topmenuBG)
}

.archive_pager_container #pager {
	display: flex;
	align-items: center;
	font: 14px/22px iransans
}

.archive_pager_container .next:hover,.archive_pager_container .previous:hover {
	color: var(--topmenuBG)
}

.page_links_container {
	margin-bottom: 20px;
	background-color: var(--topmenuBG)
}

.page_links_nav {
	padding: 10px 0 !important;
	margin: 0 !important
}

.page_links_nav a {
	font: 16px/26px iransansmedium;
	color: #f5cad1;
	border-left: 2px solid #961e2e;
	padding: 0 14px
}

.page_links_nav:last-child a {
	border-left: none
}

.page_links_nav a:hover {
	color: #fff;
	border-color: transparent
}

.page_links_nav:hover {
	background-color: darkred
}

.link_cat {
	font: 13px/30px iransans !important;
	height: auto !important
}

.link_boxes {
	padding: 8px 0
}

.link_col1 {
	background-color: #f5f5f5;
	margin-bottom: 10px;
	padding-bottom: 0
}

.link_col2 {
	background-color: #eee;
	margin-bottom: 10px;
	padding-bottom: 0
}

.link_boxes a {
	font: 13px/22px iransans;
	text-decoration: none !important
}

.link_container {
	margin-bottom: 8px !important
}

.search_result_container .butt {
	height: 36px;
	min-width: 100px;
	background: #fff;
	border: 2px solid #e1e1e1;
	border-radius: 20px
}

.search_result_nav {
	background-color: #f5f5f5
}

.search_result_nav td {
	padding: 10px 0
}

.search_result_container .tag_rutitr,.search_result_container .tag_info {
	font: 11px/22px iransans;
	color: #3a3a3d
}

.search_result_container .tag_title {
	font: 16px/36px iransansbold;
	color: #424242
}

.search_result_container .tag_title:hover {
	color: var(--topmenuBG)
}

.latestPolls {
	margin-top: 40px;
	direction: rtl;
	border-top: 1px solid var(--topmenuBG);
	padding-top: 10px
}

.poll_text,.poll_title {
	font: 14px/30px iransans;
	color: #3a3a3d;
	margin-bottom: 10px;
	direction: rtl
}

.latestPolls .poll_text:before {
	content: ' ';
	color: var(--topmenuBG);
	margin: 4px
}

.error_box,.error_box2 {
	font: 12px/24px iransans;
	color: var(--topmenuBG);
	margin: 10px
}

.poll_button {
	margin: 10px 0;
	margin-right: calc(100% - 100px)
}

.poll_option,.poll_options {
	margin-bottom: 14px;
	direction: ltr
}

.frm_label_poll {
	font: 14px/30px iransans;
	color: #3a3a3d
}

.poll_options a,.poll_options span {
	font: 12px/26px iransans;
	color: #3a3a3d
}

.poll_img {
	margin: 10px auto
}

input.checkbox {
	display: inline-block;
	margin-right: 20px
}

.poll_bar_outter {
	border: 1px solid #ddd;
	height: 12px;
	overflow: hidden;
	border-radius: 3px
}

.poll_bar_inner {
	background-color: var(--topmenuBG);
	height: 11px
}

@media only screen and (max-width:359.98px) {
	.poll_option img {
		width: 40%;
		height: 30%
	}

	input.checkbox {
		margin-right: 10px
	}
}

.jjnewsletter .form-group {
	width: 100%;
	direction: rtl;
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px
}

.jjnewsletter .control-label {
	min-width: 100px;
	margin-left: 10px;
	display: inline-block
}

.jjnewsletter .frm_label {
	margin: 0
}

.jjnewsletter .newsletterInput {
	width: calc(100% - 150px);
	display: inline-block
}

.jjnewsletter .newsletterCaptcha .form-control {
	width: 100px;
	height: 30px !important
}

.jjnewsletter .secimage {
	height: 30px
}

.newsletterbtn {
	margin-right: auto;
	margin-left: 8%
}

.mobile_activation_c a,.text11 {
	font: 13px/26px iransans;
	color: #3a3a3d
}

@media only screen and (max-width:479.98px) {
	.jjnewsletter .control-label,.jjnewsletter .newsletterInput {
		width: 100%
	}

	.jjnewsletter .form-group {
		flex-direction: column
	}

	.verifyWrapper {
		flex-direction: row !important;
		flex-wrap: wrap
	}

	.secimageWrapper,.newsletterCaptcha {
		width: auto !important;
		display: inline-block
	}

	.newsletterbtn {
		margin-left: 0
	}
}

.weather_combo {
	font: 12px/30px iransans !important;
	color: #424242 !important;
	margin-bottom: 10px
}

.weather_city_title a {
	font: 12px/30px iransans !important;
	color: #3a3a3d !important;
	text-align: center
}

.weather_city_title a:hover {
	background: var(--topmenuBG) !important;
	color: #fff !important
}

.weather_r_sec {
	height: 246px
}

.prayer_time_container {
	padding: 20px 0
}

.prayer_time_container * {
	font: 12px/24px iransans;
	color: #3a3a3d
}

.ptime_title {
	color: #fff
}

.prayer_form tr {
	height: 35px
}

#submit_pray_form {
	height: 36px;
	min-width: 100px;
	background: #fff;
	border: 2px solid #e1e1e1;
	border-radius: 20px;
	font: 12px/26px iransans;
	color: #3a3a3d;
	margin: 10px 0
}

@media only screen and (max-width:767.98px) {
	.prayer_time_container {
		width: auto
	}

	.prayer_form,.prayer_time {
		margin: 10px auto;
		float: unset
	}
}

#ostanCombo,#cityCombo {
	font: 12px/30px iransans;
	color: #424242;
	margin-bottom: 10px
}

.rss_def {
	background-color: #fff;
	padding: 16px
}

.rss_row,.rss_block {
	float: right;
	width: 100%;
	direction: rtl
}

.rss_list_pn {
	direction: rtl
}

.rss_def_title {
	font: 19px/40px iransansbold;
	color: #3a3a3d
}

.rss_def_content {
	font: 13px/26px iransans;
	color: #3a3a3d;
	direction: rtl;
	text-align: justify
}

.rss_def_content p {
	margin-bottom: 10px
}

.sidebar_right_news {
	padding-left: 15px
}

.sidebar_left_news {
	padding-right: 15px
}

.newsNavanama .jjnewsbodyWrraper {
	padding: 16px
}

@media only screen and (max-width:991.98px) {
	.jjnewsbodyWrraper {
		padding-left: 0
	}
}

.jjnewsbody {
	background-color: #fff;
	padding: 5px;
	direction: rtl;
	text-align: justify
}

.newsNavanama .jjnewsbody {
	background-color: #2f2f2f
}

.newsStatistics {
	float: right;
	width: 100%;
	padding-top: 9px
}

@media only screen and (max-width:459.98px) {
	.newsStatistics .path {
		width: 100%;
		margin-bottom: 20px
	}
}

.newsStatistics span,.newsStatistics a {
	font: 14px/22px iransanslight;
	color: #414141
}

.newsNavanama .newsStatistics span,.newsNavanama .newsStatistics a {
	font: 13px/22px iransansmedium;
	color: #bdbdbd
}

.jjnewsId {
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px dotted #979797
}

.newsNavanama .jjnewsId {
	border-right: 1px solid #161616;
	padding-left: 15px
}

.newsNavanama span.icon-show_comment {
	float: left;
	padding-right: 15px;
	border-right: 1px solid #161616
}

.newsNavanama .icon-show_comment a {
	padding-left: 10px;
	font-size: 18px
}

.path {
	float: right
}

.path a {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px dotted #979797
}

.newsNavanama .path a {
	border-left: 1px solid #161616
}

.newsStatistics a:hover {
	color: var(--hoverText)
}

.path a:last-child {
	margin-left: 0;
	padding-left: 0;
	border-left: none
}

.jjnewsId {
	float: left
}

.newsNavanama .newsHeader {
	border-left: 1px solid #242424;
	border-top: 2px solid #242424;
	margin-bottom: 0
}

.borderBottomn {
	display: flex;
	flex-direction: row;
	border-bottom: 1px dotted #979797
}

.newsNavanama .borderBottomn {
	padding: 20px 0;
	border-bottom: none
}

.newsNavanama .borderBottomn a {
	color: #e2e2e2
}

.newsNavanama .newstitle {
	width: 100%
}

.newsControls {
	width: 100px;
	padding: 8px;
	margin: 6px 0;
	border-right: 1px dotted #979797
}

.iconWrapper {
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #979797;
	padding: 10px 0
}

.iconWrapper:last-child {
	border-bottom: none
}

.iconWrapper span {
	padding: 0 6px;
	font-size: 16px;
	width: 28px;
	height: 16px
}

.iconWrapper a {
	font-size: 16px;
	width: 22px;
	height: 16px;
	font-family: 'iransans'
}

.iconWrapper span:hover {
	color: maroon
}

.jjlead {
	padding: 10px 0 10px 10px;
	color: #373737;
	font: 14px/30px iransans
}

.newsNavanama .jjlead {
	color: #b9b9b9;
	font: 13px/26px iransans
}

.newsPageContent {
	margin-bottom: 20px
}

.newsNavanama .newsPageContent {
	margin-top: 0
}

.newsHeaderImage img {
	width: 100%;
	height: auto
}

.newsPageContent p {
	color: #3a3a3d
}

.jjnewsbody .body {
	font: 13px/28px iransans
}

.newsNavanama .newsPageContent p {
	color: #b9b9b9
}

.newsNavanama .liveBlogbody {
	background-color: #1d1d1d
}

.newsFooter>div {
	padding: 20px 0;
	border-top: 1px solid #e5e5e5
}

.newsNavanama .newsFooter>div {
	border-top: 1px solid #1f1f1f
}

.newsNavanama .send_error_bot {
	color: #929292
}

.NewsTagsBar,.shareSection {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: right;
	color: #636363;
	font-family: Iransans
}

.newsNavanama .NewsTagsItems {
	border: 1px dotted #6f6f6f;
	color: #929292 !important;
	font: 12px/24px iransansbold
}

.newsNavanama .NewsTagsItems:hover {
	border: 1px solid #1a4e7e
}

.NewsSocialIcons {
	display: flex
}

.news-bale:hover i:before {
	color: #49dbae
}

.news-eitaa:hover i:before {
	color: #ef7c00
}

.news-soroush:hover .path1:before {
	color: #186178
}

.news-telegram:hover i:before {
	color: #08c
}

.news-whatsapp:hover i:before {
	color: #40c351
}

.news-twitter:hover i:before {
	color: #1da1f2
}

.news-facebook:hover i:before {
	color: #3b579d
}

.likeNewsBtn {
	background: 0 0;
	border: none;
	outline: none;
	font-size: 18px
}

.likeNewsBtn i {
	color: #bd1128;
	font-size: 18px
}

.relatedComments header span {
	background-color: #fff
}

.sendMessage {
	float: right;
	padding-left: 8px
}

.NewsRelated {
	padding-right: 8px
}

#comm_b {
	padding: 0 !important
}

.relatedComments {
	padding: 30px 0 20px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5
}

.newsNavanama .relatedComments {
	border-bottom: 1px solid #1f1f1f
}

@media only screen and (max-width:767.98px) {
	.relatedComments {
		display: flex;
		flex-direction: column-reverse
	}
}

.fansComments {
	padding-top: 20px
}

.commentsStatics {
	display: inline-block;
	float: left;
	background-color: #fff;
	height: 30px
}

.newsNavanama .commentsStatics {
	background-color: #2e2e2e
}

span.comments_topic_b {
	background-color: #fff
}

.newsNavanama span.comments_topic_b {
	background-color: #2e2e2e;
	color: #b7b7b7
}

.commentsStatics div {
	display: inline-block;
	font: 11px/12px iransans;
	color: #393939;
	padding-left: 10px;
	border-left: 1px solid red
}

.commentsStatics div:last-child {
	border-left: none;
	padding-right: 10px
}

.newsNavanama .commentsStatics div:last-child {
	border-left: none
}

.newsNavanama .commentsStatics div {
	color: #b1b1b1;
	border-left: 1px solid #a9a9a9
}

.commentsStatics span {
	border: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	padding-right: 10px
}

.fansComments .sectionHeader strong:before {
	bottom: 1px !important
}

.commentInfo {
	width: 100%;
	border-bottom: 1px dotted grey
}

.commentInfo i {
	margin-top: 4px
}

.commentInfo i:before {
	color: #8e8e8e;
	font-size: 21px
}

.commentInfo div {
	display: flex
}

.commentInfo {
	display: flex;
	justify-content: space-between;
	padding: 19px 0 15px
}

.comm_name {
	font: 14px/28px iransansbold;
	padding: 0 10px;
	border-left: 1px solid #d7d7d7
}

.newsNavanama .comm_name {
	color: #bdbdbd;
	border-left: 1px solid #454545
}

.comm_date {
	font: 13px/29px iransans;
	color: grey;
	padding-left: 10px
}

.newsNavanama .comm_date {
	font: 13px/29px iransansbold;
	color: #a7a7a7
}

.commentS {
	padding: 20px 0;
	color: #676767;
	font: 14px/28px iransanslight;
	text-align: justify
}

.Internal {
	padding: 20px 30px;
	color: #676767;
	font: 14px/28px iransanslight;
	text-align: justify
}

.answerContent {
	padding-top: 15px;
	color: #1b1b1b;
	font-family: iransanslight
}

.newsNavanama .answerContent {
	color: #b2b2b2
}

.comm_answer_content .commentS {
	background-color: #f3f3f3;
	margin-bottom: 10px
}

.newsNavanama .comm_answer_content .commentS {
	background-color: #262626
}

.comm_answer_link .icon-replay {
	font: 17px/34px iransans;
	display: flex
}

.newsNavanama .comm_answer_link .icon-replay {
	color: #9e9e9e
}

.tag_summerize.catSubTitle {
	padding: 0
}

@media only screen and (max-width:767.98px) {
	.servicesNewsList>div {
		display: flex;
		flex-direction: column
	}

	.servicesNewsList img {
		float: right;
		width: 200px;
		height: 140px;
		margin-left: 10px;
		margin-bottom: 10px
	}

	.servicesNewsList .ServiceNoneNews {
		display: block !important
	}
}

.navanama .mainSection .container {
	background: #c2c2c2
}

.navanama .mainSection {
	background: #c2c2c2;
	direction: rtl;
	padding: 20px 0
}

.navanamaTabs {
	background-color: #f1f1f1
}

.catTab {
	background-color: #fff;
	direction: rtl;
	margin: 40px 0 20px;
	padding: 0 28px;
	border-radius: 5px;
	box-shadow: 0 0 3px 0 #e2e4e9
}

.catTab li {
	display: inline-block;
	margin: 0 15px
}

.catTab a {
	font: 17px/50px iransansmedium;
	color: #6989ad
}

.catTab a:hover {
	color: #245683
}

.catTab .active {
	padding: 10px 0;
	color: #205283
}

#media-category-home {
	background: #133759;
	border-radius: 10px;
	width: 66px;
	height: 23px;
	display: block;
	color: #fff;
	padding: 0;
	line-height: 23px;
	text-align: center
}

@media screen and (min-width:1200px) {
	.mainSection .container,.navanamaTabs .container {
		max-width: 1200px
	}
}

#owl-demo3 {
	padding: 0
}

#headerLogo {
	height: 50px;
	margin-right: 0
}

.drp-nav>ul {
	margin-bottom: 0
}

.drp-nav>ul>li {
	margin: 0 0 50px 20px;
	padding-left: 15px !important
}

@media (min-width:767.98px) {
	#services .Sectionflex {
		padding: 0
	}
}

@media (max-width:767.98px) {
	.drp-nav>ul>li {
		margin: 0
	}

	.drp-nav>ul>li>a {
		padding-top: 15px !important
	}
}

@media (max-width:479.98px) {
	#headerLogo {
		width: 60%;
		height: auto
	}

	.nav-option a {
		font-size: 26px;
		padding: 6px
	}
}

#navbar-drp {
	background-color: rgba(0,0,0,.4);
	height: 200vh !important;
	padding: 0
}

.drp-nav {
	background-color: #f0f8ff
}

#headerNav>.nav-option {
	margin-left: 8px
}

.drp-nav>ul>li li>a {
	font: 13px/24px iransans;
	padding-bottom: 9px
}

#headerNav li.li_active span {
	color: #fff !important;
	background-color: #FC9900;
	border-radius: 50px;
	padding: 0 10px
}

.drp-nav>ul>li>a {
	font: 14px/40px iransansbold;
	color: #545454;
	padding-top: 50px
}

.drp-nav>ul>li:first-child .nav1 a {
	font: 14px/23px iransansbold
}

.drp-nav>ul>li>a:hover {
	color: #000
}

.navbar-nav li ul {
	right: 10px
}

.navbar-nav li ul li {
	font: 14px/24px iransans;
	padding-bottom: 8px;
	float: right;
	padding-top: 8px;
	width: 25%;
	padding-right: 10px
}

.navbar-nav li ul li a {
	border-right: 2px solid transparent
}

.navbar-nav li ul li a:hover {
	border-right: 2px solid var(--footerUlsLine)
}

.coloredTitle {
	color: var(--hoverText)
}

ul.social-network {
	background-color: #fff;
	display: flex;
	flex-direction: column
}

.social-network-cover-controller>a {
	cursor: pointer;
	color: #737373
}

@media (min-width:767.98px) {
	#services .Sectionflex {
		padding: 0
	}
}

@media (min-width:1200px) {
	#services .container {
		max-width: 1200px
	}

	#headerNav {
		width: 1200px
	}

	.navbar-nav>ul>li>a {
		font-size: 14px
	}
}

.navbar-nav>ul>li:hover>a>span {
	color: #fff
}

.nav-option span {
	color: var(--topmenuIcons);
	font-size: 21px;
	cursor: pointer;
	padding: 10px
}

.nav-option a {
	color: var(--topmenuIcons);
	font-size: 30px;
	margin-right: 22px;
	cursor: pointer;
	padding: 4px
}

.icon-menu_close:before {
	font-size: 24px
}

.heroNews img {
	width: 100%;
	height: 393px
}

.homeHeroinstedOfImg {
	width: 100%;
	height: 430px;
	background-color: grey
}

.importantNewsCard {
	direction: ltr;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	width: 100%
}

.importantNewsCard img {
	width: 100%;
	height: 130px
}

.mainNewsList {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	direction: rtl;
	max-height: 317px;
	overflow-y: auto
}

@media only screen and (min-width:992px) and (max-width:1199.98px) {
	.heroNews img {
		width: 100%;
		height: 351px
	}

	.homeImportantInstedOfImg,.importantNewsCard img {
		width: 100%;
		height: 104px
	}

	.mainNewsListItems {
		padding: 3px 0
	}
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
	.tripleNews {
		display: flex;
		flex-direction: row-reverse;
		margin-top: 20px
	}

	.tripleNews>div {
		margin-left: 20px;
		max-width: 32%
	}

	.tripleNews>div:last-child {
		margin-left: 0
	}

	.heroNews img {
		width: 100%;
		height: 500px
	}

	.homeImportantInstedOfImg,.importantNewsCard img {
		width: 100%;
		height: 157px
	}

	.mainNewsList {
		flex-direction: row;
		flex-wrap: wrap;
		padding-right: 0
	}
}

@media only screen and (max-width:767.98px) {
	.tripleNews>div {
		margin: 20px 0 !important
	}

	.heroNews img {
		width: 100%;
		height: 300px
	}

	.homeImportantInstedOfImg,.importantNewsCard img {
		width: 100%;
		height: 300px
	}

	.mainNewsList {
		flex-direction: row;
		flex-wrap: wrap;
		padding-right: 0
	}
}

@media only screen and (max-width:479.98px) {
	.heroNews img,.homeImportantInstedOfImg,.importantNewsCard img {
		height: 67vw
	}
}

.mostCardcontent .instedOfimg {
	height: 100%
}

.mostCardcontent:hover .header a {
	color: var(--hoverText)
}

@media only screen and (min-width:992px) and (max-width:1199.98px) {
	.top-tab,.tab-time a {
		font: 14px iransans
	}
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
	.Sectionflex,.mostAdv {
		display: block
	}
}

@media only screen and (max-width:359.98px) {
	.top-tab,.tab-time a {
		font: 14px iransans
	}
}

.importantVideo .instedOfimg {
	height: 134px
}

.icon-video1 {
	font-size: 36px;
	color: #fff;
	opacity: 60%
}

.importantVideo {
	padding-bottom: 20px
}

.heroVideo {
	min-height: unset
}

.heroVideoContent img {
	width: 100%
}

.heroVideoContent .videoRightLink {
	position: relative;
	display: block;
	max-height: 186px;
	max-width: 285px;
	margin: auto
}

.heroVideoContent .instedOfimg {
	height: 186px
}

@media only screen and (min-width:992px) {
	.ViedoFlex {
		display: block
	}
}

@media only screen and (max-width:991.98px) {
	.ViedoFlex {
		display: flex
	}
}

@media only screen and (min-width:992px) and (max-width:1199.98px) {
	.importantVideo .instedOfimg {
		height: 108px
	}

	.heroVideoContent .instedOfimg {
		height: 247px
	}
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
	.heroVideo {
		margin-bottom: 30px
	}

	.importantVideo .instedOfimg {
		height: 243px
	}

	.importantVideo {
		margin-bottom: 10px
	}

	.heroVideoContent .instedOfimg {
		height: 500px
	}

	.videoList {
		display: flex
	}
}

@media only screen and (min-width:480px) and (max-width:767.98px) {
	.importantVideo .instedOfimg,.heroVideoContent .instedOfimg {
		height: 300px
	}

	.heroVideo {
		margin-bottom: 30px
	}
}

@media only screen and (max-width:479.98px) {
	.importantVideo .instedOfimg,.heroVideoContent .instedOfimg {
		height: 67vw
	}

	.heroVideo {
		margin-bottom: 30px
	}
}

.importantVideo img {
	height: auto
}

@media only screen and (min-width:992px) {
	.catNewsCard:nth-child(2) .catContent {
		height: 283px;
		overflow: hidden
	}
}

.catContent article img {
	width: 100%;
	height: 100%
}

.catHeroNews .catContent {
	height: auto
}

.catNewsCard {
	min-height: unset
}

@media only screen and (min-width:992px) and (max-width:1199.98px) {
	.catHeroNews .catContent .instedOfimg,.catHeroNews .catContent img,.catNewsCard:nth-child(2) .catContent {
		height: 226px
	}
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
	.catHeroNews .catContent .instedOfimg,.catHeroNews .catContent img {
		height: 500px
	}
}

@media only screen and (min-width:480px) and (max-width:767.98px) {
	.catHeroNews .catContent .instedOfimg,.catHeroNews .catContent img {
		height: 300px
	}
}

@media only screen and (max-width:479.98px) {
	.catHeroNews .catContent .instedOfimg,.catHeroNews .catContent img {
		height: 67vw
	}
}

.sec3-box-circle {
	display: block;
	padding: 10px 15px;
	min-height: 100px
}

#headerNav {
	position: relative;
	height: 71px;
	padding-left: 3px
}

.main-header-search-part {
	position: absolute;
	left: 36px;
	top: 10px;
	display: flex;
	height: 50px;
	width: 851px
}

.main-header-search-part form[name=searchForm] {
	display: none;
	height: 100%;
	width: 100%
}

.main-header-search-part .icon-search {
	position: absolute;
	left: 24px;
	top: 15px;
	cursor: pointer;
	align-self: center;
	font-size: 22px;
	z-index: 9
}

.active_search_form {
	display: block !important;
	transition: all 1s
}

.main-header-search-part-active .icon-search:before {
	color: #000 !important
}

.deacrive_search_form {
	display: none !important;
	transition: all 1s
}

.main-header-search-box {
	position: absolute;
	border: none;
	height: 100%;
	width: 100%;
	font: 15px IRANSans;
	text-align: right;
	padding: 0 20px 0 43px;
	background: var(--topmenuIcons);
	background: #f1f1f1;
	color: #000;
	border-radius: 30px
}

input[type=search]::placeholder {
	color: #000
}

.main-header-search-part form {
	position: relative
}

.main-header-search-part::-webkit-input-placeholder {
	color: #e5d2d6
}

.main-header-search-part::-moz-placeholder {
	color: #e5d2d6;
	opacity: 1
}

.main-header-search-part:-moz-placeholder {
	color: #e5d2d6;
	opacity: 1
}

.main-header-search-part:-ms-input-placeholder {
	color: #e5d2d6
}

.main-header-search-part:-ms-input-placeholder {
	color: #e5d2d6
}

.main-header-search-part::placeholder {
	color: #e5d2d6
}

@media screen and (min-width:992px) and (max-width:1199.98px) {
	.main-header-search-part {
		width: calc(100% - 345px)
	}
}

@media screen and (min-width:768px) and (max-width:991.98px) {
	.main-header-search-part {
		width: 400px;
		height: 35px;
		top: 17px;
		z-index: 1
	}

	.navbar-nav,.active_search_form {
		display: none;
		!important
	}

	.navbar-nav.active_search_form {
		display: none !important
	}

	.main-header-search-part .icon-search {
		top: 8px
	}
}

@media screen and (max-width:767.98px) {
	.main-header-search-part {
		width: 92%;
		height: 30px;
		z-index: 1;
		margin: 15px;
		position: unset
	}

	.navbar-nav.active_search_form {
		display: none !important
	}

	.main-header-search-part .icon-search {
		left: 18px;
		top: 23px
	}

	.main-header-search-box {
		height: 40px;
		width: 100%;
		float: left;
		background: #06D4C9
	}
}

.navbar-nav>ul>li {
	z-index: 222
}

.nawanamaWrraper section {
	direction: rtl;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between
}

.nawanamaWrraper section:last-of-type {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start
}

.nawanamaWrraper section:last-of-type article {
	margin-left: 20px
}

.nawanamaWrraper section:last-of-type article:last-child {
	margin-left: 0
}

.nawanamaWrraper article {
	width: 23.75%;
	background-color: #fff;
	margin-bottom: 20px;
	box-shadow: 0 0 3px 0 #e2e4e9
}

.nawanamaWrraper .ServiceNoneNews {
	display: flex;
	flex-direction: column;
	padding: 0
}

.nawanamaWrraper .ServiceNoneNews img {
	width: 100%;
	height: auto
}

.nawanamaWrraper .CardContent,.nawanamaWrraper .ServiceNoneNews:hover .CardContent {
	border: none;
	padding: 10px 0
}

.nawanamaWrraper .CardContentRoTiter,.nawanamaWrraper .CardContentNews,.nawanamaWrraper .CardContent:after {
	display: none
}

.icon-video1 {
	height: auto !important
}

.CardContent {
	position: relative
}

.nawanamaWrraper .instedOfimg {
	width: 100%;
	height: 190px
}

.nawanamaWrraper .cat_list_pager {
	display: flex;
	justify-content: center
}

.cat_list_page {
	padding: 10px 20px;
	margin: 20px 0 40px;
	background-color: #fff;
	border-radius: 6px;
	display: flex
}

.cat_list_page span,.cat_list_page a {
	padding: 0 10px;
	color: #7c7c7c;
	font: 14px/20px Iransans
}

.cat_list_page span.current {
	color: #fff;
	font-weight: 700;
	background: #133759;
	border-radius: 9px;
	width: 30px;
	text-align: center
}

.ServiceNoneContent .instedOfimg {
	width: 580px;
	height: 386px;
	border-radius: 5px;
	background: #e7e7e7;
	display: block
}

.ServiceNoneContent span.icon-video1:before {
	content: ''
}

.ServiceNoneContent .ServiceNoneNews img {
	height: auto;
	width: 210px;
	float: right;
	margin-left: 10px
}

.ServiceNoneContent .ServiceNoneNews {
	display: block
}

.ServiceNoneContent article {
	clear: both;
	margin-bottom: 10px;
	border-bottom: 1px solid #d1d1d1
}

.ServiceNoneContent article:hover {
	border-color: var(--hoverText)
}

.ServiceNoneContent .CardContent {
	display: inline;
	position: absolute;
	z-index: 100;
	width: 100%;
	bottom: 0;
	background: #020024;
	background: linear-gradient(0deg,rgba(2,0,36,.8939775739397321) 0%,rgba(0,0,0,.5410363974691439) 72%,rgba(0,0,0,0) 100%);
	border-radius: 0 0 7px 7px;
	padding-bottom: 15px
}

.ServiceNoneContent .ServiceNoneNews:after {
	clear: both;
	content: '';
	display: table
}

.ServiceNoneContent .CardContentNews {
	padding: 5px 20px 10px
}

@media screen and (min-width:320px) and (max-width:767.98px) {
	.nawanamaWrraper article {
		width: calc(50% - 10px)
	}

	.nawanamaWrraper section:last-of-type article:nth-child(2n+1) {
		margin-left: 20px
	}

	.nawanamaWrraper section:last-of-type article:nth-child(2n) {
		margin-left: 0
	}

	.navanama .nawanamaWrraper .instedOfimg {
		height: 143px
	}
}

@media screen and (min-width:320px) and (max-width:479.98px) {
	.navanama .nawanamaWrraper .instedOfimg {
		height: 31vw
	}
}

@media screen and (max-width:319.98px) {
	.nawanamaWrraper article {
		width: 100%
	}

	.nawanamaWrraper section:last-of-type article {
		margin-left: 0
	}

	.navanama .nawanamaWrraper .instedOfimg {
		height: 65vw
	}
}

.navanama .item .instedOfimg,.navanama .item img {
	height: 394px
}

.navanama .serviceimportantNewsRow .instedOfimg,.navanama .serviceimportantNewsRow img {
	height: 258px
}

@media only screen and (min-width:992px) and (max-width:1199.98px) {
	.navanama .item .instedOfimg,.navanama .item img {
		height: 317px
	}

	.navanama .serviceimportantNewsRow .instedOfimg,.navanama .serviceimportantNewsRow img {
		height: 207px
	}

	.navanama .nawanamaWrraper .instedOfimg {
		height: 151px
	}
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
	.navanama .item .instedOfimg,.navanama .item img {
		height: 243px
	}

	.navanama .serviceimportantNewsRow .instedOfimg,.navanama .serviceimportantNewsRow img {
		height: 158px
	}

	.navanama .nawanamaWrraper .instedOfimg {
		height: 115px
	}
}

@media only screen and (max-width:767.98px) {
	.navanama .item .instedOfimg,.navanama .item img {
		height: 300px
	}

	.mainSection>div>div {
		padding: 0 !important
	}

	.importantNewsCardRow:nth-child(2n) .red {
		right: 0
	}

	.mainSection .over {
		width: 100%
	}

	.navanama .serviceSectionWrapper {
		margin-bottom: 20px
	}

	.navanama .serviceimportantNews img,.navanama .serviceimportantNews .red,.navanama .importantNewsCardRow img,.navanama .importantNewsCardRow .red {
		display: block
	}
}

@media only screen and (max-width:479.98px) {
	.navanama .item .instedOfimg,.navanama .item img {
		height: 67vw
	}
}

@media only screen and (max-width:479.98px) {
	.serviceimportantNewsCard .over h3:hover,.importantNewsCardRow .over h3:hover {
		border-right: 1px solid var(--footerUlsLine);
		color: var(--footerUlsLine)
	}

	.serviceimportantNews .over,.serviceimportantNews .over:hover,.importantNewsCardRow .over,.importantNewsCardRow .over:hover {
		border-bottom: none;
		position: absolute;
		display: flex
	}

	.navanama .over {
		background: linear-gradient(to top,var(--over),rgba(0,0,0,0) 100%)
	}

	.navanama .over:hover {
		background: linear-gradient(to top,var(--overhover),rgba(0,0,0,0) 100%)
	}

	.serviceimportantNews .over h3 a,.importantNewsCardRow .over h3 a {
		border-right: none;
		font: 15px/30px iransansbold;
		color: #fff
	}
}

.tabbar-section {
	display: block
}

.serviceheroNews {
	margin-bottom: 0
}

.serviceHeroWrapper {
	margin-bottom: 20px
}

.serviceheroNews {
	direction: ltr
}

.serviceheroNews .instedOfimg,.serviceheroNews img {
	height: 520px
}

.serviceimportantNewsCard .instedOfimg,.serviceimportantNewsCard img {
	height: 267px
}

@media only screen and (min-width:992px) and (max-width:1199.98px) {
	.serviceheroNews .instedOfimg,.serviceheroNews img {
		height: 432px
	}

	.serviceimportantNewsCard .instedOfimg,.serviceimportantNewsCard img {
		height: 206px
	}

	.serviceheroNews .over {
		width: calc(100% - 20px)
	}
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
	.serviceheroNews .instedOfimg,.serviceheroNews img {
		height: 340px
	}

	.serviceimportantNewsCard .instedOfimg,.serviceimportantNewsCard img {
		height: 160px
	}

	.serviceheroNews .over {
		width: calc(100% - 20px)
	}
}

@media only screen and (min-width:480px) and (max-width:767.98px) {
	.serviceheroNews .instedOfimg,.serviceheroNews img {
		height: 300px
	}

	.serviceimportantNewsCard .instedOfimg,.serviceimportantNewsCard img {
		height: 143px
	}

	.serviceimportantNews {
		flex-direction: row
	}

	.general .serviceimportantNewsCard {
		width: 50%;
		margin: 0 0 20px !important
	}

	.general .serviceimportantNewsRow {
		display: flex;
		flex-direction: row
	}

	.serviceimportantNewsRow img {
		height: 160px
	}

	.general .mainSection .importantNewsCard:nth-child(2n+1) {
		padding-left: 10px !important
	}

	.general .mainSection .importantNewsCard:nth-child(2n) {
		padding-right: 10px !important
	}

	.general .mainSection .importantNewsCard:nth-child(2n) .over {
		width: calc(100% - 10px)
	}

	.general .mainSection .importantNewsCard:nth-child(2n) .red {
		right: 10px
	}

	.general .mainSection .importantNewsCard:nth-child(3),.general .mainSection .importantNewsCard:nth-child(4) {
		margin-bottom: 0
	}
}

@media only screen and (max-width:479.98px) {
	.serviceheroNews .instedOfimg,.serviceheroNews img {
		height: 65vw
	}

	.serviceimportantNews .imgLink,.serviceimportantNews .red,.importantNewsCardRow .imgLink,.importantNewsCardRow .red {
		display: none
	}

	.serviceSectionWrapper,.serviceimportantNewsRow {
		padding: 0 20px
	}

	.importantNewsCard {
		margin-bottom: 0
	}

	.serviceimportantNewsCard .over h3:hover,.importantNewsCardRow .over h3:hover {
		border-right: 1px solid var(--hoverText)
	}

	.serviceimportantNews .over,.serviceimportantNews .over:hover,.importantNewsCardRow .over,.importantNewsCardRow .over:hover {
		display: block;
		padding: 10px 0;
		border-bottom: 1px solid #a9a9a9;
		background-image: none;
		position: relative
	}

	.serviceimportantNews .over h3 a,.importantNewsCardRow .over h3 a {
		color: #1c1c1c;
		font: 14px/28px iransans
	}

	.serviceimportantNews .over h3 a:hover,.importantNewsCardRow .over h3 a:hover {
		color: var(--hoverText)
	}
}

.general .serviceimportantNewsRow {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start
}

.general .serviceimportantNewsRow .importantNewsCardRow {
	margin-left: 20px;
	width: calc(25% - 15px);
	margin-bottom: 0
}

.general .serviceimportantNewsRow .importantNewsCardRow:last-child {
	margin-left: 0
}

.general .serviceimportantNewsRow .importantNewsCardRow img,.general .serviceimportantNewsRow .importantNewsCardRow .instedOfimg {
	height: 190px
}

@media only screen and (min-width:992px) and (max-width:1199.98px) {
	.general .serviceimportantNewsRow .importantNewsCardRow img,.general .serviceimportantNewsRow .importantNewsCardRow .instedOfimg {
		height: 152px
	}
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
	.general .serviceimportantNewsRow .importantNewsCardRow img,.general .serviceimportantNewsRow .importantNewsCardRow .instedOfimg {
		height: 117px
	}
}

@media only screen and (min-width:480px) and (max-width:767.98px) {
	.general .serviceimportantNewsRow .importantNewsCardRow {
		width: calc(50% - 10px);
		margin-left: 0;
		margin-bottom: 20px
	}

	.general .serviceimportantNewsRow .importantNewsCardRow img,.general .serviceimportantNewsRow .importantNewsCardRow .instedOfimg {
		height: 143px
	}
}

@media only screen and (max-width:479.98px) {
	.general .serviceimportantNewsRow .importantNewsCardRow {
		width: 100%;
		margin-bottom: 0
	}
}

.familyCards .instedOfimg {
	width: 100%;
	height: 250px
}

.ServiceNewsCard {
	width: calc(100%/3 - 40px/3);
	max-width: unset
}

.catContent article img {
	max-height: unset
}

.ServiceNewsCard .catContent {
	height: auto !important
}

.ServiceNewsList h3 {
	display: flex;
	align-items: center;
	height: auto;
	min-height: 50px
}

@media only screen and (max-width:767.98px) {
	.ServiceNewsCard {
		width: 100%
	}

	.familyCards .instedOfimg {
		height: 300px
	}
}

@media only screen and (max-width:479.98px) {
	.familyCards .instedOfimg {
		height: 65vw
	}
}

@media only screen and (min-width:320px) and (max-width:479.98px) {
	.ServiceNewsCard {
		padding: 0 10px !important
	}
}

.SErviceFlexWrapper {
	max-height: unset
}

.CookingImportant .importantNews {
	height: auto
}

.CookingList.mainNewsList {
	display: block
}

.scrollbar a:hover {
	color: var(--hoverText)
}

.atags .instedOfimg {
	height: 316px
}

.atags {
	height: auto !important
}

.atags .header:hover:before,.titr a:hover {
	color: var(--hoverText)
}

.importantNewsCard.GS .instedOfimg {
	height: 149px
}

.coloredTitle {
	color: var(--hoverText) !important
}

@media only screen and (min-width:992px) and (max-width:1199.98px) {
	.atags .instedOfimg {
		height: 254px
	}

	.importantNewsCard.GS .instedOfimg {
		height: 119px
	}
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
	.atags .instedOfimg {
		height: 333px
	}

	.importantNewsCard.GS .instedOfimg {
		height: 243px
	}
}

@media only screen and (min-width:480px) and (max-width:767.98px) {
	.atags .instedOfimg {
		height: 300px
	}

	.importantNewsCard.GS .instedOfimg {
		height: 300px
	}
}

@media only screen and (max-width:479.98px) {
	.atags .instedOfimg,.importantNewsCard.GS .instedOfimg {
		height: 65vw
	}
}

@media only screen and (min-width:992px) and (max-width:1199.98px) {
	.HealthHero .instedOfimg,.HealthHero img {
		height: 317px
	}

	.sec-4-justForClient .imgLink .instedOfimg,.sec-4-justForClient .imgLink img {
		height: 149px
	}
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
	.HealthHero .instedOfimg,.HealthHero img {
		height: 245px
	}

	.sec-4-justForClient .imgLink .instedOfimg,.sec-4-justForClient .imgLink img {
		height: 113px
	}
}

@media only screen and (min-width:480px) and (max-width:767.98px) {
	.HealthHero .instedOfimg,.HealthHero img {
		height: 300px
	}

	.sec-4-justForClient .imgLink .instedOfimg,.sec-4-justForClient .imgLink img {
		height: 143px
	}
}

@media only screen and (max-width:479.98px) {
	.HealthHero .instedOfimg,.HealthHero img {
		height: 65vw
	}

	.sec-4-justForClient .imgLink .instedOfimg {
		display: none
	}

	.sec-4-justForClient .over {
		position: relative;
		background: 0 0;
		padding: 16px 0
	}

	.sec-4-justForClient .over:hover {
		background: 0 0
	}

	.sec-4-justForClient .over h3 a {
		color: #1c1c1c
	}

	.sec-4-justForClient .over a:hover {
		color: var(--hoverText)
	}

	.sec-4-justForClient .over h3:hover {
		border-right: 2px solid var(--hoverText)
	}
}

.VerseMD img {
	height: 100%
}

@media only screen and (min-width:992px) and (max-width:1199.98px) {
	.therapyHeroContent .instedOfimg,.therapyHeroContent img {
		height: 251px
	}

	.VerseMD .instedOfimg {
		height: 119px
	}
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
	.therapyHeroContent .instedOfimg,.therapyHeroContent img {
		height: 500px
	}

	.VerseMD .instedOfimg {
		width: 200px;
		height: 133px
	}
}

@media only screen and (min-width:480px) and (max-width:767.98px) {
	.therapyHeroContent .instedOfimg,.therapyHeroContent img {
		height: 300px
	}

	.VerseMD .instedOfimg {
		width: 200px;
		height: 133px
	}
}

@media only screen and (max-width:479.98px) {
	.therapyHeroContent .instedOfimg,.therapyHeroContent img {
		height: 65vw
	}

	.therapyCardMD article {
		flex-direction: column
	}

	.VerseMD .instedOfimg {
		width: 200px;
		height: 133px
	}

	.VerseMD .instedOfimg,.VerseMD img {
		margin-right: calc((100% - 200px)/2)
	}

	.therapyCardBody .sec3-titr:before {
		content: ''
	}

	.therapyCardBody {
		padding-bottom: 20px
	}
}

.serviceSectionWrapper,.serviceimportantNewsRow {
	display: block;
	direction: rtl
}

.navanama .serviceSectionWrapper {
	margin-bottom: 16px
}

.navanama .serviceSectionWrapper .importantNewsCard {
	width: calc(50% - 10px);
	margin: 0 0 0 16px;
	padding: 0;
	display: inline-block
}

.navanama .serviceSectionWrapper .importantNewsCard:last-child,.navanama .serviceimportantNewsRow .importantNewsCard:last-child {
	margin-left: 0
}

.navanama .serviceimportantNewsRow .importantNewsCard {
	width: calc(100%/3 - 40px/3);
	margin: 0 0 0 20px;
	padding: 0;
	display: inline-block;
	float: right
}

@media only screen and (max-width:767.98px) {
	.navanama .serviceSectionWrapper .importantNewsCard {
		width: 100%
	}

	.navanama .serviceimportantNewsRow .importantNewsCard {
		width: 100%
	}

	.navanama .mainSection .importantNewsCard {
		margin-bottom: 20px
	}

	.navanama .serviceimportantNewsRow .importantNewsCard:last-child {
		margin-bottom: 0
	}

	.navanama .serviceSectionWrapper {
		margin-bottom: 0
	}
}

@media only screen and (max-width:479.98px) {
	.navanama .mainSection .imgLink,.navanama .mainSection .red {
		display: block
	}

	.navanama .mainSection .over h3:hover,.navanama .mainSection .over h3 {
		border-right: none
	}

	.navanama .mainSection .over {
		padding: 0;
		border-bottom: none;
		position: absolute;
		text-align: center;
		bottom: 0;
		color: #fff;
		display: flex;
		flex-direction: row-reverse;
		width: 100%;
		height: 100%;
		background: linear-gradient(to top,var(--over),rgba(0,0,0,0) 100%)
	}

	.navanama .mainSection .over:hover {
		color: #fff;
		background: linear-gradient(to top,var(--overhover),rgba(0,0,0,0) 100%)
	}

	.navanama .mainSection .red {
		position: absolute;
		bottom: 0;
		right: 0;
		background-color: var(--dotRed);
		width: 10px;
		height: 10px
	}

	.navanama .mainSection .over h3 a,.navanama .mainSection .over h3 a:hover {
		font: 15px/30px iransansbold;
		color: #fff
	}

	.navanama .mainSection .over h3 {
		padding: 15px 15px 10px 5px
	}
}

.ServicesectionHeader {
	display: none
}

#headerNav svg {
	fill: #fff;
	width: 268px;
	height: 100%;
	flex-shrink: 0
}

.innerpageHeader {
	border-left: 1px solid var(--pipe)
}

.innerpageHeader strong {
	background-color: #fff;
	font: 19px/15px iransansbold
}

.newsNavanama .innerpageHeader strong {
	background-color: #2f2f2f
}

.innerpageHeader .endpipe {
	float: left;
	width: 10px;
	height: 27px;
	background-color: #fff
}

@media only screen and (max-width:767.98px) {
	.NewsRelated {
		margin-bottom: 20px
	}
}

.general .heroNews .over h2 a {
	font: 21px/40px iransansbold
}

.general .serviceimportantNewsCard .over h3 a {
	font: 17px/27px Iransansbold;
	padding-bottom: 5px
}

.general .importantNewsCardRow .over h3 a {
	font: 16px/24px iransansbold
}

.general .importantNewsCardRow {
	overflow: hidden
}

.general .HealthHeroNews .over h3 a,.general .lifeHeroNews .over h3 a {
	font: 18px/34px iransansbold
}

.general .lifeHeroNewsContent h3 {
	padding: 15px 20px 15px 5px
}

.general .therapyHeroContent .over h3 a {
	font: 18px/25px iransansbold
}

div.pagination {
	padding: 10px 20px;
	margin: 20px 0 40px;
	background-color: #fff;
	border-radius: 6px;
	display: block;
	margin-right: auto !important;
	margin-left: auto !important
}

div.pagination a,div.pagination span.current {
	padding: 0 10px;
	color: #7c7c7c;
	font: 14px/20px Iransans
}

div.pagination span.current {
	color: var(--topmenuBG) !important;
	font-weight: 700
}

.jj404 {
	padding: 100px 0;
	text-align: center;
	font: 30px/50px iransansbold;
	color: #c1222a
}

.sec-4-justForClient .over h3 a {
	font: 16px/24px iransansbold
}

.short_link_news label {
	font: 14px/24px Iransans
}

.my_nav_container3 button {
	transform: rotate(90deg);
	background: 0 0;
	border: none;
	outline: none
}

.my_nav_container3 .owl-prev {
	position: absolute;
	top: 45%;
	right: 0
}

.my_nav_container3 .owl-next {
	position: absolute;
	top: 45%;
	left: 0
}

.album_list_desc {
	font: 11px/20px iransans;
	padding: 5px 10px;
	direction: rtl
}

.newsNavanama .album_list_desc {
	font: 12px/24px iransans;
	color: #b0b0b0
}

.album_list_desc:before {
	content: '';
	margin-left: 10px;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 8px 4px 0;
	border-color: transparent var(--hoverText) transparent transparent;
	margin-top: 10px
}

.comm_answer_link span {
	font: 14px/42px iransans
}

@media only screen and (max-width:767.98px) {
	.innerpageHeader {
		border-left: 1px;
		border-left-style: solid;
		border-image: linear-gradient(to bottom,var(--pipe) 0%,var(--pipe) 28px,transparent 28px);
		border-image-slice: 1
	}

	.shareSection {
		display: flex;
		flex-direction: column
	}

	.shareSection>div {
		margin-bottom: 20px
	}

	.NewsTagsBar {
		display: flex;
		flex-direction: column
	}
}

.pollHeader strong {
	background-color: #f2f2f2
}

.l_box .innerpageHeader {
	border-left: none
}

.panel_left.pollCont.col_cont {
	padding: 10px 15px;
	color: var(--lid);
	font: 14px/28px iransans
}

.poll_title {
	font-family: iransansmedium
}

.poll_option {
	display: flex;
	flex-direction: column;
	width: 100%;
	direction: rtl
}

.poll_option input.checkbox {
	display: inline-block;
	margin-left: 10px;
	margin-right: 0
}

#headerNav svg {
	margin-left: 15px
}

@media (max-width:991.98px) {
	#headerNav svg {
		width: 276px
	}
}

@media (max-width:479.98px) {
	.top-bar-logo .hero svg {
		width: 78px
	}

	a.barLinkLogo {
		padding-top: 3px;
		font-size: 20px
	}

	#headerNav svg {
		width: 62%
	}

	.ServiceNoneHeroContent {
		flex-direction: column
	}

	.ServiceNoneHeroContent a {
		width: 100%
	}

	.heroCardContent,.ServiceNoneImportantBox article {
		width: 100%
	}

	.ServiceNoneImportantBox {
		flex-direction: column
	}

	.ServiceNoneImportantBox article {
		margin-left: 0 !important;
		margin-right: 0 !important
	}
}

.ServiceNoneImportantBox article {
	margin-bottom: 0
}

@media (min-width:480px) and (max-width:767.98px) {
	.ServiceNoneImportant .imgLink {
		width: 100%;
		padding-left: 0
	}

	.ServiceNoneImportant .instedOfimg {
		width: 100% !important;
		height: 143px !important
	}
}

@media (max-width:479.98px) {
	.ServiceNoneImportant .imgLink {
		width: 165px
	}
}

.navanama .serviceSectionWrapper .over h3 {
	padding: 15px 20px 19px 5px
}

.navanama .serviceSectionWrapper .over h3 a {
	font: 18px/33px iransansbold
}

.jjTicker.container {
	direction: rtl;
	background-color: transparent;
	height: 30px;
	margin-top: 10px;
	overflow: hidden
}

.home_tele {
	width: 100%
}

.ticker_container {
	height: 30px;
	overflow: hidden
}

.pipe span {
	background-color: #f2f2f2
}

.innerpageHeader.pipe span {
	background-color: #fff
}

.newsNavanama .innerpageHeader.pipe span {
	background-color: #2f2f2f
}

#ticker-swipe {
	display: none
}

.newsNavanama .relatedComments header strong {
	background-color: #2e2e2e;
	color: #b6b6b6
}

.txt_adv_content a {
	font: 13px/26px iransanslight;
	color: #000;
	text-align: center
}

.txt_adv_content .item {
	font: 13px/26px Iransans;
	color: #3a3a3d;
	text-align: justify;
	background: #fff;
	border: 1px solid transparent;
	padding: 5px
}

.txt_adv_content a:hover {
	color: var(--hoverText)
}

.txt_adv_text {
	font: 12px/20px iransans;
	color: #3a3a3d;
	text-align: justify
}

.txt_adv_content {
	padding: 5px
}

.txt_adv_container {
	padding: 0 10px 10px;
	overflow: hidden
}

@media (max-width:991.98px) {
	.drp-nav>ul>li>a {
		font: 14px/40px iransansbold;
		color: #545454;
		padding-top: 25px
	}
}

.heroVideoContent .videoRightLink .icon-video1 {
	color: var(--hoverText)
}

.catContent .over h2 {
	padding: 15px 21px 20px 10px
}

.catContent .over h2 a {
	font: 18px/31px iransansbold
}

.poll_text_result_style.center-text {
	font: 16px/26px iransans;
	text-align: justify;
	color: var(--lid)
}

.poll_form_c .poll_button {
	font: 16px/26px iransans;
	padding-top: 5px
}

::-webkit-scrollbar {
	width: 6px
}

::-webkit-scrollbar-track {
	background: #e8e8e8
}

::-webkit-scrollbar-thumb {
	background: #c3c4c4
}

::-webkit-scrollbar-thumb:hover {
	background: #bfbfbf
}

.NewsPager {
	display: flex;
	justify-content: center
}

.loadMore {
	display: block
}

.loadMore~div {
	display: none;
	background-color: red
}

.fixed #headerNav {
	height: 46px
}

.fixed #headerNav svg {
	width: 162px
}

.fixed .main-header-search-part .icon-search {
	left: 18px;
	top: 3px
}

.fixed .navbar-nav>ul {
	height: 46px;
	line-height: 46px
}

.fixed .icon-menu:before {
	font-size: 25px
}

.fixed .main-header-search-part {
	top: 9px;
	height: 30px;
	left: 25px
}

.fixed .main-header-search-part form[name=searchForm] {
	margin-left: 10px
}

.fixed .icon-search:before {
	font-size: 17px
}

section.ServiceNoneLaitesNews.special-news-services-parent {
	background: #fff;
	margin-bottom: 20px;
	padding-bottom: 100px;
	position: relative
}

.loadMore {
	position: absolute;
	bottom: 40px;
	display: flex;
	justify-content: center;
	width: 100%
}

.loadMore a {
	font: 14px/30px iransansmedium;
	background-color: #f2f2f2;
	border-radius: 6px;
	padding: 0 25px
}

.ServiceNoneLaitesNews .cat_list_page {
	position: absolute
}

.textAbout {
	color: #4c4c4c;
	font: 14px/28px iransanslight;
	text-align: justify
}

.NewsTags span {
	font: 14px/28px iransans
}

.newsNavanama .video-js {
	width: 100%;
	height: 400px
}

.newsNavanama .commentS {
	color: #a7a7a7
}

.newsNavanama .grid_parent {
	background-color: #fff
}

@media (max-width:992px) {
	.newsNavanama .jjnewsbodyWrraper {
		padding: 0
	}
}

.text-muted {
	color: #5b5b5b
}

.drp-nav {
	height: 350px;
	overflow-y: scroll
}

.logoLink {
	width: 100%;
	max-width: 268px;
	height: 70px
}

.fixed .logoLink {
	height: 46px
}

.drp-nav {
	height: 366px;
	overflow-y: scroll
}

.body img {
	max-width: 100%;
	height: auto
}

.body table {
	max-width: 100%
}

.innerjjquote {
	text-align: center;
	color: var(--hoverText)
}

.news-author-name {
	font: 15px/26px iransansmedium;
	color: #3c3c3c;
	margin-right: 15px
}

.news-author-img {
	width: 45px;
	height: 45px;
	border-radius: 50px;
	overflow: hidden
}

.news-author-img img {
	width: 100%;
	height: 100%
}

.info-author {
	display: flex;
	align-items: baseline;
	width: 50%;
	padding: 10px 0;
	border-top: 1px dotted #333
}

.fixed .navbar-nav>ul>li:hover>a>span {
	padding-bottom: 3px;
	border-bottom-width: 6px
}

.ServiceNoneLaitesNews .archive_form {
	margin-bottom: 20px;
	direction: rtl
}

.mainNewsList {
	max-height: unset;
	overflow: visible
}

.mainNewsListItems h3:hover a {
	color: var(--hoverText)
}

.fixed .navbar-nav>ul>li:hover>a {
	border-image: linear-gradient(to bottom,transparent 0%,transparent 14px,var(--topmenuBorders) 14px,var(--topmenuBorders) calc(100% - 12px),transparent calc(100% - 12px))
}

ul.li_active li:first-child a span {
	color: #fff !important
}

.heroNewsContent:hover .over,.heroNews:hover .over,.importantNewsCard:hover .over,.catContent:hover .over {
	color: #fff;
	background: linear-gradient(to top,var(--overhover),rgba(0,0,0,0) 100%)
}

@media only screen and (min-width:992px) and (max-width:1199.98px) {
	.CookingList.mainNewsList {
		max-height: 254px
	}
}

.mob-menu .navbar-nav>li {
	background: 0 0 !important
}

.nav>li {
	position: relative;
	display: block
}

.mobile_serch {
	padding: 10px 20px
}

li {
	list-style: none
}

.mobile_serch>div {
	border: 0;
	background: #06D4C9 !important;
	border-radius: 3px !important;
	color: #fff
}

@media only screen and (max-width:767px) {
	.menu-search-box {
		overflow: hidden
	}
}

@media only screen and (max-width:1199px) {
	.menu-search-box {
		padding-left: 6px
	}
}

.menu-search-box {
	margin-top: 15px;
	padding-left: 8px
}

@media only screen and (max-width:767px) {
	.menu-search-box form {
		width: 100%;
		height: 39px
	}
}

@media only screen and (max-width:767px) {
	.menu-search-box form input {
		border: 0;
		box-shadow: none;
		width: calc(100% - 40px);
		height: 39px;
		color: #575757;
		font: 13px/39px iransans;
		float: right;
		background: 0 0;
		padding-right: 9px;
		overflow: hidden
	}
}

.mobile_serch>div input {
	color: #fff !important;
	font-size: 15px !important
}

@media only screen and (max-width:767px) {
	.menu-search-box form .search-a {
		width: 39px;
		height: 39px;
		line-height: 43px;
		text-align: center;
		color: #068278;
		display: block;
		float: left;
		font-size: 15px;
		position: relative;
		transform: rotateY(180deg)
	}
}

.mobile_serch>div a {
	color: #fff !important
}

.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
}

@media only screen and (max-width:767px) {
	.menu-search-box form .search-a {
		width: 39px;
		height: 39px;
		line-height: 43px;
		text-align: center;
		color: #068278;
		display: block;
		float: left;
		font-size: 15px;
		position: relative;
		transform: rotateY(180deg)
	}
}

.mobile_serch>div a {
	color: #fff !important
}

.icon-search:before {
	content: "\e90b";
	color: var(--topmenuIcons);
	font-size: 22px
}

.ic {
	position: absolute;
	top: 6px;
	left: 14px
}

.ServiceNoneHeroContent {
	display: block;
	clear: both;
	position: relative
}

.ServiceNoneHeroContent .heroCardContent {
	display: inline;
	position: absolute;
	z-index: 100;
	width: 100%;
	bottom: -1px;
	background: #020024;
	background: linear-gradient(0deg,rgba(2,0,36,.8939775739397321) 0%,rgba(0,0,0,.5410363974691439) 72%,rgba(0,0,0,0) 100%);
	border-radius: 0 0 7px 7px
}

@-moz-document url-prefix() {
	.ServiceNoneHeroContent .heroCardContent:after,.ServiceNoneNews .CardContent:after {
		top: 13px
	}
}

@media only screen and (max-width:479.98px) {
	.ServiceNoneContent .imgLink {
		display: block;
		margin: 10px auto;
		max-width: 210px;
		float: unset
	}

	.ServiceNoneHeroContent .imgLink {
		max-width: unset;
		margin: 0;
		float: unset
	}

	.ServiceNoneHeroContent img {
		padding: 0
	}

	.ServiceNoneHeroContent .heroCardContent:after {
		right: 0
	}

	.ServiceNoneContent .ServiceNoneNews img {
		float: unset
	}

	.ServiceNoneNews .CardContent:after {
		display: none
	}
}

ear_news .title5 .titlee {
	font: 14px/24px Iransans
}

.t_l_content .linear_news {
	position: relative
}

.t_l_content .linear_news .title5:before {
	content: '';
	display: inline-block;
	position: absolute;
	right: 2px;
	width: 6px;
	height: 6px;
	top: 10px;
	background-color: #000
}

.linear_news .Htags .title5 {
	font: 13px/22px iransans;
	position: relative;
	padding-right: 20px
}

@media only screen and (max-width:479.98px) {
	.lifeHeroNewsContent .Red {
		display: none
	}

	.lifeImportantNews .importantNewsCard:hover .over,.HealthCards .importantNewsCard:hover .over,.lifeHeroNews .importantNewsCard:hover .over {
		background: 0 0
	}
}

@media only screen and (min-width:992px) {
	.home .mostSection .Sectionflex {
		display: block
	}
}

.headingTags {
	display: inline;
	font: 19px/15px iransansbold
}

.headingTags .headingTagsLink {
	font: 19px/15px iransansbold;
	color: #000;
	background-color: transparent;
	float: unset;
	border: none;
	margin: 0;
	padding: 0
}

.innerpageHeader {
	direction: rtl
}

#services .ServiceNoneLaitesNews {
	padding-bottom: 100px;
	width: 100%;
	position: relative;
	background: #fff;
	border-radius: 5px;
	overflow: hidden
}

.manual_paged_service .each_manual_paged_news {
	display: block;
	background: #fff;
	direction: rtl;
	padding-right: 15px;
	padding-top: 15px
}

.mrg_btm_2 {
	clear: both;
	margin-bottom: 10px;
	border-bottom: 1px solid #d1d1d1
}

.mrg_btm_2:hover {
	border-color: var(--hoverText)
}

.manual_paged_service .each_manual_paged_news .picLink {
	display: inline-block;
	float: right;
	z-index: 1
}

.manual_paged_service .each_manual_paged_news .picLink img {
	width: 170px;
	float: right;
	margin-left: 10px;
	height: 113px;
	border-radius: 5px
}

.manual_paged_service .each_manual_paged_news .news_rutitr {
	font: 13px/25px iransans;
	color: var(--rutitr);
	padding: 0 20px 0;
	text-align: justify
}

.manual_paged_service .each_manual_paged_news .Htags {
	padding-left: 15px
}

.manual_paged_service .each_manual_paged_news .Htags .news_title {
	font: 17px/25px iransansbold;
	text-align: justify;
	color: #000
}

.manual_paged_service .each_manual_paged_news .Htags .news_title:hover {
	color: var(--hoverText)
}

.manual_paged_service .each_manual_paged_news .news_subtitle {
	font: 14px/21px iransans;
	color: var(--description);
	padding: 5px 20px 5px;
	text-align: justify
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.manual_paged_service .each_manual_paged_news .picLink:after {
		display: none
	}

	.manual_paged_service .each_manual_paged_news .picLink img {
		height: auto;
		width: 210px;
		margin: 0 auto;
		float: unset
	}

	.manual_paged_service .each_manual_paged_news .picLink {
		display: block;
		float: unset;
		padding-top: 10px
	}

	.manual_paged_service .each_manual_paged_news .Htags {
		padding-right: 15px;
		padding-bottom: 5px
	}

	.manual_paged_service .each_manual_paged_news .Htags .news_title {
		font: 15px/20px iransansbold;
		text-align: justify
	}
}

.panel_tele {
	background: #feffff;
	background: -moz-linear-gradient(top,rgba(254,255,255,1) 0%,rgba(254,255,255,1) 48%,rgba(239,239,239,1) 100%);
	background: -webkit-linear-gradient(top,rgba(254,255,255,1) 0%,rgba(254,255,255,1) 48%,rgba(239,239,239,1) 100%);
	background: linear-gradient(to bottom,rgba(254,255,255,1) 0%,rgba(254,255,255,1) 48%,rgba(239,239,239,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff',endColorstr='#efefef',GradientType=0);
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	margin-bottom: 5px;
	height: 30px;
	overflow: hidden;
	padding-right: 5px
}

.panel_tele .fr-angle-left {
	display: block;
	float: right;
	color: #b21111;
	font-size: 1.2em;
	line-height: 30px;
	padding-right: 2px
}

#ticker-wrapper.has-js {
	width: 97%;
	height: 30px;
	font: 11px tahoma;
	line-height: 21px;
	color: #b62934;
	float: right;
	direction: rtl
}

.js-hidden {
	display: none
}

#ticker-wrapper * {
	margin: 0
}

#ticker {
	width: 100%;
	height: 30px;
	display: block;
	float: right;
	position: relative;
	overflow: hidden
}

#ticker-title {
	width: 9px;
	height: 30px;
	display: block;
	float: right;
	padding-right: 0
}

#ticker-content {
	margin: 0;
	float: right;
	position: absolute
}

#ticker-content a {
	font: 13px/22px 'iransansbold';
	color: #b62934
}

#ticker-swipe {
	background: linear-gradient(to bottom,rgba(254,255,255,1) 0%,rgba(254,255,255,1) 48%,rgba(239,239,239,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff',endColorstr='#efefef',GradientType=0);
	position: absolute;
	top: 0;
	right: 80px;
	display: block;
	width: 100%;
	height: 30px
}

#ticker-swipe span {
	margin-right: 1px;
	background-color: #fff;
	border-bottom: 1px solid #1f527b;
	height: 30px;
	width: 2px;
	display: block
}

.clearfix:after {
	clear: both
}

.tabbar-section .last {
	display: none
}

.tabbar-section .top-tab:first-child {
	margin-left: 20px
}

.copy_link {
	background-color: transparent
}

.sports {
	font: 15px/0px iransansbold;
	color: #ff9285
}

.hero {
	font: 15px/0px iransansbold;
	color: #bf252a
}

#news .videojs-main-container.sound .video-js {
	height: 30px !important
}

#news .videojs-main-container.sound .vjs-big-play-button,#news .videojs-main-container.sound .view_stat {
	display: none
}

#news .videojs-main-container.sound .video-js .vjs-control-bar {
	display: flex
}

#news.newsNavanama .video-tool-box a {
	color: #698198 !important
}

#news.newsNavanama .video-tool-box a:hover {
	color: #fff !important
}

#home .video-js .vjs-control {
	z-index: 5 !important
}

#home .video-js button.vjs-control {
	margin-top: 16px !important
}

#home .video-js .vjs-time-control {
	float: right
}

#news.newsNavanama .div-download-quality {
	padding: 0;
	background: #0b2b4a
}

#news.newsNavanama .div-download-quality a:hover {
	background: #062039
}

#news.home .video-tool-box a {
	color: #f3c9d0 !important
}

#news.home .video-tool-box a:hover {
	color: #fff !important
}

#news.home .div-download-quality {
	padding: 0;
	background: #06D4C9
}

#news.home .div-download-quality a:hover {
	background: #d2354c
}

.nav-icon .icon-menu_close:before {
	color: #000
}

.id {
	position: absolute;
	top: 13px;
	left: 50px;
	z-index: 99
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
	.id {
		top: 7px
	}
}

.id:hover {
	cursor: pointer
}

.fixed .id:before {
	font-size: 17px
}

.fixed .nav-icon .icon-menu_close:before {
	top: -6px;
	position: absolute;
	right: -15px
}

.archive_pager_container {
	display: flex;
	justify-content: center;
	margin-top: 30px
}

#publication .archive_pager_container {
	display: block;
	justify-content: center;
	margin-top: 0
}

.next-archive,.previous-archive,.number-page {
	padding: 0 10px;
	color: #7c7c7c !important;
	font: 14px/20px Iransans
}

.next-archive:hover,.previous-archive:hover,.number-page:hover {
	color: var(--hoverText) !important
}

.number-page {
	color: var(--topmenuBG) !important;
	font-weight: 700
}

.ServiceNone-imgs {
	display: block;
	height: 100px;
	overflow: hidden
}

.catContent-imgs,.lifeCard-imgs,.VerseMD-imgs {
	display: block;
	height: 135px;
	overflow: hidden
}

.lifeCard-imgs {
	height: auto
}

.familyCards .familyCards-imgs {
	display: block;
	height: 258px;
	overflow: hidden
}

.familyCards-imgs img {
	width: 100% !important;
	height: 100% !important
}

.lifeCard-imgs img {
	width: 100%;
	height: 150px;
	border-radius: 5px 5px 0 0
}

@media only screen and (min-width:992px) and (max-width:1199.98px) {
	.catContent-imgs,.lifeCard-imgs,.VerseMD-imgs {
		height: 106px
	}

	.familyCards .familyCards-imgs {
		height: 206px
	}
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
	.catContent-imgs,.lifeCard-imgs,.VerseMD-imgs {
		height: 243px
	}

	.familyCards .familyCards-imgs {
		height: 157px
	}
}

@media only screen and (min-width:480px) and (max-width:767.98px) {
	.catContent-imgs,.lifeCard-imgs,.VerseMD-imgs {
		height: 300px
	}

	.familyCards .familyCards-imgs {
		height: 300px
	}
}

@media only screen and (max-width:479.98px) {
	.catContent-imgs,.lifeCard-imgs,.VerseMD-imgs {
		height: 66vm
	}

	.familyCards .familyCards-imgs {
		height: 66vm
	}
}

#news .videojs_main {
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out
}

#news .videojs-main-container {
	direction: rtl !important
}

#news .videojs_main.sticky {
	direction: rtl !important
}

#news .body .video-js {
	direction: rtl !important
}

#news .body .videojs_main.sticky.sticky1 .vjs-tech {
	height: auto !important
}

#news .body .videojs_main.sticky .video-js,#news .body .videojs_main.sticky .vjs-tech {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	position: relative
}

#news .body .videojs_main.sticky.sticky1 .video-js {
	height: 205px !important;
	overflow: hidden !important
}

#news .videojs_main.sticky.sticky1 {
	z-index: 12;
	position: fixed;
	bottom: 95px;
	width: 250px !important;
	left: 47px;
	height: auto !important
}

.newsNavanama .videojs_main.sticky1 {
	width: unset !important
}

#my-owl-demo3 .owl-stage-outer {
	overflow: hidden
}

#my-owl-demo3 .owl-stage-outer .owl-stage .owl-item {
	float: right
}

#my-owl-demo3 .owl-dots {
	display: none
}

.newsNavanama .mostSection .jjnewsbody .newsPageContent .img-convert {
	float: none
}

.lfixads {
	display: none !important
}

#main-content {
	display: inline-block;
	width: 100%;
	overflow: hidden
}

#main-content.fixads {
	bottom: 0;
	position: fixed
}

.btn.copy_link:active,.btn.copy_link.active {
	box-shadow: none
}

.bottom_fix {
	bottom: 110px !important;
	top: auto !important
}

.fixads {
	bottom: 0;
	position: fixed
}

.fixadsNewsRightAdv {
	bottom: 3px;
	position: fixed
}

.content-related .title5 {
	color: #262626
}

.cat-nav {
	width: 100%;
	overflow-y: auto !important
}

.NewsRelated .title5:before {
	border: none
}

.manual_service_pager {
	padding: 10px 20px;
	margin: 20px 0 40px;
	background-color: #fff;
	text-align: center
}

.manual_service_pager a.next,.manual_service_pager a.prev {
	display: inline-block;
	font: 14px/20px IRANSans;
	color: #7c7c7c;
	text-align: center
}

.manual_service_pager .current {
	font: 14px/20px IRANSans;
	color: #7c7c7c;
	margin: 0 20px;
	text-align: center
}

.manual_service_pager .current:hover {
	color: var(--topmenuBG)
}

.manual_service_pager a.next:hover,.manual_service_pager a.prev:hover {
	color: var(--topmenuBG)
}

.min {
	margin-bottom: 40px
}

.min .sectionRigth {
	padding-left: 10px
}

.min .sectionCenter {
	padding: 0 10px 0 5px
}

.min .sectionLeft {
	padding-right: 15px
}

.heroNews {
	height: 393px
}

.cardwrapper {
	background-color: #fff
}

.mostCards {
	padding: 15px 17px
}

.mostCards:not(:last-child) {
	border-bottom: 1px solid #dedede
}

.author-yaddasht {
	padding-top: 10px;
	display: inline-block;
	color: var(--topmenuBG);
	font: 13px/23px Iransans
}

.yaddasht-sec .sec3-box-circle div {
	display: revert;
	width: 100%;
	text-align: right
}

.bg-bottom {
	border-bottom: 1px solid #e7e7e7
}

.yaddasht-title {
	color: #000
}

#owl-demo2 .owl-dots .owl-dot span,#my-owl-demo4 .owl-dots .owl-dot span {
	background: #fff!important;
	border: 1px solid #a2a2a2!important;
	margin: 5px 4px
}

#owl-demo2 .owl-dots .owl-dot.active span,#my-owl-demo4 .owl-dots .owl-dot.active span {
	background: #FC9900!important;
	border: 1px solid #a2a2a2!important
}

#owl-demo2 .imgLink {
	float: right;
	margin-left: 10px
}

#services #my-owl-demo4 {
	padding: 0
}

#my-owl-demo4 .item {
	padding: 0
}

#services .slider.pt-0 {
	padding-top: 0
}

#services .box3 h2 {
	padding: 8px 16px 0;
	clear: both
}

.sectionHeader {
	margin-bottom: 13px
}

#my-owl-demo4 .imgs {
	width: 100%;
	height: 100%;
	margin-left: 0
}

#my-owl-demo4 .imgs img {
	border-radius: 0 !important
}

.slider .sectionHeader a {
	border-right: none
}

.Requirements {
	padding-right: 13px
}

.ConItem {
	display: flex
}

.sec3-box-square:not(:last-child) {
	margin-left: 20px
}

.Conversation {
	padding-left: 7px
}

.ConversationItem .sectionHeader {
	margin-bottom: 56px;
	padding: 0 !important;
	height: 40px
}

.advtxt {
	border-radius: 5px;
	margin-bottom: 20px
}

.sectionHeaderAdv {
	padding: 18px 17px 19px;
	color: var(--topmenuBG)
}

.sectionHeaderAdv h2 {
	font: 18px/24px iransansmedium
}

.txt_adv_content .item {
	border-radius: 10px
}

.categoryBox {
	margin-bottom: 40px
}

.culturalParent .sectionHeader,.categoryBox .sectionHeader,.havades .sectionHeader {
	padding: 0;
	height: 26px
}

.culturalParent .sectionHeader {
	margin-bottom: 28px
}

.pictureParent .sectionHeader .headLogo span,.film2 .sectionHeader a span {
	color: var(--topmenuBG);
	font-size: 21px
}

.culturalParent .item {
	display: inline-block
}

.pictureParent .sectionHeader .headLogo .headerText {
	color: #242424 !important;
	font-size: 19px;
	font-weight: 700
}

.slider .adv-link {
	height: 80px;
	overflow: hidden
}

.adv-link img {
	width: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	height: 80px;
	border-radius: 8px 0
}

.adv-link:hover img {
	-webkit-filter: none;
	filter: none
}

.item-adv-index {
	margin-bottom: 10px
}

.adv-soje {
	margin-bottom: -3px
}

.owlControlsAll .owl-stage-outer {
	padding-bottom: 20px
}

.owlControlsAll {
	margin-bottom: 40px;
	display: block
}

.owlControlsAll.owl-carousel {
	margin-bottom: 20px
}

#Economic {
	display: none;
	margin-bottom: 40px
}

.SingleNews {
	padding-left: 13px
}

.Destination {
	padding-right: 6px
}

.destinationRight {
	padding-left: 10px
}

.destinationLeft {
	padding-right: 10px
}

.specials {
	margin-bottom: 65px
}

.specialsItemP {
	padding-left: 13px
}

.specials .specialsItemP2 {
	padding-right: 6px;
	padding-left: 7px
}

.specials .specialsItemP3 {
	padding-right: 13px;
	padding-left: 0
}

.specials .sectionHeader {
	padding-left: 0;
	padding-right: 0
}

.tabBarNav {
	margin-bottom: 20px
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.nav-tab {
	padding: 15px 20px 15px 0;
	margin-bottom: 17px;
	-webkit-box-shadow: 0px 5px 6px -2px rgba(232,232,232,1);
	-moz-box-shadow: 0px 5px 6px -2px rgba(232,232,232,1);
	box-shadow: 0px 5px 6px -2px rgba(232,232,232,1)
}

.nav-tab .active {
	background-color: var(--topmenuBG);
	border-radius: 50px
}

.nav-tab .active a {
	color: #fff
}

.nav-tab li {
	display: inline-block;
	padding: 0 19px;
	cursor: pointer;
	border-left: 1px solid #848383
}

#media-tab li {
	border-left: none
}

#media-tab li.border-left {
	border-left: 1px solid #848383
}

.tab_sar_news.Po.active {
	margin-right: 12px
}

.tab_sar_news.Po1.active {
	margin-right: 12px
}

.nav-tab li.active {
	border-left: none
}

.nav-tab li:last-child {
	border-left: none
}

.nav-tab li.tab_sar_news.Po {
	padding: 0 17px 0 13px
}

.nav-tab li.tab_sar_news.Po1 {
	padding: 0 13px 0 17px
}

.nav-tab li a {
	font: 16px/23px iransansbold
}

.nav-tab li.tab_sar_news_extra {
	padding: 0;
	font-size: 15px;
	color: #848383
}

.nav-tab li a {
	color: #848383
}

.tabBarNav .sectionHeader {
	display: none
}

.con_tab_section {
	padding: 0 10px
}

.scrollnews .con_tab_section {
	padding: 0
}

.con_tab_section {
	overflow: hidden
}

.mCSB_container {
	padding: 20px 10px 0
}

.con_tab_section {
	padding-bottom: 20px;
	padding-right: 0 !important
}

.tablist >div {
	padding-right: 10px !important;
	padding-left: 10px !important;
	display: none;
	-webkit-transition:opacity .6s;
	-moz-transition:opacity .6s;
	-o-transition:opacity .6s;
	transition:opacity .6s
}
.tablist >div.active{
	display:block;
}
.multimedai.tab-content {
	padding: 0!important
}

#media-tab {
	margin-bottom: 0
}

.film2 {
	display: none;
	background-color: #303030;
	padding-bottom: 40px;
	margin-bottom: 40px
}

.film2 .SingleNewsF {
	padding-left: 8px
}

.videoListItemswrapper {
	padding-right: 13px
}

.pictureParent {
	background-color: #c2c2c2;
	margin-bottom: 40px;
	padding-top: 32px;
	display: none
}

#havades,#health1 {
	display: none
}

.toplinkbar {
	padding-top: 14px
}

.BarLinks {
	padding-top: 5px;
	overflow: hidden
}

.BarLinks>div {
	width: 100%;
	height: 17px;
	overflow: hidden
}

.BarLinks>a {
	max-width: 57px;
	height: 21px;
	overflow: hidden;
	display: inline-block;
	margin-left: 19px
}

.logoTopHeder {
	float: left
}

.linear_news.Htags .title5 {
	font: 13px/22px iransans;
	position: relative;
	padding-right: 20px
}

.scrollnews .con_tab_section {
	height: 340px
}

.mCSB_scrollTools {
	display: block;
	top: 0;
	position: absolute;
	left: 5px;
	background-color: #ddd;
	height: 341px;
	width: 10px
}

.scrollnews .sectionHeader.p-es-20 {
	margin-bottom: 0 !important
}

.content3 {
	max-height: 327px;
	direction: rtl
}

.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
	background-color: #ddd
}

.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 30px;
	z-index: 1;
	background-color: #c1c1c1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	position: relative;
	width: 10px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	text-align: center
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 10px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #ddd
}

.tabBarNav .con_tab_section .tab-pane .div-v {
	display: block !important
}

.padkast {
	background-color: #fff;
	padding: 31px 0 41px;
	margin-bottom: 40px
}

.padkast .headerText {
	border-radius: unset !important;
	background-color: transparent !important;
	color: #000 !important
}

.padkast .headLogo span.fa svg {
	width: 32px;
	height: 22px
}

.padkast {
	display: none
}

.padkastLeft,.padkastRight {
	z-index: 1
}

@media screen and (min-width:991px) {
	.padkast {
		background-color: #fff;
		background: linear-gradient(to right,#ededed 50%,#fff 50%);
		padding: 31px 0 41px;
		margin-bottom: 40px;
		height: 310px;
		overflow: hidden
	}

	.podcast:before {
		content: "";
		background-image: radial-gradient(25% 235px at 49% -120px,#ededed 85%,#ededed 85.5%);
		height: 80px;
		transform: rotate(90deg);
		position: absolute;
		width: 100%;
		right: 4.8%;
		top: 99px
	}

	.podcast:after {
		content: "";
		background-image: radial-gradient(25% 245px at 49% -130px,#fff 85%,#ededed 85.5%);
		height: 80px;
		transform: rotate(90deg);
		position: absolute;
		width: 100%;
		right: -3.1%;
		top: 106px
	}

	.padkast:before {
		content: "";
		background-image: radial-gradient(25% 235px at 50% -120px,#f5f5f5 85%,#fff 85.5%);
		height: 80px;
		transform: rotate(90deg);
		position: absolute;
		width: 100%;
		left: 11%;
		top: 116px
	}

	.padkast:after {
		content: "";
		background-image: radial-gradient(25% 240px at 50% -130px,#fff 85%,#f5f5f5 85.5%);
		height: 80px;
		transform: rotate(90deg);
		position: absolute;
		width: 100%;
		left: calc(18% - 3px);
		top: 114px
	}
}

@media screen and (min-width:1200px) {
	.podcast:before {
		background-image: radial-gradient(25% 444px at 49% -300px,#ededed 85%,#ededed 85.5%)
	}

	.podcast:after {
		background-image: radial-gradient(25% 444px at 49% -300px,#fff 85%,#ededed 85.5%);
		right: -1.1%;
		top: 93px
	}

	.padkast:before {
		background-image: radial-gradient(25% 444px at 50% -300px,#f5f5f5 85%,#fff 85.5%);
		left: 7%
	}

	.padkast:after {
		background-image: radial-gradient(25% 444px at 50% -300px,#fff 85%,#f5f5f5 85.5%);
		left: calc(7% + 80px)
	}
}

@media screen and (min-width:1250px) {
	.podcast:after {
		top: 106px
	}
}

@media screen and (min-width:1400px) {
	.padkast:before {
		left: 6.6%
	}

	.padkast:after {
		left: calc(6.6% + 80px)
	}
}

@media screen and (min-width:1700px) {
	.padkast:before {
		left: 5.3%
	}

	.padkast:after {
		left: calc(5.3% + 80px)
	}
}

#home .box5-cover-out {
	padding-right: 10px
}

#home .box5 .vjs-user-inactive,#home .box5 .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,#home .box5 .video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
	visibility: visible !important;
	display: block !important;
	opacity: 1 !important
}

#home .box5 .videojs-main-container,#home .box5 .video-js,#home .box5 .videojs_main {
	width: 100% !important;
	height: 0 !important;
	background: 0 0 !important
}

#home .box5 .videojs_main {
	margin: 0 !important
}

#home .box5 .video-js .vjs-control-bar {
	height: 100%;
	display: block !important;
	background: 0 0 !important
}

#home .box5 .vjs-big-play-button,#home .box5 .vjs-fullscreen-control {
	display: none !important
}

#home .box5 .vjs-play-control {
	width: 17px !important;
	height: 21px !important;
	float: left !important;
	font-size: 16px !important;
	color: var(--topmenuBG) !important
}

#home .box5 .vjs-progress-control {
	width: 85% !important;
	height: 30px !important;
	float: left !important;
	margin-top: 10px !important
}

#home .box5 .video-js .vjs-time-tooltip {
	padding: 1px 2px !important;
	top: -14px !important
}

#home .box5 .vjs-volume-panel {
	height: 36px !important;
	position: absolute !important;
	right: 0 !important;
	bottom: 17px !important
}

#home .box5 .vjs-mute-control {
	width: 34px !important;
	height: 36px !important;
	overflow: hidden !important;
	border-radius: 50% !important;
	border: 1px solid #b2b2b2 !important
}

#home .box5 .video-js .vjs-mute-control .vjs-icon-placeholder:before {
	color: #b2b2b2 !important;
	font-size: 30px !important;
	line-height: 35px !important
}

#home .box5 .video-js .vjs-volume-panel {
	display: none
}

#home .box5 .video-js .vjs-progress-control .vjs-progress-holder {
	background-color: #363636 !important
}

#home .box5 .video-js .vjs-play-progress {
	background-color: var(--topmenuBG) !important
}

#home .box5 .video-js .vjs-play-progress:before {
	display: none
}

.box5 {
	padding-left: 31px
}

.padkastLeft {
	padding-right: 27px
}

.vjs-remaining-time-display {
	position: absolute;
	right: 0;
	top: 12px;
	color: #000;
	font: 17px/24px iran
}

.map-ul {
	float: right;
	list-style: none
}

.map-ul>li>a {
	color: #cbdff8;
	display: block;
	font: 13.5px/24px Vazir-medium;
	padding: 0 12px
}

.menu_ostan1 {
	width: 939px;
	position: absolute;
	top: 87px;
	left: 0;
	padding: 25px 37px 30px 25px;
	background: #c9d8ed;
	display: block;
	z-index: 9999 !important;
	height: 460px;
	border-radius: 15px
}

.menu_ostan1 .menu_s_ostan {
	color: #37588b;
	display: block;
	font: 12.5px/24px Vazir-medium;
	margin-bottom: 5px
}

.menu_ostan1 .menu_s_ostan:hover {
	color: #03337d
}

.menu_ostan1 .menu_s_ostan:hover span:first-child {
	color: #03337d
}

.menu-fix .menu_ostan1 {
	top: 64px
}

.menu_ostan1:before {
	position: absolute;
	width: 100%;
	height: 38px;
	top: -38px;
	right: 0;
	content: " ";
	display: block;
	background-color: transparent
}

.menu_ostan1 #IranMap .map svg {
	float: right;
	height: 387px;
	width: 410px
}

.map_con {
	padding-top: 10px
}

.map_section {
	background-color: #fff;
	border-radius: 20px;
	position: relative;
	padding-bottom: 20px
}

.map_section .services_news {
	padding-right: 25px
}

.header_ostan {
	margin-bottom: 40px
}

.combo_ostan {
	padding-top: 30px
}

.ostan_c {
	position: relative;
	float: right;
	width: 186px
}

.ostan_c .header_ostan_select {
	background-color: #f1f1f1;
	font: 14px/28px iranSansMedium;
	outline: none;
	padding: 0 20px 0 36px;
	border-radius: 15px;
	color: #000;
	height: 28px
}

.ostan_c .states_main_select {
	border: 0;
	background-color: #e1e1e1;
	padding: 15px 20px 15px 10px;
	border-radius: 10px;
	width: 186px;
	height: 413px;
	display: none;
	position: absolute;
	top: 33px;
	right: 0;
	overflow: hidden;
	z-index: 2
}

.erro_map_content {
	font: 14px/24px iransansmedium
}

.ostan_c .states_main_select span {
	font: 14px/28px iranSansLight;
	color: #000;
	display: block;
	cursor: pointer
}

.states_main_select span:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 2px;
	background-color: var(--topmenuBG);
	float: right
}

.ostan_c .states_main_select span:hover {
	color: var(--topmenuBG)
}

.states_main_select span:hover:before {
	box-shadow: 0 0 0 1px var(--topmenuBG)
}

.ostan_c .states_main_select {
	-moz-appearance: none;
	-webkit-appearance: none
}

.ostan_c .states_main_select::-ms-expand {
	display: none
}

.ostan_c .mCSB_scrollTools {
	top: 10px;
	bottom: 10px;
	border-radius: 5px;
	background-color: #d4d8e9
}

.ostan_c .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: var(--topmenuBG);
	border-radius: 5px
}

.ostan_c .fa-chevron-down {
	font-size: 16px;
	color: #868686;
	position: absolute;
	top: 5px;
	left: 20px
}

.service_ostanha_in {
	display: block;
	float: right;
	margin-right: 10px;
	border: 1px solid #d35b6c;
	font: 14px/28px iranSansMedium;
	color: #c32037;
	border-radius: 15px
}

.service_ostanha_in a {
	color: var(--topmenuBG);
	padding: 0 21px
}

.menu_ostan {
	width: 930px;
	position: absolute;
	top: 37px;
	left: -688px;
	padding: 25px 15px 33px;
	background: #ffffffeb;
	display: block;
	z-index: 9999 !important;
	height: 500px;
	border-radius: 20px
}

.menu_s_ostan {
	display: block;
	text-align: right !important;
	direction: rtl;
	padding-right: 15px !important;
	height: 30px !important;
	font: 13px/28px iranSans !important;
	color: #0c216b !important
}

.menu_s_ostan:before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-top: 13px;
	margin-left: 10px;
	background-color: #8e97be;
	float: right
}

@media screen and (min-width:992px) and (max-width:1200px) {
	.menu_ostan {
		left: -559px
	}
}

.menu_s_ostan:hover {
	color: #bf7b1d !important
}

.menu_s_ostan:hover:before {
	color: #bf7b1d !important;
	background: #bf7b1d !important;
	box-shadow: 0 0 0 1px #e79f3c
}

.container_ostan {
	width: 100%;
	height: 472px
}

#IranMap svg .text a text {
	fill: #000;
	font: 16px/24px iransansmedium
}

path.active {
	fill: var(--topmenuBG) !important
}

a.active text {
	fill: #fff !important;
	font: 18px iranSansBold !important
}

.menu_s_ostan:hover .menu_s_ostan:before {
	color: #bf7b1d !important
}

.ostan_item_content {
	padding-top: 20px
}

.ostan_item_content:not(:last-child) {
	border-bottom: 1px solid #dfdfdf
}

.ostan_item_content .no_img {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #7e7e7e;
	border-right: 5px
}

.ostan_item_content .imgs {
	border-radius: 5px
}

.categorySection {
	padding-top: 0
}

.adv-div:last-child {
	padding-bottom: 20px !important
}

.ServiceNoneContent .instedOfimg {
	width: 100% !important
}

#owl-demo1 .nav_container_khv,.owl-nav {
	position: absolute;
	bottom: 50%;
	display: flex;
	justify-content: space-between;
	width: 100%
}

#owl-demo1 .nav_container_khv .owl-prev,#owl-demo1 .nav_container_khv .owl-next,.owl-nav .owl-prev,.owl-nav .owl-next {
	background: 0 0;
	border: none
}

#owl-demo1 svg,.owl-nav svg {
	fill: #e7e7e7
}

#owl-demo1 svg:hover,.owl-nav svg:hover {
	fill: var(--topmenuBG)
}

#owl-demo1 .owl-prev,#owl-demo1 .owl-next,.owl-nav .owl-prev,.owl-nav .owl-next {
	margin: 0 15px
}

.tab_bar {
	direction: rtl
}

.ServiceNoneContent .CardContent {
	display: inline;
	position: absolute;
	z-index: 100;
	width: 100%;
	bottom: 0;
	background: #020024;
	background: linear-gradient(0deg,rgba(2,0,36,.8939775739397321) 0%,rgba(0,0,0,.5410363974691439) 72%,rgba(0,0,0,0) 100%);
	border-radius: 0 0 7px 7px;
	padding-bottom: 15px;
	max-height: 110px
}

#owl-demo2 {
	position: relative
}

#owl-demo2 owl-dots {
	position: absolute;
	bottom: 0
}

.social-network-cover .social-network>li:hover>a>i:before {
	color: #c5283f
}

.youTube svg:hover {
	fill: #c5283f
}

.disabled {
	display: none
}

.slider.backShado .owl-theme .owl-dots .owl-dot span {
	width: 9px;
	height: 9px;
	margin-left: 3.5px;
	margin-right: 3.5px
}

#my-owl-demo4 .imgs {
	width: 248px;
	height: 169px;
	margin: auto;
	display: block;
	float: unset
}

#home .imgs.box3-img .instedOfimg {
	background: #e7e7e7;
	display: block;
	width: 100%;
	height: 100%
}

#home .box3-title {
	padding:0px;
	line-height:22px;
}

.nav_container_khv {
	position: absolute;
	width: 100%;
	top: 48%;
	transform: translate(0,-48%)
}

.nav_container_khv button {
	width: 43px;
	height: 43px;
	background-color: rgba(241,241,241,.71);
	outline: none;
	border: none
}

.nav_container_khv button.owl-next {
	position: absolute;
	left: 0
}

.nav_container_khv button svg {
	width: 22px;
	height: 30px;
	fill: #180d07
}

.map_section #IranMap svg .text #text_101 text,.map_section #IranMap svg .text #text_100 text {
	fill: #fff !important;
	font: 20px/24px iransansmedium
}

#services .ServiceNoneHero {
	margin-bottom: 0
}

.ServiceNoneHero .service-vije {
	margin-bottom: 20px
}

.headerLogoServices {
	width: 100%;
	height: 100%
}

.poll_title:before {
	display: none
}

#home .pictureTitle.title5:before {
	top: 5px
}

#home .heroNews {
	height: auto
}

#home .video-js .vjs-big-play-button .vjs-icon-placeholder:before,#home .video-js .vjs-play-control .vjs-icon-placeholder:before,#home .vjs-icon-play:before {
	content: "" !important;
	background: url('../images/play-2.svg') no-repeat
}

#home .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,#home .vjs-icon-replay:before {
	background: url('../images/pause-svgrepo-com.svg') no-repeat !important
}

#home .homeVideoDis {
	display: none
}

.servicePager {
	padding: 20px
}

.nextBtn {
	padding: 0 15px;
	color: #7c7c7c!important;
	font: 14px/20px Iransans
}

.nextBtn:hover {
	color: #c1102a!important
}

.pagerNum {
	padding: 0 10px;
	font: 14px/20px Iransans;
	color: #fff!important;
	font-weight: 700;
	background: #c1102a;
	border-radius: 9px;
	min-width: 30px!important;
	text-align: center;
	display: inline-block
}

#news #answer_container_4 {
	font: 14px/20px Iransans
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.no-padd {
	padding: 0 !important
}

.no-padd-l {
	padding-left: 0
}

.no-padd-r {
	padding-right: 0 !important
}

.no-mrg {
	margin-right: 0 !important;
	margin-left: 0 !important
}

.no-mrg-r {
	margin-right: 0 !important
}

.no-mrg-l {
	margin-right: 0 !important
}

@media screen and (max-width:1199px) {
	.specialsItemP3 {
		display: flex
	}

	.specialsItemP3 .specialsItem {
		width: 50%;
		margin-bottom: 0
	}

	.specials .specialsItemP {
		padding-left: 10px
	}

	.specials .specialsItemP2 {
		padding-left: 0;
		padding-right: 10px
	}

	.specials .specialsItemP3 {
		padding: 0;
		margin-top: 20px
	}

	.specials .specialsItemP3 .specialsItem:nth-child(1) {
		margin-left: 10px;
		max-width: 475px
	}

	.specials .specialsItemP3 .specialsItem:nth-child(2) {
		margin-right: 10px
	}

	.Conversation {
		padding-left: 0
	}

	.sec3-box-square:not(:last-child) {
		margin-left: 5px
	}

	.min .sectionCenter {
		padding-right: 0
	}

	.box5 {
		padding: 0
	}

	.padkastRight {
		margin-bottom: 20px
	}

	.heroNews img,.imgLinkDiv {
		height: 100%
	}
}

@media screen and (min-width:992px) and (max-width:1199px) {
	.cardwrapper .mostCards .imgs {
		height: 114px
	}

	.heroNews img,.heroNewsContent .imgLink,.heroNews {
		height: 316px
	}

	.scrollnews .con_tab_section {
		height: 262px
	}

	#my-owl-demo4 .imgs {
		width: 200px;
		height: 133px
	}

	.videoListItemswrapper {
		min-height: 115px
	}

	.videoListItemswrapper .videoRightLink img,.videoRightLinkDiv {
		height: 115px;
		width: 172px
	}

	.SingleNewsItem.importantVideo,.SingleNewsItem.importantVideo .SingleNewsImg {
		height: 372px
	}

	.mCSB_scrollTools {
		height: 263px
	}

	.nav-tab li,.nav-tab li.tab_sar_news.Po,.nav-tab li.tab_sar_news.Po1 {
		padding: 0 10px
	}

	.nav-tab {
		padding: 15px 15px 15px 0
	}

	.heroVideoContent .videoRightLink .instedOfimg {
		height: 151px
	}

	.send_error_bot i {
		margin-right: 0 !important
	}
}

@media screen and (max-width:991px) {
	.footerContent,.footerContentWrapper {
		height: 165px
	}

	#footer {
		height: 268px
	}

	.homeList {
		display: none
	}

	.specials .specialsItemP {
		padding-left: 5px
	}

	.specials .specialsItemP3 .specialsItem:nth-child(1) {
		margin-left: 5px;
		max-width: 370px
	}

	.specials .specialsItemP2 {
		padding-right: 5px
	}

	.specials .specialsItemP3 .specialsItem:nth-child(2) {
		margin-right: 5px;
		max-width: 370px
	}

	.film2 .SingleNewsF,.film2 .DestinationF {
		padding: 0
	}

	.film2 .SingleNewsF .SingleNewsItem {
		margin: 0 auto 20px
	}

	.sectionRigth,.Requirements {
		padding: 0
	}

	.padkastLeft {
		padding: 0
	}

	.min .sectionCenter {
		padding: 0
	}

	.heroVideoContent .videoRightLink .instedOfimg {
		height: 186px
	}

	.sectionRigth {
		padding: 0
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.Destination {
		padding: 0
	}

	.SingleNews {
		float: right;
		padding-left: 5px
	}

	.destinationRight {
		padding: 0 5px 0 0
	}

	.destinationLeft {
		display: flex;
		justify-content: right;
		padding: 0;
		margin-top: 10px
	}

	.destinationLeft .destinationItem:nth-child(1) {
		margin-left: 5px
	}

	.destinationLeft .destinationItem:nth-child(2) {
		margin-right: 5px
	}

	.destinationItem:first-child {
		margin-bottom: 10px
	}

	.destinationLeft .destinationItem {
		width: 50%
	}

	.SingleNewsItem .SingleNewsImg {
		height: 248px
	}

	.heroNews,.imgLinkDiv {
		height: 500px
	}

	.ConversationItem {
		margin-bottom: 40px
	}

	.SingleNewsItem.importantVideo,.SingleNewsItem.importantVideo .SingleNewsImg {
		height: 461px !important
	}
}

@media screen and (max-width:767px) {
	.footerContent,.footerContentWrapper {
		height: 188px
	}
	a.footerLogo1{
	display:none!important;
	}
	#footer {
		height: 291px
	}

	.main-header-search-part {
		display: none
	}

	.parentHeader {
		background-color: var(--topmenuBG)
	}

	.parentHeader #headerBack,.parentHeader .mobile-menu:after {
		display: none
	}

	.destinationLeft,.destinationRight {
		padding: 0;
		margin-top: 20px
	}

	.SingleNews {
		padding: 0
	}

	.SingleNewsItem {
		margin: auto
	}

	.specialsItemP3 {
		display: unset
	}

	.specials .specialsItemP,.specials .specialsItemP3 .specialsItem:nth-child(1),.specials .specialsItemP2,.specials .specialsItemP3 .specialsItem:nth-child(2) {
		padding: 0;
		margin-left: 0;
		margin-right: 0;
		max-width: 450px
	}

	.specialsItemP2 .specialsItem,.specialsItemP .specialsItem {
		margin-bottom: 20px
	}

	.specialsItemP3 .specialsItem {
		width: 100%;
		margin-bottom: 20px
	}

	.Conversation {
		padding: 0
	}

	.heroNewsContent .imgLink,.heroNews {
		height: auto
	}

	.imgLinkDiv {
		height: 300px
	}

	.min .sectionRigth,.min .sectionLeft,.min .sectionCenter,.videoListItemswrapper {
		padding: 0
	}

	.min .sectionCenter {
		margin-bottom: 40px
	}

	.ConItem {
		flex-wrap: wrap;
		justify-content: space-around
	}

	.ConItem .sec3-box-square {
		margin-bottom: 45px
	}

	.SingleNewsItem.importantVideo,.SingleNewsItem.importantVideo .SingleNewsImg {
		height: 258px !important
	}

	.box5 .imgs,.divPadkast {
		display: block;
		float: unset;
		margin: 0 auto 20px
	}
}

@media screen and (max-width:479px) {
	.footerContent,.footerContentWrapper {
		height: auto;
	}

	#footer {
		height: 268px
	}

	.socialMedia a {
		padding-right: 20px
	}

	.container {
		padding: 0 10px
	}

	.videoListItemswrapper .videoRightLink img,.videoRightLinkDiv {
		width: 180px;
		height: 120px
	}

	.BarLinks>a {
		margin-left: 10px
	}

	.BarLinks {
		padding-top: 10px
	}

	.service_ostanha_in {
		position: absolute;
		top: -53px;
		left: 0
	}

	.logoLink {
		width: 100%;
		max-width: 180px
	}
}

@media screen and (max-width:400px) {
	.specialsItem .specialsImgA {
		width: 150px;
		height: 100px
	}

	.specialsItem .specialsText {
		position: absolute;
		bottom: 0;
		right: 0;
		height: 100px;
		padding: 11px 170px 11px 10px
	}

	.imgLinkDiv {
		height: 238px
	}

	.ostan_item_content .imgs {
		display: block;
		float: unset;
		margin: 0 auto 10px
	}

	.ostan_item_content .rutitr,.ostan_item_content .subtitle {
		padding: 0
	}

	.mostCards .imgs {
		display: block;
		float: unset;
		margin: auto;
		margin-bottom: 10px
	}
}

@media screen and (max-width:350px) {
	.SingleNewsItem .SingleNewsImg {
		height: 223px
	}
}
.p-1{
	padding:5px!important;
}
.p-2{
	padding:10px!important;
}
.border-bottom{
	border-bottom:1px solid #EFEFEF;
}
.logo{
	max-height:70px!important;
	width:auto!important;
	display:block;
}
.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 {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg)
}
.fa-rotate-180 {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg)
}
.fa-rotate-270 {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	transform:rotate(270deg)
}
.fa-flip-horizontal {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform:scale(-1,1);
	-ms-transform:scale(-1,1);
	transform:scale(-1,1)
}
.fa-flip-vertical {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform:scale(1,-1);
	-ms-transform:scale(1,-1);
	transform:scale(1,-1)
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter:none
}
.fa-stack {
	display:inline-block;
	height:2em;
	line-height:2.2em;
	position:relative;
	vertical-align:middle;
	width:2em
}
.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-pp:before {
	content:"\f1a7"
}
.fa-pied-piper-alt:before {
	content:"\f1a8"
}
.fa-drupal:before {
	content:"\f1a9"
}
.fa-joomla:before {
	content:"\f1aa"
}
.fa-language:before {
	content:"\f1ab"
}
.fa-fax:before {
	content:"\f1ac"
}
.fa-building:before {
	content:"\f1ad"
}
.fa-child:before {
	content:"\f1ae"
}
.fa-paw:before {
	content:"\f1b0"
}
.fa-spoon:before {
	content:"\f1b1"
}
.fa-cube:before {
	content:"\f1b2"
}
.fa-cubes:before {
	content:"\f1b3"
}
.fa-behance:before {
	content:"\f1b4"
}
.fa-behance-square:before {
	content:"\f1b5"
}
.fa-steam:before {
	content:"\f1b6"
}
.fa-steam-square:before {
	content:"\f1b7"
}
.fa-recycle:before {
	content:"\f1b8"
}
.fa-automobile:before,
.fa-car:before {
	content:"\f1b9"
}
.fa-cab:before,
.fa-taxi:before {
	content:"\f1ba"
}
.fa-tree:before {
	content:"\f1bb"
}
.fa-spotify:before {
	content:"\f1bc"
}
.fa-deviantart:before {
	content:"\f1bd"
}
.fa-soundcloud:before {
	content:"\f1be"
}
.fa-database:before {
	content:"\f1c0"
}
.fa-file-pdf-o:before {
	content:"\f1c1"
}
.fa-file-word-o:before {
	content:"\f1c2"
}
.fa-file-excel-o:before {
	content:"\f1c3"
}
.fa-file-powerpoint-o:before {
	content:"\f1c4"
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content:"\f1c5"
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content:"\f1c6"
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content:"\f1c7"
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
	content:"\f1c8"
}
.fa-file-code-o:before {
	content:"\f1c9"
}
.fa-vine:before {
	content:"\f1ca"
}
.fa-codepen:before {
	content:"\f1cb"
}
.fa-jsfiddle:before {
	content:"\f1cc"
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content:"\f1cd"
}
.fa-circle-o-notch:before {
	content:"\f1ce"
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content:"\f1d0"
}
.fa-ge:before,
.fa-empire:before {
	content:"\f1d1"
}
.fa-git-square:before {
	content:"\f1d2"
}
.fa-git:before {
	content:"\f1d3"
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content:"\f1d4"
}
.fa-tencent-weibo:before {
	content:"\f1d5"
}
.fa-qq:before {
	content:"\f1d6"
}
.fa-wechat:before,
.fa-weixin:before {
	content:"\f1d7"
}
.fa-send:before,
.fa-paper-plane:before {
	content:"\f1d8"
}
.fa-send-o:before,
.fa-paper-plane-o:before {
	content:"\f1d9"
}
.fa-history:before {
	content:"\f1da"
}
.fa-circle-thin:before {
	content:"\f1db"
}
.fa-header:before {
	content:"\f1dc"
}
.fa-paragraph:before {
	content:"\f1dd"
}
.fa-sliders:before {
	content:"\f1de"
}
.fa-share-alt:before {
	content:"\f1e0"
}
.fa-share-alt-square:before {
	content:"\f1e1"
}
.fa-bomb:before {
	content:"\f1e2"
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content:"\f1e3"
}
.fa-tty:before {
	content:"\f1e4"
}
.fa-binoculars:before {
	content:"\f1e5"
}
.fa-plug:before {
	content:"\f1e6"
}
.fa-slideshare:before {
	content:"\f1e7"
}
.fa-twitch:before {
	content:"\f1e8"
}
.fa-yelp:before {
	content:"\f1e9"
}
.fa-newspaper-o:before {
	content:"\f1ea"
}
.fa-wifi:before {
	content:"\f1eb"
}
.fa-calculator:before {
	content:"\f1ec"
}
.fa-paypal:before {
	content:"\f1ed"
}
.fa-google-wallet:before {
	content:"\f1ee"
}
.fa-cc-visa:before {
	content:"\f1f0"
}
.fa-cc-mastercard:before {
	content:"\f1f1"
}
.fa-cc-discover:before {
	content:"\f1f2"
}
.fa-cc-amex:before {
	content:"\f1f3"
}
.fa-cc-paypal:before {
	content:"\f1f4"
}
.fa-cc-stripe:before {
	content:"\f1f5"
}
.fa-bell-slash:before {
	content:"\f1f6"
}
.fa-bell-slash-o:before {
	content:"\f1f7"
}
.fa-trash:before {
	content:"\f1f8"
}
.fa-copyright:before {
	content:"\f1f9"
}
.fa-at:before {
	content:"\f1fa"
}
.fa-eyedropper:before {
	content:"\f1fb"
}
.fa-paint-brush:before {
	content:"\f1fc"
}
.fa-birthday-cake:before {
	content:"\f1fd"
}
.fa-area-chart:before {
	content:"\f1fe"
}
.fa-pie-chart:before {
	content:"\f200"
}
.fa-line-chart:before {
	content:"\f201"
}
.fa-lastfm:before {
	content:"\f202"
}
.fa-lastfm-square:before {
	content:"\f203"
}
.fa-toggle-off:before {
	content:"\f204"
}
.fa-toggle-on:before {
	content:"\f205"
}
.fa-bicycle:before {
	content:"\f206"
}
.fa-bus:before {
	content:"\f207"
}
.fa-ioxhost:before {
	content:"\f208"
}
.fa-angellist:before {
	content:"\f209"
}
.fa-cc:before {
	content:"\f20a"
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content:"\f20b"
}
.fa-meanpath:before {
	content:"\f20c"
}
.fa-buysellads:before {
	content:"\f20d"
}
.fa-connectdevelop:before {
	content:"\f20e"
}
.fa-dashcube:before {
	content:"\f210"
}
.fa-forumbee:before {
	content:"\f211"
}
.fa-leanpub:before {
	content:"\f212"
}
.fa-sellsy:before {
	content:"\f213"
}
.fa-shirtsinbulk:before {
	content:"\f214"
}
.fa-simplybuilt:before {
	content:"\f215"
}
.fa-skyatlas:before {
	content:"\f216"
}
.fa-cart-plus:before {
	content:"\f217"
}
.fa-cart-arrow-down:before {
	content:"\f218"
}
.fa-diamond:before {
	content:"\f219"
}
.fa-ship:before {
	content:"\f21a"
}
.fa-user-secret:before {
	content:"\f21b"
}
.fa-motorcycle:before {
	content:"\f21c"
}
.fa-street-view:before {
	content:"\f21d"
}
.fa-heartbeat:before {
	content:"\f21e"
}
.fa-venus:before {
	content:"\f221"
}
.fa-mars:before {
	content:"\f222"
}
.fa-mercury:before {
	content:"\f223"
}
.fa-intersex:before,
.fa-transgender:before {
	content:"\f224"
}
.fa-transgender-alt:before {
	content:"\f225"
}
.fa-venus-double:before {
	content:"\f226"
}
.fa-mars-double:before {
	content:"\f227"
}
.fa-venus-mars:before {
	content:"\f228"
}
.fa-mars-stroke:before {
	content:"\f229"
}
.fa-mars-stroke-v:before {
	content:"\f22a"
}
.fa-mars-stroke-h:before {
	content:"\f22b"
}
.fa-neuter:before {
	content:"\f22c"
}
.fa-genderless:before {
	content:"\f22d"
}
.fa-facebook-official:before {
	content:"\f230"
}
.fa-pinterest-p:before {
	content:"\f231"
}
.fa-whatsapp:before {
	content:"\f232"
}
.fa-server:before {
	content:"\f233"
}
.fa-user-plus:before {
	content:"\f234"
}
.fa-user-times:before {
	content:"\f235"
}
.fa-hotel:before,
.fa-bed:before {
	content:"\f236"
}
.fa-viacoin:before {
	content:"\f237"
}
.fa-train:before {
	content:"\f238"
}
.fa-subway:before {
	content:"\f239"
}
.fa-medium:before {
	content:"\f23a"
}
.fa-yc:before,
.fa-y-combinator:before {
	content:"\f23b"
}
.fa-optin-monster:before {
	content:"\f23c"
}
.fa-opencart:before {
	content:"\f23d"
}
.fa-expeditedssl:before {
	content:"\f23e"
}
.fa-battery-4:before,
.fa-battery-full:before {
	content:"\f240"
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content:"\f241"
}
.fa-battery-2:before,
.fa-battery-half:before {
	content:"\f242"
}
.fa-battery-1:before,
.fa-battery-quarter:before {
	content:"\f243"
}
.fa-battery-0:before,
.fa-battery-empty:before {
	content:"\f244"
}
.fa-mouse-pointer:before {
	content:"\f245"
}
.fa-i-cursor:before {
	content:"\f246"
}
.fa-object-group:before {
	content:"\f247"
}
.fa-object-ungroup:before {
	content:"\f248"
}
.fa-sticky-note:before {
	content:"\f249"
}
.fa-sticky-note-o:before {
	content:"\f24a"
}
.fa-cc-jcb:before {
	content:"\f24b"
}
.fa-cc-diners-club:before {
	content:"\f24c"
}
.fa-clone:before {
	content:"\f24d"
}
.fa-balance-scale:before {
	content:"\f24e"
}
.fa-hourglass-o:before {
	content:"\f250"
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content:"\f251"
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content:"\f252"
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content:"\f253"
}
.fa-hourglass:before {
	content:"\f254"
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content:"\f255"
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content:"\f256"
}
.fa-hand-scissors-o:before {
	content:"\f257"
}
.fa-hand-lizard-o:before {
	content:"\f258"
}
.fa-hand-spock-o:before {
	content:"\f259"
}
.fa-hand-pointer-o:before {
	content:"\f25a"
}
.fa-hand-peace-o:before {
	content:"\f25b"
}
.fa-trademark:before {
	content:"\f25c"
}
.fa-registered:before {
	content:"\f25d"
}
.fa-creative-commons:before {
	content:"\f25e"
}
.fa-gg:before {
	content:"\f260"
}
.fa-gg-circle:before {
	content:"\f261"
}
.fa-tripadvisor:before {
	content:"\f262"
}
.fa-odnoklassniki:before {
	content:"\f263"
}
.fa-odnoklassniki-square:before {
	content:"\f264"
}
.fa-get-pocket:before {
	content:"\f265"
}
.fa-wikipedia-w:before {
	content:"\f266"
}
.fa-safari:before {
	content:"\f267"
}
.fa-chrome:before {
	content:"\f268"
}
.fa-firefox:before {
	content:"\f269"
}
.fa-opera:before {
	content:"\f26a"
}
.fa-internet-explorer:before {
	content:"\f26b"
}
.fa-tv:before,
.fa-television:before {
	content:"\f26c"
}
.fa-contao:before {
	content:"\f26d"
}
.fa-500px:before {
	content:"\f26e"
}
.fa-amazon:before {
	content:"\f270"
}
.fa-calendar-plus-o:before {
	content:"\f271"
}
.fa-calendar-minus-o:before {
	content:"\f272"
}
.fa-calendar-times-o:before {
	content:"\f273"
}
.fa-calendar-check-o:before {
	content:"\f274"
}
.fa-industry:before {
	content:"\f275"
}
.fa-map-pin:before {
	content:"\f276"
}
.fa-map-signs:before {
	content:"\f277"
}
.fa-map-o:before {
	content:"\f278"
}
.fa-map:before {
	content:"\f279"
}
.fa-commenting:before {
	content:"\f27a"
}
.fa-commenting-o:before {
	content:"\f27b"
}
.fa-houzz:before {
	content:"\f27c"
}
.fa-vimeo:before {
	content:"\f27d"
}
.fa-black-tie:before {
	content:"\f27e"
}
.fa-fonticons:before {
	content:"\f280"
}
.fa-reddit-alien:before {
	content:"\f281"
}
.fa-edge:before {
	content:"\f282"
}
.fa-credit-card-alt:before {
	content:"\f283"
}
.fa-codiepie:before {
	content:"\f284"
}
.fa-modx:before {
	content:"\f285"
}
.fa-fort-awesome:before {
	content:"\f286"
}
.fa-usb:before {
	content:"\f287"
}
.fa-product-hunt:before {
	content:"\f288"
}
.fa-mixcloud:before {
	content:"\f289"
}
.fa-scribd:before {
	content:"\f28a"
}
.fa-pause-circle:before {
	content:"\f28b"
}
.fa-pause-circle-o:before {
	content:"\f28c"
}
.fa-stop-circle:before {
	content:"\f28d"
}
.fa-stop-circle-o:before {
	content:"\f28e"
}
.fa-shopping-bag:before {
	content:"\f290"
}
.fa-shopping-basket:before {
	content:"\f291"
}
.fa-hashtag:before {
	content:"\f292"
}
.fa-bluetooth:before {
	content:"\f293"
}
.fa-bluetooth-b:before {
	content:"\f294"
}
.fa-percent:before {
	content:"\f295"
}
.fa-gitlab:before {
	content:"\f296"
}
.fa-wpbeginner:before {
	content:"\f297"
}
.fa-wpforms:before {
	content:"\f298"
}
.fa-envira:before {
	content:"\f299"
}
.fa-universal-access:before {
	content:"\f29a"
}
.fa-wheelchair-alt:before {
	content:"\f29b"
}
.fa-question-circle-o:before {
	content:"\f29c"
}
.fa-blind:before {
	content:"\f29d"
}
.fa-audio-description:before {
	content:"\f29e"
}
.fa-volume-control-phone:before {
	content:"\f2a0"
}
.fa-braille:before {
	content:"\f2a1"
}
.fa-assistive-listening-systems:before {
	content:"\f2a2"
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content:"\f2a3"
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content:"\f2a4"
}
.fa-glide:before {
	content:"\f2a5"
}
.fa-glide-g:before {
	content:"\f2a6"
}
.fa-signing:before,
.fa-sign-language:before {
	content:"\f2a7"
}
.fa-low-vision:before {
	content:"\f2a8"
}
.fa-viadeo:before {
	content:"\f2a9"
}
.fa-viadeo-square:before {
	content:"\f2aa"
}
.fa-snapchat:before {
	content:"\f2ab"
}
.fa-snapchat-ghost:before {
	content:"\f2ac"
}
.fa-snapchat-square:before {
	content:"\f2ad"
}
.fa-pied-piper:before {
	content:"\f2ae"
}
.fa-first-order:before {
	content:"\f2b0"
}
.fa-yoast:before {
	content:"\f2b1"
}
.fa-themeisle:before {
	content:"\f2b2"
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content:"\f2b3"
}
.fa-fa:before,
.fa-font-awesome:before {
	content:"\f2b4"
}
.sr-only {
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0,0,0,0);
	border:0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position:static;
	width:auto;
	height:auto;
	margin:0;
	overflow:visible;
	clip:auto
}
#IranMap {
	display:block;
	position:relative;
	direction:rtl;
	text-align:right;
	padding:0;
	font-family:Tahoma;
	font-size:11px;
	width:100%;
	margin:auto;
	color:#fff
}
#IranMap .show-title {
	display:none;
	position:absolute;
	background-color:#333;
	color:#fff;
	margin:0 !important;
	padding:0 5px;
	text-align:center;
	line-height:26px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	opacity:.8
}
#IranMap .map {
	display:block;
	width:100%;
	text-align:center;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none
}
#IranMap .map svg {
	float:right;
	height:460px;
	width:487px
}
#IranMap .map .island path {
	fill:#fde6d8
}
#IranMap .map .border path {
	fill:#3f6a8d;
	stroke:#fff;
	stroke-width:3px;
	stroke-linejoin:round
}
#IranMap .map .province path {
	fill:#dedede
}
#IranMap .map .sea path,
#IranMap .map .lake path.caspian,
#IranMap .map .sea path,
#IranMap .map .lake path.persian-gulf {
	fill:#5d5d5d !important
}
#IranMap .map .sea path,
#IranMap .map .lake path {
	fill:#5c8db6
}
#IranMap .map .province path:hover,
#IranMap .map .island path:hover,
#IranMap .map .province path.hover,
#IranMap .map .island path.hover {
	fill:var(--topmenuBG);
	cursor:pointer
}
#IranMap .list {
	display:block;
	float:right;
	width:50%
}
#IranMap .list ul {
	padding:0
}
#IranMap .list>ul {
	margin-left:10px
}
#IranMap .list li {
	list-style:none
}
#IranMap .list span {
	background:#242424;
	color:#fff;
	display:block;
	margin:0 2px;
	padding:0 8px;
	line-height:26px;
	margin-top:10px;
	margin-bottom:2px
}
#IranMap .list li ul li {
	display:block;
	float:right;
	width:33.33333333333333%
}
#IranMap .list li ul li a {
	background:#34495e;
	color:#fff;
	display:block;
	padding:0 8px;
	line-height:26px;
	margin:2px;
	text-decoration:none
}
#IranMap .list li ul li a:hover,
#IranMap .list li ul li a.hover {
	background:#c33a2c
}
#IranMap .list ul:before,
#IranMap .list ul:after {
	display:table;
	content:" "
}
#IranMap .list ul,
#IranMap .list ul:after {
	clear:both
}
#IranMap .city {
	clear:both;
	padding:10px 0
}
#IranMap g.text {
	font:18px Sahel-bold;
	fill:#fff
}
@media (max-width:930px) {
	#IranMap .list {
	width:50%
	}
}
@media (max-width:745px) {
	#IranMap .list li ul li {
	width:50%
	}
}
@media (max-width:515px) {
	#IranMap .list,
	#IranMap .map {
	width:100%
	}
	#IranMap .list li ul li {
	width:33.33333333333333%
	}
	#IranMap .list li ul li a {
	font-size:10px !important
	}
}
@media (max-width:515px) {
	#IranMap .list li ul li {
	width:50%
	}
}
@media (max-width:250px) {
	#IranMap .list li ul li {
	width:100%
	}
}
#ticker-wrapper * {
	margin:0
}
#ticker-wrapper.has-js {
	width:652px;
	height:28px;
	font:11px tahoma;
	line-height:26px;
	color:#2b2b2b;
	direction:rtl
}
#ticker {
	width:600px;
	height:28px;
	display:block;
	float:right;
	position:relative;
	overflow:hidden
}
#ticker-title {
	width:9px;
	height:28px;
	display:block;
	float:right;
	padding-right:0
}
#ticker-content {
	margin:0;
	float:right;
	position:absolute
}
#ticker-content:focus {
	text-decoration:none
}
#ticker-content A {
	font:16px/28px iransans;
	text-decoration:none;
	color:#616161
}
#ticker-content A:hover {
	text-decoration:underline;
	color:darkred
}
#ticker-content A:before {
	content:' \25C0';
	color:var(--hoverText);
	margin-left:10px;
	font-size:10px
}
#ticker-swipe {
	position:absolute;
	top:0;
	right:80px;
	display:block;
	width:600px;
	height:26px
}
#ticker-swipe SPAN {
	margin-right:1px;
	background-color:#fff;
	border-bottom:1px solid #1f527b;
	height:22px;
	width:7px;
	display:block
}
#ticker-controls {
	padding:2px 10px 0 0;
	list-style-type:none;
	float:left
}
#ticker-controls LI {
	padding:0;
	margin-left:5px;
	float:left;
	cursor:pointer;
	height:16px;
	width:16px;
	display:block
}
#ticker-controls LI#play-pause.over {
	background-position:32px 32px
}
#ticker-controls LI#play-pause.down {
	background-position:32px 0
}
#ticker-controls LI#play-pause.paused.over {
	background-position:48px 32px
}
#ticker-controls LI#play-pause.paused.down {
	background-position:48px 0
}
#ticker-controls LI#prev.over {
	background-position:0 32px
}
#ticker-controls LI#prev.down {
	background-position:0 0
}
#ticker-controls LI#next.over {
	background-position:16px 32px
}
#ticker-controls LI#next.down {
	background-position:16px 0
}
.js-hidden {
	display:none
}
html {
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}
body {
	margin:0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display:block
}
audio,
canvas,
progress,
video {
	display:inline-block;
	vertical-align:baseline
}
audio:not([controls]) {
	display:none;
	height:0
}
[hidden],
template {
	display:none
}
a {
	background-color:transparent
}
a:active,
a:hover {
	outline:0
}
abbr[title] {
	border-bottom:1px dotted
}
b,
strong {
	font-weight:700
}
dfn {
	font-style:italic
}
h1 {
	font-size:2em;
	margin:.67em 0
}
mark {
	background:#ff0;
	color:#000
}
small {
	font-size:80%
}
sub,
sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}
sup {
	top:-.5em
}
sub {
	bottom:-.25em
}
img {
	border:0
}
svg:not(:root) {
	overflow:hidden
}
figure {
	margin:1em 40px
}
hr {
	box-sizing:content-box;
	height:0
}
pre {
	overflow:auto
}
code,
kbd,
pre,
samp {
	font-family:monospace,monospace;
	font-size:1em
}
button,
input,
optgroup,
select,
textarea {
	color:inherit;
	font:inherit;
	margin:0
}
button {
	overflow:visible
}
button,
select {
	text-transform:none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance:button;
	cursor:pointer
}
button[disabled],
html input[disabled] {
	cursor:default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border:0;
	padding:0
}
input {
	line-height:normal
}
input[type=checkbox],
input[type=radio] {
	box-sizing:border-box;
	padding:0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height:auto
}
input[type=search] {
	-webkit-appearance:textfield;
	box-sizing:content-box
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance:none
}
fieldset {
	border:1px solid silver;
	margin:0 2px;
	padding:.35em .625em .75em
}
legend {
	border:0;
	padding:0
}
textarea {
	overflow:auto
}
optgroup {
	font-weight:700
}
table {
	border-collapse:collapse;
	border-spacing:0
}
td,
th {
	padding:0
}
@media print {
	*,
	*:before,
	*:after {
	background:0 0 !important;
	color:#000 !important;
	box-shadow:none !important;
	text-shadow:none !important
	}
	a,
	a:visited {
	text-decoration:underline
	}
	a[href]:after {
	content:' (' attr(href) ')'
	}
	abbr[title]:after {
	content:' (' attr(title) ')'
	}
	a[href^="#"]:after,
	a[href^="javascript:"]: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
	}
	p,
	h2,
	h3 {
	orphans:3;
	widows:3
	}
	h2,
	h3 {
	page-break-after:avoid
	}
	.navbar {
	display:none
	}
	.btn>.caret,
	.dropup>.btn>.caret {
	border-top-color:#000 !important
	}
	.label {
	border:1px solid #000
	}
	.table {
	border-collapse:collapse !important
	}
	.table td,
	.table th {
	background-color:#fff !important
	}
	.table-bordered th,
	.table-bordered td {
	border:1px solid #ddd !important
	}
}
@font-face {
	font-family:'Glyphicons Halflings';
	src:url('..../fonts/glyphicons-halflings-regular.eot');
	src:url('..../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
	url('..../fonts/glyphicons-halflings-regular.woff2') format('woff2'),
	url('..../fonts/glyphicons-halflings-regular.woff') format('woff'),
	url('..../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
	url('..../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}
.glyphicon {
	position:relative;
	top:1px;
	display:inline-block;
	font-family:'Glyphicons Halflings';
	font-style:normal;
	font-weight:400;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
.glyphicon-asterisk:before {
	content:"\2a"
}
.glyphicon-plus:before {
	content:"\2b"
}
.glyphicon-euro:before,
.glyphicon-eur:before {
	content:"\20ac"
}
.glyphicon-minus:before {
	content:"\2212"
}
.glyphicon-cloud:before {
	content:"\2601"
}
.glyphicon-envelope:before {
	content:"\2709"
}
.glyphicon-pencil:before {
	content:"\270f"
}
.glyphicon-glass:before {
	content:"\e001"
}
.glyphicon-music:before {
	content:"\e002"
}
.glyphicon-search:before {
	content:"\e003"
}
.glyphicon-heart:before {
	content:"\e005"
}
.glyphicon-star:before {
	content:"\e006"
}
.glyphicon-star-empty:before {
	content:"\e007"
}
.glyphicon-user:before {
	content:"\e008"
}
.glyphicon-film:before {
	content:"\e009"
}
.glyphicon-th-large:before {
	content:"\e010"
}
.glyphicon-th:before {
	content:"\e011"
}
.glyphicon-th-list:before {
	content:"\e012"
}
.glyphicon-ok:before {
	content:"\e013"
}
.glyphicon-remove:before {
	content:"\e014"
}
.glyphicon-zoom-in:before {
	content:"\e015"
}
.glyphicon-zoom-out:before {
	content:"\e016"
}
.glyphicon-off:before {
	content:"\e017"
}
.glyphicon-signal:before {
	content:"\e018"
}
.glyphicon-cog:before {
	content:"\e019"
}
.glyphicon-trash:before {
	content:"\e020"
}
.glyphicon-home:before {
	content:"\e021"
}
.glyphicon-file:before {
	content:"\e022"
}
.glyphicon-time:before {
	content:"\e023"
}
.glyphicon-road:before {
	content:"\e024"
}
.glyphicon-download-alt:before {
	content:"\e025"
}
.glyphicon-download:before {
	content:"\e026"
}
.glyphicon-upload:before {
	content:"\e027"
}
.glyphicon-inbox:before {
	content:"\e028"
}
.glyphicon-play-circle:before {
	content:"\e029"
}
.glyphicon-repeat:before {
	content:"\e030"
}
.glyphicon-refresh:before {
	content:"\e031"
}
.glyphicon-list-alt:before {
	content:"\e032"
}
.glyphicon-lock:before {
	content:"\e033"
}
.glyphicon-flag:before {
	content:"\e034"
}
.glyphicon-headphones:before {
	content:"\e035"
}
.glyphicon-volume-off:before {
	content:"\e036"
}
.glyphicon-volume-down:before {
	content:"\e037"
}
.glyphicon-volume-up:before {
	content:"\e038"
}
.glyphicon-qrcode:before {
	content:"\e039"
}
.glyphicon-barcode:before {
	content:"\e040"
}
.glyphicon-tag:before {
	content:"\e041"
}
.glyphicon-tags:before {
	content:"\e042"
}
.glyphicon-book:before {
	content:"\e043"
}
.glyphicon-bookmark:before {
	content:"\e044"
}
.glyphicon-print:before {
	content:"\e045"
}
.glyphicon-camera:before {
	content:"\e046"
}
.glyphicon-font:before {
	content:"\e047"
}
.glyphicon-bold:before {
	content:"\e048"
}
.glyphicon-italic:before {
	content:"\e049"
}
.glyphicon-text-height:before {
	content:"\e050"
}
.glyphicon-text-width:before {
	content:"\e051"
}
.glyphicon-align-left:before {
	content:"\e052"
}
.glyphicon-align-center:before {
	content:"\e053"
}
.glyphicon-align-right:before {
	content:"\e054"
}
.glyphicon-align-justify:before {
	content:"\e055"
}
.glyphicon-list:before {
	content:"\e056"
}
.glyphicon-indent-left:before {
	content:"\e057"
}
.glyphicon-indent-right:before {
	content:"\e058"
}
.glyphicon-facetime-video:before {
	content:"\e059"
}
.glyphicon-picture:before {
	content:"\e060"
}
.glyphicon-map-marker:before {
	content:"\e062"
}
.glyphicon-adjust:before {
	content:"\e063"
}
.glyphicon-tint:before {
	content:"\e064"
}
.glyphicon-edit:before {
	content:"\e065"
}
.glyphicon-share:before {
	content:"\e066"
}
.glyphicon-check:before {
	content:"\e067"
}
.glyphicon-move:before {
	content:"\e068"
}
.glyphicon-step-backward:before {
	content:"\e069"
}
.glyphicon-fast-backward:before {
	content:"\e070"
}
.glyphicon-backward:before {
	content:"\e071"
}
.glyphicon-play:before {
	content:"\e072"
}
.glyphicon-pause:before {
	content:"\e073"
}
.glyphicon-stop:before {
	content:"\e074"
}
.glyphicon-forward:before {
	content:"\e075"
}
.glyphicon-fast-forward:before {
	content:"\e076"
}
.glyphicon-step-forward:before {
	content:"\e077"
}
.glyphicon-eject:before {
	content:"\e078"
}
.glyphicon-chevron-left:before {
	content:"\e079"
}
.glyphicon-chevron-right:before {
	content:"\e080"
}
.glyphicon-plus-sign:before {
	content:"\e081"
}
.glyphicon-minus-sign:before {
	content:"\e082"
}
.glyphicon-remove-sign:before {
	content:"\e083"
}
.glyphicon-ok-sign:before {
	content:"\e084"
}
.glyphicon-question-sign:before {
	content:"\e085"
}
.glyphicon-info-sign:before {
	content:"\e086"
}
.glyphicon-screenshot:before {
	content:"\e087"
}
.glyphicon-remove-circle:before {
	content:"\e088"
}
.glyphicon-ok-circle:before {
	content:"\e089"
}
.glyphicon-ban-circle:before {
	content:"\e090"
}
.glyphicon-arrow-left:before {
	content:"\e091"
}
.glyphicon-arrow-right:before {
	content:"\e092"
}
.glyphicon-arrow-up:before {
	content:"\e093"
}
.glyphicon-arrow-down:before {
	content:"\e094"
}
.glyphicon-share-alt:before {
	content:"\e095"
}
.glyphicon-resize-full:before {
	content:"\e096"
}
.glyphicon-resize-small:before {
	content:"\e097"
}
.glyphicon-exclamation-sign:before {
	content:"\e101"
}
.glyphicon-gift:before {
	content:"\e102"
}
.glyphicon-leaf:before {
	content:"\e103"
}
.glyphicon-fire:before {
	content:"\e104"
}
.glyphicon-eye-open:before {
	content:"\e105"
}
.glyphicon-eye-close:before {
	content:"\e106"
}
.glyphicon-warning-sign:before {
	content:"\e107"
}
.glyphicon-plane:before {
	content:"\e108"
}
.glyphicon-calendar:before {
	content:"\e109"
}
.glyphicon-random:before {
	content:"\e110"
}
.glyphicon-comment:before {
	content:"\e111"
}
.glyphicon-magnet:before {
	content:"\e112"
}
.glyphicon-chevron-up:before {
	content:"\e113"
}
.glyphicon-chevron-down:before {
	content:"\e114"
}
.glyphicon-retweet:before {
	content:"\e115"
}
.glyphicon-shopping-cart:before {
	content:"\e116"
}
.glyphicon-folder-close:before {
	content:"\e117"
}
.glyphicon-folder-open:before {
	content:"\e118"
}
.glyphicon-resize-vertical:before {
	content:"\e119"
}
.glyphicon-resize-horizontal:before {
	content:"\e120"
}
.glyphicon-hdd:before {
	content:"\e121"
}
.glyphicon-bullhorn:before {
	content:"\e122"
}
.glyphicon-bell:before {
	content:"\e123"
}
.glyphicon-certificate:before {
	content:"\e124"
}
.glyphicon-thumbs-up:before {
	content:"\e125"
}
.glyphicon-thumbs-down:before {
	content:"\e126"
}
.glyphicon-hand-right:before {
	content:"\e127"
}
.glyphicon-hand-left:before {
	content:"\e128"
}
.glyphicon-hand-up:before {
	content:"\e129"
}
.glyphicon-hand-down:before {
	content:"\e130"
}
.glyphicon-circle-arrow-right:before {
	content:"\e131"
}
.glyphicon-circle-arrow-left:before {
	content:"\e132"
}
.glyphicon-circle-arrow-up:before {
	content:"\e133"
}
.glyphicon-circle-arrow-down:before {
	content:"\e134"
}
.glyphicon-globe:before {
	content:"\e135"
}
.glyphicon-wrench:before {
	content:"\e136"
}
.glyphicon-tasks:before {
	content:"\e137"
}
.glyphicon-filter:before {
	content:"\e138"
}
.glyphicon-briefcase:before {
	content:"\e139"
}
.glyphicon-fullscreen:before {
	content:"\e140"
}
.glyphicon-dashboard:before {
	content:"\e141"
}
.glyphicon-paperclip:before {
	content:"\e142"
}
.glyphicon-heart-empty:before {
	content:"\e143"
}
.glyphicon-link:before {
	content:"\e144"
}
.glyphicon-phone:before {
	content:"\e145"
}
.glyphicon-pushpin:before {
	content:"\e146"
}
.glyphicon-usd:before {
	content:"\e148"
}
.glyphicon-gbp:before {
	content:"\e149"
}
.glyphicon-sort:before {
	content:"\e150"
}
.glyphicon-sort-by-alphabet:before {
	content:"\e151"
}
.glyphicon-sort-by-alphabet-alt:before {
	content:"\e152"
}
.glyphicon-sort-by-order:before {
	content:"\e153"
}
.glyphicon-sort-by-order-alt:before {
	content:"\e154"
}
.glyphicon-sort-by-attributes:before {
	content:"\e155"
}
.glyphicon-sort-by-attributes-alt:before {
	content:"\e156"
}
.glyphicon-unchecked:before {
	content:"\e157"
}
.glyphicon-expand:before {
	content:"\e158"
}
.glyphicon-collapse-down:before {
	content:"\e159"
}
.glyphicon-collapse-up:before {
	content:"\e160"
}
.glyphicon-log-in:before {
	content:"\e161"
}
.glyphicon-flash:before {
	content:"\e162"
}
.glyphicon-log-out:before {
	content:"\e163"
}
.glyphicon-new-window:before {
	content:"\e164"
}
.glyphicon-record:before {
	content:"\e165"
}
.glyphicon-save:before {
	content:"\e166"
}
.glyphicon-open:before {
	content:"\e167"
}
.glyphicon-saved:before {
	content:"\e168"
}
.glyphicon-import:before {
	content:"\e169"
}
.glyphicon-export:before {
	content:"\e170"
}
.glyphicon-send:before {
	content:"\e171"
}
.glyphicon-floppy-disk:before {
	content:"\e172"
}
.glyphicon-floppy-saved:before {
	content:"\e173"
}
.glyphicon-floppy-remove:before {
	content:"\e174"
}
.glyphicon-floppy-save:before {
	content:"\e175"
}
.glyphicon-floppy-open:before {
	content:"\e176"
}
.glyphicon-credit-card:before {
	content:"\e177"
}
.glyphicon-transfer:before {
	content:"\e178"
}
.glyphicon-cutlery:before {
	content:"\e179"
}
.glyphicon-header:before {
	content:"\e180"
}
.glyphicon-compressed:before {
	content:"\e181"
}
.glyphicon-earphone:before {
	content:"\e182"
}
.glyphicon-phone-alt:before {
	content:"\e183"
}
.glyphicon-tower:before {
	content:"\e184"
}
.glyphicon-stats:before {
	content:"\e185"
}
.glyphicon-sd-video:before {
	content:"\e186"
}
.glyphicon-hd-video:before {
	content:"\e187"
}
.glyphicon-subtitles:before {
	content:"\e188"
}
.glyphicon-sound-stereo:before {
	content:"\e189"
}
.glyphicon-sound-dolby:before {
	content:"\e190"
}
.glyphicon-sound-5-1:before {
	content:"\e191"
}
.glyphicon-sound-6-1:before {
	content:"\e192"
}
.glyphicon-sound-7-1:before {
	content:"\e193"
}
.glyphicon-copyright-mark:before {
	content:"\e194"
}
.glyphicon-registration-mark:before {
	content:"\e195"
}
.glyphicon-cloud-download:before {
	content:"\e197"
}
.glyphicon-cloud-upload:before {
	content:"\e198"
}
.glyphicon-tree-conifer:before {
	content:"\e199"
}
.glyphicon-tree-deciduous:before {
	content:"\e200"
}
.glyphicon-cd:before {
	content:"\e201"
}
.glyphicon-save-file:before {
	content:"\e202"
}
.glyphicon-open-file:before {
	content:"\e203"
}
.glyphicon-level-up:before {
	content:"\e204"
}
.glyphicon-copy:before {
	content:"\e205"
}
.glyphicon-paste:before {
	content:"\e206"
}
.glyphicon-alert:before {
	content:"\e209"
}
.glyphicon-equalizer:before {
	content:"\e210"
}
.glyphicon-king:before {
	content:"\e211"
}
.glyphicon-queen:before {
	content:"\e212"
}
.glyphicon-pawn:before {
	content:"\e213"
}
.glyphicon-bishop:before {
	content:"\e214"
}
.glyphicon-knight:before {
	content:"\e215"
}
.glyphicon-baby-formula:before {
	content:"\e216"
}
.glyphicon-tent:before {
	content:"\26fa"
}
.glyphicon-blackboard:before {
	content:"\e218"
}
.glyphicon-bed:before {
	content:"\e219"
}
.glyphicon-apple:before {
	content:"\f8ff"
}
.glyphicon-erase:before {
	content:"\e221"
}
.glyphicon-hourglass:before {
	content:"\231b"
}
.glyphicon-lamp:before {
	content:"\e223"
}
.glyphicon-duplicate:before {
	content:"\e224"
}
.glyphicon-piggy-bank:before {
	content:"\e225"
}
.glyphicon-scissors:before {
	content:"\e226"
}
.glyphicon-bitcoin:before {
	content:"\e227"
}
.glyphicon-btc:before {
	content:"\e227"
}
.glyphicon-xbt:before {
	content:"\e227"
}
.glyphicon-yen:before {
	content:"\00a5"
}
.glyphicon-jpy:before {
	content:"\00a5"
}
.glyphicon-ruble:before {
	content:"\20bd"
}
.glyphicon-rub:before {
	content:"\20bd"
}
.glyphicon-scale:before {
	content:"\e230"
}
.glyphicon-ice-lolly:before {
	content:"\e231"
}
.glyphicon-ice-lolly-tasted:before {
	content:"\e232"
}
.glyphicon-education:before {
	content:"\e233"
}
.glyphicon-option-horizontal:before {
	content:"\e234"
}
.glyphicon-option-vertical:before {
	content:"\e235"
}
.glyphicon-menu-hamburger:before {
	content:"\e236"
}
.glyphicon-modal-window:before {
	content:"\e237"
}
.glyphicon-oil:before {
	content:"\e238"
}
.glyphicon-grain:before {
	content:"\e239"
}
.glyphicon-sunglasses:before {
	content:"\e240"
}
.glyphicon-text-size:before {
	content:"\e241"
}
.glyphicon-text-color:before {
	content:"\e242"
}
.glyphicon-text-background:before {
	content:"\e243"
}
.glyphicon-object-align-top:before {
	content:"\e244"
}
.glyphicon-object-align-bottom:before {
	content:"\e245"
}
.glyphicon-object-align-horizontal:before {
	content:"\e246"
}
.glyphicon-object-align-left:before {
	content:"\e247"
}
.glyphicon-object-align-vertical:before {
	content:"\e248"
}
.glyphicon-object-align-right:before {
	content:"\e249"
}
.glyphicon-triangle-right:before {
	content:"\e250"
}
.glyphicon-triangle-left:before {
	content:"\e251"
}
.glyphicon-triangle-bottom:before {
	content:"\e252"
}
.glyphicon-triangle-top:before {
	content:"\e253"
}
.glyphicon-console:before {
	content:"\e254"
}
.glyphicon-superscript:before {
	content:"\e255"
}
.glyphicon-subscript:before {
	content:"\e256"
}
.glyphicon-menu-left:before {
	content:"\e257"
}
.glyphicon-menu-right:before {
	content:"\e258"
}
.glyphicon-menu-down:before {
	content:"\e259"
}
.glyphicon-menu-up:before {
	content:"\e260"
}
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
*:before,
*:after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
html {
	font-size:10px;
	-webkit-tap-highlight-color:rgba(0,0,0,0)
}
body {
	font-size:14px;
	line-height:1.42857143;
	color:#333;
	background-color:#fff
}
input,
button,
select,
textarea {
	font-size:inherit;
	line-height:inherit
}
a {
	color:#337ab7;
	text-decoration:none
}
a:hover,
a:focus {
	color:#23527c;
	text-decoration:underline
}
a:focus {
	outline:0;
	outline:0;
	outline-offset:-2px
}
figure {
	margin:0
}
img {
	vertical-align:middle
}
.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	display:block;
	max-width:100%;
	height:auto
}
.img-rounded {
	border-radius:6px
}
.img-thumbnail {
	padding:4px;
	line-height:1.42857143;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:4px;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	display:inline-block;
	max-width:100%;
	height:auto
}
.img-circle {
	border-radius:50%
}
hr {
	margin-top:20px;
	margin-bottom:20px;
	border:0;
	border-top:1px solid #eee
}
.sr-only {
	position:absolute;
	width:1px;
	height:1px;
	margin:-1px;
	padding:0;
	overflow:hidden;
	clip:rect(0,0,0,0);
	border:0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position:static;
	width:auto;
	height:auto;
	margin:0;
	overflow:visible;
	clip:auto
}
[role=button] {
	cursor:pointer
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight:500;
	line-height:1.1;
	color:inherit
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
	font-weight:400;
	line-height:1;
	color:#777
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top:20px;
	margin-bottom:10px
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
	font-size:65%
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top:10px;
	margin-bottom:10px
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
	font-size:75%
}
h1,
.h1 {
	font-size:36px
}
h2,
.h2 {
	font-size:30px
}
h3,
.h3 {
	font-size:24px
}
h4,
.h4 {
	font-size:18px
}
h5,
.h5 {
	font-size:14px
}
h6,
.h6 {
	font-size:12px
}
p {
	margin:0 0 10px
}
.lead {
	margin-bottom:20px;
	font-size:16px;
	font-weight:300;
	line-height:1.4
}
@media (min-width:768px) {
	.lead {
	font-size:21px
	}
}
small,
.small {
	font-size:85%
}
mark,
.mark {
	background-color:#fcf8e3;
	padding:.2em
}
.text-left {
	text-align:left
}
.text-right {
	text-align:right
}
.text-center {
	text-align:center
}
.text-justify {
	text-align:justify
}
.text-nowrap {
	white-space:nowrap
}
.text-lowercase {
	text-transform:lowercase
}
.text-uppercase {
	text-transform:uppercase
}
.text-capitalize {
	text-transform:capitalize
}
.text-muted {
	color:#777
}
.text-primary {
	color:#337ab7
}
a.text-primary:hover,
a.text-primary:focus {
	color:#286090
}
.text-success {
	color:#3c763d
}
a.text-success:hover,
a.text-success:focus {
	color:#2b542c
}
.text-info {
	color:#31708f
}
a.text-info:hover,
a.text-info:focus {
	color:#245269
}
.text-warning {
	color:#8a6d3b
}
a.text-warning:hover,
a.text-warning:focus {
	color:#66512c
}
.text-danger {
	color:#a94442
}
a.text-danger:hover,
a.text-danger:focus {
	color:#843534
}
.bg-primary {
	color:#fff;
	background-color:#337ab7
}
a.bg-primary:hover,
a.bg-primary:focus {
	background-color:#286090
}
.bg-success {
	background-color:#dff0d8
}
a.bg-success:hover,
a.bg-success:focus {
	background-color:#c1e2b3
}
.bg-info {
	background-color:#d9edf7
}
a.bg-info:hover,
a.bg-info:focus {
	background-color:#afd9ee
}
.bg-warning {
	background-color:#fcf8e3
}
a.bg-warning:hover,
a.bg-warning:focus {
	background-color:#f7ecb5
}
.bg-danger {
	background-color:#f2dede
}
a.bg-danger:hover,
a.bg-danger:focus {
	background-color:#e4b9b9
}
ul,
ol {
	margin-top:0;
	margin-bottom:10px
}
ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom:0
}
.list-unstyled {
	padding-left:0;
	list-style:none
}
.list-inline {
	padding-left:0;
	list-style:none;
	margin-left:-5px
}
.list-inline>li {
	display:inline-block;
	padding-left:5px;
	padding-right:5px
}
dl {
	margin-top:0;
	margin-bottom:20px
}
dt,
dd {
	line-height:1.42857143
}
dt {
	font-weight:700
}
dd {
	margin-left:0
}
@media (min-width:768px) {
	.dl-horizontal dt {
	float:right;
	width:160px;
	clear:right;
	text-align:right;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
	}
	.dl-horizontal dd {
	margin-right:180px
	}
}
abbr[title],
abbr[data-original-title] {
	cursor:help;
	border-bottom:1px dotted #777
}
.initialism {
	font-size:90%;
	text-transform:uppercase
}
blockquote {
	padding:10px 20px;
	margin:0 0 20px;
	font-size:17.5px;
	border-right:5px solid #eee
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom:0
}
blockquote footer,
blockquote small,
blockquote .small {
	display:block;
	font-size:80%;
	line-height:1.42857143;
	color:#777
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content:'\2014 \00A0'
}
.blockquote-reverse,
blockquote.pull-right {
	padding-right:15px;
	padding-left:0;
	border-right:5px solid #eee;
	border-left:0;
	text-align:right
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
	content:''
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
	content:'\00A0 \2014'
}
address {
	margin-bottom:20px;
	font-style:normal;
	line-height:1.42857143
}
code,
kbd,
pre,
samp {
	font-family:Menlo,Monaco,Consolas,"Courier New",monospace
}
code {
	padding:2px 4px;
	font-size:90%;
	color:#c7254e;
	background-color:#f9f2f4;
	border-radius:4px
}
kbd {
	padding:2px 4px;
	font-size:90%;
	color:#fff;
	background-color:#333;
	border-radius:3px;
	box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)
}
kbd kbd {
	padding:0;
	font-size:100%;
	font-weight:700;
	box-shadow:none
}
pre {
	display:block;
	padding:9.5px;
	margin:0 0 10px;
	font-size:13px;
	line-height:1.42857143;
	word-break:break-all;
	word-wrap:break-word;
	color:#333;
	background-color:#f5f5f5;
	border:1px solid #ccc;
	border-radius:4px
}
pre code {
	padding:0;
	font-size:inherit;
	color:inherit;
	white-space:pre-wrap;
	background-color:transparent;
	border-radius:0
}
.pre-scrollable {
	max-height:340px;
	overflow-y:scroll
}
.container {
	margin-right:auto;
	margin-left:auto
}
@media (min-width:480px) {
	.container {
	width:100%;
	max-width:450px
	}
}
@media (min-width:768px) {
	.container {
	width:100%;
	max-width:750px
	}
}
@media (min-width:992px) {
	.container {
	width:100%;
	max-width:970px
	}
}
@media (min-width:1200px) {
	.container {
	width:100%;
	max-width:1300px
	}
}
.container-fluid {
	margin-right:auto;
	margin-left:auto
}
.col-xs-1,
.col-ms-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-xs-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-21,
.col-sm-21,
.col-md-21,
.col-lg-21,
.col-xs-22,
.col-sm-22,
.col-md-22,
.col-lg-22,
.col-xs-23,
.col-sm-23,
.col-md-23,
.col-lg-23,
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24,
.col-xs-25,
.col-sm-25,
.col-md-25,
.col-lg-25,
.col-xs-26,
.col-sm-26,
.col-md-26,
.col-lg-26,
.col-xs-27,
.col-sm-27,
.col-md-27,
.col-lg-27,
.col-xs-28,
.col-sm-28,
.col-md-28,
.col-lg-28,
.col-xs-29,
.col-sm-29,
.col-md-29,
.col-lg-29,
.col-xs-30,
.col-sm-30,
.col-md-30,
.col-lg-30,
.col-xs-31,
.col-sm-31,
.col-md-31,
.col-lg-31,
.col-xs-32,
.col-sm-32,
.col-md-32,
.col-lg-32,
.col-xs-33,
.col-sm-33,
.col-md-33,
.col-lg-33,
.col-xs-34,
.col-sm-34,
.col-md-34,
.col-lg-34,
.col-xs-35,
.col-sm-35,
.col-md-35,
.col-lg-35,
.col-xs-36,
.col-sm-36,
.col-md-36,
.col-lg-36 {
	position:relative;
	min-height:1px
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24,
.col-xs-25,
.col-xs-26,
.col-xs-27,
.col-xs-28,
.col-xs-29,
.col-xs-30,
.col-xs-31,
.col-xs-32,
.col-xs-33,
.col-xs-34,
.col-xs-35,
.col-xs-36 {
	float:right
}
.col-xs-36 {
	width:100%
}
.col-xs-35 {
	width:97.22222222%
}
.col-xs-34 {
	width:94.44444444%
}
.col-xs-33 {
	width:91.66666667%
}
.col-xs-32 {
	width:88.88888889%
}
.col-xs-31 {
	width:86.11111111%
}
.col-xs-30 {
	width:83.33333333%
}
.col-xs-29 {
	width:80.55555556%
}
.col-xs-28 {
	width:77.77777778%
}
.col-xs-27 {
	width:75%
}
.col-xs-26 {
	width:72.22222222%
}
.col-xs-25 {
	width:69.44444444%
}
.col-xs-24 {
	width:66.66666667%
}
.col-xs-23 {
	width:63.88888889%
}
.col-xs-22 {
	width:61.11111111%
}
.col-xs-21 {
	width:58.33333333%
}
.col-xs-20 {
	width:55.55555556%
}
.col-xs-19 {
	width:52.77777778%
}
.col-xs-18 {
	width:50%
}
.col-xs-17 {
	width:47.22222222%
}
.col-xs-16 {
	width:44.44444444%
}
.col-xs-15 {
	width:41.66666667%
}
.col-xs-14 {
	width:38.88888889%
}
.col-xs-13 {
	width:36.11111111%
}
.col-xs-12 {
	width:33.33333333%
}
.col-xs-11 {
	width:30.55555556%
}
.col-xs-10 {
	width:27.77777778%
}
.col-xs-9 {
	width:25%
}
.col-xs-8 {
	width:22.22222222%
}
.col-xs-7 {
	width:19.44444444%
}
.col-xs-6 {
	width:16.66666667%
}
.col-xs-5 {
	width:13.88888889%
}
.col-xs-4 {
	width:11.11111111%
}
.col-xs-3 {
	width:8.33333333%
}
.col-xs-2 {
	width:5.55555556%
}
.col-xs-1 {
	width:2.77777778%
}
.col-xs-pull-36 {
	right:100%
}
.col-xs-pull-35 {
	right:97.22222222%
}
.col-xs-pull-34 {
	right:94.44444444%
}
.col-xs-pull-33 {
	right:91.66666667%
}
.col-xs-pull-32 {
	right:88.88888889%
}
.col-xs-pull-31 {
	right:86.11111111%
}
.col-xs-pull-30 {
	right:83.33333333%
}
.col-xs-pull-29 {
	right:80.55555556%
}
.col-xs-pull-28 {
	right:77.77777778%
}
.col-xs-pull-27 {
	right:75%
}
.col-xs-pull-26 {
	right:72.22222222%
}
.col-xs-pull-25 {
	right:69.44444444%
}
.col-xs-pull-24 {
	right:66.66666667%
}
.col-xs-pull-23 {
	right:63.88888889%
}
.col-xs-pull-22 {
	right:61.11111111%
}
.col-xs-pull-21 {
	right:58.33333333%
}
.col-xs-pull-20 {
	right:55.55555556%
}
.col-xs-pull-19 {
	right:52.77777778%
}
.col-xs-pull-18 {
	right:50%
}
.col-xs-pull-17 {
	right:47.22222222%
}
.col-xs-pull-16 {
	right:44.44444444%
}
.col-xs-pull-15 {
	right:41.66666667%
}
.col-xs-pull-14 {
	right:38.88888889%
}
.col-xs-pull-13 {
	right:36.11111111%
}
.col-xs-pull-12 {
	right:33.33333333%
}
.col-xs-pull-11 {
	right:30.55555556%
}
.col-xs-pull-10 {
	right:27.77777778%
}
.col-xs-pull-9 {
	right:25%
}
.col-xs-pull-8 {
	right:22.22222222%
}
.col-xs-pull-7 {
	right:19.44444444%
}
.col-xs-pull-6 {
	right:16.66666667%
}
.col-xs-pull-5 {
	right:13.88888889%
}
.col-xs-pull-4 {
	right:11.11111111%
}
.col-xs-pull-3 {
	right:8.33333333%
}
.col-xs-pull-2 {
	right:5.55555556%
}
.col-xs-pull-1 {
	right:2.77777778%
}
.col-xs-pull-0 {
	right:auto
}
.col-xs-push-36 {
	left:100%
}
.col-xs-push-35 {
	left:97.22222222%
}
.col-xs-push-34 {
	left:94.44444444%
}
.col-xs-push-33 {
	left:91.66666667%
}
.col-xs-push-32 {
	left:88.88888889%
}
.col-xs-push-31 {
	left:86.11111111%
}
.col-xs-push-30 {
	left:83.33333333%
}
.col-xs-push-29 {
	left:80.55555556%
}
.col-xs-push-28 {
	left:77.77777778%
}
.col-xs-push-27 {
	left:75%
}
.col-xs-push-26 {
	left:72.22222222%
}
.col-xs-push-25 {
	left:69.44444444%
}
.col-xs-push-24 {
	left:66.66666667%
}
.col-xs-push-23 {
	left:63.88888889%
}
.col-xs-push-22 {
	left:61.11111111%
}
.col-xs-push-21 {
	left:58.33333333%
}
.col-xs-push-20 {
	left:55.55555556%
}
.col-xs-push-19 {
	left:52.77777778%
}
.col-xs-push-18 {
	left:50%
}
.col-xs-push-17 {
	left:47.22222222%
}
.col-xs-push-16 {
	left:44.44444444%
}
.col-xs-push-15 {
	left:41.66666667%
}
.col-xs-push-14 {
	left:38.88888889%
}
.col-xs-push-13 {
	left:36.11111111%
}
.col-xs-push-12 {
	left:33.33333333%
}
.col-xs-push-11 {
	left:30.55555556%
}
.col-xs-push-10 {
	left:27.77777778%
}
.col-xs-push-9 {
	left:25%
}
.col-xs-push-8 {
	left:22.22222222%
}
.col-xs-push-7 {
	left:19.44444444%
}
.col-xs-push-6 {
	left:16.66666667%
}
.col-xs-push-5 {
	left:13.88888889%
}
.col-xs-push-4 {
	left:11.11111111%
}
.col-xs-push-3 {
	left:8.33333333%
}
.col-xs-push-2 {
	left:5.55555556%
}
.col-xs-push-1 {
	left:2.77777778%
}
.col-xs-push-0 {
	left:auto
}
.col-xs-offset-36 {
	margin-left:100%
}
.col-xs-offset-35 {
	margin-left:97.22222222%
}
.col-xs-offset-34 {
	margin-left:94.44444444%
}
.col-xs-offset-33 {
	margin-left:91.66666667%
}
.col-xs-offset-32 {
	margin-left:88.88888889%
}
.col-xs-offset-31 {
	margin-left:86.11111111%
}
.col-xs-offset-30 {
	margin-left:83.33333333%
}
.col-xs-offset-29 {
	margin-left:80.55555556%
}
.col-xs-offset-28 {
	margin-left:77.77777778%
}
.col-xs-offset-27 {
	margin-left:75%
}
.col-xs-offset-26 {
	margin-left:72.22222222%
}
.col-xs-offset-25 {
	margin-left:69.44444444%
}
.col-xs-offset-24 {
	margin-left:66.66666667%
}
.col-xs-offset-23 {
	margin-left:63.88888889%
}
.col-xs-offset-22 {
	margin-left:61.11111111%
}
.col-xs-offset-21 {
	margin-left:58.33333333%
}
.col-xs-offset-20 {
	margin-left:55.55555556%
}
.col-xs-offset-19 {
	margin-left:52.77777778%
}
.col-xs-offset-18 {
	margin-left:50%
}
.col-xs-offset-17 {
	margin-left:47.22222222%
}
.col-xs-offset-16 {
	margin-left:44.44444444%
}
.col-xs-offset-15 {
	margin-left:41.66666667%
}
.col-xs-offset-14 {
	margin-left:38.88888889%
}
.col-xs-offset-13 {
	margin-left:36.11111111%
}
.col-xs-offset-12 {
	margin-left:33.33333333%
}
.col-xs-offset-11 {
	margin-left:30.55555556%
}
.col-xs-offset-10 {
	margin-left:27.77777778%
}
.col-xs-offset-9 {
	margin-left:25%
}
.col-xs-offset-8 {
	margin-left:22.22222222%
}
.col-xs-offset-7 {
	margin-left:19.44444444%
}
.col-xs-offset-6 {
	margin-left:16.66666667%
}
.col-xs-offset-5 {
	margin-left:13.88888889%
}
.col-xs-offset-4 {
	margin-left:11.11111111%
}
.col-xs-offset-3 {
	margin-left:8.33333333%
}
.col-xs-offset-2 {
	margin-left:5.55555556%
}
.col-xs-offset-1 {
	margin-left:2.77777778%
}
.col-xs-offset-0 {
	margin-left:0
}
@media (min-width:480px) {
	.col-ms-1,
	.col-ms-2,
	.col-ms-3,
	.col-ms-4,
	.col-ms-5,
	.col-ms-6,
	.col-ms-7,
	.col-ms-8,
	.col-ms-9,
	.col-ms-10,
	.col-ms-11,
	.col-ms-12,
	.col-ms-13,
	.col-ms-14,
	.col-ms-15,
	.col-ms-16,
	.col-ms-17,
	.col-ms-18,
	.col-ms-19,
	.col-ms-20,
	.col-ms-21,
	.col-ms-22,
	.col-ms-23,
	.col-ms-24,
	.col-ms-25,
	.col-ms-26,
	.col-ms-27,
	.col-ms-28,
	.col-ms-29,
	.col-ms-30,
	.col-ms-31,
	.col-ms-32,
	.col-ms-33,
	.col-ms-34,
	.col-ms-35,
	.col-ms-36 {
	float:right
	}
	.col-ms-36 {
	width:100%
	}
	.col-ms-35 {
	width:97.22222222%
	}
	.col-ms-34 {
	width:94.44444444%
	}
	.col-ms-33 {
	width:91.66666667%
	}
	.col-ms-32 {
	width:88.88888889%
	}
	.col-ms-31 {
	width:86.11111111%
	}
	.col-ms-30 {
	width:83.33333333%
	}
	.col-ms-29 {
	width:80.55555556%
	}
	.col-ms-28 {
	width:77.77777778%
	}
	.col-ms-27 {
	width:75%
	}
	.col-ms-26 {
	width:72.22222222%
	}
	.col-ms-25 {
	width:69.44444444%
	}
	.col-ms-24 {
	width:66.66666667%
	}
	.col-ms-23 {
	width:63.88888889%
	}
	.col-ms-22 {
	width:61.11111111%
	}
	.col-ms-21 {
	width:58.33333333%
	}
	.col-ms-20 {
	width:55.55555556%
	}
	.col-ms-19 {
	width:52.77777778%
	}
	.col-ms-18 {
	width:50%
	}
	.col-ms-17 {
	width:47.22222222%
	}
	.col-ms-16 {
	width:44.44444444%
	}
	.col-ms-15 {
	width:41.66666667%
	}
	.col-ms-14 {
	width:38.88888889%
	}
	.col-ms-13 {
	width:36.11111111%
	}
	.col-ms-12 {
	width:33.33333333%
	}
	.col-ms-11 {
	width:30.55555556%
	}
	.col-ms-10 {
	width:27.77777778%
	}
	.col-ms-9 {
	width:25%
	}
	.col-ms-8 {
	width:22.22222222%
	}
	.col-ms-7 {
	width:19.44444444%
	}
	.col-ms-6 {
	width:16.66666667%
	}
	.col-ms-5 {
	width:13.88888889%
	}
	.col-ms-4 {
	width:11.11111111%
	}
	.col-ms-3 {
	width:8.33333333%
	}
	.col-ms-2 {
	width:5.55555556%
	}
	.col-ms-1 {
	width:2.77777778%
	}
	.col-ms-pull-36 {
	right:100%
	}
	.col-ms-pull-35 {
	right:97.22222222%
	}
	.col-ms-pull-34 {
	right:94.44444444%
	}
	.col-ms-pull-33 {
	right:91.66666667%
	}
	.col-ms-pull-32 {
	right:88.88888889%
	}
	.col-ms-pull-31 {
	right:86.11111111%
	}
	.col-ms-pull-30 {
	right:83.33333333%
	}
	.col-ms-pull-29 {
	right:80.55555556%
	}
	.col-ms-pull-28 {
	right:77.77777778%
	}
	.col-ms-pull-27 {
	right:75%
	}
	.col-ms-pull-26 {
	right:72.22222222%
	}
	.col-ms-pull-25 {
	right:69.44444444%
	}
	.col-ms-pull-24 {
	right:66.66666667%
	}
	.col-ms-pull-23 {
	right:63.88888889%
	}
	.col-ms-pull-22 {
	right:61.11111111%
	}
	.col-ms-pull-21 {
	right:58.33333333%
	}
	.col-ms-pull-20 {
	right:55.55555556%
	}
	.col-ms-pull-19 {
	right:52.77777778%
	}
	.col-ms-pull-18 {
	right:50%
	}
	.col-ms-pull-17 {
	right:47.22222222%
	}
	.col-ms-pull-16 {
	right:44.44444444%
	}
	.col-ms-pull-15 {
	right:41.66666667%
	}
	.col-ms-pull-14 {
	right:38.88888889%
	}
	.col-ms-pull-13 {
	right:36.11111111%
	}
	.col-ms-pull-12 {
	right:33.33333333%
	}
	.col-ms-pull-11 {
	right:30.55555556%
	}
	.col-ms-pull-10 {
	right:27.77777778%
	}
	.col-ms-pull-9 {
	right:25%
	}
	.col-ms-pull-8 {
	right:22.22222222%
	}
	.col-ms-pull-7 {
	right:19.44444444%
	}
	.col-ms-pull-6 {
	right:16.66666667%
	}
	.col-ms-pull-5 {
	right:13.88888889%
	}
	.col-ms-pull-4 {
	right:11.11111111%
	}
	.col-ms-pull-3 {
	right:8.33333333%
	}
	.col-ms-pull-2 {
	right:5.55555556%
	}
	.col-ms-pull-1 {
	right:2.77777778%
	}
	.col-ms-pull-0 {
	right:auto
	}
	.col-ms-push-36 {
	left:100%
	}
	.col-ms-push-35 {
	left:97.22222222%
	}
	.col-ms-push-34 {
	left:94.44444444%
	}
	.col-ms-push-33 {
	left:91.66666667%
	}
	.col-ms-push-32 {
	left:88.88888889%
	}
	.col-ms-push-31 {
	left:86.11111111%
	}
	.col-ms-push-30 {
	left:83.33333333%
	}
	.col-ms-push-29 {
	left:80.55555556%
	}
	.col-ms-push-28 {
	left:77.77777778%
	}
	.col-ms-push-27 {
	left:75%
	}
	.col-ms-push-26 {
	left:72.22222222%
	}
	.col-ms-push-25 {
	left:69.44444444%
	}
	.col-ms-push-24 {
	left:66.66666667%
	}
	.col-ms-push-23 {
	left:63.88888889%
	}
	.col-ms-push-22 {
	left:61.11111111%
	}
	.col-ms-push-21 {
	left:58.33333333%
	}
	.col-ms-push-20 {
	left:55.55555556%
	}
	.col-ms-push-19 {
	left:52.77777778%
	}
	.col-ms-push-18 {
	left:50%
	}
	.col-ms-push-17 {
	left:47.22222222%
	}
	.col-ms-push-16 {
	left:44.44444444%
	}
	.col-ms-push-15 {
	left:41.66666667%
	}
	.col-ms-push-14 {
	left:38.88888889%
	}
	.col-ms-push-13 {
	left:36.11111111%
	}
	.col-ms-push-12 {
	left:33.33333333%
	}
	.col-ms-push-11 {
	left:30.55555556%
	}
	.col-ms-push-10 {
	left:27.77777778%
	}
	.col-ms-push-9 {
	left:25%
	}
	.col-ms-push-8 {
	left:22.22222222%
	}
	.col-ms-push-7 {
	left:19.44444444%
	}
	.col-ms-push-6 {
	left:16.66666667%
	}
	.col-ms-push-5 {
	left:13.88888889%
	}
	.col-ms-push-4 {
	left:11.11111111%
	}
	.col-ms-push-3 {
	left:8.33333333%
	}
	.col-ms-push-2 {
	left:5.55555556%
	}
	.col-ms-push-1 {
	left:2.77777778%
	}
	.col-ms-push-0 {
	left:auto
	}
	.col-ms-offset-36 {
	margin-left:100%
	}
	.col-ms-offset-35 {
	margin-left:97.22222222%
	}
	.col-ms-offset-34 {
	margin-left:94.44444444%
	}
	.col-ms-offset-33 {
	margin-left:91.66666667%
	}
	.col-ms-offset-32 {
	margin-left:88.88888889%
	}
	.col-ms-offset-31 {
	margin-left:86.11111111%
	}
	.col-ms-offset-30 {
	margin-left:83.33333333%
	}
	.col-ms-offset-29 {
	margin-left:80.55555556%
	}
	.col-ms-offset-28 {
	margin-left:77.77777778%
	}
	.col-ms-offset-27 {
	margin-left:75%
	}
	.col-ms-offset-26 {
	margin-left:72.22222222%
	}
	.col-ms-offset-25 {
	margin-left:69.44444444%
	}
	.col-ms-offset-24 {
	margin-left:66.66666667%
	}
	.col-ms-offset-23 {
	margin-left:63.88888889%
	}
	.col-ms-offset-22 {
	margin-left:61.11111111%
	}
	.col-ms-offset-21 {
	margin-left:58.33333333%
	}
	.col-ms-offset-20 {
	margin-left:55.55555556%
	}
	.col-ms-offset-19 {
	margin-left:52.77777778%
	}
	.col-ms-offset-18 {
	margin-left:50%
	}
	.col-ms-offset-17 {
	margin-left:47.22222222%
	}
	.col-ms-offset-16 {
	margin-left:44.44444444%
	}
	.col-ms-offset-15 {
	margin-left:41.66666667%
	}
	.col-ms-offset-14 {
	margin-left:38.88888889%
	}
	.col-ms-offset-13 {
	margin-left:36.11111111%
	}
	.col-ms-offset-12 {
	margin-left:33.33333333%
	}
	.col-ms-offset-11 {
	margin-left:30.55555556%
	}
	.col-ms-offset-10 {
	margin-left:27.77777778%
	}
	.col-ms-offset-9 {
	margin-left:25%
	}
	.col-ms-offset-8 {
	margin-left:22.22222222%
	}
	.col-ms-offset-7 {
	margin-left:19.44444444%
	}
	.col-ms-offset-6 {
	margin-left:16.66666667%
	}
	.col-ms-offset-5 {
	margin-left:13.88888889%
	}
	.col-ms-offset-4 {
	margin-left:11.11111111%
	}
	.col-ms-offset-3 {
	margin-left:8.33333333%
	}
	.col-ms-offset-2 {
	margin-left:5.55555556%
	}
	.col-ms-offset-1 {
	margin-left:2.77777778%
	}
	.col-ms-offset-0 {
	margin-left:0
	}
}
@media (min-width:768px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-13,
	.col-sm-14,
	.col-sm-15,
	.col-sm-16,
	.col-sm-17,
	.col-sm-18,
	.col-sm-19,
	.col-sm-20,
	.col-sm-21,
	.col-sm-22,
	.col-sm-23,
	.col-sm-24,
	.col-sm-25,
	.col-sm-26,
	.col-sm-27,
	.col-sm-28,
	.col-sm-29,
	.col-sm-30,
	.col-sm-31,
	.col-sm-32,
	.col-sm-33,
	.col-sm-34,
	.col-sm-35,
	.col-sm-36 {
	float:right
	}
	.col-sm-36 {
	width:100%
	}
	.col-sm-35 {
	width:97.22222222%
	}
	.col-sm-34 {
	width:94.44444444%
	}
	.col-sm-33 {
	width:91.66666667%
	}
	.col-sm-32 {
	width:88.88888889%
	}
	.col-sm-31 {
	width:86.11111111%
	}
	.col-sm-30 {
	width:83.33333333%
	}
	.col-sm-29 {
	width:80.55555556%
	}
	.col-sm-28 {
	width:77.77777778%
	}
	.col-sm-27 {
	width:75%
	}
	.col-sm-26 {
	width:72.22222222%
	}
	.col-sm-25 {
	width:69.44444444%
	}
	.col-sm-24 {
	width:66.66666667%
	}
	.col-sm-23 {
	width:63.88888889%
	}
	.col-sm-22 {
	width:61.11111111%
	}
	.col-sm-21 {
	width:58.33333333%
	}
	.col-sm-20 {
	width:55.55555556%
	}
	.col-sm-19 {
	width:52.77777778%
	}
	.col-sm-18 {
	width:50%
	}
	.col-sm-17 {
	width:47.22222222%
	}
	.col-sm-16 {
	width:44.44444444%
	}
	.col-sm-15 {
	width:41.66666667%
	}
	.col-sm-14 {
	width:38.88888889%
	}
	.col-sm-13 {
	width:36.11111111%
	}
	.col-sm-12 {
	width:33.33333333%
	}
	.col-sm-11 {
	width:30.55555556%
	}
	.col-sm-10 {
	width:27.77777778%
	}
	.col-sm-9 {
	width:25%
	}
	.col-sm-8 {
	width:22.22222222%
	}
	.col-sm-7 {
	width:19.44444444%
	}
	.col-sm-6 {
	width:16.66666667%
	}
	.col-sm-5 {
	width:13.88888889%
	}
	.col-sm-4 {
	width:11.11111111%
	}
	.col-sm-3 {
	width:8.33333333%
	}
	.col-sm-2 {
	width:5.55555556%
	}
	.col-sm-1 {
	width:2.77777778%
	}
	.col-sm-pull-36 {
	right:100%
	}
	.col-sm-pull-35 {
	right:97.22222222%
	}
	.col-sm-pull-34 {
	right:94.44444444%
	}
	.col-sm-pull-33 {
	right:91.66666667%
	}
	.col-sm-pull-32 {
	right:88.88888889%
	}
	.col-sm-pull-31 {
	right:86.11111111%
	}
	.col-sm-pull-30 {
	right:83.33333333%
	}
	.col-sm-pull-29 {
	right:80.55555556%
	}
	.col-sm-pull-28 {
	right:77.77777778%
	}
	.col-sm-pull-27 {
	right:75%
	}
	.col-sm-pull-26 {
	right:72.22222222%
	}
	.col-sm-pull-25 {
	right:69.44444444%
	}
	.col-sm-pull-24 {
	right:66.66666667%
	}
	.col-sm-pull-23 {
	right:63.88888889%
	}
	.col-sm-pull-22 {
	right:61.11111111%
	}
	.col-sm-pull-21 {
	right:58.33333333%
	}
	.col-sm-pull-20 {
	right:55.55555556%
	}
	.col-sm-pull-19 {
	right:52.77777778%
	}
	.col-sm-pull-18 {
	right:50%
	}
	.col-sm-pull-17 {
	right:47.22222222%
	}
	.col-sm-pull-16 {
	right:44.44444444%
	}
	.col-sm-pull-15 {
	right:41.66666667%
	}
	.col-sm-pull-14 {
	right:38.88888889%
	}
	.col-sm-pull-13 {
	right:36.11111111%
	}
	.col-sm-pull-12 {
	right:33.33333333%
	}
	.col-sm-pull-11 {
	right:30.55555556%
	}
	.col-sm-pull-10 {
	right:27.77777778%
	}
	.col-sm-pull-9 {
	right:25%
	}
	.col-sm-pull-8 {
	right:22.22222222%
	}
	.col-sm-pull-7 {
	right:19.44444444%
	}
	.col-sm-pull-6 {
	right:16.66666667%
	}
	.col-sm-pull-5 {
	right:13.88888889%
	}
	.col-sm-pull-4 {
	right:11.11111111%
	}
	.col-sm-pull-3 {
	right:8.33333333%
	}
	.col-sm-pull-2 {
	right:5.55555556%
	}
	.col-sm-pull-1 {
	right:2.77777778%
	}
	.col-sm-pull-0 {
	right:auto
	}
	.col-sm-push-36 {
	left:100%
	}
	.col-sm-push-35 {
	left:97.22222222%
	}
	.col-sm-push-34 {
	left:94.44444444%
	}
	.col-sm-push-33 {
	left:91.66666667%
	}
	.col-sm-push-32 {
	left:88.88888889%
	}
	.col-sm-push-31 {
	left:86.11111111%
	}
	.col-sm-push-30 {
	left:83.33333333%
	}
	.col-sm-push-29 {
	left:80.55555556%
	}
	.col-sm-push-28 {
	left:77.77777778%
	}
	.col-sm-push-27 {
	left:75%
	}
	.col-sm-push-26 {
	left:72.22222222%
	}
	.col-sm-push-25 {
	left:69.44444444%
	}
	.col-sm-push-24 {
	left:66.66666667%
	}
	.col-sm-push-23 {
	left:63.88888889%
	}
	.col-sm-push-22 {
	left:61.11111111%
	}
	.col-sm-push-21 {
	left:58.33333333%
	}
	.col-sm-push-20 {
	left:55.55555556%
	}
	.col-sm-push-19 {
	left:52.77777778%
	}
	.col-sm-push-18 {
	left:50%
	}
	.col-sm-push-17 {
	left:47.22222222%
	}
	.col-sm-push-16 {
	left:44.44444444%
	}
	.col-sm-push-15 {
	left:41.66666667%
	}
	.col-sm-push-14 {
	left:38.88888889%
	}
	.col-sm-push-13 {
	left:36.11111111%
	}
	.col-sm-push-12 {
	left:33.33333333%
	}
	.col-sm-push-11 {
	left:30.55555556%
	}
	.col-sm-push-10 {
	left:27.77777778%
	}
	.col-sm-push-9 {
	left:25%
	}
	.col-sm-push-8 {
	left:22.22222222%
	}
	.col-sm-push-7 {
	left:19.44444444%
	}
	.col-sm-push-6 {
	left:16.66666667%
	}
	.col-sm-push-5 {
	left:13.88888889%
	}
	.col-sm-push-4 {
	left:11.11111111%
	}
	.col-sm-push-3 {
	left:8.33333333%
	}
	.col-sm-push-2 {
	left:5.55555556%
	}
	.col-sm-push-1 {
	left:2.77777778%
	}
	.col-sm-push-0 {
	left:auto
	}
	.col-sm-offset-36 {
	margin-left:100%
	}
	.col-sm-offset-35 {
	margin-left:97.22222222%
	}
	.col-sm-offset-34 {
	margin-left:94.44444444%
	}
	.col-sm-offset-33 {
	margin-left:91.66666667%
	}
	.col-sm-offset-32 {
	margin-left:88.88888889%
	}
	.col-sm-offset-31 {
	margin-left:86.11111111%
	}
	.col-sm-offset-30 {
	margin-left:83.33333333%
	}
	.col-sm-offset-29 {
	margin-left:80.55555556%
	}
	.col-sm-offset-28 {
	margin-left:77.77777778%
	}
	.col-sm-offset-27 {
	margin-left:75%
	}
	.col-sm-offset-26 {
	margin-left:72.22222222%
	}
	.col-sm-offset-25 {
	margin-left:69.44444444%
	}
	.col-sm-offset-24 {
	margin-left:66.66666667%
	}
	.col-sm-offset-23 {
	margin-left:63.88888889%
	}
	.col-sm-offset-22 {
	margin-left:61.11111111%
	}
	.col-sm-offset-21 {
	margin-left:58.33333333%
	}
	.col-sm-offset-20 {
	margin-left:55.55555556%
	}
	.col-sm-offset-19 {
	margin-left:52.77777778%
	}
	.col-sm-offset-18 {
	margin-left:50%
	}
	.col-sm-offset-17 {
	margin-left:47.22222222%
	}
	.col-sm-offset-16 {
	margin-left:44.44444444%
	}
	.col-sm-offset-15 {
	margin-left:41.66666667%
	}
	.col-sm-offset-14 {
	margin-left:38.88888889%
	}
	.col-sm-offset-13 {
	margin-left:36.11111111%
	}
	.col-sm-offset-12 {
	margin-left:33.33333333%
	}
	.col-sm-offset-11 {
	margin-left:30.55555556%
	}
	.col-sm-offset-10 {
	margin-left:27.77777778%
	}
	.col-sm-offset-9 {
	margin-left:25%
	}
	.col-sm-offset-8 {
	margin-left:22.22222222%
	}
	.col-sm-offset-7 {
	margin-left:19.44444444%
	}
	.col-sm-offset-6 {
	margin-left:16.66666667%
	}
	.col-sm-offset-5 {
	margin-left:13.88888889%
	}
	.col-sm-offset-4 {
	margin-left:11.11111111%
	}
	.col-sm-offset-3 {
	margin-left:8.33333333%
	}
	.col-sm-offset-2 {
	margin-left:5.55555556%
	}
	.col-sm-offset-1 {
	margin-left:2.77777778%
	}
	.col-sm-offset-0 {
	margin-left:0
	}
}
@media (min-width:992px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-13,
	.col-md-14,
	.col-md-15,
	.col-md-16,
	.col-md-17,
	.col-md-18,
	.col-md-19,
	.col-md-20,
	.col-md-21,
	.col-md-22,
	.col-md-23,
	.col-md-24,
	.col-md-25,
	.col-md-26,
	.col-md-27,
	.col-md-28,
	.col-md-29,
	.col-md-30,
	.col-md-31,
	.col-md-32,
	.col-md-33,
	.col-md-34,
	.col-md-35,
	.col-md-36 {
	float:right
	}
	.col-md-36 {
	width:100%
	}
	.col-md-35 {
	width:97.22222222%
	}
	.col-md-34 {
	width:94.44444444%
	}
	.col-md-33 {
	width:91.66666667%
	}
	.col-md-32 {
	width:88.88888889%
	}
	.col-md-31 {
	width:86.11111111%
	}
	.col-md-30 {
	width:83.33333333%
	}
	.col-md-29 {
	width:80.55555556%
	}
	.col-md-28 {
	width:77.77777778%
	}
	.col-md-27 {
	width:75%
	}
	.col-md-26 {
	width:72.22222222%
	}
	.col-md-25 {
	width:69.44444444%
	}
	.col-md-24 {
	width:66.66666667%
	}
	.col-md-23 {
	width:63.88888889%
	}
	.col-md-22 {
	width:61.11111111%
	}
	.col-md-21 {
	width:58.33333333%
	}
	.col-md-20 {
	width:55.55555556%
	}
	.col-md-19 {
	width:52.77777778%
	}
	.col-md-18 {
	width:50%
	}
	.col-md-17 {
	width:47.22222222%
	}
	.col-md-16 {
	width:44.44444444%
	}
	.col-md-15 {
	width:41.66666667%
	}
	.col-md-14 {
	width:38.88888889%
	}
	.col-md-13 {
	width:36.11111111%
	}
	.col-md-12 {
	width:33.33333333%
	}
	.col-md-11 {
	width:30.55555556%
	}
	.col-md-10 {
	width:27.77777778%
	}
	.col-md-9 {
	width:25%
	}
	.col-md-8 {
	width:22.22222222%
	}
	.col-md-7 {
	width:19.44444444%
	}
	.col-md-6 {
	width:16.66666667%
	}
	.col-md-5 {
	width:13.88888889%
	}
	.col-md-4 {
	width:11.11111111%
	}
	.col-md-3 {
	width:8.33333333%
	}
	.col-md-2 {
	width:5.55555556%
	}
	.col-md-1 {
	width:2.77777778%
	}
	.col-md-pull-36 {
	right:100%
	}
	.col-md-pull-35 {
	right:97.22222222%
	}
	.col-md-pull-34 {
	right:94.44444444%
	}
	.col-md-pull-33 {
	right:91.66666667%
	}
	.col-md-pull-32 {
	right:88.88888889%
	}
	.col-md-pull-31 {
	right:86.11111111%
	}
	.col-md-pull-30 {
	right:83.33333333%
	}
	.col-md-pull-29 {
	right:80.55555556%
	}
	.col-md-pull-28 {
	right:77.77777778%
	}
	.col-md-pull-27 {
	right:75%
	}
	.col-md-pull-26 {
	right:72.22222222%
	}
	.col-md-pull-25 {
	right:69.44444444%
	}
	.col-md-pull-24 {
	right:66.66666667%
	}
	.col-md-pull-23 {
	right:63.88888889%
	}
	.col-md-pull-22 {
	right:61.11111111%
	}
	.col-md-pull-21 {
	right:58.33333333%
	}
	.col-md-pull-20 {
	right:55.55555556%
	}
	.col-md-pull-19 {
	right:52.77777778%
	}
	.col-md-pull-18 {
	right:50%
	}
	.col-md-pull-17 {
	right:47.22222222%
	}
	.col-md-pull-16 {
	right:44.44444444%
	}
	.col-md-pull-15 {
	right:41.66666667%
	}
	.col-md-pull-14 {
	right:38.88888889%
	}
	.col-md-pull-13 {
	right:36.11111111%
	}
	.col-md-pull-12 {
	right:33.33333333%
	}
	.col-md-pull-11 {
	right:30.55555556%
	}
	.col-md-pull-10 {
	right:27.77777778%
	}
	.col-md-pull-9 {
	right:25%
	}
	.col-md-pull-8 {
	right:22.22222222%
	}
	.col-md-pull-7 {
	right:19.44444444%
	}
	.col-md-pull-6 {
	right:16.66666667%
	}
	.col-md-pull-5 {
	right:13.88888889%
	}
	.col-md-pull-4 {
	right:11.11111111%
	}
	.col-md-pull-3 {
	right:8.33333333%
	}
	.col-md-pull-2 {
	right:5.55555556%
	}
	.col-md-pull-1 {
	right:2.77777778%
	}
	.col-md-pull-0 {
	right:auto
	}
	.col-md-push-36 {
	left:100%
	}
	.col-md-push-35 {
	left:97.22222222%
	}
	.col-md-push-34 {
	left:94.44444444%
	}
	.col-md-push-33 {
	left:91.66666667%
	}
	.col-md-push-32 {
	left:88.88888889%
	}
	.col-md-push-31 {
	left:86.11111111%
	}
	.col-md-push-30 {
	left:83.33333333%
	}
	.col-md-push-29 {
	left:80.55555556%
	}
	.col-md-push-28 {
	left:77.77777778%
	}
	.col-md-push-27 {
	left:75%
	}
	.col-md-push-26 {
	left:72.22222222%
	}
	.col-md-push-25 {
	left:69.44444444%
	}
	.col-md-push-24 {
	left:66.66666667%
	}
	.col-md-push-23 {
	left:63.88888889%
	}
	.col-md-push-22 {
	left:61.11111111%
	}
	.col-md-push-21 {
	left:58.33333333%
	}
	.col-md-push-20 {
	left:55.55555556%
	}
	.col-md-push-19 {
	left:52.77777778%
	}
	.col-md-push-18 {
	left:50%
	}
	.col-md-push-17 {
	left:47.22222222%
	}
	.col-md-push-16 {
	left:44.44444444%
	}
	.col-md-push-15 {
	left:41.66666667%
	}
	.col-md-push-14 {
	left:38.88888889%
	}
	.col-md-push-13 {
	left:36.11111111%
	}
	.col-md-push-12 {
	left:33.33333333%
	}
	.col-md-push-11 {
	left:30.55555556%
	}
	.col-md-push-10 {
	left:27.77777778%
	}
	.col-md-push-9 {
	left:25%
	}
	.col-md-push-8 {
	left:22.22222222%
	}
	.col-md-push-7 {
	left:19.44444444%
	}
	.col-md-push-6 {
	left:16.66666667%
	}
	.col-md-push-5 {
	left:13.88888889%
	}
	.col-md-push-4 {
	left:11.11111111%
	}
	.col-md-push-3 {
	left:8.33333333%
	}
	.col-md-push-2 {
	left:5.55555556%
	}
	.col-md-push-1 {
	left:2.77777778%
	}
	.col-md-push-0 {
	left:auto
	}
	.col-md-offset-36 {
	margin-left:100%
	}
	.col-md-offset-35 {
	margin-left:97.22222222%
	}
	.col-md-offset-34 {
	margin-left:94.44444444%
	}
	.col-md-offset-33 {
	margin-left:91.66666667%
	}
	.col-md-offset-32 {
	margin-left:88.88888889%
	}
	.col-md-offset-31 {
	margin-left:86.11111111%
	}
	.col-md-offset-30 {
	margin-left:83.33333333%
	}
	.col-md-offset-29 {
	margin-left:80.55555556%
	}
	.col-md-offset-28 {
	margin-left:77.77777778%
	}
	.col-md-offset-27 {
	margin-left:75%
	}
	.col-md-offset-26 {
	margin-left:72.22222222%
	}
	.col-md-offset-25 {
	margin-left:69.44444444%
	}
	.col-md-offset-24 {
	margin-left:66.66666667%
	}
	.col-md-offset-23 {
	margin-left:63.88888889%
	}
	.col-md-offset-22 {
	margin-left:61.11111111%
	}
	.col-md-offset-21 {
	margin-left:58.33333333%
	}
	.col-md-offset-20 {
	margin-left:55.55555556%
	}
	.col-md-offset-19 {
	margin-left:52.77777778%
	}
	.col-md-offset-18 {
	margin-left:50%
	}
	.col-md-offset-17 {
	margin-left:47.22222222%
	}
	.col-md-offset-16 {
	margin-left:44.44444444%
	}
	.col-md-offset-15 {
	margin-left:41.66666667%
	}
	.col-md-offset-14 {
	margin-left:38.88888889%
	}
	.col-md-offset-13 {
	margin-left:36.11111111%
	}
	.col-md-offset-12 {
	margin-left:33.33333333%
	}
	.col-md-offset-11 {
	margin-left:30.55555556%
	}
	.col-md-offset-10 {
	margin-left:27.77777778%
	}
	.col-md-offset-9 {
	margin-left:25%
	}
	.col-md-offset-8 {
	margin-left:22.22222222%
	}
	.col-md-offset-7 {
	margin-left:19.44444444%
	}
	.col-md-offset-6 {
	margin-left:16.66666667%
	}
	.col-md-offset-5 {
	margin-left:13.88888889%
	}
	.col-md-offset-4 {
	margin-left:11.11111111%
	}
	.col-md-offset-3 {
	margin-left:8.33333333%
	}
	.col-md-offset-2 {
	margin-left:5.55555556%
	}
	.col-md-offset-1 {
	margin-left:2.77777778%
	}
	.col-md-offset-0 {
	margin-left:0
	}
}
@media (min-width:1200px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-13,
	.col-lg-14,
	.col-lg-15,
	.col-lg-16,
	.col-lg-17,
	.col-lg-18,
	.col-lg-19,
	.col-lg-20,
	.col-lg-21,
	.col-lg-22,
	.col-lg-23,
	.col-lg-24,
	.col-lg-25,
	.col-lg-26,
	.col-lg-27,
	.col-lg-28,
	.col-lg-29,
	.col-lg-30,
	.col-lg-31,
	.col-lg-32,
	.col-lg-33,
	.col-lg-34,
	.col-lg-35,
	.col-lg-36 {
	float:right
	}
	.col-lg-36 {
	width:100%
	}
	.col-lg-35 {
	width:97.22222222%
	}
	.col-lg-34 {
	width:94.44444444%
	}
	.col-lg-33 {
	width:91.66666667%
	}
	.col-lg-32 {
	width:88.88888889%
	}
	.col-lg-31 {
	width:86.11111111%
	}
	.col-lg-30 {
	width:83.33333333%
	}
	.col-lg-29 {
	width:80.55555556%
	}
	.col-lg-28 {
	width:77.77777778%
	}
	.col-lg-27 {
	width:75%
	}
	.col-lg-26 {
	width:72.22222222%
	}
	.col-lg-25 {
	width:69.44444444%
	}
	.col-lg-24 {
	width:66.66666667%
	}
	.col-lg-23 {
	width:63.88888889%
	}
	.col-lg-22 {
	width:61.11111111%
	}
	.col-lg-21 {
	width:58.33333333%
	}
	.col-lg-20 {
	width:55.55555556%
	}
	.col-lg-19 {
	width:52.77777778%
	}
	.col-lg-18 {
	width:50%
	}
	.col-lg-17 {
	width:47.22222222%
	}
	.col-lg-16 {
	width:44.44444444%
	}
	.col-lg-15 {
	width:41.66666667%
	}
	.col-lg-14 {
	width:38.88888889%
	}
	.col-lg-13 {
	width:36.11111111%
	}
	.col-lg-12 {
	width:33.33333333%
	}
	.col-lg-11 {
	width:30.55555556%
	}
	.col-lg-10 {
	width:27.77777778%
	}
	.col-lg-9 {
	width:25%
	}
	.col-lg-8 {
	width:22.22222222%
	}
	.col-lg-7 {
	width:19.44444444%
	}
	.col-lg-6 {
	width:16.66666667%
	}
	.col-lg-5 {
	width:13.88888889%
	}
	.col-lg-4 {
	width:11.11111111%
	}
	.col-lg-3 {
	width:8.33333333%
	}
	.col-lg-2 {
	width:5.55555556%
	}
	.col-lg-1 {
	width:2.77777778%
	}
	.col-lg-pull-36 {
	right:100%
	}
	.col-lg-pull-35 {
	right:97.22222222%
	}
	.col-lg-pull-34 {
	right:94.44444444%
	}
	.col-lg-pull-33 {
	right:91.66666667%
	}
	.col-lg-pull-32 {
	right:88.88888889%
	}
	.col-lg-pull-31 {
	right:86.11111111%
	}
	.col-lg-pull-30 {
	right:83.33333333%
	}
	.col-lg-pull-29 {
	right:80.55555556%
	}
	.col-lg-pull-28 {
	right:77.77777778%
	}
	.col-lg-pull-27 {
	right:75%
	}
	.col-lg-pull-26 {
	right:72.22222222%
	}
	.col-lg-pull-25 {
	right:69.44444444%
	}
	.col-lg-pull-24 {
	right:66.66666667%
	}
	.col-lg-pull-23 {
	right:63.88888889%
	}
	.col-lg-pull-22 {
	right:61.11111111%
	}
	.col-lg-pull-21 {
	right:58.33333333%
	}
	.col-lg-pull-20 {
	right:55.55555556%
	}
	.col-lg-pull-19 {
	right:52.77777778%
	}
	.col-lg-pull-18 {
	right:50%
	}
	.col-lg-pull-17 {
	right:47.22222222%
	}
	.col-lg-pull-16 {
	right:44.44444444%
	}
	.col-lg-pull-15 {
	right:41.66666667%
	}
	.col-lg-pull-14 {
	right:38.88888889%
	}
	.col-lg-pull-13 {
	right:36.11111111%
	}
	.col-lg-pull-12 {
	right:33.33333333%
	}
	.col-lg-pull-11 {
	right:30.55555556%
	}
	.col-lg-pull-10 {
	right:27.77777778%
	}
	.col-lg-pull-9 {
	right:25%
	}
	.col-lg-pull-8 {
	right:22.22222222%
	}
	.col-lg-pull-7 {
	right:19.44444444%
	}
	.col-lg-pull-6 {
	right:16.66666667%
	}
	.col-lg-pull-5 {
	right:13.88888889%
	}
	.col-lg-pull-4 {
	right:11.11111111%
	}
	.col-lg-pull-3 {
	right:8.33333333%
	}
	.col-lg-pull-2 {
	right:5.55555556%
	}
	.col-lg-pull-1 {
	right:2.77777778%
	}
	.col-lg-pull-0 {
	right:auto
	}
	.col-lg-push-36 {
	left:100%
	}
	.col-lg-push-35 {
	left:97.22222222%
	}
	.col-lg-push-34 {
	left:94.44444444%
	}
	.col-lg-push-33 {
	left:91.66666667%
	}
	.col-lg-push-32 {
	left:88.88888889%
	}
	.col-lg-push-31 {
	left:86.11111111%
	}
	.col-lg-push-30 {
	left:83.33333333%
	}
	.col-lg-push-29 {
	left:80.55555556%
	}
	.col-lg-push-28 {
	left:77.77777778%
	}
	.col-lg-push-27 {
	left:75%
	}
	.col-lg-push-26 {
	left:72.22222222%
	}
	.col-lg-push-25 {
	left:69.44444444%
	}
	.col-lg-push-24 {
	left:66.66666667%
	}
	.col-lg-push-23 {
	left:63.88888889%
	}
	.col-lg-push-22 {
	left:61.11111111%
	}
	.col-lg-push-21 {
	left:58.33333333%
	}
	.col-lg-push-20 {
	left:55.55555556%
	}
	.col-lg-push-19 {
	left:52.77777778%
	}
	.col-lg-push-18 {
	left:50%
	}
	.col-lg-push-17 {
	left:47.22222222%
	}
	.col-lg-push-16 {
	left:44.44444444%
	}
	.col-lg-push-15 {
	left:41.66666667%
	}
	.col-lg-push-14 {
	left:38.88888889%
	}
	.col-lg-push-13 {
	left:36.11111111%
	}
	.col-lg-push-12 {
	left:33.33333333%
	}
	.col-lg-push-11 {
	left:30.55555556%
	}
	.col-lg-push-10 {
	left:27.77777778%
	}
	.col-lg-push-9 {
	left:25%
	}
	.col-lg-push-8 {
	left:22.22222222%
	}
	.col-lg-push-7 {
	left:19.44444444%
	}
	.col-lg-push-6 {
	left:16.66666667%
	}
	.col-lg-push-5 {
	left:13.88888889%
	}
	.col-lg-push-4 {
	left:11.11111111%
	}
	.col-lg-push-3 {
	left:8.33333333%
	}
	.col-lg-push-2 {
	left:5.55555556%
	}
	.col-lg-push-1 {
	left:2.77777778%
	}
	.col-lg-push-0 {
	left:auto
	}
	.col-lg-offset-36 {
	margin-left:100%
	}
	.col-lg-offset-35 {
	margin-left:97.22222222%
	}
	.col-lg-offset-34 {
	margin-left:94.44444444%
	}
	.col-lg-offset-33 {
	margin-left:91.66666667%
	}
	.col-lg-offset-32 {
	margin-left:88.88888889%
	}
	.col-lg-offset-31 {
	margin-left:86.11111111%
	}
	.col-lg-offset-30 {
	margin-left:83.33333333%
	}
	.col-lg-offset-29 {
	margin-left:80.55555556%
	}
	.col-lg-offset-28 {
	margin-left:77.77777778%
	}
	.col-lg-offset-27 {
	margin-left:75%
	}
	.col-lg-offset-26 {
	margin-left:72.22222222%
	}
	.col-lg-offset-25 {
	margin-left:69.44444444%
	}
	.col-lg-offset-24 {
	margin-left:66.66666667%
	}
	.col-lg-offset-23 {
	margin-left:63.88888889%
	}
	.col-lg-offset-22 {
	margin-left:61.11111111%
	}
	.col-lg-offset-21 {
	margin-left:58.33333333%
	}
	.col-lg-offset-20 {
	margin-left:55.55555556%
	}
	.col-lg-offset-19 {
	margin-left:52.77777778%
	}
	.col-lg-offset-18 {
	margin-left:50%
	}
	.col-lg-offset-17 {
	margin-left:47.22222222%
	}
	.col-lg-offset-16 {
	margin-left:44.44444444%
	}
	.col-lg-offset-15 {
	margin-left:41.66666667%
	}
	.col-lg-offset-14 {
	margin-left:38.88888889%
	}
	.col-lg-offset-13 {
	margin-left:36.11111111%
	}
	.col-lg-offset-12 {
	margin-left:33.33333333%
	}
	.col-lg-offset-11 {
	margin-left:30.55555556%
	}
	.col-lg-offset-10 {
	margin-left:27.77777778%
	}
	.col-lg-offset-9 {
	margin-left:25%
	}
	.col-lg-offset-8 {
	margin-left:22.22222222%
	}
	.col-lg-offset-7 {
	margin-left:19.44444444%
	}
	.col-lg-offset-6 {
	margin-left:16.66666667%
	}
	.col-lg-offset-5 {
	margin-left:13.88888889%
	}
	.col-lg-offset-4 {
	margin-left:11.11111111%
	}
	.col-lg-offset-3 {
	margin-left:8.33333333%
	}
	.col-lg-offset-2 {
	margin-left:5.55555556%
	}
	.col-lg-offset-1 {
	margin-left:2.77777778%
	}
	.col-lg-offset-0 {
	margin-left:0
	}
}
table {
	background-color:transparent
}
caption {
	padding-top:8px;
	padding-bottom:8px;
	color:#777;
	text-align:right
}
th {
	text-align:right
}
.table {
	width:100%;
	max-width:100%;
	margin-bottom:20px
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	padding:8px;
	line-height:1.42857143;
	vertical-align:top;
	border-top:1px solid #ddd
}
.table>thead>tr>th {
	vertical-align:bottom;
	border-bottom:2px solid #ddd
}
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.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>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
	padding:5px
}
.table-bordered {
	border:1px solid #ddd
}
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
	border:1px solid #ddd
}
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
	border-bottom-width:2px
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color:#f9f9f9
}
.table-hover>tbody>tr:hover {
	background-color:#f5f5f5
}
table col[class*=col-] {
	position:static;
	float:none;
	display:table-column
}
table td[class*=col-],
table th[class*=col-] {
	position:static;
	float:none;
	display:table-cell
}
.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
	background-color:#f5f5f5
}
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
	background-color:#e8e8e8
}
.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
	background-color:#dff0d8
}
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
	background-color:#d0e9c6
}
.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
	background-color:#d9edf7
}
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
	background-color:#c4e3f3
}
.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
	background-color:#fcf8e3
}
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
	background-color:#faf2cc
}
.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
	background-color:#f2dede
}
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
	background-color:#ebcccc
}
.table-responsive {
	overflow-x:auto;
	min-height:.01%
}
@media screen and (max-width:479px) {
	.table-responsive {
	width:100%;
	margin-bottom:15px;
	overflow-y:hidden;
	-ms-overflow-style:-ms-autohiding-scrollbar;
	border:1px solid #ddd
	}
	.table-responsive>.table {
	margin-bottom:0
	}
	.table-responsive>.table>thead>tr>th,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tfoot>tr>td {
	white-space:nowrap
	}
	.table-responsive>.table-bordered {
	border:0
	}
	.table-responsive>.table-bordered>thead>tr>th:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left:0
	}
	.table-responsive>.table-bordered>thead>tr>th:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child {
	border-right:0
	}
	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th,
	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td {
	border-bottom:0
	}
}
fieldset {
	padding:0;
	margin:0;
	border:0;
	min-width:0
}
legend {
	display:block;
	width:100%;
	padding:0;
	margin-bottom:20px;
	font-size:21px;
	line-height:inherit;
	color:#333;
	border:0;
	border-bottom:1px solid #e5e5e5
}
label {
	display:inline-block;
	max-width:100%;
	margin-bottom:5px;
	font-weight:700
}
input[type=search] {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
input[type=radio],
input[type=checkbox] {
	margin:4px 0 0;
	margin-top:1px \9;
	line-height:normal
}
input[type=file] {
	display:block
}
input[type=range] {
	display:block;
	width:100%
}
select[multiple],
select[size] {
	height:auto
}
input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
	outline:0;
	outline:0;
	outline-offset:-2px
}
output {
	display:block;
	padding-top:7px;
	font-size:14px;
	line-height:1.42857143;
	color:#555
}
.form-control {
	display:block;
	width:100%;
	height:24px;
	padding:0 12px;
	font-size:14px;
	line-height:24px;
	color:#555;
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
.form-control:focus {
	border-color:#66afe9;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.form-control::-moz-placeholder {
	color:#999;
	opacity:1
}
.form-control:-ms-input-placeholder {
	color:#999
}
.form-control::-webkit-input-placeholder {
	color:#999
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color:#eee;
	opacity:1
}
.form-control[disabled],
fieldset[disabled] .form-control {
	cursor:not-allowed
}
textarea.form-control {
	height:auto
}
input[type=search] {
	-webkit-appearance:none
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=date].form-control,
	input[type=time].form-control,
	input[type=datetime-local].form-control,
	input[type=month].form-control {
	line-height:34px
	}
	input[type=date].input-sm,
	input[type=time].input-sm,
	input[type=datetime-local].input-sm,
	input[type=month].input-sm,
	.input-group-sm input[type=date],
	.input-group-sm input[type=time],
	.input-group-sm input[type=datetime-local],
	.input-group-sm input[type=month] {
	line-height:30px
	}
	input[type=date].input-lg,
	input[type=time].input-lg,
	input[type=datetime-local].input-lg,
	input[type=month].input-lg,
	.input-group-lg input[type=date],
	.input-group-lg input[type=time],
	.input-group-lg input[type=datetime-local],
	.input-group-lg input[type=month] {
	line-height:46px
	}
}
.form-group {
	margin-bottom:15px
}
.radio,
.checkbox {
	position:relative;
	display:block;
	margin-top:10px;
	margin-bottom:10px
}
.radio label,
.checkbox label {
	min-height:20px;
	padding-left:20px;
	margin-bottom:0;
	font-weight:400;
	cursor:pointer
}
.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
	position:absolute;
	margin-left:-20px;
	margin-top:4px \9
}
.radio+.radio,
.checkbox+.checkbox {
	margin-top:-5px
}
.radio-inline,
.checkbox-inline {
	position:relative;
	display:inline-block;
	padding-left:20px;
	margin-bottom:0;
	vertical-align:middle;
	font-weight:400;
	cursor:pointer
}
.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
	margin-top:0;
	margin-left:10px
}
input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=checkbox].disabled,
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox] {
	cursor:not-allowed
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
	cursor:not-allowed
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
	cursor:not-allowed
}
.form-control-static {
	padding-top:7px;
	padding-bottom:7px;
	margin-bottom:0;
	min-height:34px
}
.form-control-static.input-lg,
.form-control-static.input-sm {
	padding-left:0;
	padding-right:0
}
.input-sm {
	height:30px;
	padding:5px 10px;
	font-size:12px;
	line-height:1.5;
	border-radius:3px
}
select.input-sm {
	height:30px;
	line-height:30px
}
textarea.input-sm,
select[multiple].input-sm {
	height:auto
}
.form-group-sm .form-control {
	height:30px;
	padding:5px 10px;
	font-size:12px;
	line-height:1.5;
	border-radius:3px
}
.form-group-sm select.form-control {
	height:30px;
	line-height:30px
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
	height:auto
}
.form-group-sm .form-control-static {
	height:30px;
	min-height:32px;
	padding:6px 10px;
	font-size:12px;
	line-height:1.5
}
.input-lg {
	height:46px;
	padding:10px 16px;
	font-size:18px;
	line-height:1.3333333;
	border-radius:6px
}
select.input-lg {
	height:46px;
	line-height:46px
}
textarea.input-lg,
select[multiple].input-lg {
	height:auto
}
.form-group-lg .form-control {
	height:46px;
	padding:10px 16px;
	font-size:18px;
	line-height:1.3333333;
	border-radius:6px
}
.form-group-lg select.form-control {
	height:46px;
	line-height:46px
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
	height:auto
}
.form-group-lg .form-control-static {
	height:46px;
	min-height:38px;
	padding:11px 16px;
	font-size:18px;
	line-height:1.3333333
}
.has-feedback {
	position:relative
}
.has-feedback .form-control {
	padding-right:42.5px
}
.form-control-feedback {
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	display:block;
	width:34px;
	height:34px;
	line-height:34px;
	text-align:center;
	pointer-events:none
}
.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
	width:46px;
	height:46px;
	line-height:46px
}
.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
	width:30px;
	height:30px;
	line-height:30px
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
	color:#3c763d
}
.has-success .form-control {
	border-color:#3c763d;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
}
.has-success .form-control:focus {
	border-color:#2b542c;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
}
.has-success .input-group-addon {
	color:#3c763d;
	border-color:#3c763d;
	background-color:#dff0d8
}
.has-success .form-control-feedback {
	color:#3c763d
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
	color:#8a6d3b
}
.has-warning .form-control {
	border-color:#8a6d3b;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
}
.has-warning .form-control:focus {
	border-color:#66512c;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
}
.has-warning .input-group-addon {
	color:#8a6d3b;
	border-color:#8a6d3b;
	background-color:#fcf8e3
}
.has-warning .form-control-feedback {
	color:#8a6d3b
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color:#a94442
}
.has-error .form-control {
	border-color:#a94442;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
}
.has-error .form-control:focus {
	border-color:#843534;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}
.has-error .input-group-addon {
	color:#a94442;
	border-color:#a94442;
	background-color:#f2dede
}
.has-error .form-control-feedback {
	color:#a94442
}
.has-feedback label~.form-control-feedback {
	top:25px
}
.has-feedback label.sr-only~.form-control-feedback {
	top:0
}
.help-block {
	display:block;
	margin-top:5px;
	margin-bottom:10px;
	color:#737373
}
@media (min-width:768px) {
	.form-inline .form-group {
	display:inline-block;
	margin-bottom:0;
	vertical-align:middle
	}
	.form-inline .form-control {
	display:inline-block;
	width:auto;
	vertical-align:middle
	}
	.form-inline .form-control-static {
	display:inline-block
	}
	.form-inline .input-group {
	display:inline-table;
	vertical-align:middle
	}
	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn,
	.form-inline .input-group .form-control {
	width:auto
	}
	.form-inline .input-group>.form-control {
	width:100%
	}
	.form-inline .control-label {
	margin-bottom:0;
	vertical-align:middle
	}
	.form-inline .radio,
	.form-inline .checkbox {
	display:inline-block;
	margin-top:0;
	margin-bottom:0;
	vertical-align:middle
	}
	.form-inline .radio label,
	.form-inline .checkbox label {
	padding-left:0
	}
	.form-inline .radio input[type=radio],
	.form-inline .checkbox input[type=checkbox] {
	position:relative;
	margin-left:0
	}
	.form-inline .has-feedback .form-control-feedback {
	top:0
	}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-top:0;
	margin-bottom:0;
	padding-top:7px
}
.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height:27px
}
.form-horizontal .form-group {
	margin-left:-5px;
	margin-right:-5px
}
@media (min-width:768px) {
	.form-horizontal .control-label {
	text-align:right;
	margin-bottom:0;
	padding-top:7px
	}
}
.form-horizontal .has-feedback .form-control-feedback {
	right:5px
}
@media (min-width:768px) {
	.form-horizontal .form-group-lg .control-label {
	padding-top:14.333333px;
	font-size:18px
	}
}
@media (min-width:768px) {
	.form-horizontal .form-group-sm .control-label {
	padding-top:6px;
	font-size:12px
	}
}
.btn {
	display:inline-block;
	margin-bottom:0;
	font-weight:400;
	text-align:center;
	vertical-align:middle;
	touch-action:manipulation;
	cursor:pointer;
	background-image:none;
	border:1px solid transparent;
	white-space:nowrap;
	padding:0 12px;
	font-size:14px;
	line-height:1.42857143;
	border-radius:4px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline:0;
	outline:0;
	outline-offset:-2px
}
.btn:hover,
.btn:focus,
.btn.focus {
	color:#333;
	text-decoration:none
}
.btn:active,
.btn.active {
	outline:0;
	background-image:none;
	-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow:inset 0 3px 5px rgba(0,0,0,.125)
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor:not-allowed;
	opacity:.65;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	box-shadow:none
}
a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events:none
}
.btn-default {
	color:#333;
	background-color:#fff;
	border-color:#ccc
}
.btn-default:focus,
.btn-default.focus {
	color:#333;
	background-color:#e6e6e6;
	border-color:#8c8c8c
}
.btn-default:hover {
	color:#333;
	background-color:#e6e6e6;
	border-color:#adadad
}
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
	color:#333;
	background-color:#e6e6e6;
	border-color:#adadad
}
.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
	color:#333;
	background-color:#d4d4d4;
	border-color:#8c8c8c
}
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
	background-image:none
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color:#fff;
	border-color:#ccc
}
.btn-default .badge {
	color:#fff;
	background-color:#333
}
.btn-primary {
	color:#fff;
	background-color:#337ab7;
	border-color:#2e6da4
}
.btn-primary:focus,
.btn-primary.focus {
	color:#fff;
	background-color:#286090;
	border-color:#122b40
}
.btn-primary:hover {
	color:#fff;
	background-color:#286090;
	border-color:#204d74
}
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
	color:#fff;
	background-color:#286090;
	border-color:#204d74
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
	color:#fff;
	background-color:#204d74;
	border-color:#122b40
}
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
	background-image:none
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color:#337ab7;
	border-color:#2e6da4
}
.btn-primary .badge {
	color:#337ab7;
	background-color:#fff
}
.btn-success {
	color:#fff;
	background-color:#5cb85c;
	border-color:#4cae4c
}
.btn-success:focus,
.btn-success.focus {
	color:#fff;
	background-color:#449d44;
	border-color:#255625
}
.btn-success:hover {
	color:#fff;
	background-color:#449d44;
	border-color:#398439
}
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
	color:#fff;
	background-color:#449d44;
	border-color:#398439
}
.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
	color:#fff;
	background-color:#398439;
	border-color:#255625
}
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
	background-image:none
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color:#5cb85c;
	border-color:#4cae4c
}
.btn-success .badge {
	color:#5cb85c;
	background-color:#fff
}
.btn-info {
	color:#fff;
	background-color:#5bc0de;
	border-color:#46b8da
}
.btn-info:focus,
.btn-info.focus {
	color:#fff;
	background-color:#31b0d5;
	border-color:#1b6d85
}
.btn-info:hover {
	color:#fff;
	background-color:#31b0d5;
	border-color:#269abc
}
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
	color:#fff;
	background-color:#31b0d5;
	border-color:#269abc
}
.btn-info:active:hover,
.btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus {
	color:#fff;
	background-color:#269abc;
	border-color:#1b6d85
}
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
	background-image:none
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	background-color:#5bc0de;
	border-color:#46b8da
}
.btn-info .badge {
	color:#5bc0de;
	background-color:#fff
}
.btn-warning {
	color:#fff;
	background-color:#f0ad4e;
	border-color:#eea236
}
.btn-warning:focus,
.btn-warning.focus {
	color:#fff;
	background-color:#ec971f;
	border-color:#985f0d
}
.btn-warning:hover {
	color:#fff;
	background-color:#ec971f;
	border-color:#d58512
}
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
	color:#fff;
	background-color:#ec971f;
	border-color:#d58512
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open>.dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open>.dropdown-toggle.btn-warning.focus {
	color:#fff;
	background-color:#d58512;
	border-color:#985f0d
}
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
	background-image:none
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color:#f0ad4e;
	border-color:#eea236
}
.btn-warning .badge {
	color:#f0ad4e;
	background-color:#fff
}
.btn-danger {
	color:#fff;
	background-color:#d9534f;
	border-color:#d43f3a
}
.btn-danger:focus,
.btn-danger.focus {
	color:#fff;
	background-color:#c9302c;
	border-color:#761c19
}
.btn-danger:hover {
	color:#fff;
	background-color:#c9302c;
	border-color:#ac2925
}
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
	color:#fff;
	background-color:#c9302c;
	border-color:#ac2925
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open>.dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open>.dropdown-toggle.btn-danger.focus {
	color:#fff;
	background-color:#ac2925;
	border-color:#761c19
}
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
	background-image:none
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color:#d9534f;
	border-color:#d43f3a
}
.btn-danger .badge {
	color:#d9534f;
	background-color:#fff
}
.btn-link {
	color:#337ab7;
	font-weight:400;
	border-radius:0
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color:transparent;
	-webkit-box-shadow:none;
	box-shadow:none
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color:transparent
}
.btn-link:hover,
.btn-link:focus {
	color:#23527c;
	text-decoration:underline;
	background-color:transparent
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
	color:#777;
	text-decoration:none
}
.btn-lg,
.btn-group-lg>.btn {
	padding:10px 16px;
	font-size:18px;
	line-height:1.3333333;
	border-radius:6px
}
.btn-sm,
.btn-group-sm>.btn {
	padding:5px 10px;
	font-size:12px;
	line-height:1.5;
	border-radius:3px
}
.btn-xs,
.btn-group-xs>.btn {
	padding:1px 5px;
	font-size:12px;
	line-height:1.5;
	border-radius:3px
}
.btn-block {
	display:block;
	width:100%
}
.btn-block+.btn-block {
	margin-top:5px
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
	width:100%
}
.fade {
	opacity:0;
	-webkit-transition:opacity .15s linear;
	-o-transition:opacity .15s linear;
	transition:opacity .15s linear
}
.fade.in {
	opacity:1
}
.collapse {
	display:none
}
.collapse.in {
	display:block
}
tr.collapse.in {
	display:table-row
}
tbody.collapse.in {
	display:table-row-group
}
.collapsing {
	position:relative;
	height:0;
	overflow:hidden;
	-webkit-transition-property:height,visibility;
	transition-property:height,visibility;
	-webkit-transition-duration:.35s;
	transition-duration:.35s;
	-webkit-transition-timing-function:ease;
	transition-timing-function:ease
}
.caret {
	display:inline-block;
	width:0;
	height:0;
	margin-left:2px;
	vertical-align:middle;
	border-top:4px dashed;
	border-top:4px solid \9;
	border-right:4px solid transparent;
	border-left:4px solid transparent
}
.dropup,
.dropdown {
	position:relative
}
.dropdown-toggle:focus {
	outline:0
}
.dropdown-menu {
	position:absolute;
	top:100%;
	left:0;
	z-index:1000;
	display:none;
	float:left;
	min-width:160px;
	list-style:none;
	font-size:14px;
	text-align:left;
	background-color:#fff;
	background-clip:padding-box
}
.dropdown-menu.pull-right {
	right:0;
	left:auto
}
.dropdown-menu .divider {
	height:1px;
	margin:9px 0;
	overflow:hidden;
	background-color:#e5e5e5
}
.dropdown-menu>li>a {
	display:block;
	padding:3px 20px;
	clear:both;
	font-weight:400;
	line-height:1.42857143;
	color:#333;
	white-space:nowrap
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	text-decoration:none;
	color:#262626;
	background-color:#f5f5f5
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	color:#fff;
	text-decoration:none;
	outline:0;
	background-color:#337ab7
}
.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
	color:#777
}
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
	text-decoration:none;
	background-color:transparent;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor:not-allowed
}
.open>.dropdown-menu {
	display:block
}
.open>a {
	outline:0
}
.dropdown-menu-right {
	left:auto;
	right:0
}
.dropdown-menu-left {
	left:0;
	right:auto
}
.dropdown-header {
	display:block;
	padding:3px 20px;
	font-size:12px;
	line-height:1.42857143;
	color:#777;
	white-space:nowrap
}
.dropdown-backdrop {
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	top:0;
	z-index:990
}
.pull-right>.dropdown-menu {
	right:0;
	left:auto
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top:0;
	border-bottom:4px dashed;
	border-bottom:4px solid \9;
	content:""
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top:auto;
	bottom:100%;
	margin-bottom:2px
}
@media (min-width:768px) {
	.navbar-right .dropdown-menu {
	left:auto;
	right:0
	}
	.navbar-right .dropdown-menu-left {
	left:0;
	right:auto
	}
}
.btn-group,
.btn-group-vertical {
	position:relative;
	display:inline-block;
	vertical-align:middle
}
.btn-group>.btn,
.btn-group-vertical>.btn {
	position:relative;
	float:left
}
.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
	z-index:2
}
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
	margin-left:-1px
}
.btn-toolbar {
	margin-left:-5px
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float:left
}
.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
	margin-left:5px
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius:0
}
.btn-group>.btn:first-child {
	margin-left:0
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius:0;
	border-top-right-radius:0
}
.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius:0;
	border-top-left-radius:0
}
.btn-group>.btn-group {
	float:left
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius:0
}
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius:0;
	border-top-right-radius:0
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-bottom-left-radius:0;
	border-top-left-radius:0
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline:0
}
.btn-group>.btn+.dropdown-toggle {
	padding-left:8px;
	padding-right:8px
}
.btn-group>.btn-lg+.dropdown-toggle {
	padding-left:12px;
	padding-right:12px
}
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow:inset 0 3px 5px rgba(0,0,0,.125)
}
.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow:none;
	box-shadow:none
}
.btn .caret {
	margin-left:0
}
.btn-lg .caret {
	border-width:5px 5px 0;
	border-bottom-width:0
}
.dropup .btn-lg .caret {
	border-width:0 5px 5px
}
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
	display:block;
	float:none;
	width:100%;
	max-width:100%
}
.btn-group-vertical>.btn-group>.btn {
	float:none
}
.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
	margin-top:-1px;
	margin-left:0
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius:0
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius:4px;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-bottom-left-radius:4px;
	border-top-right-radius:0;
	border-top-left-radius:0
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius:0
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius:0;
	border-bottom-left-radius:0
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-right-radius:0;
	border-top-left-radius:0
}
.btn-group-justified {
	display:table;
	width:100%;
	table-layout:fixed;
	border-collapse:separate
}
.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
	float:none;
	display:table-cell;
	width:1%
}
.btn-group-justified>.btn-group .btn {
	width:100%
}
.btn-group-justified>.btn-group .dropdown-menu {
	left:auto
}
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox] {
	position:absolute;
	clip:rect(0,0,0,0);
	pointer-events:none
}
.input-group {
	position:relative;
	display:table;
	border-collapse:separate
}
.input-group[class*=col-] {
	float:none;
	padding-left:0;
	padding-right:0
}
.input-group .form-control {
	position:relative;
	z-index:2;
	float:left;
	width:100%;
	margin-bottom:0
}
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
	height:46px;
	padding:10px 16px;
	font-size:18px;
	line-height:1.3333333;
	border-radius:6px
}
select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
	height:46px;
	line-height:46px
}
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn {
	height:auto
}
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
	height:30px;
	padding:5px 10px;
	font-size:12px;
	line-height:1.5;
	border-radius:3px
}
select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
	height:30px;
	line-height:30px
}
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
	height:auto
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display:table-cell
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius:0
}
.input-group-addon,
.input-group-btn {
	width:1%;
	white-space:nowrap;
	vertical-align:middle
}
.input-group-addon {
	padding:6px 12px;
	font-size:14px;
	font-weight:400;
	line-height:1;
	color:#555;
	text-align:center;
	background-color:#eee;
	border:1px solid #ccc;
	border-radius:4px
}
.input-group-addon.input-sm {
	padding:5px 10px;
	font-size:12px;
	border-radius:3px
}
.input-group-addon.input-lg {
	padding:10px 16px;
	font-size:18px;
	border-radius:6px
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
	margin-top:0
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
	border-bottom-right-radius:0;
	border-top-right-radius:0
}
.input-group-addon:first-child {
	border-right:0
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
	border-bottom-left-radius:0;
	border-top-left-radius:0
}
.input-group-addon:last-child {
	border-left:0
}
.input-group-btn {
	position:relative;
	font-size:0;
	white-space:nowrap
}
.input-group-btn>.btn {
	position:relative
}
.input-group-btn>.btn+.btn {
	margin-left:-1px
}
.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
	z-index:2
}
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
	margin-right:-1px
}
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
	z-index:2;
	margin-left:-1px
}
.nav {
	margin-bottom:0;
	padding-left:0;
	list-style:none
}
.nav>li {
	position:relative;
	display:block
}
.nav>li>a {
	position:relative;
	display:block;
	padding:10px 5px;
}
.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration:none
}
.nav>li.disabled>a {
	color:#777
}
.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
	color:#777;
	text-decoration:none;
	background-color:transparent;
	cursor:not-allowed
}
.nav .nav-divider {
	height:1px;
	margin:9px 0;
	overflow:hidden;
	background-color:#e5e5e5
}
.nav>li>a>img {
	max-width:none
}
.nav-tabs {
	border-bottom:1px solid #ddd
}
.nav-tabs>li {
	float:left;
	margin-bottom:-1px
}
.nav-tabs>li>a {
	margin-right:2px;
	line-height:1.42857143;
	border:1px solid transparent;
	border-radius:4px 4px 0 0
}
.nav-tabs>li>a:hover {
	border-color:#eee #eee #ddd
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	color:#555;
	background-color:#fff;
	border:1px solid #ddd;
	border-bottom-color:transparent;
	cursor:default
}
.nav-tabs.nav-justified {
	width:100%;
	border-bottom:0
}
.nav-tabs.nav-justified>li {
	float:none
}
.nav-tabs.nav-justified>li>a {
	text-align:center;
	margin-bottom:5px
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top:auto;
	left:auto
}
@media (min-width:768px) {
	.nav-tabs.nav-justified>li {
	display:table-cell;
	width:1%
	}
	.nav-tabs.nav-justified>li>a {
	margin-bottom:0
	}
}
.nav-tabs.nav-justified>li>a {
	margin-right:0;
	border-radius:4px
}
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
	border:1px solid #ddd
}
@media (min-width:768px) {
	.nav-tabs.nav-justified>li>a {
	border-bottom:1px solid #ddd;
	border-radius:4px 4px 0 0
	}
	.nav-tabs.nav-justified>.active>a,
	.nav-tabs.nav-justified>.active>a:hover,
	.nav-tabs.nav-justified>.active>a:focus {
	border-bottom-color:#fff
	}
}
.nav-pills>li {
	float:left
}
.nav-pills>li>a {
	border-radius:4px
}
.nav-pills>li+li {
	margin-left:2px
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	color:#fff;
	background-color:#337ab7
}
.nav-stacked>li {
	float:none
}
.nav-stacked>li+li {
	margin-top:2px;
	margin-left:0
}
.nav-justified {
	width:100%
}
.nav-justified>li {
	float:none
}
.nav-justified>li>a {
	text-align:center;
	margin-bottom:5px
}
.nav-justified>.dropdown .dropdown-menu {
	top:auto;
	left:auto
}
@media (min-width:768px) {
	.nav-justified>li {
	display:table-cell;
	width:1%
	}
	.nav-justified>li>a {
	margin-bottom:0
	}
}
.nav-tabs-justified {
	border-bottom:0
}
.nav-tabs-justified>li>a {
	margin-right:0;
	border-radius:4px
}
.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
	border:1px solid #ddd
}
@media (min-width:768px) {
	.nav-tabs-justified>li>a {
	border-bottom:1px solid #ddd;
	border-radius:4px 4px 0 0
	}
	.nav-tabs-justified>.active>a,
	.nav-tabs-justified>.active>a:hover,
	.nav-tabs-justified>.active>a:focus {
	border-bottom-color:#fff
	}
}
.tab-content>.tab-pane {
	display:none
}
.tab-content>.active {
	display:block
}
.nav-tabs .dropdown-menu {
	margin-top:-1px;
	border-top-right-radius:0;
	border-top-left-radius:0
}
.navbar {
	position:relative;
	min-height:39px;
	border:0
}
@media (min-width:768px) {
	.navbar {
	border-radius:4px
	}
}
@media (min-width:768px) {
	.navbar-header {
	float:left
	}
}
.navbar-collapse {
	overflow-x:visible;
	border-top:0;
	box-shadow:0;
	-webkit-overflow-scrolling:touch;
	background:#1b1b1b;
	position:absolute;
	width:100%;
	z-index:999999
}
.navbar-collapse.in {
	overflow-y:auto
}
@media (min-width:768px) {
	.navbar-collapse {
	width:auto;
	border-top:0;
	box-shadow:none
	}
	.navbar-collapse.collapse {
	display:block !important;
	height:auto !important;
	padding-bottom:0;
	overflow:visible !important
	}
	.navbar-collapse.in {
	overflow-y:visible
	}
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
	padding-left:0;
	padding-right:0
	}
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height:340px
}
@media (max-device-width:1px) and (orientation:landscape) {
	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
	max-height:200px
	}
}
@media (min-width:768px) {
	.container>.navbar-header,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container-fluid>.navbar-collapse {
	margin-right:0;
	margin-left:0
	}
}
.navbar-static-top {
	z-index:1000;
	border-width:0 0 1px
}
@media (min-width:768px) {
	.navbar-static-top {
	border-radius:0
	}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
	position:fixed;
	right:0;
	left:0;
	z-index:1030
}
@media (min-width:768px) {
	.navbar-fixed-top,
	.navbar-fixed-bottom {
	border-radius:0
	}
}
.navbar-fixed-top {
	top:0;
	border-width:0 0 1px
}
.navbar-fixed-bottom {
	bottom:0;
	margin-bottom:0;
	border-width:1px 0 0
}
.navbar-brand {
	float:left;
	padding:15px 5px;
	font-size:18px;
	line-height:20px;
	height:50px
}
.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration:none
}
.navbar-brand>img {
	display:block
}
@media (min-width:768px) {
	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
	margin-left:-5px
	}
}
.navbar-toggle {
	position:relative;
	float:right;
	margin-right:5px;
	padding:0 13px 0 17px;
	margin-top:4px;
	margin-bottom:4px;
	border:0;
	color:#000;
	border-radius:5px
}
.navbar-toggle {
	background:#7a7a7a
}
.navbar-toggle.collapsed {
	background:#d9d9d9 !important
}
.navbar-toggle i {
	display:block;
	float:right;
	margin:6px 0 0 14px
}
.navbar-toggle:focus {
	outline:0
}
.navbar-toggle .icon-bar {
	display:block;
	width:22px;
	height:2px;
	border-radius:1px
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top:4px
}
@media (min-width:768px) {
	.navbar-toggle {
	display:none
	}
}
.navbar-nav>li>a {
	padding-top:0;
	padding-bottom:0;
	color:#fff !important;
	border-bottom:1px solid #000
}
@media (max-width:767px) {
	.navbar-nav .open .dropdown-menu {
	position:static;
	float:none;
	width:auto;
	margin-top:0;
	background-color:#a80000;
	border:0;
	box-shadow:none;
	text-align:right;
	padding-right:35px
	}
	.navbar-nav .open .dropdown-menu>li>a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
	padding:5px 15px 5px 25px
	}
	.navbar-nav .open .dropdown-menu>li>a {
	font:15px/34px;
	color:#e8c6c5 !important;
	padding:0;
	text-align:right;
	border-bottom:1px solid #830101
	}
	.navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-nav .open .dropdown-menu>li>a:focus {
	color:#fff !important
	}
}
@media (min-width:768px) {
	.navbar-nav {
	float:left;
	margin:0
	}
	.navbar-nav>li {
	float:left
	}
	.navbar-nav>li>a {
	padding-top:15px;
	padding-bottom:15px
	}
}
.navbar-form {
	margin-left:-5px;
	margin-right:-5px;
	padding:10px 5px;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
	margin-top:8px;
	margin-bottom:8px
}
@media (min-width:768px) {
	.navbar-form .form-group {
	display:inline-block;
	margin-bottom:0;
	vertical-align:middle
	}
	.navbar-form .form-control {
	display:inline-block;
	width:auto;
	vertical-align:middle
	}
	.navbar-form .form-control-static {
	display:inline-block
	}
	.navbar-form .input-group {
	display:inline-table;
	vertical-align:middle
	}
	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn,
	.navbar-form .input-group .form-control {
	width:auto
	}
	.navbar-form .input-group>.form-control {
	width:100%
	}
	.navbar-form .control-label {
	margin-bottom:0;
	vertical-align:middle
	}
	.navbar-form .radio,
	.navbar-form .checkbox {
	display:inline-block;
	margin-top:0;
	margin-bottom:0;
	vertical-align:middle
	}
	.navbar-form .radio label,
	.navbar-form .checkbox label {
	padding-left:0
	}
	.navbar-form .radio input[type=radio],
	.navbar-form .checkbox input[type=checkbox] {
	position:relative;
	margin-left:0
	}
	.navbar-form .has-feedback .form-control-feedback {
	top:0
	}
}
@media (max-width:767px) {
	.navbar-form .form-group {
	margin-bottom:5px
	}
	.navbar-form .form-group:last-child {
	margin-bottom:0
	}
}
@media (min-width:768px) {
	.navbar-form {
	width:auto;
	border:0;
	margin-left:0;
	margin-right:0;
	padding-top:0;
	padding-bottom:0;
	-webkit-box-shadow:none;
	box-shadow:none
	}
}
.navbar-nav>li>.dropdown-menu {
	margin-top:0;
	border-top-right-radius:0;
	border-top-left-radius:0
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom:0;
	border-top-right-radius:4px;
	border-top-left-radius:4px;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0
}
.navbar-btn {
	margin-top:8px;
	margin-bottom:8px
}
.navbar-btn.btn-sm {
	margin-top:10px;
	margin-bottom:10px
}
.navbar-btn.btn-xs {
	margin-top:14px;
	margin-bottom:14px
}
.navbar-text {
	margin-top:15px;
	margin-bottom:15px
}
@media (min-width:768px) {
	.navbar-text {
	float:left;
	margin-left:5px;
	margin-right:5px
	}
}
@media (min-width:768px) {
	.navbar-left {
	float:left !important
	}
	.navbar-right {
	float:right !important;
	margin-right:-5px
	}
	.navbar-right~.navbar-right {
	margin-right:0
	}
}
.navbar-default .navbar-brand {
	color:#777
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color:#5e5e5e;
	background-color:transparent
}
.navbar-default .navbar-text {
	color:#777
}
.navbar-default .navbar-nav>li>a {
	color:#777
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color:#555;
	background-color:#e7e7e7
}
.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
	color:#ccc;
	background-color:transparent
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color:#e7e7e7
}
@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color:#777
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
	color:#333;
	background-color:transparent
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
	color:#555;
	background-color:#e7e7e7
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
	color:#ccc;
	background-color:transparent
	}
}
.navbar-default .navbar-link {
	color:#777
}
.navbar-default .navbar-link:hover {
	color:#333
}
.navbar-default .btn-link {
	color:#777
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
	color:#333
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
	color:#ccc
}
.navbar-inverse {
	background-color:#222;
	border-color:#080808
}
.navbar-inverse .navbar-brand {
	color:#9d9d9d
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color:#fff;
	background-color:transparent
}
.navbar-inverse .navbar-text {
	color:#9d9d9d
}
.navbar-inverse .navbar-nav>li>a {
	color:#9d9d9d
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color:#fff;
	background-color:transparent
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
	color:#fff;
	background-color:#080808
}
.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
	color:#444;
	background-color:transparent
}
.navbar-inverse .navbar-toggle {
	border-color:#333
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color:#333
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color:#fff
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color:#101010
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
	background-color:#080808;
	color:#fff
}
@media (max-width:767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
	border-color:#080808
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
	background-color:#080808
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	color:#9d9d9d
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
	color:#fff;
	background-color:transparent
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
	color:#fff;
	background-color:#080808
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
	color:#444;
	background-color:transparent
	}
}
.navbar-inverse .navbar-link {
	color:#9d9d9d
}
.navbar-inverse .navbar-link:hover {
	color:#fff
}
.navbar-inverse .btn-link {
	color:#9d9d9d
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
	color:#fff
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
	color:#444
}
.breadcrumb {
	padding:8px 15px;
	margin-bottom:20px;
	list-style:none;
	background-color:#f5f5f5;
	border-radius:4px;
	font-size:12px!important;
}
.breadcrumb>li {
	display:inline-block
}
.breadcrumb>li+li:before {
	content:"/\00a0";
	padding:0 2px;
	color:#ccc
}
.breadcrumb>.active {
	color:#777
}
.pagination {
	display:inline-block;
	padding-left:0;
	margin:20px 0;
	border-radius:4px
}
.pagination>li {
	display:inline
}
.pagination>li>a,
.pagination>li>span {
	position:relative;
	float:left;
	padding:6px 12px;
	line-height:1.42857143;
	text-decoration:none;
	color:#337ab7;
	background-color:#fff;
	border:1px solid #ddd;
	margin-left:-1px
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left:0;
	border-bottom-left-radius:4px;
	border-top-left-radius:4px
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-bottom-right-radius:4px;
	border-top-right-radius:4px
}
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	z-index:3;
	color:#23527c;
	background-color:#eee;
	border-color:#ddd
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index:2;
	color:#fff;
	background-color:#337ab7;
	border-color:#337ab7;
	cursor:default
}
.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	color:#777;
	background-color:#fff;
	border-color:#ddd;
	cursor:not-allowed
}
.pagination-lg>li>a,
.pagination-lg>li>span {
	padding:10px 16px;
	font-size:18px;
	line-height:1.3333333
}
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-bottom-left-radius:6px;
	border-top-left-radius:6px
}
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-bottom-right-radius:6px;
	border-top-right-radius:6px
}
.pagination-sm>li>a,
.pagination-sm>li>span {
	padding:5px 10px;
	font-size:12px;
	line-height:1.5
}
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-bottom-left-radius:3px;
	border-top-left-radius:3px
}
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-bottom-right-radius:3px;
	border-top-right-radius:3px
}
.pager {
	padding-left:0;
	margin:20px 0;
	list-style:none;
	text-align:center
}
.pager li {
	display:inline
}
.pager li>a,
.pager li>span {
	display:inline-block;
	padding:5px 14px;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:15px
}
.pager li>a:hover,
.pager li>a:focus {
	text-decoration:none;
	background-color:#eee
}
.pager .next>a,
.pager .next>span {
	float:right
}
.pager .previous>a,
.pager .previous>span {
	float:left
}
.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
	color:#777;
	background-color:#fff;
	cursor:not-allowed
}
.label {
	display:inline;
	padding:.2em .6em .3em;
	font-size:75%;
	font-weight:700;
	line-height:1;
	color:#fff;
	text-align:center;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:.25em
}
a.label:hover,
a.label:focus {
	color:#fff;
	text-decoration:none;
	cursor:pointer
}
.label:empty {
	display:none
}
.btn .label {
	position:relative;
	top:-1px
}
.label-default {
	background-color:#777
}
.label-default[href]:hover,
.label-default[href]:focus {
	background-color:#5e5e5e
}
.label-primary {
	background-color:#337ab7
}
.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color:#286090
}
.label-success {
	background-color:#5cb85c
}
.label-success[href]:hover,
.label-success[href]:focus {
	background-color:#449d44
}
.label-info {
	background-color:#5bc0de
}
.label-info[href]:hover,
.label-info[href]:focus {
	background-color:#31b0d5
}
.label-warning {
	background-color:#f0ad4e
}
.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color:#ec971f
}
.label-danger {
	background-color:#d9534f
}
.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color:#c9302c
}
.badge {
	display:inline-block;
	min-width:10px;
	padding:3px 7px;
	font-size:12px;
	font-weight:700;
	color:#fff;
	line-height:1;
	vertical-align:middle;
	white-space:nowrap;
	text-align:center;
	background-color:#777;
	border-radius:10px
}
.badge:empty {
	display:none
}
.btn .badge {
	position:relative;
	top:-1px
}
.btn-xs .badge,
.btn-group-xs>.btn .badge {
	top:0;
	padding:1px 5px
}
a.badge:hover,
a.badge:focus {
	color:#fff;
	text-decoration:none;
	cursor:pointer
}
.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
	color:#337ab7;
	background-color:#fff
}
.list-group-item>.badge {
	float:right
}
.list-group-item>.badge+.badge {
	margin-right:5px
}
.nav-pills>li>a>.badge {
	margin-left:3px
}
.jumbotron {
	padding-top:30px;
	padding-bottom:30px;
	margin-bottom:30px;
	color:inherit;
	background-color:#eee
}
.jumbotron h1,
.jumbotron .h1 {
	color:inherit
}
.jumbotron p {
	margin-bottom:15px;
	font-size:21px;
	font-weight:200
}
.jumbotron>hr {
	border-top-color:#d5d5d5
}
.container .jumbotron,
.container-fluid .jumbotron {
	border-radius:6px
}
.jumbotron .container {
	max-width:100%
}
@media screen and (min-width:768px) {
	.jumbotron {
	padding-top:48px;
	padding-bottom:48px
	}
	.container .jumbotron,
	.container-fluid .jumbotron {
	padding-left:60px;
	padding-right:60px
	}
	.jumbotron h1,
	.jumbotron .h1 {
	font-size:63px
	}
}
.thumbnail {
	display:block;
	padding:4px;
	margin-bottom:20px;
	line-height:1.42857143;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:4px;
	-webkit-transition:border .2s ease-in-out;
	-o-transition:border .2s ease-in-out;
	transition:border .2s ease-in-out
}
.thumbnail>img,
.thumbnail a>img {
	margin-left:auto;
	margin-right:auto
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color:#337ab7
}
.thumbnail .caption {
	padding:9px;
	color:#333
}
.alert {
	padding:15px;
	margin-bottom:20px;
	border:1px solid transparent;
	border-radius:4px
}
.alert h4 {
	margin-top:0;
	color:inherit
}
.alert .alert-link {
	font-weight:700
}
.alert>p,
.alert>ul {
	margin-bottom:0
}
.alert>p+p {
	margin-top:5px
}
.alert-dismissable,
.alert-dismissible {
	padding-right:35px
}
.alert-dismissable .close,
.alert-dismissible .close {
	position:relative;
	top:-2px;
	right:-21px;
	color:inherit
}
.alert-success {
	background-color:#dff0d8;
	border-color:#d6e9c6;
	color:#3c763d
}
.alert-success hr {
	border-top-color:#c9e2b3
}
.alert-success .alert-link {
	color:#2b542c
}
.alert-info {
	background-color:#d9edf7;
	border-color:#bce8f1;
	color:#31708f
}
.alert-info hr {
	border-top-color:#a6e1ec
}
.alert-info .alert-link {
	color:#245269
}
.alert-warning {
	background-color:#fcf8e3;
	border-color:#faebcc;
	color:#8a6d3b
}
.alert-warning hr {
	border-top-color:#f7e1b5
}
.alert-warning .alert-link {
	color:#66512c
}
.alert-danger {
	background-color:#f2dede;
	border-color:#ebccd1;
	color:#a94442
}
.alert-danger hr {
	border-top-color:#e4b9c0
}
.alert-danger .alert-link {
	color:#843534
}
@-webkit-keyframes progress-bar-stripes {
	from {
	background-position:40px 0
	}
	to {
	background-position:0 0
	}
}
@keyframes progress-bar-stripes {
	from {
	background-position:40px 0
	}
	to {
	background-position:0 0
	}
}
.progress {
	overflow:hidden;
	height:20px;
	margin-bottom:20px;
	background-color:#f5f5f5;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow:inset 0 1px 2px rgba(0,0,0,.1)
}
.progress-bar {
	float:left;
	width:0;
	height:100%;
	font-size:12px;
	line-height:20px;
	color:#fff;
	text-align:center;
	background-color:#337ab7;
	-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition:width .6s ease;
	-o-transition:width .6s ease;
	transition:width .6s ease
}
.progress-striped .progress-bar,
.progress-bar-striped {
	background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-size:40px 40px
}
.progress.active .progress-bar,
.progress-bar.active {
	-webkit-animation:progress-bar-stripes 2s linear infinite;
	-o-animation:progress-bar-stripes 2s linear infinite;
	animation:progress-bar-stripes 2s linear infinite
}
.progress-bar-success {
	background-color:#5cb85c
}
.progress-striped .progress-bar-success {
	background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.progress-bar-info {
	background-color:#5bc0de
}
.progress-striped .progress-bar-info {
	background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.progress-bar-warning {
	background-color:#f0ad4e
}
.progress-striped .progress-bar-warning {
	background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.progress-bar-danger {
	background-color:#d9534f
}
.progress-striped .progress-bar-danger {
	background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.media {
	margin-top:15px
}
.media:first-child {
	margin-top:0
}
.media,
.media-body {
	zoom:1;
	overflow:hidden
}
.media-body {
	width:10000px
}
.media-object {
	display:block
}
.media-object.img-thumbnail {
	max-width:none
}
.media-right,
.media>.pull-right {
	padding-left:10px
}
.media-left,
.media>.pull-left {
	padding-right:10px
}
.media-left,
.media-right,
.media-body {
	display:table-cell;
	vertical-align:top
}
.media-middle {
	vertical-align:middle
}
.media-bottom {
	vertical-align:bottom
}
.media-heading {
	margin-top:0;
	margin-bottom:5px
}
.media-list {
	padding-left:0;
	list-style:none
}
.list-group {
	margin-bottom:20px;
	padding-left:0
}
.list-group-item {
	position:relative;
	display:block;
	padding:10px 15px;
	margin-bottom:-1px;
	background-color:#fff;
	border:1px solid #ddd
}
.list-group-item:first-child {
	border-top-right-radius:4px;
	border-top-left-radius:4px
}
.list-group-item:last-child {
	margin-bottom:0;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px
}
a.list-group-item,
button.list-group-item {
	color:#555
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
	color:#333
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
	text-decoration:none;
	color:#555;
	background-color:#f5f5f5
}
button.list-group-item {
	width:100%;
	text-align:left
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
	background-color:#eee;
	color:#777;
	cursor:not-allowed
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
	color:inherit
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
	color:#777
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	z-index:2;
	color:#fff;
	background-color:#337ab7;
	border-color:#337ab7
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>.small {
	color:inherit
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
	color:#c7ddef
}
.list-group-item-success {
	color:#3c763d;
	background-color:#dff0d8
}
a.list-group-item-success,
button.list-group-item-success {
	color:#3c763d
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
	color:inherit
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
	color:#3c763d;
	background-color:#d0e9c6
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
	color:#fff;
	background-color:#3c763d;
	border-color:#3c763d
}
.list-group-item-info {
	color:#31708f;
	background-color:#d9edf7
}
a.list-group-item-info,
button.list-group-item-info {
	color:#31708f
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
	color:inherit
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
	color:#31708f;
	background-color:#c4e3f3
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
	color:#fff;
	background-color:#31708f;
	border-color:#31708f
}
.list-group-item-warning {
	color:#8a6d3b;
	background-color:#fcf8e3
}
a.list-group-item-warning,
button.list-group-item-warning {
	color:#8a6d3b
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
	color:inherit
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
	color:#8a6d3b;
	background-color:#faf2cc
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
	color:#fff;
	background-color:#8a6d3b;
	border-color:#8a6d3b
}
.list-group-item-danger {
	color:#a94442;
	background-color:#f2dede
}
a.list-group-item-danger,
button.list-group-item-danger {
	color:#a94442
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
	color:inherit
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
	color:#a94442;
	background-color:#ebcccc
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
	color:#fff;
	background-color:#a94442;
	border-color:#a94442
}
.list-group-item-heading {
	margin-top:0;
	margin-bottom:5px
}
.list-group-item-text {
	margin-bottom:0;
	line-height:1.3
}
.panel {
	margin-bottom:20px;
	background-color:#fff;
	border:1px solid transparent;
	border-radius:4px;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);
	box-shadow:0 1px 1px rgba(0,0,0,.05)
}
.panel-body {
	padding:15px
}
.panel-heading {
	padding:10px 15px;
	border-bottom:1px solid transparent;
	border-top-right-radius:3px;
	border-top-left-radius:3px
}
.panel-heading>.dropdown .dropdown-toggle {
	color:inherit
}
.panel-title {
	margin-top:0;
	margin-bottom:0;
	font-size:16px;
	color:inherit
}
.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
	color:inherit
}
.panel-footer {
	padding:10px 15px;
	background-color:#f5f5f5;
	border-top:1px solid #ddd;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px
}
.panel>.list-group,
.panel>.panel-collapse>.list-group {
	margin-bottom:0
}
.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
	border-width:1px 0;
	border-radius:0
}
.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top:0;
	border-top-right-radius:3px;
	border-top-left-radius:3px
}
.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom:0;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px
}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-right-radius:0;
	border-top-left-radius:0
}
.panel-heading+.list-group .list-group-item:first-child {
	border-top-width:0
}
.list-group+.panel-footer {
	border-top-width:0
}
.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
	margin-bottom:0
}
.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
	padding-left:15px;
	padding-right:15px
}
.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
	border-top-right-radius:3px;
	border-top-left-radius:3px
}
.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
	border-top-left-radius:3px;
	border-top-right-radius:3px
}
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
	border-top-left-radius:3px
}
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
	border-top-right-radius:3px
}
.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px
}
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius:3px
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius:3px
}
.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
	border-top:1px solid #ddd
}
.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
	border-top:0
}
.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
	border:0
}
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left:0
}
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
	border-right:0
}
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
	border-bottom:0
}
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom:0
}
.panel>.table-responsive {
	border:0;
	margin-bottom:0
}
.panel-group {
	margin-bottom:20px
}
.panel-group .panel {
	margin-bottom:0;
	border-radius:4px
}
.panel-group .panel+.panel {
	margin-top:5px
}
.panel-group .panel-heading {
	border-bottom:0
}
.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
	border-top:1px solid #ddd
}
.panel-group .panel-footer {
	border-top:0
}
.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom:1px solid #ddd
}
.panel-default {
	border-color:#ddd
}
.panel-default>.panel-heading {
	color:#333;
	background-color:#f5f5f5;
	border-color:#ddd
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#ddd
}
.panel-default>.panel-heading .badge {
	color:#f5f5f5;
	background-color:#333
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#ddd
}
.panel-primary {
	border-color:#337ab7
}
.panel-primary>.panel-heading {
	color:#fff;
	background-color:#337ab7;
	border-color:#337ab7
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#337ab7
}
.panel-primary>.panel-heading .badge {
	color:#337ab7;
	background-color:#fff
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#337ab7
}
.panel-success {
	border-color:#d6e9c6
}
.panel-success>.panel-heading {
	color:#3c763d;
	background-color:#dff0d8;
	border-color:#d6e9c6
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#d6e9c6
}
.panel-success>.panel-heading .badge {
	color:#dff0d8;
	background-color:#3c763d
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#d6e9c6
}
.panel-info {
	border-color:#bce8f1
}
.panel-info>.panel-heading {
	color:#31708f;
	background-color:#d9edf7;
	border-color:#bce8f1
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#bce8f1
}
.panel-info>.panel-heading .badge {
	color:#d9edf7;
	background-color:#31708f
}
.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#bce8f1
}
.panel-warning {
	border-color:#faebcc
}
.panel-warning>.panel-heading {
	color:#8a6d3b;
	background-color:#fcf8e3;
	border-color:#faebcc
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#faebcc
}
.panel-warning>.panel-heading .badge {
	color:#fcf8e3;
	background-color:#8a6d3b
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#faebcc
}
.panel-danger {
	border-color:#ebccd1
}
.panel-danger>.panel-heading {
	color:#a94442;
	background-color:#f2dede;
	border-color:#ebccd1
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#ebccd1
}
.panel-danger>.panel-heading .badge {
	color:#f2dede;
	background-color:#a94442
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#ebccd1
}
.embed-responsive {
	position:relative;
	display:block;
	height:0;
	padding:0;
	overflow:hidden
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	height:100%;
	width:100%;
	border:0
}
.embed-responsive-16by9 {
	padding-bottom:56.25%
}
.embed-responsive-4by3 {
	padding-bottom:75%
}
.well {
	min-height:20px;
	padding:19px;
	margin-bottom:20px;
	background-color:#f5f5f5;
	border:1px solid #e3e3e3;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.05)
}
.well blockquote {
	border-color:#ddd;
	border-color:rgba(0,0,0,.15)
}
.well-lg {
	padding:24px;
	border-radius:6px
}
.well-sm {
	padding:9px;
	border-radius:3px
}
.close {
	float:right;
	font-size:21px;
	font-weight:700;
	line-height:1;
	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:.5;
	filter:alpha(opacity=50)
}
button.close {
	padding:0;
	cursor:pointer;
	background:0 0;
	border:0;
	-webkit-appearance:none
}
.modal-open {
	overflow:hidden
}
.modal {
	display:none;
	overflow:hidden;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1050;
	-webkit-overflow-scrolling:touch;
	outline:0
}
.modal.fade .modal-dialog {
	-webkit-transform:translate(0,-25%);
	-ms-transform:translate(0,-25%);
	-o-transform:translate(0,-25%);
	transform:translate(0,-25%);
	-webkit-transition:-webkit-transform .3s ease-out;
	-moz-transition:-moz-transform .3s ease-out;
	-o-transition:-o-transform .3s ease-out;
	transition:transform .3s ease-out
}
.modal.in .modal-dialog {
	-webkit-transform:translate(0,0);
	-ms-transform:translate(0,0);
	-o-transform:translate(0,0);
	transform:translate(0,0)
}
.modal-open .modal {
	overflow-x:hidden;
	overflow-y:auto
}
.modal-dialog {
	position:relative;
	width:auto;
	margin:10px
}
.modal-content {
	position:relative;
	background-color:#fff;
	border:1px solid #999;
	border:1px solid rgba(0,0,0,.2);
	border-radius:6px;
	-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);
	box-shadow:0 3px 9px rgba(0,0,0,.5);
	background-clip:padding-box;
	outline:0
}
.modal-backdrop {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1040;
	background-color:#000
}
.modal-backdrop.fade {
	opacity:0;
	filter:alpha(opacity=0)
}
.modal-backdrop.in {
	opacity:.5;
	filter:alpha(opacity=50)
}
.modal-header {
	padding:15px;
	border-bottom:1px solid #e5e5e5;
	min-height:16.42857143px
}
.modal-header .close {
	margin-top:-2px
}
.modal-title {
	margin:0;
	line-height:1.42857143
}
.modal-body {
	position:relative;
	padding:15px
}
.modal-footer {
	padding:15px;
	text-align:right;
	border-top:1px solid #e5e5e5
}
.modal-footer .btn+.btn {
	margin-left:5px;
	margin-bottom:0
}
.modal-footer .btn-group .btn+.btn {
	margin-left:-1px
}
.modal-footer .btn-block+.btn-block {
	margin-left:0
}
.modal-scrollbar-measure {
	position:absolute;
	top:-9999px;
	width:50px;
	height:50px;
	overflow:scroll
}
@media (min-width:768px) {
	.modal-dialog {
	width:600px;
	margin:30px auto
	}
	.modal-content {
	-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);
	box-shadow:0 5px 15px rgba(0,0,0,.5)
	}
	.modal-sm {
	width:300px
	}
}
@media (min-width:992px) {
	.modal-lg {
	width:900px
	}
}
.tooltip {
	position:absolute;
	z-index:1070;
	display:block;
	font-style:normal;
	font-weight:400;
	letter-spacing:normal;
	line-break:auto;
	line-height:1.42857143;
	text-align:right;
	text-align:start;
	text-decoration:none;
	text-shadow:none;
	text-transform:none;
	white-space:normal;
	word-break:normal;
	word-spacing:normal;
	word-wrap:normal;
	font-size:12px;
	opacity:0;
	filter:alpha(opacity=0)
}
.tooltip.in {
	opacity:.9;
	filter:alpha(opacity=90)
}
.tooltip.top {
	margin-top:-3px;
	padding:5px 0
}
.tooltip.right {
	margin-left:3px;
	padding:0 5px
}
.tooltip.bottom {
	margin-top:3px;
	padding:5px 0
}
.tooltip.left {
	margin-left:-3px;
	padding:0 5px
}
.tooltip-inner {
	max-width:200px;
	padding:3px 8px;
	color:#fff;
	text-align:center;
	background-color:#000;
	border-radius:4px
}
.tooltip-arrow {
	position:absolute;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid
}
.tooltip.top .tooltip-arrow {
	bottom:0;
	left:50%;
	margin-left:-5px;
	border-width:5px 5px 0;
	border-top-color:#000
}
.tooltip.top-left .tooltip-arrow {
	bottom:0;
	right:5px;
	margin-bottom:-5px;
	border-width:5px 5px 0;
	border-top-color:#000
}
.tooltip.top-right .tooltip-arrow {
	bottom:0;
	left:5px;
	margin-bottom:-5px;
	border-width:5px 5px 0;
	border-top-color:#000
}
.tooltip.right .tooltip-arrow {
	top:50%;
	left:0;
	margin-top:-5px;
	border-width:5px 5px 5px 0;
	border-right-color:#000
}
.tooltip.left .tooltip-arrow {
	top:50%;
	right:0;
	margin-top:-5px;
	border-width:5px 0 5px 5px;
	border-left-color:#000
}
.tooltip.bottom .tooltip-arrow {
	top:0;
	left:50%;
	margin-left:-5px;
	border-width:0 5px 5px;
	border-bottom-color:#000
}
.tooltip.bottom-left .tooltip-arrow {
	top:0;
	right:5px;
	margin-top:-5px;
	border-width:0 5px 5px;
	border-bottom-color:#000
}
.tooltip.bottom-right .tooltip-arrow {
	top:0;
	left:5px;
	margin-top:-5px;
	border-width:0 5px 5px;
	border-bottom-color:#000
}
.popover {
	position:absolute;
	top:0;
	left:0;
	z-index:1060;
	display:none;
	max-width:276px;
	padding:1px;
	font-style:normal;
	font-weight:400;
	letter-spacing:normal;
	line-break:auto;
	line-height:1.42857143;
	text-align:right;
	text-align:start;
	text-decoration:none;
	text-shadow:none;
	text-transform:none;
	white-space:normal;
	word-break:normal;
	word-spacing:normal;
	word-wrap:normal;
	font-size:14px;
	background-color:#fff;
	background-clip:padding-box;
	border:1px solid #ccc;
	border:1px solid rgba(0,0,0,.2);
	border-radius:6px;
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);
	box-shadow:0 5px 10px rgba(0,0,0,.2)
}
.popover.top {
	margin-top:-10px
}
.popover.right {
	margin-left:10px
}
.popover.bottom {
	margin-top:10px
}
.popover.left {
	margin-left:-10px
}
.popover-title {
	margin:0;
	padding:8px 14px;
	font-size:14px;
	background-color:#f7f7f7;
	border-bottom:1px solid #ebebeb;
	border-radius:5px 5px 0 0
}
.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 {
	left:50%;
	margin-left:-11px;
	border-bottom-width:0;
	border-top-color:#999;
	border-top-color:rgba(0,0,0,.25);
	bottom:-11px
}
.popover.top>.arrow:after {
	content:" ";
	bottom:1px;
	margin-left:-10px;
	border-bottom-width:0;
	border-top-color:#fff
}
.popover.right>.arrow {
	top:50%;
	left:-11px;
	margin-top:-11px;
	border-left-width:0;
	border-right-color:#999;
	border-right-color:rgba(0,0,0,.25)
}
.popover.right>.arrow:after {
	content:" ";
	left:1px;
	bottom:-10px;
	border-left-width:0;
	border-right-color:#fff
}
.popover.bottom>.arrow {
	left:50%;
	margin-left:-11px;
	border-top-width:0;
	border-bottom-color:#999;
	border-bottom-color:rgba(0,0,0,.25);
	top:-11px
}
.popover.bottom>.arrow:after {
	content:" ";
	top:1px;
	margin-left:-10px;
	border-top-width:0;
	border-bottom-color:#fff
}
.popover.left>.arrow {
	top:50%;
	right:-11px;
	margin-top:-11px;
	border-right-width:0;
	border-left-color:#999;
	border-left-color:rgba(0,0,0,.25)
}
.popover.left>.arrow:after {
	content:" ";
	right:1px;
	border-right-width:0;
	border-left-color:#fff;
	bottom:-10px
}
.carousel {
	position:relative
}
.carousel-inner {
	position:relative;
	overflow:hidden;
	width:100%
}
.carousel-inner>.item {
	display:none;
	position:relative;
	-webkit-transition:.6s ease-in-out left;
	-o-transition:.6s ease-in-out left;
	transition:.6s ease-in-out left
}
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	line-height:1
}
@media all and (transform-3d),(-webkit-transform-3d) {
	.carousel-inner>.item {
	-webkit-transition:-webkit-transform .6s ease-in-out;
	-moz-transition:-moz-transform .6s ease-in-out;
	-o-transition:-o-transform .6s ease-in-out;
	transition:transform .6s ease-in-out;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-perspective:1000px;
	-moz-perspective:1000px;
	perspective:1000px
	}
	.carousel-inner>.item.next,
	.carousel-inner>.item.active.right {
	-webkit-transform:translate3d(100%,0,0);
	transform:translate3d(100%,0,0);
	left:0
	}
	.carousel-inner>.item.prev,
	.carousel-inner>.item.active.left {
	-webkit-transform:translate3d(-100%,0,0);
	transform:translate3d(-100%,0,0);
	left:0
	}
	.carousel-inner>.item.next.left,
	.carousel-inner>.item.prev.right,
	.carousel-inner>.item.active {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	left:0
	}
}
.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
	display:block
}
.carousel-inner>.active {
	left:0
}
.carousel-inner>.next,
.carousel-inner>.prev {
	position:absolute;
	top:0;
	width:100%
}
.carousel-inner>.next {
	left:100%
}
.carousel-inner>.prev {
	left:-100%
}
.carousel-inner>.next.left,
.carousel-inner>.prev.right {
	left:0
}
.carousel-inner>.active.left {
	left:-100%
}
.carousel-inner>.active.right {
	left:100%
}
.carousel-control {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:15%;
	opacity:.5;
	filter:alpha(opacity=50);
	font-size:20px;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 2px rgba(0,0,0,.6)
}
.carousel-control.left {
	background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
	background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
	background-image:linear-gradient(to right,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)
}
.carousel-control.right {
	left:auto;
	right:0;
	background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
	background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
	background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)
}
.carousel-control:hover,
.carousel-control:focus {
	outline:0;
	color:#fff;
	text-decoration:none;
	opacity:.9;
	filter:alpha(opacity=90)
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position:absolute;
	top:50%;
	margin-top:-10px;
	z-index:5;
	display:inline-block
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left:50%;
	margin-left:-10px
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right:50%;
	margin-right:-10px
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
	width:20px;
	height:20px;
	line-height:1;
	font-family:serif
}
.carousel-control .icon-prev:before {
	content:'\2039'
}
.carousel-control .icon-next:before {
	content:'\203a'
}
.carousel-indicators {
	position:absolute;
	bottom:10px;
	left:50%;
	z-index:15;
	width:60%;
	margin-left:-30%;
	padding-left:0;
	list-style:none;
	text-align:center
}
.carousel-indicators li {
	display:inline-block;
	width:10px;
	height:10px;
	margin:1px;
	text-indent:-999px;
	border:1px solid #fff;
	border-radius:10px;
	cursor:pointer;
	background-color:#000 \9;
	background-color:rgba(0,0,0,0)
}
.carousel-indicators .active {
	margin:0;
	width:12px;
	height:12px;
	background-color:#fff
}
.carousel-caption {
	position:absolute;
	left:15%;
	right:15%;
	bottom:20px;
	z-index:10;
	padding-top:20px;
	padding-bottom:20px;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 2px rgba(0,0,0,.6)
}
.carousel-caption .btn {
	text-shadow:none
}
@media screen and (min-width:768px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
	width:30px;
	height:30px;
	margin-top:-15px;
	font-size:30px
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
	margin-left:-15px
	}
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
	margin-right:-15px
	}
	.carousel-caption {
	left:20%;
	right:20%;
	padding-bottom:30px
	}
	.carousel-indicators {
	bottom:20px
	}
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
	content:" ";
	display:table
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
	clear:both
}
.center-block {
	display:block;
	margin-left:auto;
	margin-right:auto
}
.pull-right {
	float:right !important
}
.pull-left {
	float:left !important
}
.hide {
	display:none !important
}
.show {
	display:block !important
}
.invisible {
	visibility:hidden
}
.text-hide {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0
}
.hidden {
	display:none !important
}
.affix {
	position:fixed
}
@-ms-viewport {
	width:device-width
}
.visible-xs,
.visible-ms,
.visible-sm,
.visible-md,
.visible-lg {
	display:none !important
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-ms-block,
.visible-ms-inline,
.visible-ms-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display:none !important
}
@media (max-width:479px) {
	.visible-xs {
	display:block !important
	}
	table.visible-xs {
	display:table !important
	}
	tr.visible-xs {
	display:table-row !important
	}
	th.visible-xs,
	td.visible-xs {
	display:table-cell !important
	}
}
@media (max-width:479px) {
	.visible-xs-block {
	display:block !important
	}
}
@media (max-width:479px) {
	.visible-xs-inline {
	display:inline !important
	}
}
@media (max-width:479px) {
	.visible-xs-inline-block {
	display:inline-block !important
	}
}
@media (min-width:480px) and (max-width:767px) {
	.visible-ms {
	display:block !important
	}
	table.visible-ms {
	display:table !important
	}
	tr.visible-ms {
	display:table-row !important
	}
	th.visible-ms,
	td.visible-ms {
	display:table-cell !important
	}
}
@media (min-width:480px) and (max-width:767px) {
	.visible-ms-block {
	display:block !important
	}
}
@media (min-width:480px) and (max-width:767px) {
	.visible-ms-inline {
	display:inline !important
	}
}
@media (min-width:480px) and (max-width:767px) {
	.visible-ms-inline-block {
	display:inline-block !important
	}
}
@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
	display:block !important
	}
	table.visible-sm {
	display:table !important
	}
	tr.visible-sm {
	display:table-row !important
	}
	th.visible-sm,
	td.visible-sm {
	display:table-cell !important
	}
}
@media (min-width:768px) and (max-width:991px) {
	.visible-sm-block {
	display:block !important
	}
}
@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline {
	display:inline !important
	}
}
@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline-block {
	display:inline-block !important
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
	display:block !important
	}
	table.visible-md {
	display:table !important
	}
	tr.visible-md {
	display:table-row !important
	}
	th.visible-md,
	td.visible-md {
	display:table-cell !important
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.visible-md-block {
	display:block !important
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline {
	display:inline !important
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline-block {
	display:inline-block !important
	}
}
@media (min-width:1200px) {
	.visible-lg {
	display:block !important
	}
	table.visible-lg {
	display:table !important
	}
	tr.visible-lg {
	display:table-row !important
	}
	th.visible-lg,
	td.visible-lg {
	display:table-cell !important
	}
}
@media (min-width:1200px) {
	.visible-lg-block {
	display:block !important
	}
}
@media (min-width:1200px) {
	.visible-lg-inline {
	display:inline !important
	}
}
@media (min-width:1200px) {
	.visible-lg-inline-block {
	display:inline-block !important
	}
}
@media (max-width:479px) {
	.hidden-xs {
	display:none !important
	}
}
@media (min-width:480px) and (max-width:767px) {
	.hidden-ms {
	display:none !important
	}
}
@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
	display:none !important
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
	display:none !important
	}
}
@media (min-width:1200px) {
	.hidden-lg {
	display:none !important
	}
}
.visible-print {
	display:none !important
}
@media print {
	.visible-print {
	display:block !important
	}
	table.visible-print {
	display:table !important
	}
	tr.visible-print {
	display:table-row !important
	}
	th.visible-print,
	td.visible-print {
	display:table-cell !important
	}
}
.visible-print-block {
	display:none !important
}
@media print {
	.visible-print-block {
	display:block !important
	}
}
.visible-print-inline {
	display:none !important
}
@media print {
	.visible-print-inline {
	display:inline !important
	}
}
.visible-print-inline-block {
	display:none !important
}
@media print {
	.visible-print-inline-block {
	display:inline-block !important
	}
}
@media print {
	.hidden-print {
	display:none !important
	}
}
.btn.btn-default {
	font:13px/22px iransans
}
.style_butt_news .butt {
	color:#fff;
	background-color:#029d04;
	font:12px/27px iransans;
	border-radius:5px;
	padding:0 15px;
	border:none
}
.error_container {
	width:100%;
	text-align:center;
	font:bold 16px arial;
	color:#000;
	padding:150px 0
}
.news_toolbar {
	padding-bottom:5px;
	padding-top:0;
	width:100%
}
.news_pdate_c {
	float:left;
	color:#272727;
	font:15px/19px BMitra;
	text-align:left
}
@media(min-width:768px) {
	.news_pdate_c {
	text-align:left
	}
}
@media(max-width:768px) {
	.news_pdate_c {
	text-align:left
	}
}
.news_tools {
	width:100%
}
.news_hits {
	width:140px;
	float:right;
	text-align:right
}
.news_print_botton,
.news_emails_botton,
.news_save_botton {
	width:17px;
	height:16px;
	overflow:hidden;
	float:left;
	margin-right:5px;
	cursor:pointer
}
.news_emails_botton {
	width:16px
}
.news_save_botton {
	width:14px;
	height:14px;
	text-decoration:none;
	display:block;
	margin-top:1px
}
.news_path {
	float:right;
	font:11px tahoma
}
.news_path a {
	color:#282828;
	font:18px BMitra;
	text-decoration:none
}
.news_comments {
	float:right;
	text-align:center
}
.news_comments a {
	font:11px tahoma;
	color:#000;
	text-decoration:none
}
.news_size_down,
.news_size_reset,
.news_size_up {
	text-decoration:none;
	float:left
}
.archive_form,
.search_form_c {
	border:1px solid #cfcfcf;
	background:#e9e9e9
}
.archive_form div,
.search_form_c div {
	padding:3px
}
.archive_form div span,
.search_form_c div span {
	margin:3px 0
}
.news_archive_container {
	width:100%
}
.archive_page_container {
	direction:rtl;
	text-align:left;
	width:100%
}
.archive_content {
	direction:rtl;
	text-align:left;
	padding:10px
}
.search_result_container,
.search_result_nav {
	width:100%
}
.newsletter_container {
	text-align:right;
	margin-bottom:10px
}
.newsletter_message {
	padding:50px 0;
	text-align:center;
	direction:rtl
}
.newsletter_message2 {
	text-align:justify;
	direction:rtl;
	padding:20px 0 0
}
.newsletter_title {
	text-align:right;
	direction:rtl;
	padding:20px 0 0
}
.tag_page_container {
	width:100%
}
.tag {
	font:normal 9pt Tahoma,Arial;
	color:#000
}
.tag_rutitr {
	font:10px tahoma,arial,helvetica;
	color:gray;
	direction:rtl;
	text-align:right
}
.tag_title {
	font:bold 16px Arial;
	direction:rtl;
	text-align:right
}
.tag_summerize {
	font:11px/20px iransans;
	color:#3a3a3d;
	direction:rtl;
	text-align:right
}
.tag_info {
	font:9pt Tahoma,Arial;
	margin-top:5px;
	color:#282;
	direction:rtl;
	text-align:right
}
div.pagination {
	padding:3px;
	margin:3px;
	direction:ltr;
	text-align:center
}
div.pagination a {
	padding:2px 5px;
	margin:2px;
	text-decoration:none;
	color:darkred
}
div.pagination a:hover,
div.pagination a:active {
	color:var(--topmenuBG)
}
div.pagination span.current {
	padding:2px 5px;
	margin:2px;
	font-weight:700;
	color:#fff
}
div.pagination span.disabled {
	padding:2px 5px;
	margin:2px;
	border:1px solid #eee;
	color:#ddd
}
.rss_def_c {
	float:right
}
.rss_def {
	border:1px solid #d1d1d1;
	padding:18px;
	font:11px tahoma;
	text-align:justify;
	margin-bottom:10px
}
.rss_block {
	width:100%;
	margin-bottom:40px;
	padding-top:30px
}
.rss_row {
	margin-bottom:10px;
	text-indent:30px;
	border-bottom:1px dotted
}
.rss_lists_container {
	width:605px;
	float:right;
	margin-left:20px;
	padding-right:25px
}
.rss_def_title {
	font:bold 14px arial;
	text-align:center;
	width:100%
}
.rss_def_content {
	width:100%;
	padding-top:10px;
	line-height:130%
}
.rss_list_title {
	font:17px/40px iransansbold;
	margin-bottom:10px
}
.rss_list_pn {
	width:150px;
	float:right;
	font:13px/20px iransans;
	color:#3a3a3d;
	padding-bottom:5px;
	background:url('../images/rss_link.gif') no-repeat right
}
.rss_row a {
	font:11px/18px iransans;
	color:#3a3a3d
}
.rss_list_link {
	font:11px tahoma;
	color:#000;
	text-decoration:none;
	direction:ltr;
	display:block;
	float:left;
	text-align:left;
	width:300px;
	padding-bottom:5px
}
.tags_container {
	width:100%;
	margin-bottom:30px
}
.tags_title {
	width:100%;
	font:17px BMitra;
	text-indent:20px;
	color:#000;
	line-height:180%
}
.tags_item {
	font:18px BMitra;
	color:#113b61;
	text-decoration:none;
	outline:none
}
.social_nets {
	width:280px;
	position:absolute;
	left:0;
	top:19px;
	display:none;
	background:#fff;
	z-index:999;
	border:5px solid #6f6f6f
}
.sn_top {
	width:100%;
	height:20px;
	background:#f8f8f8;
	border-bottom:1px solid #cfcfcf
}
.sn_top span {
	font:bold 12px tahoma;
	color:#000;
	padding:10px 0 0 5px
}
.close_sn {
	width:20px;
	height:20px;
	display:block;
	text-decoration:none;
	float:right;
	color:#bf5557;
	font:bold 12px tahoma;
	text-align:center;
	line-height:18px
}
.sn_list {
	width:100%
}
.sn_left {
	width:135px;
	float:left;
	padding:10px 4px 10px 0;
	border-right:1px solid #cfcfcf;
	margin-right:5px
}
.sn_right {
	width:122px;
	float:left;
	padding:10px 0
}
.sn_left a,
.sn_right a {
	width:120px;
	height:20px;
	display:block;
	text-decoration:none;
	font:12px tahoma;
	color:#000;
	line-height:18px;
	text-align:left;
	padding-left:35px;
	margin-bottom:5px
}
.sn_twitter {
	background:url('../images/icon/twitter.gif') no-repeat 10px 2px
}
.sn_facebook {
	background:url('../images/icon/facebook.gif') no-repeat 10px 2px
}
.sn_greader {
	background:url('../images/icon/greader.gif') no-repeat 10px 2px
}
.sn_su {
	background:url('../images/icon/su.gif') no-repeat 10px 2px
}
.sn_digg {
	background:url('../images/icon/digg.gif') no-repeat 10px 2px
}
.sn_delicious {
	background:url('../images/icon/delicious.gif') no-repeat 10px 2px
}
.sn_telegram {
	background:url('../images/icon/telegram.gif') no-repeat 10px 2px
}
.sn_telegram2 {
	background:url('../images/icon/telegram.gif') no-repeat 0 0
}
.sn_googleplus {
	background:url('../images/icon/google.png') no-repeat 10px 2px
}
.sn_facenama {
	background:url('../images/icon/facenama.gif') no-repeat 10px 2px
}
.sn_linkdin {
	background:url('../images/icon/linkedin.png') no-repeat 10px 2px
}
.cl_link {
	background:url('../images/icon/cloob.gif') no-repeat 10px 2px
}
.cl_link2 {
	background:url('../images/icon/cloob.gif') no-repeat 0 0
}
.txt_adv_content a {
	display:block;
	text-align:right
}
.advtxt {
	background:#cecece
}
.prayer_time_container {
	width:460px;
	margin:auto;
	padding:40px 0;
	text-align:center
}
.prayer_form {
	width:205px;
	float:right;
	margin-left:20px
}
.prayer_time {
	width:223px;
	float:right
}
.ptime_c {
	width:221px;
	border:1px solid #ccc
}
.ptime_row {
	border-bottom:1px solid #ccc
}
.ptime_title {
	font:11px tahoma;
	text-align:center;
	padding:5px 0;
	background:#113b63;
	color:#fff
}
.ptime_col1 {
	width:100px;
	float:right;
	padding:5px;
	border-left:1px solid #ccc;
	font:11px tahoma
}
.ptime_col2 {
	width:100px;
	float:right;
	padding:5px;
	text-align:center;
	font:11px tahoma
}
.home_ptime {
	width:177px;
	border:1px solid #ccc;
	margin-top:25px
}
.home_ptime_row {
	border-bottom:1px solid #ccc;
	font:11px tahoma;
	text-align:center
}
.home_ptime_row a {
	text-decoration:none;
	font:11px tahoma;
	color:#d30c0c;
	padding:5px 0;
	display:block
}
.home_ptime_col1 {
	width:78px;
	float:right;
	padding:5px;
	border-left:1px solid #ccc;
	font:11px tahoma
}
.home_ptime_col2 {
	width:78px;
	float:right;
	padding:5px;
	text-align:center;
	font:11px tahoma
}
.send_freind_bot {
	background:url('../images/email.gif') no-repeat right 3px;
	color:#000;
	cursor:pointer;
	float:left;
	height:24px;
	margin-right:5px;
	overflow:hidden;
	text-align:left;
	width:95px
}
.send_error_bot {
	color:#00003c;
	cursor:pointer;
	margin-right:5px;
	overflow:hidden;
	text-align:right;
	display:flex;
	font:13px/23px iransans;
	flex-direction:row-reverse
}
.send_error_bot:hover {
	text-align:right
}
.print_bot {
	background:url('../images/print.gif') no-repeat right 3px;
	color:#000;
	cursor:pointer;
	float:left;
	height:24px;
	margin-right:5px;
	overflow:hidden;
	text-align:left;
	width:75px
}
td input.butt {
	height:36px;
	min-width:100px;
	background:#fff;
	border:2px solid #e1e1e1;
	border-radius:20px;
	color:#2d2d2d;
	font:12px/26px iransans
}
td input.butt:hover,
td input.butt:focus,
td input.butt:active {
	border-color:var(--topmenuBG);
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(191,17,42,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(191,17,42,.6)
}
.form-control {
	font:11px tahoma
}
input.text {
	font-weight:400;
	color:#2d2d2d;
	font:12px tahoma,verdana,arial,helvetica
}
input.butt {
	font-weight:400;
	color:#2d2d2d;
	font:12px/26px iransans
}
input.butt1 {
	font-weight:400;
	color:#fdfeff;
	font:19px,tahoma,verdana,arial,helvetica;
	float:right;
	background:#0f3a64;
	height:30px;
	padding:0 18px;
	border:1px solid #0f3a64;
	margin-top:6px
}
input.checkbox {
	font-weight:400;
	color:#2d2d2d;
	font:9px tahoma,verdana,arial,helvetica
}
input.checkbox1 {
	font-weight:400;
	color:#2d2d2d;
	font:9px tahoma,verdana,arial,helvetica;
	float:right
}
input.radiobox {
	font-weight:400;
	color:#2d2d2d;
	font:9px tahoma,verdana,arial,helvetica
}
textarea.text {
	font-weight:400;
	color:#2d2d2d;
	font:12px tahoma,verdana,arial,helvetica
}
select.small {
	font-weight:400;
	color:#2d2d2d;
	font:9px tahoma,verdana,arial,helvetica
}
select.text {
	font-weight:400;
	color:#2d2d2d;
	font:12px/24px iransans
}
img.secimg {
	border:1px solid #7f9db9
}
.secimage {
	background:#fff none;
	border:1px solid #ccc;
	border-radius:4px;
	box-shadow:0 1px 1px rgba(0,0,0,.075) inset;
	color:#555;
	display:block;
	font-size:14px;
	height:24px;
	line-height:1.42857;
	transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
	vertical-align:middle;
	width:100%;
	margin-bottom:5px
}
.frm_description {
	font-weight:400;
	color:#666;
	font:9px tahoma
}
.frm_label {
	font-weight:400;
	color:#000;
	font:8pt tahoma;
	margin-right:5px;
	margin-left:5px
}
.form_label {
	color:#000;
	direction:rtl;
	display:block;
	font:8pt tahoma;
	font-weight:400;
	margin:5px 0
}
.frm_label1 {
	font:16px;
	color:#020202;
	margin-right:22px;
	margin-left:10px;
	margin-bottom:5px;
	display:block
}
.frm_options {
	font-weight:400;
	color:#000;
	font:8pt tahoma;
	margin-right:30px;
	margin-left:0
}
.frm_invalid_label {
	font-weight:400;
	color:#ff4646;
	font:13px/26px iransans;
	margin-right:5px;
	margin-left:5px
}
.frm_error {
	font-weight:600;
	color:#ff4646;
	font:8pt tahoma;
	margin-right:5px;
	margin-left:5px
}
.form_msg {
	font-weight:600;
	color:#06c;
	font:8pt tahoma;
	margin-right:5px;
	margin-left:5px
}
.form_error_message_class {
	font-weight:600;
	color:#ff4646;
	font:8pt tahoma;
	margin-right:5px;
	margin-left:5px
}
.form_alert {
	font:bold 13px Arial;
	color:#fff;
	background-color:#ff6c6c;
	width:14px;
	height:10px;
	text-align:center;
	cursor:pointer;
	margin-right:5px;
	margin-bottom:1px
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align:center;
	-webkit-tap-highlight-color:transparent
}
.owl-theme .owl-nav {
	margin-top:10px
}
.owl-theme .owl-nav [class*=owl-] {
	color:#fff;
	font-size:14px;
	margin:5px;
	padding:4px 7px;
	background:#d6d6d6;
	display:inline-block;
	cursor:pointer;
	border-radius:3px
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background:#4dc7a0;
	color:#fff;
	text-decoration:none
}
.owl-theme .owl-nav .disabled {
	opacity:.5;
	cursor:default
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top:10px
}
.owl-theme .owl-dots .owl-dot {
	display:inline-block;
	zoom:1
}
.owl-theme .owl-dots .owl-dot span {
	width:10px;
	height:10px;
	margin:5px 7px;
	background:#d6d6d6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:30px
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background:#4dc7a0
}
.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color:transparent;
	position:relative
}
.owl-carousel {
	display:none;
	width:100%;
	z-index:1
}
.owl-carousel .owl-stage {
	position:relative;
	-ms-touch-action:pan-Y;
	touch-action:manipulation;
	-moz-backface-visibility:hidden
}
.owl-carousel .owl-stage:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}
.owl-carousel .owl-stage-outer {
	position:relative;
	overflow:hidden;
	-webkit-transform:translate3d(0,0,0)
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0)
}
.owl-carousel .owl-item {
	min-height:1px;
	float:left;
	-webkit-backface-visibility:hidden;
	-webkit-touch-callout:none
}
.owl-carousel .owl-item img {
	display:block;
	width:100%
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display:none
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display:block
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor:pointer;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background:0 0;
	color:inherit;
	border:none;
	padding:0!important;
	font:inherit
}
.owl-carousel.owl-loading {
	opacity:0;
	display:block
}
.owl-carousel.owl-hidden {
	opacity:0
}
.owl-carousel.owl-refresh .owl-item {
	visibility:hidden
}
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action:pan-y;
	touch-action:pan-y;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.owl-carousel.owl-grab {
	cursor:move;
	cursor:grab
}
.owl-carousel.owl-rtl {
	direction:rtl
}
.owl-carousel.owl-rtl .owl-item {
	float:right
}
.owl-carousel .animated {
	animation-duration:1s;
	animation-fill-mode:both
}
.owl-carousel .owl-animated-in {
	z-index:0
}
.owl-carousel .owl-animated-out {
	z-index:1
}
.owl-carousel .fadeOut {
	animation-name:fadeOut
}
@keyframes fadeOut {
	0% {
	opacity:1
	}
	100% {
	opacity:0
	}
}
.owl-height {
	transition:height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
	opacity:0;
	transition:opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height:0
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style:preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position:relative;
	height:100%;
	background:#000
}
.owl-carousel .owl-video-play-icon {
	position:absolute;
	height:80px;
	width:80px;
	left:50%;
	top:50%;
	margin-left:-40px;
	margin-top:-40px;
	background:url(owl.video.play.png) no-repeat;
	cursor:pointer;
	z-index:1;
	-webkit-backface-visibility:hidden;
	transition:transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform:scale(1.3,1.3);
	transform:scale(1.3,1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display:none
}
.owl-carousel .owl-video-tn {
	opacity:0;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	transition:opacity .4s ease
}
.owl-carousel .owl-video-frame {
	position:relative;
	z-index:1;
	height:100%;
	width:100%
}
.mCustomScrollbar {
	-ms-touch-action:pinch-zoom;
	touch-action:pinch-zoom
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
	-ms-touch-action:auto;
	touch-action:auto
}
.mCustomScrollBox {
	position:relative;
	overflow:hidden;
	height:100%;
	max-width:100%;
	outline:none;
	direction:rtl
}
.mCSB_container {
	overflow:hidden;
	width:auto;
	height:auto
}
.mCSB_inside>.mCSB_container {
	margin-left:30px
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right:0
}
.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
	margin-left:14px
}
.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-left:0
}
.mCSB_scrollTools {
	width:10px;
	height:auto;
	background-color:#e5e5e5;
	position:absolute;
	left:0;
	top:0;
	bottom:0
}
.mCSB_outside+.mCSB_scrollTools {
	right:-26px
}
.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
	left:0
}
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
	left:-26px
}
.mCSB_scrollTools .mCSB_draggerContainer {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	height:auto
}
.mCSB_scrollTools .mCSB_draggerRail {
	height:100%;
	margin:0 auto
}
.mCSB_scrollTools .mCSB_dragger {
	cursor:pointer;
	width:100%;
	height:30px;
	z-index:1
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width:10px;
	height:100%;
	position:relative;
	text-align:center
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width:12px
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width:8px
}
.mCSB_scrollTools .mCSB_buttonDown {
	bottom:0
}
.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
	opacity:0;
	filter:"alpha(opacity=0)";
	-ms-filter:"alpha(opacity=0)"
}
.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools {
	opacity:1;
	filter:"alpha(opacity=100)";
	-ms-filter:"alpha(opacity=100)"
}
.mCSB_scrollTools .mCSB_draggerRail {
	background-color:#000;
	background-color:rgba(0,0,0,.4);
	filter:"alpha(opacity=40)";
	-ms-filter:"alpha(opacity=40)"
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color:#ccc
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
	opacity:.4;
	filter:"alpha(opacity=40)";
	-ms-filter:"alpha(opacity=40)"
}
.mCSB_scrollTools .mCSB_buttonUp {
	background-position:0 0
}
.mCSB_scrollTools .mCSB_buttonDown {
	background-position:0 -20px
}
.mCSB_scrollTools .mCSB_buttonLeft {
	background-position:0 -40px
}
.mCSB_scrollTools .mCSB_buttonRight {
	background-position:0 -56px
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
	opacity:.75;
	filter:"alpha(opacity=75)";
	-ms-filter:"alpha(opacity=75)"
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
	opacity:.9;
	filter:"alpha(opacity=90)";
	-ms-filter:"alpha(opacity=90)"
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color:transparent
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position:-80px 0
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position:-80px -20px
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position:-80px -40px
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position:-80px -56px
}
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
	width:5px;
	background-color:#fff;
	background-color:rgba(255,255,255,.1);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width:5px;
	background-color:#fff;
	background-color:rgba(255,255,255,.75);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px
}
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width:100%;
	height:4px;
	margin:6px auto
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color:#fff;
	background-color:rgba(255,255,255,.85)
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color:#fff;
	background-color:rgba(255,255,255,.9)
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position:-32px 0
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position:-32px -20px
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position:-40px -40px
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position:-40px -56px
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
	background-color:#000;
	background-color:rgba(0,0,0,.1);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color:#000;
	background-color:rgba(0,0,0,.75);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color:#000;
	background-color:rgba(0,0,0,.85)
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color:#000;
	background-color:rgba(0,0,0,.9)
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position:-112px 0
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position:-112px -20px
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position:-120px -40px
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position:-120px -56px
}
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	width:4px;
	background-color:#fff;
	background-color:rgba(255,255,255,.1);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width:6px;
	background-color:#fff;
	background-color:rgba(255,255,255,.75);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width:100%;
	height:4px;
	margin:6px 0
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width:100%;
	height:6px;
	margin:5px auto
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color:#fff;
	background-color:rgba(255,255,255,.85)
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color:#fff;
	background-color:rgba(255,255,255,.9)
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position:-16px 0
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position:-16px -20px
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position:-20px -40px
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position:-20px -56px
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color:#000;
	background-color:rgba(0,0,0,.1);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color:#000;
	background-color:rgba(0,0,0,.75);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color:#000;
	background-color:rgba(0,0,0,.85)
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color:#000;
	background-color:rgba(0,0,0,.9)
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position:-96px 0
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position:-96px -20px
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position:-100px -40px
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position:-100px -56px
}
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color:#fff;
	background-color:rgba(255,255,255,.1)
}
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width:2px
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width:100%
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width:100%;
	height:2px;
	margin:7px auto
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color:#000;
	background-color:rgba(0,0,0,.15)
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color:#000;
	background-color:rgba(0,0,0,.75)
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color:#000;
	background-color:rgba(0,0,0,.85)
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color:#000;
	background-color:rgba(0,0,0,.9)
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
	background-position:-80px 0
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
	background-position:-80px -20px
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
	background-position:-80px -40px
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
	background-position:-80px -56px
}
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
	background-color:#fff;
	background-color:rgba(255,255,255,.15)
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
	height:14px
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width:14px;
	margin:0 1px
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
	width:14px
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height:14px;
	margin:1px 0
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width:16px;
	height:16px;
	margin:-1px 0
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width:4px
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height:16px;
	width:16px;
	margin:0 -1px
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height:4px;
	margin:6px 0
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
	background-position:0 -72px
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
	background-position:0 -92px
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
	background-position:0 -112px
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
	background-position:0 -128px
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color:#000;
	background-color:rgba(0,0,0,.75)
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color:#000;
	background-color:rgba(0,0,0,.15)
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color:#000;
	background-color:rgba(0,0,0,.85)
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color:#000;
	background-color:rgba(0,0,0,.9)
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position:-80px -72px
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position:-80px -92px
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position:-80px -112px
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position:-80px -128px
}
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
	width:4px
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	background-color:transparent;
	background-position:center
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-image:url('..data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==');
	background-repeat:repeat-y;
	opacity:.3;
	filter:"alpha(opacity=30)";
	-ms-filter:"alpha(opacity=30)"
}
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	height:4px;
	margin:6px 0;
	background-repeat:repeat-x
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
	background-position:-16px -72px
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
	background-position:-16px -92px
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
	background-position:-20px -112px
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
	background-position:-20px -128px
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-image:url('..data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=')
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position:-96px -72px
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position:-96px -92px
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position:-100px -112px
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position:-100px -128px
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-repeat:repeat-y;
	background-image:-moz-linear-gradient(left,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%);
	background-image:-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));
	background-image:-webkit-linear-gradient(left,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%);
	background-image:-o-linear-gradient(left,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%);
	background-image:-ms-linear-gradient(left,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%);
	background-image:linear-gradient(to right,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%)
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	background-repeat:repeat-x;
	background-image:-moz-linear-gradient(top,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));
	background-image:-webkit-linear-gradient(top,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%);
	background-image:-o-linear-gradient(top,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%);
	background-image:-ms-linear-gradient(top,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%);
	background-image:linear-gradient(to bottom,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%)
}
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
	height:70px
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
	width:70px
}
.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
	opacity:1;
	filter:"alpha(opacity=30)";
	-ms-filter:"alpha(opacity=30)"
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border-radius:16px
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
	width:8px;
	background-color:#000;
	background-color:rgba(0,0,0,.2);
	box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color:#555
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width:8px
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width:100%;
	height:8px;
	margin:4px 0;
	box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width:100%;
	height:8px;
	margin:4px auto
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
	background-position:-32px -72px
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
	background-position:-32px -92px
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
	background-position:-40px -112px
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
	background-position:-40px -128px
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color:#000;
	background-color:rgba(0,0,0,.1);
	box-shadow:inset 1px 0 1px rgba(0,0,0,.1)
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	box-shadow:inset 0 1px 1px rgba(0,0,0,.1)
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position:-112px -72px
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position:-112px -92px
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position:-120px -112px
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position:-120px -128px
}
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
	opacity:1;
	filter:"alpha(opacity=30)";
	-ms-filter:"alpha(opacity=30)"
}
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px
}
.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
	right:1px
}
.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
	box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)
}
.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
	bottom:1px;
	box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	box-shadow:inset 1px 0 0 rgba(255,255,255,.4);
	width:12px;
	margin:2px;
	position:absolute;
	height:auto;
	top:0;
	bottom:0;
	left:0;
	right:0
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	box-shadow:inset 0 1px 0 rgba(255,255,255,.4)
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color:#555
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height:12px;
	width:auto
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
	background-color:#000;
	background-color:rgba(0,0,0,.05);
	box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color:transparent
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position:-32px -72px
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position:-32px -92px
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position:-40px -112px
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position:-40px -128px
}
.mCS-3d-thick-dark.mCSB_scrollTools {
	box-shadow:inset 0 0 14px rgba(0,0,0,.2)
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
	box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	box-shadow:inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	box-shadow:inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color:#777
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
	background-color:#fff;
	background-color:rgba(0,0,0,.05);
	box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color:transparent
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position:-112px -72px
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position:-112px -92px
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position:-120px -112px
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position:-120px -128px
}
.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
	right:0;
	margin:12px 0
}
.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom:0;
	margin:0 12px
}
.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
	left:0;
	right:auto
}
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color:transparent
}
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
	height:50px
}
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
	width:50px
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color:#fff;
	background-color:rgba(255,255,255,.2);
	filter:"alpha(opacity=20)";
	-ms-filter:"alpha(opacity=20)"
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color:#fff;
	background-color:rgba(255,255,255,.5);
	filter:"alpha(opacity=50)";
	-ms-filter:"alpha(opacity=50)"
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color:#000;
	background-color:rgba(0,0,0,.2);
	filter:"alpha(opacity=20)";
	-ms-filter:"alpha(opacity=20)"
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color:#000;
	background-color:rgba(0,0,0,.5);
	filter:"alpha(opacity=50)";
	-ms-filter:"alpha(opacity=50)"
}
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	width:6px;
	background-color:#000;
	background-color:rgba(0,0,0,.2)
}
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width:6px
}
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width:100%;
	height:6px;
	margin:5px 0
}
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width:12px
}
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height:12px;
	margin:2px 0
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position:-32px -72px
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position:-32px -92px
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position:-40px -112px
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position:-40px -128px
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color:#000;
	background-color:rgba(0,0,0,.75)
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color:#000;
	background-color:rgba(0,0,0,.85)
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color:#000;
	background-color:rgba(0,0,0,.9)
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color:#000;
	background-color:rgba(0,0,0,.1)
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position:-112px -72px
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position:-112px -92px
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position:-120px -112px
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position:-120px -128px
}
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	width:12px;
	background-color:#000;
	background-color:rgba(0,0,0,.2)
}
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width:6px;
	margin:3px 5px;
	position:absolute;
	height:auto;
	top:0;
	bottom:0;
	left:0;
	right:0
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height:6px;
	margin:5px 3px;
	position:absolute;
	width:auto;
	top:0;
	bottom:0;
	left:0;
	right:0
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width:100%;
	height:12px;
	margin:2px 0
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position:-32px -72px
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position:-32px -92px
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position:-40px -112px
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position:-40px -128px
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color:#000;
	background-color:rgba(0,0,0,.75)
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color:#000;
	background-color:rgba(0,0,0,.85)
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color:#000;
	background-color:rgba(0,0,0,.9)
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color:#000;
	background-color:rgba(0,0,0,.1)
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position:-112px -72px
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position:-112px -92px
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position:-120px -112px
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position:-120px -128px
}
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color:transparent;
	border-width:1px;
	border-style:solid;
	border-color:#fff;
	border-color:rgba(255,255,255,.2);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
	border-color:#000;
	border-color:rgba(0,0,0,.2)
}
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color:#fff;
	background-color:rgba(255,255,255,.6)
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color:#000;
	background-color:rgba(0,0,0,.6)
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color:#000;
	background-color:rgba(0,0,0,.75)
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color:#000;
	background-color:rgba(0,0,0,.85)
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color:#000;
	background-color:rgba(0,0,0,.9)
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color:#fff;
	background-color:rgba(255,255,255,.75)
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color:#fff;
	background-color:rgba(255,255,255,.85)
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color:#fff;
	background-color:rgba(255,255,255,.9)
}
:root {
	--Hover:#c1102a
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0
}
htm,html body{
	font-family:'iransans';
}
a {
	color:#1809a6;
	outline:none
}
a:hover {
	color:#bb0003
}
a:active {
	color:#000
}
.Htags {
	font-weight:400;
	margin:0;
	padding:0
}
.title15 {
	color:#0e0f79;
	display:block;
	font:14px/18px iransansbold;
	margin-bottom:5px;
	padding-top:2px;
	text-align:right
}
.title15:hover {
	color:#0e0f79
}
.pic {
	border:1px solid #000
}
.picLink {
	border:0;
	text-decoration:none;
	display:block
}
.htitr {
	font:16px/26px iransansmedium;
	font-weight:700;
	color:#824e00;
	position:relative
}
.htitr:before {
	content:'';
	display:inline-block;
	width:8px;
	height:8px;
	background-color:var(--topmenuBG);
	margin-left:4px
}
.title {
	padding:0 20px;
	font:20px/36px iransansmedium
}
.title_c {
	padding:0 20px;
	font:20px/36px iransansmedium;
	margin-bottom:10px;
	margin-top:4px;
	color:#000
}
.wrapper {
	clear:both;
	height:0;
	overflow:hidden
}
.title_news {
	text-decoration:none;
	color:#000;
	font:26px/32px
}
.subtitle,
.print_subtitle {
	padding:0 20px;
	color:#505050;
	font:14px/24px Iransans;
	margin-bottom:40px
}
.print_subtitle {
	margin:0 auto 5px auto
}
.body {
	font:15px/27px Iransans;
	font-weight:400;
	color:#4d4d4d;
	margin-top:10px;
	text-align:justify;
	padding:0 20px 20px
}
p.float-left {
	float:left;
	margin:0 .5em 0 0;
	background:#fff;
	border:0 dotted peru
}
div.float-right {
	float:right;
	margin:1px;
	background:#fff;
	border:1px solid gray
}
.rutitr {
	font:17px/34px Iransans;
	color:#292929
}
.rutitr_home {
	color:#000;
	font:15px BMitra,arial,helvetica
}
.news_rutitr {
	padding:0 20px;
	font:13px/20px Iransans;
	color:#424242
}
.titr1 {
	font:normal 11px tahoma,arial,helvetica;
	text-decoration:none;
	text-align:justify
}
.titr1:hover {
	text-decoration:none
}
.title1 {
	font:13px Tahoma;
	text-align:right;
	direction:rtl;
	text-decoration:none
}
.title4 {
	font:normal 8pt Tahoma;
	text-decoration:none;
	text-align:justify;
	direction:rtl
}
.title5 {
	color:#3e373f;
	font:normal 12px Tahoma;
	text-decoration:none;
	text-align:justify;
	direction:rtl;
	display:block;
	line-height:160%;
	padding-right:17px
}
.lead1 {
	font:11px tahoma,arial,'Times New Roman';
	color:#000;
	font-weight:400;
	text-decoration:none;
	text-align:justify;
	line-height:170%;
	padding-bottom:5px
}
.lead2 {
	font:11px tahoma,arial,'Times New Roman';
	color:#000;
	font-weight:400;
	text-decoration:none;
	text-align:justify;
	line-height:180%
}
.author {
	font:11px tahoma,arial;
	color:#000;
	font-weight:400;
	text-decoration:none;
	text-align:justify;
	line-height:160%;
	padding-top:5px
}
.pr_img {
	padding:3px;
	border:1px solid silver;
	background:#f3f1f4
}
.fr {
	float:right;
	padding:3px;
	border:1px solid silver;
	background:#f3f1f4
}
.fl {
	float:left;
	padding:3px;
	border:1px solid silver;
	background:#f3f1f4
}
.headline {
	padding:5pt 3pt;
	margin:5pt;
	width:100%;
	font:8pt tahoma;
	text-align:justify
}
.text11 {
	font:11px tahoma,arial,helvetica;
	color:#000;
	font-weight:400;
	text-decoration:none;
	text-align:justify
}
.text10 {
	font:14px Arial;
	font-weight:700;
	text-decoration:none
}
.text10:hover {
	font:14px Arial;
	font-weight:700;
	text-decoration:none
}
.text16 {
	font:16px 'Times New Roman',tahoma,Arial;
	text-decoration:none;
	font-weight:700
}
.page_title {
	font:18px/25px iransansmedium;
	color:#4b4b4c;
	text-decoration:none;
	font-weight:700
}
.newsNavanama .page_title {
	color:#b6b6b6
}
.news_print_container {
	width:580px;
	margin:auto auto 30px
}
.news_print_content {
	margin-top:5px;
	margin-bottom:35px;
	width:100%
}
.print_id {
	float:right;
	width:100px;
	text-align:right;
	font:14px/20px
}
.print_date {
	float:left;
	width:440px;
	text-align:left;
	font:14px/20px
}
.print_logo_c {
	margin-bottom:15px
}
.save_body {
	background:#fff;
	padding:0;
	cursor:default;
	margin:10px 0 1px;
	font:12px tahoma;
	text-align:center
}
.save_page {
	width:680px;
	margin:auto;
	text-align:center
}
.news_source {
	font:12px/22px Iransans;
	color:#4d4d4d;
	text-decoration:none
}
.figure {
	border:thin silver solid;
	margin:.5em;
	padding:.5em;
	display:inline-block;
	line-height:0
}
.figure .aimg {
	text-align:center;
	display:block
}
.figure_caption {
	text-align:right;
	font:10px tahoma;
	text-indent:0;
	padding:10px 5px
}
.magnify a {
	background:url('../images/enlarge.png') no-repeat right top;
	width:12px;
	height:12px;
	float:left
}
.body .news_corner_image[align=left] {
	margin-right:10px;
	margin-bottom:10px
}
.body .news_corner_image[align=right] {
	margin-left:10px;
	margin-bottom:10px
}
.container {
	padding-right:0;
	padding-left:0
}
a,
a:hover,
a:visited,
a:focus {
	color:#000;
	text-decoration:none
}
a:hover {
	color:var(--Hover);
	text-decoration:none
}
.importantNewsCard {
	position:relative
}
.border .heroNewsContent .over a,
.border .importantNewsCard .over a {
	font:19px/36px iransansbold;
	padding:0 20px
}
.border .over a {
	color:#fff;
	display:block
}
.heroNews img,
.imgLinkDiv {
	width:100%;
	height:393px;
	border-radius:5px
}
.imgLinkDiv {
	background-color:#e7e7e7
}
.border .heroNewsContent {
	width:590px;
	height:393px;
	position:relative
}
.over {
	position:absolute;
	text-align:center;
	bottom:0;
	right:0;
	color:#fff;
	width:100%;
	background:linear-gradient(to top,rgba(0,0,0,.9),rgba(0,0,0,0) 100%);
	border-radius:0 0 5px 5px
}
.news1 {
	font:13px/20px iransanslight !important;
	padding:15px 23px 0;
	color:#fff !important
}
.red {
	position:absolute;
	bottom:0;
	right:0;
	background-color:var(--Hover);
	width:10px;
	height:10px
}
.Red {
	position:absolute;
	bottom:0;
	right:0;
	background-color:var(--Hover);
	width:15px;
	height:15px
}
.over:hover a {
	color:#fff
}
.over:hover {
	color:#fff;
	background:linear-gradient(to top,rgba(255,0,0,.9),rgba(0,0,0,0) 100%)
}
.over h2,
.over h3 {
	align-self:flex-end;
	text-align:right;
	direction:rtl;
	padding:15px 15px 0 5px;
	width:100%
}
.over h2 a {
	font:19px/30px iransansmedium;
	color:#fff;
	display:block
}
.heroNews .over h2 {
	padding:0 23px 15px !important
}
.over h3 a {
	font:14px/25px iransansbold;
	color:#fff;
	display:block;
	text-align:right
}
.nopic .over,
.nopic,
.importantNewsCard {
	position:relative;
	height:100%;
	max-height:393px;
	width:auto
}
.nopic span {
	position:absolute;
	width:100%;
	height:100%;
	background-color:#a9a9a9;
	right:0;
	top:0
}
.border .importantNewsCard .over {
	flex-direction:row
}
.border .mainNewsListItems {
	padding:10px 0;
	border-top:1px solid #d1d1d1;
	display:table
}
.border .mainNewsListItems h3 a {
	padding:0 10px;
	border-right:2px solid #d1d1d1;
	font:15px/30px 'iransans';
	display:table-cell;
	vertical-align:middle
}
.border .mainNewsListItems h3 a:hover {
	border-right:2px solid var(--Hover)
}
.border .mostCardcontent {
	position:relative;
	width:590px
}
.header:hover:before {
	color:#000
}
.rotitr {
	color:#616161;
	font:13px 'iransans';
	text-align:right
}
.mostCards .rotitr {
	font-family:iransanslight !important;
	color:#000 !important
}
.yaddasht-title {
	font:12px iransansmedium
}
.titr {
	text-align:right;
	direction:rtl
}
.titr a {
	color:#000;
	font:15px/30px 'iransansbold';
	text-align:right;
	direction:rtl
}
.titr a:hover {
	color:var(--Hover)
}
.news {
	padding:15px
}
.news-box {
	padding:5px 0;
	color:#3a3a3a;
	font:13px/25px 'iransans';
	text-align:right
}
.time {
	color:#797979;
	font:13px 'iransans'
}
.importantVideo img {
	width:100%
}
.importantVideo h3 {
	font:15px/25px iransansmedium;
	direction:rtl;
	text-align:justify;
	padding-top:3px;
	padding-right:2px
}
.importantVideo h3 a {
	font:15px/25px iransansmedium
}
.heroVideoContent {
	height:100%;
	position:relative
}
.border .heroVideoContent {
	width:285px
}
.heroVideoContent h3 {
	padding:15px 19px;
	direction:rtl;
	line-height:13px;
	text-align:right
}
.heroVideoContent h3 a {
	font:14px/23px iransansmedium
}
.icon-play-circle {
	position:absolute;
	top:calc(50% - 42px);
	left:calc(50% - 25px);
	font-size:50px;
	color:var(--Hover)
}
.videoList {
	padding-right:20px;
	display:flex;
	flex-direction:column
}
.videoListItems {
	min-height:24%;
	display:flex
}
.videoImg {
	width:120px;
	margin-left:10px
}
.videoImg img {
	height:100%
}
.sec3-box-circle {
	border-bottom:2px solid #f2f2f2;
	display:flex;
	padding:20px 15px
}
.sec3-box-circle:last-child {
	border-bottom:none
}
.sec3-box-circle img {
	border-radius:50%;
	width:65px;
	height:65px
}
.border .sec3-box-circle h3 {
	margin:0
}
.border .sec3-box-circle h3 a {
	font:14px/23px iransans;
	padding-top:6px
}
.sec3-box-circle p {
	font-size:12px;
	padding-top:7px
}
.border .justForClient .over {
	width:72%
}
.border .sec-4-justForClient {
	width:76%
}
.border .serviceheroNews,
.border .serviceimportantNews {
	width:100%
}
.border .serviceheroNews .over {
	width:100%
}
.border .serviceheroNews,
.border .serviceimportantNews {
	max-height:520px
}
.border .serviceimportantNewsCard .over a {
	padding-right:0
}
.border .importantNewsCardRow {
	width:76%
}
.border .importantNewsCard .over h3 {
	padding:15px 0 0 5px
}
.border .importantNewsCard .over a {
	font:15px/28px iransansbold;
	padding:0 15px 0 20px
}
.border .atags {
	display:flex;
	width:700px
}
.border .atags>a {
	min-width:60%
}
.border .atags img {
	width:100%;
	height:100%
}
.border .atags .header {
	border:none;
	padding:20px 20px 0 15px;
	background-color:#fff
}
.border .atags .header:hover {
	border:none
}
.border .scrollbar {
	padding:10px 0;
	border-top:1px solid #d1d1d1
}
.border .scrollbar a {
	font:15px/30px 'iransans';
	padding:0 10px
}
.ServiceNoneHeroContent {
	display:flex
}
.ServiceNoneHeroContent>a {
	width:60%
}
.ServiceNoneHeroContent img {
	width:580px;
	height:386px
}
.heroCardContent {
	width:40%;
	border-bottom:1px solid transparent
}
.ServiceNoneImportant .imgLink {
	padding-left:15px;
	display:inline-block;
	float:right
}
.ServiceNoneHeroContent:hover .CardContent {
	border-bottom:1px solid var(--footerUlsLine)
}
.CardContentRoTiter {
	font:13px/30px iransans;
	color:var(--rutitr);
	padding:15px 20px 0
}
.heroCardContent .CardContentTiter {
	padding:0 20px 20px
}
.CardContentTiter {
	padding:0 11px
}
.CardContentTiter a {
	font:16px/30px iransansmedium;
	text-align:justify;
	color:#fff!important
}
.CardContentNews {
	font:15px/26px iransans;
	color:var(--description);
	padding:0 20px 15px;
	text-align:justify
}
.border .ServiceNoneHeroContent {
	width:580px;
	position:relative
}
.border .ServiceNoneHeroContent .instedOfimg {
	height:240px
}
.ServiceNoneHeroContent h2 {
	font:19px/32px iransansbold
}
.ServiceNoneImportant .instedOfimg {
	width:150px !important;
	height:100px !important
}
.ServiceNoneImportantBox {
	display:flex
}
.border .ServiceNoneImportant {
	padding:20px 0;
	width:320px
}
.ServiceNoneImportantBox article {
	width:50%;
	margin-left:20px;
	border-bottom:1px solid transparent
}
.ServiceNoneImportantBox article:hover {
	border-bottom:1px solid var(--footerUlsLine)
}
.ServiceNoneImportant img {
	width:150px;
	height:auto
}
.ServiceNoneImportant .CardContentRoTiter {
	font:12px/20px iransans;
	padding:10px 10px 0 0
}
.ServiceNoneImportant .CardContentTiter a {
	font:13px/24px iransansbold
}
.ServiceNoneLaitesNews .ServiceNoneNews {
	background:#fff;
	direction:rtl
}
.ServiceNoneNews img {
	width:210px;
	height:100%
}
.ServiceNoneNews {
	display:flex
}
.ServiceNoneNews .CardContent {
	border-bottom:1px solid #d6d6d6;
	background-color:#fff
}
.ServiceNoneNews:hover .CardContent {
	border-bottom:1px solid var(--footerUlsLine)
}
.ServiceNoneNews .CardContentRoTiter {
	font:13px/25px iransans;
	color:var(--rutitr);
	padding:15px 20px 0
}
.ServiceNoneNews .CardContent:after {
	content:'\2586 ';
	color:var(--dotRed);
	position:absolute;
	top:10px;
	right:210px
}
.ServiceNoneNews .CardContentTiter {
	font:17px/25px iransansbold;
	padding:0 15px;
	text-align:justify
}
.ServiceNoneNews .CardContentNews {
	font:14px/21px iransans;
	color:var(--description);
	padding:5px 20px 5px;
	text-align:justify
}
.icon-warning:before {
	content:"\e938"
}
.jjQuote {
	width:200px;
	height:auto;
	margin:0 16px;
	padding:0;
	border:0;
	position:relative
}
.newsNavanama .jjQuote {
	background-color:#262626
}
.innerjjQuote {
	font:15px/25px iransans;
	direction:rtl;
	text-align:right;
	background:#f1f1f1;
	border-radius:10px;
	color:#000;
	margin:4px 0;
	padding:4px 0
}
.border_quot {
	border-right:2px solid var(--topmenuBG);
	padding:25px 20px 21px 24px;
	border-radius:3px
}
blockquote:before {
	content:"\f10e";
	display:block;
	float:right;
	font:bold 64px/90px FontAwesome;
	margin-bottom:-9px;
	color:rgba(189,189,189,.3);
	position:absolute;
	right:17px
}
.newsNavanama .innerjjQuote {
	border-top:2px solid #223d53;
	border-left:2px solid #223d53;
	border-right:1px solid #223d53;
	color:#b9b9b9;
	font:14px/28px iransans
}
.video-js {
	max-width:100%
}
.video-share-code {
	background-color:#0b2b4a
}
.heroNewsContent .imgLink {
	width:100%;
	height:393px
}
.border .heroNewsContent,
.border .heroNewsContent img {
	width:590px;
	height:393px
}
.heroNewsContent {
	max-height:unset
}
.border .heroNewsContent h2 {
	margin-bottom:20px
}
.homeHeroinstedOfImg {
	width:100%;
	height:430px;
	background-color:grey
}
.homeImportantInstedOfImg,
.border .importantNewsCard .imgLink img {
	background-color:grey;
	width:224px;
	height:130px
}
.border .importantNewsCard.item a:hover {
	color:#fff !important
}
.coloredTitle {
	color:var(--Hover) !important
}
.instedOfimg {
	background-color:#e7e7e7;
	width:100%
}
.mostCardcontent .instedOfimg {
	height:170px;
	border-radius:5px
}
.border .heroVideoContent .videoRightLink .instedOfimg {
	width:285px;
	height:186px
}
.border .heroVideoContent h3 a {
	font:13.5px/23px iransans
}
.border .heroVideoContent img {
	width:285px;
	height:186px
}
.border .box3 .box3-title {
	text-align:center
}
.border .box3.col-xs-36 {
	display:flex;
	flex-direction:column;
	width:285px
}
.border .imgs.box3-img {
	width:285px;
	height:160px
}
.border .imgs.box3-img .instedOfimg {
	height:185px;
	width:285px;
	display:block
}
.videoListItemswrapper {
	min-height:145px
}
.videoListItemswrapper:not(:last-child) {
	margin-bottom:13px
}
.videoListItemswrapper .videoRightLink {
	float:right;
	margin-left:16px;
	border-radius:5px;
	position:relative
}
.videoListItemswrapper .videoRightLink img,
.videoRightLinkDiv {
	border-radius:5px;
	height:145px
}
.videoListItemswrapper:hover .time-video,
.videoListItemswrapper:hover .videoDescription h4 a {
	color:var(--topmenuBG)
}
.videoRightLinkDiv {
	background-color:#7e7e7e;
	width:217px
}
.border .videoRightLink {
	position:relative;
	width:217px;
	display:block;
	height:145px;
	float:right;
	margin-left:10px
}
.border .heroVideoContent .videoRightLink {
	width:285px;
	height:186px;
	float:unset
}
.time-video {
	color:#858585
}
.videoListItemswrapper .videoDescription {
	padding-top:20px
}
.videoListItemswrapper .videoDescription h4 a {
	font:14px/24px iransansmedium;
	color:#fff
}
.videoListItemswrapper .videoDescription:hover h4 a {
	color:var(--topmenuBG)
}
.videoIcon {
	font-size:35px;
	position:absolute;
	z-index:3;
	top:calc(32%);
	right:calc(50% - 12px);
	transform:rotate(92deg);
	color:#b1273e
}
.videoIconSvg {
	position:absolute;
	z-index:3;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%)
}
.videoIconSvg svg {
	width:60px;
	height:70px;
	fill:rgba(255,255,255,.31)
}
.heroVideoContent .videoIconSvg svg {
	width:60px;
	height:70px;
	fill:#b1273e
}
.heroVideoContent .videoRightLink {
	position:relative
}
.videoRightLink .videoIconSvg svg {
	width:34px;
	height:43px
}
.videoIcon .fa-exclamation-triangle {
	position:relative
}
.videoIcon .fa-exclamation-triangle:after {
	content:"";
	position:absolute;
	width:10px;
	height:19px;
	background-color:#b1273e;
	top:9px;
	left:10px
}
.catContent .instedOfimg,
.catContent img {
	width:100%;
	height:173px;
	border-radius:5px 5px 0 0;
	margin-bottom:16px
}
.imgLink {
	position:relative;
	display:block
}
.sec3-box-circle .instedOfimg {
	height:65px!important;
	width:65px!important;
	border-radius:50%
}
.border .item .instedOfimg {
	height:386px;
	width:580px
}
.border .item a {
	font:16px/40px iransansbold
}
.border .item a:hover {
	color:var(--Hover)
}
.border .item h2 {
	direction:rtl
}
.crescent {
	background-image:url('../images/crescent.png');
	background-size:cover;
	position:absolute;
	right:0;
	width:86px !important;
	height:86px;
	opacity:0;
	transition:opacity 50ms
}
.border .importantNewsCardRow.item .instedOfimg,
.border .importantNewsCardRow.item,
.border .importantNewsCardRow.item img {
	width:590px;
	height:394px
}
.border .serviceheroNews .instedOfimg,
.border .serviceheroNews img,
.border .serviceheroNews .over {
	width:780px;
	height:390px
}
.border .serviceheroNews {
	position:relative
}
.serviceheroNews {
	direction:rtl
}
.border .serviceimportantNewsCard .instedOfimg,
.border .serviceimportantNewsCard img {
	height:267px !important;
	width:400px !important
}
.border .GS.item img,
.border .GS.item .instedOfimg,
.border .GS.item {
	width:285px;
	height:190px
}
.border .familyCards img,
.border .familyCards .instedOfimg {
	width:385px;
	height:250px
}
.border .familyCards .sec3-titr:before {
	top:-9px
}
.border .atags .instedOfimg {
	height:300px
}
.border .atags img {
	height:auto
}
.border .atags .header:before {
	top:-5px
}
.border .importantNewsCard img {
	height:auto
}
.border .importantNewsCard.GS .instedOfimg,
.border .importantNewsCard.GS img {
	height:149px;
	width:223px
}
.border .justForClient {
	width:224px
}
.border .justForClient .over {
	width:100%
}
.justForClient .instedOfimg {
	height:150px
}
.border .lifeHeroNewsContent .imgLink img,
.border .lifeHeroNewsContent .instedOfimg {
	height:320px;
	width:467px
}
.border .sec3-box .instedOfimg {
	height:149px
}
.sec3-box img {
	height:auto
}
.border .sec3-box {
	width:223px
}
.border .sec3-titr:before {
	top:-9px
}
.border .HealthHero .imgLink .instedOfimg,
.border .HealthHero .imgLink img,
.border .HealthHero {
	width:590px;
	height:393px
}
.border .sec-4-justForClient .imgLink .instedOfimg,
.border .sec-4-justForClient .imgLink img,
.border .sec-4-justForClient,
.border .sec-4-justForClient .over {
	width:285px
}
.border .sec-4-justForClient .imgLink .instedOfimg,
.border .sec-4-justForClient .imgLink img {
	height:190px
}
.border .therapyHeroContent .instedOfimg,
.border .therapyHeroContent img {
	height:311px;
	width:467px
}
.border .VerseMD .instedOfimg,
.border .VerseMD img {
	height:162px;
	width:243px
}
.border .sec3-box.VerseMD,
.border .VerseMD {
	width:243px;
	margin:0 auto
}
.VerseMD {
	border-bottom:1px solid transparent
}
.border .VerseMD:hover {
	border-bottom:1px solid var(--Hover)
}
.prev_thumbnail5:before {
	content:"\2039";
	font-size:30px;
	color:gray;
	padding:10px
}
.next_thumbnail5:before {
	content:"\203A";
	font-size:30px;
	color:gray;
	padding:10px
}
.border .CatsHeroNews {
	width:424px
}
.border .CatsHeroNews .over h2 a {
	padding-bottom:20px
}
@media (min-width:768px) {
	.img-convert {
	max-width:40%
	}
}
@media (max-width:767px) {
	.img-convert {
	max-width:100%
	}
}
.img-convert {
	height:auto;
	float:left;
	margin-right:10px
}
.pictureTitle.title5:before {
	font:normal normal normal 14px/1 FontAwesome;
	content:"\f030";
	color:#FC9900;
	font-size:12px
}
.videoTitle.title5:before {
	content:"\f008";
	font-family:'fontawesome' !important;
	color:#FC9900;
	font-size:12px
}
.title5:hover:before {
	color:#FC9900
}
.Htags .title5 {
	color:#000;
	font:14px/28px iransanslight;
	padding:0;
	margin-bottom:4px
}
.Htags:hover .title5 {
	color:var(--hoverText)
}
#news .news_corner_image.img-responsive-news {
	width:250px !important;
	height:160px !important
}
.news_corner_image {
	width:250px !important;
	height:160px !important
}
.sec3-box img {
	height:150px;
	max-height:unset
}
.VerseMD img {
	height:150px
}
.border .pishnehad img,
.border .pishnehad .instedOfimg {
	position:unset;
	float:right;
	width:100px;
	height:65px;
	margin-left:10px;
	border-radius:5px
}
.border .pishnehad .text-muted {
	font-family:iransans;
	color:#cb0d0d;
	margin-bottom:10px;
	font-size:13px
}
.border .pishnehad.sec3-box-square1 h3 a {
	font:15px/25px iransans
}
.no-pic-30 {
	display:block !important;
	width:170px;
	height:113px;
	background:#e7e7e7;
	border-radius:5px;
	margin-left:10px;
	float:right
}
.border .each_manual_paged_news {
	width:600px
}
.border .each_manual_paged_news .news_rutitr {
	font:13px/25px iransans;
	padding:0 20px 0;
	text-align:right
}
.border .each_manual_paged_news .news_title {
	font:17px/25px iransansbold;
	text-align:justify;
	color:#000
}
.border .each_manual_paged_news .picLink img {
	width:170px;
	float:right;
	margin-left:10px;
	height:113px;
	border-radius:5px;
	float:right
}
.border .ServiceNoneHeroContent .CardContent {
	position:absolute;
	bottom:0;
	width:100%;
	background:#020024;
	background:linear-gradient(0deg,rgba(2,0,36,.8939775739397321) 0%,rgba(0,0,0,.5410363974691439) 72%,rgba(0,0,0,0) 100%)
}
.border .ServiceNoneHeroContent .CardContent .CardContentRoTiter {
	color:#fff
}
.imgs {
	display:inline-block;
	float:right;
	height:113px;
	width:171px;
	margin-left:15px;
	overflow:hidden
}
.imgs img {
	height:100%;
	width:100%;
	border-radius:5px
}
.sec3-box-square {
	width:185px;
	height:193px;
	position:relative;
	cursor:pointer
}
.sec3-box-square .imgCircle {
	width:100%;
	height:68px;
	position:relative;
	overflow:hidden;
	z-index:1;
	margin-bottom:25px
}
.sec3-box-square .imgCircle>span {
	width:120px;
	height:120px;
	background-color:#d0d0d0;
	text-align:center;
	border-radius:50%;
	position:absolute;
	bottom:0;
	left:32px
}
.sec3-box-square img,
.sec3-box-square .instedOfimg {
	width:96px;
	height:96px;
	border-radius:50%;
	position:absolute;
	z-index:2;
	left:44px;
	top:-40px
}
.sec3-box-square .instedOfimg {
	background-color:#e7e7e7
}
.sec3-box-square .textSquare {
	text-align:center;
	direction:rtl;
	padding:0 10px;
	max-height:95px;
	overflow:hidden
}
.sec3-box-square .textSquare h3 {
	line-height:10px
}
.sec3-box-square .textSquare a {
	font:14px/20px Iransans
}
.sec3-box-square .textSquare .text-muted {
	font:13px/22px iransans !important;
	text-align:center;
	color:#c32138;
	margin-bottom:12px
}
.sec3-box-square:hover .imgCircle:after {
	content:"";
	width:20px;
	height:12px;
	position:absolute;
	bottom:0;
	left:83px;
	border-left:12px solid transparent;
	border-right:12px solid transparent;
	border-bottom:12px solid #fff;
	border-top:12px solid transparent
}
.sec3-box-square:hover .imgCircle>span {
	background-color:var(--topmenuBG)
}
.backShado {
	background-color:#fff;
	-webkit-box-shadow:0px 0px 6px -1px rgba(181,181,181,1);
	-moz-box-shadow:0px 0px 6px -1px rgba(181,181,181,1);
	box-shadow:0px 0px 6px -1px rgba(181,181,181,1);
	border-radius:5px;
	margin-bottom:20px
}
.bg-shadow-news {
	background:#fff;
	border-radius:5px;
	-webkit-box-shadow:0px 3px 8px -5px rgba(0,0,0,.75);
	-moz-box-shadow:0px 3px 8px -5px rgba(0,0,0,.75);
	box-shadow:0px 3px 8px -5px rgba(0,0,0,.75)
}
.ConversationItem .bg-shadow-newsG {
	background:#fff;
	border-radius:5px;
	-webkit-box-shadow:0px 3px 8px -5px rgba(0,0,0,.75);
	-moz-box-shadow:0px 3px 8px -5px rgba(0,0,0,.75);
	box-shadow:0px 3px 8px -5px rgba(0,0,0,.75)
}
.border .bg-shadow-news {
	background-color:#f1f1f1;
	-webkit-box-shadow:0px 3px 8px -5px rgba(0,0,0,.75);
	-moz-box-shadow:0px 3px 8px -5px rgba(0,0,0,.75);
	box-shadow:0px 3px 8px -5px rgba(0,0,0,.75);
	border-radius:5px
}
.catContent {
	width:260px;
	height:273px;
	padding-bottom:10px
}
.catContent .overN {
	padding:0 13px 0;
	margin-bottom:16px;
	height:70px;
	overflow:hidden
}
.catContent .overN:hover p {
	color:var(--hoverText)
}
.catContent .overN h2 {
	line-height:10px
}
.catContent .text-muted {
	margin-bottom:1px
}
.catContent .overN a {
	font:14px/20px iransansmedium
}
.SingleNewsItem {
	width:100%;
	max-width:387px;
	max-height:462px;
	position:relative
}
.SingleNewsItem.importantVideo {
	max-width:692px
}
.border .SingleNewsItem.importantVideo {
	width:692px;
	height:461px
}
.SingleNewsItem .SingleNewsImg {
	width:100%;
	height:258px;
	border-radius:5px;
	background-color:#7e7e7e
}
.SingleNewsItem.importantVideo .SingleNewsImg {
	height:461px
}
.border .SingleNewsItem .SingleNewsImg {
	width:100%
}
.SingleNewsItem .SingleNewsText {
	width:100%;
	position:absolute;
	bottom:0;
	background:linear-gradient(to top,rgba(0,0,0,.9),rgba(0,0,0,0) 100%);
	color:#fff;
	text-align:right;
	direction:rtl;
	padding:22px;
	border-radius:0 0 5px 5px
}
.SingleNewsItem .SingleNewsText .text-muted {
	color:#fff;
	font:14px/24px iransanslight
}
.SingleNewsItem .SingleNewsText>h2 {
	line-height:10px
}
.SingleNewsItem .SingleNewsText a {
	color:#fff;
	font:16px/24px iransansmedium
}
.iconNone:before,
.poll_title:before,
#ticker-content A:before {
	content:'';
	display:inline-block;
	position:absolute;
	right:2px;
	width:6px;
	height:6px;
	top:10px;
	background-color:#000
}
.linear_newsIcon {
	position:relative
}
.pictureTitle.title5:before,
.videoTitle.title5:before {
	position:absolute;
	right:0
}
.destinationItem {
	height:119px;
	overflow:hidden
}
.border .destinationItem {
	width:387px
}
.destinationItem:first-child {
	margin-bottom:20px
}
.destinationItem .destinationImg {
	width:178px;
	height:119px;
	border-radius:0 5px 5px 0;
	float:right;
	margin-left:13px
}
.destinationItem div.destinationImg {
	background-color:#7e7e7e
}
.destinationItem .destinationText {
	padding-top:12px;
	padding-left:5px
}
.destinationItem .destinationText h2 {
	line-height:12px
}
.destinationItem .destinationText h2 a {
	font:14px/22px iransansmedium
}
.destinationItem .destinationText .text-muted {
	font:12px/22px Iransans
}
.destinationItem:hover .destinationText .text-muted,
.destinationItem:hover .destinationText h2 a {
	color:var(--topmenuBG)
}
.specialsItem {
	position:relative;
	height:121px;
	overflow:hidden;
	width: 31%;
	float: right;
	margin: 1%;
}
.border .specialsItem {
	width:387px
}
.specialsText {
	width:100%
}
.specialsItem:first-child {
	margin-bottom:21px
}
.specialsItem .specialsImgA {
	width:167px;
	height:111px;
	position:absolute;
	bottom:10px;
	right:10px;
	z-index:2
}
.specialsItem .specialsImg {
	width:100%;
	height:100%;
	border-radius:5px
}
.specialsItem div.specialsImg {
	background-color:#7e7e7e
}
.specialsItem .specialsText {
	position:absolute;
	bottom:0;
	right:0;
	height:100px;
	padding:11px 188px 11px 10px
}
.specialsItem .specialsText:hover {
	background-color:#FC9900
}
a.imgLink.specialsImgA:hover~div.specialsText {
	background-color:#FC9900;
	color:#fff
}
a.imgLink.specialsImgA:hover~div.specialsText h2 a,
a.imgLink.specialsImgA:hover~div.specialsText .text-muted {
	color:#fff
}
.specialsItem .specialsText:hover h2 a,
.specialsItem .specialsText:hover .text-muted {
	color:#fff
}
.specialsItem .specialsText .text-muted {
	font:12px/24px iransans
}
.specialsItem .specialsText h2 {
	line-height:10px
}
.specialsItem .specialsText h2 a {
	font:14px/24px iransansmedium
}
.catContentvido {
	width:19.7%;
	padding:0
}
.catContentvido .heroCatContent {
	width:100%;
	height:173px;
	margin-bottom:10px;
	border-radius:5px
}
.catContentvido div.heroCatContent {
	background-color:#e7e7e7
}
.catContentvido .overN {
	margin-bottom:0
}
.border .sec3-box-square {
	width:185px;
	height:193px;
	margin-top:51px !important;
	padding:0
}
.border .catContent .instedOfimg,
.catContent .instedOfimg {
	width:100%;
	height:173px;
	border-radius:5px 5px 0 0;
	margin-bottom:16px
}
.catContent .overN .text-muted {
	font:12px/22px Iransans
}
.catContent:hover .overN .text-muted,
.catContent:hover .overN h2 a {
	color:#de080a
}
.sara_parent1,
.sara_parent3 {
	position:relative
}
.border .sara_parent1 .over,
.border .sara_parent2 .over,
.border .sara_parent3 .over {
	display:block
}
.sara_parent1 .over:hover,
.sara_cooking_parent .over:hover,
.border .life_parent_col .over:hover,
.border .life_parent_col2 .over:hover,
.border .HealthHero .over:hover,
.border .health_row .over:hover,
.border .therapyHeroContent .over:hover {
	background:linear-gradient(to top,#271951,rgba(0,0,0,0) 100%)
}
.sara_parent1 .over {
	padding:40px 26px 26px
}
.sara_parent2 .over {
	padding:40px 18px 22px
}
.sara_parent3 .over,
.life_parent_col .over {
	padding:40px 13px 17px
}
.health_row .over {
	padding:40px 15px 20px
}
.sara_cooking_parent .over {
	padding:40px 17px 14px
}
.life_parent_col2 .over {
	padding:40px 25px 20px
}
.HealthHero .over,
.therapyHeroContent .over {
	padding:40px 22px 20px
}
.sara_parent1 .over h1 {
	text-align:right;
	direction:rtl;
	width:100%;
	font-size:22px
}
.sara_parent1 .over h1 a {
	font:18px/30px iransansbold;
	color:#fff
}
.life_parent_col2 .over h3 a {
	font-size:18px
}
.sara_parent2 .over h3 a {
	font:17px/26px iransansbold;
	color:#fff
}
.sara_parent1 .instedOfimg,
.sara_parent2 .instedOfimg,
.sara_parent3 .instedOfimg {
	background:#7e7e7e;
	border-radius:5px;
	height:530px;
	width:100%
}
.border .sara_parent1 .instedOfimg {
	width:795px
}
.sara_parent2 .instedOfimg,
.sara_parent3 .instedOfimg {
	height:256px
}
.rutitr_service {
	padding-bottom:5px;
	font:13px/25px iransans;
	text-align:right
}
.border .sara_parent2 .over,
.border .sara_parent3 .over {
	padding:0 15px 0 5px
}
.border .sara_parent2 .over h3,
.border .sara_parent3 .over h3 {
	padding:0 10px 0 5px
}
.border .sara_parent2 .over h3 a,
.border .sara_parent3 .over h3 a {
	font:14px/28px iransansbold;
	padding:0 10px 0 5px
}
.border .sara_pic3 {
	width:100%;
	border-radius:5px
}
.border .familyCards .sec3-news a {
	padding:5px 15px 10px 10px;
	font:17px/25px iransans
}
.border .familyCards .sec3-news a:hover,
.border .atags .header .titr a:hover {
	color:#7060d4
}
.border .familyCards .sec3-titr {
	padding:10px 15px 0;
	font:13px/22px iransans;
	color:var(--rutitr)
}
.border .sara_cooking_link1 .instedOfimg {
	border-radius:0 5px 5px 0
}
.border .sara_cooking_parent img,
.border .sara_cooking_parent .instedOfimg {
	width:223px;
	height:149px
}
.border .sara_cooking_parent .over {
	width:223px
}
.border .life_parent_col {
	position:relative
}
.border .life_parent_col .over,
.border .life_parent_col .instedOfimg {
	width:230px
}
.border .life_parent_col .over,
.border .life_parent_col2 .over,
.border .HealthHero .over,
.border .health_row .over,
.border .therapyHeroContent .over {
	display:block
}
.border .life_parent_col .instedOfimg {
	height:153px
}
.border .life_parent_col2 .instedOfimg {
	height:333px
}
.border .life_parent_col .sec3-titr,
.border .life_parent_col2 .sec3-titr,
.border .namaye23 .sec3-titr,
.border .HealthHero .sec3-titr,
.border .health_row .sec3-titr,
.border .therapyHeroContent .sec3-titr {
	padding:10px 15px 0;
	font:13px/22px iransans;
	color:#fff;
	position:relative;
	text-align:right
}
.border .life_parent_col2 {
	position:relative
}
.border .namaye23 {
	border-radius:5px;
	box-shadow:0 0 3px 0 #000;
	margin:0 auto;
	width:223px
}
.border .namaye23 img,
.border .namaye23 .instedOfimg {
	width:223px;
	height:118px;
	border-radius:5px 5px 0 0
}
.border .namaye23 .sec3-titr {
	color:#000
}
.border .namaye23 .sec3-news {
	padding:0 10px
}
.border .namaye23 .sec3-news a,
.border .HealthHero .sec3-news a,
.border .health_row .sec3-news a {
	font:17px/25px iransans
}
.border .namaye23 .sec3-news a:hover {
	color:#7060d4
}
.border .HealthHero,
.border .therapyHeroContent {
	position:relative
}
.border .health_row {
	width:285px;
	position:relative
}
.border .health_row .instedOfimg {
	height:190px
}
.border .nama_parent1 {
	position:relative
}
.border .nama_parent1 .over h3,
.border .nama_parent2 .over h3 {
	padding:20px 25px
}
.border .nama_parent1 .over h3 a {
	font-size:16px
}
.border .nama_parent1 .over:hover,
.border .nama_parent2 .over:hover {
	background:linear-gradient(to top,#123a61,rgba(0,0,0,0) 100%)
}
.border .nama_parent1 .instedOfimg {
	width:590px;
	height:394px
}
.border .nama_parent2 {
	width:450px;
	position:relative
}
.border .nama_parent2 .instedOfimg {
	width:450px;
	height:300px
}
.border .nama_parent1 .videoLeft,
.border .nama_parent2 .videoLeft {
	height:calc(100% - 40px);
	position:absolute;
	z-index:100;
	top:calc(50% - 16px);
	left:calc(50% - 12px);
	font-size:27px;
	color:#fff;
	opacity:60%
}
.border .nama_parent1 .icon-video1:before,
.border .nama_parent2 .icon-video1:before {
	content:url('../images/play2.svg')
}
.border .nama_parent1 .videoLeft,
.border .nama_parent2 .videoLeft {
	left:calc(50% - 23px);
	top:calc(50% - 24px)
}
.rutitr {
	padding:0 20px;
	font:13px/20px Iransans;
	color:#424242
}
.image_lead img {
	width:100%;
	height:392px;
	display:block;
	margin-bottom:20px
}
.subtitle {
	padding:0 20px;
	color:#505050;
	font:14px/24px Iransans;
	margin-bottom:40px
}
.news-id {
	padding-bottom:5px;
	padding-top:0;
	width:100%;
	position:relative;
	border-bottom:1px solid #e2e2e2;
	margin-bottom:22px
}
.news_id_c {
	color:#747474;
	float:right;
	font:12px/19px iranSans;
	text-align:right;
	width:auto;
	background-color:#fff;
	padding:0 10px;
	margin:0 10px;
	position:absolute;
	top:-5px
}
.res-size-news {
	position:absolute;
	top:-5px;
	left:0;
	background-color:#fff;
	padding:0 10px;
	margin:0 10px
}
.res-size-news a svg {
	width:19px;
	fill:#8f8f8f
}
.news_size_up,
.news_size_reset {
	margin-right:12px
}
.album_list_content {
	margin-bottom:10px
}
.body img {
	max-width:100%;
	overflow:hidden;
	border-radius:10px
}
.content_item {
	border-bottom:1px solid #e5e5f1;
	margin-bottom:23px;
	padding-bottom:23px
}
.content_item.hotnews {
	border-bottom:none
}
.icon-live-blog-title {
	color:#000;
	font-size:9px !important;
	float:right;
	line-height:28px !important
}
.live-blog-header a {
	font:15px/25px iransansmedium;
	color:#000;
	display:block;
	text-align:right;
	margin-right:20px
}
.live-blog-header time {
	font:16px/47px iransansmedium
}
.hotnews {
	border-right:2px solid var(--topmenuBG);
	background:#f6f6f6;
	padding:20px
}
.live-blog-header a:hover {
	color:#c20000
}
.date_content time {
	color:#6b6b6b;
	font:12px/22px iranSansMediumNumber;
	direction:rtl;
	float:right
}
.liveBlogbody {
	color:#2c2c2c;
	font:13px/22px iransans
}
#answer_container_2 {
	background:#f1f1f1
}
.padkastItem {
	position:relative;
	padding-right:20px;
	min-height:29px
}
.padkastItem:not(:first-child) {
	border-top:1px solid #c4c4c4
}
.padkastItem:before {
	content:'';
	display:inline-block;
	position:absolute;
	right:0;
	width:8px;
	height:8px;
	top:10px;
	background-color:var(--topmenuBG)
}
.padkastItem a {
	font:14px/24px iransans
}
.padkastItem.R a {
	color:var(--topmenuBG)
}
.border .box5 {
	width:670px
}
.box5 {
	overflow:hidden
}
.box5 .imgs,
.divPadkast {
	width:285px;
	height:190px;
	float:right
}
.divPadkast {
	background-color:#e7e7e7;
	border-radius:5px
}
.box5 .imgs:hover .sub-title {
	display:block
}
.box5 h3 a {
	font:16px/26px iransansmedium;
	color:#000
}
.box5 .top-title {
	font:12px/22px Iransans;
	color:#555656
}
.box5 .sub-title {
	width:100%;
	height:100%;
	display:none;
	font:17px/21px greta-light;
	color:#fff;
	text-align:center;
	background-color:rgba(201,104,43,.9);
	padding:7px;
	position:absolute;
	top:0;
	right:0
}
.box5 .sub-title span {
	width:100%;
	height:100%;
	float:right;
	display:block;
	border-radius:6px;
	border:3px solid #545454;
	padding:48px 7px 3px
}
.box5 .l .in2 {
	height:101px;
	overflow:hidden;
	margin-top:35px
}
.special_news_content {
	position:relative
}
.border .ostan_item_content {
	min-width:660px
}
.border .ostan_item_content .img {
	float:right
}
.border .ostan_item_text .htitr a {
	font:16px/26px iransansmedium
}
.icon-image {
	font-size:30px!important;
	color:#b1273e
}
.border .linear_news .title5 {
	font:13px/22px iransans;
	position:relative;
	padding-right:20px
}
.border .videoDescription {
	display:inline-block
}
.border .videoDescription h4 a {
	font:14px/24px iransansmedium
}
.border .sara_parent2 {
	position:relative
}
.border .sara_parent2 .instedOfimg {
	width:385px
}
.border .sara_parent3 .instedOfimg,
.border .sara_parent3 img {
	width:285px;
	height:190px
}
.border .life_parent_col2 .instedOfimg {
	width:500px
}
.border .linear_news {
	min-height:22px
}
:root {
	--description:#3b3b3b
}
.home {
	background-color:#f1f1f1;
	--jjo:#c11024;
	--dotIR:#777b84;
	--barlink:#331d20;
	--topmenuBG:#06D4C9;
	--topmenuIcons:#fff;
	--topmenuFonts:#d9fffd;
	--topmenuBorders:#941f2f;
	--dotRed:#c1102a;
	--dotRedHover:#000;
	--hoverText:#c1102a;
	--over:rgba(0,0,0,.9);
	--overhover:rgba(193,16,42,1);
	--pipe:#c1102a;
	--pipeURL:url('../images/pipe-home.png');
	--footerUlsLine:#c1102a;
	--mainSectionSVG:#fafafa;
	--Bleft:#211313;
	--Bright:#3d272a;
	--activeText:#fff;
	--rutitr:#616161;
	--lid:#2b2b2b
}
.SARA {
	--jjo:#9d94d5;
	--dotIR:#a29dbb;
	--barlink:#353247;
	--topmenuBG:#9489d7;
	--topmenuIcons:#58508b;
	--topmenuFonts:#e0ddc2;
	--topmenuBorders:#756ca8;
	--dotRed:#d591de;
	--dotRedHover:#d591de;
	--hoverText:#7060d4;
	--over:rgba(0,0,0,.9);
	--overhover:rgba(213,145,222,1);
	--pipe:#9588d7;
	--pipeURL:url('../images/pipe-sara.png');
	--Bleft:#292735;
	--Bright:#3e3a55;
	--footerUlsLine:#6e62ac;
	--mainSectionSVG:#fafafa;
	--serviceColor:#9088c1;
	--text:red;
	--activeText:#fff;
	--rutitr:#616161;
	--lid:#3a3a3a
}
.navanama {
	--jjo:#4a749c;
	--dotIR:#2d577d;
	--barlink:#0a2844;
	--topmenuBG:#133759;
	--topmenuIcons:#040e18;
	--topmenuFonts:#82a1c0;
	--topmenuBorders:#062542;
	--dotRed:#204f7b;
	--dotRedHover:#204f7b;
	--hoverText:#2e6196;
	--over:rgba(0,0,0,.9);
	--overhover:rgba(46,97,150,1);
	--footerUlsLine:#25639c;
	--mainSectionSVG:#2f2f2f;
	--Bleft:#061c31;
	--Bright:#0c2f4d;
	--serviceColor:#da64b1;
	--activeText:#fff;
	--rutitr:#616161;
	--lid:#3a3a3a
}
.newsNavanama {
	--jjo:#4b8fce;
	--dotIR:#2d577d;
	--barlink:#0a2844;
	--topmenuBG:#133759;
	--topmenuIcons:#040e18;
	--topmenuFonts:#82a1c0;
	--topmenuBorders:#062542;
	--dotRed:#204f7b;
	--dotRedHover:#204f7b;
	--hoverText:#2e6196;
	--over:rgba(0,0,0,.9);
	--overhover:rgba(46,97,150,1);
	--footerUlsLine:#25639c;
	--mainSectionSVG:#2f2f2f;
	--pipeURL:url('../images/navanama.png');
	--pipe:#4a88c2;
	--serviceColor:#da64b1;
	--activeText:#fff;
	--rutitr:#616161;
	--lid:#3a3a3a
}
.nashriyat {
	--jjo:#f37600;
	--dotIR:#af957e;
	--barlink:#392109;
	--topmenuBG:#f37600;
	--topmenuIcons:#603000;
	--topmenuFonts:#8f4a07;
	--topmenuBorders:#ad601a;
	--dotRed:#f37600;
	--dotRedHover:#f37600;
	--hoverText:#f37600;
	--over:rgba(0,0,0,.9);
	--overhover:rgba(243,118,0,1);
	--pipe:#f37600;
	--pipeURL:url('../images/pipe-nashriyat.png');
	--footerUlsLine:#934f0e;
	--mainSectionSVG:#fafafa;
	--Bleft:#271606;
	--Bright:#4c2b0c;
	--serviceColor:#f27600;
	--text:red;
	--activeText:#fff;
	--rutitr:#616161;
	--lid:#3a3a3a
}
.sima {
	--jjo:#f4bc1d;
	--dotIR:#908768;
	--barlink:#40361b;
	--topmenuBG:#f4bc1d;
	--topmenuIcons:#634b0b;
	--topmenuFonts:#745f26;
	--topmenuBorders:#b99735;
	--dotRed:#f4bc1d;
	--dotRedHover:#f4bc1d;
	--hoverText:#f4bc1d;
	--over:rgba(0,0,0,.9);
	--overhover:rgba(244,188,29,1);
	--pipe:#d6a312;
	--pipeURL:url('../images/pipe-sima.png');
	--footerUlsLine:#836714;
	--mainSectionSVG:#fafafa;
	--Bleft:#312b15;
	--Bright:#4c4123;
	--serviceColor:#f3bb1c;
	--text:red;
	--activeText:#fff;
	--rutitr:#616161;
	--lid:#3a3a3a
}
.click {
	--jjo:#747474;
	--dotIR:#5c5c5c;
	--barlink:#131313;
	--topmenuBG:#2a2a2a;
	--topmenuIcons:#747474;
	--topmenuFonts:#747474;
	--topmenuBorders:#1a1a1a;
	--dotRed:#de080a;
	--dotRedHover:#de080a;
	--hoverText:#de080a;
	--over:rgba(0,0,0,.9);
	--overhover:rgba(222,8,10,1);
	--pipe:#888;
	--pipeURL:url('../images/pipe-click.png');
	--footerUlsLine:#5e3333;
	--mainSectionSVG:#fafafa;
	--Bleft:#070707;
	--Bright:#252525;
	--serviceColor:#fff;
	--text:red;
	--activeText:#fff;
	--rutitr:#616161;
	--lid:#3a3a3a
}
* {
	padding:0;
	margin:0;
	box-sizing:border-box
}
.container {
	padding:0
}
.red {
	position:absolute;
	bottom:0;
	right:0;
	background-color:var(--dotRed);
	width:10px;
	height:10px
}
.Red {
	position:absolute;
	bottom:0;
	right:0;
	background-color:var(--dotRed);
	width:15px;
	height:15px
}
.poll-none {
	display:none !important
}
.img-responsive-news {
	max-width:100%;
	height:auto
}
.row {
	padding:0;
	margin:0
}
[class^=icon-],
[class*=" icon-"] {
	font-family:'font-jame-jam-online';
	speak:none;
	font-style:normal;
	font-weight:400;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
.icon-warning1:before {
	content:"\e91c"
}
.icon-plus-square-o:before {
	content:"\e93d"
}
.icon-minus-square-o:before {
	content:"\e93e"
}
.icon-facebook:before {
	content:"\e939"
}
.icon-whatsapp:before {
	content:"\e95e";
	color:#25d366
}
.icon-eitaa:before {
	content:"\e93c"
}
.icon-bale .path1:before {
	content:"\e93a";
	color:#477f91
}
.icon-bale .path2:before {
	content:"\e93b";
	color:#fff;
	margin-left:-1.005859375em
}
.icon-warning:before {
	content:"\e938"
}
.icon-aparat:before {
	content:"\e900";
	color:#d31e4d;
	font-size:22px
}
.icon-close:before {
	content:"\e901"
}
.icon-cm:before {
	content:"\e902"
}
.icon-instagram:before {
	content:"\e903";
	font-size:21px
}
.icon-menu:before {
	content:"\e904";
	color:var(--topmenuIcons)
}
.icon-menu_close:before {
	content:"\e906";
	color:var(--topmenuIcons)
}
.icon-open:before {
	content:"\e907"
}
.icon-pager_dw:before {
	content:"\e908";
	font-size:15px;
	font-weight:900;
	color:#959595
}
.owl-nav-2 button:hover .icon-pager_dw:before {
	color:#d77e8d
}
.icon-pager_up:before {
	content:"\e909";
	font-size:15px;
	font-weight:900;
	color:#959595
}
.owl-nav-2 button:hover .icon-pager_up:before {
	color:#d77e8d
}
.icon-rss:before {
	content:"\e90a";
	font-size:17px
}
.icon-search:before {
	content:"\e90b";
	color:var(--topmenuIcons);
	font-size:22px
}
.icon-soroush .path1:before {
	content:"\e90c";
	font-size:20px
}
.icon-soroush .path2:before {
	content:"\e90d";
	margin-left:-1em;
	color:#343434;
	font-size:20px
}
.icon-telegram:before {
	content:"\e90e";
	font-size:22px
}
.icon-Twitter_Bird:before {
	content:"\e90f";
	color:#1da1f2;
	font-size:22px
}
.icon-video1:before {
	content:"\e910"
}
.icon-comment:before {
	content:"\e911"
}
.icon-heart_a:before {
	content:"\e912";
	color:#c1102a
}
.icon-heart_n:before {
	content:"\e913"
}
.icon-photo:before {
	content:"\e914"
}
.icon-print:before {
	content:"\e915"
}
.icon-replay:before {
	content:"\e916";
	color:#989898;
	padding-left:10px;
	margin-top:5px
}
.comm_answer_link:hover .icon-replay:before {
	color:#575757
}
.icon-resize_negative:before {
	content:"\e917"
}
.icon-resize_none:before {
	content:"\e918"
}
.icon-resize_plus:before {
	content:"\e919"
}
.icon-save:before {
	content:"\e91a"
}
.icon-sentto:before {
	content:"\e91b"
}
.icon-show_comment:before {
	content:"\e91c";
	font-size:17px
}
.icon-time_comment:before {
	content:"\e91d"
}
.newsNavanama .icon-time_comment:before {
	font-size:17px
}
.icon-video:before {
	content:"\e91e"
}
.icon-click .path1:before {
	content:"\e91f";
	color:#ed8602
}
.icon-click .path2:before {
	content:"\e920";
	margin-left:-2.30078125em;
	color:#ce090b
}
.icon-click .path3:before {
	content:"\e921";
	margin-left:-2.30078125em;
	color:#010101
}
.icon-click .path4:before {
	content:"\e922";
	margin-left:-2.30078125em;
	color:#fdfdfd
}
.icon-click .path5:before {
	content:"\e923";
	margin-left:-2.30078125em;
	color:#ed8602
}
.icon-jamejamclick .path1:before {
	content:"\e924";
	color:#fffdfd
}
.icon-jamejamclick .path2:before {
	content:"\e925";
	margin-left:-6.734375em;
	color:#ce090b
}
.icon-jamejamclick .path3:before {
	content:"\e926";
	margin-left:-6.734375em;
	color:#010101
}
.icon-jamejamclick .path4:before {
	content:"\e927";
	margin-left:-6.734375em;
	color:#fdfdfd
}
.icon-jamejamclick .path5:before {
	content:"\e928";
	margin-left:-6.734375em;
	color:#fffdfd
}
.icon-jamejamclick .path6:before {
	content:"\e929";
	margin-left:-6.734375em;
	color:#f9f9f9
}
.icon-jamejamclick .path7:before {
	content:"\e92a";
	margin-left:-6.734375em;
	color:#f9f9f9
}
.icon-jamejamclick .path8:before {
	content:"\e92b";
	margin-left:-6.734375em;
	color:#f9f9f9
}
.icon-jamejamclick .path9:before {
	content:"\e92c";
	margin-left:-6.734375em;
	color:#f9f9f9
}
.icon-jamejamnashriyat:before {
	content:"\e92d";
	color:#fcfcfc
}
.icon-jamejamnavanama:before {
	content:"\e92e";
	color:#fcfcfc
}
.icon-jamejamonline:before {
	content:"\e92f";
	color:#fff
}
.icon-jamejamsara:before {
	content:"\e930";
	color:#fcfcfc
}
.icon-jamejamsima:before {
	content:"\e931";
	color:#fcfcfc
}
.icon-jjoir .path1:before {
	content:"\e932";
	color:var(--jjo)
}
.icon-jjoir .path2:before {
	content:"\e933";
	margin-left:-2.7021484375em;
	color:var(--dotIR)
}
.icon-nashriyat:before {
	content:"\e934";
	color:#f27600
}
.icon-navanama:before {
	content:"\e935";
	color:#da64b1
}
.top-bar-logo,
.top-bar-logo span {
	display:inline-block
}
.top-bar-logo .hero svg {
	width:108px;
	height:20px;
	fill:#c1102a
}
@media screen and (max-width:479px) {
	#home .imgLinkDiv {
	height:calc((100vw - 20px)/1.5)
	}
	.top-bar-logo .hero svg {
	width:78px
	}
}
.icon-sara:before {
	content:"\e936";
	color:#9189c4
}
.icon-sima:before {
	content:"\e937";
	color:#f3bb1c
}
.icon-caret-left:before {
	content:"\e905"
}
.row {
	padding:0;
	margin:0
}
a,
a:visited,
a:focus {
	color:#000
}
a:hover {
	color:var(--hoverText);
	text-decoration:none
}
body {
	text-align:justify;
	direction:rtl
}
p {
	margin:0
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0
}
html {
	scroll-behavior:smooth
}
body {
	color:#000;
	text-align:right
}
ul {
	list-style:none;
	margin:0;
	padding:0
}
.barlink {
	height:48px;
	background-color:#1b1b1b
}
body {
	padding:0;
	margin:0;
	box-sizing:border-box
}
.toplinkbar {
	background-color:#FC9900;
	height:80px
}
.myservice {
	display:inline-block
}
.toplinkbarContainer {
	height:48px
}
.toplinkbarContainer ul {
	float:right
}
.barLinkLogo {
	float:left;
	font-size:25px
}
.mainSection {
	background-color:#fff;
	padding-top:20px;
	background-image:url('../images/pattern_top.gif');
	background-position:bottom;
	background-repeat:repeat-x
}
.mainSectionWrapper {
	display:flex;
	flex-direction:row-reverse
}
.pattern {
	background-color:#fff
}
.heroNews {
	margin-bottom:20px
}
.importantNews {
	display:flex;
	flex-direction:column;
	justify-content:space-between
}
.importantNewsCard {
	min-height:30%;
	margin-bottom:10px
}
.importantNewsCard:last-child {
	margin-bottom:0
}
.importantNewsCard img,
.heroNews img,
.heroNews span {
	width:100%;
	height:100%
}
.mainNewsList {
	flex-direction:column;
	justify-content:space-between;
	direction:rtl;
	display:flex
}
.mainNewsListItems {
	padding:10px 0;
	border-top:1px solid #d1d1d1;
	display:table
}
.mainNewsListItems:first-child {
	border:none
}
.mainNewsList h3 {
	padding:0 10px;
	font:13px/22px 'iransansbold';
	display:flex;
	align-items:center;
	min-height:50px
}
.mainNewsListItems a {
	color:#1c1c1c
}
@media only screen and (max-width:991.98px) {
	.heroNews {
	padding-left:0
	}
	.importantNews {
	padding:20px 0
	}
	.mainNewsList {
	padding:0
	}
	.mainSectionWrapper {
	display:block
	}
	.Hiro-Over {
	width:100%
	}
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
	.importantNews {
	flex-direction:row-reverse
	}
	.mainNewsList {
	flex-direction:row-reverse;
	flex-wrap:wrap
	}
}
.mostSection {
	padding-top:20px;
	background-color:#f1f1f1
}
.newsNavanama .mostSection {
	background-color:#1d1d1d
}
.header:hover:before {
	color:#000
}
#footer {
	height:204px;
	background-color:#252525
}
.footerMenu {
	background-color:var(--topmenuBG);
	padding-top:10px;
	padding-bottom:10px;
	color:#fff;
	height:94px
}
.footerTop {
	display:flex
}
.footerLogo {
	padding:0;
	text-align:right !important
}
.footerLogo1 {
	padding:0;
	text-align:left
}
.footer-logo {
	fill:#fff;
	width:200px;
	height:37px
}
.footer-logo1 {
	fill:#fff;
	width:70px;
	height:30px;
	margin-top:8px
}
.copyright {
	float:right
}
.homeList {
	font:13px/31px iransans;
	padding:0 25px 0 0;
	margin-top:8px;
	display:flex
}
.homeList li {
}
.homeList li a {
	color:#fff
}
.footerContent {
	height:98px;
	background-color:#343434
}
.footerContentWrapper {
	font:13px/34px iransans;
	color:#b9b9b9;
	padding-top:25px
}
.footer-iransamaneh a {
	color:#b9b9b9
}
.footer-iransamaneh a:hover {
	color:var(--hoverText)
}
.socialMedia {
	float:left;
	padding-top:20px
}
.socialMedia a {
	direction:ltr;
	font-size:20px;
	padding-right:24px
}
.rotitr {
	color:var(--rutitr);
	font:13px 'iransans'
}
.titr {
	font:16px/27px 'iransansbold';
	text-align:justify
}
.news {
	padding:0 15px 15px
}
.news-box {
	color:var(--lid)
}
.icon-comments-o:before {
	content:"\e902"
}
.time {
	color:#797979;
	font:11.5px 'iransans'
}
@media only screen and (max-width:991.98px) {
	.time {
	width:100%
	}
}
.time span {
	padding-left:30px;
	font-size:18px
}
.Sectionflex {
	display:flex;
	flex-direction:row-reverse
}
.newsNavanama .Sectionflex {
	padding-bottom:40px
}
.avoidFixHeight {
	margin-bottom:20px;
	height:100%
}
.newsNavanama .rutitr {
	font:17px/34px Iransans;
	color:#b9b9b9;
	padding:0 0 10px
}
.newsNavanama .title {
	font:24px/40px iransansbold
}
.tabbar-section {
	background-color:#e4e4e4;
	direction:rtl;
	margin-bottom:20px;
	justify-content:space-between;
	overflow:hidden
}
.top-tab {
	background-color:#d2d2d2;
	color:#676767;
	font:16px/22px iransansmedium;
	display:inline-block;
	padding:5px 15px;
	position:relative;
	float:right;
	margin-left:1px
}
.top-tab:hover {
	color:var(--hoverText) !important
}
.news-left.active a {
	color:#000
}
.top-tab.act-tab:after {
	content:"";
	border-top:1px solid var(--pipe);
	border-bottom:1px solid var(--pipe);
	position:absolute;
	bottom:0;
	left:0;
	height:100%;
	width:15%;
	z-index:9px
}
.top-tab.act-tab:before {
	content:"";
	border-top:1px solid var(--pipe);
	border-bottom:1px solid var(--pipe);
	position:absolute;
	bottom:0;
	right:0;
	height:100%;
	width:15%
}
.news-left {
	background-color:#cdcdcd;
	display:inline-block;
	font:13px iransans;
	margin:10px 1px;
	padding:2px 30px;
	border-radius:5px
}
.mostAdv {
	padding-right:20px;
	margin-bottom:20px;
	direction:rtl
}
@media only screen and (max-width:991.98px) {
	.Sectionflex {
	flex-direction:column
	}
}
.videoSection {
	background-color:#fff;
	padding:45px 0
}
.ViedoFlex {
	display:flex;
	flex-direction:row-reverse;
	padding-bottom:20px
}
.sectionHeader {
	font:18px/27px iransans;
	margin-bottom:20px;
	height:54px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:15px 20px
}
.videoSec .sectionHeader {
	margin-bottom:0
}
.sectionHeader.Na {
	-webkit-box-shadow:0px 5px 6px -2px rgba(232,232,232,1);
	-moz-box-shadow:0px 5px 6px -2px rgba(232,232,232,1);
	box-shadow:0px 5px 6px -2px rgba(232,232,232,1)
}
.sectionHeader .headerMore {
	width:47px;
	height:17px;
	display:flex;
	justify-content:center;
	align-items:center;
	background-color:#d5d5d5;
	-webkit-border-radius:12px 0px;
	-moz-border-radius:12px 0px;
	border-radius:12px 0
}
.sectionHeader .headerMore:hover {
	background-color:#a8a8a8
}
.sectionHeader .headerMore i {
	width:6px;
	height:6px;
	background-color:#f1f1f1;
	margin-right:3px
}
.sectionHeader .headerMore i:last-child {
	margin-right:2px
}
.sectionHeader .headLogo {
	text-align:right;
	height:23px;
	padding:0;
	display:flex;
	justify-content:start
}
.sectionHeader .headLogo>i {
	padding:0
}
.sectionHeader .headLogo .headerText {
	background-color:var(--topmenuBG);
	color:#fff;
	text-align:right;
	padding:0 15px 0 20px;
	font:17px/23px iransansmedium;
	-webkit-border-radius:18px 0px 0px;
	-moz-border-radius:18px 0px 0px;
	border-radius:18px 0 0
}
.film2 .sectionHeader .headLogo .headerText,
.pictureParent .sectionHeader .headLogo .headerText {
	border-radius:unset;
	background-color:transparent
}
.film2 .sectionHeader .headLogo .iconFilm {
	width:24px;
	height:20px;
	background:0 0
}
.film2 .sectionHeader .headerMore {
	background-color:#575757
}
.film2 .sectionHeader .headerMore i {
	background-color:#303030
}
.pictureParent .headerMore {
	background-color:#8b8b8b
}
.pictureParent .sectionHeader .headerMore i {
	background-color:#c2c2c2
}
.sectionHeader .headLogo .headerText.R {
	background-color:#06D4C9
}
.sectionHeader .headLogo .headerText.B {
	background-color:#FC9900
}
.sectionHeader .headLogo .headerText.N {
	background:0 0;
	color:#000;
	border-radius:unset
}
.p-es-20 {
	padding:0 20px !important
}
.headLogo span {
	display:inline-block;
	width:38px;
	height:23px;
	background:url('../images/favicon.png') right
}
.headLogo span.logoTest {
	display:inline-block;
	width:23px;
	height:23px;
	border-radius:50px;
	background:url('../images/favicon.png');
	background-size: 100% 100%;
}
.headLogo span.fa {
	display:unset;
	width:unset;
	height:unset;
	background:0 0
}
.headLogo span.black {
	display:inline-block;
	width:38px;
	height:23px;
	background:url('../images/favicon.png') right
}
.headLogo span.svgPodcast {
	width:32px;
	height:32px;
	margin-top:-4px;
	background:url('../images/logo-podcast.svg') no-repeat !important
}
span.svgPodcast~h2.headerText {
	padding-right:9px !important
}
.padkast .sectionHeader {
	padding-top:0 !important
}
.importantVideoWrapper {
	display:flex;
	flex-direction:column;
	justify-content:space-between
}
.importantVideo {
	padding-bottom:30px
}
.importantVideo img {
	width:100%
}
.heroVideo {
	padding-right:20px;
	min-height:400px
}
.heroVideoContent {
	height:100%;
	position:relative
}
.icon-video1:hover {
	opacity:70%
}
.videoRight {
	height:calc(100% - 40px);
	position:absolute;
	z-index:100;
	top:calc(50% - 60px);
	left:calc(50% - 20px);
	font-size:36px;
	color:#fff;
	opacity:60%
}
.videoImg {
	position:relative
}
.videoLeft {
	height:calc(100% - 40px);
	position:absolute;
	z-index:100;
	top:calc(50% - 16px);
	left:calc(50% - 12px);
	font-size:27px;
	color:#fff;
	opacity:60%
}
.heroVideoContent img {
	width:100%;
	height:186px
}
.videoList {
	padding-right:20px;
	display:flex;
	flex-direction:column
}
.videoImg {
	width:120px;
	margin-left:10px
}
.videoImg img {
	height:100%
}
@media only screen and (max-width:991.98px) {
	.ViedoFlex {
	flex-direction:column;
	padding-bottom:0
	}
	.videoList {
	padding:0
	}
	.heroVideo {
	order:-1;
	padding:0
	}
	.importantVideoWrapper {
	padding:20px 0
	}
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
	.importantVideoWrapper {
	flex-direction:row-reverse
	}
	.importantVideo:nth-child(2n) {
	padding-right:10px
	}
	.videoList {
	flex-direction:row-reverse;
	flex-wrap:wrap
	}
	.videoListItems:nth-child(2n) {
	padding-right:10px
	}
	.videoListItems:nth-child(2n+1) {
	padding-left:10px
	}
}
.categorySection {
	padding-top:20px;
	background:#f2f2f2
}
.catFlexWrapper {
	display:flex;
	flex-direction:row-reverse;
	flex-wrap:wrap
}
.catHeroNews {
	padding-left:20px;
	padding-bottom:20px
}
.mrg-bt {
	margin-bottom:10px
}
.heroCatContent {
	width:100%;
	height:100%
}
.over h2,
.over h3 {
	align-self:flex-end;
	text-align:right;
	direction:rtl;
	padding:15px 15px 7px 5px
}
.heroNews .over h2 {
	align-self:flex-end;
	padding:0 23px 15px;
	font:19px/36px iransansbold;
	text-align:right;
	direction:rtl
}
.importantNewsCard .over {
	background:linear-gradient(to top,var(--over),rgba(0,0,0,0) 100%);
	width:100%;
	border-radius:0 0 5px 5px
}
.importantNewsCard .over:hover {
	background:linear-gradient(to top,var(--overhover),rgba(0,0,0,0) 100%)
}
.importantNewsCard .over {
	border-radius:0 0 5px 5px
}
.sec3-box img {
	width:100%;
	height:140px
}
.sec3-titr {
	padding:10px 15px 0;
	font:13px/22px iransans;
	color:var(--rutitr);
	position:relative
}
.sec3-titr a {
	color:#5e5e5e
}
.sec3-news a {
	color:#000
}
.sec3-news a:hover {
	color:#7060d4
}
.sec3-news {
	padding:5px 15px 0 10px;
	font:15px/25px iransansmedium
}
.catSubTitle {
	padding:10px 15px;
	font:13px/26px 'iransans';
	color:var(--lid);
	text-align:justify
}
.catNewsCard {
	padding-left:20px;
	padding-bottom:20px;
	min-height:300px
}
.sec3-box-circle {
	border-bottom:1px solid #f7f7f7;
	display:flex;
	padding:20px 15px
}
.sec3-box-circle:last-child {
	border-bottom:none
}
.sec3-box-circle img {
	border-radius:50%;
	width:65px!important;
	height:65px!important
}
.sec3-box-circle div {
	display:inline-block;
	padding-right:0;
	font:14px/23px iransans;
	width:calc(100% - 85px);
	text-align:justify
}
.sec3-box-circle.item {
	display:flex
}
.sec3-box-circle h3 {
	font:15px/25px iransans;
	text-align:right;
	direction:rtl
}
.sec3-box-circle p {
	font-size:12px;
	padding-top:7px
}
.Newspaper {
	background-color:#d7d7d7 !important
}
.slider h2 {
	font:14px/40px iransansmedium;
	text-align:center
}
.owl-nav {
	display:block
}
@media only screen and (max-width:991.98px) {
	.catHeader,
	.catHeroNews,
	.catNewsCard {
	padding-left:0
	}
	.avoidFixHeight {
	margin-bottom:0
	}
	.sec3-box img {
	height:auto
	}
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
	.catNewsCard:nth-child(2n) {
	padding-left:10px
	}
	.catNewsCard:nth-child(2n+1) {
	padding-right:10px
	}
}
@media only screen and (max-width:991.98px) {
	.ServiceNoneLaitesNews {
	margin-bottom:20px
	}
}
.ServiceNoneContent {
	padding-left:20px
}
@media only screen and (max-width:991.98px) {
	.ServiceNoneContent {
	padding-left:0
	}
}
.ServiceNoneHero {
	margin-bottom:20px;
	background-color:#fff;
	direction:rtl
}
.ServiceNoneHeroContent {
	display:flex
}
.ServiceNoneHeroContent>a {
	width:100%
}
.ServiceNoneHeroContent img {
	width:100%;
	height:386px;
	border-radius:5px
}
.heroCardContent {
	width:40%;
	border-bottom:1px solid transparent
}
.ServiceNoneHeroContent:hover .CardContent {
	border-bottom:1px solid var(--footerUlsLine)
}
.CardContentRoTiter {
	font:13px/30px iransans;
	color:#fff;
	padding:15px 20px 0
}
.CardContentTiter {
	font:14px/27px iransansbold;
	padding:0 20px;
	text-align:justify
}
.ServiceNoneHeroContent h2 {
	font:19px/32px iransansbold
}
.ServiceNoneImportantBox {
	display:flex
}
.ServiceNoneImportant {
	padding:20px 0
}
.ServiceNoneImportantBox article {
	width:50%;
	margin-left:20px;
	border-bottom:1px solid transparent
}
.ServiceNoneImportantBox article:hover {
	border-bottom:1px solid var(--footerUlsLine)
}
.ServiceNoneImportant img {
	width:150px
}
.ServiceNoneImportant .CardContentRoTiter {
	font:12px/20px iransans;
	padding:10px 10px 0 0
}
.ServiceNoneImportant .CardContentTiter {
	font:13px/24px iransansbold;
	padding:0 10px 0 0
}
.ServiceNoneLaitesNews .ServiceNoneNews {
	background:#fff;
	direction:rtl
}
.ServiceNoneNews img {
	width:210px;
	height:100%
}
.ServiceNoneNews {
	display:flex
}
.articleServiceNoneNews:not(:last-child) {
	margin-bottom:10px
}
.ServiceNoneNews .CardContent {
	border-bottom:1px solid #d6d6d6;
	background-color:#fff
}
.ServiceNoneNews:hover .CardContent {
	border-bottom:1px solid var(--footerUlsLine)
}
.ServiceNoneNews .CardContentRoTiter {
	font:13px/25px iransans;
	color:var(--rutitr);
	padding:15px 20px 0
}
.ServiceNoneNews .CardContent:after {
	content:'';
	background-color:var(--dotRed);
	position:absolute;
	top:13px;
	right:-10px;
	width:8px;
	height:8px
}
.ServiceNoneNews .CardContentTiter {
	font:17px/25px iransansbold;
	padding:0 15px;
	text-align:justify
}
.ServiceNoneNews .CardContentNews {
	font:14px/21px iransans;
	color:var(--description);
	padding:5px 20px 5px;
	text-align:justify
}
.MoreButton {
	background-color:#f1f1f1;
	border:none;
	text-align:center;
	font:13px/10px iransansbold;
	padding:10px 20px;
	border-radius:4px;
	margin:35px 0;
	margin-right:calc(50% - 35px);
	color:var(--rutitr)
}
@media screen and (min-width:991.9px) and (max-width:1199.9px) {
	#home .sec3-box-square .imgCircle>span {
	left:20px
	}
	#home .sec3-box-square img,
	#home .sec3-box-square .instedOfimg {
	left:32px
	}
	#home .sec3-box-square:hover .imgCircle:after {
	left:70px
	}
}
@media only screen and (max-width:767.98px) {
	#home .min .sectionCenter {
	clear:both
	}
	.ServiceNoneImportant {
	flex-direction:column
	}
	.ServiceNoneHero img {
	width:100%;
	height:auto
	}
	.ServiceNoneImportantBox article:nth-child(2n+1) {
	margin-left:10px
	}
	.ServiceNoneImportantBox article:nth-child(2n) {
	margin-left:0;
	margin-right:10px
	}
	.ServiceNoneImportantBox .CardContent {
	padding-left:10px
	}
}
.servicenonemost {
	padding-top:0
}
.importantNewsCard {
	direction:ltr
}
.serviceheroNews,
.serviceimportantNews {
	margin-bottom:20px
}
.serviceheroNews .over {
	width:97.6%
}
.serviceheroNews,
.serviceimportantNews {
	max-height:520px
}
.serviceimportantNews {
	display:flex;
	flex-direction:column
}
.serviceimportantNewsCard:first-child {
	margin-bottom:20px
}
.serviceimportantNewsRow {
	display:flex;
	flex-direction:row-reverse
}
.importantNewsCardRow {
	margin-left:20px;
	position:relative
}
.importantNewsCardRow:last-child {
	margin-left:0
}
.serviceSectionWrapper {
	display:flex;
	flex-direction:row-reverse
}
@media only screen and (max-width:767.98px) {
	.serviceSectionWrapper {
	display:block
	}
	.serviceheroNews .over {
	width:100%
	}
}
@media only screen and (min-width:480px) and (max-width:767.98px) {
	.serviceimportantNews {
	flex-direction:row-reverse;
	margin-bottom:0
	}
	.serviceimportantNewsRow {
	flex-wrap:wrap
	}
	.serviceimportantNewsCard {
	margin-bottom:auto
	}
	.serviceimportantNewsCard:first-child {
	margin-left:10px
	}
	.serviceimportantNewsCard:last-child {
	margin-right:10px
	}
	.importantNewsCardRow {
	width:50%;
	margin:0;
	margin-bottom:20px
	}
	.importantNewsCardRow .over {
	width:calc(100% - 10px)
	}
	.importantNewsCardRow:nth-child(2n) .red {
	right:10px
	}
	.importantNewsCardRow:nth-child(2n) {
	padding-right:10px
	}
	.importantNewsCardRow:nth-child(2n+1) {
	padding-left:10px
	}
}
@media only screen and (max-width:479.98px) {
	#home #heroNewsOwl .owl-nav {
	display:none
	}
	.serviceimportantNewsCard {
	width:100%;
	margin:0 !important
	}
	.serviceimportantNewsRow {
	flex-direction:column;
	padding:20px;
	padding-top:0
	}
	.importantNewsCardRow,
	.serviceimportantNews {
	margin:0
	}
	.serviceimportantNewsCard .over h3:hover,
	.importantNewsCardRow .over h3:hover {
	border-right:1px solid var(--footerUlsLine);
	color:var(--footerUlsLine)
	}
	.serviceimportantNews img,
	.serviceimportantNews .red,
	.importantNewsCardRow img,
	.importantNewsCardRow .red {
	display:none
	}
	.serviceSectionWrapper {
	padding:0 20px
	}
	.serviceimportantNews .over,
	.serviceimportantNews .over:hover,
	.importantNewsCardRow .over,
	.importantNewsCardRow .over:hover {
	display:block;
	padding:10px 0;
	border-bottom:1px solid #a9a9a9;
	background-image:none;
	position:relative
	}
	.serviceimportantNews .over h3,
	.importantNewsCardRow .over h3 {
	border-right:1px solid grey;
	padding:0 10px
	}
	.serviceimportantNews .over h3 a,
	.importantNewsCardRow .over h3 a {
	color:#000;
	font:14px/28px iransans
	}
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
	.serviceheroNews {
	padding-left:20px;
	height:auto
	}
}
.ServicesectionHeader {
	margin-left:0
}
.SErviceCardWrapper {
	display:flex;
	direction:rtl;
	margin-bottom:30px
}
.ServiceNewsCard {
	padding:0 !important;
	margin-left:20px;
	max-width:calc(33.33% - 14px);
	background:#fff
}
.SErviceCardWrapper .sec3-news {
	padding:10px 15px 10px 10px;
	font:13px/25px iransansmedium;
	border-bottom:1px solid #c4c4c4
}
.ServiceNewsCard:last-child {
	margin:0
}
.ServiceNewsCard .sec3-news {
	font:16px/30px iransansmedium
}
.ServiceNewsList {
	padding:8px 0;
	display:block;
	border-bottom:1px solid #c4c4c4
}
.ServiceNewsList h3 {
	padding:0 15px;
	color:#000;
	font:15px/23px iransans;
	height:60px;
	overflow:hidden
}
.ServiceNewsList h3 a:hover {
	color:var(--hoverText)
}
.CookingImportant .importantNewsCard {
	margin-bottom:12px
}
.CookingImportant .importantNewsCard:last-child {
	margin-bottom:0
}
@media only screen and (max-width:767.98px) {
	.SErviceCardWrapper {
	flex-direction:column
	}
	.ServiceNewsCard {
	margin-left:0;
	margin-bottom:20px;
	max-width:100%
	}
}
.SErviceFlexWrapper {
	display:flex;
	direction:rtl;
	margin-bottom:30px;
	max-height:340px
}
@media only screen and (max-width:991.98px) {
	.SErviceFlexWrapper {
	flex-direction:column;
	max-height:unset
	}
	.CookingHero {
	padding:0
	}
	.CookingImportant .importantNewsCard {
	margin:0
	}
	.CookingImportant {
	padding-left:0
	}
	.CookingList.mainNewsList {
	padding-right:0
	}
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
	.CookingImportant .importantNewsCard:first-child {
	margin-right:10px
	}
	.CookingImportant .importantNewsCard:last-child {
	margin-left:10px
	}
}
@media only screen and (max-width:767.98px) {
	.CookingImportant .importantNewsCard {
	margin-bottom:20px
	}
	.CookingHero article {
	flex-direction:column
	}
}
.SErviceFlexWrapper article,
.SErviceFlexWrapper article,
.CookingImportant .importantNews {
	height:100%
}
.CookingList {
	overflow-y:auto;
	display:block
}
.CookingList .mainNewsListItems {
	min-height:70px;
	background-color:#fff
}
.Health .SErviceFlexWrapper {
	max-height:unset
}
.HealthCards:first-child {
	margin-bottom:15px
}
.HealthCard:nth-child(2n) {
	padding-right:10px
}
.HealthCard:nth-child(2n+1) {
	padding-left:10px
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
	.Health .SErviceFlexWrapper {
	flex-direction:row
	}
}
@media only screen and (max-width:767.98px) {
	.HealthSpecialNews {
	padding:0;
	margin-bottom:20px
	}
	.HealthCards {
	padding:0
	}
}
@media only screen and (max-width:479.98px) {
	.Health .red,
	.HealthCard img {
	display:none
	}
	.HealthCards:first-child {
	margin-bottom:15px
	}
	.HealthCard .over h3 a {
	color:#000
	}
}
.therapy .SErviceFlexWrapper {
	max-height:unset
}
.therapySpecialNews .importantNewsCard {
	max-height:unset
}
.forMD {
	display:none
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
	.forMD {
	display:block
	}
	.VerseMD {
	display:none
	}
}
@media only screen and (max-width:991.98px) {
	.therapySpecialNews {
	margin-bottom:20px
	}
	.therapyCardMD article {
	display:flex;
	flex-direction:row
	}
	.therapyCardMD {
	height:auto;
	margin-bottom:20px;
	padding-right:0
	}
	.therapyCardMD img {
	width:200px;
	height:160px
	}
}
.owl-nav-2 {
	position:absolute;
	top:-22px;
	left:52px
}
.owl-nav-2 button {
	background-color:transparent;
	border:none
}
.owl-nav-2 button:focus {
	outline:none
}
.owl-nav>.owl-prev {
	bottom:30px
}
.owl-nav>.owl-next {
	bottom:10px
}
.list-inline i:before {
	color:#737373
}
.list-inline .path1:before {
	color:#8d8d8d !important
}
.list-inline .icon-soroush:hover .path1:before {
	color:#186178 !important
}
.list-inline .path2:before {
	color:#fff
}
.social-network-cover {
	position:fixed;
	padding:23px 12px;
	top:180px;
	left:0;
	width:43px;
	z-index:99;
	background-color:#fff;
	border-radius:0 10px 10px 0
}
.collapse {
	display:block
}
.expand {
	display:none
}
.list-inline>li {
	padding:0
}
.social-network-cover-controller {
	font-size:18px
}
ul.social-network {
	z-index:9
}
ul.social-network li {
	height:36px
}
ul.social-network li a {
	height:100%;
	display:block;
	font-size:16px;
	line-height:30px;
	color:#434343;
	text-align:center
}
.list-inline .telegram i:before {
	font-size:16px
}
.list-inline .twitter i:before {
	font-size:18px
}
.list-inline .aparat i:before {
	font-size:16px
}
.list-inline .rss i:before {
	font-size:14px
}
.socialMedia i:before,
.socialMedia .path1:before {
	color:#5a5a5a !important
}
footer .socialMedia i:before,
.socialMedia .path1:before {
	color:#b9b9b9 !important
}
.social-network-cover .social-network .insta svg {
	fill:#737373
}
.social-network-cover .social-network .insta:hover svg {
	fill:#c5283f
}
.socialMedia a:hover i:before,
.socialMedia a:hover .path1:before {
	color:#737373 !important
}
.icon-bale .path1:before,
.icon-bale .path2:before {
	font-size:20px
}
.icon-bale .path1:before {
	color:#5a5a5a
}
.news-bale:hover .path1:before {
	color:#737373
}
@media only screen and (max-width:767.98px) {
	.social-network-cover {
	display:none
	}
}
.top-tab a.act-tab {
	border-right:1px solid var(--pipe);
	border-left:1px solid var(--pipe);
	background-color:transparent
}
.top-tab a.act-tab,
.news-left.active a {
	color:#000
}
.top-tab a.act-tab:after {
	content:"";
	border-top:1px solid var(--pipe);
	border-bottom:1px solid var(--pipe);
	position:absolute;
	bottom:0;
	left:0;
	height:100%;
	width:15%
}
.top-tab a.act-tab:before {
	content:"";
	border-top:1px solid var(--pipe);
	border-bottom:1px solid var(--pipe);
	position:absolute;
	bottom:0;
	right:0;
	height:100%;
	width:15%
}
.tab-section {
	text-align:center;
	float:right;
	cursor:pointer
}
.tab-section a {
	color:#fe9900
}
.tab a:hover {
	color:#fd9a00
}
.tab-time a {
	font:15px/23px iransans;
	color:#000 !important;
	text-align:center;
	background-color:#d2d2d2;
	border-radius:3px;
	padding:0 25px
}
.tab-time a:nth-child(2) {
	margin:0 3px
}
.tab-time a:hover {
	color:var(--footerUlsLine)
}
.last-a {
	border-left:0 !important
}
.top-tab,
.tab-time a {
	color:#676767 !important
}
.tabs_title_c .act-time {
	color:var(--topmenuBG) !important
}
.top-tab.act-tab {
	border-right:1px solid #c5374d;
	border-left:1px solid #c5374d;
	background-color:transparent;
	color:#000 !important;
	margin:0
}
.Htags .title5 {
	color:#000;
	font:14px/28px iransanslight;
	padding:0;
	margin-bottom:4px
}
.newsNavanama .Htags .title5 {
	color:#b2b2b2;
	font:14px/28px iransansmedium
}
.newsNavanama .Htags .title5:hover {
	color:#fefefe
}
.con-section {
	width:100% !important;
	direction:rtl;
	padding:0 !important
}
.show-con {
	display:block
}
.tab_box .active_content {
	display:block !important;
	margin-top:20px
}
.tab_box .tab_content {
	display:none
}
.ServiceNoneContent .pipe {
	margin-left:0
}
.nav-option {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start
}
#headerParent {
	position:relative;
	margin-bottom:20px;
	height:120px
}
#headerNav,
#navbar-drp {
	margin:0 auto;
	padding:0 5px
}
.mobile-menu:after {
	content:"";
	width:40px;
	height:71px;
	position:absolute;
	left:-39px;
	top:-2px;
	background:var(--topmenuBG);
	border-radius:50px 0 0 50px;
	border-top: 2px solid #FFF;
}
.nvbarReleitiv {
	position:relative
}
.scroll-nav,
.navbar-nav li ul,
.navbar-nav li ul li a,
#headerLogo,
.navbar-scroll~section,
.navbar-scroll~#backtotop {
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
	transition:all .2s linear
}
.scroll-nav {
	font:13px iransans;
	color:#000;
	direction:rtl;
	background:var(--topmenuBG);
	z-index:9;
	line-height:71px;
	transition:all .5s ease;
	position:relative;
	border-top: 2px solid #FFF;
	height: 71px;
}
.parentHeader {
	position:relative;
	top:-31px
}
.parentHeader.fixed {
	top:0;
	width:100%;
	z-index:9;
	background-color:var(--topmenuBG);
}
.parentHeader.fixed #headerBack,
.parentHeader.fixed .mobile-menu:after {
	display:none
}
.parentHeader.fixed #navbar-drp {
	position:absolute;
	top:47px
}
#headerBack {
	position:absolute;
	right:0;
	top:0;
	height:71px;
	width:30%;
	background-color:var(--topmenuBG);
	border-top: 2px solid #FFF;
}
body.navanama #headerBack {
	background-color:#133759
}
body.navanama .toplinkbar {
	background-color:#0a2743
}
body.navanama .icon-search:before,
body.navanama .icon-menu:before,
body.navanama .icon-menu_close:before,
body.navanama .main-header-search-part-active .icon-search:before {
	color:#d0d7de!important
}
body.SARA .icon-search:before,
body.SARA .icon-menu:before,
body.sima .icon-search:before,
body.sima .icon-menu:before {
	color:#fff
}
body.SARA .icon-search:before,
body.SARA .icon-menu:before,
body.SARA .icon-menu_close:before,
body.SARA .main-header-search-part-active .icon-search:before,
body.sima .icon-search:before,
body.sima .icon-menu:before,
body.sima .icon-menu_close:before,
body.sima .main-header-search-part-active .icon-search:before,
body.click .icon-search:before,
body.click .icon-menu:before,
body.click .icon-menu_close:before,
body.click .main-header-search-part-active .icon-search:before {
	color:#FFF!important
}
.fixed {
	position:fixed;
	top:0;
	left:0;
	animation:smoothScroll 1s forwards
}
@keyframes smoothScroll {
	0% {
	transform:translateY(-40px)
	}
	100% {
	transform:translateY(0px)
	}
}
#headerNav {
	display:flex;
	align-items:center;
	position:relative
}
.navbar-nav {
	display:none;
	margin-right:20px
}
.navbar-nav>ul {
	display:flex;
	flex-wrap:wrap;
	width:825px;
	height:70px
}
@media (min-width:992px) and (max-width:1199.98px) {
	.navbar-nav>ul {
	width:600px
	}
}
.navbar-nav>ul>li {
	font:14px iransansbold;
	line-height:inherit
}
.navbar-nav>ul>li>a>span {
	height:23px;
	padding:0 7px
}
.navbar-nav>ul>li:last-child a {
	border-left:none
}
.navbar-nav>ul>li>a {
	color:var(--topmenuFonts)
}
.navbar-nav>ul>li>a:hover+ul {
	z-index:101
}
.navbar-nav li ul {
	position:absolute;
	background:#fff;
	min-width:180px;
	right:0;
	z-index:100;
	height:0;
	overflow:hidden;
	border-radius:0 0 5px
}
.navbar-nav ul>li:hover ul {
	height:auto
}
.navbar-nav li ul li {
	font:16px/35px iransans
}
.navbar-nav li ul li a {
	display:block;
	padding:0 10px;
	color:#232323;
	border-right:3px solid transparent
}
.navbar-nav li ul li a:hover {
	color:#000;
	border-right:3px solid var(--footerUlsLine)
}
#headerLogo {
	height:50px
}
#headerNav>.nav-option {
	flex-shrink:0;
	margin-right:auto
}
.nav-option span,
.nav-option a {
	font-size:26px;
	margin-right:12px;
	cursor:pointer;
	width:26px
}
#searchbar {
	position:absolute;
	bottom:0;
	left:356px;
	color:#dadada;
	display:none
}
#searchbar:before {
	position:absolute;
	border-left:15px solid transparent;
	border-right:15px solid transparent;
	border-bottom:15px solid #000;
	bottom:0;
	left:-322px;
	content:''
}
.searchbox {
	display:flex;
	position:absolute;
	align-items:center;
	width:356px;
	background:#000;
	padding:8px 0;
	height:50px;
	z-index:9999
}
.searchbox form input {
	width:266px;
	height:42px;
	color:#000;
	font:13px iransans;
	padding:0 5px 0 47px;
	border:none
}
.searchbox a {
	z-index:999;
	font-size:26px;
	color:#bbb;
	margin-right:-37px
}
.searchbox span {
	font:18px/40px iransans;
	width:84px;
	text-align:center
}
#navbar-drp {
	background:#e9e9e9;
	z-index:999;
	position:absolute;
	width:100%;
	display:none;
	transition:all .5s ease
}
.drp-nav>ul {
	display:block;
	margin-bottom:30px
}
.drp-nav>ul>li {
	margin:0 20px 50px 0
}
.drp-nav>ul>li .active {
	font:18px/36px iransansbold;
	border-right:2px solid var(--footerUlsLine)
}
.drp-nav>ul>li>ul {
	display:none;
	border-right:1px solid var(--footerUlsLine);
	padding-right:15px
}
.drp-nav .icon {
	float:left;
	top:-30px;
	position:relative;
	color:#7b7b7b;
	font-size:23px;
	padding:0 100% 0 0;
	display:block;
	cursor:pointer;
	left:10px
}
.drp-nav>ul>li>a {
	font:18px/40px iransans;
	color:#6e6e6e;
	display:block;
	border-right:1px solid var(--footerUlsLine);
	padding-right:15px;
	padding-top:30px
}
.drp-nav>ul>li>a .active {
	color:#000
}
.drp-nav>ul>li>a>span {
	margin-bottom:-2px;
	display:inline-block
}
.drp-nav>ul>li li>a {
	display:block;
	font:15px/25px iransans;
	color:#545454
}
.drp-nav>ul>li li>a:hover {
	color:var(--hoverText)
}
@media (min-width:480px) {
	#headerNav,
	#navbar-drp>div {
	width:450px
	}
	#headerNav {
	padding:0
	}
}
@media (min-width:768px) {
	.navbar-scroll {
	width:100%
	}
	#navbar-drp>div {
	width:572px
	}
	.navbar-scroll {
	height:50px;
	line-height:50px;
	z-index:9999
	}
	.navbar-scroll~section {
	padding:75px 0
	}
	#headerLogo {
	margin:0 20px 0 40px;
	height:46px;
	padding:0
	}
	.navbar-scroll #headerLogo {
	margin:0 15px 0 72px;
	height:44px
	}
	#headerNav {
	width:750px;
	height:100%
	}
	.drp-nav>ul {
	display:flex;
	flex-wrap:wrap
	}
	.drp-nav li>ul {
	display:block !important
	}
	.drp-nav .icon {
	display:none
	}
}
@media (max-width:991.98px) {
	#searchbar:before {
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #000;
	left:-316px
	}
}
@media (min-width:992px) {
	#headerNav {
	width:970px
	}
	.navbar-nav {
	display:block
	}
}
@media (min-width:1210px) {
	#headerNav {
	width:1210px
	}
	.navbar-nav>ul>li>a {
	font-size:18px
	}
}
@media (max-width:767.98px) {
	.drp-nav>ul>li li>a {
	padding:6px 0
	}
	.drp-nav>ul>li>ul {
	border-right:none
	}
	.drp-nav>ul>li>a {
	border-right:none;
	border-bottom:1px solid var(--footerUlsLine)
	}
	.drp-nav>ul>li {
	margin:0
	}
}
.headersearch {
	display:flex;
	position:absolute;
	align-items:center;
	width:356px;
	background:#000;
	padding:8px 0;
	height:50px;
	z-index:9999
}
@media (max-width:479.98px) {
	.searchbox {
	width:300px;
	right:50px
	}
	.headersearch {
	width:100%
	}
	#searchbar:before {
	left:-310px
	}
}
.headersearch span {
	font:18px/40px iransans;
	width:84px;
	text-align:center;
	color:#fff
}
.searchinput {
	width:calc(100% - 90px) !important
}
.searchbtn {
	position:absolute;
	font-size:20px;
	color:#66757f;
	background-color:transparent;
	border:none;
	left:10px;
	outline:none
}
.jjnewsbodyWrraper {
	padding-left:20px;
	margin-bottom:20px
}
@media only screen and (max-width:991.98px) {
	.jjnewsbodyWrraper {
	padding-left:0
	}
}
.newsPageContent {
	margin-bottom:20px
}
.innerpage .newsPageContent {
	direction:rtl
}
.innerpageHeader {
	margin-left:0
}
.innerpage {
	background-color:#fff;
	padding:16px
}
.innerpage .pipe strong {
	background-color:#fff
}
.form-group,
.archive_form-inp {
	margin:10px 0
}
.frm_label,
.col-form-label {
	font:13px/26px iransans;
	color:#3a3a3d
}
.col-sm-6 img.secimage {
	height:36px;
	margin-right:10px;
	border-radius:9px
}
.newsNavanama .frm_label {
	font:13px/30px iransans;
	color:#a7a7a7
}
.form-control {
	height:36px;
	border:2px solid #e1e1e1;
	border-radius:9px
}
.form-group .btn {
	float:left;
	height:36px;
	min-width:100px;
	background:#fff;
	border:2px solid #e1e1e1;
	border-radius:20px
}
.form-control:focus,
.form-group .btn:hover,
input.text:focus,
.archive_form .butt:hover,
.search_result_container .butt:hover,
input.email_poll:focus,
.poll_button:hover,
#submit_pray_form:hover,
#prayer_date:hover {
	border-color:var(--topmenuBG);
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(191,17,42,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(191,17,42,.6)
}
.newsNavanama .form-control:focus,
.newsNavanama .form-group .btn:hover,
.newsNavanama input.text:focus,
.newsNavanama .archive_form .butt:hover,
.newsNavanama .search_result_container .butt:hover,
.newsNavanama input.email_poll:focus,
.newsNavanama .poll_button:hover,
.newsNavanama #submit_pray_form:hover,
.newsNavanama #prayer_date:hover {
	border-color:#0a2844;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(19,55,89,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(132,125,173,.6)
}
.poll_button,
.archive_form .butt {
	height:36px;
	min-width:100px;
	background:#fff;
	border:2px solid #e1e1e1;
	border-radius:20px
}
input.text,
input.email_poll {
	height:30px;
	border:2px solid #e1e1e1
}
.clear {
	clear:both
}
.archive_form .row div {
	margin:4px 0
}
.archive_content {
	padding:0;
	margin-top:30px
}
.archive_content .title5 {
	font:13px/26px iransans;
	color:#3a3a3d;
	padding:0;
	margin:4px 0;
	display:flex;
	padding-right:20px
}
.archive_content .title5:hover {
	color:var(--topmenuBG)
}
.archive_pager_container #pager {
	display:flex;
	align-items:center;
	font:14px/22px iransans
}
.archive_pager_container .next:hover,
.archive_pager_container .previous:hover {
	color:var(--topmenuBG)
}
.page_links_container {
	margin-bottom:20px;
	background-color:var(--topmenuBG)
}
.page_links_nav {
	padding:10px 0 !important;
	margin:0 !important
}
.page_links_nav a {
	font:16px/26px iransansmedium;
	color:#f5cad1;
	border-left:2px solid #961e2e;
	padding:0 14px
}
.page_links_nav:last-child a {
	border-left:none
}
.page_links_nav a:hover {
	color:#fff;
	border-color:transparent
}
.page_links_nav:hover {
	background-color:darkred
}
.link_cat {
	font:13px/30px iransans !important;
	height:auto !important
}
.link_boxes {
	padding:8px 0
}
.link_col1 {
	background-color:#f5f5f5;
	margin-bottom:10px;
	padding-bottom:0
}
.link_col2 {
	background-color:#eee;
	margin-bottom:10px;
	padding-bottom:0
}
.link_boxes a {
	font:13px/22px iransans;
	text-decoration:none !important
}
.link_container {
	margin-bottom:8px !important
}
.search_result_container .butt {
	height:36px;
	min-width:100px;
	background:#fff;
	border:2px solid #e1e1e1;
	border-radius:20px
}
.search_result_nav {
	background-color:#f5f5f5
}
.search_result_nav td {
	padding:10px 0
}
.search_result_container .tag_rutitr,
.search_result_container .tag_info {
	font:11px/22px iransans;
	color:#3a3a3d
}
.search_result_container .tag_title {
	font:16px/36px iransansbold;
	color:#424242
}
.search_result_container .tag_title:hover {
	color:var(--topmenuBG)
}
.latestPolls {
	margin-top:40px;
	direction:rtl;
	border-top:1px solid var(--topmenuBG);
	padding-top:10px
}
.poll_text,
.poll_title {
	font:14px/30px iransans;
	color:#3a3a3d;
	margin-bottom:10px;
	direction:rtl
}
.latestPolls .poll_text:before {
	content:' ';
	color:var(--topmenuBG);
	margin:4px
}
.error_box,
.error_box2 {
	font:12px/24px iransans;
	color:var(--topmenuBG);
	margin:10px
}
.poll_button {
	margin:10px 0;
	margin-right:calc(100% - 100px)
}
.poll_option,
.poll_options {
	margin-bottom:14px;
	direction:ltr
}
.frm_label_poll {
	font:14px/30px iransans;
	color:#3a3a3d
}
.poll_options a,
.poll_options span {
	font:12px/26px iransans;
	color:#3a3a3d
}
.poll_img {
	margin:10px auto
}
input.checkbox {
	display:inline-block;
	margin-right:20px
}
.poll_bar_outter {
	border:1px solid #ddd;
	height:12px;
	overflow:hidden;
	border-radius:3px
}
.poll_bar_inner {
	background-color:var(--topmenuBG);
	height:11px
}
@media only screen and (max-width:359.98px) {
	.poll_option img {
	width:40%;
	height:30%
	}
	input.checkbox {
	margin-right:10px
	}
}
.jjnewsletter .form-group {
	width:100%;
	direction:rtl;
	display:flex;
	align-items:flex-start;
	margin-bottom:20px
}
.jjnewsletter .control-label {
	min-width:100px;
	margin-left:10px;
	display:inline-block
}
.jjnewsletter .frm_label {
	margin:0
}
.jjnewsletter .newsletterInput {
	width:calc(100% - 150px);
	display:inline-block
}
.jjnewsletter .newsletterCaptcha .form-control {
	width:100px;
	height:30px !important
}
.jjnewsletter .secimage {
	height:30px
}
.newsletterbtn {
	margin-right:auto;
	margin-left:8%
}
.mobile_activation_c a,
.text11 {
	font:13px/26px iransans;
	color:#3a3a3d
}
@media only screen and (max-width:479.98px) {
	.jjnewsletter .control-label,
	.jjnewsletter .newsletterInput {
	width:100%
	}
	.jjnewsletter .form-group {
	flex-direction:column
	}
	.verifyWrapper {
	flex-direction:row !important;
	flex-wrap:wrap
	}
	.secimageWrapper,
	.newsletterCaptcha {
	width:auto !important;
	display:inline-block
	}
	.newsletterbtn {
	margin-left:0
	}
}
.weather_combo {
	font:12px/30px iransans !important;
	color:#424242 !important;
	margin-bottom:10px
}
.weather_city_title a {
	font:12px/30px iransans !important;
	color:#3a3a3d !important;
	text-align:center
}
.weather_city_title a:hover {
	background:var(--topmenuBG) !important;
	color:#fff !important
}
.weather_r_sec {
	height:246px
}
.prayer_time_container {
	padding:20px 0
}
.prayer_time_container * {
	font:12px/24px iransans;
	color:#3a3a3d
}
.ptime_title {
	color:#fff
}
.prayer_form tr {
	height:35px
}
#submit_pray_form {
	height:36px;
	min-width:100px;
	background:#fff;
	border:2px solid #e1e1e1;
	border-radius:20px;
	font:12px/26px iransans;
	color:#3a3a3d;
	margin:10px 0
}
@media only screen and (max-width:767.98px) {
	.prayer_time_container {
	width:auto
	}
	.prayer_form,
	.prayer_time {
	margin:10px auto;
	float:unset
	}
}
#ostanCombo,
#cityCombo {
	font:12px/30px iransans;
	color:#424242;
	margin-bottom:10px
}
.rss_def {
	background-color:#fff;
	padding:16px
}
.rss_row,
.rss_block {
	float:right;
	width:100%;
	direction:rtl
}
.rss_list_pn {
	direction:rtl
}
.rss_def_title {
	font:19px/40px iransansbold;
	color:#3a3a3d
}
.rss_def_content {
	font:13px/26px iransans;
	color:#3a3a3d;
	direction:rtl;
	text-align:justify
}
.rss_def_content p {
	margin-bottom:10px
}
.sidebar_right_news {
	padding-left:15px
}
.sidebar_left_news {
	padding-right:15px
}
.newsNavanama .jjnewsbodyWrraper {
	padding:16px
}
@media only screen and (max-width:991.98px) {
	.jjnewsbodyWrraper {
	padding-left:0
	}
}
.jjnewsbody {
	background-color:#fff;
	padding:5px;
	direction:rtl;
	text-align:justify
}
.newsNavanama .jjnewsbody {
	background-color:#2f2f2f
}
.newsStatistics {
	float:right;
	width:100%;
	padding-top:9px
}
@media only screen and (max-width:459.98px) {
	.newsStatistics .path {
	width:100%;
	margin-bottom:20px
	}
}
.newsStatistics span,
.newsStatistics a {
	font:14px/22px iransanslight;
	color:#414141
}
.newsNavanama .newsStatistics span,
.newsNavanama .newsStatistics a {
	font:13px/22px iransansmedium;
	color:#bdbdbd
}
.jjnewsId {
	padding-right:15px;
	margin-right:15px;
	border-right:1px dotted #979797
}
.newsNavanama .jjnewsId {
	border-right:1px solid #161616;
	padding-left:15px
}
.newsNavanama span.icon-show_comment {
	float:left;
	padding-right:15px;
	border-right:1px solid #161616
}
.newsNavanama .icon-show_comment a {
	padding-left:10px;
	font-size:18px
}
.path {
	float:right
}
.path a {
	margin-left:10px;
	padding-left:10px;
	border-left:1px dotted #979797
}
.newsNavanama .path a {
	border-left:1px solid #161616
}
.newsStatistics a:hover {
	color:var(--hoverText)
}
.path a:last-child {
	margin-left:0;
	padding-left:0;
	border-left:none
}
.jjnewsId {
	float:left
}
.newsNavanama .newsHeader {
	border-left:1px solid #242424;
	border-top:2px solid #242424;
	margin-bottom:0
}
.borderBottomn {
	display:flex;
	flex-direction:row;
	border-bottom:1px dotted #979797
}
.newsNavanama .borderBottomn {
	padding:20px 0;
	border-bottom:none
}
.newsNavanama .borderBottomn a {
	color:#e2e2e2
}
.newsNavanama .newstitle {
	width:100%
}
.newsControls {
	width:100px;
	padding:8px;
	margin:6px 0;
	border-right:1px dotted #979797
}
.iconWrapper {
	display:flex;
	justify-content:center;
	border-bottom:1px solid #979797;
	padding:10px 0
}
.iconWrapper:last-child {
	border-bottom:none
}
.iconWrapper span {
	padding:0 6px;
	font-size:16px;
	width:28px;
	height:16px
}
.iconWrapper a {
	font-size:16px;
	width:22px;
	height:16px;
	font-family:'iransans'
}
.iconWrapper span:hover {
	color:maroon
}
.jjlead {
	padding:10px 0 10px 10px;
	color:#373737;
	font:14px/30px iransans
}
.newsNavanama .jjlead {
	color:#b9b9b9;
	font:13px/26px iransans
}
.newsPageContent {
	margin-bottom:20px
}
.newsNavanama .newsPageContent {
	margin-top:0
}
.newsHeaderImage img {
	width:100%;
	height:auto
}
.newsPageContent p {
	color:#3a3a3d
}
.jjnewsbody .body {
	font:13px/28px iransans
}
.newsNavanama .newsPageContent p {
	color:#b9b9b9
}
.newsNavanama .liveBlogbody {
	background-color:#1d1d1d
}
.newsFooter>div {
	padding:20px 0;
	border-top:1px solid #e5e5e5
}
.newsNavanama .newsFooter>div {
	border-top:1px solid #1f1f1f
}
.newsNavanama .send_error_bot {
	color:#929292
}
.NewsTagsBar,
.shareSection {
	display:flex;
	justify-content:space-between;
	align-items:center;
	text-align:right;
	color:#636363;
	font-family:Iransans
}
.newsNavanama .NewsTagsItems {
	border:1px dotted #6f6f6f;
	color:#929292 !important;
	font:12px/24px iransansbold
}
.newsNavanama .NewsTagsItems:hover {
	border:1px solid #1a4e7e
}
.NewsSocialIcons {
	display:flex
}
.news-bale:hover i:before {
	color:#49dbae
}
.news-eitaa:hover i:before {
	color:#ef7c00
}
.news-soroush:hover .path1:before {
	color:#186178
}
.news-telegram:hover i:before {
	color:#08c
}
.news-whatsapp:hover i:before {
	color:#40c351
}
.news-twitter:hover i:before {
	color:#1da1f2
}
.news-facebook:hover i:before {
	color:#3b579d
}
.likeNewsBtn {
	background:0 0;
	border:none;
	outline:none;
	font-size:18px
}
.likeNewsBtn i {
	color:#bd1128;
	font-size:18px
}
.relatedComments header span {
	background-color:#fff
}
.sendMessage {
	float:right;
	padding-left:8px
}
.NewsRelated {
	padding-right:8px
}
#comm_b {
	padding:0 !important
}
.relatedComments {
	padding:30px 0 20px;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5
}
.newsNavanama .relatedComments {
	border-bottom:1px solid #1f1f1f
}
@media only screen and (max-width:767.98px) {
	.relatedComments {
	display:flex;
	flex-direction:column-reverse
	}
}
.fansComments {
	padding-top:20px
}
.commentsStatics {
	display:inline-block;
	float:left;
	background-color:#fff;
	height:30px
}
.newsNavanama .commentsStatics {
	background-color:#2e2e2e
}
span.comments_topic_b {
	background-color:#fff
}
.newsNavanama span.comments_topic_b {
	background-color:#2e2e2e;
	color:#b7b7b7
}
.commentsStatics div {
	display:inline-block;
	font:11px/12px iransans;
	color:#393939;
	padding-left:10px;
	border-left:1px solid red
}
.commentsStatics div:last-child {
	border-left:none;
	padding-right:10px
}
.newsNavanama .commentsStatics div:last-child {
	border-left:none
}
.newsNavanama .commentsStatics div {
	color:#b1b1b1;
	border-left:1px solid #a9a9a9
}
.commentsStatics span {
	border:none;
	background-color:transparent;
	padding:0;
	margin:0;
	padding-right:10px
}
.fansComments .sectionHeader strong:before {
	bottom:1px !important
}
.commentInfo {
	width:100%;
	border-bottom:1px dotted grey
}
.commentInfo i {
	margin-top:4px
}
.commentInfo i:before {
	color:#8e8e8e;
	font-size:21px
}
.commentInfo div {
	display:flex
}
.commentInfo {
	display:flex;
	justify-content:space-between;
	padding:19px 0 15px
}
.comm_name {
	font:14px/28px iransansbold;
	padding:0 10px;
	border-left:1px solid #d7d7d7
}
.newsNavanama .comm_name {
	color:#bdbdbd;
	border-left:1px solid #454545
}
.comm_date {
	font:13px/29px iransans;
	color:grey;
	padding-left:10px
}
.newsNavanama .comm_date {
	font:13px/29px iransansbold;
	color:#a7a7a7
}
.commentS {
	padding:20px 0;
	color:#676767;
	font:14px/28px iransanslight;
	text-align:justify
}
.Internal {
	padding:20px 30px;
	color:#676767;
	font:14px/28px iransanslight;
	text-align:justify
}
.answerContent {
	padding-top:15px;
	color:#1b1b1b;
	font-family:iransanslight
}
.newsNavanama .answerContent {
	color:#b2b2b2
}
.comm_answer_content .commentS {
	background-color:#f3f3f3;
	margin-bottom:10px
}
.newsNavanama .comm_answer_content .commentS {
	background-color:#262626
}
.comm_answer_link .icon-replay {
	font:17px/34px iransans;
	display:flex
}
.newsNavanama .comm_answer_link .icon-replay {
	color:#9e9e9e
}
.tag_summerize.catSubTitle {
	padding:0
}
@media only screen and (max-width:767.98px) {
	.servicesNewsList>div {
	display:flex;
	flex-direction:column
	}
	.servicesNewsList img {
	float:right;
	width:200px;
	height:140px;
	margin-left:10px;
	margin-bottom:10px
	}
	.servicesNewsList .ServiceNoneNews {
	display:block !important
	}
}
.navanama .mainSection .container {
	background:#c2c2c2
}
.navanama .mainSection {
	background:#c2c2c2;
	direction:rtl;
	padding:20px 0
}
.navanamaTabs {
	background-color:#f1f1f1
}
.catTab {
	background-color:#fff;
	direction:rtl;
	margin:40px 0 20px;
	padding:0 28px;
	border-radius:5px;
	box-shadow:0 0 3px 0 #e2e4e9
}
.catTab li {
	display:inline-block;
	margin:0 15px
}
.catTab a {
	font:17px/50px iransansmedium;
	color:#6989ad
}
.catTab a:hover {
	color:#245683
}
.catTab .active {
	padding:10px 0;
	color:#205283
}
#media-category-home {
	background:#133759;
	border-radius:10px;
	width:66px;
	height:23px;
	display:block;
	color:#fff;
	padding:0;
	line-height:23px;
	text-align:center
}
@media screen and (min-width:1200px) {
	.mainSection .container,
	.navanamaTabs .container {
	max-width:1200px
	}
}
#owl-demo3 {
	padding:0
}
#headerLogo {
	height:50px;
	margin-right:0
}
.drp-nav>ul {
	margin-bottom:0
}
.drp-nav>ul>li {
	margin:0 0 50px 20px;
	padding-left:15px !important
}
@media (min-width:767.98px) {
	#services .Sectionflex {
	padding:0
	}
}
@media (max-width:767.98px) {
	.drp-nav>ul>li {
	margin:0
	}
	.drp-nav>ul>li>a {
	padding-top:15px !important
	}
}
@media (max-width:479.98px) {
	#headerLogo {
	width:60%;
	height:auto
	}
	.nav-option a {
	font-size:26px;
	padding:6px
	}
}
#navbar-drp {
	background-color:rgba(0,0,0,.4);
	height:200vh !important;
	padding:0
}
.drp-nav {
	background-color:#f0f8ff
}
#headerNav>.nav-option {
	margin-left:8px
}
.drp-nav>ul>li li>a {
	font:13px/24px iransans;
	padding-bottom:9px
}
#headerNav li.li_active span {
	color:#fff !important;
	background-color:#FC9900;
	border-radius:50px;
	padding:0 10px
}
.drp-nav>ul>li>a {
	font:14px/40px iransansbold;
	color:#545454;
	padding-top:50px
}
.drp-nav>ul>li:first-child .nav1 a {
	font:14px/23px iransansbold
}
.drp-nav>ul>li>a:hover {
	color:#000
}
.navbar-nav li ul {
	right:10px
}
.navbar-nav li ul li {
	font:14px/24px iransans;
	padding-bottom:8px;
	float:right;
	padding-top:8px;
	width:25%;
	padding-right:10px
}
.navbar-nav li ul li a {
	border-right:2px solid transparent
}
.navbar-nav li ul li a:hover {
	border-right:2px solid var(--footerUlsLine)
}
.coloredTitle {
	color:var(--hoverText)
}
ul.social-network {
	background-color:#fff;
	display:flex;
	flex-direction:column
}
.social-network-cover-controller>a {
	cursor:pointer;
	color:#737373
}
@media (min-width:767.98px) {
	#services .Sectionflex {
	padding:0
	}
}
@media (min-width:1200px) {
	#services .container {
	max-width:1200px
	}
	#headerNav {
	width:1200px
	}
	.navbar-nav>ul>li>a {
	font-size:14px
	}
}
.navbar-nav>ul>li:hover>a>span {
	color:#fff
}
.nav-option span {
	color:var(--topmenuIcons);
	font-size:21px;
	cursor:pointer;
	padding:10px
}
.nav-option a {
	color:var(--topmenuIcons);
	font-size:30px;
	margin-right:22px;
	cursor:pointer;
	padding:4px
}
.icon-menu_close:before {
	font-size:24px
}
.heroNews img {
	width:100%;
	height:393px
}
.homeHeroinstedOfImg {
	width:100%;
	height:430px;
	background-color:grey
}
.importantNewsCard {
	direction:ltr;
	display:block;
	overflow:hidden;
	margin-bottom:20px;
	width:100%
}
.importantNewsCard img {
	width:100%;
	height:130px
}
.mainNewsList {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	direction:rtl;
	max-height:317px;
	overflow-y:auto
}
@media only screen and (min-width:992px) and (max-width:1199.98px) {
	.heroNews img {
	width:100%;
	height:351px
	}
	.homeImportantInstedOfImg,
	.importantNewsCard img {
	width:100%;
	height:104px
	}
	.mainNewsListItems {
	padding:3px 0
	}
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
	.tripleNews {
	display:flex;
	flex-direction:row-reverse;
	margin-top:20px
	}
	.tripleNews>div {
	margin-left:20px;
	max-width:32%
	}
	.tripleNews>div:last-child {
	margin-left:0
	}
	.heroNews img {
	width:100%;
	height:500px
	}
	.homeImportantInstedOfImg,
	.importantNewsCard img {
	width:100%;
	height:157px
	}
	.mainNewsList {
	flex-direction:row;
	flex-wrap:wrap;
	padding-right:0
	}
}
@media only screen and (max-width:767.98px) {
	.tripleNews>div {
	margin:20px 0 !important
	}
	.heroNews img {
	width:100%;
	height:300px
	}
	.homeImportantInstedOfImg,
	.importantNewsCard img {
	width:100%;
	height:300px
	}
	.mainNewsList {
	flex-direction:row;
	flex-wrap:wrap;
	padding-right:0
	}
}
@media only screen and (max-width:479.98px) {
	.heroNews img,
	.homeImportantInstedOfImg,
	.importantNewsCard img {
	height:67vw
	}
}
.mostCardcontent .instedOfimg {
	height:100%
}
.mostCardcontent:hover .header a {
	color:var(--hoverText)
}
@media only screen and (min-width:992px) and (max-width:1199.98px) {
	.top-tab,
	.tab-time a {
	font:14px iransans
	}
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
	.Sectionflex,
	.mostAdv {
	display:block
	}
}
@media only screen and (max-width:359.98px) {
	.top-tab,
	.tab-time a {
	font:14px iransans
	}
}
.importantVideo .instedOfimg {
	height:134px
}
.icon-video1 {
	font-size:36px;
	color:#fff;
	opacity:60%
}
.importantVideo {
	padding-bottom:20px
}
.heroVideo {
	min-height:unset
}
.heroVideoContent img {
	width:100%
}
.heroVideoContent .videoRightLink {
	position:relative;
	display:block;
	max-height:186px;
	max-width:285px;
	margin:auto
}
.heroVideoContent .instedOfimg {
	height:186px
}
@media only screen and (min-width:992px) {
	.ViedoFlex {
	display:block
	}
}
@media only screen and (max-width:991.98px) {
	.ViedoFlex {
	display:flex
	}
}
@media only screen and (min-width:992px) and (max-width:1199.98px) {
	.importantVideo .instedOfimg {
	height:108px
	}
	.heroVideoContent .instedOfimg {
	height:247px
	}
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
	.heroVideo {
	margin-bottom:30px
	}
	.importantVideo .instedOfimg {
	height:243px
	}
	.importantVideo {
	margin-bottom:10px
	}
	.heroVideoContent .instedOfimg {
	height:500px
	}
	.videoList {
	display:flex
	}
}
@media only screen and (min-width:480px) and (max-width:767.98px) {
	.importantVideo .instedOfimg,
	.heroVideoContent .instedOfimg {
	height:300px
	}
	.heroVideo {
	margin-bottom:30px
	}
}
@media only screen and (max-width:479.98px) {
	.importantVideo .instedOfimg,
	.heroVideoContent .instedOfimg {
	height:67vw
	}
	.heroVideo {
	margin-bottom:30px
	}
}
.importantVideo img {
	height:auto
}
@media only screen and (min-width:992px) {
	.catNewsCard:nth-child(2) .catContent {
	height:283px;
	overflow:hidden
	}
}
.catContent article img {
	width:100%;
	height:100%
}
.catHeroNews .catContent {
	height:auto
}
.catNewsCard {
	min-height:unset
}
@media only screen and (min-width:992px) and (max-width:1199.98px) {
	.catHeroNews .catContent .instedOfimg,
	.catHeroNews .catContent img,
	.catNewsCard:nth-child(2) .catContent {
	height:226px
	}
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
	.catHeroNews .catContent .instedOfimg,
	.catHeroNews .catContent img {
	height:500px
	}
}
@media only screen and (min-width:480px) and (max-width:767.98px) {
	.catHeroNews .catContent .instedOfimg,
	.catHeroNews .catContent img {
	height:300px
	}
}
@media only screen and (max-width:479.98px) {
	.catHeroNews .catContent .instedOfimg,
	.catHeroNews .catContent img {
	height:67vw
	}
}
.sec3-box-circle {
	display:block;
	padding:10px 15px;
	min-height:100px
}
#headerNav {
	position:relative;
	height:71px;
	padding-left:3px
}
.main-header-search-part {
	position:absolute;
	left:36px;
	top:10px;
	display:flex;
	height:50px;
	width:851px
}
.main-header-search-part form[name=searchForm] {
	display:none;
	height:100%;
	width:300px;
}
.main-header-search-part .icon-search {
	position:absolute;
	left:24px;
	top:15px;
	cursor:pointer;
	align-self:center;
	font-size:22px;
	z-index:9
}
.active_search_form {
	display:block !important;
	transition:all 1s
}
.main-header-search-part-active .icon-search:before {
	color:#000 !important
}
.deacrive_search_form {
	display:none !important;
	transition:all 1s
}
.main-header-search-box {
	position:absolute;
	border:none;
	height:100%;
	width:100%;
	font:15px IRANSans;
	text-align:right;
	padding:0 20px 0 43px;
	background:var(--topmenuIcons);
	background:#f1f1f1;
	color:#000;
	border-radius:30px
}
input[type=search]::placeholder {
	color:#000
}
.main-header-search-part form {
	position:absolute;
	z-index: 9999;
	left: 60px;
}
.main-header-search-part::-webkit-input-placeholder {
	color:#e5d2d6
}
.main-header-search-part::-moz-placeholder {
	color:#e5d2d6;
	opacity:1
}
.main-header-search-part:-moz-placeholder {
	color:#e5d2d6;
	opacity:1
}
.main-header-search-part:-ms-input-placeholder {
	color:#e5d2d6
}
.main-header-search-part:-ms-input-placeholder {
	color:#e5d2d6
}
.main-header-search-part::placeholder {
	color:#e5d2d6
}
@media screen and (min-width:992px) and (max-width:1199.98px) {
	.main-header-search-part {
	width:calc(100% - 345px)
	}
}
@media screen and (min-width:768px) and (max-width:991.98px) {
	.main-header-search-part {
	width:400px;
	height:35px;
	top:17px;
	z-index:1
	}
	.navbar-nav,
	.active_search_form {
	display:none;
	!important
	}
	.navbar-nav.active_search_form {
	display:none !important
	}
	.main-header-search-part .icon-search {
	top:8px
	}
}
@media screen and (max-width:767.98px) {
	.main-header-search-part {
	width:92%;
	height:30px;
	z-index:1;
	margin:15px;
	position:unset
	}
	.navbar-nav.active_search_form {
	display:none !important
	}
	.main-header-search-part .icon-search {
	left:18px;
	top:23px
	}
	.main-header-search-box {
	height:40px;
	width:100%;
	float:left;
	background:#06D4C9
	}
}
.navbar-nav>ul>li {
	z-index:222
}
.nawanamaWrraper section {
	direction:rtl;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between
}
.nawanamaWrraper section:last-of-type {
	display:flex;
	flex-flow:row wrap;
	justify-content:flex-start
}
.nawanamaWrraper section:last-of-type article {
	margin-left:20px
}
.nawanamaWrraper section:last-of-type article:last-child {
	margin-left:0
}
.nawanamaWrraper article {
	width:23.75%;
	background-color:#fff;
	margin-bottom:20px;
	box-shadow:0 0 3px 0 #e2e4e9
}
.nawanamaWrraper .ServiceNoneNews {
	display:flex;
	flex-direction:column;
	padding:0
}
.nawanamaWrraper .ServiceNoneNews img {
	width:100%;
	height:auto
}
.nawanamaWrraper .CardContent,
.nawanamaWrraper .ServiceNoneNews:hover .CardContent {
	border:none;
	padding:10px 0
}
.nawanamaWrraper .CardContentRoTiter,
.nawanamaWrraper .CardContentNews,
.nawanamaWrraper .CardContent:after {
	display:none
}
.icon-video1 {
	height:auto !important
}
.CardContent {
	position:relative
}
.nawanamaWrraper .instedOfimg {
	width:100%;
	height:190px
}
.nawanamaWrraper .cat_list_pager {
	display:flex;
	justify-content:center
}
.cat_list_page {
	padding:10px 20px;
	margin:20px 0 40px;
	background-color:#fff;
	border-radius:6px;
	display:flex
}
.cat_list_page span,
.cat_list_page a {
	padding:0 10px;
	color:#7c7c7c;
	font:14px/20px Iransans
}
.cat_list_page span.current {
	color:#fff;
	font-weight:700;
	background:#133759;
	border-radius:9px;
	width:30px;
	text-align:center
}
.ServiceNoneContent .instedOfimg {
	width:580px;
	height:386px;
	border-radius:5px;
	background:#e7e7e7;
	display:block
}
.ServiceNoneContent span.icon-video1:before {
	content:''
}
.ServiceNoneContent .ServiceNoneNews img {
	height:auto;
	width:210px;
	float:right;
	margin-left:10px
}
.ServiceNoneContent .ServiceNoneNews {
	display:block
}
.ServiceNoneContent article {
	clear:both;
	margin-bottom:10px;
	border-bottom:1px solid #d1d1d1
}
.ServiceNoneContent article:hover {
	border-color:var(--hoverText)
}
.ServiceNoneContent .CardContent {
	display:inline;
	position:absolute;
	z-index:100;
	width:100%;
	bottom:0;
	background:#020024;
	background:linear-gradient(0deg,rgba(2,0,36,.8939775739397321) 0%,rgba(0,0,0,.5410363974691439) 72%,rgba(0,0,0,0) 100%);
	border-radius:0 0 7px 7px;
	padding-bottom:15px
}
.ServiceNoneContent .ServiceNoneNews:after {
	clear:both;
	content:'';
	display:table
}
.ServiceNoneContent .CardContentNews {
	padding:5px 20px 10px
}
@media screen and (min-width:320px) and (max-width:767.98px) {
	.nawanamaWrraper article {
	width:calc(50% - 10px)
	}
	.nawanamaWrraper section:last-of-type article:nth-child(2n+1) {
	margin-left:20px
	}
	.nawanamaWrraper section:last-of-type article:nth-child(2n) {
	margin-left:0
	}
	.navanama .nawanamaWrraper .instedOfimg {
	height:143px
	}
}
@media screen and (min-width:320px) and (max-width:479.98px) {
	.navanama .nawanamaWrraper .instedOfimg {
	height:31vw
	}
}
@media screen and (max-width:319.98px) {
	.nawanamaWrraper article {
	width:100%
	}
	.nawanamaWrraper section:last-of-type article {
	margin-left:0
	}
	.navanama .nawanamaWrraper .instedOfimg {
	height:65vw
	}
}
.navanama .item .instedOfimg,
.navanama .item img {
	height:394px
}
.navanama .serviceimportantNewsRow .instedOfimg,
.navanama .serviceimportantNewsRow img {
	height:258px
}
@media only screen and (min-width:992px) and (max-width:1199.98px) {
	.navanama .item .instedOfimg,
	.navanama .item img {
	height:317px
	}
	.navanama .serviceimportantNewsRow .instedOfimg,
	.navanama .serviceimportantNewsRow img {
	height:207px
	}
	.navanama .nawanamaWrraper .instedOfimg {
	height:151px
	}
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
	.navanama .item .instedOfimg,
	.navanama .item img {
	height:243px
	}
	.navanama .serviceimportantNewsRow .instedOfimg,
	.navanama .serviceimportantNewsRow img {
	height:158px
	}
	.navanama .nawanamaWrraper .instedOfimg {
	height:115px
	}
}
@media only screen and (max-width:767.98px) {
	.navanama .item .instedOfimg,
	.navanama .item img {
	height:300px
	}
	.mainSection>div>div {
	padding:0 !important
	}
	.importantNewsCardRow:nth-child(2n) .red {
	right:0
	}
	.mainSection .over {
	width:100%
	}
	.navanama .serviceSectionWrapper {
	margin-bottom:20px
	}
	.navanama .serviceimportantNews img,
	.navanama .serviceimportantNews .red,
	.navanama .importantNewsCardRow img,
	.navanama .importantNewsCardRow .red {
	display:block
	}
}
@media only screen and (max-width:479.98px) {
	.navanama .item .instedOfimg,
	.navanama .item img {
	height:67vw
	}
}
@media only screen and (max-width:479.98px) {
	.serviceimportantNewsCard .over h3:hover,
	.importantNewsCardRow .over h3:hover {
	border-right:1px solid var(--footerUlsLine);
	color:var(--footerUlsLine)
	}
	.serviceimportantNews .over,
	.serviceimportantNews .over:hover,
	.importantNewsCardRow .over,
	.importantNewsCardRow .over:hover {
	border-bottom:none;
	position:absolute;
	display:flex
	}
	.navanama .over {
	background:linear-gradient(to top,var(--over),rgba(0,0,0,0) 100%)
	}
	.navanama .over:hover {
	background:linear-gradient(to top,var(--overhover),rgba(0,0,0,0) 100%)
	}
	.serviceimportantNews .over h3 a,
	.importantNewsCardRow .over h3 a {
	border-right:none;
	font:15px/30px iransansbold;
	color:#fff
	}
}
.tabbar-section {
	display:block
}
.serviceheroNews {
	margin-bottom:0
}
.serviceHeroWrapper {
	margin-bottom:20px
}
.serviceheroNews {
	direction:ltr
}
.serviceheroNews .instedOfimg,
.serviceheroNews img {
	height:520px
}
.serviceimportantNewsCard .instedOfimg,
.serviceimportantNewsCard img {
	height:267px
}
@media only screen and (min-width:992px) and (max-width:1199.98px) {
	.serviceheroNews .instedOfimg,
	.serviceheroNews img {
	height:432px
	}
	.serviceimportantNewsCard .instedOfimg,
	.serviceimportantNewsCard img {
	height:206px
	}
	.serviceheroNews .over {
	width:calc(100% - 20px)
	}
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
	.serviceheroNews .instedOfimg,
	.serviceheroNews img {
	height:340px
	}
	.serviceimportantNewsCard .instedOfimg,
	.serviceimportantNewsCard img {
	height:160px
	}
	.serviceheroNews .over {
	width:calc(100% - 20px)
	}
}
@media only screen and (min-width:480px) and (max-width:767.98px) {
	.serviceheroNews .instedOfimg,
	.serviceheroNews img {
	height:300px
	}
	.serviceimportantNewsCard .instedOfimg,
	.serviceimportantNewsCard img {
	height:143px
	}
	.serviceimportantNews {
	flex-direction:row
	}
	.general .serviceimportantNewsCard {
	width:50%;
	margin:0 0 20px !important
	}
	.general .serviceimportantNewsRow {
	display:flex;
	flex-direction:row
	}
	.serviceimportantNewsRow img {
	height:160px
	}
	.general .mainSection .importantNewsCard:nth-child(2n+1) {
	padding-left:10px !important
	}
	.general .mainSection .importantNewsCard:nth-child(2n) {
	padding-right:10px !important
	}
	.general .mainSection .importantNewsCard:nth-child(2n) .over {
	width:calc(100% - 10px)
	}
	.general .mainSection .importantNewsCard:nth-child(2n) .red {
	right:10px
	}
	.general .mainSection .importantNewsCard:nth-child(3),
	.general .mainSection .importantNewsCard:nth-child(4) {
	margin-bottom:0
	}
}
@media only screen and (max-width:479.98px) {
	.serviceheroNews .instedOfimg,
	.serviceheroNews img {
	height:65vw
	}
	.serviceimportantNews .imgLink,
	.serviceimportantNews .red,
	.importantNewsCardRow .imgLink,
	.importantNewsCardRow .red {
	display:none
	}
	.serviceSectionWrapper,
	.serviceimportantNewsRow {
	padding:0 20px
	}
	.importantNewsCard {
	margin-bottom:0
	}
	.serviceimportantNewsCard .over h3:hover,
	.importantNewsCardRow .over h3:hover {
	border-right:1px solid var(--hoverText)
	}
	.serviceimportantNews .over,
	.serviceimportantNews .over:hover,
	.importantNewsCardRow .over,
	.importantNewsCardRow .over:hover {
	display:block;
	padding:10px 0;
	border-bottom:1px solid #a9a9a9;
	background-image:none;
	position:relative
	}
	.serviceimportantNews .over h3 a,
	.importantNewsCardRow .over h3 a {
	color:#1c1c1c;
	font:14px/28px iransans
	}
	.serviceimportantNews .over h3 a:hover,
	.importantNewsCardRow .over h3 a:hover {
	color:var(--hoverText)
	}
}
.general .serviceimportantNewsRow {
	display:flex;
	flex-flow:row wrap;
	justify-content:flex-start
}
.general .serviceimportantNewsRow .importantNewsCardRow {
	margin-left:20px;
	width:calc(25% - 15px);
	margin-bottom:0
}
.general .serviceimportantNewsRow .importantNewsCardRow:last-child {
	margin-left:0
}
.general .serviceimportantNewsRow .importantNewsCardRow img,
.general .serviceimportantNewsRow .importantNewsCardRow .instedOfimg {
	height:190px
}
@media only screen and (min-width:992px) and (max-width:1199.98px) {
	.general .serviceimportantNewsRow .importantNewsCardRow img,
	.general .serviceimportantNewsRow .importantNewsCardRow .instedOfimg {
	height:152px
	}
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
	.general .serviceimportantNewsRow .importantNewsCardRow img,
	.general .serviceimportantNewsRow .importantNewsCardRow .instedOfimg {
	height:117px
	}
}
@media only screen and (min-width:480px) and (max-width:767.98px) {
	.general .serviceimportantNewsRow .importantNewsCardRow {
	width:calc(50% - 10px);
	margin-left:0;
	margin-bottom:20px
	}
	.general .serviceimportantNewsRow .importantNewsCardRow img,
	.general .serviceimportantNewsRow .importantNewsCardRow .instedOfimg {
	height:143px
	}
}
@media only screen and (max-width:479.98px) {
	.general .serviceimportantNewsRow .importantNewsCardRow {
	width:100%;
	margin-bottom:0
	}
}
.familyCards .instedOfimg {
	width:100%;
	height:250px
}
.ServiceNewsCard {
	width:calc(100%/3 - 40px/3);
	max-width:unset
}
.catContent article img {
	max-height:unset
}
.ServiceNewsCard .catContent {
	height:auto !important
}
.ServiceNewsList h3 {
	display:flex;
	align-items:center;
	height:auto;
	min-height:50px
}
@media only screen and (max-width:767.98px) {
	.ServiceNewsCard {
	width:100%
	}
	.familyCards .instedOfimg {
	height:300px
	}
}
@media only screen and (max-width:479.98px) {
	.familyCards .instedOfimg {
	height:65vw
	}
}
@media only screen and (min-width:320px) and (max-width:479.98px) {
	.ServiceNewsCard {
	padding:0 10px !important
	}
}
.SErviceFlexWrapper {
	max-height:unset
}
.CookingImportant .importantNews {
	height:auto
}
.CookingList.mainNewsList {
	display:block
}
.scrollbar a:hover {
	color:var(--hoverText)
}
.atags .instedOfimg {
	height:316px
}
.atags {
	height:auto !important
}
.atags .header:hover:before,
.titr a:hover {
	color:var(--hoverText)
}
.importantNewsCard.GS .instedOfimg {
	height:149px
}
.coloredTitle {
	color:var(--hoverText) !important
}
@media only screen and (min-width:992px) and (max-width:1199.98px) {
	.atags .instedOfimg {
	height:254px
	}
	.importantNewsCard.GS .instedOfimg {
	height:119px
	}
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
	.atags .instedOfimg {
	height:333px
	}
	.importantNewsCard.GS .instedOfimg {
	height:243px
	}
}
@media only screen and (min-width:480px) and (max-width:767.98px) {
	.atags .instedOfimg {
	height:300px
	}
	.importantNewsCard.GS .instedOfimg {
	height:300px
	}
}
@media only screen and (max-width:479.98px) {
	.atags .instedOfimg,
	.importantNewsCard.GS .instedOfimg {
	height:65vw
	}
}
@media only screen and (min-width:992px) and (max-width:1199.98px) {
	.HealthHero .instedOfimg,
	.HealthHero img {
	height:317px
	}
	.sec-4-justForClient .imgLink .instedOfimg,
	.sec-4-justForClient .imgLink img {
	height:149px
	}
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
	.HealthHero .instedOfimg,
	.HealthHero img {
	height:245px
	}
	.sec-4-justForClient .imgLink .instedOfimg,
	.sec-4-justForClient .imgLink img {
	height:113px
	}
}
@media only screen and (min-width:480px) and (max-width:767.98px) {
	.HealthHero .instedOfimg,
	.HealthHero img {
	height:300px
	}
	.sec-4-justForClient .imgLink .instedOfimg,
	.sec-4-justForClient .imgLink img {
	height:143px
	}
}
@media only screen and (max-width:479.98px) {
	.HealthHero .instedOfimg,
	.HealthHero img {
	height:65vw
	}
	.sec-4-justForClient .imgLink .instedOfimg {
	display:none
	}
	.sec-4-justForClient .over {
	position:relative;
	background:0 0;
	padding:16px 0
	}
	.sec-4-justForClient .over:hover {
	background:0 0
	}
	.sec-4-justForClient .over h3 a {
	color:#1c1c1c
	}
	.sec-4-justForClient .over a:hover {
	color:var(--hoverText)
	}
	.sec-4-justForClient .over h3:hover {
	border-right:2px solid var(--hoverText)
	}
}
.VerseMD img {
	height:100%
}
@media only screen and (min-width:992px) and (max-width:1199.98px) {
	.therapyHeroContent .instedOfimg,
	.therapyHeroContent img {
	height:251px
	}
	.VerseMD .instedOfimg {
	height:119px
	}
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
	.therapyHeroContent .instedOfimg,
	.therapyHeroContent img {
	height:500px
	}
	.VerseMD .instedOfimg {
	width:200px;
	height:133px
	}
}
@media only screen and (min-width:480px) and (max-width:767.98px) {
	.therapyHeroContent .instedOfimg,
	.therapyHeroContent img {
	height:300px
	}
	.VerseMD .instedOfimg {
	width:200px;
	height:133px
	}
}
@media only screen and (max-width:479.98px) {
	.therapyHeroContent .instedOfimg,
	.therapyHeroContent img {
	height:65vw
	}
	.therapyCardMD article {
	flex-direction:column
	}
	.VerseMD .instedOfimg {
	width:200px;
	height:133px
	}
	.VerseMD .instedOfimg,
	.VerseMD img {
	margin-right:calc((100% - 200px)/2)
	}
	.therapyCardBody .sec3-titr:before {
	content:''
	}
	.therapyCardBody {
	padding-bottom:20px
	}
}
.serviceSectionWrapper,
.serviceimportantNewsRow {
	display:block;
	direction:rtl
}
.navanama .serviceSectionWrapper {
	margin-bottom:16px
}
.navanama .serviceSectionWrapper .importantNewsCard {
	width:calc(50% - 10px);
	margin:0 0 0 16px;
	padding:0;
	display:inline-block
}
.navanama .serviceSectionWrapper .importantNewsCard:last-child,
.navanama .serviceimportantNewsRow .importantNewsCard:last-child {
	margin-left:0
}
.navanama .serviceimportantNewsRow .importantNewsCard {
	width:calc(100%/3 - 40px/3);
	margin:0 0 0 20px;
	padding:0;
	display:inline-block;
	float:right
}
@media only screen and (max-width:767.98px) {
	.navanama .serviceSectionWrapper .importantNewsCard {
	width:100%
	}
	.navanama .serviceimportantNewsRow .importantNewsCard {
	width:100%
	}
	.navanama .mainSection .importantNewsCard {
	margin-bottom:20px
	}
	.navanama .serviceimportantNewsRow .importantNewsCard:last-child {
	margin-bottom:0
	}
	.navanama .serviceSectionWrapper {
	margin-bottom:0
	}
}
@media only screen and (max-width:479.98px) {
	.navanama .mainSection .imgLink,
	.navanama .mainSection .red {
	display:block
	}
	.navanama .mainSection .over h3:hover,
	.navanama .mainSection .over h3 {
	border-right:none
	}
	.navanama .mainSection .over {
	padding:0;
	border-bottom:none;
	position:absolute;
	text-align:center;
	bottom:0;
	color:#fff;
	display:flex;
	flex-direction:row-reverse;
	width:100%;
	height:100%;
	background:linear-gradient(to top,var(--over),rgba(0,0,0,0) 100%)
	}
	.navanama .mainSection .over:hover {
	color:#fff;
	background:linear-gradient(to top,var(--overhover),rgba(0,0,0,0) 100%)
	}
	.navanama .mainSection .red {
	position:absolute;
	bottom:0;
	right:0;
	background-color:var(--dotRed);
	width:10px;
	height:10px
	}
	.navanama .mainSection .over h3 a,
	.navanama .mainSection .over h3 a:hover {
	font:15px/30px iransansbold;
	color:#fff
	}
	.navanama .mainSection .over h3 {
	padding:15px 15px 10px 5px
	}
}
.ServicesectionHeader {
	display:none
}
#headerNav svg {
	fill:#fff;
	width:268px;
	height:100%;
	flex-shrink:0
}
.innerpageHeader {
	border-left:1px solid var(--pipe)
}
.innerpageHeader strong {
	background-color:#fff;
	font:19px/15px iransansbold
}
.newsNavanama .innerpageHeader strong {
	background-color:#2f2f2f
}
.innerpageHeader .endpipe {
	float:left;
	width:10px;
	height:27px;
	background-color:#fff
}
@media only screen and (max-width:767.98px) {
	.NewsRelated {
	margin-bottom:20px
	}
}
.general .heroNews .over h2 a {
	font:21px/40px iransansbold
}
.general .serviceimportantNewsCard .over h3 a {
	font:17px/27px Iransansbold;
	padding-bottom:5px
}
.general .importantNewsCardRow .over h3 a {
	font:16px/24px iransansbold
}
.general .importantNewsCardRow {
	overflow:hidden
}
.general .HealthHeroNews .over h3 a,
.general .lifeHeroNews .over h3 a {
	font:18px/34px iransansbold
}
.general .lifeHeroNewsContent h3 {
	padding:15px 20px 15px 5px
}
.general .therapyHeroContent .over h3 a {
	font:18px/25px iransansbold
}
div.pagination {
	padding:10px 20px;
	margin:20px 0 40px;
	background-color:#fff;
	border-radius:6px;
	display:block;
	margin-right:auto !important;
	margin-left:auto !important
}
div.pagination a,
div.pagination span.current {
	padding:0 10px;
	color:#7c7c7c;
	font:14px/20px Iransans
}
div.pagination span.current {
	color:var(--topmenuBG) !important;
	font-weight:700
}
.jj404 {
	padding:100px 0;
	text-align:center;
	font:30px/50px iransansbold;
	color:#c1222a
}
.sec-4-justForClient .over h3 a {
	font:16px/24px iransansbold
}
.short_link_news label {
	font:14px/24px Iransans
}
.my_nav_container3 button {
	transform:rotate(90deg);
	background:0 0;
	border:none;
	outline:none
}
.my_nav_container3 .owl-prev {
	position:absolute;
	top:45%;
	right:0
}
.my_nav_container3 .owl-next {
	position:absolute;
	top:45%;
	left:0
}
.album_list_desc {
	font:11px/20px iransans;
	padding:5px 10px;
	direction:rtl
}
.newsNavanama .album_list_desc {
	font:12px/24px iransans;
	color:#b0b0b0
}
.album_list_desc:before {
	content:'';
	margin-left:10px;
	display:inline-block;
	width:0;
	height:0;
	border-style:solid;
	border-width:4px 8px 4px 0;
	border-color:transparent var(--hoverText) transparent transparent;
	margin-top:10px
}
.comm_answer_link span {
	font:14px/42px iransans
}
@media only screen and (max-width:767.98px) {
	.innerpageHeader {
	border-left:1px;
	border-left-style:solid;
	border-image:linear-gradient(to bottom,var(--pipe) 0%,var(--pipe) 28px,transparent 28px);
	border-image-slice:1
	}
	.shareSection {
	display:flex;
	flex-direction:column
	}
	.shareSection>div {
	margin-bottom:20px
	}
	.NewsTagsBar {
	display:flex;
	flex-direction:column
	}
}
.pollHeader strong {
	background-color:#f2f2f2
}
.l_box .innerpageHeader {
	border-left:none
}
.panel_left.pollCont.col_cont {
	padding:10px 15px;
	color:var(--lid);
	font:14px/28px iransans
}
.poll_title {
	font-family:iransansmedium
}
.poll_option {
	display:flex;
	flex-direction:column;
	width:100%;
	direction:rtl
}
.poll_option input.checkbox {
	display:inline-block;
	margin-left:10px;
	margin-right:0
}
#headerNav svg {
	margin-left:15px
}
@media (max-width:991.98px) {
	#headerNav svg {
	width:276px
	}
}
@media (max-width:479.98px) {
	.top-bar-logo .hero svg {
	width:78px
	}
	a.barLinkLogo {
	padding-top:3px;
	font-size:20px
	}
	#headerNav svg {
	width:62%
	}
	.ServiceNoneHeroContent {
	flex-direction:column
	}
	.ServiceNoneHeroContent a {
	width:100%
	}
	.heroCardContent,
	.ServiceNoneImportantBox article {
	width:100%
	}
	.ServiceNoneImportantBox {
	flex-direction:column
	}
	.ServiceNoneImportantBox article {
	margin-left:0 !important;
	margin-right:0 !important
	}
}
.ServiceNoneImportantBox article {
	margin-bottom:0
}
@media (min-width:480px) and (max-width:767.98px) {
	.ServiceNoneImportant .imgLink {
	width:100%;
	padding-left:0
	}
	.ServiceNoneImportant .instedOfimg {
	width:100% !important;
	height:143px !important
	}
}
@media (max-width:479.98px) {
	.ServiceNoneImportant .imgLink {
	width:165px
	}
}
.navanama .serviceSectionWrapper .over h3 {
	padding:15px 20px 19px 5px
}
.navanama .serviceSectionWrapper .over h3 a {
	font:18px/33px iransansbold
}
.jjTicker.container {
	direction:rtl;
	background-color:transparent;
	height:30px;
	margin-top:10px;
	overflow:hidden
}
.home_tele {
	width:100%
}
.ticker_container {
	height:30px;
	overflow:hidden
}
.pipe span {
	background-color:#f2f2f2
}
.innerpageHeader.pipe span {
	background-color:#fff
}
.newsNavanama .innerpageHeader.pipe span {
	background-color:#2f2f2f
}
#ticker-swipe {
	display:none
}
.newsNavanama .relatedComments header strong {
	background-color:#2e2e2e;
	color:#b6b6b6
}
.txt_adv_content a {
	font:13px/26px iransanslight;
	color:#000;
	text-align:center
}
.txt_adv_content .item {
	font:13px/26px Iransans;
	color:#3a3a3d;
	text-align:justify;
	background:#fff;
	border:1px solid transparent;
	padding:5px
}
.txt_adv_content a:hover {
	color:var(--hoverText)
}
.txt_adv_text {
	font:12px/20px iransans;
	color:#3a3a3d;
	text-align:justify
}
.txt_adv_content {
	padding:5px
}
.txt_adv_container {
	padding:0 10px 10px;
	overflow:hidden
}
@media (max-width:991.98px) {
	.drp-nav>ul>li>a {
	font:14px/40px iransansbold;
	color:#545454;
	padding-top:25px
	}
}
.heroVideoContent .videoRightLink .icon-video1 {
	color:var(--hoverText)
}
.catContent .over h2 {
	padding:15px 21px 20px 10px
}
.catContent .over h2 a {
	font:18px/31px iransansbold
}
.poll_text_result_style.center-text {
	font:16px/26px iransans;
	text-align:justify;
	color:var(--lid)
}
.poll_form_c .poll_button {
	font:16px/26px iransans;
	padding-top:5px
}
::-webkit-scrollbar {
	width:6px
}
::-webkit-scrollbar-track {
	background:#e8e8e8
}
::-webkit-scrollbar-thumb {
	background:#c3c4c4
}
::-webkit-scrollbar-thumb:hover {
	background:#bfbfbf
}
.NewsPager {
	display:flex;
	justify-content:center
}
.loadMore {
	display:block
}
.loadMore~div {
	display:none;
	background-color:red
}
.fixed #headerNav {
	height:46px
}
.fixed #headerNav svg {
	width:162px
}
.fixed .main-header-search-part .icon-search {
	left:18px;
	top:3px
}
.fixed .navbar-nav>ul {
	height:46px;
	line-height:46px
}
.fixed .icon-menu:before {
	font-size:25px
}
.fixed .main-header-search-part {
	top:9px;
	height:30px;
	left:25px
}
.fixed .main-header-search-part form[name=searchForm] {
	margin-left:10px
}
.fixed .icon-search:before {
	font-size:17px
}
section.ServiceNoneLaitesNews.special-news-services-parent {
	background:#fff;
	margin-bottom:20px;
	padding-bottom:100px;
	position:relative
}
.loadMore {
	position:absolute;
	bottom:40px;
	display:flex;
	justify-content:center;
	width:100%
}
.loadMore a {
	font:14px/30px iransansmedium;
	background-color:#f2f2f2;
	border-radius:6px;
	padding:0 25px
}
.ServiceNoneLaitesNews .cat_list_page {
	position:absolute
}
.textAbout {
	color:#4c4c4c;
	font:14px/28px iransanslight;
	text-align:justify
}
.NewsTags span {
	font:14px/28px iransans
}
.newsNavanama .video-js {
	width:100%;
	height:400px
}
.newsNavanama .commentS {
	color:#a7a7a7
}
.newsNavanama .grid_parent {
	background-color:#fff
}
@media (max-width:992px) {
	.newsNavanama .jjnewsbodyWrraper {
	padding:0
	}
}
.text-muted {
	color:#5b5b5b
}
.drp-nav {
	height:350px;
	overflow-y:scroll
}
.logoLink {
	width:100%;
	max-width:268px;
	height:70px
}
.fixed .logoLink {
	height:46px
}
.drp-nav {
	height:366px;
	overflow-y:scroll
}
.body img {
	max-width:100%;
	height:auto
}
.body table {
	max-width:100%
}
.innerjjquote {
	text-align:center;
	color:var(--hoverText)
}
.news-author-name {
	font:15px/26px iransansmedium;
	color:#3c3c3c;
	margin-right:15px
}
.news-author-img {
	width:45px;
	height:45px;
	border-radius:50px;
	overflow:hidden
}
.news-author-img img {
	width:100%;
	height:100%
}
.info-author {
	display:flex;
	align-items:baseline;
	width:50%;
	padding:10px 0;
	border-top:1px dotted #333
}
.fixed .navbar-nav>ul>li:hover>a>span {
	padding-bottom:3px;
	border-bottom-width:6px
}
.ServiceNoneLaitesNews .archive_form {
	margin-bottom:20px;
	direction:rtl
}
.mainNewsList {
	max-height:unset;
	overflow:visible
}
.mainNewsListItems h3:hover a {
	color:var(--hoverText)
}
.fixed .navbar-nav>ul>li:hover>a {
	border-image:linear-gradient(to bottom,transparent 0%,transparent 14px,var(--topmenuBorders) 14px,var(--topmenuBorders) calc(100% - 12px),transparent calc(100% - 12px))
}
ul.li_active li:first-child a span {
	color:#fff !important
}
.heroNewsContent:hover .over,
.heroNews:hover .over,
.importantNewsCard:hover .over,
.catContent:hover .over {
	color:#fff;
	background:linear-gradient(to top,rgb(6, 212, 201),rgba(0,0,0,0) 100%);
}
@media only screen and (min-width:992px) and (max-width:1199.98px) {
	.CookingList.mainNewsList {
	max-height:254px
	}
}
.mob-menu .navbar-nav>li {
	background:0 0 !important
}
.nav>li {
	position:relative;
	display:block
}
.mobile_serch {
	padding:10px 20px
}
li {
	list-style:none
}
.mobile_serch>div {
	border:0;
	background:#06D4C9 !important;
	border-radius:3px !important;
	color:#fff
}
@media only screen and (max-width:767px) {
	.menu-search-box {
	overflow:hidden
	}
}
@media only screen and (max-width:1199px) {
	.menu-search-box {
	padding-left:6px
	}
}
.menu-search-box {
	margin-top:15px;
	padding-left:8px
}
@media only screen and (max-width:767px) {
	.menu-search-box form {
	width:100%;
	height:39px
	}
}
@media only screen and (max-width:767px) {
	.menu-search-box form input {
	border:0;
	box-shadow:none;
	width:calc(100% - 40px);
	height:39px;
	color:#575757;
	font:13px/39px iransans;
	float:right;
	background:0 0;
	padding-right:9px;
	overflow:hidden
	}
}
.mobile_serch>div input {
	color:#fff !important;
	font-size:15px !important
}
@media only screen and (max-width:767px) {
	.menu-search-box form .search-a {
	width:39px;
	height:39px;
	line-height:43px;
	text-align:center;
	color:#068278;
	display:block;
	float:left;
	font-size:15px;
	position:relative;
	transform:rotateY(180deg)
	}
}
.mobile_serch>div a {
	color:#fff !important
}
.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
}
@media only screen and (max-width:767px) {
	.menu-search-box form .search-a {
	width:39px;
	height:39px;
	line-height:43px;
	text-align:center;
	color:#068278;
	display:block;
	float:left;
	font-size:15px;
	position:relative;
	transform:rotateY(180deg)
	}
}
.mobile_serch>div a {
	color:#fff !important
}
.icon-search:before {
	content:"\e90b";
	color:var(--topmenuIcons);
	font-size:22px
}
.ic {
	position:absolute;
	top:6px;
	left:14px
}
.ServiceNoneHeroContent {
	display:block;
	clear:both;
	position:relative
}
.ServiceNoneHeroContent .heroCardContent {
	display:inline;
	position:absolute;
	z-index:100;
	width:100%;
	bottom:-1px;
	background:#020024;
	background:linear-gradient(0deg,rgba(2,0,36,.8939775739397321) 0%,rgba(0,0,0,.5410363974691439) 72%,rgba(0,0,0,0) 100%);
	border-radius:0 0 7px 7px
}
@-moz-document url-prefix() {
	.ServiceNoneHeroContent .heroCardContent:after,
	.ServiceNoneNews .CardContent:after {
	top:13px
	}
}
@media only screen and (max-width:479.98px) {
	.ServiceNoneContent .imgLink {
	display:block;
	margin:10px auto;
	max-width:210px;
	float:unset
	}
	.ServiceNoneHeroContent .imgLink {
	max-width:unset;
	margin:0;
	float:unset
	}
	.ServiceNoneHeroContent img {
	padding:0
	}
	.ServiceNoneHeroContent .heroCardContent:after {
	right:0
	}
	.ServiceNoneContent .ServiceNoneNews img {
	float:unset
	}
	.ServiceNoneNews .CardContent:after {
	display:none
	}
}
ear_news .title5 .titlee {
	font:14px/24px Iransans
}
.t_l_content .linear_news {
	position:relative
}
.t_l_content .linear_news .title5:before {
	content:'';
	display:inline-block;
	position:absolute;
	right:2px;
	width:6px;
	height:6px;
	top:10px;
	background-color:#000
}
.linear_news .Htags .title5 {
	font:13px/22px iransans;
	position:relative;
	padding-right:20px
}
@media only screen and (max-width:479.98px) {
	.lifeHeroNewsContent .Red {
	display:none
	}
	.lifeImportantNews .importantNewsCard:hover .over,
	.HealthCards .importantNewsCard:hover .over,
	.lifeHeroNews .importantNewsCard:hover .over {
	background:0 0
	}
}
@media only screen and (min-width:992px) {
	.home .mostSection .Sectionflex {
	display:block
	}
}
.headingTags {
	display:inline;
	font:19px/15px iransansbold
}
.headingTags .headingTagsLink {
	font:19px/15px iransansbold;
	color:#000;
	background-color:transparent;
	float:unset;
	border:none;
	margin:0;
	padding:0
}
.innerpageHeader {
	direction:rtl
}
#services .ServiceNoneLaitesNews {
	padding-bottom:100px;
	width:100%;
	position:relative;
	background:#fff;
	border-radius:5px;
	overflow:hidden
}
.manual_paged_service .each_manual_paged_news {
	display:block;
	background:#fff;
	direction:rtl;
	padding-right:15px;
	padding-top:15px
}
.mrg_btm_2 {
	clear:both;
	margin-bottom:10px;
	border-bottom:1px solid #d1d1d1
}
.mrg_btm_2:hover {
	border-color:var(--hoverText)
}
.manual_paged_service .each_manual_paged_news .picLink {
	display:inline-block;
	float:right;
	z-index:1
}
.manual_paged_service .each_manual_paged_news .picLink img {
	width:170px;
	float:right;
	margin-left:10px;
	height:113px;
	border-radius:5px
}
.manual_paged_service .each_manual_paged_news .news_rutitr {
	font:13px/25px iransans;
	color:var(--rutitr);
	padding:0 20px 0;
	text-align:justify
}
.manual_paged_service .each_manual_paged_news .Htags {
	padding-left:15px
}
.manual_paged_service .each_manual_paged_news .Htags .news_title {
	font:17px/25px iransansbold;
	text-align:justify;
	color:#000
}
.manual_paged_service .each_manual_paged_news .Htags .news_title:hover {
	color:var(--hoverText)
}
.manual_paged_service .each_manual_paged_news .news_subtitle {
	font:14px/21px iransans;
	color:var(--description);
	padding:5px 20px 5px;
	text-align:justify
}
@media only screen and (min-width:320px) and (max-width:479px) {
	.manual_paged_service .each_manual_paged_news .picLink:after {
	display:none
	}
	.manual_paged_service .each_manual_paged_news .picLink img {
	height:auto;
	width:210px;
	margin:0 auto;
	float:unset
	}
	.manual_paged_service .each_manual_paged_news .picLink {
	display:block;
	float:unset;
	padding-top:10px
	}
	.manual_paged_service .each_manual_paged_news .Htags {
	padding-right:15px;
	padding-bottom:5px
	}
	.manual_paged_service .each_manual_paged_news .Htags .news_title {
	font:15px/20px iransansbold;
	text-align:justify
	}
}
.panel_tele {
	background:#feffff;
	background:-moz-linear-gradient(top,rgba(254,255,255,1) 0%,rgba(254,255,255,1) 48%,rgba(239,239,239,1) 100%);
	background:-webkit-linear-gradient(top,rgba(254,255,255,1) 0%,rgba(254,255,255,1) 48%,rgba(239,239,239,1) 100%);
	background:linear-gradient(to bottom,rgba(254,255,255,1) 0%,rgba(254,255,255,1) 48%,rgba(239,239,239,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff',endColorstr='#efefef',GradientType=0);
	border:1px solid #e6e6e6;
	border-radius:4px;
	margin-bottom:5px;
	height:30px;
	overflow:hidden;
	padding-right:5px
}
.panel_tele .fr-angle-left {
	display:block;
	float:right;
	color:#b21111;
	font-size:1.2em;
	line-height:30px;
	padding-right:2px
}
#ticker-wrapper.has-js {
	width:97%;
	height:30px;
	font:11px tahoma;
	line-height:21px;
	color:#b62934;
	float:right;
	direction:rtl
}
.js-hidden {
	display:none
}
#ticker-wrapper * {
	margin:0
}
#ticker {
	width:100%;
	height:30px;
	display:block;
	float:right;
	position:relative;
	overflow:hidden
}
#ticker-title {
	width:9px;
	height:30px;
	display:block;
	float:right;
	padding-right:0
}
#ticker-content {
	margin:0;
	float:right;
	position:absolute
}
#ticker-content a {
	font:13px/22px 'iransansbold';
	color:#b62934
}
#ticker-swipe {
	background:linear-gradient(to bottom,rgba(254,255,255,1) 0%,rgba(254,255,255,1) 48%,rgba(239,239,239,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff',endColorstr='#efefef',GradientType=0);
	position:absolute;
	top:0;
	right:80px;
	display:block;
	width:100%;
	height:30px
}
#ticker-swipe span {
	margin-right:1px;
	background-color:#fff;
	border-bottom:1px solid #1f527b;
	height:30px;
	width:2px;
	display:block
}
.clearfix:after {
	clear:both
}
.tabbar-section .last {
	display:none
}
.tabbar-section .top-tab:first-child {
	margin-left:20px
}
.copy_link {
	background-color:transparent
}
.sports {
	font:15px/0px iransansbold;
	color:#ff9285
}
.hero {
	font:15px/0px iransansbold;
	color:#bf252a
}
#news .videojs-main-container.sound .video-js {
	height:30px !important
}
#news .videojs-main-container.sound .vjs-big-play-button,
#news .videojs-main-container.sound .view_stat {
	display:none
}
#news .videojs-main-container.sound .video-js .vjs-control-bar {
	display:flex
}
#news.newsNavanama .video-tool-box a {
	color:#698198 !important
}
#news.newsNavanama .video-tool-box a:hover {
	color:#fff !important
}
#home .video-js .vjs-control {
	z-index:5 !important
}
#home .video-js button.vjs-control {
	margin-top:16px !important
}
#home .video-js .vjs-time-control {
	float:right
}
#news.newsNavanama .div-download-quality {
	padding:0;
	background:#0b2b4a
}
#news.newsNavanama .div-download-quality a:hover {
	background:#062039
}
#news.home .video-tool-box a {
	color:#f3c9d0 !important
}
#news.home .video-tool-box a:hover {
	color:#fff !important
}
#news.home .div-download-quality {
	padding:0;
	background:#06D4C9
}
#news.home .div-download-quality a:hover {
	background:#d2354c
}
.nav-icon .icon-menu_close:before {
	color:#000
}
.id {
	position:absolute;
	top:13px;
	left:50px;
	z-index:99
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
	.id {
	top:7px
	}
}
.id:hover {
	cursor:pointer
}
.fixed .id:before {
	font-size:17px
}
.fixed .nav-icon .icon-menu_close:before {
	top:-6px;
	position:absolute;
	right:-15px
}
.archive_pager_container {
	display:flex;
	justify-content:center;
	margin-top:30px
}
#publication .archive_pager_container {
	display:block;
	justify-content:center;
	margin-top:0
}
.next-archive,
.previous-archive,
.number-page {
	padding:0 10px;
	color:#7c7c7c !important;
	font:14px/20px Iransans
}
.next-archive:hover,
.previous-archive:hover,
.number-page:hover {
	color:var(--hoverText) !important
}
.number-page {
	color:var(--topmenuBG) !important;
	font-weight:700
}
.ServiceNone-imgs {
	display:block;
	height:100px;
	overflow:hidden
}
.catContent-imgs,
.lifeCard-imgs,
.VerseMD-imgs {
	display:block;
	height:135px;
	overflow:hidden
}
.lifeCard-imgs {
	height:auto
}
.familyCards .familyCards-imgs {
	display:block;
	height:258px;
	overflow:hidden
}
.familyCards-imgs img {
	width:100% !important;
	height:100% !important
}
.lifeCard-imgs img {
	width:100%;
	height:150px;
	border-radius:5px 5px 0 0
}
@media only screen and (min-width:992px) and (max-width:1199.98px) {
	.catContent-imgs,
	.lifeCard-imgs,
	.VerseMD-imgs {
	height:106px
	}
	.familyCards .familyCards-imgs {
	height:206px
	}
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
	.catContent-imgs,
	.lifeCard-imgs,
	.VerseMD-imgs {
	height:243px
	}
	.familyCards .familyCards-imgs {
	height:157px
	}
}
@media only screen and (min-width:480px) and (max-width:767.98px) {
	.catContent-imgs,
	.lifeCard-imgs,
	.VerseMD-imgs {
	height:300px
	}
	.familyCards .familyCards-imgs {
	height:300px
	}
}
@media only screen and (max-width:479.98px) {
	.catContent-imgs,
	.lifeCard-imgs,
	.VerseMD-imgs {
	height:66vm
	}
	.familyCards .familyCards-imgs {
	height:66vm
	}
}
#news .videojs_main {
	transition:all .3s ease-out;
	-webkit-transition:all .3s ease-out
}
#news .videojs-main-container {
	direction:rtl !important
}
#news .videojs_main.sticky {
	direction:rtl !important
}
#news .body .video-js {
	direction:rtl !important
}
#news .body .videojs_main.sticky.sticky1 .vjs-tech {
	height:auto !important
}
#news .body .videojs_main.sticky .video-js,
#news .body .videojs_main.sticky .vjs-tech {
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	position:relative
}
#news .body .videojs_main.sticky.sticky1 .video-js {
	height:205px !important;
	overflow:hidden !important
}
#news .videojs_main.sticky.sticky1 {
	z-index:12;
	position:fixed;
	bottom:95px;
	width:250px !important;
	left:47px;
	height:auto !important
}
.newsNavanama .videojs_main.sticky1 {
	width:unset !important
}
#my-owl-demo3 .owl-stage-outer {
	overflow:hidden
}
#my-owl-demo3 .owl-stage-outer .owl-stage .owl-item {
	float:right
}
#my-owl-demo3 .owl-dots {
	display:none
}
.newsNavanama .mostSection .jjnewsbody .newsPageContent .img-convert {
	float:none
}
.lfixads {
	display:none !important
}
#main-content {
	display:inline-block;
	width:100%;
	overflow:hidden
}
#main-content.fixads {
	bottom:0;
	position:fixed
}
.btn.copy_link:active,
.btn.copy_link.active {
	box-shadow:none
}
.bottom_fix {
	bottom:110px !important;
	top:auto !important
}
.fixads {
	bottom:0;
	position:fixed
}
.fixadsNewsRightAdv {
	bottom:3px;
	position:fixed
}
.content-related .title5 {
	color:#262626
}
.cat-nav {
	width:100%;
	overflow-y:auto !important
}
.NewsRelated .title5:before {
	border:none
}
.manual_service_pager {
	padding:10px 20px;
	margin:20px 0 40px;
	background-color:#fff;
	text-align:center
}
.manual_service_pager a.next,
.manual_service_pager a.prev {
	display:inline-block;
	font:14px/20px IRANSans;
	color:#7c7c7c;
	text-align:center
}
.manual_service_pager .current {
	font:14px/20px IRANSans;
	color:#7c7c7c;
	margin:0 20px;
	text-align:center
}
.manual_service_pager .current:hover {
	color:var(--topmenuBG)
}
.manual_service_pager a.next:hover,
.manual_service_pager a.prev:hover {
	color:var(--topmenuBG)
}
.min {
	margin-bottom:40px
}
.min .sectionRigth {
	padding-left:10px
}
.min .sectionCenter {
	padding:0 10px 0 5px
}
.min .sectionLeft {
	padding-right:15px
}
.heroNews {
	height:393px
}
.cardwrapper {
	background-color:#fff
}
.mostCards {
	padding:15px 17px
}
.mostCards:not(:last-child) {
	border-bottom:1px solid #dedede
}
.author-yaddasht {
	padding-top:10px;
	display:inline-block;
	color:var(--topmenuBG);
	font:13px/23px Iransans
}
.yaddasht-sec .sec3-box-circle div {
	display:revert;
	width:100%;
	text-align:right
}
.bg-bottom {
	border-bottom:1px solid #e7e7e7
}
.yaddasht-title {
	color:#000
}
#owl-demo2 .owl-dots .owl-dot span,
#my-owl-demo4 .owl-dots .owl-dot span {
	background:#fff!important;
	border:1px solid #a2a2a2!important;
	margin:5px 4px
}
#owl-demo2 .owl-dots .owl-dot.active span,
#my-owl-demo4 .owl-dots .owl-dot.active span {
	background:#FC9900!important;
	border:1px solid #a2a2a2!important
}
#owl-demo2 .imgLink {
	float:right;
	margin-left:10px
}
#services #my-owl-demo4 {
	padding:0
}
#my-owl-demo4 .item {
	padding:0
}
#services .slider.pt-0 {
	padding-top:0
}
#services .box3 h2 {
	padding:8px 16px 0;
	clear:both
}
.sectionHeader {
	margin-bottom:13px
}
#my-owl-demo4 .imgs {
	width:100%;
	height:100%;
	margin-left:0
}
#my-owl-demo4 .imgs img {
	border-radius:0 !important
}
.slider .sectionHeader a {
	border-right:none
}
.Requirements {
	padding-right:13px
}
.ConItem {
	display:flex
}
.sec3-box-square:not(:last-child) {
	margin-left:20px
}
.Conversation {
	padding-left:7px
}
.ConversationItem .sectionHeader {
	margin-bottom:56px;
	padding:0 !important;
	height:40px
}
.advtxt {
	border-radius:5px;
	margin-bottom:20px
}
.sectionHeaderAdv {
	padding:18px 17px 19px;
	color:var(--topmenuBG)
}
.sectionHeaderAdv h2 {
	font:18px/24px iransansmedium
}
.txt_adv_content .item {
	border-radius:10px
}
.categoryBox {
	margin-bottom:40px
}
.culturalParent .sectionHeader,
.categoryBox .sectionHeader,
.havades .sectionHeader {
	padding:0;
	height:26px
}
.culturalParent .sectionHeader {
	margin-bottom:28px
}
.pictureParent .sectionHeader .headLogo span,
.film2 .sectionHeader a span {
	color:var(--topmenuBG);
	font-size:21px
}
.culturalParent .item {
	display:inline-block
}
.pictureParent .sectionHeader .headLogo .headerText {
	color:#242424 !important;
	font-size:19px;
	font-weight:700
}
.slider .adv-link {
	height:80px;
	overflow:hidden
}
.adv-link img {
	width:100%;
	-webkit-filter:grayscale(100%);
	filter:grayscale(100%);
	height:80px;
	border-radius:8px 0
}
.adv-link:hover img {
	-webkit-filter:none;
	filter:none
}
.item-adv-index {
	margin-bottom:10px
}
.adv-soje {
	margin-bottom:-3px
}
.owlControlsAll .owl-stage-outer {
	padding-bottom:20px
}
.owlControlsAll {
	margin-bottom:40px;
	display:block
}
.owlControlsAll.owl-carousel {
	margin-bottom:20px
}
#Economic {
	display:none;
	margin-bottom:40px
}
.SingleNews {
	padding-left:13px
}
.Destination {
	padding-right:6px
}
.destinationRight {
	padding-left:10px
}
.destinationLeft {
	padding-right:10px
}
.specials {
	margin-bottom:65px
}
.specialsItemP {
	padding-left:13px
}
.specials .specialsItemP2 {
	padding-right:6px;
	padding-left:7px
}
.specials .specialsItemP3 {
	padding-right:13px;
	padding-left:0
}
.specials .sectionHeader {
	padding-left:0;
	padding-right:0
}
.tabBarNav {
	margin-bottom:20px
}
.fade {
	opacity:0;
	-webkit-transition:opacity .15s linear;
	transition:opacity .15s linear
}
.fade.in {
	opacity:1
}
.nav-tab {
	padding:15px 20px 15px 0;
	margin-bottom:17px;
	-webkit-box-shadow:0px 5px 6px -2px rgba(232,232,232,1);
	-moz-box-shadow:0px 5px 6px -2px rgba(232,232,232,1);
	box-shadow:0px 5px 6px -2px rgba(232,232,232,1)
}
.nav-tab .active {
	background-color:var(--topmenuBG);
	border-radius:50px
}
.nav-tab .active a {
	color:#fff
}
.nav-tab li, a.tab_sar_news {
	display:inline-block;
	padding:0 19px;
	cursor:pointer;
}
a.tab_sar_news.active{
	color:#FFF;
}
#media-tab li {
	border-left:none
}
#media-tab li.border-left {
	border-left:1px solid #848383
}
.tab_sar_news.Po.active {
	margin-right:12px
}
.tab_sar_news.Po1.active {
	margin-right:12px
}
.nav-tab li.active {
	border-left:none
}
.nav-tab li:last-child {
	border-left:none
}
.nav-tab li.tab_sar_news.Po {
	padding:0 17px 0 13px
}
.nav-tab li.tab_sar_news.Po1 {
	padding:0 13px 0 17px
}
.nav-tab li a {
	font:16px/23px iransansbold
}
.nav-tab li.tab_sar_news_extra {
	padding:0;
	font-size:15px;
	color:#848383
}
.nav-tab li a {
	color:#848383
}
.tabBarNav .sectionHeader {
	display:none
}
.con_tab_section {
	padding:0 10px
}
.scrollnews .con_tab_section {
	padding:0
}
.con_tab_section {
	overflow:hidden
}
.mCSB_container {
	padding:20px 10px 0
}
.con_tab_section {
	padding-bottom:20px;
	padding-right:0 !important
}
.tab-content {
	padding-right:10px !important
}
.multimedai.tab-content {
	padding:0!important
}
#media-tab {
	margin-bottom:0
}
.film2 {
	display:none;
	background-color:#303030;
	padding-bottom:40px;
	margin-bottom:40px
}
.film2 .SingleNewsF {
	padding-left:8px
}
.videoListItemswrapper {
	padding-right:13px
}
.pictureParent {
	background-color:#c2c2c2;
	margin-bottom:40px;
	padding-top:32px;
	display:none
}
#havades,
#health1 {
	display:none
}
.toplinkbar {
	padding-top:14px
}
.BarLinks {
	padding-top:5px;
	overflow:hidden
}
.BarLinks>div {
	width:100%;
	height:17px;
	overflow:hidden
}
.BarLinks>a {
	max-width:57px;
	height:21px;
	overflow:hidden;
	display:inline-block;
	margin-left:19px
}
.logoTopHeder {
	float:left
}
.linear_news.Htags .title5 {
	font:13px/22px iransans;
	position:relative;
	padding-right:20px
}
.scrollnews .con_tab_section {
	height:340px
}
.mCSB_scrollTools {
	display:block;
	top:0;
	position:absolute;
	left:5px;
	background-color:#ddd;
	height:341px;
	width:10px
}
.scrollnews .sectionHeader.p-es-20 {
	margin-bottom:0 !important
}
.content3 {
	max-height:327px;
	direction:rtl
}
.mCSB_scrollTools .mCSB_draggerContainer {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	height:auto;
	background-color:#ddd
}
.mCSB_scrollTools .mCSB_dragger {
	cursor:pointer;
	width:100%;
	height:30px;
	z-index:1;
	background-color:#c1c1c1
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	position:relative;
	width:10px;
	height:100%;
	margin:0 auto;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border-radius:16px;
	text-align:center
}
.mCSB_scrollTools .mCSB_draggerRail {
	width:10px;
	height:100%;
	margin:0 auto;
	-webkit-border-radius:0 0 0 5px;
	-moz-border-radius:0 0 0 5px;
	border-radius:0 0 0 5px
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color:#ddd
}
.tabBarNav .con_tab_section .tab-pane .div-v {
	display:block !important
}
.padkast {
	background-color:#fff;
	padding:31px 0 41px;
	margin-bottom:40px
}
.padkast .headerText {
	border-radius:unset !important;
	background-color:transparent !important;
	color:#000 !important
}
.padkast .headLogo span.fa svg {
	width:32px;
	height:22px
}
.padkast {
	display:none
}
.padkastLeft,
.padkastRight {
	z-index:1
}
@media screen and (min-width:991px) {
	.padkast {
	background-color:#fff;
	background:linear-gradient(to right,#ededed 50%,#fff 50%);
	padding:31px 0 41px;
	margin-bottom:40px;
	height:310px;
	overflow:hidden
	}
	.podcast:before {
	content:"";
	background-image:radial-gradient(25% 235px at 49% -120px,#ededed 85%,#ededed 85.5%);
	height:80px;
	transform:rotate(90deg);
	position:absolute;
	width:100%;
	right:4.8%;
	top:99px
	}
	.podcast:after {
	content:"";
	background-image:radial-gradient(25% 245px at 49% -130px,#fff 85%,#ededed 85.5%);
	height:80px;
	transform:rotate(90deg);
	position:absolute;
	width:100%;
	right:-3.1%;
	top:106px
	}
	.padkast:before {
	content:"";
	background-image:radial-gradient(25% 235px at 50% -120px,#f5f5f5 85%,#fff 85.5%);
	height:80px;
	transform:rotate(90deg);
	position:absolute;
	width:100%;
	left:11%;
	top:116px
	}
	.padkast:after {
	content:"";
	background-image:radial-gradient(25% 240px at 50% -130px,#fff 85%,#f5f5f5 85.5%);
	height:80px;
	transform:rotate(90deg);
	position:absolute;
	width:100%;
	left:calc(18% - 3px);
	top:114px
	}
}
@media screen and (min-width:1200px) {
	.podcast:before {
	background-image:radial-gradient(25% 444px at 49% -300px,#ededed 85%,#ededed 85.5%)
	}
	.podcast:after {
	background-image:radial-gradient(25% 444px at 49% -300px,#fff 85%,#ededed 85.5%);
	right:-1.1%;
	top:93px
	}
	.padkast:before {
	background-image:radial-gradient(25% 444px at 50% -300px,#f5f5f5 85%,#fff 85.5%);
	left:7%
	}
	.padkast:after {
	background-image:radial-gradient(25% 444px at 50% -300px,#fff 85%,#f5f5f5 85.5%);
	left:calc(7% + 80px)
	}
}
@media screen and (min-width:1250px) {
	.podcast:after {
	top:106px
	}
}
@media screen and (min-width:1400px) {
	.padkast:before {
	left:6.6%
	}
	.padkast:after {
	left:calc(6.6% + 80px)
	}
}
@media screen and (min-width:1700px) {
	.padkast:before {
	left:5.3%
	}
	.padkast:after {
	left:calc(5.3% + 80px)
	}
}
#home .box5-cover-out {
	padding-right:10px
}
#home .box5 .vjs-user-inactive,
#home .box5 .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
#home .box5 .video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
	visibility:visible !important;
	display:block !important;
	opacity:1 !important
}
#home .box5 .videojs-main-container,
#home .box5 .video-js,
#home .box5 .videojs_main {
	width:100% !important;
	height:0 !important;
	background:0 0 !important
}
#home .box5 .videojs_main {
	margin:0 !important
}
#home .box5 .video-js .vjs-control-bar {
	height:100%;
	display:block !important;
	background:0 0 !important
}
#home .box5 .vjs-big-play-button,
#home .box5 .vjs-fullscreen-control {
	display:none !important
}
#home .box5 .vjs-play-control {
	width:17px !important;
	height:21px !important;
	float:left !important;
	font-size:16px !important;
	color:var(--topmenuBG) !important
}
#home .box5 .vjs-progress-control {
	width:85% !important;
	height:30px !important;
	float:left !important;
	margin-top:10px !important
}
#home .box5 .video-js .vjs-time-tooltip {
	padding:1px 2px !important;
	top:-14px !important
}
#home .box5 .vjs-volume-panel {
	height:36px !important;
	position:absolute !important;
	right:0 !important;
	bottom:17px !important
}
#home .box5 .vjs-mute-control {
	width:34px !important;
	height:36px !important;
	overflow:hidden !important;
	border-radius:50% !important;
	border:1px solid #b2b2b2 !important
}
#home .box5 .video-js .vjs-mute-control .vjs-icon-placeholder:before {
	color:#b2b2b2 !important;
	font-size:30px !important;
	line-height:35px !important
}
#home .box5 .video-js .vjs-volume-panel {
	display:none
}
#home .box5 .video-js .vjs-progress-control .vjs-progress-holder {
	background-color:#363636 !important
}
#home .box5 .video-js .vjs-play-progress {
	background-color:var(--topmenuBG) !important
}
#home .box5 .video-js .vjs-play-progress:before {
	display:none
}
.box5 {
	padding-left:31px
}
.padkastLeft {
	padding-right:27px
}
.vjs-remaining-time-display {
	position:absolute;
	right:0;
	top:12px;
	color:#000;
	font:17px/24px iran
}
.map-ul {
	float:right;
	list-style:none
}
.map-ul>li>a {
	color:#cbdff8;
	display:block;
	font:13.5px/24px Vazir-medium;
	padding:0 12px
}
.menu_ostan1 {
	width:939px;
	position:absolute;
	top:87px;
	left:0;
	padding:25px 37px 30px 25px;
	background:#c9d8ed;
	display:block;
	z-index:9999 !important;
	height:460px;
	border-radius:15px
}
.menu_ostan1 .menu_s_ostan {
	color:#37588b;
	display:block;
	font:12.5px/24px Vazir-medium;
	margin-bottom:5px
}
.menu_ostan1 .menu_s_ostan:hover {
	color:#03337d
}
.menu_ostan1 .menu_s_ostan:hover span:first-child {
	color:#03337d
}
.menu-fix .menu_ostan1 {
	top:64px
}
.menu_ostan1:before {
	position:absolute;
	width:100%;
	height:38px;
	top:-38px;
	right:0;
	content:" ";
	display:block;
	background-color:transparent
}
.menu_ostan1 #IranMap .map svg {
	float:right;
	height:387px;
	width:410px
}
.map_con {
	padding-top:10px
}
.map_section {
	background-color:#fff;
	border-radius:20px;
	position:relative;
	padding-bottom:20px
}
.map_section .services_news {
	padding-right:25px
}
.header_ostan {
	margin-bottom:40px
}
.combo_ostan {
	padding-top:30px
}
.ostan_c {
	position:relative;
	float:right;
	width:186px
}
.ostan_c .header_ostan_select {
	background-color:#f1f1f1;
	font:14px/28px iranSansMedium;
	outline:none;
	padding:0 20px 0 36px;
	border-radius:15px;
	color:#000;
	height:28px
}
.ostan_c .states_main_select {
	border:0;
	background-color:#e1e1e1;
	padding:15px 20px 15px 10px;
	border-radius:10px;
	width:186px;
	height:413px;
	display:none;
	position:absolute;
	top:33px;
	right:0;
	overflow:hidden;
	z-index:2
}
.erro_map_content {
	font:14px/24px iransansmedium
}
.ostan_c .states_main_select span {
	font:14px/28px iranSansLight;
	color:#000;
	display:block;
	cursor:pointer
}
.states_main_select span:before {
	content:"";
	display:inline-block;
	width:6px;
	height:6px;
	border-radius:50%;
	margin-top:10px;
	margin-left:10px;
	margin-right:2px;
	background-color:var(--topmenuBG);
	float:right
}
.ostan_c .states_main_select span:hover {
	color:var(--topmenuBG)
}
.states_main_select span:hover:before {
	box-shadow:0 0 0 1px var(--topmenuBG)
}
.ostan_c .states_main_select {
	-moz-appearance:none;
	-webkit-appearance:none
}
.ostan_c .states_main_select::-ms-expand {
	display:none
}
.ostan_c .mCSB_scrollTools {
	top:10px;
	bottom:10px;
	border-radius:5px;
	background-color:#d4d8e9
}
.ostan_c .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color:var(--topmenuBG);
	border-radius:5px
}
.ostan_c .fa-chevron-down {
	font-size:16px;
	color:#868686;
	position:absolute;
	top:5px;
	left:20px
}
.service_ostanha_in {
	display:block;
	float:right;
	margin-right:10px;
	border:1px solid #d35b6c;
	font:14px/28px iranSansMedium;
	color:#c32037;
	border-radius:15px
}
.service_ostanha_in a {
	color:var(--topmenuBG);
	padding:0 21px
}
.menu_ostan {
	width:930px;
	position:absolute;
	top:37px;
	left:-688px;
	padding:25px 15px 33px;
	background:#ffffffeb;
	display:block;
	z-index:9999 !important;
	height:500px;
	border-radius:20px
}
.menu_s_ostan {
	display:block;
	text-align:right !important;
	direction:rtl;
	padding-right:15px !important;
	height:30px !important;
	font:13px/28px iranSans !important;
	color:#0c216b !important
}
.menu_s_ostan:before {
	content:"";
	display:block;
	width:7px;
	height:7px;
	border-radius:50%;
	margin-top:13px;
	margin-left:10px;
	background-color:#8e97be;
	float:right
}
@media screen and (min-width:992px) and (max-width:1200px) {
	.menu_ostan {
	left:-559px
	}
}
.menu_s_ostan:hover {
	color:#bf7b1d !important
}
.menu_s_ostan:hover:before {
	color:#bf7b1d !important;
	background:#bf7b1d !important;
	box-shadow:0 0 0 1px #e79f3c
}
.container_ostan {
	width:100%;
	height:472px
}
#IranMap svg .text a text {
	fill:#000;
	font:16px/24px iransansmedium
}
path.active {
	fill:var(--topmenuBG) !important
}
a.active text {
	fill:#fff !important;
	font:18px iranSansBold !important
}
.menu_s_ostan:hover .menu_s_ostan:before {
	color:#bf7b1d !important
}
.ostan_item_content {
	padding-top:20px
}
.ostan_item_content:not(:last-child) {
	border-bottom:1px solid #dfdfdf
}
.ostan_item_content .no_img {
	display:block;
	width:100%;
	height:100%;
	background-color:#7e7e7e;
	border-right:5px
}
.ostan_item_content .imgs {
	border-radius:5px
}
.categorySection {
	padding-top:0
}
.adv-div:last-child {
	padding-bottom:20px !important
}
.ServiceNoneContent .instedOfimg {
	width:100% !important
}
#owl-demo1 .nav_container_khv,
.owl-nav {
	position:absolute;
	bottom:50%;
	display:flex;
	justify-content:space-between;
	width:100%
}
#owl-demo1 .nav_container_khv .owl-prev,
#owl-demo1 .nav_container_khv .owl-next,
.owl-nav .owl-prev,
.owl-nav .owl-next {
	background:0 0;
	border:none
}
#owl-demo1 svg,
.owl-nav svg {
	fill:#e7e7e7
}
#owl-demo1 svg:hover,
.owl-nav svg:hover {
	fill:var(--topmenuBG)
}
#owl-demo1 .owl-prev,
#owl-demo1 .owl-next,
.owl-nav .owl-prev,
.owl-nav .owl-next {
	margin:0 15px
}
.tab_bar {
	direction:rtl
}
.ServiceNoneContent .CardContent {
	display:inline;
	position:absolute;
	z-index:100;
	width:100%;
	bottom:0;
	background:#020024;
	background:linear-gradient(0deg,rgba(2,0,36,.8939775739397321) 0%,rgba(0,0,0,.5410363974691439) 72%,rgba(0,0,0,0) 100%);
	border-radius:0 0 7px 7px;
	padding-bottom:15px;
	max-height:110px
}
#owl-demo2 {
	position:relative
}
#owl-demo2 owl-dots {
	position:absolute;
	bottom:0
}
.social-network-cover .social-network>li:hover>a>i:before {
	color:#c5283f
}
.youTube svg:hover {
	fill:#c5283f
}
.disabled {
	display:none
}
.slider.backShado .owl-theme .owl-dots .owl-dot span {
	width:9px;
	height:9px;
	margin-left:3.5px;
	margin-right:3.5px
}
#my-owl-demo4 .imgs {
	width:248px;
	height:169px;
	margin:auto;
	display:block;
	float:unset
}
#home .imgs.box3-img .instedOfimg {
	background:#e7e7e7;
	display:block;
	width:100%;
	height:100%
}
#home .box3-title {
	padding:0 10px
}
.nav_container_khv {
	position:absolute;
	width:100%;
	top:48%;
	transform:translate(0,-48%)
}
.nav_container_khv button {
	width:43px;
	height:43px;
	background-color:rgba(241,241,241,.71);
	outline:none;
	border:none
}
.nav_container_khv button.owl-next {
	position:absolute;
	left:0
}
.nav_container_khv button svg {
	width:22px;
	height:30px;
	fill:#180d07
}
.map_section #IranMap svg .text #text_101 text,
.map_section #IranMap svg .text #text_100 text {
	fill:#fff !important;
	font:20px/24px iransansmedium
}
#services .ServiceNoneHero {
	margin-bottom:0
}
.ServiceNoneHero .service-vije {
	margin-bottom:20px
}
.headerLogoServices {
	width:100%;
	height:100%
}
.poll_title:before {
	display:none
}
#home .pictureTitle.title5:before {
	top:5px
}
#home .heroNews {
	height:auto
}
#home .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
#home .video-js .vjs-play-control .vjs-icon-placeholder:before,
#home .vjs-icon-play:before {
	content:"" !important;
	background:url('../images/play-2.svg') no-repeat
}
#home .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,
#home .vjs-icon-replay:before {
	background:url('../images/pause-svgrepo-com.svg') no-repeat !important
}
#home .homeVideoDis {
	display:none
}
.servicePager {
	padding:20px
}
.nextBtn {
	padding:0 15px;
	color:#7c7c7c!important;
	font:14px/20px Iransans
}
.nextBtn:hover {
	color:#c1102a!important
}
.pagerNum {
	padding:0 10px;
	font:14px/20px Iransans;
	color:#fff!important;
	font-weight:700;
	background:#c1102a;
	border-radius:9px;
	min-width:30px!important;
	text-align:center;
	display:inline-block
}
#news #answer_container_4 {
	font:14px/20px Iransans
}
.slick-slider {
	position:relative;
	display:block;
	box-sizing:border-box;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-touch-callout:none;
	-khtml-user-select:none;
	-ms-touch-action:pan-y;
	touch-action:pan-y;
	-webkit-tap-highlight-color:transparent
}
.slick-list {
	position:relative;
	display:block;
	overflow:hidden;
	margin:0;
	padding:0
}
.slick-list:focus {
	outline:none
}
.slick-list.dragging {
	cursor:pointer;
	cursor:hand
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	-o-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
.slick-track {
	position:relative;
	top:0;
	left:0;
	display:block;
	margin-left:auto;
	margin-right:auto
}
.slick-track:before,
.slick-track:after {
	display:table;
	content:''
}
.slick-track:after {
	clear:both
}
.slick-loading .slick-track {
	visibility:hidden
}
.slick-slide {
	display:none;
	float:left;
	height:100%;
	min-height:1px
}
[dir=rtl] .slick-slide {
	float:right
}
.slick-slide img {
	display:block
}
.slick-slide.slick-loading img {
	display:none
}
.slick-slide.dragging img {
	pointer-events:none
}
.slick-initialized .slick-slide {
	display:block
}
.slick-loading .slick-slide {
	visibility:hidden
}
.slick-vertical .slick-slide {
	display:block;
	height:auto;
	border:1px solid transparent
}
.slick-arrow.slick-hidden {
	display:none
}
.no-padd {
	padding:0 !important
}
.no-padd-l {
	padding-left:0
}
.no-padd-r {
	padding-right:0 !important
}
.no-mrg {
	margin-right:0 !important;
	margin-left:0 !important
}
.no-mrg-r {
	margin-right:0 !important
}
.no-mrg-l {
	margin-right:0 !important
}
@media screen and (max-width:1199px) {
	.specialsItemP3 {
	display:flex
	}
	.specialsItemP3 .specialsItem {
	width:50%;
	margin-bottom:0
	}
	.specials .specialsItemP {
	padding-left:10px
	}
	.specials .specialsItemP2 {
	padding-left:0;
	padding-right:10px
	}
	.specials .specialsItemP3 {
	padding:0;
	margin-top:20px
	}
	.specials .specialsItemP3 .specialsItem:nth-child(1) {
	margin-left:10px;
	max-width:475px
	}
	.specials .specialsItemP3 .specialsItem:nth-child(2) {
	margin-right:10px
	}
	.Conversation {
	padding-left:0
	}
	.sec3-box-square:not(:last-child) {
	margin-left:5px
	}
	.min .sectionCenter {
	padding-right:0
	}
	.box5 {
	padding:0
	}
	.padkastRight {
	margin-bottom:20px
	}
	.heroNews img,
	.imgLinkDiv {
	height:100%
	}
}
@media screen and (min-width:992px) and (max-width:1199px) {
	.cardwrapper .mostCards .imgs {
	height:114px
	}
	.heroNews img,
	.heroNewsContent .imgLink,
	.heroNews {
	height:316px
	}
	.scrollnews .con_tab_section {
	height:262px
	}
	#my-owl-demo4 .imgs {
	width:200px;
	height:133px
	}
	.videoListItemswrapper {
	min-height:115px
	}
	.videoListItemswrapper .videoRightLink img,
	.videoRightLinkDiv {
	height:115px;
	width:172px
	}
	.SingleNewsItem.importantVideo,
	.SingleNewsItem.importantVideo .SingleNewsImg {
	height:372px
	}
	.mCSB_scrollTools {
	height:263px
	}
	.nav-tab li,
	.nav-tab li.tab_sar_news.Po,
	.nav-tab li.tab_sar_news.Po1 {
	padding:0 10px
	}
	.nav-tab {
	padding:15px 15px 15px 0
	}
	.heroVideoContent .videoRightLink .instedOfimg {
	height:151px
	}
	.send_error_bot i {
	margin-right:0 !important
	}
}
@media screen and (max-width:991px) {
	.footerContent,
	.footerContentWrapper {
	height:165px
	}
	#footer {
	height:268px
	}
	.homeList {
	display:none
	}
	.specials .specialsItemP {
	padding-left:5px
	}
	.specials .specialsItemP3 .specialsItem:nth-child(1) {
	margin-left:5px;
	max-width:370px
	}
	.specials .specialsItemP2 {
	padding-right:5px
	}
	.specials .specialsItemP3 .specialsItem:nth-child(2) {
	margin-right:5px;
	max-width:370px
	}
	.film2 .SingleNewsF,
	.film2 .DestinationF {
	padding:0
	}
	.film2 .SingleNewsF .SingleNewsItem {
	margin:0 auto 20px
	}
	.sectionRigth,
	.Requirements {
	padding:0
	}
	.padkastLeft {
	padding:0
	}
	.min .sectionCenter {
	padding:0
	}
	.heroVideoContent .videoRightLink .instedOfimg {
	height:186px
	}
	.sectionRigth {
	padding:0
	}
}
@media screen and (min-width:768px) and (max-width:991px) {
	.Destination {
	padding:0
	}
	.SingleNews {
	float:right;
	padding-left:5px
	}
	.destinationRight {
	padding:0 5px 0 0
	}
	.destinationLeft {
	display:flex;
	justify-content:right;
	padding:0;
	margin-top:10px
	}
	.destinationLeft .destinationItem:nth-child(1) {
	margin-left:5px
	}
	.destinationLeft .destinationItem:nth-child(2) {
	margin-right:5px
	}
	.destinationItem:first-child {
	margin-bottom:10px
	}
	.destinationLeft .destinationItem {
	width:50%
	}
	.SingleNewsItem .SingleNewsImg {
	height:248px
	}
	.heroNews,
	.imgLinkDiv {
	height:500px
	}
	.ConversationItem {
	margin-bottom:40px
	}
	.SingleNewsItem.importantVideo,
	.SingleNewsItem.importantVideo .SingleNewsImg {
	height:461px !important
	}
}
@media screen and (max-width:767px) {
	.footerContent,
	.footerContentWrapper {
	height:188px
	}
	#footer {
	height:291px
	}
	.main-header-search-part {
	display:none
	}
	.parentHeader {
	background-color:var(--topmenuBG)
	}
	.parentHeader #headerBack,
	.parentHeader .mobile-menu:after {
	display:none
	}
	.destinationLeft,
	.destinationRight {
	padding:0;
	margin-top:20px
	}
	.SingleNews {
	padding:0
	}
	.SingleNewsItem {
	margin:auto
	}
	.specialsItemP3 {
	display:unset
	}
	.specials .specialsItemP,
	.specials .specialsItemP3 .specialsItem:nth-child(1),
	.specials .specialsItemP2,
	.specials .specialsItemP3 .specialsItem:nth-child(2) {
	padding:0;
	margin-left:0;
	margin-right:0;
	max-width:450px
	}
	.specialsItemP2 .specialsItem,
	.specialsItemP .specialsItem {
	margin-bottom:20px
	}
	.specialsItemP3 .specialsItem {
	width:100%;
	margin-bottom:20px
	}
	.Conversation {
	padding:0
	}
	.heroNewsContent .imgLink,
	.heroNews {
	height:auto
	}
	.imgLinkDiv {
	height:300px
	}
	.min .sectionRigth,
	.min .sectionLeft,
	.min .sectionCenter,
	.videoListItemswrapper {
	padding:0
	}
	.min .sectionCenter {
	margin-bottom:40px
	}
	.ConItem {
	flex-wrap:wrap;
	justify-content:space-around
	}
	.ConItem .sec3-box-square {
	margin-bottom:45px
	}
	.SingleNewsItem.importantVideo,
	.SingleNewsItem.importantVideo .SingleNewsImg {
	height:258px !important
	}
	.box5 .imgs,
	.divPadkast {
	display:block;
	float:unset;
	margin:0 auto 20px
	}
}
@media screen and (max-width:479px) {
	.footerContent,
	.footerContentWrapper {
	height:165px
	}
	#footer {
	height:268px
	}
	.socialMedia a {
	padding-right:20px
	}
	.container {
	padding:0 10px
	}
	.videoListItemswrapper .videoRightLink img,
	.videoRightLinkDiv {
	width:180px;
	height:120px
	}
	.BarLinks>a {
	margin-left:10px
	}
	.BarLinks {
	padding-top:10px
	}
	.service_ostanha_in {
	position:absolute;
	top:-53px;
	left:0
	}
	.logoLink {
	width:100%;
	max-width:180px
	}
}
@media screen and (max-width:400px) {
	.specialsItem .specialsImgA {
	width:150px;
	height:100px
	}
	.specialsItem .specialsText {
	position:absolute;
	bottom:0;
	right:0;
	height:100px;
	padding:11px 170px 11px 10px
	}
	.imgLinkDiv {
	height:238px
	}
	.ostan_item_content .imgs {
	display:block;
	float:unset;
	margin:0 auto 10px
	}
	.ostan_item_content .rutitr,
	.ostan_item_content .subtitle {
	padding:0
	}
	.mostCards .imgs {
	display:block;
	float:unset;
	margin:auto;
	margin-bottom:10px
	}
}
@media screen and (max-width:350px) {
	.SingleNewsItem .SingleNewsImg {
	height:223px
	}
}
.mrt-20 {
	margin-top:20px
}
.padd-l-col-right-news {
	padding-left:12px
}
.padd-col-main-news {
	padding:0 8px
}
.padd-r-col-lef-news-news {
	padding-right:12px
}
.bg-shadow-news {
	background:#fff;
	border-radius:5px;
	-webkit-box-shadow:0px 0px 13px -8px rgba(0,0,0,.75);
	-moz-box-shadow:0px 0px 13px -8px rgba(0,0,0,.75);
	box-shadow:0px 0px 13px -8px rgba(0,0,0,.75);
	margin-bottom:20px
}
body {
	background:#f1f1f1
}
.body {
	direction:rtl
}
.padd-breadcrumb,.item-page {
	padding:15px;
	margin-bottom:15px;
	-webkit-box-shadow:0px 3px 8px -5px rgba(0,0,0,.2);
	-moz-box-shadow:0px 3px 8px -5px rgba(0,0,0,.2);
	box-shadow:0px 3px 8px -5px rgba(0,0,0,.2)
}
.com-content-article__body img{
	width:100%;
	float:right;
	border-radius:15px;
	margin-bottom:15px;
	height:auto;
}
.com-content-article__body p{
	text-align:justify;
	line-height:27px;
}
.bg-main-news {
	background:#fff
}
.service-name-news {
	background:#ededed;
	border-radius:5px;
	padding:2px 11px;
	display:inline-block;
	float:right;
	margin-left:10px;
	font:13px/16px Iransans;
	color:#373737 !important
}
.service-name-news:hover {
	background:#666;
	color:#f7f7f7 !important
}
.news-pdate {
	float:right;
	font:12px/18px iranSans;
	color:#777;
	direction:rtl
}
.share-top-news a,
.share-top-news span {
	float:left;
	color:#7e7e7e
}
.print-r {
	margin-right:15px
}
.sentto-r {
	margin-right:15px
}
.title {
	margin-bottom:11px
}
#news .body .videojs_main.sticky .video-js,
#news .body .videojs_main.sticky .vjs-tech {
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	position:relative;
	width:100%;
	border-radius:10px
}
.sectionHeader {
	-webkit-box-shadow:0 5px 6px -4px #ddd;
	-moz-box-shadow:0 5px 6px -4px #ddd;
	box-shadow:0 5px 6px -4px #ddd
}
.padd-lrb-10 {
	padding:0 10px 10px
}
.section_contents {
	padding-right:0 0 10px !important
}
.custom_sections_news_content .backShado {
	background:#fff;
	border-radius:5px;
	-webkit-box-shadow:0px 0px 13px -8px rgba(0,0,0,.75);
	-moz-box-shadow:0px 0px 13px -8px rgba(0,0,0,.75);
	box-shadow:0px 0px 13px -8px rgba(0,0,0,.75);
	margin-bottom:20px
}
.latest_news_contents .con_tab_section {
	margin-bottom:20px
}
.custom_sections_news_content .sectionHeader .headerMore {
	background-color:#d5d5d5
}
.custom_sections_news_content .sectionHeader .headerMore:hover {
	background-color:#a8a8a8
}
.custom_sections_news_content .sectionHeader .headerMore i {
	background-color:#fff
}
.custom_sections_news_content .tabbar-section {
	margin-bottom:0
}
.custom_sections_news_content .mostSection_news_contents,
.custom_sections_news_content .special_news_contents {
	margin-bottom:20px
}
.linear_news a:hover,
.linear_news a:active,
.linear_news a:focus {
	color:var(--hoverText)
}
.latest_news_contents .pictureTitle.title5:before,
.latest_news_contents .videoTitle.title5:before {
	position:absolute;
	right:1px;
	font-family:FontAwesome !important;
	font-size:14px
}
.latest_news_contents .pictureTitle.title5:before {
	content:'\f030';
	top:6px
}
.latest_news_contents .videoTitle.title5:before {
	content:'\f008';
	top:0
}
body#news .custom_sections_news_content .title5.no-p:before {
	content:'';
	display:inline-block;
	position:absolute;
	right:5px;
	width:6px;
	height:6px;
	top:10px;
	background-color:#000
}
body#news .custom_sections_news_content .linear_news .title5 {
	font:13px/25px iransanslight;
	padding:0 20px 0 0;
	text-align:right
}
.linear_news .title5 {
	font:13px/22px iransans;
	position:relative;
	padding-right:20px
}
body#news .custom_sections_news_content .t_l_content .linear_news .title5:before {
	right:5px
}
.section_contents .linear_news {
	position:relative;
	padding-right:10px;
	padding-left:10px
}
.special_news_contents .section_contents .linear_news {
	padding-right:0
}
.mostSection_news_contents .tabbar-section {
	background-color:transparent;
	margin-bottom:0
}
.top-tab.act-tab:before,
.top-tab.act-tab:after {
	content:none
}
.top-tab.act-tab {
	border:0
}
.mostSection_news_contents .sectionHeader {
	justify-content:flex-start;
	flex-direction:row
}
.mostSection_news_contents .sectionHeader .headLogo.top-tab.act-tab {
	background-color:var(--topmenuBG);
	border-radius:12px;
	color:#fff
}
.mostSection_news_contents .sectionHeader .headLogo.top-tab {
	background-color:transparent
}
.mostSection_news_contents .sectionHeader .headLogo .headerText {
	padding:0 14px;
	color:#848383
}
.mostSection_news_contents .top-tab.act-tab .headerText {
	color:#fff;
	font:18px/23px iranSansBold
}
.mostSection_news_contents .tabbar-section .top-tab:first-child {
	margin-right:0;
	margin-left:8px
}
.mostSection_news_contents .con_time {
	display:none
}
.mostSection_news_contents .con_time.act-time {
	display:block
}
.mostSection_news_contents .count_com {
	display:contents
}
.custom_sections_news_content .heroVideoContent .instedOfimg {
	height:100%;
	display:block
}
.custom_sections_news_content .videoRightLink {
	max-width:288px;
	margin:0 auto;
	height:192px;
	display:block
}
.custom_sections_news_content .heroVideoContent img {
	width:100%;
	height:100%
}
.custom_sections_news_content .author-yaddasht {
	padding-top:6px;
	display:inline-block;
	color:var(--topmenuBG);
	font:14px/23px Iransans
}
.custom_sections_news_content .yaddasht-sec .sec3-box-circle div.crescent {
	display:none
}
.custom_sections_news_content .sec3-box-circle {
	padding:10px 15px 0
}
.bg-bottom {
	border-bottom:1px solid #e7e7e7
}
.yaddasht-title {
	color:#000
}
#owl-demo2 .owl-dots .owl-dot span,
#my-owl-demo4 .owl-dots .owl-dot span {
	background:#fff !important;
	border:1px solid #a2a2a2 !important
}
#owl-demo2 .owl-dots .owl-dot.active span,
#my-owl-demo4 .owl-dots .owl-dot.active span {
	background:#FC9900 !important;
	border:1px solid #a2a2a2 !important
}
#owl-demo2 .imgLink {
	float:right;
	margin-left:10px
}
.custom_sections_news_content .sec3-box-circle img {
	width:64px !important;
	height:64px !important
}
.custom_sections_news_content .sec3-box-circle h3 {
	font:13px/21px iranSansMediumNumber;
	padding-top:0
}
#news .slider.pt-0 {
	padding-top:0
}
.custom_sections_news_content .box3-title {
	font:13px/17px iranSansMediumNumber;
	padding:18px 16px 0;
	clear:both
}
.section-header-news-page {
	font:18px/27px iransansbold;
	margin-bottom:13px;
	height:54px;
	padding:15px 20px;
	box-shadow:0 5px 6px -4px #ddd
}
.section-header-news-page-name {
	font:18px/54px iransansmedium
}
.logojj {
	width:23px;
	height:23px;
	border-radius:50px;
	background:url('../images/favicon.png');
	margin-top:15px;
	margin-left:9px;
	display:block;
	float:right
}
#my-owl-demo4 .imgs {
	width:100%;
	height:100%;
	margin-left:0;
	padding:0 20px
}
#my-owl-demo4 .item {
	padding:0
}
#my-owl-demo4 .imgs img {
	height:127px;
	border-radius:0 !important
}
.slider .sectionHeader a {
	border-right:none
}
#my-owl-demo4 .item .instedOfimg {
	max-width:248px;
	height:165px;
	margin:0 auto
}
@media only screen and (min-width:1200px) {
	.custom_sections_news_content #my-owl-demo4 .owl-dots {
	margin-top:0
	}
}
@media only screen and (max-width:991.98px) {
	#my-owl-demo4 .item img {
	max-width:248px;
	margin:0 auto;
	height:165px
	}
	#my-owl-demo4 .item .instedOfimg {
	max-width:248px;
	margin:0 auto;
	height:165px
	}
}
.custom_sections_news_content .pishnehad-sec .text-muted {
	font:12px/17px iransanslight;
	color:#000;
	margin-bottom:6px
}
.custom_sections_news_content .pishnehad-sec .sec3-box-square1 h3 {
	font:12px/22px iransans
}
.pishnehad-sec .instedOfimg {
	width:100px;
	height:65px;
	border-radius:5px
}
.backShado.pishnehad-sec .sec3-box-square1 img {
	width:100px !important;
	height:65px !important;
	border-radius:5px !important
}
.pishnehad-sec .sec3-box-square1 .imgCircle {
	display:none
}
.pishnehad-sec .sec3-box-square1 {
	width:100%;
	margin-left:0;
	height:auto;
	padding:10px 15px
}
.pishnehad-sec .sec3-box-square1 {
	border-bottom:1px solid #dedede
}
.pishnehad-sec .sec3-box-square1:last-child {
	border-bottom:none
}
.pishnehad-sec .sec3-box-square1 img,
.pishnehad-sec .sec3-box-square1 .instedOfimg {
	position:unset;
	float:right;
	margin-left:10px
}
.pishnehad-sec .sec3-box-square1 .textSquare .text-muted {
	text-align:right
}
.pishnehad-sec .sec3-box-square1 .textSquare a {
	text-align:right
}
.custom_sections_news_content .pishnehad-sec .sec3-box-square1 .textSquare a:hover {
	color:#06D4C9
}
.pishnehad-sec .sec3-box-square1 .textSquare {
	text-align:right;
	padding:0
}
.pishnehad-sec .sec3-box-square1 .instedOfimg {
	width:100px !important;
	height:65px !important;
	border-radius:5px !important
}
.custom_sections_news_content .owl-theme .owl-dots .owl-dot span {
	margin:5px 3px
}
body#news #my-owl-demo4 .owl-dots .owl-dot.active span {
	background:#FC9900 !important;
	border:1px solid #a2a2a2 !important
}
.conversation .backShado {
	background-color:transparent;
	-webkit-box-shadow:none;
	box-shadow:none;
	border-radius:0;
	margin-bottom:0
}
body#news #my-owl-demo4 .owl-dots .owl-dot span {
	background:#fff !important;
	border:1px solid #a2a2a2 !important
}
.conversation .imgCircle {
	display:none
}
.conversation .sec3-box-square img,
.conversation .sec3-box-square .instedOfimg {
	width:63px;
	height:63px;
	border-radius:50%;
	position:static
}
.conversation .sec3-box-square {
	width:100%;
	height:auto;
	position:static;
	cursor:auto;
	margin-left:0;
	border-bottom:1px solid #dedede;
	display:flex;
	padding:0 20px 10px;
	margin-bottom:15px
}
.sec3-box-square:last-child {
	border-bottom:0;
	margin-bottom:0
}
.conversation .sec3-box-square .textSquare {
	text-align:justify;
	width:calc(100% - 65px);
	padding:0 10px 0 0
}
.conversation .sec3-box-square .textSquare .text-muted {
	font:13px/20px iransansmedium !important;
	text-align:right;
	color:#c32138;
	margin-bottom:0
}
.conversation .sec3-box-square .textSquare a {
	font:12px/20px iransansmedium !important;
	padding-top:10px;
	display:block
}
@media only screen and (max-width:1199px) {
	.custom_sections_news_content .heroVideoContent .instedOfimg {
	height:153px
	}
}
@media screen and (max-width:1199px) and (min-width:992px) {
	.pishnehad-sec .sectionHeader .headLogo .headerText {
	overflow:hidden
	}
}
@media only screen and (max-width:991px) {
	.custom_sections_news_content .heroVideoContent .instedOfimg {
	height:192px
	}
	.padd-col-main-news {
	padding-left:0;
	padding-right:0
	}
}
@media only screen and (max-width:767.98px) {
	.padd-col-main-news,
	.padd-l-col-right-news,
	.padd-r-col-lef-news-news {
	padding:0
	}
}
#news .videojs_main {
	border-radius:10px
}
.author-news {
	display:block;
	padding:14px 20px 0
}
.img-author {
	width:48px;
	height:48px;
	display:inline-block;
	margin-left:10px;
	border-radius:50%;
	float:right
}
.bg-aut {
	background-color:#e2e2e2;
	display:inline-block;
	max-width:100%;
	border-radius:30px 15px 15px 0;
	overflow:hidden;
	float:right;
	margin-top:17px
}
.aut {
	display:inline-block;
	background-color:#e2e2e2;
	border-radius:30px 0 0;
	padding:0 8px 0 14px;
	color:#010000;
	font:14px/16px iranSansMedium;
	position:relative;
	overflow:hidden;
	vertical-align:top
}
.auther-lb {
	display:inline-block;
	height:17px;
	background-color:var(--topmenuBG);
	border-radius:30px 15px 15px 0;
	padding:0 11px 0 15px;
	color:#fff;
	font:14px/16px iranSansMedium;
	position:relative;
	overflow:hidden;
	vertical-align:top
}
.fixed-icons {
	position:fixed;
	right:0;
	z-index:9999;
	top:117px;
	width:160px;
	opacity:0;
	display:none
}
.fixed-icons .pishnahad_sec.close {
	right:-1000px;
	float:none;
	opacity:0;
	z-index:0;
	display:none
}
.pishnahad_sec {
	background:#fff;
	color:#fff;
	min-height:91px;
	padding:12px;
	width:161px;
	margin-left:19px;
	border-radius:5px;
	font-size:14px;
	transition:1s all ease;
	box-shadow:0 4px 4px rgba(0,0,0,.09)
}
.fix-menu-close {
	text-align:center;
	width:22px;
	height:22px;
	border-radius:50%;
	padding:5px;
	color:#fff;
	font-size:16px;
	cursor:pointer;
	position:absolute;
	right:150px;
	bottom:65px;
	background:var(--topmenuBG);
	z-index:1;
	line-height:10px
}
.fix-menu-close:hover i {
	color:#fff
}
.fix-menu-close svg {
	fill:#fff
}
.img-rel-news-fix img {
	display:block;
	margin:-32px auto 0 auto;
	border-radius:5px
}
.fix-menu-close.close {
	display:none
}
.fix-menu-open.show {
	position:fixed;
	right:0
}
.rutitr-rl {
	display:block;
	color:#494a4a;
	font:12px/22px Iransans;
	margin-top:10px
}
.fix-menu-open {
	background:#c7d1f3;
	font:normal normal normal 14px/1 FontAwesome;
	font-size:27px;
	padding-top:9px;
	height:46px;
	width:46px;
	border-radius:50%;
	-moz-transition:all .5ms ease-in-out !important;
	cursor:pointer;
	display:none;
	top:-5px;
	right:12px;
	position:absolute;
	text-align:center
}
.fix-menu-open:hover,
.fix-menu-close:hover {
	color:#c10000
}
.titlepi {
	color:#000;
	font:13px/23px Iransans;
	display:block
}
.parent-relnews-fix {
	position:relative
}
@media screen and (max-width:767px) {
	.vizhe_cv {
	padding-left:0
	}
	.contactus_form_archive {
	padding:0
	}
	.list-box1-cover:nth-child(2n) .main_view_archive {
	background:0 0
	}
	.list-box1-cover .vizhe_cv:last-child .main_view_archive {
	background:#f5f5f5
	}
}
@media screen and (max-width:479px) {
	.fixed-icons {
	top:220px !important
	}
}
.do-share {
	color:#000;
	font:13px/24px iransans;
	padding-left:16px;
	float:right
}
.icon-share {
	width:25px;
	height:25px;
	border-radius:50%;
	margin-left:13px;
	text-align:center;
	display:inline-block;
	float:right
}
.icon-share i {
	font-size:16px;
	line-height:25px;
	text-align:center;
	color:#fff
}
.icon-wht svg {
	fill:#fff
}
.icon-tlg i {
	font-size:15px
}
.icon-sr svg {
	fill:#fff
}
.icon-sr {
	margin-left:0
}
.icon-wht,
.sapp-w {
	background:0 0
}
.icon-wht svg {
	fill:#b8dee3
}
.icon-share.icon-wht:hover {
	background:unset
}
.icon-share.icon-wht svg {
	fill:#25d366
}
.icon-share.icon-tlg {
	background:#36ade1
}
.icon-share.icon-tw {
	background:#5ea9dd
}
.icon-share.icon-fb {
	background:#2a2a87
}
.icon-share.icon-ld {
	background:#1c57a7
}
.icon-share.icon-sr {
	background:#27a5cd
}
.share_to_container {
	width:auto;
	padding:8px 20px 20px;
	border-bottom:1px solid #e2e2e2
}
.copy_link,
.copy-button {
	background:var(--topmenuBG);
	border-radius:15px;
	height:24px;
	color:#fff;
	text-align:left;
	font:13px/25px iransans;
	cursor:pointer
}
.copy-button {
	text-align:center;
	height:20px;
	min-width:230px
}
.rel-news-lin {
	margin-right:20px
}
.icon-rel-news {
	color:#FC9900;
	float:right;
	line-height:28px !important;
	font-size:8px !important;
	position:relative;
	top:-3px
}
.padd-like-error-link {
	padding:19px 20px 16px;
	border-bottom:1px solid #e2e2e2
}
.NewsTags {
	padding:23px 20px 12px
}
.tags-name {
	margin-left:18px;
	float:right
}
.tag-item {
	color:#3a3a3a;
	font:13px/23px Iransans;
	display:block;
	float:right;
	margin-left:10px;
	background:#ededed;
	border-radius:5px;
	margin-bottom:10px;
	padding:3px 20px
}
.tag-item:hover {
	background:var(--topmenuBG);
	color:#f8ebec
}
.marg-b-20 {
	margin-bottom:20px
}
.sencomment {
	background:#323232;
	height:54px;
	border-radius:30px 7px 7px 30px;
	margin-bottom:20px
}
.NewsCommentBox {
	margin-top:20px
}
.bg-dark-send-cm {
	background:#FC9900 url('../images/gcm.png') no-repeat;
	display:inline-block;
	float:right;
	border-radius:0 7px 7px 0;
	height:54px;
	color:#fff;
	padding-right:16px;
	width:244px
}
.svg-gcm {
	float:left
}
.svg-gcm .cls-1 {
	fill:#323232
}
.svg-gcm .cls-1,
.svg-gcm .cls-3 {
	fill-rule:evenodd
}
.svg-gcm .cls-2 {
	fill:none;
	stroke:#c8c8c8;
	stroke-width:2px
}
.svg-gcm .cls-3 {
	fill:#c8c8c8
}
.sendcomments-a {
	color:#fff;
	font:18px/54px iransansmedium
}
.cm-icon-hd {
	color:#fcfcfc;
	font-size:23px;
	margin:16px 12px 16px 4px
}
.cm-icon-hd svg {
	fill:#fff;
	transform:rotate(-20deg);
	position:relative;
	top:5px;
	right:5px
}
.sencomment .fa-angle-down {
	float:left;
	width:27px;
	height:27px;
	border-radius:50%;
	border:2px solid #c8c8c8;
	color:#c8c8c8;
	text-align:center;
	font-size:14px;
	line-height:25px;
	font-weight:bolder;
	margin-top:14px;
	margin-left:16px
}
.content-related {
	background:#fff;
	margin-bottom:20px
}
.padd-rel-news {
	padding:0 15px 16px
}
.news_rate_like_img_up,
.news_rate_like_img_down {
	display:block;
	cursor:pointer;
	float:left
}
.news_rate_like_img_down:after {
	content:'\f004';
	font-family:FontAwesome;
	font-size:19px;
	color:#af0001;
	float:left;
	padding-right:9px
}
.date_content {
	padding:0 20px
}
.news_rate_like_img_up:after {
	content:'\f08a';
	font-family:FontAwesome;
	font-size:19px;
	color:#af0001;
	float:left;
	padding-right:9px
}
#like_txt_id {
	display:block;
	font:13px/25px iransans;
	color:#00003c;
	text-align:center;
	float:left;
	padding-right:10px
}
.like_number {
	font:13px/25px iranSansMediumNumber;
	text-align:center;
	display:block;
	color:#af0001;
	float:right
}
.SayError {
	min-width:80px;
	margin-right:auto;
	float:left
}
.send_error_bot i {
	font-size:15px;
	color:#ff9c00;
	padding-left:11px;
	margin-right:22px
}
#news .sectionHeader,.col-lef-news .moduletable h3,.col-right-news .moduletable h3 {
	font:18px/27px iransansbold
}
@media only screen and (min-width:320px) and (max-width:479px) {
	.image_lead img {
	height:200px !important
	}
}
@media only screen and (min-width:480px) and (max-width:767px) {
	.image_lead img {
	height:300px !important
	}
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.image_lead img {
	height:490px !important
	}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
	.image_lead img {
	height:313px !important
	}
	.short_link_news {
	margin-bottom:10px
	}
	.SayError {
	width:100%;
	float:right
	}
	.news_rate_like_img_up,
	.news_rate_like_img_down {
	float:right
	}
}
@media only screen and (min-width:320px) and (max-width:767px) {
	.news-pdate {
	float:none;
	margin:10px 0
	}
	.short_link_news {
	margin-bottom:20px
	}
	.SayError {
	width:100%;
	float:right
	}
	.news_rate_like_img_up,
	.news_rate_like_img_down {
	float:right;
	padding-right:9px
	}
	.padd-col-main-news {
	margin-bottom:20px
	}
	.print-send-save-size {
	margin:10px 0
	}
}
.mail-svg .cls-1 {
	fill:none;
	stroke:#878787;
	stroke-linecap:round;
	stroke-linejoin:round;
	stroke-width:2px
}
.mail-svg {
	width:18px;
	height:15px
}
.print-svg {
	fill:#878787;
	width:22px;
	height:19px
}
.sve-svg {
	width:16px;
	height:16px
}
.sve-svg .cls-1 {
	fill:#878787
}
.share-top-news svg:hover {
	fill:var(--topmenuBG)
}
.mail-svg:hover .cls-1,
.sve-svg:hover .cls-1 {
	stroke:var(--topmenuBG);
	cursor:pointer
}
.rutitr {
	padding:0 20px;
	font:13px/20px Iransans;
	color:#424242
}
.image_lead img {
	width:100%;
	height:392px;
	display:block;
	margin-bottom:20px
}
.subtitle {
	padding:0 20px;
	color:#505050;
	font:13px/24px Iransans;
	margin-bottom:40px
}
.news-id {
	padding-bottom:5px;
	padding-top:0;
	width:100%;
	position:relative;
	border-bottom:1px solid #e2e2e2;
	margin-bottom:22px
}
.news_id_c {
	color:#747474;
	float:right;
	font:13px/19px iranSans;
	text-align:right;
	width:auto;
	background-color:#fff;
	padding:0 10px;
	margin:0 10px;
	position:absolute;
	top:-5px
}
.res-size-news {
	position:absolute;
	top:-5px;
	left:0;
	background-color:#fff;
	padding:0 10px;
	margin:0 10px
}
.res-size-news a svg {
	width:21px;
	fill:#8f8f8f
}
.res-size-news a svg:hover {
	fill:var(--topmenuBG)
}
.news_size_up,
.news_size_reset {
	margin-right:12px
}
.album_list_content {
	margin-bottom:10px
}
.body img {
	max-width:100%;
	overflow:hidden;
	border-radius:10px
}
.content_item {
	border-bottom:1px solid #e5e5f1;
	margin-bottom:23px;
	padding-bottom:23px
}
.content_item.hotnews {
	border-bottom:none
}
.icon-live-blog-title {
	color:#000;
	font-size:9px;
	float:right;
	line-height:28px
}
.live-blog-header a {
	font:15px/25px iransansmedium;
	color:#000;
	display:block;
	text-align:right;
	margin-right:20px
}
.live-blog-header time {
	font:16px/47px iransansmedium
}
.hotnews {
	border-right:2px solid var(--topmenuBG);
	background:#f6f6f6;
	padding:20px
}
.live-blog-header a:hover {
	color:#c20000
}
.date_content time {
	color:#6b6b6b;
	font:12px/22px iranSansMediumNumber;
	direction:rtl;
	float:right
}
.liveBlogbody {
	color:#2c2c2c;
	font:13px/22px iransans;
	padding:0 20px
}
#answer_container_2 {
	background:#f1f1f1
}
@media only screen and (min-width:320px) and (max-width:479px) {
	.grid_item img {
	height:86px
	}
}
@media only screen and (min-width:480px) and (max-width:767px) {
	.grid_item img {
	height:131px
	}
}
.ads-news-page {
	padding:0 22px
}
.ads-news-page img {
	margin:10px auto
}
.video-js .vjs-big-play-button span.vjs-icon-placeholder:before {
	content:none !important
}
.video-js .vjs-big-play-button span.vjs-icon-placeholder {
	background:url('../images/play_videojs.svg') no-repeat !important;
	display:block;
	width:100px;
	height:100px
}
body#news .video-js .vjs-big-play-button:focus,
body#news .video-js:hover .vjs-big-play-button {
	background-color:transparent
}
body#news .vjs-big-play-button {
	left:45% !important;
	top:40% !important
}
body#news .videojs_main.sticky.sticky1 .vjs-big-play-button span.vjs-icon-placeholder {
	background:url('../images/play_videojs1.svg') no-repeat !important;
	display:block;
	width:60px;
	height:60px
}
.borderTopComent {
	border-top:2px solid #c20101;
	padding-top:10px
}
.vjs-remaining-time-display {
	position:absolute;
	right:-4px;
	top:5px;
	color:#fff;
	font:12px/24px iransansmedium
}
.comm-r .form-group {
	height:44px
}
.qr {
	margin:0 auto;
	width:30%
}
.qr img {
	width:60%;
	display:block;
	margin:10px auto
}
@media only screen and (min-width:320px) and (max-width:767px) {
	.qr img {
	width:100%
	}
}
.comments_topic_b {
	color:#000;
	font:15px/25px;
	height:24px;
	margin-left:10px;
	text-align:center;
	text-decoration:none
}
.comments_topic,
.comments_topic2 {
	color:#000;
	font:18px/27px iransansbold;
	margin-left:10px;
	text-decoration:none;
	width:100%
}
.comments_container {
	overflow:hidden;
	padding:0 20px 20px
}
.comments_item {
	width:100%;
	margin-bottom:20px
}
.admin_icon {
	margin-left:5px;
	margin-bottom:0;
	margin-top:2px;
	color:#2f2f2f;
	float:right
}
.comments {
	padding:20px 0 10px;
	font:13.5px/22px IRANSANSmedium;
	color:#3f3f3f;
	text-align:justify;
	margin-bottom:8px
}
.comm_admin_reply p {
	margin:0
}
.comments_form_container {
	width:100%
}
.main-comment {
	background:#dae9ff;
	margin-top:10px;
	border-radius:4px;
	padding:25px 23px;
	margin-bottom:10px
}
.replay_comm .main-comment .frm_label {
	color:#011e4a;
	font:13.6px/29px iransanslight;
	margin:0
}
.comm_title_box {
	width:100%;
	overflow:hidden;
	background:#afc7d9
}
.send-comm {
	position:relative;
	display:block
}
.send-comm input {
	height:27px;
	background-color:#0544a5;
	color:#fff;
	border:none;
	padding:0 18px 0 11px;
	border-radius:15px;
	width:90px;
	font:13px/27px IRANSANSmedium;
	position:absolute;
	z-index:9999999
}
.box-cancle input {
	margin-top:35px;
	height:27px;
	background-color:#0544a5;
	color:#fff;
	border:none;
	padding:0 18px 0 11px;
	border-radius:15px;
	width:90px;
	font:13px/27px IRANSANSmedium
}
.padd-cm-button {
	margin-top:100px
}
#comment_message {
	min-height:131px
}
.send-box {
	width:76px;
	height:76px;
	background:#fff;
	border:2px solid #ccd4df;
	border-radius:50%;
	color:#000;
	font:13px/26px IRANSANSmedium;
	position:absolute;
	top:-67px;
	right:7px;
	text-align:center
}
.send-box span:first-child {
	padding:9px 7px 0
}
.send-box span {
	padding:0 7px 0;
	display:block
}
.box-email {
	margin-bottom:0
}
@media (min-width:480px) {
	.comm_title_box {
	padding-right:18px;
	height:25px
	}
}
@media (max-width:480px) {
	.comm_title_box {
	height:51px
	}
}
.com_title {
	width:137px;
	height:29px;
	overflow:hidden;
	text-decoration:none;
	font:normal 11px tahoma;
	text-align:right;
	line-height:29px;
	color:#000;
	float:right;
	text-indent:23px
}
.com_title_u {
	height:24px;
	overflow:hidden;
	font:normal 10px tahoma;
	line-height:22px;
	color:#6f6f6f;
	margin-right:0;
	padding-right:5px;
	text-align:center
}
.comm_title_u span,
.comm_title_p span {
	font:10px tahoma;
	line-height:16px
}
.comm_info_bar {
	overflow:hidden;
	border-bottom:1px dotted #696969;
	padding-bottom:17px
}
.comm_answer_link {
	height:32px;
	float:left;
	font:15px IRANSANS;
	text-align:left;
	color:#fff;
	line-height:32px;
	overflow:hidden;
	background:#FC9900;
	padding:0 24px;
	border-radius:5px;
	width:auto
}
.comm_answer_link:hover {
	background:var(--topmenuBG);
	color:#fff
}
.comm_answer_link:hover a {
	color:#fff
}
.comm_answer_link a {
	font:14px iransansmedium;
	color:#fff;
	text-decoration:none;
	line-height:32px;
	display:block !important
}
.comm_info {
	height:26px;
	float:right;
	overflow:hidden
}
.comm_info_content {
	width:auto;
	height:26px;
	float:right
}
.comm_sep {
	width:1px;
	height:26px;
	float:right;
	font:11px tahoma;
	color:silver;
	line-height:24px
}
.comm_info_name {
	height:26px;
	font:14px/30px IRANSANS;
	color:#000;
	float:right;
	text-align:center;
	overflow:hidden;
	border-left:1px solid #d5d5d5;
	padding-left:15px
}
.comm_info_name i {
	padding-left:8px;
	font-size:23px;
	margin-top:1px;
	display:block;
	color:#c0142d;
	float:right
}
.comm_info_country {
	width:50px;
	height:30px;
	font:11px tahoma;
	color:#000;
	text-align:center;
	float:right;
	line-height:30px;
	border-left:1px solid #cde0fe;
	padding:10px 15px 0
}
.comm_info_country img {
	display:block;
	margin:auto
}
.comm_info_date {
	height:30px;
	font:13.5px/30px iransans;
	color:#4a4a4a;
	text-align:center;
	float:right;
	padding-right:21px
}
.comm_rating {
	height:20px;
	float:left;
	padding-top:6px
}
.rating_down {
	overflow:hidden;
	float:left;
	text-align:center;
	font:14px/24px iransans;
	color:#df0506
}
.rate_down_link {
	display:block;
	text-decoration:none;
	float:left;
	margin-left:30px;
	cursor:pointer
}
.rate_up_link {
	display:block;
	text-decoration:none;
	float:left;
	cursor:pointer
}
.rating_up {
	overflow:hidden;
	float:left;
	text-align:center;
	font:14px/24px iransans;
	color:#3cc108
}
.comm_answer {
	width:100%;
	padding:0 42px 0 0;
	border-top:2px solid var(--topmenuBG);
	position:relative
}
.comm_admin_reply {
	padding-top:30px;
	color:#24244f;
	padding-right:16px;
	line-height:180%;
	border-bottom:1px solid #d1e2fc;
	padding-bottom:18px
}
.icon-answer {
	width:18px;
	height:13px;
	display:block;
	background:#fff;
	position:absolute;
	top:-10px;
	right:40px
}
.icon-answer svg {
	padding-left:10px;
	stroke:var(--topmenuBG);
	fill:var(--topmenuBG);
	width:34px;
	height:23px;
	position:relative;
	right:-3px
}
.comm_answer_title {
	width:100%;
	height:22px;
	border-bottom:1px solid silver;
	background:url('../images/sar_pasokh.gif') no-repeat right;
	font:11px tahoma;
	text-indent:25px;
	color:#000;
	line-height:21px
}
.b_pasokh {
	width:100%;
	height:7px;
	background:url('../images/b_pasokh.gif') no-repeat right top
}
.comm_answer_content {
	width:100%;
	padding-top:20px
}
.comm_answer_line {
	width:100%;
	border-bottom:1px solid #d5d5d5;
	margin-bottom:21px
}
.comment_answer_1 {
	float:right;
	width:14px
}
.replay_comm .main-comment .form-control {
	border:2px solid #b4d1f3
}
.comment_answer_2 {
	height:26px;
	font:14px/30px IRANSANS;
	color:#505050;
	float:right;
	text-align:center;
	overflow:hidden;
	border-left:1px solid #cde0fe;
	padding-left:15px
}
.comment_answer_2 i {
	padding-left:8px;
	font-size:23px;
	margin-top:1px;
	display:block;
	float:right
}
.comment_answer_3 {
	float:right;
	width:7px
}
.comment_answer_4 {
	float:right;
	width:30px
}
.comment_answer_5 {
	height:30px;
	font:13px/30px iransans;
	color:#4a4a4a;
	text-align:center;
	float:left;
	padding-right:21px
}
.news_comment_header {
	text-align:right
}
.comment_reply_msg {
	color:#116dd6;
	direction:rtl;
	text-align:center;
	padding:5px 30px 5px 5px;
	background:#ededed;
	margin-bottom:5px
}
.comment_answer_c {
	width:100%;
	overflow:hidden;
	border-bottom:1px dotted #696969;
	padding-bottom:17px
}
.comm_info_country_2 {
	width:50px;
	height:30px;
	font:11px tahoma;
	color:#000;
	text-align:center;
	float:right;
	line-height:30px;
	padding:0 15px
}
.comment_answer_c span {
	display:block;
	width:2px;
	height:20px;
	float:right;
	color:#fff;
	padding:0 15px;
	font:11px tahoma;
	line-height:18px
}
@media (min-width:980px) {
	.comment_answer_c span {
	padding:0 15px
	}
}
@media (max-width:980px) {
	.comment_answer_c span {
	padding:0 10px
	}
}
.marg-t-cm-form {
	margin-top:20px
}
#comm_b {
	padding:15px 0
}
.padd-cm {
	padding-left:25px
}
#comment-form {
	margin-bottom:20px
}
#news .form-group {
	background-color:#fff;
	border-radius:5px;
	padding:4px 10px;
	margin-bottom:10px;
	width:100%;
	overflow:hidden;
	border:1px solid #bdbdbd
}
#comment-form .form-group-2 {
	background-color:#FC9900;
	border-radius:5px
}
#news .form-group-2 input {
	width:100%;
	background-color:unset;
	font:14px/24px Iransans;
	color:#fff;
	border:none;
	padding:7px 20px;
	height:40px
}
#news .form-control {
	background-color:unset;
	border:none;
	box-shadow:none;
	font:13px/24px Iransans;
	color:#FC9900;
	padding:0 7px 0 0;
	height:30px;
	border-radius:unset
}
#comment-form #comm_b {
	padding:30px 0 0
}
#news textarea {
	height:142px !important
}
#news .frm_label {
	font:14px/33px Iransans;
	color:#FC9900
}
#news .control-label {
	padding:0
}
#news .comm-r {
	padding-left:5px !important;
	padding-right:0 !important
}
#news .comm-l {
	padding-right:5px !important;
	padding-left:0 !important
}
.comm-l .form-control {
	padding-top:3px !important
}
.padd-cm-parent {
	padding:0 20px 8px
}
.sectionHeadercom {
	margin-bottom:10px !important
}
#news #answer-comment-form #comment_mail {
	padding-right:21px !important
}
.text-area-answer-comm .form-group textarea {
	padding-top:6px !important
}
.text-area-answer-comm {
	padding:0
}
.padd-cm {
	padding:0 0 0 20px !important
}
.border_comm {
	width:100%;
	background-color:#FC9900;
	border-radius:5px;
	height:40px;
	padding:8px 0
}
.border_comm input {
	width:100%;
	background-color:unset;
	border:none
}
.border_comm .border_btn {
	font:14px/24px Iransans;
	color:#fff
}
@media only screen and (min-width:992px) and (max-width:1199px) {
	#answer-comment-form .form-group:nth-child(2) .form-control {
	width:70% !important
	}
	#news #answer-comment-form #comment_mail {
	padding:0 !important
	}
	.comm_info,
	.comm_info_content,
	.comm_info_name {
	height:auto
	}
}
.comm-answer-border {
	background:#f1f1f1;
	padding:20px;
	border-radius:5px
}
.title-answer-comm {
	font:17px/54px iransansmedium
}
@media only screen and (max-width:767px) {
	#news #comments .comm-r,
	#news #comments .comm-l {
	padding:0 !important
	}
}
.title-answer-comm span {
	padding-right:12px
}
@media only screen and (min-width:320px) and (max-width:767px) {
	.comm_admin_reply {
	clear:both
	}
	.comm_answer_link {
	margin-top:10px
	}
	.com_title_u,
	.com_title_p,
	.com_title_n {
	display:none
	}
}
#com_mail,
#com_name {
	text-align:right;
	color:#262626
}
#com_mail::-webkit-input-placeholder {
	color:#262626
}
#com_name::-webkit-input-placeholder {
	color:#262626
}
#com_message::-webkit-input-placeholder {
	color:#262626
}
#com_message::-moz-placeholder {
	color:#262626;
	opacity:1
}
#com_name::-moz-placeholder {
	color:#262626;
	opacity:1
}
#com_mail::-moz-placeholder {
	color:#262626;
	opacity:1
}
#com_message::-ms-input-placeholder {
	color:#262626
}
#com_name::-ms-input-placeholder {
	color:#262626
}
#com_mail:-ms-input-placeholder {
	color:#262626
}
.com_title_p {
	overflow:hidden;
	font:12px/12px iransans;
	text-align:left;
	color:#6f6f6f;
	float:left;
	padding-right:5px;
	margin-top:23px;
	border-left:1px solid #9f9f9f;
	padding-left:8px;
	margin-left:8px
}
.com_title_u {
	overflow:hidden;
	font:12px/12px iransans;
	text-align:right;
	color:#6f6f6f;
	float:left;
	margin-right:0;
	padding-left:50px;
	margin-top:23px
}
.com_title_n {
	overflow:hidden;
	font:12px/12px iransans;
	text-align:right;
	color:#6f6f6f;
	float:left;
	margin-top:23px;
	margin-right:0
}
.comm_title_u span,
.comm_title_p span {
	font:10px IRANSans;
	line-height:16px
}
.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 {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg)
}
.fa-rotate-180 {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg)
}
.fa-rotate-270 {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	transform:rotate(270deg)
}
.fa-flip-horizontal {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform:scale(-1,1);
	-ms-transform:scale(-1,1);
	transform:scale(-1,1)
}
.fa-flip-vertical {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform:scale(1,-1);
	-ms-transform:scale(1,-1);
	transform:scale(1,-1)
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter:none
}
.fa-stack {
	display:inline-block;
	height:2em;
	line-height:2.2em;
	position:relative;
	vertical-align:middle;
	width:2em
}
.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-pp:before {
	content:"\f1a7"
}
.fa-pied-piper-alt:before {
	content:"\f1a8"
}
.fa-drupal:before {
	content:"\f1a9"
}
.fa-joomla:before {
	content:"\f1aa"
}
.fa-language:before {
	content:"\f1ab"
}
.fa-fax:before {
	content:"\f1ac"
}
.fa-building:before {
	content:"\f1ad"
}
.fa-child:before {
	content:"\f1ae"
}
.fa-paw:before {
	content:"\f1b0"
}
.fa-spoon:before {
	content:"\f1b1"
}
.fa-cube:before {
	content:"\f1b2"
}
.fa-cubes:before {
	content:"\f1b3"
}
.fa-behance:before {
	content:"\f1b4"
}
.fa-behance-square:before {
	content:"\f1b5"
}
.fa-steam:before {
	content:"\f1b6"
}
.fa-steam-square:before {
	content:"\f1b7"
}
.fa-recycle:before {
	content:"\f1b8"
}
.fa-automobile:before,
.fa-car:before {
	content:"\f1b9"
}
.fa-cab:before,
.fa-taxi:before {
	content:"\f1ba"
}
.fa-tree:before {
	content:"\f1bb"
}
.fa-spotify:before {
	content:"\f1bc"
}
.fa-deviantart:before {
	content:"\f1bd"
}
.fa-soundcloud:before {
	content:"\f1be"
}
.fa-database:before {
	content:"\f1c0"
}
.fa-file-pdf-o:before {
	content:"\f1c1"
}
.fa-file-word-o:before {
	content:"\f1c2"
}
.fa-file-excel-o:before {
	content:"\f1c3"
}
.fa-file-powerpoint-o:before {
	content:"\f1c4"
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content:"\f1c5"
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content:"\f1c6"
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content:"\f1c7"
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
	content:"\f1c8"
}
.fa-file-code-o:before {
	content:"\f1c9"
}
.fa-vine:before {
	content:"\f1ca"
}
.fa-codepen:before {
	content:"\f1cb"
}
.fa-jsfiddle:before {
	content:"\f1cc"
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content:"\f1cd"
}
.fa-circle-o-notch:before {
	content:"\f1ce"
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content:"\f1d0"
}
.fa-ge:before,
.fa-empire:before {
	content:"\f1d1"
}
.fa-git-square:before {
	content:"\f1d2"
}
.fa-git:before {
	content:"\f1d3"
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content:"\f1d4"
}
.fa-tencent-weibo:before {
	content:"\f1d5"
}
.fa-qq:before {
	content:"\f1d6"
}
.fa-wechat:before,
.fa-weixin:before {
	content:"\f1d7"
}
.fa-send:before,
.fa-paper-plane:before {
	content:"\f1d8"
}
.fa-send-o:before,
.fa-paper-plane-o:before {
	content:"\f1d9"
}
.fa-history:before {
	content:"\f1da"
}
.fa-circle-thin:before {
	content:"\f1db"
}
.fa-header:before {
	content:"\f1dc"
}
.fa-paragraph:before {
	content:"\f1dd"
}
.fa-sliders:before {
	content:"\f1de"
}
.fa-share-alt:before {
	content:"\f1e0"
}
.fa-share-alt-square:before {
	content:"\f1e1"
}
.fa-bomb:before {
	content:"\f1e2"
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content:"\f1e3"
}
.fa-tty:before {
	content:"\f1e4"
}
.fa-binoculars:before {
	content:"\f1e5"
}
.fa-plug:before {
	content:"\f1e6"
}
.fa-slideshare:before {
	content:"\f1e7"
}
.fa-twitch:before {
	content:"\f1e8"
}
.fa-yelp:before {
	content:"\f1e9"
}
.fa-newspaper-o:before {
	content:"\f1ea"
}
.fa-wifi:before {
	content:"\f1eb"
}
.fa-calculator:before {
	content:"\f1ec"
}
.fa-paypal:before {
	content:"\f1ed"
}
.fa-google-wallet:before {
	content:"\f1ee"
}
.fa-cc-visa:before {
	content:"\f1f0"
}
.fa-cc-mastercard:before {
	content:"\f1f1"
}
.fa-cc-discover:before {
	content:"\f1f2"
}
.fa-cc-amex:before {
	content:"\f1f3"
}
.fa-cc-paypal:before {
	content:"\f1f4"
}
.fa-cc-stripe:before {
	content:"\f1f5"
}
.fa-bell-slash:before {
	content:"\f1f6"
}
.fa-bell-slash-o:before {
	content:"\f1f7"
}
.fa-trash:before {
	content:"\f1f8"
}
.fa-copyright:before {
	content:"\f1f9"
}
.fa-at:before {
	content:"\f1fa"
}
.fa-eyedropper:before {
	content:"\f1fb"
}
.fa-paint-brush:before {
	content:"\f1fc"
}
.fa-birthday-cake:before {
	content:"\f1fd"
}
.fa-area-chart:before {
	content:"\f1fe"
}
.fa-pie-chart:before {
	content:"\f200"
}
.fa-line-chart:before {
	content:"\f201"
}
.fa-lastfm:before {
	content:"\f202"
}
.fa-lastfm-square:before {
	content:"\f203"
}
.fa-toggle-off:before {
	content:"\f204"
}
.fa-toggle-on:before {
	content:"\f205"
}
.fa-bicycle:before {
	content:"\f206"
}
.fa-bus:before {
	content:"\f207"
}
.fa-ioxhost:before {
	content:"\f208"
}
.fa-angellist:before {
	content:"\f209"
}
.fa-cc:before {
	content:"\f20a"
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content:"\f20b"
}
.fa-meanpath:before {
	content:"\f20c"
}
.fa-buysellads:before {
	content:"\f20d"
}
.fa-connectdevelop:before {
	content:"\f20e"
}
.fa-dashcube:before {
	content:"\f210"
}
.fa-forumbee:before {
	content:"\f211"
}
.fa-leanpub:before {
	content:"\f212"
}
.fa-sellsy:before {
	content:"\f213"
}
.fa-shirtsinbulk:before {
	content:"\f214"
}
.fa-simplybuilt:before {
	content:"\f215"
}
.fa-skyatlas:before {
	content:"\f216"
}
.fa-cart-plus:before {
	content:"\f217"
}
.fa-cart-arrow-down:before {
	content:"\f218"
}
.fa-diamond:before {
	content:"\f219"
}
.fa-ship:before {
	content:"\f21a"
}
.fa-user-secret:before {
	content:"\f21b"
}
.fa-motorcycle:before {
	content:"\f21c"
}
.fa-street-view:before {
	content:"\f21d"
}
.fa-heartbeat:before {
	content:"\f21e"
}
.fa-venus:before {
	content:"\f221"
}
.fa-mars:before {
	content:"\f222"
}
.fa-mercury:before {
	content:"\f223"
}
.fa-intersex:before,
.fa-transgender:before {
	content:"\f224"
}
.fa-transgender-alt:before {
	content:"\f225"
}
.fa-venus-double:before {
	content:"\f226"
}
.fa-mars-double:before {
	content:"\f227"
}
.fa-venus-mars:before {
	content:"\f228"
}
.fa-mars-stroke:before {
	content:"\f229"
}
.fa-mars-stroke-v:before {
	content:"\f22a"
}
.fa-mars-stroke-h:before {
	content:"\f22b"
}
.fa-neuter:before {
	content:"\f22c"
}
.fa-genderless:before {
	content:"\f22d"
}
.fa-facebook-official:before {
	content:"\f230"
}
.fa-pinterest-p:before {
	content:"\f231"
}
.fa-whatsapp:before {
	content:"\f232"
}
.fa-server:before {
	content:"\f233"
}
.fa-user-plus:before {
	content:"\f234"
}
.fa-user-times:before {
	content:"\f235"
}
.fa-hotel:before,
.fa-bed:before {
	content:"\f236"
}
.fa-viacoin:before {
	content:"\f237"
}
.fa-train:before {
	content:"\f238"
}
.fa-subway:before {
	content:"\f239"
}
.fa-medium:before {
	content:"\f23a"
}
.fa-yc:before,
.fa-y-combinator:before {
	content:"\f23b"
}
.fa-optin-monster:before {
	content:"\f23c"
}
.fa-opencart:before {
	content:"\f23d"
}
.fa-expeditedssl:before {
	content:"\f23e"
}
.fa-battery-4:before,
.fa-battery-full:before {
	content:"\f240"
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content:"\f241"
}
.fa-battery-2:before,
.fa-battery-half:before {
	content:"\f242"
}
.fa-battery-1:before,
.fa-battery-quarter:before {
	content:"\f243"
}
.fa-battery-0:before,
.fa-battery-empty:before {
	content:"\f244"
}
.fa-mouse-pointer:before {
	content:"\f245"
}
.fa-i-cursor:before {
	content:"\f246"
}
.fa-object-group:before {
	content:"\f247"
}
.fa-object-ungroup:before {
	content:"\f248"
}
.fa-sticky-note:before {
	content:"\f249"
}
.fa-sticky-note-o:before {
	content:"\f24a"
}
.fa-cc-jcb:before {
	content:"\f24b"
}
.fa-cc-diners-club:before {
	content:"\f24c"
}
.fa-clone:before {
	content:"\f24d"
}
.fa-balance-scale:before {
	content:"\f24e"
}
.fa-hourglass-o:before {
	content:"\f250"
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content:"\f251"
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content:"\f252"
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content:"\f253"
}
.fa-hourglass:before {
	content:"\f254"
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content:"\f255"
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content:"\f256"
}
.fa-hand-scissors-o:before {
	content:"\f257"
}
.fa-hand-lizard-o:before {
	content:"\f258"
}
.fa-hand-spock-o:before {
	content:"\f259"
}
.fa-hand-pointer-o:before {
	content:"\f25a"
}
.fa-hand-peace-o:before {
	content:"\f25b"
}
.fa-trademark:before {
	content:"\f25c"
}
.fa-registered:before {
	content:"\f25d"
}
.fa-creative-commons:before {
	content:"\f25e"
}
.fa-gg:before {
	content:"\f260"
}
.fa-gg-circle:before {
	content:"\f261"
}
.fa-tripadvisor:before {
	content:"\f262"
}
.fa-odnoklassniki:before {
	content:"\f263"
}
.fa-odnoklassniki-square:before {
	content:"\f264"
}
.fa-get-pocket:before {
	content:"\f265"
}
.fa-wikipedia-w:before {
	content:"\f266"
}
.fa-safari:before {
	content:"\f267"
}
.fa-chrome:before {
	content:"\f268"
}
.fa-firefox:before {
	content:"\f269"
}
.fa-opera:before {
	content:"\f26a"
}
.fa-internet-explorer:before {
	content:"\f26b"
}
.fa-tv:before,
.fa-television:before {
	content:"\f26c"
}
.fa-contao:before {
	content:"\f26d"
}
.fa-500px:before {
	content:"\f26e"
}
.fa-amazon:before {
	content:"\f270"
}
.fa-calendar-plus-o:before {
	content:"\f271"
}
.fa-calendar-minus-o:before {
	content:"\f272"
}
.fa-calendar-times-o:before {
	content:"\f273"
}
.fa-calendar-check-o:before {
	content:"\f274"
}
.fa-industry:before {
	content:"\f275"
}
.fa-map-pin:before {
	content:"\f276"
}
.fa-map-signs:before {
	content:"\f277"
}
.fa-map-o:before {
	content:"\f278"
}
.fa-map:before {
	content:"\f279"
}
.fa-commenting:before {
	content:"\f27a"
}
.fa-commenting-o:before {
	content:"\f27b"
}
.fa-houzz:before {
	content:"\f27c"
}
.fa-vimeo:before {
	content:"\f27d"
}
.fa-black-tie:before {
	content:"\f27e"
}
.fa-fonticons:before {
	content:"\f280"
}
.fa-reddit-alien:before {
	content:"\f281"
}
.fa-edge:before {
	content:"\f282"
}
.fa-credit-card-alt:before {
	content:"\f283"
}
.fa-codiepie:before {
	content:"\f284"
}
.fa-modx:before {
	content:"\f285"
}
.fa-fort-awesome:before {
	content:"\f286"
}
.fa-usb:before {
	content:"\f287"
}
.fa-product-hunt:before {
	content:"\f288"
}
.fa-mixcloud:before {
	content:"\f289"
}
.fa-scribd:before {
	content:"\f28a"
}
.fa-pause-circle:before {
	content:"\f28b"
}
.fa-pause-circle-o:before {
	content:"\f28c"
}
.fa-stop-circle:before {
	content:"\f28d"
}
.fa-stop-circle-o:before {
	content:"\f28e"
}
.fa-shopping-bag:before {
	content:"\f290"
}
.fa-shopping-basket:before {
	content:"\f291"
}
.fa-hashtag:before {
	content:"\f292"
}
.fa-bluetooth:before {
	content:"\f293"
}
.fa-bluetooth-b:before {
	content:"\f294"
}
.fa-percent:before {
	content:"\f295"
}
.fa-gitlab:before {
	content:"\f296"
}
.fa-wpbeginner:before {
	content:"\f297"
}
.fa-wpforms:before {
	content:"\f298"
}
.fa-envira:before {
	content:"\f299"
}
.fa-universal-access:before {
	content:"\f29a"
}
.fa-wheelchair-alt:before {
	content:"\f29b"
}
.fa-question-circle-o:before {
	content:"\f29c"
}
.fa-blind:before {
	content:"\f29d"
}
.fa-audio-description:before {
	content:"\f29e"
}
.fa-volume-control-phone:before {
	content:"\f2a0"
}
.fa-braille:before {
	content:"\f2a1"
}
.fa-assistive-listening-systems:before {
	content:"\f2a2"
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content:"\f2a3"
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content:"\f2a4"
}
.fa-glide:before {
	content:"\f2a5"
}
.fa-glide-g:before {
	content:"\f2a6"
}
.fa-signing:before,
.fa-sign-language:before {
	content:"\f2a7"
}
.fa-low-vision:before {
	content:"\f2a8"
}
.fa-viadeo:before {
	content:"\f2a9"
}
.fa-viadeo-square:before {
	content:"\f2aa"
}
.fa-snapchat:before {
	content:"\f2ab"
}
.fa-snapchat-ghost:before {
	content:"\f2ac"
}
.fa-snapchat-square:before {
	content:"\f2ad"
}
.fa-pied-piper:before {
	content:"\f2ae"
}
.fa-first-order:before {
	content:"\f2b0"
}
.fa-yoast:before {
	content:"\f2b1"
}
.fa-themeisle:before {
	content:"\f2b2"
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content:"\f2b3"
}
.fa-fa:before,
.fa-font-awesome:before {
	content:"\f2b4"
}
.sr-only {
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0,0,0,0);
	border:0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position:static;
	width:auto;
	height:auto;
	margin:0;
	overflow:visible;
	clip:auto
}
body:after {
	content:url('../images/close.png');
	display:none
}
.lightboxOverlay {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	background-color:#000;
	filter:alpha(opacity=80);
	opacity:.8;
	display:none
}
.lightbox {
	position:absolute;
	left:0;
	width:100%;
	z-index:10000;
	text-align:center;
	line-height:0;
	font-weight:400
}
.lightbox .lb-image {
	display:block;
	height:auto;
	max-width:inherit;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px
}
.lightbox a img {
	border:none
}
.lb-outerContainer {
	position:relative;
	background-color:#020100;
	*zoom:1;
	width:250px;
	height:250px;
	margin:0 auto;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px
}
.lb-outerContainer:after {
	content:"";
	display:table;
	clear:both
}
.lb-container {
	padding:20px
}
.lb-loader {
	position:absolute;
	top:43%;
	left:0;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0
}
.lb-cancel {
	display:block;
	width:32px;
	height:32px;
	margin:0 auto;
	background:url('../images/loading.gif') no-repeat
}
.lb-nav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10
}
.lb-container>.nav {
	left:0
}
.lb-nav a {
	outline:none;
}
.lb-prev,
.lb-next {
	height:100%;
	cursor:pointer;
	display:block
}
.lb-nav a.lb-prev {
	width:50%;
	left:0;
	float:left;
	background:url('../images/prev_grid_ax.png') left 48% no-repeat;
	filter:alpha(opacity=0);
	opacity:0;
	-webkit-transition:opacity .6s;
	-moz-transition:opacity .6s;
	-o-transition:opacity .6s;
	transition:opacity .6s
}
.lb-nav a.lb-prev:hover {
	filter:alpha(opacity=100);
	opacity:1
}
.lb-nav a.lb-next {
	width:50%;
	right:0;
	float:right;
	background:url('../images/next_grid_ax.png') right 48% no-repeat;
	filter:alpha(opacity=0);
	opacity:0;
	-webkit-transition:opacity .6s;
	-moz-transition:opacity .6s;
	-o-transition:opacity .6s;
	transition:opacity .6s
}
.lb-nav a.lb-next:hover {
	filter:alpha(opacity=100);
	opacity:1
}
.lb-dataContainer {
	margin:0 auto;
	padding:0 0 10px;
	*zoom:1;
	background:#020100;
	width:100%;
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px
}
.lb-dataContainer:after {
	content:"";
	display:table;
	clear:both
}
.lb-data {
	padding:0 10px;
	width:100%;
	color:#ccc
}
.lb-data .lb-details {
	width:90%;
	float:left;
	text-align:right;
	font:12px/1.1em iransans
}
.lb-data .lb-caption {
	font:13px/24px iransans;
	color:#fff;
	float:right;
	text-align:justify;
	direction:rtl;
	padding-left:30px
}
.lb-data .lb-number {
	float:left;
	margin-right:10px;
	display:block;
	padding-top:5px;
	font:bold 19px iransans;
	color:#999
}
.lb-closeContainer {
	float:right
}
.lb-data .lb-close {
	display:block;
	float:right;
	width:26px;
	height:26px;
	background:url('../images/ax_close.gif') top right no-repeat;
	text-align:right;
	outline:none;
	filter:alpha(opacity=70);
	opacity:.7;
	-webkit-transition:opacity .2s;
	-moz-transition:opacity .2s;
	-o-transition:opacity .2s;
	transition:opacity .2s
}
.lb-data .lb-close:hover {
	cursor:pointer;
	filter:alpha(opacity=100);
	opacity:1;
	background-position:right bottom
}
.lb-details .lb-prev {
	display:block;
	float:left;
	width:9px;
	height:14px;
	margin-right:12px;
	background:url('../images/ax_btn_bsar.gif') no-repeat -19px -14px;
	margin-top:7px
}
.lb-details .lb-next {
	display:block;
	float:left;
	width:9px;
	height:14px;
	margin-right:16px;
	margin-top:7px;
	background:url('../images/ax_btn_bsar.gif') no-repeat -71px -14px
}
.lb-details .lb-prev:hover {
	background-position:-19px -56px
}
.lb-details .lb-next:hover {
	background-position:-71px -56px
}
.grid_item {
	border-radius:10px
}
#jquery-overlay {
	position:absolute;
	top:0;
	left:0;
	z-index:90;
	width:100%;
	height:500px
}
#jquery-lightbox {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:100;
	text-align:center;
	line-height:0
}
#jquery-lightbox a img {
	border:none
}
#lightbox-container-image-box {
	position:relative;
	background-color:#fff;
	width:250px;
	height:250px;
	margin:0 auto
}
#lightbox-container-image {
	padding:10px
}
#lightbox-loading {
	position:absolute;
	top:40%;
	left:0;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0
}
#lightbox-nav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10
}
#lightbox-container-image-box>#lightbox-nav {
	left:0
}
#lightbox-nav a {
	outline:none
}
#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
	width:49%;
	height:100%;
	zoom:1;
	display:block
}
#lightbox-nav-btnPrev {
	left:0;
	float:left
}
#lightbox-nav-btnNext {
	right:0;
	float:right
}
#lightbox-container-image-data-box {
	font:10px Tahoma,Verdana,Helvetica,sans-serif;
	background-color:#fff;
	margin:0 auto;
	line-height:1.4em;
	overflow:auto;
	width:100%;
	padding:0 10px 0
}
#lightbox-container-image-data {
	padding:0;
	color:#666
}
#lightbox-container-image-data #lightbox-image-details {
	width:100%;
	text-align:justify;
	direction:rtl
}
#lightbox-image-details-caption {
	font-weight:400
}
#lightbox-image-details-currentNumber {
	text-align:right;
	display:block;
	clear:left;
	padding-bottom:1em;
	padding-top:1em
}
#lightbox-secNav-btnClose {
	width:66px;
	float:left;
	padding-bottom:.7em
}
.grid_item {
	width:100%;
	padding:19px;
	line-height:60px;
	float:left;
	text-align:center;
	border:1px solid #e0e0e0;
	background:#f8f8f8;
	margin:0 2px 2px 0
}
.w-100{
	width:100%;
}
.page-header h1{
	font-size:16px;
	font-weight: bold;
}
:root {
  --s-space:8px;
  --l-space:16px;
  --height:120px;
  --b-c:#fff;
  --c-c:#0a0a0a26;
  --font:15px;
}
.YN.yn-footer-sticky {
  position:fixed!important;
  font-family:inherit;
  direction:rtl!important;
  bottom:0;
  right:0;
  width:100%;
  height:var(--height);
  margin:0;
  font-size:var(--font)!important;
  z-index:2147483647!important;
  -webkit-transform:translateY(150%);
  -ms-transform:translateY(150%);
  transform:translateY(150%);
  -webkit-transition:-webkit-transform 0.5s ease-in-out;
  transition:-webkit-transform 0.5s ease-in-out;
  -o-transition:transform 0.5s ease-in-out;
  transition:transform 0.5s ease-in-out;
  transition:transform 0.5s ease-in-out,-webkit-transform 0.5s ease-in-out;
}
.YN.yn-footer-sticky.open{
  bottom:-200px;
}
.YN.yn-footer-sticky a,
.YN.yn-footer-sticky a:hover {
  text-decoration:none!important;
  font-family:inherit!important;
  cursor: pointer;
  display: inline!important;
  padding: initial;
  color:#000!important;
}
.YN.yn-footer-sticky.yn-borderbox *,
.YN.yn-footer-sticky.yn-borderbox {
  -webkit-box-sizing:border-box!important;
  -moz-box-sizing:border-box!important;
  box-sizing:border-box!important;
}
.YN.yn-footer-sticky img {
  border:initial!important;
  padding:initial!important;
  -webkit-box-shadow:none;
  box-shadow:none!important;
  margin:initial!important;
}
.YN.yn-footer-sticky .yn-sticky-container {
  position:relative;
  height:100%;
}
.YN.yn-footer-sticky .yn-sticky-item .yn-img-wrapper {
  display:flex;
}
.YN.yn-footer-sticky .yn-sticky-item .yn-img-wrapper img {
  height:calc(var(--height) - 2*var(--s-space))!important;
  width:auto!important;
  aspect-ratio:1.5!important;
  object-fit:contain!important;
  border-radius:8px!important;
}
.YN.yn-footer-sticky .yn-sticky-item {
  display:flex;
  flex-wrap:nowrap;
  height:100%;
  align-items:center;
  box-sizing:border-box;
  background-color:var(--b-c);
  padding:var(--s-space);
  box-shadow:0px 4px 20px 0px rgba(20, 20, 20, 0.16);
}
.YN.yn-footer-sticky .yn-sticky-content {
  height:100%;
  margin-right:calc(var(--l-space));
  display:flex;
  flex-direction:column;
  flex-grow:1;
  align-items:center;
}
.YN.yn-footer-sticky .yn-sticky-title {
  line-height:18px;
  flex-grow:1;
  display:flex;
  align-items:center;
  width:100%;
}
.YN.yn-footer-sticky .yn-sticky-title span {
  display:-webkit-box;
  max-width:calc(100%);
  overflow:hidden;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
.YN.yn-footer-sticky .yn-sticky-cta-wrapper {
  display:flex;
  align-self:flex-end;
  align-items:baseline;
}
.YN.yn-footer-sticky .yn-sticky-cta {
  display:flex;
  align-items:center;
  height:28px;
  white-space:nowrap;
  padding:var(--s-space) calc(1.5*var(--l-space));
  margin:var(--s-space) var(--l-space);
  background-color:#3B3B3B!important;
  border-radius:6px;
  color:#fff;
  font-weight:bolder;
  margin-bottom:0;
  animation:bubble 1.5s linear infinite;
  animation-delay: 15s;
}
.YN.yn-footer-sticky .yn-sticky-content .yn-prod-disc {
  background-color:#E01515;
  font-weight:bolder;
  color:#fff;
  border-radius:16px;
  padding:4px 10px;
  line-height:19px;
}
.YN.yn-footer-sticky .yn-sticky-close {
  position:absolute;
  top:-25px;
  left:0;
  border-top-right-radius:10px;
  background-color:var(--c-c);
  display:flex;
  align-items:center;
  box-shadow: 0px -4px 4px 2px rgb(20 20 20 / 6%);
  cursor:pointer;
}
.YN.yn-footer-sticky .yn-sticky-close::after {
  content:' ';
  position:absolute;
  bottom:1px;
  right:-9px;
  height:10px;
  width:10px;
  background:radial-gradient( circle at top left, transparent calc(70% - 1px), var(--c-c) calc(73% - 0.3px), var(--c-c) calc(68% + 1px), var(--c-c) calc(68% + 1.3px) );
  transform:rotate(90deg);
}
.YN.yn-footer-sticky .yn-sticky-close img {
  width:35px!important;
  height:26px!important;
  transition:0.5s transform ease;
  -webkit-transition:0.5s transform ease;
  -ms-transition:0.5s transform ease;
}
.YN.yn-footer-sticky .yn-sticky-logo {
  position:absolute;
  top:-26px;
  height:26px;
  right:0;
  border-top-left-radius:10px;
  background-color:var(--c-c);
  display:flex;
  align-items:center;
  padding:0 6px;
  transition:top 0.5s ease;
  box-shadow:-2px -4px 8px 2px rgb(20 20 20 / 6%);
}
.YN.yn-footer-sticky .yn-sticky-logo::after {
  content:' ';
  position:absolute;
  bottom:0px;
  left:-9px;
  height:10px;
  width:10px;
  background:radial-gradient( circle at top left, transparent calc(70% - 1px), var(--c-c) calc(73% - 0.3px), var(--c-c) calc(68% + 1px), var(--c-c) calc(68% + 1.3px) );
}
.YN.yn-footer-sticky .yn-sticky-logo img {
  height:18px!important;
  object-fit:contain!important;
  aspect-ratio:auto!important;
}
.YN.yn-footer-sticky .yn-sticky-content .yn-price {
  color:#E22C2C;
  margin-left:var(--l-space)
}
.YN.yn-footer-sticky .yn-sticky-container.desktop {
  display:flex;
  background-color: var(--c-c);
  backdrop-filter: blur(3px);
}
.YN.yn-footer-sticky .desktop a {
  display:block!important;
  margin:auto!important;
  min-width:60%;
}
.YN.yn-footer-sticky .desktop .yn-sticky-item {
  height:100px;
  border-radius:var(--s-space);
}
.YN.yn-footer-sticky .desktop .yn-sticky-item .yn-img-wrapper img {
  height:calc(100px - 2 * var(--s-space))!important;
}
.YN.yn-footer-sticky .yn-sticky-logo {
  position:static;
  background-color:var(--b-c);
  padding:unset!important;
  z-index:0!important;
  box-shadow:unset;
}
.YN.yn-footer-sticky .desktop .yn-sticky-title {
  flex-direction:column;
  align-items:start;
}
.YN.yn-footer-sticky .desktop .yn-sticky-content {
  flex-direction:row;
}
.YN.yn-footer-sticky .desktop .yn-sticky-cta-wrapper {
  align-self:unset;
  width:unset;
}
.YN.yn-footer-sticky .desktop .yn-sticky-cta {
  height:36px;
  margin-right:var(--l-space);
}
.YN.yn-footer-sticky .desktop .yn-sticky-content .yn-price-info {
  display:flex;
  flex-direction:column;
  padding-right:8px;
}
.YN.yn-footer-sticky .desktop .yn-sticky-content .yn-price-info>div:first-child {
  display:flex;
}
.YN.yn-footer-sticky .desktop .yn-sticky-content .yn-old-price {
  color:#8C8C8C;
  padding-right:4px;
}
.YN.yn-footer-sticky .desktop .yn-sticky-close {
  top:-26px;
  left:50px;
  border-top-left-radius:10px;
  box-shadow:unset;
}
.YN.yn-footer-sticky .desktop .yn-sticky-close img {
  width:55px!important;
}
.YN.yn-footer-sticky .desktop .yn-sticky-close::after {
  display:none;
}
@keyframes bubble {
  0%,
  100% {
    transform:scale(0.97);
    -webkit-transform:scale(0.97);
    -ms-transform:scale(0.97);
  }
  50% {
    transform: scale(1.07);
    -webkit-transform:scale(1.07);
    -ms-transform:scale(1.07);
  }
}
.left.item-image{
	width:100%;
	float:right;
	margin-bottom:15px;
	border-radius:10px;
	overflow:hidden;
}
#div_eRasanehTrustseal_98408 img{
	width:70px;
}
.left.item-image img{
	width:100%;
	height:auto;
}