
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.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;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.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(//www.babakrashvand.com//components/com_jux_portfolio_pro/assets/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-theme .owl-controls{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-controls .owl-nav [class*=owl-]{
	color:#fff;
	font-size:14px;
	margin:5px;padding:4px 7px;
	background:#d6d6d6;
	display:inline-block;
	cursor:pointer;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}
.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}
.owl-theme .owl-dots .owl-dot span{
	width:10px;
	height:10px;
	margin:5px 7px;
	background:#d6d6d6;
	display:block;
	-webkit-backface-visibility:
	visible;-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}



/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(//www.babakrashvand.com//components/com_jux_portfolio_pro/assets/css/../fonts/fontawesome-webfont.eot?v=4.6.3);src:url(//www.babakrashvand.com//components/com_jux_portfolio_pro/assets/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(//www.babakrashvand.com//components/com_jux_portfolio_pro/assets/css/../fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(//www.babakrashvand.com//components/com_jux_portfolio_pro/assets/css/../fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(//www.babakrashvand.com//components/com_jux_portfolio_pro/assets/css/../fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(//www.babakrashvand.com//components/com_jux_portfolio_pro/assets/css/../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#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}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -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: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.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: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !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;
  }
  select {
    background: #fff !important;
  }
  .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;
  }
}
/*---------- Scaffolding ----------*/
* {
  -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 {
  line-height: 1.428571429;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.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 #eeeeee;
}
.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;
}
/*---------- Type ----------*/

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: normal;
  line-height: 1;
  color: #777777;
}

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 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%;
}

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: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
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.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
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.428571429;
  color: #777777;
}
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 #eeeeee;
  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.428571429;
}
/*---------- Type ----------*/
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: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  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;
}
/*---------- Grid ----------*/
.jux-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .jux-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .jux-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .jux-container {
    width: 1170px;
  }
}
.jux-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.jux-row {
  margin-left: -15px;
  margin-right: -15px;
}
.jux-col-xs-1, .jux-col-sm-1, .jux-col-md-1, .jux-col-lg-1, .jux-col-xs-2, .jux-col-sm-2, .jux-col-md-2, .jux-col-lg-2, .jux-col-xs-3, .jux-col-sm-3, .jux-col-md-3, .jux-col-lg-3, .jux-col-xs-4, .jux-col-sm-4, .jux-col-md-4, .jux-col-lg-4, .jux-col-xs-5, .jux-col-sm-5, .jux-col-md-5, .jux-col-lg-5, .jux-col-xs-6, .jux-col-sm-6, .jux-col-md-6, .jux-col-lg-6, .jux-col-xs-7, .jux-col-sm-7, .jux-col-md-7, .jux-col-lg-7, .jux-col-xs-8, .jux-col-sm-8, .jux-col-md-8, .jux-col-lg-8, .jux-col-xs-9, .jux-col-sm-9, .jux-col-md-9, .jux-col-lg-9, .jux-col-xs-10, .jux-col-sm-10, .jux-col-md-10, .jux-col-lg-10, .jux-col-xs-11, .jux-col-sm-11, .jux-col-md-11, .jux-col-lg-11, .jux-col-xs-12, .jux-col-sm-12, .jux-col-md-12, .jux-col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.jux-col-xs-1, .jux-col-xs-2, .jux-col-xs-3, .jux-col-xs-4, .jux-col-xs-5, .jux-col-xs-6, .jux-col-xs-7, .jux-col-xs-8, .jux-col-xs-9, .jux-col-xs-10, .jux-col-xs-11, .jux-col-xs-12 {
  float: left;
}
.jux-col-xs-12 {
  width: 100%;
}
.jux-col-xs-11 {
  width: 91.66666666666666%;
}
.jux-col-xs-10 {
  width: 83.33333333333334%;
}
.jux-col-xs-9 {
  width: 75%;
}
.jux-col-xs-8 {
  width: 66.66666666666666%;
}
.jux-col-xs-7 {
  width: 58.333333333333336%;
}
.jux-col-xs-6 {
  width: 50%;
}
.jux-col-xs-5 {
  width: 41.66666666666667%;
}
.jux-col-xs-4 {
  width: 33.33333333333333%;
}
.jux-col-xs-3 {
  width: 25%;
}
.jux-col-xs-2 {
  width: 16.666666666666664%;
}
.jux-col-xs-1 {
  width: 8.333333333333332%;
}
.jux-col-xs-pull-12 {
  right: 100%;
}
.jux-col-xs-pull-11 {
  right: 91.66666666666666%;
}
.jux-col-xs-pull-10 {
  right: 83.33333333333334%;
}
.jux-col-xs-pull-9 {
  right: 75%;
}
.jux-col-xs-pull-8 {
  right: 66.66666666666666%;
}
.jux-col-xs-pull-7 {
  right: 58.333333333333336%;
}
.jux-col-xs-pull-6 {
  right: 50%;
}
.jux-col-xs-pull-5 {
  right: 41.66666666666667%;
}
.jux-col-xs-pull-4 {
  right: 33.33333333333333%;
}
.jux-col-xs-pull-3 {
  right: 25%;
}
.jux-col-xs-pull-2 {
  right: 16.666666666666664%;
}
.jux-col-xs-pull-1 {
  right: 8.333333333333332%;
}
.jux-col-xs-pull-0 {
  right: auto;
}
.jux-col-xs-push-12 {
  left: 100%;
}
.jux-col-xs-push-11 {
  left: 91.66666666666666%;
}
.jux-col-xs-push-10 {
  left: 83.33333333333334%;
}
.jux-col-xs-push-9 {
  left: 75%;
}
.jux-col-xs-push-8 {
  left: 66.66666666666666%;
}
.jux-col-xs-push-7 {
  left: 58.333333333333336%;
}
.jux-col-xs-push-6 {
  left: 50%;
}
.jux-col-xs-push-5 {
  left: 41.66666666666667%;
}
.jux-col-xs-push-4 {
  left: 33.33333333333333%;
}
.jux-col-xs-push-3 {
  left: 25%;
}
.jux-col-xs-push-2 {
  left: 16.666666666666664%;
}
.jux-col-xs-push-1 {
  left: 8.333333333333332%;
}
.jux-col-xs-push-0 {
  left: auto;
}
.jux-col-xs-offset-12 {
  margin-left: 100%;
}
.jux-col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.jux-col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.jux-col-xs-offset-9 {
  margin-left: 75%;
}
.jux-col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.jux-col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.jux-col-xs-offset-6 {
  margin-left: 50%;
}
.jux-col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.jux-col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.jux-col-xs-offset-3 {
  margin-left: 25%;
}
.jux-col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.jux-col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.jux-col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .jux-col-sm-1, .jux-col-sm-2, .jux-col-sm-3, .jux-col-sm-4, .jux-col-sm-5, .jux-col-sm-6, .jux-col-sm-7, .jux-col-sm-8, .jux-col-sm-9, .jux-col-sm-10, .jux-col-sm-11, .jux-col-sm-12 {
    float: left;
  }
  .jux-col-sm-12 {
    width: 100%;
  }
  .jux-col-sm-11 {
    width: 91.66666666666666%;
  }
  .jux-col-sm-10 {
    width: 83.33333333333334%;
  }
  .jux-col-sm-9 {
    width: 75%;
  }
  .jux-col-sm-8 {
    width: 66.66666666666666%;
  }
  .jux-col-sm-7 {
    width: 58.333333333333336%;
  }
  .jux-col-sm-6 {
    width: 50%;
  }
  .jux-col-sm-5 {
    width: 41.66666666666667%;
  }
  .jux-col-sm-4 {
    width: 33.33333333333333%;
  }
  .jux-col-sm-3 {
    width: 25%;
  }
  .jux-col-sm-2 {
    width: 16.666666666666664%;
  }
  .jux-col-sm-1 {
    width: 8.333333333333332%;
  }
  .jux-col-sm-pull-12 {
    right: 100%;
  }
  .jux-col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .jux-col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .jux-col-sm-pull-9 {
    right: 75%;
  }
  .jux-col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .jux-col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .jux-col-sm-pull-6 {
    right: 50%;
  }
  .jux-col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .jux-col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .jux-col-sm-pull-3 {
    right: 25%;
  }
  .jux-col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .jux-col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .jux-col-sm-pull-0 {
    right: auto;
  }
  .jux-col-sm-push-12 {
    left: 100%;
  }
  .jux-col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .jux-col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .jux-col-sm-push-9 {
    left: 75%;
  }
  .jux-col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .jux-col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .jux-col-sm-push-6 {
    left: 50%;
  }
  .jux-col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .jux-col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .jux-col-sm-push-3 {
    left: 25%;
  }
  .jux-col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .jux-col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .jux-col-sm-push-0 {
    left: auto;
  }
  .jux-col-sm-offset-12 {
    margin-left: 100%;
  }
  .jux-col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .jux-col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .jux-col-sm-offset-9 {
    margin-left: 75%;
  }
  .jux-col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .jux-col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .jux-col-sm-offset-6 {
    margin-left: 50%;
  }
  .jux-col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .jux-col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .jux-col-sm-offset-3 {
    margin-left: 25%;
  }
  .jux-col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .jux-col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .jux-col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .jux-col-md-1, .jux-col-md-2, .jux-col-md-3, .jux-col-md-4, .jux-col-md-5, .jux-col-md-6, .jux-col-md-7, .jux-col-md-8, .jux-col-md-9, .jux-col-md-10, .jux-col-md-11, .jux-col-md-12 {
    float: left;
  }
  .jux-col-md-12 {
    width: 100%;
  }
  .jux-col-md-11 {
    width: 91.66666666666666%;
  }
  .jux-col-md-10 {
    width: 83.33333333333334%;
  }
  .jux-col-md-9 {
    width: 75%;
  }
  .jux-col-md-8 {
    width: 66.66666666666666%;
  }
  .jux-col-md-7 {
    width: 58.333333333333336%;
  }
  .jux-col-md-6 {
    width: 50%;
  }
  .jux-col-md-5 {
    width: 41.66666666666667%;
  }
  .jux-col-md-4 {
    width: 33.33333333333333%;
  }
  .jux-col-md-3 {
    width: 25%;
  }
  .jux-col-md-2 {
    width: 16.666666666666664%;
  }
  .jux-col-md-1 {
    width: 8.333333333333332%;
  }
  .jux-col-md-pull-12 {
    right: 100%;
  }
  .jux-col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .jux-col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .jux-col-md-pull-9 {
    right: 75%;
  }
  .jux-col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .jux-col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .jux-col-md-pull-6 {
    right: 50%;
  }
  .jux-col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .jux-col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .jux-col-md-pull-3 {
    right: 25%;
  }
  .jux-col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .jux-col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .jux-col-md-pull-0 {
    right: auto;
  }
  .jux-col-md-push-12 {
    left: 100%;
  }
  .jux-col-md-push-11 {
    left: 91.66666666666666%;
  }
  .jux-col-md-push-10 {
    left: 83.33333333333334%;
  }
  .jux-col-md-push-9 {
    left: 75%;
  }
  .jux-col-md-push-8 {
    left: 66.66666666666666%;
  }
  .jux-col-md-push-7 {
    left: 58.333333333333336%;
  }
  .jux-col-md-push-6 {
    left: 50%;
  }
  .jux-col-md-push-5 {
    left: 41.66666666666667%;
  }
  .jux-col-md-push-4 {
    left: 33.33333333333333%;
  }
  .jux-col-md-push-3 {
    left: 25%;
  }
  .jux-col-md-push-2 {
    left: 16.666666666666664%;
  }
  .jux-col-md-push-1 {
    left: 8.333333333333332%;
  }
  .jux-col-md-push-0 {
    left: auto;
  }
  .jux-col-md-offset-12 {
    margin-left: 100%;
  }
  .jux-col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .jux-col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .jux-col-md-offset-9 {
    margin-left: 75%;
  }
  .jux-col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .jux-col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .jux-col-md-offset-6 {
    margin-left: 50%;
  }
  .jux-col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .jux-col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .jux-col-md-offset-3 {
    margin-left: 25%;
  }
  .jux-col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .jux-col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .jux-col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .jux-col-lg-1, .jux-col-lg-2, .jux-col-lg-3, .jux-col-lg-4, .jux-col-lg-5, .jux-col-lg-6, .jux-col-lg-7, .jux-col-lg-8, .jux-col-lg-9, .jux-col-lg-10, .jux-col-lg-11, .jux-col-lg-12 {
    float: left;
  }
  .jux-col-lg-12 {
    width: 100%;
  }
  .jux-col-lg-11 {
    width: 91.66666666666666%;
  }
  .jux-col-lg-10 {
    width: 83.33333333333334%;
  }
  .jux-col-lg-9 {
    width: 75%;
  }
  .jux-col-lg-8 {
    width: 66.66666666666666%;
  }
  .jux-col-lg-7 {
    width: 58.333333333333336%;
  }
  .jux-col-lg-6 {
    width: 50%;
  }
  .jux-col-lg-5 {
    width: 41.66666666666667%;
  }
  .jux-col-lg-4 {
    width: 33.33333333333333%;
  }
  .jux-col-lg-3 {
    width: 25%;
  }
  .jux-col-lg-2 {
    width: 16.666666666666664%;
  }
  .jux-col-lg-1 {
    width: 8.333333333333332%;
  }
  .jux-col-lg-pull-12 {
    right: 100%;
  }
  .jux-col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .jux-col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .jux-col-lg-pull-9 {
    right: 75%;
  }
  .jux-col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .jux-col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .jux-col-lg-pull-6 {
    right: 50%;
  }
  .jux-col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .jux-col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .jux-col-lg-pull-3 {
    right: 25%;
  }
  .jux-col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .jux-col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .jux-col-lg-pull-0 {
    right: auto;
  }
  .jux-col-lg-push-12 {
    left: 100%;
  }
  .jux-col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .jux-col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .jux-col-lg-push-9 {
    left: 75%;
  }
  .jux-col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .jux-col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .jux-col-lg-push-6 {
    left: 50%;
  }
  .jux-col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .jux-col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .jux-col-lg-push-3 {
    left: 25%;
  }
  .jux-col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .jux-col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .jux-col-lg-push-0 {
    left: auto;
  }
  .jux-col-lg-offset-12 {
    margin-left: 100%;
  }
  .jux-col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .jux-col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .jux-col-lg-offset-9 {
    margin-left: 75%;
  }
  .jux-col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .jux-col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .jux-col-lg-offset-6 {
    margin-left: 50%;
  }
  .jux-col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .jux-col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .jux-col-lg-offset-3 {
    margin-left: 25%;
  }
  .jux-col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .jux-col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .jux-col-lg-offset-0 {
    margin-left: 0%;
  }
}
/*---------- Tables ----------*/
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.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.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.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 #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.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 #dddddd;
}
.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 #dddddd;
}
.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: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .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;
  }
}
/*---------- Forms ----------*/
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: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-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, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  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"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    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: normal;
  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: normal;
  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;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.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;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.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 {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .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, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 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, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 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, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 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: -15px;
  margin-right: -15px;
}
@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: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
/*---------- Buttons ----------*/
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.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: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.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: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.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: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.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: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.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: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.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: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  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: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  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%;
}
/*---------- Utilities ----------*/
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.jux-container:before,
.jux-container:after,
.jux-container-fluid:before,
.jux-container-fluid:after,
.jux-row:before,
.jux-row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.jux-container:after,
.jux-container-fluid:after,
.jux-row:after,
.form-horizontal .form-group: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;
}
/*---------- Responsive Utilities ----------*/
@-ms-viewport {
  width: device-width;
}
.jux-visible-xs,
.jux-visible-sm,
.jux-visible-md,
.jux-visible-lg {
  display: none !important;
}
.jux-visible-xs-block,
.jux-visible-xs-inline,
.jux-visible-xs-inline-block,
.jux-visible-sm-block,
.jux-visible-sm-inline,
.jux-visible-sm-inline-block,
.jux-visible-md-block,
.jux-visible-md-inline,
.jux-visible-md-inline-block,
.jux-visible-lg-block,
.jux-visible-lg-inline,
.jux-visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .jux-visible-xs {
    display: block !important;
  }
  table.jux-visible-xs {
    display: table;
  }
  tr.jux-visible-xs {
    display: table-row !important;
  }
  th.jux-visible-xs,
  td.jux-visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .jux-visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .jux-visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .jux-visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .jux-visible-sm {
    display: block !important;
  }
  table.jux-visible-sm {
    display: table;
  }
  tr.jux-visible-sm {
    display: table-row !important;
  }
  th.jux-visible-sm,
  td.jux-visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .jux-visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .jux-visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .jux-visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .jux-visible-md {
    display: block !important;
  }
  table.jux-visible-md {
    display: table;
  }
  tr.jux-visible-md {
    display: table-row !important;
  }
  th.jux-visible-md,
  td.jux-visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .jux-visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .jux-visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .jux-visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .jux-visible-lg {
    display: block !important;
  }
  table.jux-visible-lg {
    display: table;
  }
  tr.jux-visible-lg {
    display: table-row !important;
  }
  th.jux-visible-lg,
  td.jux-visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .jux-visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .jux-visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .jux-visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .jux-hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .jux-hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .jux-hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .jux-hidden-lg {
    display: none !important;
  }
}
.jux-visible-print {
  display: none !important;
}
@media print {
  .jux-visible-print {
    display: block !important;
  }
  table.jux-visible-print {
    display: table;
  }
  tr.jux-visible-print {
    display: table-row !important;
  }
  th.jux-visible-print,
  td.jux-visible-print {
    display: table-cell !important;
  }
}
.jux-visible-print-block {
  display: none !important;
}
@media print {
  .jux-visible-print-block {
    display: block !important;
  }
}
.jux-visible-print-inline {
  display: none !important;
}
@media print {
  .jux-visible-print-inline {
    display: inline !important;
  }
}
.jux-visible-print-inline-block {
  display: none !important;
}
@media print {
  .jux-visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .jux-hidden-print {
    display: none !important;
  }
}

/*
 * Nivo Lightbox v1.2.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

.nivo-lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
	visibility: visible;
	opacity: 1;
}
.nivo-lightbox-wrap  {
	position: absolute;
	top: 10%;
	bottom: 10%;
	left: 10%;
	right: 10%;
}
.nivo-lightbox-content {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-title-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
}
.nivo-lightbox-nav { display: none; }
.nivo-lightbox-prev {
	position: absolute;
	top: 50%;
	left: 0;
}
.nivo-lightbox-next {
	position: absolute;
	top: 50%;
	right: 0;
}
.nivo-lightbox-close {
	position: absolute;
	top: 2%;
	right: 2%;
}

.nivo-lightbox-image { text-align: center; }
.nivo-lightbox-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}
.nivo-lightbox-content iframe {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
	max-height: 100%;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.nivo-lightbox-error {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
	display: table-cell;
	vertical-align: middle;
}

/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}

/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	-webkit-transform: scale(0.7);
	   -moz-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	        transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	   -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	    -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	     -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	        transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
	-webkit-transform: translateX(-10%);
	   -moz-transform: translateX(-10%);
	    -ms-transform: translateX(-10%);
	        transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
	-webkit-transform: translateX(10%);
	   -moz-transform: translateX(10%);
	    -ms-transform: translateX(10%);
	        transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transform: translateY(-10%);
	   -moz-transform: translateY(-10%);
	    -ms-transform: translateY(-10%);
	        transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
	-webkit-transform: translateY(10%);
	   -moz-transform: translateY(10%);
	    -ms-transform: translateY(10%);
	        transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
	-webkit-perspective: 1000px;
	   -moz-perspective: 1000px;
	        perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
	-webkit-transform: translateZ(300px);
	   -moz-transform: translateZ(300px);
	    -ms-transform: translateZ(300px);
	        transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	        transform: translateZ(0);
}

/*
 * Nivo Lightbox Default Theme v1.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
.nivo-lightbox-theme-default.nivo-lightbox-overlay { 
	background: #666;
	background: rgba(0,0,0,0.6); 
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { background: url(//www.babakrashvand.com//components/com_jux_portfolio_pro/assets/css/img/loading.gif) no-repeat 50% 50%; }

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 10%;
	width: 8%;
	height: 80%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover { 
	opacity: 1; 
	//background-color: rgba(0,0,0,0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-prev { 
	background-image: url(//www.babakrashvand.com//components/com_jux_portfolio_pro/assets/css/img/prev.png); 
	border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next { 
	background-image: url(//www.babakrashvand.com//components/com_jux_portfolio_pro/assets/css/img/next.png); 
	border-radius: 3px 0 0 3px;
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
	display: block;
	background: url(//www.babakrashvand.com//components/com_jux_portfolio_pro/assets/css/img/close.png) no-repeat 5px 5px;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	padding: 5px;
	opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover { opacity: 1; }

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
	background: #fff;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	        box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	background: #fff;
	padding: 40px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	        box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

@media (-webkit-min-device-pixel-ratio: 1.3),
       (-o-min-device-pixel-ratio: 2.6/2),
       (min--moz-device-pixel-ratio: 1.3),
       (min-device-pixel-ratio: 1.3),
       (min-resolution: 1.3dppx) {

	.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { 
		background-image: url(//www.babakrashvand.com//components/com_jux_portfolio_pro/assets/css/img/loading@2x.gif); 
		background-size: 32px 32px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-prev { 
		background-image: url(//www.babakrashvand.com//components/com_jux_portfolio_pro/assets/css/img/prev@2x.png); 
		background-size: 48px 48px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-next { 
		background-image: url(//www.babakrashvand.com//components/com_jux_portfolio_pro/assets/css/img/next@2x.png); 
		background-size: 48px 48px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-close { 
		background-image: url(//www.babakrashvand.com//components/com_jux_portfolio_pro/assets/css/img/close@2x.png); 
		background-size: 16px 16px;
	}
	
}





// .post-navigation{
// 	padding: 0;
//     display: table;
//     width: 100%;
//     position: relative;
// }
// .nav-links{
// 	width: 100%;
//     margin: 0 auto;
//     display: table;
// }
// .nav-links a i:hover{
// 	color: #ffdc73;
// }
// .nav-previous, .nav-next{
// 	position: relative;
//     display: table-cell;
//     vertical-align: middle;
//     padding: 15px 0;
//     width: 50%;
//     -webkit-transition: all 0.35s ease;
//     -o-transition: all 0.35s ease;
//     transition: all 0.35s ease;
// }
// .nav-links a  i{
// 	color: #3f3f3f;
//     top: 0;
//     margin-top: 0;
//     text-align: center;
//     height: 50px;
//     width: 60px;
//     line-height: 50px;
//     background-color: #f6f6f6;
//     -webkit-transition: all 0.35s ease;
//     -o-transition: all 0.35s ease;
//     transition: all 0.35s ease;
// }
// .post-navigation-icon{
// 	font-size: 24px;
//     line-height: 1em;
//     width: 20px;
//     display: inline-block;
//     position: absolute;
//     top: 50%;
//     margin-top: -15px;
//     color: #808080;
//     z-index: 1;
// }
// .nav-links > i{
// 	color: #3f3f3f;
//     line-height: 50px;
//     font-size: 28px;
//     -webkit-transition: all 0.35s ease;
//     -o-transition: all 0.35s ease;
//     transition: all 0.35s ease;
// }
// .post-navigation .nav-next {
// 	display: table-cell;
// 	text-align: right;
// }
// .nav-next{
// 	position: relative;
//     display: table-cell;
//     vertical-align: middle;
//     padding: 15px 0;
//     width: 50%;
//     -webkit-transition: all 0.35s ease;
//     -o-transition: all 0.35s ease;
//     transition: all 0.35s ease;
// }
// .post-navigation .nav-links .nav-next .post-navigation-icon{
// 	right: 0;
// }

.post-navigation {
  padding: 0;
  display: table;
  width: 100%;
  position: relative;
}
.post-navigation .nav-links {
  width: 100%;
  margin: 0 auto;
  display: table;
}
.post-navigation .nav-links a i:hover {
  color: #ffdc73;
}
.post-navigation .nav-links > i {
  color: #3f3f3f;
  line-height: 50px;
  font-size: 28px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.post-navigation .nav-links a i {
  color: #3f3f3f;
  top: 0;
  margin-top: 0;
  text-align: center;
  height: 50px;
  width: 60px;
  line-height: 50px;
  background-color: #f6f6f6;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 15px 0;
  width: 50%;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.post-navigation .post-navigation-icon {
  font-size: 24px;
  line-height: 1em;
  width: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  color: #808080;
  z-index: 1;
}
.post-navigation .nav-next {
  text-align: right;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 15px 0;
  width: 50%;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.post-navigation .nav-next .post-navigation-icon {
  right: 0;
}

@media only screen and (min-width: 1025px) {
  .jux-desciption {
    width: 64%;
  }
  .jux-more-data {
    width: 33%;
  }
}
@media only screen and (min-width: 780px) and (max-width: 1024px) {
  .jux-desciption {
    width: 64%;
  }
  .jux-more-data {
    width: 32%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 780px) {
  .jux-desciption {
    width: 64%;
  }
  .jux-more-data {
    width: 32%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .jux-desciption {
    width: 100%;
  }
  .jux-more-data {
    width: 100%;
  }
}
#jux-portfolio-pro {
  float: left;
  width: 100%;
}
#jux-portfolio-pro .jux-content {
  float: left;
  width: 100%;
}
#jux-portfolio-pro .jux-content .jux-image {
  float: left;
  width: 100%;
}
#jux-portfolio-pro .jux-content .jux-footer {
  margin-top: 30px;
  margin-bottom: 100px;
  float: left;
  width: 100%;
}
#jux-portfolio-pro .jux-content .jux-footer .jux-desciption {
  float: left;
  margin-right: 3%;
}
#jux-portfolio-pro .jux-content .jux-footer .jux-des-title {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.0;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 4px;
}
#jux-portfolio-pro .jux-content .jux-footer .jux-des-description {
  font-size: 13px;
  margin-bottom: 50px;
  text-align: justify;
}
#jux-portfolio-pro .jux-content .jux-footer .jux-more-data {
  float: left;
}
#jux-portfolio-pro .jux-content .jux-footer .jux-more-data .jux-data-caption {
  font-weight: bold;
  font-size: 14px;
}
#jux-portfolio-pro .jux-content .jux-footer .jux-more-data .jux-data-content {
  font-size: 13px;
  margin-top: 6px;
  margin-bottom: 25px;
}
#jux-portfolio-pro .jux-content .jux-footer .jux-more-data .jux-data-content a:hover {
  color: #faae40;
  text-decoration: underline;
}
#jux-portfolio-pro .jux-content img {
  width: 100%;
}
#jux-portfolio-pro .jux-image {
  position: relative;
}
#jux-portfolio-pro .jux-image .owl-next,
#jux-portfolio-pro .jux-image .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
#jux-portfolio-pro .jux-image .owl-prev {
  left: 10px;
}
#jux-portfolio-pro .jux-image .owl-next {
  right: 10px;
}
#jux-portfolio-pro .jux-image .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
#jux-portfolio-pro .jux-image .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}
#jux-portfolio-pro .jux-image .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}
#jux-portfolio-pro .jux-image img {
  cursor: pointer;
}
#jux-portfolio-pro .line1 {
  height: 1px;
  background-color: red;
  text-align: center;
  margin: 20px 0px 0px;
  width: 10%;
}
#jux-portfolio-pro .jux-tags {
  line-height: 1.4;
  color: #3f3f3f;
}
#jux-portfolio-pro .jux-tags .tag1 {
  padding: 5px 10px;
  background: #dad7d7;
  margin-right: 5px;
  display: inline-block;
  margin-top: 12px;
}
#jux-portfolio-pro .tag1:hover {
  background: #f1d235;
}
.jux-related-project .jux-clearfix {
  position: relative;
  clear: both;
}
.jux-related-project .jux-clearfix .owl-nav div {
  position: absolute!important;
  top: 45%!important;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 44px;
  width: 44px;
  padding: 0;
  background-color: rgba(128, 128, 128, 0.5);
  text-align: center;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.jux-related-project .jux-clearfix .owl-prev {
  left: 1px;
}
.jux-related-project .jux-clearfix .owl-next {
  right: 1px;
}
.jux-related-project .jux-clearfix .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.jux-related-project .jux-clearfix .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}
.jux-related-project .jux-clearfix .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}
.jux-related-project .jux-image-related {
  float: left;
  position: relative;
}
.jux-related-project .jux-image-related .item-info {
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  opacity: 0;
  width: 100%;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #fff;
}
.jux-related-project .jux-image-related:hover .item-info {
  top: 0;
  opacity: 0.8!important;
}
.jux-related-project .jux-image-related img {
  height: auto;
  cursor: pointer;
}
.jux-related-project .hover_1 .item-info {
  background: radial-gradient(circle, rgba(0, 0, 0, 0.1), #000000) !important;
}
.jux-related-project .hover_1 .jux-link a {
  color: #fff!important;
}
.jux-related-project .hover_1 .jux-link a:hover {
  color: #f8c606!important;
}
.jux-related-project .hover_1 .jux-image-related:hover .item-info {
  top: 0;
  opacity: 1!important;
}
.jux-related-project .hover_2 .item-info {
  border: 10px solid #f8c606;
}
.jux-related-project .hover_2 .jux-image-related:hover .item-info {
  top: 0;
  opacity: 0.8!important;
}
.jux-related-project .hover_3 .jux-image-related .item-info {
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.jux-related-project .hover_3 .jux-image-related:hover .item-info {
  top: 0;
  opacity: 0.9;
  webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#jux-portfolio-pro .gallery-related-project {
  text-align: center;
  text-transform: uppercase;
  color: #3f3f3f;
  width: 100%;
  font-size: 30px;
  position: relative;
  clear: both;
  padding-top: 100px;
  line-height: 1.5;
}
#jux-portfolio-pro .line {
  height: 2px;
  background-color: red;
  text-align: center;
  margin: 10px auto 50px;
  width: 10%;
}
.jux-related-project .jux-clearfix {
  width: 100%;
  height: auto;
  float: left;
}
.jux-related-project .jux-clearfix .jux-image-related .jux-link {
  z-index: 1;
  text-align: center;
  text-transform: capitalize;
  color: #f8c606;
  width: 100%;
  font-size: 14px;
  opacity: 0;
  text-transform: uppercase;
}
.jux-related-project .jux-clearfix .jux-image-related .jux-link a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
}
.jux-related-project .jux-clearfix .jux-image-related .jux-link a:visited,
.jux-related-project .jux-clearfix .jux-image-related .jux-link a:active,
.jux-related-project .jux-clearfix .jux-image-related .jux-link a:link {
  text-decoration: none;
}
.jux-related-project .jux-clearfix .jux-image-related .jux-link a:hover {
  color: #f8c606;
}
.jux-related-project .jux-clearfix .jux-image-related .jux-category1 {
  z-index: 1;
  text-align: center;
  color: #f8c606;
  font-size: 14px;
  width: 100%;
  opacity: 0;
  text-transform: capitalize;
}
.jux-related-project .jux-clearfix .jux-image-related:hover .icon,
.jux-related-project .jux-clearfix .jux-image-related:hover .jux-link,
.jux-related-project .jux-clearfix .jux-image-related:hover .jux-category1 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.jux-related-project .jux-clearfix .item {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  float: left;
}
.jux-related-project .jux-clearfix .item .img {
  overflow: hidden;
  position: relative;
}
.jux-related-project .jux-clearfix .item .juxp-icon {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
}
.jux-related-project .jux-clearfix .item .icon1 {
  position: absolute;
  width: 100%;
  top: 50% !important;
  left: 50% !important;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.jux-related-project .jux-clearfix .item .icon {
  z-index: 1;
  font-weight: bold;
  text-align: center;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  text-transform: capitalize;
}
.jux-related-project .jux-clearfix .item .icon .fa-search {
  z-index: 1;
  color: #ffdc73 !important;
  font-size: 20px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.jux-related-project .jux-clearfix .item .icon .fa-search:hover {
  opacity: 1;
  z-index: 1;
  color: #ffdc73 !important;
  font-size: 30px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.jux-related-project .jux-clearfix .item img {
  width: 100%;
  transition: opacity 0.5s, transform 0.5s;
}
.jux-related-project .jux-clearfix .item:hover .juxp-line:before {
  opacity: 0.5;
  transition: all 0.5s;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.jux-related-project .jux-clearfix .item:hover .icon {
  text-decoration: none;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #f9c600;
  color: #fff;
  text-decoration: none;
}

/**
 * SqueezeBox - Expandable Lightbox
 *
 * Allows to open various content as modal,
 * centered and animated box.
 *
 * @version		1.3
 *
 * @license		MIT-style license
 * @author		Harald Kirschner <mail [at] digitarald.de>
 * @author		Rouven Weßling <me [at] rouvenwessling.de>
 * @copyright	Author
 */

#sbox-overlay {
	position: fixed;
	background-color: #000;
	left: 0px;
	top: 0px;
}

#sbox-window {
	position: absolute;
	background-color: #fff;
	text-align: left;
	overflow: visible;
	padding: 10px;
	/* invalid values, but looks smoother! */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#sbox-window[aria-hidden=true],
#sbox-overlay[aria-hidden=true] {
	display: none;
}

#sbox-btn-close {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -15px;
	top: -15px;
	background: url(//www.babakrashvand.com//media/system/css/../images/modal/closebox.png) no-repeat center;
	border: none;
}

.sbox-loading #sbox-content {
	background-image: url(//www.babakrashvand.com//media/system/css/../images/modal/spinner.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#sbox-content {
	clear: both;
	overflow: auto;
	background-color: #fff;
	height: 100%;
	width: 100%;
}

.sbox-content-image#sbox-content {
	overflow: visible;
}

#sbox-image {
	display: block;
}

.sbox-content-image img {
	display: block;
	width: 100%;
	height: 100%;
}

.sbox-content-iframe#sbox-content {
	overflow: visible;
}

/* Hides scrollbars */
.body-overlayed {
	overflow: hidden;
}

/* Hides flash (Firefox problem) and selects (IE) */
.body-overlayed embed, .body-overlayed object, .body-overlayed select {
	visibility: hidden;
}

#sbox-window embed, #sbox-window object, #sbox-window select {
	visibility: visible;
}

/* Shadows */
#sbox-window.shadow {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.sbox-bg {
	position: absolute;
	width: 33px;
	height: 40px;
}

.sbox-bg-n {
	left: 0;
	top: -40px;
	width: 100%;
	background: url(//www.babakrashvand.com//media/system/css/../images/modal/bg_n.png) repeat-x;
}
.sbox-bg-ne {
	right: -33px;
	top: -40px;
	background: url(//www.babakrashvand.com//media/system/css/../images/modal/bg_ne.png) no-repeat;
}
.sbox-bg-e {
	right: -33px;
	top: 0;
	height: 100%;
	background: url(//www.babakrashvand.com//media/system/css/../images/modal/bg_e.png) repeat-y;
}
.sbox-bg-se {
	right: -33px;
	bottom: -40px;
	background: url(//www.babakrashvand.com//media/system/css/../images/modal/bg_se.png) no-repeat;
}
.sbox-bg-s {
	left: 0;
	bottom: -40px;
	width: 100%;
	background: url(//www.babakrashvand.com//media/system/css/../images/modal/bg_s.png) repeat-x;
}
.sbox-bg-sw {
	left: -33px;
	bottom: -40px;
	background: url(//www.babakrashvand.com//media/system/css/../images/modal/bg_sw.png) no-repeat;
}
.sbox-bg-w {
	left: -33px;
	top: 0;
	height: 100%;
	background: url(//www.babakrashvand.com//media/system/css/../images/modal/bg_w.png) repeat-y;
}
.sbox-bg-nw {
	left: -33px;
	top: -40px;
	background: url(//www.babakrashvand.com//media/system/css/../images/modal/bg_nw.png) no-repeat;
}
@media (max-width: 979px) {
	#sbox-btn-close {
		right: -10px;
		top: -10px;
	}
}
@media (max-device-width: 979px) {
	#sbox-content {
		-webkit-overflow-scrolling: touch;
	}
	#sbox-content.sbox-content-iframe {
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
}

.clearfix{*zoom:1}.clearfix:after,.clearfix:before{display:table;content:"";line-height:0}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fade{opacity:0;-webkit-transition:opacity 0.15s linear;-moz-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear}.fade.in{opacity:1}.collapse{position:relative;height:0;overflow:hidden;-webkit-transition:height 0.35s ease;-moz-transition:height 0.35s ease;-o-transition:height 0.35s ease;transition:height 0.35s ease}.collapse.in{height:auto}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop,.modal-backdrop.fade.in{opacity:0.8;filter:alpha(opacity=80)}.modal-header{border-bottom:1px solid #eee;padding:9px 15px;*zoom:1}.modal-header:after,.modal-header:before{display:table;content:"";line-height:0}.modal-header:after{clear:both}.modal-header .close{float:right;margin-top:2px}.modal-header h3{clear:unset!important;line-height:30px;margin:0}.modal .modal-header button.close{background:#fff!important;font-size:24px!important;font-weight:bold!important;height:auto!important;line-height:1!important;margin:2px!important;padding:4px 6px!important}.modal .modal-header button.close:hover span,.modal .modal-header button.close span{color:#000!important}.modal .modal-header h3{border:0;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}.modal-body{width:98%;position:relative;padding:1%}.modal-body iframe{width:100%;max-height:none;border:0!important}.modal-form{margin-bottom:0}.modal-footer{padding:14px 15px 15px;margin-bottom:0;text-align:right;background-color:#f5f5f5;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;-webkit-box-shadow:inset 0 1px 0 #fff;-moz-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff;*zoom:1}.modal-footer:after,.modal-footer:before{display:table;content:"";line-height:0}.modal-footer:after{clear:both}.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}div.modal{position:fixed;top:5%;left:50%;z-index:1050;width:80%;margin-left:-40%;background-color:#fff;border:1px solid #999;border:1px solid rgba(0, 0, 0, 0.3);*border:1px solid #999;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);-moz-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;outline:none}div.modal.fade{-webkit-transition:opacity 0.3s linear, top 0.3s ease-out;-moz-transition:opacity 0.3s linear, top 0.3s ease-out;-o-transition:opacity 0.3s linear, top 0.3s ease-out;transition:opacity 0.3s linear, top 0.3s ease-out;top:-25%}div.modal.fade.in{top:5%}.modal-batch{overflow-y:visible}.modal-body[class*=jviewport-height],.modal-body[class^=jviewport-height]{max-height:none}.jviewport-height10{height:10vh}.jviewport-height20{height:20vh}.jviewport-height30{height:30vh}.jviewport-height40{height:40vh}.jviewport-height50{height:50vh}.jviewport-height60{height:60vh}.jviewport-height70{height:70vh}.jviewport-height80{height:80vh}.jviewport-height90{height:90vh}.jviewport-height100{height:100vh}div.modal.jviewport-width10{width:10vw;margin-left:-5vw}div.modal.jviewport-width20{width:20vw;margin-left:-10vw}div.modal.jviewport-width30{width:30vw;margin-left:-15vw}div.modal.jviewport-width40{width:40vw;margin-left:-20vw}div.modal.jviewport-width50{width:50vw;margin-left:-25vw}div.modal.jviewport-width60{width:60vw;margin-left:-30vw}div.modal.jviewport-width70{width:70vw;margin-left:-35vw}div.modal.jviewport-width80{width:80vw;margin-left:-40vw}div.modal.jviewport-width90{width:90vw;margin-left:-45vw}div.modal.jviewport-width100{width:100vw;margin-left:-50vw}#mailto-window input[type=checkbox]{height:auto!important;width:auto!important}@media (max-width:480px){#mailto-window .form-horizontal .control-label,#mailto-window label{float:unset}}
/*
#------------------------------------------------------------------------
# Shop and Buy - July Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.anothervista.com
# Support: support@anothervista.com 
*/

.k2FeedIcon a,
a.k2FeedIcon {
	display: block;
	height: 21px;
	line-height: 21px;
	margin: 32px 0 0;
	padding: 0 0 0 32px;
	float: left;
	font-size: 13px;
	color: #999;
	background: url(//www.babakrashvand.com//templates/babak/css/../images/k2/rss.png) no-repeat 0 0;
}
.k2FeedIcon a:hover,
a:hover.k2FeedIcon { color: #222; }
.k2FeedIcon { float: none!important; }
.activeCategory a { color: #FF7E57 }
/* item view */

article header ul + ul {
	border: 1px solid #eee;
	border-left: none;
	border-right: none;
}
article header ul + ul li { line-height: 28px; }
h1 > sup,
h2 > sup {
	background: #ed6363;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 20px;
	padding: 0 8px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	margin-top: 13px;
}
ul li.itemResizer a {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(//www.babakrashvand.com//templates/babak/css/../images/k2/fonts.png) no-repeat 100% 5px;
	text-indent: -9999em;
}
ul li.itemResizer span { padding: 0 6px 0 0; }
ul li.itemResizer #fontIncrease { background-position: 0 5px; }
.smallerFontSize { font-size: 90% !important; }
.largerFontSize { font-size: 115% !important; }
.itemPrint a,
.itemEmail a { color: #282C2F !important }
.itemImageBlock {
	margin: 0 0 32px;
	overflow: hidden;
	position: relative;
}
.itemImage {
	display: block;
	line-height: 0;
	overflow: hidden;
}
.itemImageBlock img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: auto;
	max-width: 100%;
	padding: 0;
	-webkit-transition: all .18s linear;
	-moz-transition: all .18s linear;
	-ms-transition: all .18s linear;
	-o-transition: all .18s linear;
	transition: all .18s linear;
	width: 100%!important;
}
.itemImageBlock img:hover {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
}
.itemImageCaption {
	display: block;
	color: #999;
	padding: 8px 0 0;
	font-size: 11px;
}
.itemImageBlock > a {
	display: block;
	width: 100%;
}
.itemExtraFields ul li span.itemExtraFieldsValue,
.itemLinks .itemCategory a,
.itemLinks .itemTagsBlock ul {
	display: block;
	margin: 0 0 0 21%;
}
.itemBottom .itemRatingBlock span,
.itemBottom .itemRatingBlock .itemRatingList,
.itemBottom .itemRatingBlock .itemRatingForm ul.itemRatingList li,
.itemLinks .itemCategory span,
.itemLinks .itemAttachmentsBlock > span,
.itemExtraFields ul li span.itemExtraFieldsLabel,
.itemLinks .itemTagsBlock span,
.itemLinks .itemTagsBlock ul li,
.latestView .itemsContainer { float: left; }
.latestView { margin: 0 -10px; }
.itemBottom {
	clear: both;
	margin: 0 0 6px;
}
.itemLinks {
	clear: both;
	margin: 38px 0;
}
.itemLinks .itemTagsBlock,
.itemLinks .itemSocialSharing {
	clear: both;
	overflow: hidden;
}
.itemSocialSharing {
	padding: 12px 0 6px;
	margin-top: 38px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.itemExtraFields {
	margin: 8px 0 24px;
	font-size: 12px;
}
.itemExtraFields h3 {
	padding: 0 0 8px;
	font-size: 18px;
}
small.itemDateModified {
	display: block;
	text-align: right;
	font-style: italic
}
.itemRatingBlock { overflow: hidden; }
.itemRatingBlock span { float: left; }
.itemRatingForm {
	display: block;
	vertical-align: middle;
	line-height: 25px;
	margin-left: 20%;
}
.itemRatingLog {
	margin: -2px 0 0;
	padding: 0 0 0 4px;
	float: left;
	line-height: 25px;
	font-size: 11px;
	color: #999
}
span#formLog {
	display: block;
	float: none;
	clear: both;
	color: white;
	background: #FF7E57;
	text-align: center;
	margin: 10px 0;
	position: relative;
	top: 10px;
}
.itemRatingForm .formLogLoading {
	height: 25px;
	padding: 0 0 0 20px;
}
.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating { background: url(//www.babakrashvand.com//templates/babak/css/../images/k2/star.png) left -1000px repeat-x; }
.itemRatingList {
	position: relative;
	float: left;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0 6px !important;
	padding: 0;
	background-position: left top;
}
.itemRatingList li {
	display: inline;
	background: none;
	padding: 0;
	border: none !important;
}
.itemRatingList a,
.itemRatingList .itemCurrentRating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000px;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
	cursor: pointer;
}
.itemRatingList a:hover { background-position: left center; }
.itemRatingList a.one-star {
	width: 20%;
	z-index: 6;
}
.itemRatingList a.two-stars {
	width: 40%;
	z-index: 5;
}
.itemRatingList a.three-stars {
	width: 60%;
	z-index: 4;
}
.itemRatingList a.four-stars {
	width: 80%;
	z-index: 3;
}
.itemRatingList a.five-stars {
	width: 100%;
	z-index: 2;
}
.itemRatingList .itemCurrentRating {
	z-index: 1;
	background-position: 0 bottom;
	margin: 0;
	padding: 0;
}
.itemTags li a,
.k2TagCloudBlock a,
.moduleItemTags a { }
.itemTags li a:hover,
.moduleItemTags a:hover { background-position: 0 100%; }
.k2TagCloudBlock a {
	background-image: none;
	height: auto;
	line-height: normal;
}
.itemExtraFields ul li {
	list-style: none;
	padding: 5px 0;
	border-top: 1px solid #eee;
}
.itemLinks ul li {
	list-style: none;
	margin-right: 10px;
}
.itemTagsBlock ul li:after { content: ","; }
.itemAttachmentsBlock {
	color: #fff;
	margin: 0 0 48px;
	background: #ed6363;
	min-height: 38px;
	padding: 10px;
}
.itemLinks .itemAttachmentsBlock ul li a {
	color: #fff !important;
	font-weight: 400;
	margin-left: 12px;
}
.itemLinks .itemAttachmentsBlock ul li a span {
	font-weight: normal;
	font-size: 11px;
}
.itemLinks .itemSocialSharing > div { float: left; }
.itemAuthorBlock {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	float: left;
	padding: 32px;
}
.itemAuthorBlock > .gkAvatar {
	float: left;
	max-width: 120px;
}
.itemAuthorBlock > .gkAvatar > img { margin: inherit!important }
.itemAuthorBlock .itemAuthorDetails { margin: 0 24px 0 162px; }
.itemAuthorBlock .itemAuthorDetails p { color: #999; margin: 0.5em 0 0.8em; }
.itemAuthorUrl,
.itemAuthorEmail {
	display: block;
	font-size: 12px;
	
}
.itemAuthorData {
	overflow: hidden;
	margin: 0 0 32px;
 padding:;
}
.itemAuthorData h3 {
	font-size: 16px;
	font-weight: 600;
	color: #282C2F;
	margin: 0 0 12px;
	text-transform: uppercase
}
.itemAuthorData a { color: #282C2F !important }
.itemAuthorData .itemAuthorContent { margin: 0; }
.itemAuthorContent {
	margin: 0 0 32px 0;
	overflow: hidden;
}
.itemAuthorContent ul li {
	line-height: 1.6;
	padding: 5px 0;
}
.itemNavigation {
	clear: both;
	padding: 0 0 20px 0;
	font-size: 12px;
	color: #7D7B7A;
}
.itemAuthorContent ul li a:hover { color: #2f3336; }
.itemComments h3,
.itemAuthorContent h3 {
	border-top: 1px solid #eee;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	padding: 38px 0 12px;
	text-transform: uppercase;
}
.itemCommentsForm label {
	display: block;
	clear: both;
	padding: 12px 0 6px
}
.itemCommentsForm textarea,
.itemCommentsForm .inputbox { float: left; }
.itemCommentsForm textarea.inputbox { height: 200px; }
.itemCommentsForm .inputbox { width: 100%; }
.itemCommentsForm #submitCommentButton {
	clear: both;
	margin: 20px 0 0;
}
.itemCommentsForm .itemCommentsFormNotes {
	margin: 0 0 24px;
	
	font-size: 11px;
}
#itemCommentsAnchor { clear: both; }
.itemComments p { color: #999; line-height: 1.7; margin: 1em 0 }
.itemComments .itemCommentsList {
	clear: both;
	padding: 24px 0 12px;
}
.itemComments .itemCommentsList li {
	border-top: 1px solid #eee;
	margin: 0 0 12px;
	padding: 24px 0 0;
}
.itemComments .itemCommentsList li:first-child { border: none; padding: 0; }
.itemComments .itemCommentsList li > div { padding: 10px; }
.itemComments .itemCommentsList li > img { float: left; margin: 18px 0 0;}
.k2LatestCommentsBlock img,
.itemAuthorBlock > .gkAvatar > img {
	float: left;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	margin: 18px 0 0;
}
.itemComments .itemCommentsList li > div { margin: 0 0 0 92px; }
.itemComments .itemCommentsList li span {
	margin-right: 16px;
	font-size: 13px;
	color: #999
}
.itemComments .itemCommentsList li span:first-child {
	
	font-weight: 600;
	color: #282C2F;
}
.itemComments .itemCommentsList li span:first-child a { color: #282C2F !important }
a.commentLink { float: right }
.itemBackToTop { float: right; }
/* Items views */

.itemList ul.itemTags {
	clear: both;
	padding: 12px 0 0 0;
}
.itemTags { padding-left: 4px !important; }
.itemList ul.itemTags li { float: left; }
.clr { clear: both; }
.itemListSubCategories { overflow: hidden; }
.userView article,
.genericView article,
.itemList article {
	clear: both;
	margin-bottom: 32px !important;
}
/*.itemListSubCategories h2*/
.subCategoryContainer {
	float: left;
	margin-bottom: 32px;
}
.subCategoryContainer .subCategory { margin: 0 32px 24px 0; }
.itemContainer { float: left; }
.itemsContainer:first-child .itemList article,
.itemsContainer .itemsContainerWrap .itemList article,
#itemListLeading .itemContainer:first-child article.itemView,
.genericView .itemList article:first-child {
	border: none;
	padding: 0
}
.genericView > header > h1 {
	border-bottom: 1px solid #efefef;
	font-size: 24px;
	margin: 0 0 12px;
	padding: 0 0 20px;
}
#itemListLinks { clear: both; }
#itemListLinks ul { margin: 12px 0 0 0; }
#itemListLinks li {
	font-size: 13px;
}
#itemListLinks a { color: #737373; }
#itemListLinks a:hover { color: #2f3336; }
/* Modules */
/*----------------------------------------------------------------------
Modules:  mod_k2_comments
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
Modules:  mod_k2_comments
----------------------------------------------------------------------*/
/* Latest Comments & Author module*/
.k2LatestCommentsBlock .k2FeedIcon { margin-top: 16px; }
.k2LatestCommentsBlock ul li,
.k2TopCommentersBlock ul li {
	padding: 12px 0 !important;
	list-style: none !important;
	line-height: 1.5 !important;
}
.k2Avatar {
	display: block !important;
	float: left;
	margin: 0 24px 0 0;
}
.lcAvatar { margin: 0 12px 0 0; }
.lcAvatar img { margin: 0; }
.lcUsername {
	font-weight: 600;
	font-size: 12px;
}
.k2LatestCommentsBlock div { margin-left: 72px }
.k2LatestCommentsBlock div p { margin: 0.3em 0 }
.k2AuthorsListBlock ul li {
	border: none;
	border-bottom: 1px solid #eee;
	padding: 12px 0;
}
.k2AuthorsListBlock ul li a.abAuthorLatestItem {
	display: block;
	clear: both;
	margin: 12px 0 0;
	padding: 0 0 0 12px;
	font-size: 11px;
	line-height: 14px;
}
.k2AuthorsListBlock ul li a.abAuthorLatestItem span {
	display: block;
	font-size: 10px;
	color: #777;
}
/* Restriction */
#gkRight .k2Avatar,
#gkLeft .k2Avatar { border-color: #fff; }
/* Top Commenters */
.tcUsername {
	font-size: 18px;
	color: #333;
}
.tcLatestComment {
	display: block;
	margin: 6px 0;
	font-size: 13px;
	color: #737373;
}
.tcLatestCommentDate {
	display: block;
	font-size: 11px;
	color: #999;
}
/*----------------------------------------------------------------------
Modules:  mod_k2_content
----------------------------------------------------------------------*/
div .k2ItemsBlock ul { margin-right: -20px; }
div .k2ItemsBlock ul li {
	margin: 0 0 12px;
	background: none !important;
	padding: 12px 20px 12px 0 !important;
	list-style: none !important;
}
a.moduleItemTitle {
	color: #2f3336;
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
}
.moduleItemAuthor {
	overflow: hidden;
	margin: 0 0 16px;
	font-size: 11px;
	border-bottom: 1px solid #eee;
}
.moduleItemAuthor a {
	color: #2f3336;
	display: block;
	font: bold 12px Verdana, Geneva, sans-serif;
	padding: 0 0 12px;
}
.moduleItemAuthor p { clear: both; }
.moduleItemIntrotext {
	display: block;
	padding: 12px 0 0;
	line-height: 1.6;
}
.moduleItemIntrotext a.moduleItemImage img {
	float: left;
	overflow: hidden;
	margin: 4px 0;
}
.moduleItemDateCreated,
.moduleItemCategory {
	font: normal 10px Verdana, Geneva, sans-serif;
	color: #999;
}
.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 4px 0 0;
	width: 30%;
}
.moduleItemTags,
.moduleAttachments {
	overflow: hidden;
	border-top: 1px solid #eee;
	margin: 12px 0 0;
	padding: 12px 0 0;
}
.moduleItemTags strong {
	font-size: 12px;
	color: #2f3336;
}
.moduleItemTags a { float: right; }
a.moduleItemComments { font-size: 12px; }
a:hover.moduleItemComments {
	background-position: 0 100%;
	color: #fff;
}
.k2ItemsBlock ul li span.moduleItemHits { font-size: 90%; }
.moduleItemImage {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}
.moduleItemReadMore {
	display: block;
	clear: both;
}
/*---Modules:  mod_k2_login ---*/
.k2LoginBlock fieldset.input {
	margin: 0;
	padding: 0 0 8px 0;
}
.k2LoginBlock fieldset.input p {
	margin: 0;
	padding: 0 0 4px 0;
}
.k2LoginBlock fieldset.input p label,
.k2LoginBlock fieldset.input p input { display: block; }
.k2LoginBlock fieldset.input p#form-login-remember label,
.k2LoginBlock fieldset.input p#form-login-remember input { display: inline; }
.k2UserBlock p.ubGreeting { border-bottom: 1px dotted #eee; }
.k2UserBlock .k2UserBlockDetails span.ubName {
	display: block;
	font-weight: bold;
	font-size: 14px;
}
/* ---Modules:  mod_k2_tools ---*/
/* ---Breadcrumbs ---*/
.k2BreadcrumbsBlock span.bcTitle {
	padding: 0 4px 0 0;
	color: #999;
}
.k2BreadcrumbsBlock span.bcSeparator {
	padding: 0 4px;
	font-size: 14px;
}
/* ---Calendar ---*/
.k2CalendarBlock { margin-bottom: 8px; }
/* use this height value so that the calendar height won't change on Month change via ajax */
.k2CalendarLoader { background: #fff; }
.k2CalendarBlock table.calendar {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	border-collapse: collapse;
	border-left: 1px solid #eee;
}
.k2CalendarBlock table.calendar tr td {
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	border: 1px solid #eee;
	background: #fff;
}
.k2CalendarBlock table.calendar tr td.calendarNavMonthPrev,
.k2CalendarBlock table.calendar tr td.calendarNavMonthNext {
	background: #fff;
	text-align: center;
	font-size: 15px !important;
}
.k2CalendarBlock table.calendar tr td.calendarDayName {
	background: #f5f5f5;
	font-size: 11px;
	width: 14.2%;
	color: #333;
	font-weight: 600;
}
.k2CalendarBlock table.calendar tr td.calendarDateEmpty { background: #fbfbfb; }
.k2CalendarBlock table.calendar tr td.calendarDate { font-size: 11px; }
.k2CalendarBlock table.calendar tr td.calendarDateLinked { padding: 0; }
.k2CalendarBlock table.calendar tr td.calendarDateLinked a {
	display: block;
	padding: 2px;
}
.k2CalendarBlock table.calendar tr td.calendarDateLinked a:hover {
	display: block;
	background: #FF7E57;
	color: #fff !important;
	padding: 2px;
}
.k2CalendarBlock table.calendar tr td.calendarToday {
	background: #FF7E57;
	color: #fff;
}
.k2CalendarBlock table.calendar tr td.calendarTodayLinked {
	background: #f5f5f5;
	padding: 0;
}
table.calendar tr td.calendarTodayLinked a {
	display: block;
	padding: 2px;
	color: #FF7E57;
	font-size: 12px;
	font-weight: bold
}
.k2CalendarBlock table.calendar tr td.calendarTodayLinked a:hover {
	display: block;
	background: #FF7E57;
	color: #fff;
	padding: 2px;
}
.calendarNavLink { color: #FF7E57; }
/* restriction */
.gkColumns > aside .k2CalendarBlock table.calendar,
.gkColumns > aside .k2CalendarBlock table.calendar tr td {
	background: none;
	border: none;
	color: #fff;
}
.gkColumns > aside .k2CalendarBlock table.calendar tr td.calendarDateLinked a {
	font-weight: 700;
	font-size: 18px;
}
.gkColumns > aside .calendarNavMonthPrev,
.gkColumns > aside .calendarCurrentMonth,
.gkColumns > aside .calendarNavMonthNext { background: #2f3336 !important; }
.k2TagCloudBlock a {
	color: #999;
	display: block;
	float: left;
	margin: 5px 10px 5px 0;
}
.k2TagCloudBlock a:hover { background: none }
/* ---Category Tree Select Box ---*/
.k2CategorySelectBlock form select { width: auto; }
/*--- Archive module ---*/


.k2ArchivesBlock ul li b {
	color: #ccc;
	font-size: 11px;
	font-weight: 400;
	padding: 0 0 0 4px;
}
/* ---Tag Cloud ---*/
.k2TagCloudBlock {
	padding: 8px 0 0 4px;
	font-size: 15px;
}
.k2TagCloudBlock a {
	float: left;
	margin-bottom: 6px;
}
/* ---Google Search ---*/
#k2Container .gsc-branding-text { text-align: right; }
#k2Container .gsc-control { width: 100%; }
#k2Container .gs-visibleUrl { display: none; }
/* ---Modules:  mod_k2_users ---*/
a.ubUserFeedIcon,
a.ubUserFeedIcon:hover {
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 0;
	width: 16px;
	height: 16px;
}
a.ubUserFeedIcon span,
a.ubUserFeedIcon:hover span { display: none; }
a.ubUserURL,
a.ubUserURL:hover {
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 0;
	width: 16px;
	height: 16px;
}
a.ubUserURL span,
a.ubUserURL:hover span { display: none; }
span.ubUserEmail {
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 0;
	width: 16px;
	height: 16px;
	overflow: hidden;
}
span.ubUserEmail a {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
}
.k2UsersBlock ul li h3 {
	clear: both;
	margin: 8px 0 0 0;
	padding: 0;
}
.catCounter {
	font-size: 11px;
	font-weight: normal;
}
/* Rating form fix */
article header .itemRatingBlock > span { display: none; }
article header .itemRatingBlock > div { margin: 3px 0 0 0; }
/* Fix for the categories view */

.itemContainerLast:first-child .itemImageBlock,
.clr + .itemContainerLast .itemImageBlock { padding: 0; }
.itemCommentsPagination ul li {
	display: inline-block;
	margin: 0 3px;
	font-size: 80%;
}
.itemCommentsPagination ul { text-align: right; }
/* change layout when more than 1 column */
.itemsContainerWrap time + header,
.cols-2 time + header,
.cols-3 time + header,
.cols-4 time + header { padding-left: 0!important; }
.itemsContainer .itemsContainerWrap,
.itemContainer .itemsContainerWrap { margin: 0 10px; }
.itemsContainerWrap .itemView header ul li.itemDate,
.itemsContainerWrap header ul li.item-date,
.cols-2 header ul li.item-date,
.cols-3 header ul li.item-date,
.cols-4 header ul li.item-date { display: block; }
.itemsContainer .itemsContainerWrap .itemList article { margin-bottom: 50px; }
/* Latest Items columns */

#k2Container article header h2 {
	clear: both;
	font-size: 40px;
	line-height: 1.2;
}
#k2Container .itemsContainerWrap article header h2 {
	font-size: 28px;
	line-height: 38px;
}
#k2Container .itemsContainerWrap article header { margin-bottom: 10px; }
.itemIntroText ol,
.itemFullText ol {
	list-style: decimal;
	list-style-position: inside;
}
.itemAuthorContent { clear: both; }
div.itemSocialSharing { overflow: visible!important }

/* 2.7.0 update */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	background: transparent;
}
.itemSocialSharing > div {
	line-height: 1;
	margin-right: 12px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.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;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  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, 0.25);
}
.popover.right .arrow:after {
  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, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  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, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/*! normalize.css 2012-01-22T23:30 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

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

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */

audio:not([controls]) {
    display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
}


/* =============================================================================
   Links
   ========================================================================== */

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
    outline: none;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: none;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

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

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b, 
strong { 
    font-weight: 400; 
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

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

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
    margin: 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9 
 */

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


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3 
 * 3. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
    line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible;  /* 3 */
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */

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

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

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

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/* 
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*
#------------------------------------------------------------------------
# Shop and Buy - July Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.anothervista.com
# Support: support@anothervista.com
*/

/* Base elements and classes */
html {
	border-bottom: 1px solid transparent;
	min-height: 100%;
}
body > div > footer,
body > div > header,
body > div > section,
body > footer,
body > header,
body > section {
	/* class used in the full template-width containers */
	clear: both;
	margin: 0 auto;
}
#gkPageTop {
	overflow: visible; /* Necessary to make menu working */
	width: 100%; /* Necessary to achieve full background width */
}
#gkTop1,
#gkTop2,
#gkBottom1,
#gkBottom2 {
	/* Positions blocks -clearing */
	clear: both;
}

#gkTop1,
#gkTop2 {
	margin: 0 -10px;
	overflow: hidden;
}

#gkTop1 + #gkBreadcrumb,
#gkTop2 + #gkBreadcrumb {
	margin-top: 0;
}

/* clearfix */
#gkPageContent:before,
#gkPageContent:after,
#gkContent:after,
#gkSidebar:after,
#gkSidebar > div:after,
#gkHeaderNav:after,
footer:after,
header:after,
section:after,
aside:after,
article:after,
.box:after,
.content:after,
article header:after,
.itemSocialSharing:after,
#gkTopMenu:after,
article header ul:after,
.gkPage:after,
#gkBreadcrumb:after,
#gkTop1 > div:after,
#gkTop2 > div:after,
#gkBottom1:after,
#gkBottom2:after,
#gkBottom1 > div:after,
#gkBottom2 > div:after {
	clear: both;
	content: "";
	display: table;
}

/* Columns */
#gkContent {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}
#gkComponentWrap,
aside#gkSidebar {
	/* Main columns */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
}
#gkSidebar {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}
#gkContentWrap {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
}
#gkContentWrap.gkSidebarLeft {
	border-right: none;
	float: right;
}

#gkContentWrap + #gkSidebar {
	padding-left: 13px;
}

#gkContentWrap.gkSidebarLeft + #gkSidebar {
	padding-left: 0;
	padding-right: 13px;
}

#gkContentWrap.gkNoSidebar {
	border-left: none;
	border-right: none;
}
#gkContentWrap.gkSidebarLeft + #gkSidebar {
	float: left;
}

.gkContentNoSidebar #gkContentWrap {
	padding-left: 0!important;
	padding-right: 0!important;
}

#gkMainbody .box,
#gkMainbodyTop .box,
#gkMainbodyBottom .box {
	margin: 20px 0 0 0;
	padding-left: 0;
	padding-right: 0;
}

#gkMainbody .box:first-child,
#gkMainbodyTop .box:first-child,
#gkMainbodyBottom .box:first-child {
	margin-top: 0;
}

#gkMainbody .box {
	padding-left: 0!important;
	padding-right: 0!important;
	width: 100%;
}

#gkMainbodyTop + #gkMainbody {
	margin-top: 0;
}

#gkMainbody + #gkMainbodyBottom {
	margin-top: 0;
}

#gkMainbody .box,
#gkMainbodyTop .box,
#gkMainbodyBottom .box {
	padding: 0;
}

/* Module groups */
#gkTop1 .box,
#gkTop2 .box,
#gkBottom1 .box,
#gkBottom2 .box {
	/* Columns in the positions blocks */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
}
/* Joomla columns */
.cols-2 .column-1,
.cols-2 .column-2 {
	width: 50%;
}
.cols-3 .column-1,
.cols-3 .column-2,
.cols-3 .column-3 {
	float: left;
	width: 33.3%;
}
.column-1,
.column-2,
.column-3 {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
}
/*
Layout calculations
 */
#gkMainbody .box {
	margin-top: 30px;
	margin-bottom: 0;
}

#gkMainbody .box:first-child {
	margin-top: 0;
}

/* base spaces */
body > footer:first-child,
body > header:first-child,
body > section:first-child,
#gkPage > div:first-child,
#gkContent > div:first-child,
#gkComponentWrap > div:first-child {
	margin-top: 0;
}
/* Joomla columns */
.cols-2 .column-1,
.cols-3 .column-1 {
	padding-right: 10px;
}
.cols-2 .column-2,
.cols-3 .column-3 {
	padding-left: 10px;
}
.cols-3 .column-2 {
	padding-left: 5px;
	padding-right: 5px;
}
/* top/bottom modules */

/* 3-column layout */
.gkCols3 .box.gkmod-1,
.gkCols3 .box.gkmod-2,
.gkCols3 .box.gkmod-3,
.gkCols3 .box.gkmod-more {
	float: left;
	padding: 0 10px;
}
.gkCols3 .box.gkmod-1 {
	width: 100%;
}
.gkCols3 .box.gkmod-2 {
	width: 50%;
}
.gkCols3 .box.gkmod-3,
.gkCols3 .box.gkmod-more {
	width: 33.3%;
}
.gkCols3 .box.gkmod-more:nth-child(3n+1) {
	clear: both;
}
.gkCols3 .box.gkmod-more.gkmod-last-1:last-child {
	width: 100%!important;
}
.gkCols3 .box.gkmod-more.gkmod-last-2:last-child,
.gkCols3 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 50%!important;
}

/* 4-column layout */
.gkCols4 .box.gkmod-1,
.gkCols4 .box.gkmod-2,
.gkCols4 .box.gkmod-3,
.gkCols4 .box.gkmod-4,
.gkCols4 .box.gkmod-more {
	float: left;
	padding: 0 10px;
}
.gkCols4 .box.gkmod-1 {
	width: 100%;
}
.gkCols4 .box.gkmod-2 {
	width: 50%;
}
.gkCols4 .box.gkmod-3 {
	width: 33.3%;
}
.gkCols4 .box.gkmod-4,
.gkCols4 .box.gkmod-more {
	width: 25%;
}
.gkCols4 .box.gkmod-more:nth-child(4n+1) {
	clear: both;
}
.gkCols4 .box.gkmod-more.gkmod-last-1:last-child {
	width: 100%!important;
}
.gkCols4 .box.gkmod-more.gkmod-last-2:last-child,
.gkCols4 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 50%!important;
}
.gkCols4 .box.gkmod-more.gkmod-last-3:last-child,
.gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
.gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 33.3%!important;
}

/* 6-column layout */
.gkCols6 .box.gkmod-1,
.gkCols6 .box.gkmod-2,
.gkCols6 .box.gkmod-3,
.gkCols6 .box.gkmod-4,
.gkCols6 .box.gkmod-5,
.gkCols6 .box.gkmod-6,
.gkCols6 .box.gkmod-more {
	float: left;
	padding: 0 10px;
}
.gkCols6 .box.gkmod-1 {
	width: 100%;
}
.gkCols6 .box.gkmod-2 {
	width: 50%;
}
.gkCols6 .box.gkmod-3 {
	width: 33.3%;
}
.gkCols6 .box.gkmod-4,
.gkCols6 .box.gkmod-more {
	width: 25%;
}
.gkCols6 .box.gkmod-5,
.gkCols6 .box.gkmod-more {
	width: 20%;
}
.gkCols6 .box.gkmod-6,
.gkCols6 .box.gkmod-more {
	width: 16.66%;
}
.gkCols6 .box.gkmod-more:nth-child(6n+1) {
	clear: both;
}
.gkCols6 .box.gkmod-more.gkmod-last-1:last-child {
	width: 100%!important;
}
.gkCols6 .box.gkmod-more.gkmod-last-2:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 50%!important;
}
.gkCols6 .box.gkmod-more.gkmod-last-3:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
.gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 33.3%!important;
}
.gkCols6 .box.gkmod-more.gkmod-last-4:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(2),
.gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(3),
.gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(4) {
	width: 20%!important;
}
.gkCols6 .box.gkmod-more.gkmod-last-5:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(2),
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(3),
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(4),
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(5) {
	width: 16.66%!important;
}

/* Suffix double */
.gkCols4 .box.double.gkmod-2,
.gkCols6 .box.double.gkmod-2 {
	width: 66.6%;
}
.gkCols4 .box.double.gkmod-2 ~ .box.gkmod-2,
.gkCols6 .box.double.gkmod-2 ~ .box.gkmod-2 {
	width: 33.3%;
}
.gkCols4 .box.double.gkmod-3,
.gkCols6 .box.double.gkmod-3 {
	width: 50%;
}
.gkCols4 .box.double.gkmod-3 ~ .box.gkmod-3,
.gkCols6 .box.double.gkmod-3 ~ .box.gkmod-3 {
	width: 25%;
}
.gkCols4 .box.double.gkmod-4,
.gkCols6 .box.double.gkmod-4 {
	width: 40%;
}
.gkCols4 .box.double.gkmod-4 ~ .box.gkmod-4,
.gkCols6 .box.double.gkmod-4 ~ .box.gkmod-4 {
	width: 20%;
}
.gkCols6 .box.double.gkmod-5 {
	width: 33.3%;
}
.gkCols6 .box.double.gkmod-5 ~ .box.gkmod-5 {
	width: 16.66%;
}
.gkCols6 .box.double.gkmod-6 {
	width: 25%;
}
.gkCols6 .box.double.gkmod-6 ~ .box.gkmod-6 {
	width: 15%;
}
/*
#------------------------------------------------------------------------
# Shop and Buy - July Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.anothervista.com
# Support: support@anothervista.com
*/

button,
.button,
#gkMainbody .itemReadMore,
#gkMainbody .readmore > a,
input.button,
span.button,
button.button,
div.button,
input[type="submit"],
input[type="button"],
.pagenav-prev a,
.pagenav-next a,
.readon,
.pagination ul li a,
.pagination ul li span,
.gkShowCart a,
.profile-edit .btn,
.registration .btn {
  transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  background: #282c2f;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  height: 36px;
  line-height: 36px;
  margin: 0 5px 2px 2px;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
}

.profile-edit .btn,
.registration .btn {
  color: #fff !important;
}

.readon {
  background: #282c2f;
  color: #fff!important;
  display: inline-block;
  float: none;
  font-size: 11px;
  font-weight: normal;
  height: 28px;
  line-height: 28px;
  margin: 35px 0 0 0;
  padding: 0 12px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width: auto;
}

button:hover,
.button:hover,
input.button:hover,
span.button:hover,
button.button:hover,
div.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.pagenav-prev a:hover,
.pagenav-next a:hover,
.readon:hover,
#gkMainbody .itemReadMore:active,
#gkMainbody .itemReadMore:focus,
#gkMainbody .itemReadMore:hover,
#gkMainbody .readmore > a:active,
#gkMainbody .readmore > a:focus,
#gkMainbody .readmore > a:hover,
.readon:active,
.readon:focus,
.readon:hover,
.gkShowCart a:hover,
.profile-edit .btn:hover,
.registration .btn:hover {
  background: #3c5166;
  color: #fff
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
textarea:focus {
  background: #fffef4
}

input[type=checkbox],
.checkbox,
input[type=radio],
.radio {
  background: transparent!important;
  border: none!important;
  height: auto!important;
  margin-top: 7px!important
}

.icon-arrow-up-3,
.icon-arrow-down-3 {
  font-family: "FontAwesome";
}

.icon-arrow-up-3:before {
  content: "\f0d8";
}

.icon-arrow-down-3:before {
  content: "\f0d7";
}

.icon-eye:before {
  content: "\f06e" !important;
  font-family: "FontAwesome" !important;
}

label {
  color: #333;
  font-size: 13px;
  font-weight: 400
}

label.invalid {
  background: #fff;
  border: none!important;
  color: #e25527!important
}

legend {
  color: #333;
  font-size: 22px
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"] {
  -moz-border-radius: 4px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-border-radius: 4px;
  -webkit-box-sizing: border-box;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  box-sizing: border-box;
  color: #9c9c9c;
  font-size: 12px;
  font-weight: 400;
  height: 34px;
  max-width: 100%!important;
  padding: 0 15px
}

select {
  height: inherit;
  padding: 6px
}

select[size="1"] {
  height: 29px!important;
  line-height: 24px
}

select[size] {
  font-size: 12px;
  height: auto
}

.consentbox,
[data-badge="inline"][data-size="invisible"] {
	margin-top: 12px;
}

html.-moz-select {
  padding: 3px 5px
}

table {
  margin-bottom: 20px;
  width: 100%
}

tbody tr td {
  border-bottom: 1px solid #eee;
  padding: 8px
}

tbody tr td p {
  margin: .5em 0
}

textarea {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  max-width: 100%!important;
  padding: 14px
}

th {
  background: #282c2f;
  color: #fff;
  font-weight: 400;
  padding: 10px 8px;
  text-align: left
}

th a {
  color: #fff!important
}

th a:active,
th a:focus,
th a:hover,
article header h1 a:hover,
article header h2 a:hover {
  color: #4c90fe
}

tr:hover {
  background: #fbfbfb
}

.element-invisible {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.element-invisible:focus {
	width: auto;
	height: auto;
	overflow: auto;
	background: #eee;
	color: #000;
	padding: 1em;
}

.form-horizontal .control-group {
	margin-top: 15px;
}

ul.pagenav {
  margin: 0;
  overflow: hidden;
  padding: 0
}

#advanced-search-toggle {
  display: block;
  font-size: 16px;
  padding: 10px 0;
  text-align: center
}

.article-index {
  border: 2px solid #eee;
  float: right;
  font-size: 14px;
  margin: 0 0 30px 30px;
  padding: 0 24px;
  width: 160px
}

.article-index h3 {
  font-size: 21px;
  line-height: 1;
  margin: 24px 0 6px
}

.article-index li {
  background: none!important;
  border-top: 1px solid #e5e5e5;
  padding: 7px 0
}

.article-index li a.active,
dl#tabs dt.tabs.open a,
dl.tabs dt.tabs.open a {
  color: #333
}

.article-index li:first-child {
  border-top: none;
  margin-top: 10px
}

#dynamic_recaptcha_1,
#recaptcha_area {
  margin-bottom: -30px;
  max-width: 480px;
  min-height: 112px
}

#finder-filter-select-list label {
  clear: both;
  float: left;
  font-size: 12px;
  line-height: 36px;
  min-width: 140px
}

#finder-filter-select-list li {
  overflow: hidden;
  padding: 0
}

#gkMainbody #dynamic_recaptcha_1,
#gkMainbody #recaptcha_area {
  margin-bottom: 10px
}

#gkMainbody .itemReadMore,
#gkMainbody .readmore > a {
  display: inline-block
}

#gkMainbody .registration {
  width: 500px
}

#gkSocialAPI {
  border-top: 1px solid #e5e5e5;
  clear: both;
  margin: 16px 0;
  padding: 16px 0 0
}

#gkSocialAPI #___plus_0 {
  margin-right: 10px!important;
  position: relative;
  top: -5px;
  vertical-align: top
}

#gkSocialAPI > a {
  top: -5px
}

#gkSocialAPI > iframe,
#gkSocialAPI > #___plusone_0 {
  position: relative;
  top: -5px
}

#gkSocialAPI .fb_iframe_widget {
  top: -7px;
  margin-left: 10px;
}

.fb_iframe_widget iframe {
  max-width: 1000px!important;
  overflow: visible;
}

.fb_iframe_widget_lift {
  max-width: inherit!important;
}

#jform_contact_email_copy,
[name="jform[consentbox][]"] {
  margin-left: 10px
}

#member-registration dd {
  min-width: 200px
}

#member-registration dd:after {
  content: '\A';
  white-space: pre
}

#member-registration dt {
  min-width: 170px
}

#member-registration dt,
#member-registration dd {
  display: inline-block;
  padding-bottom: 10px
}

#member-registration fieldset + div,
#member-profile > div {
  line-height: 35px
}

#search-form fieldset.word label,
#search-form fieldset.word input,
#search-form fieldset.word button {
  float: left;
  margin-right: 5px
}

#search-query-explained {
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  padding: 10px 0
}

#search-result-empty h2 {
  font-size: 18px
}

#searchForm fieldset input[type="radio"],
#searchForm fieldset input[type="checkbox"] {
  margin-top: 7px!important
}

#searchForm fieldset legend {
  padding: 0 4px
}

#searchForm fieldset,
.search-results dt {
  border-top: 1px solid #e5e5e5;
  margin: 12px 0 0;
  padding: 18px 0 0
}

#searchForm fieldset.word {
  border: none;
  padding: 0 0 42px
}

#searchForm label,
#searchForm input,
#finder-search input {
  float: left;
  line-height: 29px;
  margin: 0 10px 0 0
}

#searchForm .ordering-box {
  margin-top: 7px !important
}

#system-message-container {
  margin: 0;
}

#system-message-container dd {
  background: #3c5166;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  min-height: 40px;
  padding: 5px 10px 7px;
  text-align: center
}

#system-message-container dd.error {
  background: #ed6363;
}

#system-message-container dd.notice {
  background: #1d1d1d;
}

#system-message-container a.close {
  display: none;
}

#system-message-container h4,
#system-message-container p {
  text-align: center;
  color: #fff;
  margin-top: 10px;
}

#system-message-container p {
  margin: 10px auto;
}

#system-message {
  margin: 0;
}

.advanced-search-tip {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  font-size: 12px;
  margin: 0 0 24px;
  padding: 12px 0
}

.advanced-search-tip p {
  margin: 0
}

.archive article {
  padding: 32px 0 0
}

.autocompleter-queried {
  color: #4c90fe!important
}

.bannergroup:first-line,
.bannergroup_text:first-line {
  color: #282c2f;
  font-size: 15px;
  font-weight: 600;
  line-height: 32px
}

.blog article header ul {
  margin: 0 0 10px
}

.box.menu li {
  border-bottom: none!important;
  line-height: 1.6;
  padding: 0
}

.box.menu li a {
  display: inline-block;
  padding: 5px 0 5px 6px;
}

.box.menu li:before {
  content: "\f101";
  font-family: FontAwesome;
}

.contact textarea,
.contact input[type="text"],
.contact input[type="email"] {
	width: 80%;
}

.contact h3 {
  border-top: 1px solid #e5e5e5;
  margin: 30px 0 12px;
  padding: 24px 0 0
}

.contact .consentbox {
	width: 80%;
}

.contact-form .button.validate {
  clear: both;
  margin: 20px 0 0
}

.contact-form legend {
  color: #999;
  font-size: 13px;
  margin: 0 0 24px
}

.contact-image {
  border: 10px solid #fff;
  float: right;
  padding: 0
}

.edit fieldset > div {
  clear: both;
  padding: 5px 0
}

.edit fieldset > div label {
  display: block;
  float: left;
  min-width: 120px
}

.filter-search > label {
  line-height: 32px
}

.filters .display-limit select {
  display: inline!important;
  float: none
}

.filters.btn-toolbar .icon-search:before,
.filters.btn-toolbar .icon-remove:before {
  color: #fff;
}

.filters .display-limit,
ul.pagenav .pagenav-next {
  float: right
}

.form-limit {
  float: right;
  margin: 24px 0 0
}

.img-fulltext-none > div,
.img-fulltext-left > div,
.img-fulltext-right > div {
  float: none!important;
  width: 100%!important
}

.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  display: block;
  height: auto!important;
  max-width: 100%!important;
  width: 100%!important
}

.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right {
  float: none;
  margin: 0 0 32px;
  overflow: hidden;
  position: relative
}

.img-intro-left,
.img-intro-right,
.img-intro-center {
  margin-bottom: 16px;
  max-width: 100%!important
}

.img-intro-left,
.img-intro-right,
.img-intro-left > img,
.img-intro-right > img,
section.blog div.img_caption {
  float: none!important
}

.img-intro-none {
  float: none
}

.img-intro-none img {
  float: none!important;
  margin: 0 auto
}

.invalid {
  background: #fffef4;
  border: 1px solid #e25527!important;
  color: #282c2f
}

.item-page > div.pagination {
  display: none!important
}

.item-page ul {
  list-style-type: none
}

.items-leading > div {
  clear: both!important;
  margin-top: 50px
}

.mod-languages ul li a img {
  -moz-transform: scale(1);
  -moz-transform-style: preserve-3d;
  -moz-transition: 0 .1s ease-out;
  -ms-transform: scale(1);
  -ms-transform-style: preserve-3d;
  -o-transform: scale(1);
  -o-transition: 0 .1s ease-out;
  -webkit-transform: scale(1);
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0 .1s ease-out;
  transform: scale(1);
  transform-style: preserve-3d;
  transition: transform .1s ease-out
}

.mod-languages ul li a:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -webkit-transition: 0 .6s ease-out;
  transform: scale(1.2);
  transition: transform .6s ease-out
}

.mod-languages ul li.lang-active {
  font-weight: 700
}

.mod-languages ul li.lang-active a img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.mod-languages ul.lang-inline,
.mod-languages ul.lang-block {
  display: inline-block;
  float: left
}

.pagenavcounter {
  color: #999
}

.pagination {
  clear: both;
  margin: 60px 0 20px;
  padding: 12px 0
}

.pagination ul li {
  background-image: none!important;
  color: #909090;
  cursor: default;
  display: inline-block;
  margin: 0
}

.pagination ul li a {
  color: #FF7E57!important
}

.pagination ul li a,
.pagination ul li span {
  background: none;
  border: 1px solid #eee;
  color: #999;
  margin-right: 2px
}

.pagination ul li a:hover {
  color: #282c2f!important
}

.pagination ul li span {
  background: #f8f8f8
}

.pagination ul li.counter {
  float: right;
  font-size: 11px;
  line-height: 38px;
  margin-right: 12px
}

.pane-sliders .panel h3 {
  border-bottom: 1px solid #eee;
  color: #282C2F;
  font-size: 16px;
  padding: 16px 0;
}

.pane-sliders .panel h3 a {
  color: #282C2F !important
}

.pane-sliders .panel h3 a:hover,
.pane-sliders .panel h3.pane-toggler-down a {
  color: #ED6363 !important
}

.pane-sliders .panel p {
  margin: 1.5em 0 2em
}

.profile dd,
.profile-edit dd {
  padding: 3px 0
}

.profile dt,
.profile-edit dt {
  clear: both;
  color: #282C2F;
  float: left;
  font-size: 12px;
  font-weight: 600;
  line-height: 25px;
  min-width: 200px;
  padding: 3px 0;
  text-transform: uppercase
}

.profile fieldset legend,
.profile-edit fieldset legend {
  padding: 40px 0 20px
}

.profile-edit dt {
  float: left;
  min-width: 30%
}

.result-category,
.result-created {
  color: #AFAFAF;
  font-size: 13px;
  padding: 0 0 8px
}

.result-created {
  float: right;
  margin: 6px 0 0
}

.result-title {
  clear: both;
  color: #333;
  font-size: 24px;
  font-weight: 300
}

.search-results .highlight {
  background-color: #ffc;
  font-weight: 400;
  padding: 1px 4px
}

.search-results dt:first-child,
.box.menu .header + .content ul li:first-child {
  border-top: none
}

.searchintro strong {
  color: #333;
  font-size: 16px;
  font-weight: 400
}

.tooltip {
  background: #fff;
  border: 1px solid #eee;
  max-width: 350px;
  min-width: 160px;
  padding: 8px;
  position: absolute!important;
  opacity: 1;
  z-index: 101;
}

.tooltip-inner {
  color: #555;
  font-size: 12px;
  padding: 5px 0
}

.tooltip-title {
  background: #f47953;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 5px 10px;
  width: 100%;
  clear: both;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tip-wrap {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 8px;
  z-index: 101;
}

article aside {
  background: #f8f8f8;
  display: block;
  float: left;
  font-size: 13px;
  padding: 15px;
  text-align: center;
  width: 90px
}

article aside.itemAsideInfo > img,
article aside.itemAsideInfo > ul li {
  margin: 0 0 22px
}

article aside.itemAsideInfo a,
article aside.itemAsideInfo .itemPrintEmail a:hover {
  color: #848484!important
}

article aside.itemAsideInfo a:hover,
article aside.itemAsideInfo .itemPrintEmail a {
  color: #333!important
}

article aside.itemAsideInfo p,
article aside.itemAsideInfo li.itemPrintEmail a {
  color: #333;
  font-weight: 400;
  margin: 0 0 2px
}

article header {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 24px;
  width: 100%
}

article header h1,
article header h2 {
  font-size: 40px;
  font-weight: 300;
  position: relative
}

article header li {
  float: left;
  font-size: 13px;
  margin: 0 24px 0 0 !important
}

article header li a {
  color: #222
}

article header li a:hover {
  color: #418CD1
}

article header li:first-child,
.box.menu ul ul {
  margin-left: 0
}

article header ul {
  margin: 6px 0
}

article,
article > section {
  position: relative
}

article.item-page ul.content-links li {
  background: none
}

div.articleContent div.content-links ul li {
  background: none!important;
  padding-left: 0!important
}

div.bannerfooter {
  border-top: 1px solid #e5e5e5;
  color: #ed6363;
  padding: 5px 5px 0 0;
  text-align: right;
}

div.banneritem {
  border-top: 1px solid #e5e5e5;
  padding: 8px 0;
}

div.banneritem a {
  font-size: 15px;
}

div.mod-languages {
  text-align: center
}

div.mod-languages > div,
div.mod-languages > form {
  display: inline-block;
  margin: 0 3px
}

div.mod-languages > ul.lang-block > li,
div.mod-languages > ul.lang-inline > li {
  line-height: 32px;
  margin: 0 5px
}

div.mod-languages p {
  margin-bottom: .5em
}

div.search-pages-counter {
  font-size: 12px;
  font-style: italic;
  text-align: center
}

dl#tabs dt.tabs h3:hover a,
dl.tabs dt.tabs h3:hover a {
  cursor: pointer
}

dl#tabs dt.tabs span h3 a,
dl.tabs dt.tabs span h3 a {
  float: left;
  height: 30px;
  line-height: 29px;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0
}

dl#tabs dt.tabs span h3,
dl.tabs dt.tabs span h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-transform: uppercase
}

dl#tabs dt.tabs,
dl.tabs dt.tabs {
  border-right: 1px solid #e5e5e5;
  float: left;
  margin-right: 24px;
  padding-right: 12px
}

dl#tabs,
dl.tabs {
  border: 1px solid #e5e5e5;
  margin: 0 0 16px;
  min-height: 30px;
  overflow: hidden;
  padding: 12px 24px
}

dt.inline,
dd.inline {
  display: inline-block!important;
  width: auto!important
}

fieldset.filters > div > * {
  float: left;
  margin-right: 10px
}

fieldset.filters > div > select {
  margin-top: 4px
}

fieldset.filters,
.blog .leading,
.content-links {
  margin-bottom: 50px
}

fieldset.phrases,
fieldset.only {
  border: 1px solid #e5e5e5;
  padding: 12px 24px 24px!important
}

legend.hidelabeltxt,
.filters .hidelabeltxt,
.contact .jicons-icons,
#system-message dt {
  display: none
}

li.print-icon a,
li.email-icon a {
  position: relative;
  top: 3px
}

p.img_caption {
  color: #999;
  display: block;
  font-size: 11px;
  padding: 8px 0 0
}

section > header,
.content-category > h1 {
  margin: 0 0 32px;
  padding: 0
}

section > header div p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  text-transform: none
}

section > header h2 small {
  color: #666;
  font-size: 20px
}

section article {
  margin-top: 20px
}

section img {
  height: auto;
  max-width: 100%;
}

section.blog .items-more h3 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px
}

section.blog .items-row {
  clear: both;
  margin-bottom: 40px;
  overflow: hidden
}

section.blog .items-row header h2,
section.blog-featured .items-row header h2 {
  font-size: 28px
}

section.blog div.img_caption img.caption {
  display: block;
  float: none!important
}

section.blog-featured .items-row {
  margin-bottom: 0;
  margin-top: 40px
}

section.blog-featured .items-row:first-child,
.items-leading > div:first-child,
section article:first-child,
section.blog .items-more ol {
  margin-top: 0
}

section.categories-list li > div p,
section.category .children li > div p,
section.blog .children li > div p {
  font-size: 14px;
  margin: .5em 0
}

section.categories-list li > dl > dd,
section.category .children li > dl > dd,
section.blog .children li > dl > dd {
  float: left;
  font-weight: 700;
  margin-left: 5px
}

section.categories-list li > dl > dt,
section.category .children li > dl > dt,
section.blog .children li > dl > dt {
  float: left
}

section.categories-list li > dl,
section.category .children li > dl,
section.blog .children li > dl {
  font-size: 11px;
  margin: 0
}

section.categories-list li,
section.category .children li,
section.blog .children li {
  border-top: 1px solid #e5e5e5;
  clear: both;
  font-size: 16px;
  line-height: 1.4;
  overflow: hidden;
  padding: 12px 0
}

section.categories-list ul ul {
  margin-left: 20px
}

section.categories-list ul ul li {
  border: none;
  border-top: 1px solid #eee;
  padding-left: 6px
}

section.categories-list ul ul li:first-child,
section.blog .items-row article header li {
  border: none
}

section.category .children h3,
section.blog .children h3 {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin: 20px 0
}

section.category .children,
section.blog .children {
  clear: both;
  margin-top: 32px
}

section.contentpane iframe {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #eee;
  box-sizing: border-box
}

section.login .login-fields {
  padding-bottom: 16px
}

section.login .login-fields label {
  display: block;
  float: left;
  line-height: 34px;
  min-width: 100px
}

section.login ul {
  font-size: 14px;
  margin-top: 40px
}

section.newsfeed > ol {
  list-style: none
}

section.newsfeed > ol > li {
  border-top: 1px solid #eee;
  padding: 24px 0 0
}

section.newsfeed > ol > li > a {
  font-size: 42px
}


/* tags */

#adminForm div.tags {
  margin-top: 0;
}

div.tags {
  margin-top: 10px;
  overflow: hidden;
}

div.tags > span.tags-label {
  float: left;
  margin-right: 30px;
  line-height: 23px;
}

.item-page .tags {
  padding-bottom: 15px;
  font-size: 14px;
}

div.tags a {
  display: inline-block;
  float: left;
  margin: 0 8px 0 0;
  color: #ED6363;
}

div.tags a:hover,
div.tags a:focus,
div.tags a:active {
  background-position: 0 100%;
}

span.tag-body p {
  display: inline;
}

div.tags.tagcloud a.gk-tooltip span {
  z-index: 10;
  font-weight: bold;
  display: none;
  padding: 15px;
  margin-top: -50px;
  margin-left: 60px;
  width: 240px;
  max-width: 240px;
  line-height: 16px;
  font-size: 85%;
  font-weight: normal!important;
  transition: all 1s ease-in;
}

div.tags.tagcloud a.gk-tooltip:hover span {
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.9);
  display: inline;
  position: absolute;
  color: #111;
}

div.tags.tagcloud a.gk-tooltip span img {
  max-width: 80px!important;
  height: auto;
  float: left;
  margin: 0 10px 10px 0;
}

div.tag-category div.btn-group {
  margin-top: 10px;
}

div.tag-category div.btn-group.pull-right {
  float: right;
  margin-top: 0;
}

div.tag-category div.btn-group label {
  margin-top: 5px
}

div.tag-category div.btn-group label.filter-search-lbl {
  margin-top: 10px;
}

div.tag-category h3 {
  font-size: 19px;
  margin: 8px 0;
}

div.tag-category h3 {
  font-size: 19px;
  margin: 8px 0;
}

div.tag-category ul.category li {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  font-size: 90%;
}

div.tag-category ul.category li h3 {
  font-size: 14px;
  margin: 0;
}

div.tags.tagcloud a {
  float: left;
  margin-bottom: 6px;
}


/* user edit page */

#gkMainbody .item-page.edit a {
  color: #333;
}

.item-page.edit .formelm {
  width: 100%;
}

.item-page.edit input {
  float: left;
}

.item-page.edit #jform_images_image_intro,
.item-page.edit #jform_images_image_fulltext {
  padding: 4px 6px;
  height: auto;
  line-height: auto;
}

.item-page.edit .formelm .btn {
  float: left;
  display: inline-block;
}

.item-page.edit #jform_title {
  width: 85%;
}

.item-page.edit .toggle-editor {
  margin-top: 10px!important;
  padding-top: 5px;
}

.item-page.edit .icon-calendar {
  padding: 0;
}

.gkTypoTable code {
  border: 0;
  margin: 0!important;
  padding: 0!important;
}

.calendar .button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}

.tooltip.top .tooltip-arrow {
  display: none;
}

.tooltip-inner {
  background: #fff;
}

.jmodedit {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 3px 2px;
}

.btn.jmodedit > span.icon-edit {
  color: #272727;
  display: block;
  font-family: 'FontAwesome'!important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

.btn.jmodedit > span.icon-edit:before {
  content: "\f044";
  font-family: 'FontAwesome'!important;
}


/* Module edit form */

#modules-form .btn {
  background: #ddd;
  border-radius: 0;
  border: none!important;
  color: #222!important;
  height: 40px!important;
  line-height: 40px!important;
  padding: 0 15px!important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

#gkMainbody #modules-form .chzn-container a {
  color: #444;
}

#modules-form .btn:active,
#modules-form .btn:focus,
#modules-form .btn:hover {
  background: #222!important;
  color: #fff!important;
}

#modules-form .btn:hover i {
  color: #fff!important;
}

#modules-form .btn-group {
  padding: 0!important;
}

#modules-form .btn-group .btn {
  margin: 0 20px 0 0!important;
}

#modules-form .radio.btn-group {
  padding-left: 20px!important;
}

#modules-form .radio.btn-group input[type=radio] {
  display: block;
  position: relative;
  top: -5px;
}

#modules-form .control-label label {
  display: block;
  line-height: 20px;
  min-width: 160px;
  padding: 5px 20px 10px 0;
}

#modules-form input[type="text"],
#modules-form input[type="password"],
#modules-form input[type="number"],
#modules-form input[type="email"],
#modules-form .input-append .btn,
#modules-form .chzn-single,
#modules-form .chzn-choices,
#modules-form .chzn-container {
  border-radius: 0;
  height: 40px!important;
  line-height: 40px!important;
}

#modules-form .chzn-container-single .chzn-single div b {
  background-position: 0 10px;
}

#modules-form #jform_content {
  height: 500px!important;
}

#modules-form .input-prepend .add-on {
  display: none;
}

#modules-form .accordion-heading a {
  color: #222;
  font-size: 18px;
  text-decoration: none!important;
}

#modules-form .accordion-heading .accordion-toggle {
  padding: 15px;
}

#modules-form .btn-group {
  padding-left: 20px;
}

#modules-form hr {
  display: none;
}

#modules-form .row-fluid {
  padding: 20px 0;
}

#modules-form label {
  text-transform: none!important;
}

#modules-form .chzn-container-single .chzn-single {
  background: #fff!important;
}


/* Item edit form */

.item-page.edit #jform_articletext {
  clear: both;
}

.item-page.edit #jform_title {
  width: 100%;
}

.item-page.edit .formelm {
  height: auto!important;
  min-height: 40px;
  overflow: hidden;
}

.item-page.edit fieldset {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 52px;
  padding: 0 0 52px;
}

.item-page.edit fieldset > div {
  clear: both;
  padding: 5px 0;
}

.item-page.edit fieldset > div label {
  display: block;
  float: left;
  line-height: 50px;
  min-width: 160px;
}

.item-page.edit legend {
  font-size: 24px!important;
  font-style: normal !important;
  padding: 0 0 24px;
}

.item-page.edit .control-group {
  margin: 10px 0;
}

.item-page.edit .control-group:after {
  clear: both;
  content: "";
  display: table;
}

.item-page.edit #jform_articletext {
  height: 500px!important;
}

.item-page.edit .formelm {
  height: 40px;
  line-height: 40px;
  margin: 0 0 10px 0;
  width: 100%;
}

.item-page.edit .formelm label {
  display: inline-block;
  line-height: 40px;
  text-transform: none;
}

.item-page.edit .icon-remove,
.item-page.edit .icon-calendar {
  background-image: none;
  display: block;
}

.item-page.edit .icon-remove {
  margin-top: 12px;
}

.item-page.edit .btn {
  color: #fff!important;
  padding: 12px 20px!important;
}

.item-page.edit .media-preview.add-on {
  display: none;
}

.item-page.edit .input-append > .btn {
  height: 40px!important;
  line-height: 40px;
  padding: 0 10px!important;
}

.item-page.edit #jform_metadesc,
.item-page.edit #jform_metakey {
  width: 100%;
}

.item-page.edit .chzn-single,
.item-page.edit .chzn-choices,
.item-page.edit .chzn-container {
  height: 50px!important;
  line-height: 50px!important;
}

.item-page.edit .chzn-container-single .chzn-single div b {
  background-position: 0 14px;
}

.calendar .button {
  display: table-cell!important;
  float: none!important;
}

.item-page.edit .formelm-buttons button {
  margin-right: 10px;
}

.item-page.edit .btn {
  background: #ddd;
  border-radius: 0!important;
  border: none!important;
  color: #222!important;
  height: 40px!important;
  line-height: 40px!important;
  padding: 0 15px!important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.item-page.edit .btn:active,
.item-page.edit .btn:focus,
.item-page.edit .btn:hover {
  background: #222!important;
  color: #fff!important;
}

.item-page.edit .btn:hover i {
  color: #fff!important;
}

.item-page.edit .btn-group {
  padding: 0!important;
}

.item-page.edit .btn-group .btn {
  margin: 0 20px 0 0!important;
}

.item-page.edit .radio.btn-group {
  padding-left: 20px!important;
}

.item-page.edit .radio.btn-group input[type=radio] {
  display: block;
  position: relative;
  top: -5px;
}

.item-page.edit .control-label label {
  display: block;
  line-height: 20px;
  min-width: 160px;
  padding: 5px 20px 10px 0;
  text-transform: none;
}

.item-page.edit .media-preview + input {
  min-width: 250px;
}

.item-page.edit input[type="text"],
.item-page.edit input[type="password"],
.item-page.edit input[type="number"],
.item-page.edit input[type="email"],
.item-page.edit .input-append .btn,
.item-page.edit .chzn-single,
.item-page.edit .chzn-choices,
.item-page.edit .chzn-container {
  border-radius: 0;
  height: 40px!important;
  line-height: 40px!important;
}

.item-page.edit .chzn-container-single .chzn-single div b {
  background-position: 0 10px;
}

.item-page.edit .chzn-container-single .chzn-single {
  background: #fff!important;
}

#jform_articletext_parent {
  clear: both!important;
}

#jform_catid_chzn .chzn-results {
  display: inline-block;
}

#jform_tags_chzn,
#jform_tags_chzn .chzn-choices {
  height: auto !important;
}

.profile-edit .media-preview,
.profile-edit .media-preview .hasTipPreview,
.registration .media-preview,
.registration .media-preview .hasTipPreview {
  display: inline-block;
}

.profile-edit .media-preview .hasTipPreview,
.registration .media-preview .hasTipPreview {
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
}

.mce-btn button:hover {
  background: transparent;
}

.mod-preview-info {
  z-index: 2;
}
/* Fix for the editor */
.item-page.edit .formelm {
	clear: both;
	float: left;
}
.item-page.edit .formelm .button2-left {
	margin-top: 6px;
}
.item-page.edit .formelm-area label {
	display: block;
	width: 100%;
}
.item-page.edit .formelm-buttons {
	margin-top: 5px;
	overflow: hidden;
}
.item-page.edit .fltlft {
	float: left;
}
.item-page.edit legend {
	font-size: 140%;
	font-style: italic;
}
.item-page.edit .toggle-editor {
	margin-top: -5px;
}

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}
.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}
.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}
.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}
.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 30px 0 10px;
	font-size: 12px;
	line-height: 23px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}
.button2-left {
	background: url(//www.babakrashvand.com//templates/babak/css/system/../../images/joomla/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}
.button2-right {
	background: url(//www.babakrashvand.com//templates/babak/css/system/../../images/joomla/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}
.button2-left .image {
	background: url(//www.babakrashvand.com//templates/babak/css/system/../../images/joomla/j_button2_image.png) 100% 0 no-repeat;
}
.button2-left .readmore,
.button2-left .article {
	background: url(//www.babakrashvand.com//templates/babak/css/system/../../images/joomla/j_button2_readmore.png) 100% 0 no-repeat;
}
.button2-left .pagebreak {
	background: url(//www.babakrashvand.com//templates/babak/css/system/../../images/joomla/j_button2_pagebreak.png) 100% 0 no-repeat;
}
.button2-left .blank {
	background: url(//www.babakrashvand.com//templates/babak/css/system/../../images/joomla/j_button2_blank.png) 100% 0 no-repeat;
}
/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(//www.babakrashvand.com//templates/babak/css/system/../../images/joomla/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
/*
#------------------------------------------------------------------------
# Shop and Buy - July Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.anothervista.com
# Support: support@anothervista.com
*/


/* Basic elements */

html {
  -webkit-font-smoothing: antialiased;
}

body {
  background: #282c2f;
  color: #777;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  text-align:justify;
  margin: 0;
  min-height: 100%;
  padding: 0;
  position: relative;
  word-wrap: break-word;
    
      font-family:Helvetica;

}

body.pattern1 #gkPageContent {
  background-image: url(//www.babakrashvand.com//templates/babak/css/../images/patterns/pattern1.png);
}

body.pattern2 #gkPageContent {
  background-image: url(//www.babakrashvand.com//templates/babak/css/../images/patterns/pattern2.png);
}

body.pattern3 #gkPageContent {
  background-image: url(//www.babakrashvand.com//templates/babak/css/../images/patterns/pattern3.png);
}

body.pattern4 #gkPageContent {
  background-image: url(//www.babakrashvand.com//templates/babak/css/../images/patterns/pattern4.png);
}

body.pattern5 #gkPageContent {
  background-image: url(//www.babakrashvand.com//templates/babak/css/../images/patterns/pattern5.png);
}

body.pattern6 #gkPageContent {
  background-image: url(//www.babakrashvand.com//templates/babak/css/../images/patterns/pattern6.png);
}

body.pattern7 #gkPageContent {
  background-image: url(//www.babakrashvand.com//templates/babak/css/../images/patterns/pattern7.png);
}

body.pattern8 #gkPageContent {
  background-image: url(//www.babakrashvand.com//templates/babak/css/../images/patterns/pattern8.png);
}

body.pattern9 #gkPageContent {
  background-image: url(//www.babakrashvand.com//templates/babak/css/../images/patterns/pattern9.png);
}

body.pattern10 #gkPageContent {
  background-image: url(//www.babakrashvand.com//templates/babak/css/../images/patterns/pattern10.png);
}

body.pattern11 #gkPageContent {
  background-image: url(//www.babakrashvand.com//templates/babak/css/../images/patterns/pattern11.png);
}

body.pattern12 #gkPageContent {
  background-image: url(//www.babakrashvand.com//templates/babak/css/../images/patterns/pattern12.png);
}

a,
#gkMainbody a:active,
#gkMainbody a:focus,
#gkMainbody a:hover,
#gkMainbody h1 a,
#gkMainbody h2 a,
#k2Container article header h2 a {
  color: #282c2f;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  transition: color 0.2s linear;
  text-decoration: none;
}

a:hover,
a:active,
a:focus,
#gkMainbody a,
#gkMainbody h1 a:active,
#gkMainbody h1 a:focus,
#gkMainbody h1 a:hover,
#gkMainbody h2 a:active,
#gkMainbody h2 a:focus,
#gkMainbody h2 a:hover,
#k2Container article header h2 a:active,
#k2Container article header h2 a:focus,
#k2Container article header h2 a:hover,
#gkSidebar .box a:hover {
  color: #ed6363;
}

h1,
h2,
h3,
h4,
h5,
h6,
.k2store h1,
.k2store h2,
.k2store h3,
.k2store h4,
.k2store h5,
.k2store h6 {
  color: #282c2f;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

.assistive-text {
  left: -9999px;
  position: absolute;
}

h1,
.k2store h1,
#k2storeCartPopup .componentheading,
.k2store #k2store-checkout-content h1 {
  font-size: 48px;
}

h2,
.componentheading,
.k2store h2 {
  font-size: 42px;
}

h3,
.k2store h3 {
  font-size: 30px;
}

h4,
.k2store h4 {
  font-size: 22px;
}

h5,
.k2store h5 {
  font-size: 17px;
}

h6,
.k2store h6 {
  font-size: 13px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
  line-height: 2.0;
}

p {
  margin: 0.5em 0 1.5em;
}

iframe {
  max-width: 100%!important;
}

table td {
  vertical-align: top;
}


/* Containers */

#gkMainWrap {
  background: #fff;
}

#gkHeaderNav {
  padding: 64px 0 0 0;
}

#gkHeaderNav h2 {
  float: left;
  margin-bottom: 10px;
}

.gkPage {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto!important;
  padding: 0;
}

#gkHeader {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 15px;
}

#gkHeaderMod {
  margin: 50px auto 0 auto!important;
}

#gkHeaderMod + #gkContent {
  margin-top: 0!important;
}

#gkPageWrap {
  margin: 0 auto;
}

#gkContent,
#gkPageContent {
  width: 100%;
}

#gkPageContent {
  background: #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
}

#gkContent {
  margin-bottom: 50px!important;
  margin-top: 50px!important;
}

#gkContentWrap {
  background: #fff;
  padding: 40px;
}

#gkMainbody {
  margin-bottom: 30px;
}

#gkSidebar > div {
  background: #fff;
  padding: 40px 30px;
}


/* Logo  */

#gkLogo {
  display: block;
  float: left;
  height: 25px;
  margin: 0;
  padding: 0;
  text-indent: -999em;
  width: 212px;
}

#gkLogo img {
  display: block;
  margin: 0;
}

#gkLogo.cssLogo {
  background: transparent url(//www.babakrashvand.com//templates/babak/css/../images/style1/logo.png) no-repeat 0 0;
  /* You can specify there logo size and background */
  height: 25px;
  width: 212px;
}

#gkLogo.text {
  display: block;
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-indent: 0;
  text-transform: uppercase;
    width: auto;
}

#gkLogo.text > span {
  color: #282c2f;
  display: block;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  padding: 0;
   width: auto;
}

#gkLogo.text .gkLogoSlogan {
  color: #777;
  display: block;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
   width: auto;
     letter-spacing: 1.1px;

}


/* Search */

#gkSearch {
  clear: right;
  float: right;
  margin: 44px 0 21px 20px;
  max-width: 190px;
}

#gkSearch #mod-search-searchword {
  background: #f5f5f5;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #555;
  font-size: 13px;
  height: 30px;
  padding: 0 12px;
  width: 190px;
}


/* Top menu */

#gkTopMenu {
  float: right;
}

#gkTopMenu li {
  float: left;
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
  margin-left: 12px;
}

#gkTopMenu li a {
  color: #555;
}

#gkTopMenu li a:active,
#gkTopMenu li a:focus,
#gkTopMenu li a:hover {
  color: #000;
}


/* Stylearea */

#gkStyleArea {
  clear: both;
  display: block;
  line-height: 10px;
  margin: 0 0 40px 0;
  padding: 0 0 10px 0;
  text-align: center;
}

#gkStyleArea a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  height: 10px;
  margin: 0 0 0 2px;
  text-indent: -9999px;
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -ms-transform: scale(1.0);
  -o-transform: scale(1.0);
  transform: scale(1.0);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  width: 10px;
}

#gkStyleArea a:first-child {
  margin-left: 0;
}

#gkStyleArea a:hover {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}

#gkColor1 {
  background: #3c5166;
}

#gkColor2 {
  background: #5c6073;
}

#gkColor3 {
  background: #8da897;
}

#gkColor4 {
  background: #abb7b7;
}

#gkColor5 {
  background: #807d77;
}

#gkColor6 {
  background: #e34f34;
}


/* Group modules */

#gkBottom1,
#gkBottom2 {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0 65px 0;
}

#gkBottom1 {
  padding: 50px 0;
}

#gkBottom1 > div,
#gkBottom2 > div {
  margin: 0 -10px;
}

#gkBottom1 + #gkBottom2 {
  border-top: 1px solid #e5e5e5;
}

#gkBottom1 .box,
#gkBottom2 .box {
  color: #666;
  font-size: 13px;
}

#gkBottom1 .box {
  font-size: 14px;
}

#gkBottom1 .box .header,
#gkBottom2 .box .header {
  color: #282c2f;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  margin: 8px 0 30px 0;
  padding: 0;
  text-transform: uppercase;
}

#gkBottom1 .box li,
#gkBottom2 .box li {
  border: none;
  color: #929292;
  font-size: 12px;
  line-height: 20px;
  padding: 0;
}

#gkBottom1 .box li a,
#gkBottom2 .box li a {
  color: #929292;
}

#gkBottom1 .box li a:active,
#gkBottom1 .box li a:focus,
#gkBottom1 .box li a:hover,
#gkBottom2 .box li a:active,
#gkBottom2 .box li a:focus,
#gkBottom2 .box li a:hover {
  color: #ed6363;
}

#gkBottom1 .gkCols6 > .mod-preview {
  float: left;
  width: 66.6%;
}

#gkBottom1 .gkCols6 > .mod-preview + .mod-preview {
  width: 33.33%;
}

#gkBottom1 .gkCols6 > .mod-preview .box.gkmod-2 {
  width: 100%;
}


/* standard breadcrumb */

#gkBreadcrumb {
  border-bottom: 1px solid #eee;
  margin: -12px 0 32px;
  padding: 0 0 16px;
}

#gkBreadcrumb .gkPage {
  padding: 10px 0;
}

#gkBreadcrumb .breadcrumbs {
  float: left;
  color: #000;
}

#gkBreadcrumb .breadcrumbs li.separator {
  width: 10px;
  text-align: center;
  padding: 0 6px!important;
  color: #c0c0c0;
}

#gkBreadcrumb .breadcrumbs > ul > li {
  float: left;
  font-size: 11px;
  text-transform: uppercase;
}

#gkBreadcrumb .breadcrumbs > ul > li a {
  color: #999;
}

#gkBreadcrumb .breadcrumbs > ul > li a:hover {
  color: #ED6363;
}

#gkTools {
  float: right;
  margin: 4px 0 0 10px;
}

#gkTools a {
  display: block;
  float: left;
  width: 22px;
  height: 16px;
  margin: 0 0 0 0px !important;
  text-indent: -99999em;
  background: url(//www.babakrashvand.com//templates/babak/css/../images/font_size.png) no-repeat -38px 50%;
}

a#gkToolsReset {
  background-position: -15px 50%;
  margin-left: 6px;
}

a#gkToolsDec {
  background-position: 6px 50%;
}


/* footer */

#gkFooter {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #a2a8ad;
  font-size: 11px;
  font-weight: 400;
  line-height: 24px;
 
}

#gkFooter a {
  color: #fff;
}

#gkFooter a:active,
#gkFooter a:focus,
#gkFooter a:hover {
  color: #ed6363;
}

#gkFooterNav {
  float: left;
}

#gkFooterNav li {
  border: none;
  color: #fff;
  float: left;
  font-size: 11px;
  margin: 0;
  padding: 0;
}

#gkFooterNav li:before {
  color: #8f9599;
  content: "/";
  margin: 0 9px;
}

#gkFooterNav li:first-child {
  margin-left: 0;
}

#gkFooterNav li:first-child:before {
  display: none;
}

#gkFooterNav a {
  color: #fff;
}

#gkFooterNav li:hover,
#gkFooterNav a:hover {
  color: #8f9599;
}

#gkCopyrights {
  float: right;
  margin: 0;
}

#gkFooterText {
  clear: both;
  padding: 25px 90px;
  text-align: center;
}


/* Other footer elements */

#gkFrameworkLogo {
  display: block;
  width: 90px;
  height: 36px;
  background: url(//www.babakrashvand.com//templates/babak/css/../images/gavern-logo.png) no-repeat 0 0;
  text-indent: -9999em;
  margin: 12px auto 0 auto;
  opacity: 0.4;
}


/* Suffixes */

.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  width: 100%;
}

#gkSidebar .box {
  margin: 0 0 36px;
  font-size: 14px;
}

#gkSidebar .box:first-child {
  padding-top: 0;
}

div.content {
  clear: both;
}

.box li {
  padding: 2px;
}

.box li a {
  color: #777;
  text-decoration: none;
}

.box a {
  text-decoration: none;
}

.box ul ul {
  margin-left: 20px;
}


/* default suffix */

.box .header {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding: 0 0 16px;
  text-transform: uppercase;
}

.box .header strong {
  color: #ed6363;
}


/* Big title suffix */

.box.bigtitle .header,
#gkBottom1 .box.bigtitle .header,
#gkBottom2 .box.bigtitle .header {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin: 0 0 18px 0;
}

.box.bigtitle .header small {
  clear: both;
  color: #777;
  display: block;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.6;
}


/* clear suffix */

.box.clear {
  margin: 0;
  padding: 0;
}

.box.clear .banneritem {
  border: none;
  padding: 0;
}

.box.clear .banneritem img {
  display: block;
}


/* nomargin suffix */

.box.nomargin {
  margin-left: 0!important;
  margin-right: 0!important;
}


/* advertisement suffix */

.box.advertisement .header {
  background: transparent;
  border-bottom: 1px solid #ddd;
  color: #bbb;
  font-family: Arial, Verdana, sans-serif!important;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 16px;
  margin: 0 0 12px 0;
  min-height: 16px;
  padding: 0;
  text-align: right;
}

.box.advertisement .header span {
  background: transparent;
  float: right;
  line-height: 16px;
  padding: 0;
}


/* suffix light */

.box.light {
  background: #f5f5f5;
  padding: 20px!important;
}


/* suffix dark */

.box.dark {
  background: #282c2f!important;
  color: #aaa;
  padding: 20px!important;
}

.box.dark .header {
  background: transparent!important;
  line-height: 1.2;
}

.box.dark h1,
.box.dark h2,
.box.dark h3,
.box.dark h4,
.box.dark h5,
.box.dark h6 {
  color: #fff;
}

.box.dark ul {
  margin: 0;
  padding: 0;
}

.box.dark a {
  color: #eee!important;
}

.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover {
  color: #ed6363!important;
}

.box.dark ul ul {
  margin: 0 0 0 20px;
}


/* Suffix border1 */

.box.border1 {
  border: 5px solid #fff;
}

.box.border2 {
  border: 5px solid #282c2f;
}

.box.border3 {
  border: 5px solid #ed6363;
}

.box.border1,
.box.border2,
.box.border3 {
  background: #fff;
}


/* tablet/mobile suffixes */

.onlytablet {
  display: none;
}

.onlymobile {
  display: none;
}


/* Login form */

#gkFBLogin {
  float: left;
  width: 45%;
}

#gkFBLogin p {
  line-height: 18px;
  margin: 14px 0 20px;
}

#gkFBLogin + #login-form,
#gkFBLogin + #com-login-form {
  float: left;
  width: 45%;
  margin-left: 4%;
  padding-left: 30px;
  border-left: 1px solid #e5e5e5;
}

form#login-form {
  /*float: left;*/
  padding: 42px;
}

#gkPopupLogin > div > div > div {
  border: 1px solid #eee;
  margin: 42px 0 0;
  overflow: hidden;
}

#form-login-remember {
  margin: 10px 0 0 84px;
}

#form-login-remember label {
  font-size: 11px;
  font-weight: normal;
  line-height: 27px;
}

#form-login-buttons {
  margin: 12px 0 0 82px;
}

#login-form fieldset {
  margin: 0 0 20px;
}

#login-form fieldset p {
  margin: 0.5em 0;
}

#login-form ul {
  border-top: 1px solid #e5e5e5;
  margin: 38px 0 0;
  overflow: hidden;
  padding: 12px 0 0;
}

#login-form ul li {
  font-size: 13px;
  display: inline-block;
  line-height: 1.6;
  margin: 0 6px 0 0
}

#login-form input[type="text"],
#login-form input[type="password"] {
  width: 75%;
  border-color: #e5e5e5;
}

#loginForm label {
  display: inline-block;
  width: 80px;
}

label#jform_spacer-lbl {
  font-size: 11px;
  font-weight: normal;
  color: #666;
}

.gkUsermenu {
  float: right;
  margin: 36px 36px 36px 0;
  width: 50%;
}

.gkUsermenu ul li {
  border-bottom: 1px solid #e5e5e5;
  padding: 2px;
}

.logout-button {
  float: left;
}


/* Login with Facebook button */

span#fb-auth small {
  width: 20px;
  background: transparent url(//www.babakrashvand.com//templates/babak/css/../images/fbauth.png) no-repeat 0 2px;
  text-indent: -999em;
  display: block;
  float: left;
  border-right: 1px solid #a0aecd;
  margin: 3px 16px 0 0;
  height: 17px;
}

span#fb-auth {
  background-color: #798db9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  color: #fff;
  font-family: arial;
  line-height: 26px;
  font-size: 12px;
  font-weight: bold;
  margin: 3px 0 6px 12px;
  padding: 6px 24px 6px 12px;
  text-decoration: none;
  cursor: pointer;
  height: 24px;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  position: relative;
  top: -3px;
}

span#fb-auth:hover {
  background-color: #556b9b;
}


/* Modal */
.modal-open #gkPageContent {
  position: static;
}


/* popup */
#gkMenuOverlayWrap {
  height: 0
}

#gkPopupOverlay,
#gkPopupLogin,
#gkPopupCart {
  display: none;
  overflow: hidden;
  position: absolute;
  z-index: 1000002;
  left: 50%;
  top: 50%;
  background: transparent;
}

#gkPopupOverlay {
  height: 100%;
  top: 0;
}

#gkPopupLogin {
  position: absolute;
}

#gkPopupLogin,
#gkPopupCart {
  top: 100px;
}

#gkPopupLogin,
#gkPopupCart {
  width: 640px;
  margin-left: -320px;
}

#gkPopupCart #miniK2StoreCart {
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
  margin: 0 0 20px;
  text-transform: uppercase;
  color: #282C2F;
}

#gkPopupCart .k2StoreCartBlock {
  margin-top: 40px;
}

.gkPopupWrap {
  overflow: hidden;
  position: relative;
}

.gkPopupWrap .gk-icon-cross {
  color: #ed6363;
  cursor: pointer;
  font-size: 26px;
  line-height: 42px;
  position: absolute;
  right: 0;
}

.gkPopupWrap h3,
#gkPopupCart h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  margin: 0 0 20px;
  text-transform: uppercase
}

.gkPopupWrap h3 small {
  font-size: 55%
}

.gkPopupWrap h3 a {
  font-weight: 300;
  color: #282C2F;
}

.gkPopupWrap h3 a:hover {
  color: #ed6363
}

.gkPopupWrap .button {
  background: #ed6363;
}

.gkPopupWrap .button:hover {
  background: #1d1d1d;
}

#gkPopupOverlay {
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 1000001;
  top: 0;
  left: 0;
  margin-left: 0;
}


/* Cart */

#gkMainWrap {
  position: relative;
}

#btnCart {
  color: #000;
  cursor: pointer;
  float: right;
  font-size: 11px;
  line-height: 11px;
  margin-left: 15px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

#btnCart:before {
  content: "/";
  margin-right: 15px;
}

#btnCart:active,
#btnCart:focus,
#btnCart:hover {
  color: #ed6363;
}

body[data-mobile="true"] #gkMobileMenu select {
  font-size: 50px;
}


/* Page suffix "frontpage" */

.frontpage #gkMainbody {
  margin-bottom: 0;
}

.frontpage #gkMainbodyTop {
  margin: 15px 0!important;
}

.frontpage #gkMainbodyBottom {
  margin-top: 10px!important;
}

.frontpage #gkContentWrap {
  background: transparent;
  padding: 0;
}

.frontpage .gkCols3 .box.gkmod-1,
.frontpage .gkCols3 .box.gkmod-2,
.frontpage .gkCols3 .box.gkmod-3,
.frontpage .gkCols3 .box.gkmod-more {
  padding: 0;
}

.frontpage #gkTop1,
.frontpage #gkTop2 {
  margin: 0 -0.75%;
}

.frontpage .gkCols3 .box.gkmod-1 {
  margin-left: 0.75%;
  margin-right: 0.75%;
  width: 98.5%;
}

.frontpage .gkCols3 .box.gkmod-2 {
  margin-left: 0.75%;
  margin-right: 0.75%;
  width: 48.5%;
}

.frontpage .gkCols3 .box.gkmod-3,
.frontpage .gkCols3 .box.gkmod-more {
  margin-left: 0.75%;
  margin-right: 0.75%;
  width: 31.8%;
}

.frontpage .gkCols3 .box.gkmod-more.gkmod-last-1:last-child {
  width: 98.5%!important;
}

.frontpage .gkCols3 .box.gkmod-more.gkmod-last-2:last-child,
.frontpage .gkCols3 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
  width: 48.5%!important;
}

.frontpage #gkTop1 .box,
.frontpage #gkTop2 .box {
  margin-bottom: 10px;
}

.frontpage #gkHeaderMod .box {
  margin-bottom: 14px;
}


/* Page suffix "transparent-sidebar" */

.transparent-sidebar #gkSidebar {
  background: transparent;
  padding: 0;
}
/*
#------------------------------------------------------------------------
# Shop and Buy - July Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.anothervista.com
# Support: support@anothervista.com
*/

/* Base for all menus */
#gkMainMenu {
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
}
#gkMainMenu .gkMenu {
	display: block;
	margin: 0;
	position: relative;
}
.gkMenu > ul > li {
	clear: none!important;
	float: left;
	font-size: 14px;
	font-weight: 400;
	height: 72px;
	line-height: 72px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	width: auto;
}
.gkMenu > ul > li > a {
	color: #282c2f;
	display: block;
	height: 72px;
	line-height: 72px;
	padding: 0 12px 0 20px;
}
.gkMenu > ul > li:before {
	color: #c0c0c0;
	content: "/";
	float: left;
	font-weight: 300;
	line-height: 72px;
	width: 10px;
}
.gkMenu > ul > li:first-child > a {
	padding-left: 0;
}
.gkMenu > ul > li:first-child:before {
	display: none;
}
.gkMenu > ul > li a small {
	display: block;
	font-size: 11px;
	line-height: 12px;
}
.gkMenu > ul > li > .childcontent,
.gkMenu > ul > li > .childcontent .childcontent {
	position: absolute;
	left: -999em;
	z-index: 999;
}
.gkMenu .childcontent .childcontent {
	border: 1px solid #e5e5e5;
}
.gkMenu > ul > li > .childcontent .gkcol {
	float: left;
}
.gkMenu > ul > li:hover > .childcontent,
.gkMenu > ul > li:hover > .childcontent li:hover > .childcontent {
	left: inherit;
}
.gkMenu > ul > li .childcontent {
	margin-left: 0;
	margin-top: 0;
}
.gkMenu > ul > li .childcontent .childcontent {
	margin-left: 160px;
	margin-top: -35px!important;
	overflow: visible !important;
}

/* main menu CSS */
.gkMenu ul {
	margin: 0 !important;
	padding: 0;
}
.gkMenu ul li {
	clear: both;
	line-height: 30px;
	margin: 0;
}
.gkMenu > ul > li {
	float: left;
}
.gkMenu > ul > li.active > a,
.gkMenu > ul li div.childcontent li.active > a,
.gkMenu > ul li div.childcontent li.active:hover > a {
	color: #282c2f;
}
.gkMenu > ul > li > a {
	color: #999;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}
.gkMenu a:hover,
.gkMenu a:active,
.gkMenu a:focus,
.gkMenu li.active > a {
	color: #282c2f;
	text-decoration: none;
}
.gkMenu .haschild:hover > a,
.gkMenu li.haschild.active:hover > a {
	color: #282c2f;
}
.gkMenu > ul li div.childcontent {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0;
	padding: 15px 0;
	text-transform: none;
}
.gkMenu > ul li div.childcontent-inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 15px;
}
.gkMenu > ul li > .childcontent .gkcol {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
}
.gkMenu > ul li div.childcontent li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	-webkit-transition: background .2s ease-out;
	-moz-transition: background .2s ease-out;
	-ms-transition: background .2s ease-out;
	-o-transition: background .2s ease-out;
	transition: background .2s ease-out;
}
.gkMenu > ul li div.childcontent li:hover > a,
.gkMenu > ul li div.childcontent li:hover > a small {
	color: #ed6363;
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	-ms-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
}
.gkMenu > ul li div.childcontent li:first-child > a {
	border: none;
}
.gkMenu > ul li div.childcontent a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #929292;
	display: block;
	padding: 4px 0;
}
.gkMenu > ul li li div.childcontent small {
	color: #aaa;
	font-weight: normal;
	padding-bottom: 5px;
}
.gkMenu > ul li div.childcontent li.group {
	padding: 0;
	margin: 0;
	height: auto;
	border: none !important;
	background: none;
}
.gkMenu > ul li div.childcontent header {
	color: #282c2f;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 12px 0;
	padding: 0;
}
.gkMenu > ul li div.childcontent header a {
	color: #282c2f;
	font-size: 13px;
	line-height: 24px;
	padding: 8px 0 4px;
	text-transform: uppercase;
}
.gkMenu > ul li div.childcontent header small {
	display: block;
	text-transform: none;
}
.gkMenu .childcontent.active,
.gkMenu > ul > li:hover > .childcontent {
    pointer-events: auto;
}
.gkMenu .childcontent {
    pointer-events: none;
}
.gkMenu li .module p {
	font-size: 13px;
	line-height: 18px;
}

/* hide mobile menu */
#gkMobileMenu {
	display: none;
}

/* Menu Overlay type */
#gkMainMenu.gkMenuOverlay ul .childcontent {
	display: none!important;
}

#gkMenuOverlay {
	background: #fff;
	background: rgba(255, 255, 255, 0.97);
	display: none;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	width: 100%;
}

#gkMenuOverlay.open {
	display: block;
	min-height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10001;
}

#gkMenuOverlayWrap {
	left: 50%;
	margin: 0 0 0 -482px;
	max-width: 964px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10002;
}

#gkMenuOverlayWrap > div {
	padding: 0;
	width: 100%;
}

#gkMenuOverlayHeader {
	color: #282c2f;
	font-size: 32px;
	font-weight: bold;
	line-height: 140px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

#gkMenuOverlayClose {
	color: #ed6363;
	cursor: pointer;
	font-size: 26px;
	line-height: 144px;
	position: absolute;
	right: 0;
}

#gkMenuOverlayContent {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 140px;
}

#gkMenuOverlayContent .gkcol {
	width: 100%;
}

#gkMenuOverlayContent .gkcol header,
#gkMenuOverlayContent .gkcol li small {
	display: none;
}

#gkMenuOverlayContent .gkcol li {
	border-top: 1px solid #e5e5e5;
	font-size: 26px;
	line-height: 74px;
	text-align: center;
}

#gkMenuOverlayContent .gkcol li.group {
	border-top: none;
}

#gkMenuOverlayContent .gkcol li a {
	color: #777;
	display: inline-block;
	line-height: 74px;
}

#gkMenuOverlayContent .gkcol li a:active,
#gkMenuOverlayContent .gkcol li a:focus,
#gkMenuOverlayContent .gkcol li a:hover {
	color: #ed6363;
}
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(//www.babakrashvand.com//templates/babak/css/../fonts/font-awesome/fontawesome-webfont.eot?v=3.2.1);
  src: url(//www.babakrashvand.com//templates/babak/css/../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=3.2.1) format('embedded-opentype'), url(//www.babakrashvand.com//templates/babak/css/../fonts/font-awesome/fontawesome-webfont.woff?v=3.2.1) format('woff'), url(//www.babakrashvand.com//templates/babak/css/../fonts/font-awesome/fontawesome-webfont.ttf?v=3.2.1) format('truetype'), url(//www.babakrashvand.com//templates/babak/css/../fonts/font-awesome/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}

/*
#------------------------------------------------------------------------
# Shop and Buy - July Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License:  Copyrighted Commercial Software
# Website:  http://www.anothervista.com
# Support:  support@anothervista.com
 */

/*
 * GK Font
 */

@charset "UTF-8";
@font-face {
	font-family: "gkfont";
	src: url(//www.babakrashvand.com//templates/babak/css/../fonts/gk-font/gkfont.eot);
	src: url(//www.babakrashvand.com//templates/babak/css/../fonts/gk-font/gkfont.eot?#iefix) format("embedded-opentype"), url(//www.babakrashvand.com//templates/babak/css/../fonts/gk-font/gkfont.ttf) format("truetype"), url(//www.babakrashvand.com//templates/babak/css/../fonts/gk-font/gkfont.svg#gkfont) format("svg"), url(//www.babakrashvand.com//templates/babak/css/../fonts/gk-font/gkfont.woff) format("woff");
	font-weight: normal;
	font-style: normal;
}
[class^="gk-icon-"]:before,
[class*=" gk-icon-"]:before {
	font-family: "gkfont";
	font-style: normal;
	font-weight: normal;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.gk-icon-arrow-left:before { content: "1"; }
.gk-icon-arrow-right:before { content: "2"; }
.gk-icon-cross:before { content: "3"; }
/*
 * News Show Pro GK5
 */

.nspMain { position: relative; }
/* Pagination */
.nspBotInterface,
.nspTopInterface {
	clear: both;
	float: right;
	margin: 5px 0;
	overflow: hidden;
}
.nspTopInterface {
	position: absolute;
	right: 0;
	top: -35px;
}
.nspBotInterface .nspPagination { margin-top: 0; }
/*
	Interface - for different looking Top and Bottom interface use the following classes:
	.nspTopInterface
	.nspBotInterface (e.g.: .nspTopInterface .nspPagination li ...)
*/
.nspPagination {
	float: left;
	list-style-type: none!important;
	margin: 0!important;
	padding: 0!important;
}
.nspPagination li {
	background: #e9e9e9;
	border: none!important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	display: block;
	float: left;
	height: 10px;
	margin: 6px 4px 0 0!important;
	padding: 0;
	text-indent: -999em;
	width: 10px;
}
.nspPagination li:hover,
.nspPagination li.active { background-color: #ed6363; }
.nspNext,
.nspPrev {
	cursor: pointer;
	float: left;
	height: 16px;
	margin: 0 2px;
	text-indent: -9999px;
	width: 10px;
}
.nspNext:after,
.nspPrev:after {
	color: #e9e9e9;
	display: block;
	float: left;
	font-family: FontAwesome;
	font-size: 22px;
	line-height: 22px;
	text-indent: 0;
}
.nspNext:after { content: '\f105'; }
.nspPrev:after { content: '\f104'; }
.nspNext:hover:after,
.nspPrev:hover:after { color: #ed6363; }
/* Articles layout */
.nspArts {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 3px;
}
.nspArtPage { float: left; }
.nspArt {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.nspArt div { overflow: hidden; }
.nspArt h4.nspHeader {
	font-size: 24px;
	margin: 0;
	padding: 10px 0 15px 0;
}
.nspArt h4.nspHeader a { text-decoration: none; }
.nspArt h4.nspHeader a:hover { }
.nspArt img.nspImage {
	border: none;
	display: block;
}
.nspArt .nspImageWrapper {
	display: block;
	overflow: hidden;
}
.nspArt .nspImageWrapper img {
	-webkit-transition: all .18s linear;
	-moz-transition: all .18s linear;
	-ms-transition: all .18s linear;
	-o-transition: all .18s linear;
	transition: all .18s linear;
}
.nspArt .nspImageWrapper:hover img {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
}
.nspArt p.nspText {
	display: block!important;
	margin: 0;
	padding: 0!important;
}
.nspArt p.nspText a { }
.nspArt p.nspText a:hover { }
.nspArt p.nspInfo {
	color: #aaa;
	display: block!important;
	font-size: 12px;
	padding: 5px 0;
}
.nspArt p.nspInfo a { }
.nspArt p.nspInfo a:hover { }
.nspArt .tleft { text-align: left; }
.nspArt .tright { text-align: right; }
.nspArt .tcenter { text-align: center; }
.nspArt .tjustify { text-align: justify; }
.nspArt .fleft { float: left; }
.nspArt .fright { float: right; }
.nspArt .fnone {
	clear: both;
	float: none;
	width: 100%;
}
.nspArt .readon {
	margin-top: 0;
}
.readon.left,
.readon.right,
.readon.center { clear: both; }
.readon.left { float: left; }
.readon.right { float: right; }
.readon.center {
	display: inline;
	float: none;
}
.nspAvatar { }
/* Links layout */
.nspLinks {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px;
}
.nspList { float: left; }
.nspLinks ul {
	list-style-type: none!important;
	padding: 0!important;
}
.nspLinks .nspLinkScroll1 ul li {
	margin: 0!important;
	padding: 10px 0;
}
.nspLinks ul li h4 {
	font-size: 18px;
	margin-bottom: 10px;
}
.nspLinks ul li p {
	font-size: 13px;
	margin: 0;
}
/* positioning */
.nspArts.left { float: right; }
.nspLinksWrap.left { float: left; }
.nspArts.right { float: left; }
.nspLinksWrap.right { float: right; }
/* make element unvisible */
.nspMain .unvisible {
	left: -9999px;
	position: absolute;
	top: auto;
}
/* Responsive layout */
.gkResponsive img.nspImage,
img.nspImage.gkResponsive {
	height: auto;
	width: 100%!important;
}
.nspArt img.nspImage { max-width: 100%; }
.nspArtScroll1,
.nspLinkScroll1 {
	overflow: hidden;
	width: 100%;
}
.nspPages1 { width: 100%; }
.nspPages2 { width: 200%; }
.nspPages3 { width: 300%; }
.nspPages4 { width: 400%; }
.nspPages5 { width: 500%; }
.nspPages6 { width: 600%; }
.nspPages7 { width: 700%; }
.nspPages8 { width: 800%; }
.nspPages9 { width: 900%; }
.nspPages10 { width: 1000%; }
.nspCol1 { width: 100%; }
.nspCol2 { width: 50%; }
.nspCol3 { width: 33.3%; }
.nspCol4 { width: 25%; }
.nspCol5 { width: 20%; }
.nspCol6 { width: 16.66%; }
.nspCol7 { width: 14.285%; }
.nspCol8 { width: 12.5%; }
.nspCol9 { width: 11.1%; }
.nspCol10 { width: 10%; }
.nspCol11 { width: 9.09%; }
.nspCol12 { width: 8.33%; }
.nspCol13 { width: 7.69%; }
.nspCol14 { width: 7.14%; }
.nspCol15 { width: 6.66%; }
.nspCol16 { width: 6.25%; }
.nspCol17 { width: 5.88%; }
.nspCol18 { width: 5.55%; }
.nspCol19 { width: 5.26%; }
.nspCol20 { width: 5%; }
/* Animation */
.nspList,
.nspArtPage {
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
.nspList.active,
.nspArtPage.active { opacity: 1; }
/* Suffix light */
.nspPagination li { background: #ccc; }
.nspNext:after,
.nspPrev:after { color: #ccc; }
/* Suffix dark */
.dark .nspArt .readon {
	background: #fff;
	color: #282c2f!important;
}
.dark .nspArt .readon:active,
.dark .nspArt .readon:focus,
.dark .nspArt .readon:hover {
	background: #ed6363;
	color: #fff!important;
}
/*
 * Tabs GK5 Module
 */
.gkTabsGK5 {
	position: relative;
	overflow: hidden;
}
.gkTabsWrap ol li {
	border: none;
	border-bottom: 1px solid #e5e5e5!important;
	color: #000;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: 600;
	list-style-type: none;
	padding: 5px 12px!important;
	text-transform: uppercase;
}
.gkTabsWrap ol li.active,
.gkTabsWrap ol li.active:hover {
	background: none;
	border-bottom: 1px solid #ed6363!important;
	color: #ed6363;
	font-weight: 700;
}
.gkTabsWrap ol li:hover {
	color: #ed6363;
}
.gkTabsContainer {
	clear: both;
	overflow: hidden;
	position: relative;
}
.gkTabsItem {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	left: -9999px;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.gkTabsItem.active {
	left: 0;
	position: relative;
	z-index: 2;
}
.gkTabsNav {
	background: transparent;
	margin: 20px 0;
	min-height: 14px;
}
.gkTabsButtonNext,
.gkTabsButtonPrev { 
	display: inline-block; 
	transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	background: #282c2f;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	font-weight: 400;
	height: 36px;
	line-height: 36px;
	margin: 0 5px 2px 2px;
	padding: 0 15px;
	text-align: center;
	text-transform: uppercase;
}

/*
 * Image Show GK4 - Shop and Buy style
 */

.gkIsWrapper-babak {
	height: auto;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.gkIsWrapper-babak .gkIsPreloader {
	background: #fff;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 101;
}

.gkIsWrapper-babak .gkIsPreloader span,
#gkPreloader span {
	-webkit-animation-duration: .5s;
	   -moz-animation-duration: .5s;
	        animation-duration: .5s;
	-webkit-animation-iteration-count: infinite;
	   -moz-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-name: gkIsLoader;
	   -moz-animation-name: gkIsLoader;
	        animation-name: gkIsLoader;
    -webkit-animation-timing-function: linear;
       -moz-animation-timing-function: linear;
            animation-timing-function: linear;
	background: #e5e5e5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height: 16px;
	left: 50%;
	margin: -8px 0 0 -8px;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	width: 16px;
}

.gkIsWrapper-babak .figure {
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.gkIsWrapper-babak img {
	display: block;
	height: auto;
	margin-left: 0%;
	position: relative;
	width: 100%;
}

.gkIsWrapper-babak .figcaption {
	top: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	padding: 25px 20px;
	position: absolute;
	width: 100%;
	z-index: 2;
	-webkit-transition: opacity 1s ease-out, margin-left 0.5s linear;
	-moz-transition: opacity 1s ease-out, margin-left 0.5s linear;
	-ms-transition: opacity 1s ease-out, margin-left 0.5s linear;
	-o-transition: opacity 1s ease-out, margin-left 0.5s linear;
	transition: opacity 1s ease-out, margin-left 0.5s linear;
}

.gkIsWrapper-babak .figcaption h3 {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 40px;
	margin: 0 0 14px 0;
	text-align: center;
	text-transform: uppercase;
}

.gkIsWrapper-babak .figcaption p {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 22px;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	width: 45%;
}

.gkIsWrapper-babak .figcaption a {
	color: #fff;
}

.gkIsWrapper-babak .figcaption a:active,
.gkIsWrapper-babak .figcaption a:focus,
.gkIsWrapper-babak .figcaption a:hover {
	color: #eee;
	color: rgba(255, 255, 255, 0.75);
}

.gkIsWrapper-babak ol {
	bottom: 20px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 34px;
	width: auto;
	z-index: 10;
}

.gkIsWrapper-babak ol li {
	background: #fff;
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	height: 9px;
	line-height: 12px;
	padding: 0;
	text-indent: -9999px;
	width: 9px;
}

.gkIsWrapper-babak ol li:hover,
.gkIsWrapper-babak ol li.active {
	background: #ed6363;
}

.gkIsWrapper-babak .gkIsImageWrapper {
	width: 100%;
}

.gkIsWrapper-babak .gkIsImageScroll[data-amount="1"] { width: 100%; }
.gkIsWrapper-babak .gkIsImageScroll[data-amount="2"] { width: 200%; }
.gkIsWrapper-babak .gkIsImageScroll[data-amount="3"] { width: 300%; }
.gkIsWrapper-babak .gkIsImageScroll[data-amount="4"] { width: 400%; }
.gkIsWrapper-babak .gkIsImageScroll[data-amount="5"] { width: 500%; }
.gkIsWrapper-babak .gkIsImageScroll[data-amount="6"] { width: 600%; }
.gkIsWrapper-babak .gkIsImageScroll[data-amount="7"] { width: 700%; }
.gkIsWrapper-babak .gkIsImageScroll[data-amount="8"] { width: 800%; }
.gkIsWrapper-babak .gkIsImageScroll[data-amount="9"] { width: 900%; }
.gkIsWrapper-babak .gkIsImageScroll[data-amount="10"] { width: 1000%; }

.gkIsWrapper-babak .gkIsImageScroll[data-amount="1"] .figure { width: 100%; }
.gkIsWrapper-babak .gkIsImageScroll[data-amount="2"] .figure { width: 50%; }
.gkIsWrapper-babak .gkIsImageScroll[data-amount="3"] .figure { width: 33.33333333333333%; }
.gkIsWrapper-babak .gkIsImageScroll[data-amount="4"] .figure { width: 25%; }
.gkIsWrapper-babak .gkIsImageScroll[data-amount="5"] .figure { width: 20%; }
.gkIsWrapper-babak .gkIsImageScroll[data-amount="6"] .figure { width: 16.66%; }
.gkIsWrapper-babak .gkIsImageScroll[data-amount="7"] .figure { width: 14.28%; }
.gkIsWrapper-babak .gkIsImageScroll[data-amount="8"] .figure { width: 12.5%; }
.gkIsWrapper-babak .gkIsImageScroll[data-amount="9"] .figure { width: 11.11%; }
.gkIsWrapper-babak .gkIsImageScroll[data-amount="10"] .figure { width: 10%; }

/* Buttons */
.gkIsBtnPrev,
.gkIsBtnNext {
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 64px;
	margin: -32px 0 0 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	z-index: 2;
}
.gkIsBtnNext {
	right: -30px;
}
.gkIsBtnPrev {
	left: -30px;
}
.hover .gkIsBtnNext {
	right: 30px;
}
.hover .gkIsBtnPrev {
	left: 30px;
}
.gkIsBtnNext:before,
.gkIsBtnPrev:before {
	color: #fff;
	cursor: pointer;
	font-family: gkfont;
	font-size: 30px;
	line-height: 64px;
}
.gkIsBtnPrev:before {
	content: "1";
}
.gkIsBtnNext:before {
	content: "2";
}
.gkIsBtnNext:hover:before,
.gkIsBtnPrev:hover:before {
	color: #ed6363;
}

/* Loader */
@-webkit-keyframes gkIsLoader {
	from, to {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
	}

	50% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
}

@-moz-keyframes gkIsLoader {
	from, to {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
	}

	50% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
}

@keyframes gkIsLoader {
	from, to {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
	}

	50% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
}

/*
 * Portal Mode - Centered Title Overlay
 */

.gkNspPM-CenteredTitleOverlay {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}

.gkNspPM-CenteredTitleOverlay img {
	cursor: pointer;
	display: block;
	height: auto;
	margin: 0;
	max-width: 100%;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.gkNspPM-CenteredTitleOverlay > a {
	display: block;
	padding: 0!important;
}

.gkNspPM-CenteredTitleOverlay:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.gkNspPM-CenteredTitleOverlay > figcaption {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.gkNspPM-CenteredTitleOverlay > figcaption > div {
	display: table;
	height: 100%;
	width: 100%;
}

.gkNspPM-CenteredTitleOverlay > figcaption > div > div {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.gkNspPM-CenteredTitleOverlay h3 {
	background: #fff;
	background: rgba(255, 255, 255, 0.45);
	color: #282c2f;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 16px 0 9px 0;
}

.gkNspPM-CenteredTitleOverlay p {
	background: #fff;
	background: rgba(255, 255, 255, 0.45);
	color: #282c2f;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 2;
	margin: 0;
	padding: 18px 0 14px 0;
}

.gkNspPM-CenteredTitleOverlay h3 + p {
	padding-top: 0;
}

.gkNspPM-CenteredTitleOverlay a {
	color: #282c2f!important;
	display: block;
	padding: 0 20px;
	text-align: center;
	text-transform: uppercase;
}
.gkNspPM-CenteredTitleOverlay > figcaption > div > div:hover a,
.gkNspPM-CenteredTitleOverlay a:active,
.gkNspPM-CenteredTitleOverlay a:focus,
.gkNspPM-CenteredTitleOverlay a:hover {
	color: #fff!important;
}

.gkNspPM-CenteredTitleOverlay > figcaption > div > div > *:first-child {
	margin-top: 75px;
	opacity: 0; filter: alpha(opacity=0);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.gkNspPM-CenteredTitleOverlay > figcaption > div > div > *:first-child + p {
	opacity: 0; filter: alpha(opacity=0);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.gkNspPM-CenteredTitleOverlay.active > figcaption > div > div > *:first-child {
	margin-top: 0;
	opacity: 1; filter: alpha(opacity=100);
}

.gkNspPM-CenteredTitleOverlay.active > figcaption > div > div > *:first-child + p {
	opacity: 1; filter: alpha(opacity=100);
}

/* Portal Mode - Product Gallery II */

.gkNspPM-ProductGallery2 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 -0.75%;
	overflow: hidden;
	position: relative;
}

.gkNspPM-ProductGallery2 > div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	position: relative;
}

.gkNspPM-ProductGallery2[data-cols="1"] > div { width: 98.5%; }
.gkNspPM-ProductGallery2[data-cols="2"] > div { width: 48.5%; }
.gkNspPM-ProductGallery2[data-cols="3"] > div { width: 31.8%; }
.gkNspPM-ProductGallery2[data-cols="4"] > div { width: 23.5%; }
.gkNspPM-ProductGallery2[data-cols="5"] > div { width: 18.5%; }
.gkNspPM-ProductGallery2[data-cols="6"] > div { width: 15.16%; }
.gkNspPM-ProductGallery2[data-cols="7"] > div { width: 12.78%; }
.gkNspPM-ProductGallery2[data-cols="8"] > div { width: 11%; }
.gkNspPM-ProductGallery2[data-cols="9"] > div { width: 9.61%; }
.gkNspPM-ProductGallery2[data-cols="10"] > div { width: 8.5%; }

.gkNspPM-ProductGallery2 div img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

/*
 * Content - header, price and button "add to cart"
 */

.gkNspPM-ProductGallery2 .gkImage {
	background: #fff;
	border: 5px solid #fff;
	margin: 0.75%;
	padding: 15px;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.gkNspPM-ProductGallery2 .gkImage:hover {
	border: 5px solid #3c5166;
}

.gkNspPM-ProductGallery2 .gkImage h4 {
	color: #282c2f;
	font-size: 16px;
	font-weight: bold;
	margin: 30px 0 10px 0;
	text-align: center;
	text-transform: uppercase;
}

.gkNspPM-ProductGallery2 .gkImage h4 a {
	color: #282c2f!important;
}

.gkNspPM-ProductGallery2 .gkImage h4 a:active,
.gkNspPM-ProductGallery2 .gkImage h4 a:focus,
.gkNspPM-ProductGallery2 .gkImage h4 a:hover {
	color: #ed6363!important;
}

.gkNspPM-ProductGallery2 .PricebasePriceWithTax {
	color: #999;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.gkNspPM-ProductGallery2 .gkImage:hover .PricebasePriceWithTax {
	color: #ed6363;
}

.gkNspPM-ProductGallery2 .PricetaxAmount {
	color: #aaa;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
}

.gkNspPM-ProductGallery2 .gkPrice {
	position: relative;
	text-align: center;
	top: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.gkNspPM-ProductGallery2 .gkAddToCart {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0 0 15px 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	width: 100%;
}

.gkNspPM-ProductGallery2 .gkImage.hover .gkPrice {
	top: 72px;
}

.gkNspPM-ProductGallery2 .gkAddToCart {
	text-align: center;
}

.gkNspPM-ProductGallery2 input.addtocart-button {
	background: #282c2f;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff!important;
	display: inline-block;
	float: none;
	font-size: 11px;
	font-weight: normal;
	height: 28px;
	line-height: 27px;
	margin: 35px 0 0 0;
	padding: 0 12px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: auto;
}

.gkNspPM-ProductGallery2 input.addtocart-button:active,
.gkNspPM-ProductGallery2 input.addtocart-button:focus,
.gkNspPM-ProductGallery2 input.addtocart-button:hover,
.gkNspPM-ProductGallery2 .gkImage.hover input.addtocart-button,
.gkNspPM-ProductGallery2 .gkImage:hover input.addtocart-button {
	background: #3c5166;
}

/*
 * Price table
 */

.gkPriceTable { padding: 24px 0; }
.gkPriceTable::after {
	clear: both;
	content: "";
	display: table;
}
.gkPriceTable.col1 dl { width: 100%; }
.gkPriceTable.col2 dl {
	float: left;
	width: 50%;
}
.gkPriceTable.col3 dl {
	float: left;
	width: 33.3%;
}
.gkPriceTable.col4 dl {
	float: left;
	width: 25%;
}
.gkPriceTable.col5 dl {
	float: left;
	width: 20%;
}
.gkPriceTable dl {
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: -1px;
	padding: 20px 32px;
}
.gkPriceTable.gkWhite dl { background: #f8f8f8; }
.gkPriceTable dt {
	color: #282c2f;
	font-size: 30px;
	font-weight: 400;
}
.gkPriceTable dd {
	border-bottom: 1px solid #eee;
	padding: 8px 0;
}
.gkPriceTable dd:last-child { border: none }
.gkPriceTable dd a {
	background: #282c2f;
	color: #fff!important;
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	height: 28px;
	line-height: 29px;
	margin: 30px auto 10px;
	padding: 0 13px;
	-webkit-transition: background .3s ease-out;
	-moz-transition: background .3s ease-out;
	-ms-transition: background .3s ease-out;
	-o-transition: background .3s ease-out;
	transition: background .3s ease-out;
}
.gkPriceTable dd a:hover {
	background: #ED6363;
	color: #fff!important;
}
.gkPriceTable .gkPremium dd a:hover { background: #282c2f; }
.gkPriceTable .gkPremium dd a { background: #ED6363; }
.gkPriceTable dd.gkPrice {
	color: #282c2f;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 32px;
	padding: 0 0 8px;
}
.gkPriceTable dd.gkPrice small {
	color: #999;
	font-size: 20px;
	font-weight: 300;
}
.gkPriceTable dl.gkPremium {
	border: 3px solid #ED6363;
	margin: -2px 0;
	padding: 32px;
	position: relative;
	z-index: 1;
}
.gkPriceTable dl.gkPremium dt,
.gkPriceTable dl.gkPremium dd.gkPrice { color: #ED6363; }

/*
 * Demo blocks
 */

/* Grid */
.gkGrid {
	margin-top: 40px;
	max-width: 500px;
	overflow: hidden;
}
.gkGrid > div {
	left: -1px;
	position: relative;
	top: -1px;
}
.gkGrid a {
	border: 1px solid #eee;
	border-bottom: none;
	border-right: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left;
	opacity: 1; filter: alpha(opacity=100);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.gkGrid a:active,
.gkGrid a:focus,
.gkGrid a:hover {
	opacity: 0.5; filter: alpha(opacity=50);
}

.gkGrid[data-cols="1"] a { width: 100%; }
.gkGrid[data-cols="2"] a { width: 50%; }
.gkGrid[data-cols="3"] a { width: 33.33%; }
.gkGrid[data-cols="4"] a { width: 25%; }
.gkGrid[data-cols="5"] a { width: 20%; }
.gkGrid[data-cols="6"] a { width: 16.66%; }
.gkGrid[data-cols="7"] a { width: 14.28%; }
.gkGrid[data-cols="8"] a { width: 12.5%; }

.gkGrid img {
	display: block;
	max-width: 100%;
	width: 100%;
}

#gkPreloader {
	background: #fff;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: .8;
	z-index: 99999;
}
/*
#------------------------------------------------------------------------
# Shop and Buy - July Joomla! template (for Joomla 3)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License:  Copyrighted Commercial Software
# Website:  http://www.anothervista.com
# Support:  support@anothervista.com
 */

#bottom-pagination div,
#bottom-pagination ul { text-align: center!important }
#bottom-pagination ul li { display: inline }
.VmArrowdown {
	cursor: pointer;
	float: right;
	height: 16px;
	padding: 0 12px;
	width: 16px
}
.additional-images {
	margin: 20px 0;
	overflow: hidden
}
.additional-images .product-thumb {
	border: 1px solid #eee;
	float: left;
	line-height: 1.4;
	margin: 0 6px 6px 0;
	padding: 3px;
	text-align: center;
	white-space: normal;
	width: 74px
}
.additional-images .product-thumb:hover {
	border-color: #ddd;
	cursor: pointer
}
.additional-images img { border: 1px solid #eee;
    padding: 6px;
    width: 25%; }
.addtocart-area .product-fields { padding: 6px 0 12px }
.addtocart-area .product-fields > div { margin: 0 0 10px }
.ask-a-question a {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #282c2f !important;
	display: block;
	font-size: 12px;
	font-weight: 600;
	margin: 32px 0;
	padding: 16px 0;
}
.ask-a-question a:hover { color: #ED6363 !important; }
.addtocart-button {
	background: #ED6363 !important;
}

input.addtocart-button {
	margin: 0;
}

.addtocart-button:hover {  background: #3C5166 !important}
.ask-a-question-view .form-field .submit { width: 418px }
.ask-a-question-view .form-field textarea.field {
	border: solid #eee 1px;
	color: #777;
	padding: 12px;
	text-align: left;
	width: 394px
}
.ask-a-question-view .product-summary {
	border-bottom: solid #eee 1px;
	margin: 25px 0 0;
	padding: 0 0 10px
}
.ask-a-question-view .product-summary .short-description { margin-top: 6px }
.ask-a-question-view .product-summary h2 {
	font-size: 16px;
	margin: 0;
	padding: 0
}
.ask-a-question-view .product-summary img.product-image {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto
}
.ask-a-question-view h1 {
	font-size: 18px;
	margin: 0;
	padding: 0
}
.ask-a-question-view input.counter,
.ask-a-question-view input#email {
	border: solid #ccc 1px;
	color: #777;
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 5px 5px 4px
}
.ask-a-question-view,
.manufacturer-details-view .spacer { padding: 30px }
.availability {
	float: right;
	margin: -19px 0 0 10px
}
.billto-shipto strong,
span.custom-variant-inputbox input.custom-attribute:hover,
input.vm-default:hover,
.ask-a-question-view input.counter:hover,
.ask-a-question-view input#email:hover,
table.user-details input:hover,
a.details:hover,
div.details:hover,
a.product-details:hover,
.ask-a-question-view .form-field textarea.field:hover,
.product-related-products > div a,
.product-related-categories > div a,
table.cart-summary a { color: #282c2f }
.category-view .category .category-overlay > span > span,
.browse-view .product .product-overlay > span > span,
.featured-view .product .product-overlay > span > span,
.latest-view .product .product-overlay > span > span,
.topten-view .product .product-overlay > span > span,
.recent-view .product .product-overlay > span > span,
.productDetails .main-image .product-overlay > span > span {
	-moz-border-radius: 50%;
	-moz-transition: all .3s ease-out;
	-ms-border-radius: 50%;
	-ms-transition: all .3s ease-out;
	-o-border-radius: 50%;
	-o-transition: all .3s ease-out;
	-webkit-border-radius: 50%;
	-webkit-transition: all .3s ease-out;
	background: #ed6363;
	border-radius: 50%;
	color: #fff;
	display: block;
	filter: alpha(opacity=0);
	font-weight: 600;
	height: 80px;
	line-height: 80px;
	margin: 100% auto 30%;
	opacity: 0;
	text-align: center;
	transition: all .3s ease-out;
	width: 80px
}
.category-view .category .category-overlay > span,
.browse-view .product .product-overlay > span,
.featured-view .product .product-overlay > span,
.latest-view .product .product-overlay > span,
.topten-view .product .product-overlay > span,
.recent-view .product .product-overlay > span,
.productDetails .main-image .product-overlay > span {
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	background: rgba(255,255,255,0);
	display: block;
	height: 100%;
	overflow: hidden;
	transition: all .3s ease-out;
	width: 100%
}
.category-view .category .category-overlay,
.browse-view .product .product-overlay,
.featured-view .product .product-overlay,
.latest-view .product .product-overlay,
.topten-view .product .product-overlay,
.recent-view .product .product-overlay,
.productDetails .main-image .product-overlay {
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%
}
.browse-view .product .spacer,
.productDetails .main-image {
	overflow: hidden;
	position: relative
}
.category-view .category.active .category-overlay > span > span,
.browse-view .product.active .product-overlay > span > span,
.featured-view .product.active .product-overlay > span > span,
.latest-view .product.active .product-overlay > span > span,
.topten-view .product.active .product-overlay > span > span,
.recent-view .product.active .product-overlay > span > span,
.productDetails .main-image.active .product-overlay > span > span {
	filter: alpha(opacity=100);
	margin-top: 30%;
	opacity: 1;
}
.category-view .category.active .category-overlay > span,
.browse-view .product.active .product-overlay > span,
.featured-view .product.active .product-overlay > span,
.latest-view .product.active .product-overlay > span,
.topten-view .product.active .product-overlay > span,
.recent-view .product.active .product-overlay > span,
.productDetails .main-image.active .product-overlay > span { background: rgba(255,255,255,0.6) }
.category-view h4,
.featured-view h4,
.latest-view h4,
.topten-view h4,
.recent-view h4 {
	font-weight: 400;
	margin: 0 0 30px;
}
.browse-view .row .product .spacer img,
.related-products-view .row .product .spacer img {
	height: auto;
	max-width: 90%
}
.cart-summary .inputbox {
	float: left;
	padding-left: 9px;
	padding-right: 9px;
	text-align: center
}
.cart-summary div.PricesalesPrice {
	background: none;
	font-size: 100%;
	margin: 0;
	padding: 0
}
.cart-summary tbody tr td { padding: 5px 8px }
.cart-summary td hr,
.terms-of-service .vm2-termsofservice-icon,
#terms-of-service .vmicon.vm2-termsofservice-icon,
.vmicon-16-editadd,
table.cart-summary td br,
#product-tabs-content > div,
.productDetails .main-image > .product-overlay { display: none!important; }
.cart-view h2 {
	font-size: 12px;
	margin: 0;
	padding: 0
}
.cart-view h3,
#userForm h3,
#paymentForm h3 {
	font-size: 22px;
	margin: 0 0 12px
}
.catProductDetails {
	-moz-border-radius: 2px;
	-moz-transition: background-color .12s ease-out;
	-ms-border-radius: 2px;
	-ms-transition: background-color .12s ease-out;
	-o-border-radius: 2px;
	-o-transition: background-color .12s ease-out;
	-webkit-border-radius: 2px;
	-webkit-transition: background-color .12s ease-out;
	background: #eee;
	border-radius: 2px;
	border-shadow: 0 0 1px #fff;
	color: #282c2f;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	line-height: 35px;
	margin: 0 0 12px;
	min-height: 34px;
	padding: 0 11px;
	text-align: center;
	text-transform: uppercase;
	transition: background-color .12s ease-out
}
.catProductPrice {
	color: #ed6363;
	font-size: 14px;
	font-weight: 600;
}
.catProductPrice .PricediscountAmount,
.catProductPrice .PricetaxAmount {
	color: #aaa;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.8;
	text-transform: uppercase
}
.catProductPrice div.PricesalesPrice {
	font-size: inherit;
	line-height: 1.4;
	margin: 0;
	padding: 0
}
.category-view .category { position: relative; }
.category-view .row .category .spacer h2 a {
	color: #282c2f;
	display: block;
}
.category-view .row .category .spacer h2 a img {
	height: auto;
	margin-top: 6px;
	max-width: 100%
}
.category-view .row .category .spacer h2 a:hover,
.product-related-products > div a:hover,
.product-related-categories > div a:hover,
table.cart-summary a:hover { color: #ed6363 }
.category-view .row .category .spacer,
.featured-view .spacer,
.latest-view .spacer,
.topten-view .spacer,
.related-products-view .spacer,
.browse-view .row .product .spacer,
.manufacturer-view-default .row .manufacturer .spacer,
.recent-view .spacer {
	border: 5px solid #fff;
	padding: 8px 8px 30px;
	-webkit-transition: border .3s ease-out;
	-moz-transition: border .3s ease-out;
	-ms-transition: border .3s ease-out;
	-o-transition: border .3s ease-out;
	transition: border .3s ease-out;
}
.category-view .row .category .spacer:hover,
.featured-view .spacer:hover,
.latest-view .spacer:hover,
.topten-view .spacer:hover,
.related-products-view .spacer:hover,
.browse-view .row .product .spacer:hover,
.manufacturer-view-default .row .manufacturer .spacer:hover,
.recent-view .spacer:hover { border: 5px solid #3c5166; }
.checkout-button-top input.terms-of-service {
	float: left;
	margin-right: 10px
}
.clear,
br.clear,
#product-tabs-content { clear: both }
.clr {
	clear: both;
	overflow: hidden
}
#facebox .popup { overflow: hidden!important }
#facebox .popup > div {
	display: block!important;
	padding: 20px!important;
	width: auto!important
}
#facebox .popup > div > div {
	padding: 0 30px 50px 10px !important;
	position: relative;
	text-align: center
}
#facebox .popup > div > div > a {

	background: #ed6363;

	bottom: 5px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 11px;
        font-weight: 400;
	padding: 8px 12px;
	position: absolute;
	right: 10px;
	text-align: center;
	text-transform: uppercase
}
#facebox .popup > div > div > a.continue {
	left: 10px;
	right: auto;
	background: #282C2F
}
#facebox .popup > div > div > a:hover,
.productDetails .main-image .product-overlay > span > span, #facebox .popup > div > div > a.continue:hover { background: #3C5166!important; }
#facebox .popup > div > div > h4 {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
	min-width: 400px;
	padding: 12px 0 20px
}
#fancybox-wrap { z-index: 9999999 }
#product-tabs {
	margin: 20px 0 -1px;
	overflow: hidden
}
#product-tabs li {
	border: 1px solid #fff;
	border-bottom-color: #eee;
	cursor: pointer;
	float: left;
	font-size: 13px;
	font-weight: 400;
	padding: 10px 20px 6px;
	text-transform: uppercase
}
#product-tabs li.active {
	background: none;
	border: 1px solid #eee;
	border-bottom-color: #fff;
	color: #282c2f;
	font-weight: 600
}
#product-tabs-content {
	border: 1px solid #eee;
	padding: 20px
}
#product-tabs-content h3 {
	font-size: 14px;
	font-weight: 600;
	padding: 16px 0 0;
	text-transform: uppercase
}
#product-tabs-content dl { margin: 24px 0 }
#product-tabs-content dt {
	color: #282c2f;
	float: left;
	width: 20%
}
#ui-tabs { margin-bottom: 20px }
#ui-tabs .dyn-tabs {
	display: none;
	overflow: auto
}
#ui-tabs h4 {
	color: #ed6363;
	font-size: 16px;
	margin: 20px 0
}
#ui-tabs ul#tabs {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #e5e5e5;
	margin: 30px 0;
	width: 100%;
}
#ui-tabs ul#tabs::after {
	clear: both;
	content: "";
	display: table;
}
#ui-tabs ul#tabs li {
	background: #f8f8f8;
	border: 1px solid #f8f8f8!important;
	border-bottom-color: #e5e5e5!important;
	color: #282c2f;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 600;
	list-style-type: none;
	padding: 5px 15px!important;
	position: relative;
	text-transform: uppercase;
	top: 1px;
}
#ui-tabs ul#tabs li.current {
	background: none;
	border: 1px solid #e5e5e5!important;
	border-bottom-color: #fff!important;
	color: #ed6363;
	font-weight: 700;
}
#ui-tabs ul#tabs li:hover { color: #ed6363; }
fieldset .userfields_info {
	clear: both;
	display: block;
	padding: 10px 0;
}
#userForm select,
.width80 { width: 80% }
.control-buttons { overflow: hidden }
.control-buttons + fieldset { margin-top: 32px }
.control-buttons + fieldset span {
	background: none;
	height: inherit
}
.control-buttons > div {
	border-top: 1px solid #eee;
	font-size: 12px;
	margin: 40px 0 20px;
	padding: 16px 0 0
}
.coupon {
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #eee;
	border-radius: 4px;
	color: gray;
	font-size: 9px;
	padding: 3px
}
.customer-comment,
.featured-view .product-price,
.latest-view .product-price,
.topten-view .product-price,
.output-billto,
.output-shipto { margin: 10px 0 }
.customer-reviews,
.ask-a-question-view .form-field,
.product-related-products,
.product-related-categories { margin: 25px 0 0 }
.display-number { text-align: right }
.display-number select { margin: 1px 0 0 8px }
.featured-view .spacer .catProductPrice + a img,
.latest-view .spacer .catProductPrice + a img,
.topten-view .spacer .catProductPrice + a img,
.featured-view .spacer .catProductPrice + a + a img,
.latest-view .spacer .catProductPrice + a + a img,
.topten-view .spacer .catProductPrice + a + a img { margin-top: 16px }
.featured-view .spacer h3 a,
.latest-view .spacer h3 a,
.topten-view .spacer h3 a,
.related-products-view .spacer h3 a,
.browse-view .row .product .spacer h2 a,
h3.catProductTitle a { color: #282c2f !important }
.featured-view .spacer h3,
.latest-view .spacer h3,
.topten-view .spacer h3,
.related-products-view .spacer h3,
.browse-view .row .product .spacer h2,
.category-view .row .category .spacer h2,
h3.catProductTitle {
	border-top: 1px solid #eee;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 0 4px !important;
	padding: 32px 0 0;
	text-transform: uppercase;
}
.featured-view h4,
.latest-view h4,
.topten-view h4,
.related-products-view h4,
.browse-view h1,
h2.catSub,
.category-view h4 { margin-bottom: 30px }
.floatright,
span.floatright,
.floatleft,
span.floatleft { float: right }
.formLogin {
	background: #f9f9f9;
	margin: 0 0 24px;
	padding: 20px
}
.formLogin h3 { font-size: 18px }
.formLoginWrap a {
	font-size: 13px;
	margin-right: 12px
}
.formLoginWrap input,
.trackMyOrder div {
	float: left;
	margin: 0 24px 12px 0
}
.general-bg,
input.vm-default,
a.product-details,
a.details,
div.details {
	color: #ed6363;
	cursor: pointer;
	text-align: center
}
.vmGkCartProducts > div {

	border-bottom: 1px solid #eee;
	clear: both;
	color: #999;


	overflow: hidden;
	padding: 32px 0;
	text-align: right
}
.vmGkCartProducts img {
	border: 1px solid #eee;
	float: left;
	padding: 6px
}
.vmGkCartProducts > div > div { margin-left: 144px}

.vmGkCartProducts h3 span { color: #999; font-weight: 300; padding: 0 8px 0 0}
.vmGkCartProducts .gkPrice { color: #ED6363; font-size: 20px; font-weight: 400}

.gkTotal {
	color: #ED6363;
	float: right;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.3
}
.list-reviews .highlight {
	background: #fafafa;
	margin: 20px 0;
	padding: 20px
}
.list-reviews .normal {

	padding: 12px
}
.list-reviews .normal:first-child { padding-top: 0 }
.list-reviews .normal h3 { padding: 0!important;}
.list-reviews p {

	margin: 1.5em 0 .6em
}
.list-reviews span.date {
	color: #888;
	display: block;
	font-size: 10px;
	margin: 0 0 4px
}
.main-image img.product-image,
.featured-view .spacer img,
.latest-view .spacer img,
.topten-view .spacer img {
	height: auto;
	max-width: 100%;
	width: auto
}
.manufacturer h3.catProductTitle { text-align: center; }
.manufacturer-details-view .spacer {
	padding-left: 0;
	padding-right: 0;
}
.manufacturer-details-view .spacer > div { padding: 10px 0; }
.manufacturer-details-view .email-weblink a { margin-right: 15px }
.manufacturer-details-view img {
	background: #fff;
	border: 1px solid #efefef;
	float: right;
	margin: 0 0 10px 20px;
	padding: 8px;
}
.orderby-displaynumber {
	font-size: 11px;
	font-weight: 600;
	margin: 0 0 32px;
	text-transform: uppercase;
}
.orderby-displaynumber::after {
	clear: both;
	content: "";
	display: table
}
.orderlistcontainer { position: relative }
.orderlistcontainer a {
	color: #282c2f!important;
	display: block
}
.orderlistcontainer a:hover,
.featured-view .spacer h3 a:hover,
.latest-view .spacer h3 a:hover,
.topten-view .spacer h3 a:hover,
.related-products-view .spacer h3 a:hover,
.browse-view .row .product .spacer h2 a:hover,
h3.catProductTitle a:hover { color: #ed6363!important }
.orderlistcontainer div.activeOrder {
	cursor: pointer;
	float: left;
	line-height: 32px;
	margin: 0 24px 0 8px
}
.orderlistcontainer div.orderlist {
	background: #fff;
	border: 1px solid #eee;
	cursor: pointer;
	display: none;
	font-size: 14px;
	font-weight: 400;
	left: 46px;
	padding: 4px 12px;
	position: absolute;
	text-transform: none;
	top: 32px;
	z-index: 2
}
.orderlistcontainer div.orderlist div {
	border-top: 1px solid #eee;
	font-size: 13px;
	line-height: 1.4;
	padding: 8px 12px
}
.orderlistcontainer div.orderlist div:first-child { border: none }
.orderlistcontainer div.title {
	float: left;
	line-height: 32px;
	width: 50px
}
.output-billto span.titles,
.output-shipto span.titles {
	float: left;
	width: 150px
}
.output-billto span.values,
.output-shipto span.values { padding-right: 5px }
.output-billto span.values,
.output-shipto span.values,
.floatleft,
span.floatleft,
.gkShowCart { float: left }
.output-billto span.values-first_name,
.output-billto span.values-middle_name,
.output-billto span.values-zip,
.output-shipto span.values-first_name,
.output-shipto span.values-middle_name,
.output-shipto span.values-zip {
	float: left;
	margin-right: 3px
}
.output-shipto {
	color: #999;
	font-size: 11px;
	line-height: 1.4
}
.page-results {
	margin-top: 25px;
	text-align: right
}
.product-additional-info {
	font-size: 13px;
	margin: 0 0 42px
}
.product-field-type-P .product-fields-title { font-size: 120% }
.product-fields .product-field-type-P {
	border-bottom: 1px solid #eee;
	clear: both;
	margin-top: 18px
}
.product-neighbours {
	color: #777;
	margin: 0 0 15px;
	overflow: hidden;
}
.product-neighbours a.next-page {
	float: right;
	line-height: 20px;
	padding-right: 30px
}
.product-neighbours a.previous-page {
	float: left;
	line-height: 20px;
	padding-left: 30px
}
.productDetailInfo {
	border-bottom: 1px solid #eee;
	font-size: 13px;
	margin: 0 0 24px;
	padding: 0 0 12px;
}
.productDetailInfo dt {
	clear: both;
	color: #999;
	margin: 0 6px 0 0;
	float: left
}
.product-price {
	color: #999;
	font-size: 11px;
	line-height: 1.6em;
	margin: 0 0 15px
}
.product-price > strong {
	color: #282c2f;
	display: block;
	margin: 0 0 15px
}
.product-related-products > div,
.product-related-categories > div {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	margin: 12px 0;
	padding: 0 24px;
	text-align: center;
	text-transform: uppercase;
	width: 120px;
}
.product.vertical-separator { padding-bottom: 16px!important }
.productDetails { margin: 40px 0 }
.productDetails .main-image a {
	display: block;
	position: relative
}
.productDetails .main-image img,
#product-tabs-content > div.active { display: block!important; }
.product_s_desc p {
	line-height: 1.4;
	margin-bottom: 6px;
	padding: 0
}
.productdetails-view .addtocart-bar,
.write-reviews,
ul#tabs { margin: 20px 0 0 }
.productdetails-view .product-description,
.product-fields { margin: 15px 0 }
.productdetails-view .spacer-buy-area {
	border-top: 1px solid #eee;
	padding: 16px 12px 0 0
}
.productdetails-view h1 {
	line-height: 1.1;
	margin: 0 0 6px
}
.product-related-products, .product-related-categories { border: 1px solid #eee; padding: 20px;}
.productdetails-view .product-related-products img,
.productdetails-view .product-related-categories img { margin-bottom: 12px }
.productdetails-view .product-related-products a,
.productdetails-view .product-related-categories a { color: #282c2f !important }
.productdetails-view .product-related-products a:hover,
.productdetails-view .product-related-categories a:hover { color: #ed6363 !important }
.right,
#bottom-pagination .counter { text-align: right!important }
.row {
	display: table;
	width: 100%
}
.row .product.width50,
.row .product.width33,
.row .product.width25,
.row .product.width20 { padding: 0 }
.row > div {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left!important;
	text-align: center
}
.stockLavel {
	font-size: 13px;
	padding: 0 0 16px
}
.terms-of-service h5 {
	background: #fffef4;
	font-size: 14px;
	padding: 15px;
	text-align: center
}
.terms-of-service h5 a,
.terms-of-service h5 a:visited {
	color: #ed6363;
	text-transform: uppercase
}
.trackMyOrder h4 { margin: 0 0 32px }
.trackMyOrder div {
	float: left;
	margin: 12px 24px 0 0
}
.trackMyOrder div input[type="submit"] { margin-top: 26px }
.userfields_info {
	color: #282c2f;
	font-size: 16px
}

.vendor-store-desc,
.category-view,
.featured-view,
.latest-view,
.topten-view,
.related-products-view,
.browse-view,
.order-view { margin-bottom: 52px }
.product { position: relative; }
.vm-button-correct,
.vm-button-correct:link,
.vm-button-correct:visited {
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #282c2f;
	border-radius: 2px;
	color: #fff!important;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	padding: 8px 10px;
	text-align: center;
	text-transform: uppercase;
	line-height: 22px;
	height: auto;
}
.vm-button-correct:hover,
.catProductDetails:hover {
	background: #ed6363;
	color: #fff
}
.vm-customfield-mod img,
.vm-customfield-cart img {
	vertical-align: middle;
	width: 16px
}
.vmicon,
.vmiconFE {
	background: url(//www.babakrashvand.com//templates/babak/css/../images/vm/vm2-sprite.png) no-repeat 0 0;
	display: block;
	height: 10px;
	width: 53px
}
.vm-img-desc {
	color: #282c2f;
	display: block;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase
}
.vm2-arrow_down {
	background-position: 0 -72px;
	height: 16px;
	width: 16px
}
.vm2-billto-icon {
	background-position: 0 -138px;
	border: 0;
	height: 24px;
	margin-right: 6px;
	vertical-align: middle;
	width: 24px
}
.vm2-lowstock { background-position: 0 -213px }
.vm2-normalstock,
.vm2-nostock,
.vm2-lowstock {
	background-position: 0 -208px;
	display: block;
	height: 2px;
	margin: 0 auto;
	width: 53px
}
.vm2-nostock { background-position: 0 -218px }
.vm2-remove_from_cart {
	background: url(//www.babakrashvand.com//templates/babak/css/../images/vm/vm2-sprite.png) no-repeat 100% -64px!important;
	cursor: pointer;
	display: block;
	float: right;
	height: 24px!important;
	width: 15px!important
}
.vm2-shipto-icon {
	background-position: 0 -284px;
	height: 24px;
	margin-right: 6px;
	vertical-align: middle;
	width: 24px
}
.vm2-stars0,
.vm2-stars_0 { background-position: 0 -50px }
.vm2-stars1,
.vm2-stars_1 { background-position: 0 -40px }
.vm2-stars2,
.vm2-stars_2 { background-position: 0 -30px }
.vm2-stars3,
.vm2-stars_3 { background-position: 0 -20px }
.vm2-stars4,
.vm2-stars_4 { background-position: 0 -10px }
.vm2-termsofservice-icon {
	display: inline-block;
	height: 24px;
	margin-right: 6px;
	vertical-align: middle;
	width: 24px
}
.vm2-warning {
	height: 40px;
	width: 50px
}
.vmGkCartProducts { padding: 12px 0 24px }
.vmlogout {
	margin: 12px 0;
	text-align: right
}
.vmlogout input {
	float: right;
	margin-left: 12px
}
.vmpayment_cardinfo {
	color: gray;
	font-size: 9px
}
.vmpayment_description,
.vmshipment_description {
	color: #999;
	display: block;
	font-size: 12px;
	font-weight: 300;
	padding: 0 2px
}
.vmpayment_name,
.vmpayment_cost,
.vmshipment_name,
.vmshipment_cost { padding: 0 2px }
.vmquote { font-size: smaller }
/* VM Popup Module Cart */

.vmCartModule dl + dl {
	border-top: 1px solid #333;
	margin: 32px 0 0;
	padding: 12px 0 0;
}
.vmCartModule dl dt {
	clear: both;
	float: left;
}
.vmCartModule dl dd { text-align: right; }
.vmCartModule dl dt a { color: #eee }
.vmCartModule dl dt a:hover { color: #ed6363 }
.vmCartModule dd strong {
	color: #ed6363;
	font-size: 20px
}

.width1 { width: 1% }
.width10 { width: 10% }
.width11 { width: 11% }
.width12 { width: 12% }
.width13 { width: 13% }
.width14 { width: 14% }
.width15 { width: 15% }
.width16 { width: 16% }
.width17 { width: 17% }
.width18 { width: 18% }
.width19 { width: 19% }
.width2 { width: 2% }
.width20 { width: 20% }
.width21 { width: 21% }
.width22 { width: 22% }
.width23 { width: 23% }
.width24 { width: 24% }
.width25 { width: 25% }
.width26 { width: 26% }
.width27 { width: 27% }
.width28 { width: 28% }
.width29 { width: 29% }
.width3 { width: 3% }
.width30 { width: 30% }
.width31 { width: 31% }
.width32 { width: 32% }
.width33 { width: 33% }
.width34 { width: 34% }
.width35 { width: 35% }
.width36 { width: 36% }
.width37 { width: 37% }
.width38 { width: 38% }
.width39 { width: 39% }
.width4 { width: 4% }
.width40 { width: 40% }
.width41 { width: 41% }
.width42 { width: 42% }
.width43 { width: 43% }
.width44 { width: 44% }
.width45 { width: 45% }
.width46 { width: 46% }
.width47 { width: 47% }
.width48 { width: 48% }
.width49 { width: 49% }
.width5 { width: 5% }
.width50 { width: 50% }
.width51 { width: 51% }
.width52 { width: 52% }
.width53 { width: 53% }
.width54 { width: 54% }
.width55 { width: 55% }
.width56 { width: 56% }
.width57 { width: 57% }
.width58 { width: 58% }
.width59 { width: 59% }
.width6 { width: 6% }
.width60 { width: 60% }
.width61 { width: 61% }
.width62 { width: 62% }
.width63 { width: 63% }
.width64 { width: 64% }
.width65 { width: 65% }
.width66 { width: 66% }
.width67 { width: 67% }
.width68 { width: 68% }
.width69 { width: 69% }
.width7 { width: 7% }
.width70 { width: 70% }
.width71 { width: 71% }
.width72 { width: 72% }
.width73 { width: 73% }
.width74 { width: 74% }
.width75 { width: 75% }
.width76 { width: 76% }
.width77 { width: 77% }
.width78 { width: 78% }
.width79 { width: 79% }
.width8 { width: 8% }
.width81 { width: 81% }
.width82 { width: 82% }
.width83 { width: 83% }
.width84 { width: 84% }
.width85 { width: 85% }
.width86 { width: 86% }
.width87 { width: 87% }
.width88 { width: 88% }
.width89 { width: 89% }
.width9 { width: 9% }
.width90 { width: 90% }
.width91 { width: 91% }
.width92 { width: 92% }
.width93 { width: 93% }
.width94 { width: 94% }
.width95 { width: 95% }
.width96 { width: 96% }
.width97 { width: 97% }
.width98 { width: 98% }
.width99 { width: 99% }
.write-reviews h4 {
	border-bottom: 1px solid #eee;
	margin: 0 0 36px;
	padding: 0 0 12px
}
.write-reviews h4 span {
	font-size: 14px;
	font-weight: 400;
	margin-left: 8px
}
.write-reviews span.step {
	color: #282c2f;
	display: inline-block;
	font-weight: 400;
	margin: 0 0 8px
}
.write-reviews textarea.virtuemart {
	display: inline-block;
	margin-bottom: 6px
}
.write-reviews ul.rating {
	margin: 6px 0 20px;
	padding: 0
}
.write-reviews ul.rating li {
	display: inline-block;
	list-style: none;
	padding: 0 5px;
	text-align: center
}
.write-reviews ul.rating li span,
.product-field-display a img,
.trackMyOrder label,
table.cart-summary td > img + br,
#product-tabs-content > div:first-child { display: block }
a.highlight,
a.highlight:visited {
	background-position: 0 -160px;
	border: solid #00a000 1px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	padding: 3px 8px 1px;
	text-decoration: none
}
a.product-details,
a.details,
div.details { display: inline-block }
div.PricesalesPrice {
	background: #fff;
	color: #282c2f;
	font-size: 24px;
	padding: 12px 0 16px
}
div.terms-of-service,
table.generalUserInfo,
table.user-details { margin: 24px 0 }
h2.catSub {
	border: none;
	margin: 0 0 12px
}
input.addtoCart:hover { background: #ed6363 }
input.custom-attribute { width: 140px }
input.highlight-button {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	text-align: center;
	text-decoration: none
}

input.quantity-input {
	color: #888;
	font-size: 12px;
	font-weight: 700!important;
	padding: 3px;
	text-align: center;
	width: 28px
}
input.vm-default { margin-bottom: 2px }
input.vm2-add_quantity_cart,
input.vm2-add_quantity_cart:hover {
	background: url(//www.babakrashvand.com//templates/babak/css/../images/vm/vm2-sprite.png) no-repeat 0 -64px!important;
	float: right;
	margin: 0 0 0 10px;
	width: 25px
}
label.product-fields-title {
	color: #282c2f;
	display: inline-block;
	min-width: 15%
}
label.quantity_box {
	float: left;
	line-height: 32px;
	margin-right: 12px
}
.quantity_box_wrap { float: right; }
select#virtuemart_currency_id {
	margin: 0 0 12px;
	width: 100%
}
span.PricesalesPrice {
	color: #ed6363;
	font-weight: 600
}
span.bold {
	color: #282c2f;
	font-weight: 500
}
span.custom-variant-inputbox {
	display: block;
	float: left;
	margin-bottom: 5px;
	width: 152px
}
span.details-button { margin: 0 0 0 10px }
span.details-button input.details-button {
	border: 1px solid #eee;
	color: #135CAE;
	cursor: pointer;
	padding: 3px 8px 1px;
	text-align: center
}
span.manufacturer { margin: 0 0 0 16px }
span.quantity-box {
	float: left;
	font-weight: 700;
	margin: 0 10px 0 0
}
span.stock-level {
	color: #999;
	font-size: 10px
}
span.terms-of-service {
	display: inline-block;
	font-size: 12px;
	margin-right: 10px
}
span.title,
h4.title {

	display: block;
	font-size: 14px;
    font-weight: 600;
    padding: 8px 0 0;
    text-transform: uppercase;
}
}
span.tos {
	display: inline-block;
	margin-right: 15px
}
span.variant-dropdown {
	display: block;
	float: left;
	margin-bottom: 5px;
	width: 150px
}
span.variant-dropdown select { width: 150px }
span.variant-name,
span.custom-variant-name {
	display: block;
	float: left;
	margin-bottom: 5px;
	width: 100px
}
table.cart-summary td {
	font-size: 15px;
	vertical-align: middle
}
.cart-summary .sectiontableentry1 fieldset {
	clear: both;
}
table.ordersList,
.product-field-type-B,
.product-field-type-S,
.product-field-type-I,
.addtocart-area .product-fields select { width: auto }
.width100 { width: 100% }
table.shopperInformation td,
table.generalUserInfo td,
table.user-details td {
	border: none;
	padding: 3px 24px 3px 0
}
table.shopperInformation tr:hover,
table.generalUserInfo tr:hover,
table.user-details tr:hover { background: none }
table.user-details input {
	color: #777;
	margin-bottom: 2px;
	padding: 5px 5px 4px
}
td.orders-key {
	font-weight: 700;
	text-align: left
}
textarea.virtuemart {
	color: #777;
	padding: 5px 5px 4px;
	text-align: left
}
.buttonBar-right {
	margin: 0 0 20px 0;
	overflow: hidden;
	width: 100%;
}

#adminForm {
	margin-top: 20px;
}

#com-form-login,
.billto-shipto {
	border: 1px solid #e5e5e5;
	margin: 32px 0;
	padding: 24px;
}
#com-form-login > h4,
#com-form-login h2 {
	border-bottom: 1px solid #eee;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 32px;
	padding: 0 0 16px;
}
.billto-shipto strong { font-size: 12px; }
#com-form-login a, .billto-shipto a { color: #282C2F !important}
.billto-shipto a {
	background: transparent;
	border: 0 !important;
}
#com-form-login a:hover, .billto-shipto a:hover { color: #ED6363 !important}
.vendor-details-view address {
	font-style: normal;
	margin: 30px 0;
}

@media (max-width: 480px) {
	#com-form-login .width30 {
		margin-bottom: 10px;
		width: 100%;
	}
}

.vendor-details-view .vendor-image {
	float: right;
	margin: 30px 0 30px 30px;
}
.vendor-details-view textarea { width: 100%; }
.vendor-details-view p { margin: 20px 0; }
.vendor-view-default .manufacturer {
	padding: 20px 0;
	width: 100%;
}
.vendor-view-default .manufacturer h4 small {
	color: #777;
	display: block;
	font-size: 14px;
	line-height: 1.8;
}
.vendor-details-view h1 { margin: 0 0 30px 0; }
.vendor-details-view h1 small {
	color: #777;
	display: block;
	font-size: 18px;
	line-height: 1.8;
}
#paymentForm > div {
	margin: 10px 0 15px;
}

/* VM3 adjustments */
.productdetails-view .productDetails > div {
	float: right;
	width: 48%;
}
.productdetails-view .productDetails > div:first-child {
	float: left;
}
.productdetails-view .productDetails:after {
	clear: both;
	content: "";
	display: table;
}
.quantity-controls.js-recalculate {
	display: none;
}
#product-tabs-content:after {
	clear: both;
	content: "";
	display: table;
}
.product-additional-info .ratingbox {
	margin: 0 16px 0 0;
}
.product-additional-info span.manufacturer {
	margin: 0;
}
#reviewform label {
	cursor: pointer;
}
.customer-greetings {
	padding: 0 12px 32px 12px;
}
#facebox .popup > div > div > a:first-child {
	left: 10px;
	right: auto;
}
h2.catSub {
	margin: 0 0 24px;
}
.browse-view div.PricesalesPrice {
	background: transparent;
}
.vm-cart-header-container .vm-continue-shopping {
	text-align: right;
}
.vm2-billto-icon,
.vm2-shipto-icon {
	display: none;
}
.cart-summary h3 {
	font-size: 14px;
}
.cart-summary .vm2-remove_from_cart {
	border: none;
	padding: 0;
}
#customer_note_field {
	clear: both;
	display: block;
	margin: 10px 0 30px 0;
}
.cart-summary th {
	font-size: 13px;
}
#userForm h2 {
	font-size: 24px;
	margin: 20px 0;
}
#userForm .control-buttons {
	margin: 20px 0;
}
#virtuemart_shoppergroup_id {
	height: auto;
}
script[id^="vm"] + h2 {
	margin: 20px 0;
}
.output-shipto > input[type="checkbox"] {
	float: left;
	margin: 0 10px 0 0;
	position: relative;
	top: -6px;
}
#userForm h1,
#paymentForm h1 {
	font-size: 24px;
	margin: 0 0 20px 0;
}
#userForm .buttonBar-right button,
#paymentForm .buttonBar-right button {
	background: #333;
	border: none;
	color: #fff!important;
}
.cart-summary h1 {
	font-size: 11px;
}
.post_payment_payment_name {
	margin: 10px 0 0 0;
}
.post_payment_order_total {
	margin: 0 0 20px 0;
}
.product-neighbours a.previous-page,
.product-neighbours a.next-page {
	padding: 0;
}
.vmGkCartModule .gkTotal > strong {
	font-weight: normal;
}
/* Custom fields fix */
.addtocart-area .product-fields .hasTip {
	display: none;
}
.addtocart-area .product-fields .hasTip {
	display: none;
}
.addtocart-area .product-fields .product-field-desc {
	font-size: 12px;
	padding: 5px 0;
}
/* vm3.0.10 fixes */
.vmicon.vm2-add_quantity_cart {
	background-position: 12px -66px;
    border: none;
    display: inline-block;
    height: 32px;
    width: 32px!important;
}
.vmicon.vm2-add_quantity_cart:hover {
	background-color: transparent!important;
	background-image: url(//www.babakrashvand.com//templates/babak/css/../images/vm/vm2-sprite.png)!important;
	background-repeat: no-repeat;
	opacity: 0.6;
}
#fancybox-wrap,
#fancybox-outer,
#fancybox-content,
#fancybox-content > div {
	min-height: 50px;
	min-width: 300px;
}
#fancybox-content,
#fancybox-content > div {
	min-width: 260px;
}
#fancybox-content > div {
	padding-bottom: 25px;
}
#fancybox-content .continue_link,
#fancybox-content .showcart {
	background: #ed6363;
	bottom: 5px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 11px;
	font-weight: 400;
	padding: 8px 12px;
	position: absolute;
	right: 10px;
	text-align: center;
	text-transform: uppercase
}
#fancybox-content .showcart {
	right: 0;
}
#fancybox-content .continue_link {
	left: 10px;
	right: auto;
	background: #222
}
#fancybox-content .continue_link {
	left: 0;
}

/*
#------------------------------------------------------------------------
# Shop and Buy - July Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.anothervista.com
# Support: support@anothervista.com
*/

/* Style 1 */

/* template.css */
#gkLogo.cssLogo {
	background: transparent url(//www.babakrashvand.com//templates/babak/css/../images/style1/logo.png) no-repeat 0 0;
}

a:hover,
a:active,
a:focus,
#gkMainbody a,
#gkMainbody h1 a:active,
#gkMainbody h1 a:focus,
#gkMainbody h1 a:hover,
#gkMainbody h2 a:active,
#gkMainbody h2 a:focus,
#gkMainbody h2 a:hover,
#k2Container article header h2 a:active,
#k2Container article header h2 a:focus,
#k2Container article header h2 a:hover,
#gkSidebar .box a:hover,
div.tags a {
	color: #ed6363;
}

#gkBottom1 .box li a:active,
#gkBottom1 .box li a:focus,
#gkBottom1 .box li a:hover,
#gkBottom2 .box li a:active,
#gkBottom2 .box li a:focus,
#gkBottom2 .box li a:hover {
	color: #ed6363;
}
#gkBreadcrumb .breadcrumbs > ul > li a:hover {
	color: #ED6363;
}
#gkFooter a:active,
#gkFooter a:focus,
#gkFooter a:hover {
	color: #ed6363;
}
.box .header strong {
	color: #ed6363;
}
.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover {
	color: #ed6363!important;
}
.box.border3 {
	border: 5px solid #ed6363;
}
.gkPopupWrap .gk-icon-cross {
	color: #ed6363;
}
.gkPopupWrap h3 a:hover {
	color: #ed6363;
}
.gkPopupWrap .button {
	background: #ed6363;
}
#btnCart:active,
#btnCart:focus,
#btnCart:hover {
	color: #ed6363;
}

/* joomla.css */
button:hover,
.button:hover,
input.button:hover,
span.button:hover,
button.button:hover,
div.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.pagenav-prev a:hover,
.pagenav-next a:hover,
.readon:hover,
#gkMainbody .itemReadMore:active,
#gkMainbody .itemReadMore:focus,
#gkMainbody .itemReadMore:hover,
#gkMainbody .readmore > a:active,
#gkMainbody .readmore > a:focus,
#gkMainbody .readmore > a:hover,
.readon:active,
.readon:focus,
.readon:hover,
.gkShowCart a:hover,
.profile-edit .btn:hover,
.registration .btn:hover {
	background: #3c5166;
}
th a:active,
th a:focus,
th a:hover,
article header h1 a:hover,
article header h2 a:hover {
	color: #ed6363;
}
#system-message dd.error {
	background: #ed6363;
}
.autocompleter-queried {
	color: #ed6363!important
}
.pagination ul li a {
	color: #ed6363!important
}
.pane-sliders .panel h3 a:hover,
.pane-sliders .panel h3.pane-toggler-down a {
	color: #ED6363 !important;
}
.tip-title {
	background: #ed6363;
}
article header li a:hover {
	color: #ed6363;
}
div.bannerfooter {
	color: #ed6363;
}

/* gk_stuff.css */
.nspPagination li:hover,
.nspPagination li.active {
	background-color: #ed6363;
}
.nspNext:hover:after,
.nspPrev:hover:after {
	color: #ed6363;
}
.dark .nspArt .readon {
	color: #282c2f!important;
}
.dark .nspArt .readon:active,
.dark .nspArt .readon:focus,
.dark .nspArt .readon:hover {
	background: #ed6363;
}
.gkTabsWrap ol li.active,
.gkTabsWrap ol li.active:hover {
	border-bottom: 1px solid #ed6363!important;
	color: #ed6363;
}
.gkTabsWrap ol li:hover {
	color: #ed6363;
}
.gkIsWrapper-babak ol li:hover,
.gkIsWrapper-babak ol li.active {
	background: #ed6363;
}
.gkIsBtnNext:hover:before,
.gkIsBtnPrev:hover:before {
	color: #ed6363;
}
.gkNspPM-ProductGallery2 .gkImage:hover {
	border: 5px solid #3c5166;
}
.gkNspPM-ProductGallery2 .gkImage h4 a:active,
.gkNspPM-ProductGallery2 .gkImage h4 a:focus,
.gkNspPM-ProductGallery2 .gkImage h4 a:hover {
	color: #ed6363!important;
}
.gkNspPM-ProductGallery2 .gkImage:hover .PricebasePriceWithTax {
	color: #ed6363;
}
.gkNspPM-ProductGallery2 input.addtocart-button:active,
.gkNspPM-ProductGallery2 input.addtocart-button:focus,
.gkNspPM-ProductGallery2 input.addtocart-button:hover,
.gkNspPM-ProductGallery2 .gkImage.hover input.addtocart-button,
.gkNspPM-ProductGallery2 .gkImage:hover input.addtocart-button {
	background: #3c5166;
}
.gkPriceTable dd a:hover {
	background: #ED6363;
}
.gkPriceTable .gkPremium dd a {
	background: #ED6363;
}
.gkPriceTable dl.gkPremium {
	border: 3px solid #ED6363;
}
.gkPriceTable dl.gkPremium dt,
.gkPriceTable dl.gkPremium dd.gkPrice {
	color: #ED6363;
}

/* menu.css */
.gkMenu > ul li div.childcontent li:hover > a,
.gkMenu > ul li div.childcontent li:hover > a small {
	color: #ed6363;
}
#gkMenuOverlayClose {
	color: #ed6363;
}
#gkMenuOverlayContent .gkcol li a:active,
#gkMenuOverlayContent .gkcol li a:focus,
#gkMenuOverlayContent .gkcol li a:hover {
	color: #ed6363;
}

/* k2.css */
.activeCategory a {
	color: #ed6363;
}
h1 > sup,
h2 > sup {
	background: #ed6363;
}
span#formLog {
	background: #ed6363;
}
.itemAttachmentsBlock {
	background: #ed6363;
}
.k2CalendarBlock table.calendar tr td.calendarDateLinked a:hover {
	background: #ed6363;
}
.k2CalendarBlock table.calendar tr td.calendarToday {
	background: #ed6363;
}
table.calendar tr td.calendarTodayLinked a {
	color: #ed6363;
}
.k2CalendarBlock table.calendar tr td.calendarTodayLinked a:hover {
	background: #ed6363;
}
.calendarNavLink {
	color: #ed6363;
}

/* vm.css */
.ask-a-question a:hover {
	color: #ED6363 !important;
}
.addtocart-button {
	background: #ED6363 !important;
}
.addtocart-button:hover {
	background: #3C5166 !important;
}
.category-view .category .category-overlay > span > span,
.browse-view .product .product-overlay > span > span,
.featured-view .product .product-overlay > span > span,
.latest-view .product .product-overlay > span > span,
.topten-view .product .product-overlay > span > span,
.recent-view .product .product-overlay > span > span,
.productDetails .main-image .product-overlay > span > span {
	background: #ed6363;
}
.catProductPrice {
	color: #ed6363;
}
.category-view .row .category .spacer h2 a:hover,
.product-related-products > div a:hover,
.product-related-categories > div a:hover,
table.cart-summary a:hover {
	color: #ed6363;
}
.category-view .row .category .spacer:hover,
.featured-view .spacer:hover,
.latest-view .spacer:hover,
.topten-view .spacer:hover,
.related-products-view .spacer:hover,
.browse-view .row .product .spacer:hover,
.manufacturer-view-default .row .manufacturer .spacer:hover,
.recent-view .spacer:hover {
	border: 5px solid #3c5166;
}
#facebox .popup > div > div > a {
	background: #ed6363;
}
#ui-tabs h4 {
	color: #ed6363;
}
#ui-tabs ul#tabs li.current {
	color: #ed6363;
}
#ui-tabs ul#tabs li:hover {
	color: #ed6363;
}
.general-bg,
input.vm-default,
a.product-details,
a.details,
div.details {
	color: #ed6363;
}
.vmGkCartProducts .gkPrice {
	color: #ED6363;
}
.gkTotal {
	color: #ED6363;
}
.orderlistcontainer a:hover,
.featured-view .spacer h3 a:hover,
.latest-view .spacer h3 a:hover,
.topten-view .spacer h3 a:hover,
.related-products-view .spacer h3 a:hover,
.browse-view .row .product .spacer h2 a:hover,
h3.catProductTitle a:hover {
	color: #ed6363!important;
}
.productdetails-view .product-related-products a:hover,
.productdetails-view .product-related-categories a:hover {
	color: #ed6363 !important;
}
.terms-of-service h5 a,
.terms-of-service h5 a:visited {
	color: #ed6363;
}
.vm-button-correct:hover,
.catProductDetails:hover {
	background: #ed6363;
}
.vmCartModule dl dt a:hover {
	color: #ed6363;
}
.vmCartModule dd strong {
	color: #ed6363;
}
input.addtoCart:hover {
	background: #ed6363;
}
span.PricesalesPrice {
	color: #ed6363;
}
#com-form-login a:hover,
.billto-shipto a:hover {
	color: #ED6363 !important;
}
#facebox .popup > div > div > a:hover,
.productDetails .main-image .product-overlay > span > span,
#facebox .popup > div > div > a.continue:hover {
	background: #3C5166!important;
}
#facebox .popup > div > div > a:hover {
	background: #282c2f!important;
}
/* k2store.css */
.price_wrap .product_price,
.price_wrap .product_special_price {
	color: #ed6363;
}
#k2Container .k2store_add_to_cart .button {
	background: #ed6363;
}
#k2Container .k2store_add_to_cart .button:hover {
	background: #3C5166;
}
.k2store #cart_actions .k2store_cart_button:hover,
.k2store .payment .k2store_checkout_button:hover,
.k2store a.begin_checkout:hover,
.k2store a.begin_checkout:hover,
.k2store .payment .k2store_checkout_button:hover, .k2store a.begin_checkout:hover {
	background: #ED6363;
}
.k2store table#cart td.total {
	color: #ED6363;
}
.k2store .active .gkStep {
	color: #ED6363;
}
.k2store #cart_actions .k2store_cart_button:hover, .k2store .btn:hover, #gkMainbody .note a.button:hover, #gkMainbody .k2store .btn:hover, #gkMainbody .k2store a.btn:hover {
	background: #3C5166
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 *  Note: we have ours in the "font" (singular) folder rather than "fonts" (plural), which is the default font-awesome folder structure.
 */@font-face{font-family:'FontAwesome';src:url(//www.babakrashvand.com//modules/mod_jssocialicons/assets/css/../font/fontawesome-webfont.eot?v=4.7.0);src:url(//www.babakrashvand.com//modules/mod_jssocialicons/assets/css/../font/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.babakrashvand.com//modules/mod_jssocialicons/assets/css/../font/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//www.babakrashvand.com//modules/mod_jssocialicons/assets/css/../font/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//www.babakrashvand.com//modules/mod_jssocialicons/assets/css/../font/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//www.babakrashvand.com//modules/mod_jssocialicons/assets/css/../font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}

.si-delicious:before{content:"\f1a5";}
.si-digg:before{content:"\f1a6";}
.si-dribbble:before{content:"\f17d";}
.si-facebook:before{content:"\f09a";}
.si-flickr:before{content:"\f16e";}
.si-foursquare:before{content:"\f180";}
.si-google-plus:before{content:"\f0d5";}
.si-instagram:before{content:"\f16d";}
.si-lastfm:before{content:"\f202";}
.si-linkedin:before{content:"\f0e1";}
.si-meetup:before{content:"\f2e0";}
.si-pinterest:before{content:"\f0d2";}
.si-stumbleupon:before{content:"\f1a4";}
.si-tumblr:before{content:"\f173";}
.si-twitter:before{content:"\f099";}
.si-vimeo:before{content:"\f27d";}
.si-vine:before{content:"\f1ca";}
.si-youtube:before{content:"\f167";}
.si-yelp:before{content:"\f1e9";}

/* General
 ========================================================================== */

#easy-social-icons .jssocialicons-icons {
    display: table;
    width: 100%;
}

#easy-social-icons .jssocialicons-after {
    margin-top: 10px;
}

#easy-social-icons .jssocialicons-before {
    margin-bottom: 10px;
}

#easy-social-icons ul.jssocialicons {
    list-style: none;
    margin: 0;
}

#easy-social-icons ul.jssocialicons-horizontal > li {
    float: left;
}

#easy-social-icons ul.jssocialicons a,
#easy-social-icons ul.jssocialicons a:hover,
#easy-social-icons ul.jssocialicons a:focus {
    text-decoration: none;
}

#easy-social-icons ul.jssocialicons > li > a {
    display: inline-block;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}

#easy-social-icons ul.jssocialicons > li > a[class^="si-"]:before,
#easy-social-icons ul.jssocialicons > li > a[class*=" si-"]:before {
    font-family:FontAwesome;
    font-weight:normal;
    font-style:normal;
    text-decoration:inherit;
    -webkit-font-smoothing:antialiased;
    *margin-right:.3em;
}

#easy-social-icons ul.jssocialicons > li > a[class^="si-"]:before,
#easy-social-icons ul.jssocialicons > li > a[class*=" si-"]:before {
    text-decoration:inherit;
    display:inline-block;
    speak:none;
}

/* Spacing
 ========================================================================== */

#easy-social-icons ul.jssocialicons > li > a.si-size-16,
#easy-social-icons ul.jssocialicons > li > a.si-size-24 {
    margin-right: 3px;
    margin-bottom: 3px;
}

#easy-social-icons ul.jssocialicons > li > a.si-size-32 {
    margin-right: 6px;
    margin-bottom: 6px;
}

#easy-social-icons ul.jssocialicons > li > a.si-size-48,
#easy-social-icons ul.jssocialicons > li > a.si-size-64 {
    margin-right: 10px;
    margin-bottom: 10px;
}

/* Sizes
 ========================================================================== */

#easy-social-icons ul.jssocialicons > li > a.si-size-16 {
    font-size: 9px;
    width: 16px;
    height: 16px;
    line-height: 14px;
}

#easy-social-icons ul.jssocialicons > li > a.si-size-24 {
    font-size: 16px;
    width: 24px;
    height: 24px;
    line-height: 24px;
}

#easy-social-icons ul.jssocialicons > li > a.si-size-32 {
    font-size: 20px;
    width: 32px;
    height: 32px;
    line-height: 32px;
}

#easy-social-icons ul.jssocialicons > li > a.si-size-48 {
    font-size: 30px;
    width: 48px;
    height: 48px;
    line-height: 48px;
}

#easy-social-icons ul.jssocialicons > li > a.si-size-64 {
    font-size: 40px;
    width: 64px;
    height: 64px;
    line-height: 64px;
}
ul.jssocialicons > li > a.iconset-whitesquare {
    background: #f2f2f2;
    color: #222;
    border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -o-border-radius: 3px !important;
}

ul.jssocialicons > li > a.iconset-whitesquare:hover {
    background: #fbfbfb;
}

@media only screen and (min-width: 1025px){
    #jux-portfolio-pro .jux-content .jux-image .item img{
        height:200px!important;
    }
}.jux-related-project .jux-category1{
        display:none!important;
}.childcontent .gkcol { width: 200px; }@media screen and (max-width: 768px) {
	    	#k2Container .itemsContainer { width: 100%!important; } 
	    	.cols-2 .column-1,
	    	.cols-2 .column-2,
	    	.cols-3 .column-1,
	    	.cols-3 .column-2,
	    	.cols-3 .column-3,
	    	.demo-typo-col2,
	    	.demo-typo-col3,
	    	.demo-typo-col4 {width: 100%; }
	    	}#gkContentWrap { width: 100%; }
.gkPage { max-width: 1230px; }

	

	
