/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





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


@font-face {
  font-family: "oc-icons";
  src:url(/assets/oc-icons-ff9d694fc32188db53105b2b6228ad3d845d25281fca24cd7a7de6e73d901e23.eot);
  src:url(/assets/oc-icons-ff9d694fc32188db53105b2b6228ad3d845d25281fca24cd7a7de6e73d901e23.eot?#iefix) format("embedded-opentype"),
    url(/assets/oc-icons-f96bd88e80077b9dafd2c0b15e3c4258dc0ff03793cecd0ed454d8feb857b2ae.woff) format("woff"),
    url(/assets/oc-icons-d04d30affb9bfd8ccb2cca3e8fd683dbbc630e62a3c8b11402522d89ce481bc7.ttf) format("truetype"),
    url(/assets/oc-icons-147a9c5befd97f8c25db44ddfa44de4a04880c5e369fd3b977dc7c7640560e53.svg#oc-icons) format("svg");
  font-weight: normal;
  font-style: normal;

}

/*[data-icon]:before {
  font-family: "oc-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/

[class^="icon-ocicons"]:before,
[class*=" icon-ocicons"]:before {
  font-family: "oc-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-app-gear-setting:before {
  content: "x";
}
.icon-app-compose:before {
  content: "c";
}
.icon-app-more-2:before {
  content: "d";
}
.icon-app-more-option:before {
  content: "e";
}
.icon-apa-categories:before {
  content: "f";
}
.icon-app-plus-add:before {
  content: "g";
}
.icon-app-phone:before {
  content: "v";
}
.icon-app-phone-outline:before {
  content: "w";
}
.icon-app-right:before {
  content: "1";
}
.icon-app-up:before {
  content: "2";
}
.icon-app-down:before {
  content: "3";
}
.icon-app-left:before {
  content: "4";
}
.icon-app-paper-clip:before {
  content: "5";
}
.icon-app-error:before {
  content: "z";
}
.icon-app-remove-delete:before {
  content: "y";
}
.icon-app-camera:before {
  content: "6";
}
.icon-app-trash-bin:before {
  content: "7";
}
.icon-ocicons-all-copy-01:before {
  content: "A";
}
.icon-ocicons-all-copy-02:before {
  content: "B";
}
.icon-ocicons-all-copy-03:before {
  content: "C";
}
.icon-ocicons-all-copy-04:before {
  content: "D";
}
.icon-ocicons-all-copy-05:before {
  content: "E";
}
.icon-ocicons-all-copy-06:before {
  content: "F";
}
.icon-ocicons-all-copy-07:before {
  content: "G";
}
.icon-ocicons-all-copy-08:before {
  content: "H";
}
.icon-ocicons-all-copy-09:before {
  content: "I";
}
.icon-ocicons-all-copy-10:before {
  content: "J";
}
.icon-ocicons-all-copy-11:before {
  content: "K";
}
.icon-ocicons-all-copy-12:before {
  content: "L";
}
.icon-ocicons-all-copy-13:before {
  content: "M";
}
.icon-ocicons-all-copy-14:before {
  content: "N";
}
.icon-ocicons-all-copy-16:before {
  content: "R";
}
.icon-ocicons-all-copy-17:before {
  content: "Q";
}
.icon-ocicons-all-copy-18:before {
  content: "P";
}
.icon-ocicons-all-copy-19:before {
  content: "O";
}
.icon-ocicons-all-copy-20:before {
  content: "T";
}
.icon-ocicons-all-copy-21:before {
  content: "a";
}
.icon-ocicons-all-copy-22:before {
  content: "U";
}
.icon-ocicons-all-copy-23:before {
  content: "h";
}
.icon-ocicons-all-copy-24:before {
  content: "i";
}
.icon-ocicons-all-copy-25:before {
  content: "j";
}
.icon-ocicons-all-copy-26:before {
  content: "k";
}
.icon-ocicons-all-copy-27:before {
  content: "l";
}
.icon-ocicons-all-copy-28:before {
  content: "m";
}
.icon-ocicons-all-copy-29:before {
  content: "n";
}
.icon-ocicons-all-copy-30:before {
  content: "b";
}
.icon-ocicons-all-copy-31:before {
  content: "o";
}
.icon-ocicons-all-copy-32:before {
  content: "p";
}
.icon-ocicons-all-copy-33:before {
  content: "q";
}
.icon-ocicons-all-copy-34:before {
  content: "r";
}
.icon-ocicons-all-copy-35:before {
  content: "s";
}
.icon-ocicons-all-copy-36:before {
  content: "t";
}
.icon-ocicons-all-copy-37:before {
  content: "u";
}
.icon-ocicons-all-copy-15:before {
  content: "S";
}
.icon-question-circle-outline:before {
  content: "V";
}
.icon-ocicons-all-38:before {
  content: "W";
}
.icon-ocicons-all-39:before {
  content: "X";
}
.icon-ocicons-all-40:before {
  content: "Y";
}
.icon-ocicons-all-41:before {
  content: "Z";
}
.icon-ocicons-all-42:before {
  content: "0";
}
.icon-ocicons-all-43:before {
  content: "8";
}
.icon-ocicons-all-44:before {
  content: "9";
}
.icon-ocicons-all-45:before {
  content: "!";
}
.icon-ocicons-all-46:before {
  content: "\"";
}
.icon-ocicons-all-48:before {
  content: "#";
}
.icon-ocicons-all-47:before {
  content: "$";
}
.icon-ocicons-all-49:before {
  content: "%";
}
.icon-ocicons-all-50:before {
  content: "&";
}
.icon-ocicons-all-51:before {
  content: "'";
}
.icon-ocicons-all-52:before {
  content: "(";
}
.icon-ocicons-all-53:before {
  content: ")";
}
.icon-ocicons-all-54:before {
  content: "*";
}
.icon-ocicons-all-55:before {
  content: "+";
}
.icon-ocicons-all-56:before {
  content: ",";
}
.icon-ocicons-all-57:before {
  content: "-";
}
.icon-ocicons-all-58:before {
  content: ".";
}
.icon-ocicons-all-59:before {
  content: "/";
}
.icon-car:before {
  content: ":";
}
.icon-parking:before {
  content: ";";
}
.icon-parking-garage:before {
  content: "<";
}
.icon-beer:before {
  content: "=";
}
@media (min-width: 768px) and (max-width: 904px) {
  .visible-ms {
    display: block !important;
  }
  table.visible-ms {
    display: table !important;
  }
  tr.visible-ms {
    display: table-row !important;
  }
  th.visible-ms,
  td.visible-ms {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 904px) {
  .visible-ms-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 904px) {
  .visible-ms-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 904px) {
  .visible-ms-inline-block {
    display: inline-block !important;
  }
}
.visible-ms {
  display: none !important;
}
.visible-ms-block,
.visible-ms-inline,
.visible-ms-inline-block {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 904px) {
  .hidden-ms {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 622px;
  }
}
@media (min-width: 905px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11 {
    float: left;
  }
  .col-ms-1 {
    width: 8.33333333%;
  }
  .col-ms-2 {
    width: 16.66666667%;
  }
  .col-ms-3 {
    width: 25%;
  }
  .col-ms-4 {
    width: 33.33333333%;
  }
  .col-ms-5 {
    width: 41.66666667%;
  }
  .col-ms-6 {
    width: 50%;
  }
  .col-ms-7 {
    width: 58.33333333%;
  }
  .col-ms-8 {
    width: 66.66666667%;
  }
  .col-ms-9 {
    width: 75%;
  }
  .col-ms-10 {
    width: 83.33333333%;
  }
  .col-ms-11 {
    width: 91.66666667%;
  }
  .col-ms-12 {
    width: 100%;
  }
  .col-ms-push-1 {
    left: 8.33333333%;
  }
  .col-ms-push-2 {
    left: 16.66666667%;
  }
  .col-ms-push-3 {
    left: 25%;
  }
  .col-ms-push-4 {
    left: 33.33333333%;
  }
  .col-ms-push-5 {
    left: 41.66666667%;
  }
  .col-ms-push-6 {
    left: 50%;
  }
  .col-ms-push-7 {
    left: 58.33333333%;
  }
  .col-ms-push-8 {
    left: 66.66666667%;
  }
  .col-ms-push-9 {
    left: 75%;
  }
  .col-ms-push-10 {
    left: 83.33333333%;
  }
  .col-ms-push-11 {
    left: 91.66666667%;
  }
  .col-ms-pull-1 {
    right: 8.33333333%;
  }
  .col-ms-pull-2 {
    right: 16.66666667%;
  }
  .col-ms-pull-3 {
    right: 25%;
  }
  .col-ms-pull-4 {
    right: 33.33333333%;
  }
  .col-ms-pull-5 {
    right: 41.66666667%;
  }
  .col-ms-pull-6 {
    right: 50%;
  }
  .col-ms-pull-7 {
    right: 58.33333333%;
  }
  .col-ms-pull-8 {
    right: 66.66666667%;
  }
  .col-ms-pull-9 {
    right: 75%;
  }
  .col-ms-pull-10 {
    right: 83.33333333%;
  }
  .col-ms-pull-11 {
    right: 91.66666667%;
  }
  .col-ms-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-ms-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-ms-offset-3 {
    margin-left: 25%;
  }
  .col-ms-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-ms-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-ms-offset-6 {
    margin-left: 50%;
  }
  .col-ms-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-ms-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-ms-offset-9 {
    margin-left: 75%;
  }
  .col-ms-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-ms-offset-11 {
    margin-left: 91.66666667%;
  }
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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 {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #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;
  }
  .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;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
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,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 905px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.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,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-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.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 905px) {
  .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.42857143;
  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.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 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.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 905px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 905px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
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.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 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 #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #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.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.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"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 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;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 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: 905px) {
  .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: 905px) {
  .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: 905px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 905px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.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.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled: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 {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled: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 {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled: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 {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled: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 {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled: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 {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled: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 {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.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,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 905px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 905px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 905px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 905px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 905px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 905px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 905px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 905px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 905px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 905px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 905px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 905px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 905px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 904px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 905px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 905px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 904px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 905px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 905px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 905px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 904px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 904px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 0px;
  margin-bottom: 20px;
  list-style: none;
  background-color: 'transparent';
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: ">\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 905px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 905px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 905px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 905px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 905px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 905px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 905px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 905px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/****************************/
/* Theme name  : Brave      */
/* Author name : Ashok      */
/****************************/
/******************/
/* Theme Skin     */
/******************/
::selection {
  background-color: #B6BD2A;
}
::-moz-selection {
  background-color: #B6BD2A;
}
/***************/
/* Link Colors */
/***************/
a {
  color: #8e9321;
}
a:hover {
  color: #B6BD2A;
}
/*****************************/
/* Default Theme Color Class */
/*****************************/
.color {
  color: #B6BD2A !important;
}
a.color {
  color: #B6BD2A !important;
}
a.color:hover,
a.color:focus {
  color: #8e9321;
}
.bg-color {
  background-color: #B6BD2A !important;
}
.br-color {
  border: 1px solid #B6BD2A;
}
.dropcap-1 {
  color: #B6BD2A;
}
.dropcap-2,
.dropcap-3 {
  background: #B6BD2A;
}
blockquote {
  border-color: #B6BD2A;
}
blockquote.blockquote-reverse {
  border-color: #B6BD2A;
}
/***************/
/* List styles */
/***************/
.list-1 li:before,
.list-2 li:before,
.list-3 li:before,
.list-4 li:before,
.list-5 li:before,
.list-6 li:before,
.list-7 li:before,
.list-8 li:before,
.list-9 li:before {
  color: #B6BD2A;
}
/*********************************/
/* Theme Button, Label and Badge */
/*********************************/
.btn.btn-color {
  color: #ffffff;
  background: #B6BD2A;
  border: 1px solid #8e9321;
}
.btn.btn-color:hover,
.btn.btn-color:focus,
.btn.btn-color.active,
.btn.btn-color:active {
  background: #8e9321;
  color: #ffffff;
}
.btn.btn-color.btn-outline {
  background: transparent !important;
  border: 1px solid #8e9321 !important;
  color: #8e9321;
}
.label.label-color {
  background: #B6BD2A;
  color: #ffffff;
}
.badge.badge-color {
  background: #B6BD2A;
  color: #ffffff;
}
.highlight-color {
  background: #B6BD2A;
}
/*****************/
/* Dropdown menu */
/*****************/
.dropdown-menu > li.active > a {
  background-color: #B6BD2A;
}
.dropdown-menu > li.active > a:hover {
  background-color: #B6BD2A;
}
.dropdown-menu > li.active > a:focus {
  background-color: #B6BD2A;
}
/**************/
/* Pagination */
/**************/
.pagination li a {
  color: #494949;
}
.pagination li a:hover {
  background-color: #B6BD2A;
  border-color: #8e9321;
  color: #ffffff;
}
.pagination li.active a {
  background-color: #B6BD2A;
  border-color: #8e9321;
}
.pagination li.active a:hover {
  background-color: #B6BD2A;
  border-color: #8e9321;
}
.pagination li.active a:focus {
  background-color: #B6BD2A;
  border-color: #8e9321;
}
.pagination li.active span {
  background-color: #B6BD2A;
  border-color: #8e9321;
}
.pagination li.active span:hover {
  background-color: #B6BD2A;
  border-color: #8e9321;
}
.pagination li.active span:focus {
  background-color: #B6BD2A;
  border-color: #8e9321;
}
/*********/
/* Pager */
/*********/
.pager li a {
  background-color: #B6BD2A;
  color: #ffffff;
  border-color: #8e9321;
}
.pager li a:hover {
  background: #8e9321;
}
.pager li a:focus {
  background-color: #B6BD2A;
  color: #ffffff;
  border-color: #8e9321;
}
/********************/
/* Nav Tabs Default */
/********************/
.nav-tabs > li > a {
  color: #494949;
}
.nav-tabs > li > a:hover {
  background: #B6BD2A;
  color: #ffffff;
  border-color: #B6BD2A;
}
.nav-tabs > li.open > a {
  background-color: #B6BD2A;
  border-color: #B6BD2A;
  color: #ffffff;
}
.nav-tabs > li.open > a:hover {
  background-color: #B6BD2A;
  border-color: #B6BD2A;
  color: #ffffff;
}
.nav-tabs > li.open > a:focus {
  background-color: #B6BD2A;
  border-color: #B6BD2A;
  color: #ffffff;
}
/*********************/
/* Nav tabs style #1 */
/*********************/
.nav-tabs-one .nav-tabs > li > a {
  color: #494949;
}
.nav-tabs-one .nav-tabs > li > a:hover {
  background: #B6BD2A;
  color: #ffffff;
  border-color: #B6BD2A;
}
.nav-tabs-one .nav-tabs > li.active > a {
  background-color: #B6BD2A;
  border-color: #B6BD2A;
  color: #ffffff;
}
.nav-tabs-one .nav-tabs > li.active > a:hover {
  background-color: #B6BD2A;
  border-color: #B6BD2A;
  color: #ffffff;
}
.nav-tabs-one .nav-tabs > li.open > a {
  background-color: #B6BD2A;
  border-color: #B6BD2A;
  color: #ffffff;
}
.nav-tabs-one .nav-tabs > li.open > a:hover {
  background-color: #B6BD2A;
  border-color: #B6BD2A;
  color: #ffffff;
}
.nav-tabs-one .nav-tabs > li.open > a:focus {
  background-color: #B6BD2A;
  border-color: #B6BD2A;
  color: #ffffff;
}
/*********************/
/* Nav tabs style #2 */
/*********************/
.nav-tabs-two .nav-tabs > li > a {
  color: #494949;
}
.nav-tabs-two .nav-tabs > li > a:hover {
  border-top: 2px solid #B6BD2A;
}
.nav-tabs-two .nav-tabs > li.active > a {
  border-top: 2px solid #B6BD2A;
}
.nav-tabs-two .nav-tabs > li.active > a:hover {
  border-top: 2px solid #B6BD2A;
}
.nav-tabs-two .nav-tabs > li.open > a {
  border-top: 2px solid #B6BD2A;
}
.nav-tabs-two .nav-tabs > li.open > a:hover {
  border-top: 2px solid #B6BD2A;
}
.nav-tabs-two .nav-tabs > li.open > a:focus {
  border-top: 2px solid #B6BD2A;
}
/*********************/
/* Nav tabs style #3 */
/*********************/
.nav-tabs-three .nav li a:hover {
  background: #B6BD2A;
  border-color: #B6BD2A;
}
.nav-tabs-three .nav li.active a {
  border-color: #B6BD2A;
  background: #B6BD2A;
}
/*********/
/* Panel */
/*********/
.panel.panel-default {
  border-color: #8e9321;
}
.panel.panel-default .panel-heading {
  background: #B6BD2A;
  border-color: #8e9321;
  color: #ffffff;
}
.panel.panel-default .panel-heading h4 a {
  color: #ffffff;
}
.panel.panel-default .panel-heading h4 a:hover {
  color: #ffffff;
}
.panel.panel-default .panel-footer {
  background: #B6BD2A;
  border-color: #8e9321;
  color: #ffffff;
}
/*************/
/* Nav Pills */
/*************/
.nav-pills > li > a {
  background: #ffffff;
  border: 1px solid #dddddd;
  color: #494949;
}
.nav-pills > li > a:hover {
  background: #B6BD2A;
  color: #ffffff;
  border-color: #B6BD2A;
}
.nav-pills > li.active > a {
  background-color: #B6BD2A;
  border-color: #B6BD2A;
  color: #ffffff;
}
.nav-pills > li.active > a:hover {
  background-color: #8e9321;
  color: #ffffff;
}
.nav-pills > li.open > a {
  background-color: #B6BD2A;
  border-color: #B6BD2A;
  color: #ffffff;
}
.nav-pills > li.open > a:hover {
  background-color: #8e9321;
  color: #ffffff;
}
.nav-pills > li.open > a:focus {
  background-color: #B6BD2A;
  border-color: #8e9321;
  color: #ffffff;
}
/**************/
/* List group */
/**************/
.list-group a:hover {
  background: #f7f7f7;
  color: #494949;
}
.list-group a:hover .list-group-item-heading {
  color: #494949;
}
.list-group a.active {
  background: #B6BD2A;
  border-color: #8e9321;
}
.list-group a.active:hover {
  background: #B6BD2A;
  border-color: #8e9321;
  color: #ffffff;
}
.list-group a.active:hover .list-group-item-heading {
  color: #ffffff;
}
.list-group a.active:hover .list-group-item-text {
  color: #ffffff;
}
.list-group a.active .list-group-item-heading {
  color: #ffffff;
}
.list-group a.active .list-group-item-text {
  color: #ffffff;
}
/**********************/
/* Brand - theme color */
/**********************/
.brand-color a i {
  color: #B6BD2A;
}
.brand-color a i:hover {
  color: #7a7e1c;
}
/****************************/
/* Brand - theme background */
/****************************/
.brand-bg-color a i {
  color: #ffffff;
  background: #B6BD2A;
}
.brand-bg-color a i:hover {
  color: #ffffff !important;
  background: #7a7e1c;
}
/* Owl carousel */
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #B6BD2A;
}
.owl-nav a i:hover {
  background: #B6BD2A;
  border-color: #8e9321;
}
/*************************/
/* Header one            */
/* Logo & Navigation bar */
/*************************/
.header-1 .logo h1 a i {
  color: #B6BD2A;
}
.header-1 .navi {
  background: #B6BD2A;
  border-bottom: 3px solid #a2a825;
}
.header-1 .navi .navy ul > li.has-sub > a:after {
  color: #8e9321;
}
.header-1 .navi .navy > ul > li > ul {
  border-top: 2px solid #B6BD2A;
  border-bottom: 2px solid #B6BD2A;
}
.header-1 .navi .navy ul ul ul {
  border-top: 2px solid #B6BD2A;
  border-bottom: 2px solid #B6BD2A;
}
.header-1 .navi .navy #menu-button {
  background: #B6BD2A;
}
.header-1 .navi .navy ul .submenu-button:after {
  color: #B6BD2A;
}
/*************************/
/* Header two            */
/* Logo & Navigation bar */
/*************************/
.header-2 .logo h1 a i {
  color: #B6BD2A;
}
.header-2 .navy ul > li.has-sub > a:after {
  color: #B6BD2A;
}
.header-2 .navy > ul > li > ul {
  border-top: 2px solid #B6BD2A;
  border-bottom: 2px solid #B6BD2A;
}
.header-2 .navy ul ul ul {
  border-top: 2px solid #B6BD2A;
  border-bottom: 2px solid #B6BD2A;
}
.header-2 .navy #menu-button {
  background: #B6BD2A;
}
.header-2 .navy ul .submenu-button:after {
  color: #B6BD2A;
}
/* Block heading */
.block-heading-two h3 span {
  border-color: #B6BD2A;
}
.block-heading-three h3 {
  border-color: #B6BD2A;
}
/* Team Four */
.team-four .team-member:hover .team-details {
  background: #B6BD2A;
  border: 1px solid #8e9321;
}
/* Image style #1 */
.image-style-one .image-caption a {
  background: #B6BD2A;
}
/* Image style #2 */
.image-style-two .image-caption a {
  background: #B6BD2A;
}
/* Image style #5 */
.image-style-five .image-caption h4 {
  border-color: #B6BD2A;
}
/* Image style #6 */
.image-style-six .image-caption {
  background: #B6BD2A;
}
.image-style-six .image-caption span a {
  color: #868b1f;
}
/* Image style #7 */
.image-style-seven .image-caption a i {
  background: #B6BD2A;
}
.image-style-seven .image-caption a i:hover {
  background: #8e9321;
}
/* Facts */
.facts .fact-value span {
  color: #B6BD2A;
}
.facts .fact-content p span {
  color: #8e9321;
}
/* Pricing table #1 */
.pricing-one .pricing-item {
  border-top: 3px solid #B6BD2A;
}
/* Pricing table #2 */
.pricing-two i {
  color: #B6BD2A;
}
/* Pricing table #3 */
.pricing-three h4 span {
  color: #B6BD2A;
}
/* Image Box #8 */
.img-box-8 .img-box-8-item:hover .img-box-8-cap {
  background: #B6BD2A;
}
/* V Card */
.v-card header ul li.active a {
  background: #B6BD2A;
  border-color: #8e9321;
}
.v-card header ul li.active a:hover {
  background: #B6BD2A;
}
.v-card header ul li a:hover {
  background: #B6BD2A;
  border-color: #8e9321;
  color: #ffffff;
}
/* Letter Head */
.letter-head {
  border-top: 3px solid #B6BD2A;
  border-bottom: 3px solid #B6BD2A;
}
/* Box shadow block */
.box-shadow-block {
  border-top: 2px solid #B6BD2A;
}
/* Block quote #2 */
.quote-two .quote-two-content span {
  background: #B6BD2A;
}
/* Client block #1 */
.client-one .c1-item .img-hover {
  background: #B6BD2A;
}
/* Accordion */
.accordion-alt3 .panel .panel-heading h4 a i {
  background: #B6BD2A;
}
/* Blog one */
.blog-one .blog-one-content .blog-bor {
  background: #B6BD2A;
}
/* Blog masonry */
.blog-masonry .item .grid-entry .grid-img i.hover-icon {
  background: #B6BD2A;
}
.blog-masonry .item .grid-entry .bor {
  background: #B6BD2A;
}
/* Parallax Slider */
.da-dots span {
  background: #B6BD2A;
}
.da-arrows span {
  background: #B6BD2A;
}
/* Bootstrap carousel*/
.carousel .carousel-indicators .active {
  background-color: #B6BD2A;
}
/* Resume */
.resume .main-block {
  background: #B6BD2A url(/../../img/overlay.png) repeat;
  background-size: 252px 230px;
}
/* Smart forms */
/* Rating */
.smart-forms .rating:hover .rating-star:hover,
.smart-forms .rating:hover .rating-star:hover ~ .rating-star,
.smart-forms .rating-input:checked ~ .rating-star {
  color: #B6BD2A;
}
/* Toggle switch */
.smart-forms .switch > input:checked + label {
  background: #B6BD2A;
  border-color: #B6BD2A;
}
.smart-forms .switch > input:checked + label:after {
  color: #B6BD2A;
}
.smart-forms .switch > input:checked:focus + label {
  background: #B6BD2A;
  border-color: #B6BD2A;
}
/* Date & Time picker */
.ui-datepicker-today a,
.ui-datepicker-today a:hover,
.ui-datepicker .ui-state-highlight {
  background: #B6BD2A !important;
}
.smart-forms .ui-slider .ui-slider-handle {
  border-color: #B6BD2A;
}
.smart-forms .ui-slider .ui-slider-handle:before {
  background: #B6BD2A;
}
/* Index slim */
.slim-feature .feature-content ul li:before {
  color: #B6BD2A;
}
/* Ecommerce ui #4 */
.ecom-ui-four:hover {
  border: 2px solid #B6BD2A;
}
/* Ecommerce ui #5 */
.ecom-ui-five {
  border: 2px solid #B6BD2A;
}
.ecom-ui-five .p-media a {
  border-right: 2px solid #B6BD2A;
}
/* Ecommerce ui #6 */
.ecom-ui-six:hover {
  border-color: #B6BD2A;
}
/* Wedding */
.wedding-header {
  background: #B6BD2A url(/../../img/wedding/overlay.png) repeat;
  background-size: 252px 230px;
}
/* Restaurant */
.restaurant .rest-item:hover {
  border-color: #B6BD2A;
}
/* Icon box 9 */
.icon-box-9 .icon-box-9-item:hover {
  background: #B6BD2A;
}
/********/
/* Foot */
/********/
.foot {
  border-color: #B6BD2A;
}
#timetable.single_span #enter_opening_time .time-span.second,
#timetable.single_span #enter_opening_time .and {
  display: none !important;
}
#timetable #enter_opening_time {
  margin-bottom: 15px;
}
#timetable #enter_opening_time .day {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c8cd41;
}
#timetable #enter_opening_time .day:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
#timetable #enter_opening_time .day .time-span-sep {
  float: left;
  text-align: center;
  width: 10%;
  padding-top: 10px;
  padding-bottom: 10px;
}
#timetable #enter_opening_time .day .time-span-sep:before {
  content: "-";
}
#timetable #enter_opening_time .day .is-closed {
  clear: left;
  padding: 10px 0 0 0;
}
#timetable #enter_opening_time .day .and {
  clear: left;
  text-align: center;
  padding: 10px 0;
}
#timetable #enter_opening_time .day .field {
  width: 45%;
  float: left;
}
#timetable #enter_opening_time .day #replicate_values {
  margin-top: 15px;
  display: block;
}
#timetable #enter_opening_time .day span.state-error {
  display: block;
  clear: left;
  display: block !important;
  margin-top: 6px;
  padding: 0 3px;
  font-size: 0.85em;
  color: #DE888A;
}
@media (min-width: 768px) {
  #timetable #enter_opening_time .day {
    padding-bottom: 0;
    border-bottom: none;
  }
  #timetable #enter_opening_time .day .day-name,
  #timetable #enter_opening_time .day .field,
  #timetable #enter_opening_time .day .time-span-sep,
  #timetable #enter_opening_time .day .and,
  #timetable #enter_opening_time .day .is-closed,
  #timetable #enter_opening_time .day #replicate_values {
    float: left;
    height: 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #timetable #enter_opening_time .day .day-name,
  #timetable #enter_opening_time .day .time-span-sep,
  #timetable #enter_opening_time .day .and,
  #timetable #enter_opening_time .day #replicate_values {
    clear: none;
    padding: 10px 0;
  }
  #timetable #enter_opening_time .day .is-closed {
    clear: none;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  #timetable #enter_opening_time .day .day-name {
    width: 120px;
  }
  #timetable #enter_opening_time .day .field {
    width: 80px;
    margin: 0 15px;
  }
  #timetable #enter_opening_time .day .time-span-sep {
    width: auto;
  }
  #timetable #enter_opening_time .day #replicate_values {
    margin-top: 0;
  }
  #timetable #enter_opening_time .day.disabled .time-span,
  #timetable #enter_opening_time .day.disabled .and {
    display: block;
  }
  #timetable #enter_opening_time .day span.state-error {
    margin-left: 135px;
  }
}
#timetable #enter_opening_time .day.custom .day-name label {
  cursor: pointer;
}
#timetable #enter_opening_time .hollidays {
  display: none;
}
#timetable #enter_opening_time .hollidays .day-name {
  float: none;
  display: block;
  width: auto;
}
#timetable #enter_opening_time .hollidays .day-name label {
  position: relative;
}
#timetable #enter_opening_time .hollidays .time-span.first .field:first-child {
  margin-left: 0;
}
#timetable #enter_opening_time .hollidays .day.undefined {
  margin-bottom: 0;
}
#timetable #enter_opening_time .hollidays .day.undefined .time-span,
#timetable #enter_opening_time .hollidays .day.undefined .and,
#timetable #enter_opening_time .hollidays .day.undefined .is-closed {
  display: none;
}
#timetable #toggle_hollidays {
  cursor: pointer;
}
/* Timetable #1 */
.timetable {
  position: relative;
  margin: 15px auto;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 3px;
}
.timetable h3 {
  margin-bottom: 20px;
}
.timetable ul li {
  padding: 8px 5px;
  border-bottom: 1px dashed #eee;
}
.timetable ul li.today {
  border-bottom: 1px dashed #666;
}
.timetable ul li.today span {
  font-weight: bold;
}
.timetable ul li span {
  font-weight: normal;
  color: #666;
}
@media (max-width: 480px) {
  .timetable h3 {
    margin-bottom: 0;
    text-align: center;
  }
}
#spot_form .spot_images li,
#company_form .spot_images li {
  padding-bottom: 10px;
  position: relative;
}
#spot_form .spot_images li .delete,
#company_form .spot_images li .delete {
  position: absolute;
  right: 15px;
  top: 15px;
  display: none;
}
#spot_form .spot_images li:hover .delete,
#company_form .spot_images li:hover .delete {
  display: block;
}
.field .select2-container {
  width: 100% !important;
}
.field .select2-hidden-accessible {
  width: 1px !important;
  display: none !important;
  visibility: hidden !important;
}
.company_list .well {
  position: relative;
  overflow: hidden;
}
.company_list .img-outer {
  display: table;
  width: 100%;
  height: 118px;
}
.company_list .img-outer.no-height {
  height: auto;
}
.company_list .img-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}
.company_list .img-inner img {
  border: 0;
  max-width: 100%;
}
.company_list .img-inner span {
  font-size: 18px;
  font-weight: bold;
}
.company_list .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
.company_list .btn-toolbar-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  z-index: 1;
}
.company_list .well:hover .btn-toolbar-wrapper {
  margin-top: -54px;
}
.company_list .label-count-1 {
  position: absolute;
  right: 10px;
  top: 10px;
}
.company_list .label-count-2 {
  position: absolute;
  right: 35px;
  top: 10px;
}
.company_list .label-count-3 {
  position: absolute;
  right: 60px;
  top: 10px;
}
.company_list .label-no-images {
  position: absolute;
  top: 10px;
  left: 10px;
}
.company_links_wrapper {
  text-align: right;
}
.company_links {
  margin: 0;
  padding: 0;
}
.company_links li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  margin-left: 10px;
}
.company_links li a {
  color: #494949;
}
.spot_header_banner {
  margin-top: 0px;
  text-align: center;
}
.spot_header_banner .well-ad {
  padding: 0px 0px 0px 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (max-width: 904px) {
  .spot_header_banner img {
    max-width: 100%;
  }
  .spot_header_banner .company_banner {
    background: none !important;
    margin-top: 15px;
  }
}
@media (min-width: 905px) {
  .spot_header_banner.has-height {
    height: 102px;
  }
}
@media (min-width: 905px) {
  .spot_header_banner {
    text-align: left;
    display: table;
    width: 100%;
    padding: 0;
  }
  .spot_header_banner .company_logo,
  .spot_header_banner .company_banner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding: 0 15px 0 0;
  }
  .spot_header_banner .company_logo {
    width: 1px;
  }
  .spot_header_banner .company_banner {
    width: auto;
    text-align: right;
  }
}
.owl-img-content {
  display: block;
  height: 0;
  padding-bottom: 70%;
  box-shadow: inset 0px 0px 100px rgba(0, 0, 0, 0.03);
  border: 1px solid #e5e5e5;
  position: relative;
  margin: 10px auto;
  text-align: center;
  height: 150px;
}
.owl-img-content .owl-img-content-tb {
  position: absolute;
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.owl-img-content .owl-img-content-cl {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 15px;
}
.owl-img-content .owl-img-content-cl img {
  max-width: 100%;
  width: auto;
}
.owl-img-content h4 {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  padding: 10px 15px;
  margin: 0;
}
.responsive-video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.responsive-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fp-youtube-video:before,
.fp-youtube-video:after {
  content: " ";
  display: table;
}
.fp-youtube-video:after {
  clear: both;
}
.fp-youtube-video:before,
.fp-youtube-video:after {
  content: " ";
  display: table;
}
.fp-youtube-video:after {
  clear: both;
}
.fp-youtube-video .fp-video {
  -webkit-transition: width;
  -o-transition: width;
  transition: width;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: relative;
}
.fp-youtube-video .fp-video:before,
.fp-youtube-video .fp-video:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fp-youtube-video .fp-video:before {
  z-index: 1;
}
.fp-youtube-video .fp-video:after {
  z-index: 2;
  border-radius: 50%;
}
.fp-youtube-video .fp-video-desc {
  padding-top: 10px;
}
@media (max-width: 904px) {
  .fp-youtube-video .fp-video-desc {
    display: block !important;
  }
}
@media (min-width: 905px) {
  .fp-youtube-video .fp-video {
    float: left !important;
    width: 40%;
  }
  .fp-youtube-video .fp-video-desc {
    float: left !important;
    width: 60%;
    padding-top: 0;
    padding-left: 20px;
  }
}
.fp-youtube-video.playing .fp-video-desc {
  display: none;
}
.fp-youtube-video.playing .fp-video {
  width: 100%;
}
.fp-youtube-video.playing .fp-video:before,
.fp-youtube-video.playing .fp-video:after {
  display: none;
}
#lastest-comments .testimonials-one-content p {
  min-height: 112px;
}
#lastest-comments .testimonials-one-content p span {
  font-style: normal;
}
@media (max-width: 991px) {
  .login-reg-form {
    max-width: 100% !important;
  }
}
.main-block {
  margin-top: 15px;
}
.sidebar-comments {
  width: 100%;
}
/*************************/
/* Sidebar Header two    */
/* Logo & Navigation bar */
/*************************/
.sidebar-menu .logo h1 a i {
  color: #B6BD2A;
}
.sidebar-menu .navy ul > li.has-sub > a:after {
  color: #B6BD2A;
}
.sidebar-menu .navy > ul > li > ul {
  border-top: 2px solid #B6BD2A;
  border-bottom: 2px solid #B6BD2A;
}
.sidebar-menu .navy ul ul ul {
  border-top: 2px solid #B6BD2A;
  border-bottom: 2px solid #B6BD2A;
}
.sidebar-menu .navy .menu-button {
  background: #B6BD2A;
}
.sidebar-menu .navy ul .submenu-button:after {
  color: #B6BD2A;
}
/* Header 2 Navigation menu */
.sidebar-menu .navy ul,
.sidebar-menu .navy ul li,
.sidebar-menu .navy ul li a,
.sidebar-menu .navy .menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: block;
  position: relative;
  z-index: 10;
}
.sidebar-menu .navy .menu-button {
  display: none;
}
.sidebar-menu .navy {
  width: auto;
  background: #fff;
}
.sidebar-menu .navy > ul > li {
  float: left;
  width: 100%;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.sidebar-menu .navy ul li:last-child {
  border-bottom: 1px solid #eee;
}
.sidebar-menu .navy > ul > li > a {
  padding: 10px 20px;
  font-size: 13px;
  line-height: 28px;
  color: #666;
  font-weight: 600;
}
.sidebar-menu .navy > ul > li:hover > a,
.sidebar-menu .navy > ul > li > a:hover {
  color: #777;
}
.sidebar-menu .navy ul > li.has-sub > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: 5px;
  font-weight: 400;
}
.sidebar-menu .navy ul ul {
  position: absolute;
  left: -9999px;
  opacity: 0;
  transition: bottom 0.4s ease, opacity 0.3s ease;
}
.sidebar-menu .navy > ul > li > ul {
  top: 100px;
  background: #fff;
  padding: 5px 0px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}
.sidebar-menu .navy > ul > li:hover > ul {
  left: auto;
  top: 60px;
  opacity: 1;
}
.sidebar-menu .navy ul ul ul {
  top: 50px;
  padding: 5px 0;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}
.sidebar-menu .navy ul ul > li:hover > ul {
  top: 0;
  left: 170px;
  opacity: 1;
  background: #fff;
}
.sidebar-menu .navy ul ul li a {
  width: 170px;
  padding: 4px 20px;
  font-size: 12px;
  font-weight: 400;
  color: #666;
}
.sidebar-menu .navy ul ul li:hover > a,
.sidebar-menu .navy ul ul li > a:hover {
  color: #888;
}
.sidebar-menu .navy ul ul > li.has-sub > a:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 7px;
  font-weight: 400;
  float: right;
  font-size: 14px;
}
.sidebar-menu .navy .menu-button.always-open {
  position: relative;
  display: block;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.sidebar-menu .navy {
  max-width: 400px;
  margin: 0px auto;
  margin-bottom: 10px;
}
.sidebar-menu .navy ul,
.sidebar-menu .navy ul ul,
.sidebar-menu .navy ul ul ul,
.sidebar-menu .navy > ul,
.sidebar-menu .navy > ul > li > ul,
.sidebar-menu .navy > ul > li:hover > ul,
.sidebar-menu .navy ul ul li:hover > ul,
.sidebar-menu .navy ul ul ul li:hover > ul {
  position: relative;
  left: 0;
  right: auto;
  top: 0;
  width: 100%;
  display: block;
  padding: 0;
  opacity: 1;
  text-align: left;
  box-shadow: none;
}
.sidebar-menu .navy > ul > li {
  border: 1px solid #eee;
  border-bottom: 0px;
}
.sidebar-menu .navy ul li {
  width: 100%;
  border-top: 1px solid #eee;
}
.sidebar-menu .navy ul li:last-child {
  border-bottom: 1px solid #eee;
}
.sidebar-menu .navy > ul > li > ul,
.sidebar-menu .navy ul ul ul {
  border-top: 1px solid #eee !important;
  border-bottom: 1px solid #eee !important;
}
.sidebar-menu .navy ul li a {
  padding: 10px 20px;
}
.sidebar-menu .navy ul ul li a {
  width: 100%;
  padding: 10px 20px 10px 35px;
}
.sidebar-menu .navy ul ul ul li a {
  padding: 10px 20px 10px 50px;
}
.sidebar-menu .navy ul ul ul ul li a {
  padding: 10px 20px 10px 65px;
}
.sidebar-menu .navy > ul > li.has-sub > a:after,
.sidebar-menu .navy ul ul li.has-sub > a:after {
  display: none;
}
.sidebar-menu .navy .menu-button {
  position: relative;
  display: block;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.sidebar-menu .navy .menu-button:after {
  content: "\f0c9";
  font-family: "FontAwesome";
  margin-left: 7px;
  font-weight: 400;
  float: right;
  font-size: 14px;
}
.sidebar-menu .navy .submenu-button {
  position: absolute;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
  z-index: 12;
  cursor: pointer;
  border-left: 1px solid #eee;
}
.sidebar-menu .navy ul ul .submenu-button {
  height: 50px;
}
.sidebar-menu .navy ul .submenu-button:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  display: block;
}
@media (max-width: 904px) {
  .sidebar-menu .navy ul,
  .sidebar-menu .navy ul ul,
  .sidebar-menu .navy ul ul ul,
  .sidebar-menu .navy > ul,
  .sidebar-menu .navy > ul > li > ul,
  .sidebar-menu .navy > ul > li:hover > ul,
  .sidebar-menu .navy ul ul li:hover > ul,
  .sidebar-menu .navy ul ul ul li:hover > ul {
    display: none;
  }
}
.search_form {
  width: 100%;
}
.search_form .search_form_inner {
  display: table;
  width: 100%;
}
.search_form .input-group {
  width: 100%;
}
.search_form form,
.search_form .btn-wrap {
  display: table-cell;
  vertical-align: top;
}
.search_form .btn-wrap {
  padding-left: 10px;
}
.search_form .btn-wrap span {
  display: none;
}
.search_form .input-group-btn span {
  display: none;
}
.search_form .btn-wrap-main {
  position: absolute;
  top: 0px;
  right: 0px;
  white-space: nowrap;
  text-align: right;
}
.search_form .btn-wrap-main .dropdown {
  display: inline-block;
}
@media (min-width: 560px) {
  .search_form .btn-wrap span,
  .search_form .input-group-btn span {
    display: inline;
  }
}
@media (min-width: 769px) {
  .search_form .btn-wrap-main {
    position: static;
    display: table-cell;
  }
  .search_form form {
    width: 70%;
  }
}
.header {
  position: relative;
}
@media (min-width: 769px) {
  .header {
    display: table;
  }
  .header .logo,
  .header .search_form {
    display: table-cell;
    vertical-align: middle;
  }
  .header .search_form {
    position: relative;
  }
  .header .btn-wrap-main {
    top: 10px;
    right: 0;
  }
}
.wCompanyLogo {
  width: 244px;
  height: 102px;
  float: left;
}
.spot {
  position: relative;
}
.spot .btn-toolbar {
  margin-bottom: 20px;
}
.spot.listing .btn-toolbar {
  margin-bottom: 0;
}
.spot.listing .btn-toolbar .btn:first-child {
  margin-left: 0;
}
.spot_edit_menu.dropdown_menu {
  position: absolute;
  top: 0px;
  right: 0px;
}
.open_elaboration:hover,
.open_elaboration:active {
  background: inherit !important;
}
.spot_info_container h3 {
  font-size: 18px;
  line-height: 20px;
}
.spot_info_container.detailed h1 {
  line-height: 30px;
}
.spot_info_container.detailed .adr,
.spot_info_container.detailed .web,
.spot_info_container.detailed .email,
.spot_info_container.detailed .tel,
.spot_info_container.detailed .gsm,
.spot_info_container.detailed .wifi,
.spot_info_container.detailed .admin_tags {
  margin-bottom: 5px;
  padding-left: 26px;
  position: relative;
}
.spot_info_container.detailed .adr .fa,
.spot_info_container.detailed .web .fa,
.spot_info_container.detailed .email .fa,
.spot_info_container.detailed .tel .fa,
.spot_info_container.detailed .gsm .fa,
.spot_info_container.detailed .wifi .fa,
.spot_info_container.detailed .admin_tags .fa {
  position: absolute;
  top: 8px;
  left: 0px;
}
.spot_info_container.listing .btn-group {
  margin-left: 0px;
}
.spot_info_container.listing .navigate-link {
  display: none;
}
.spot_info_container.listing .img-responsive {
  max-height: 126px;
  margin-right: 15px;
}
@media (max-width: 480px) {
  .spot_info_container.listing .img-responsive {
    max-width: 100px;
  }
}
.spot_info_container.border {
  border-bottom: 1px solid #eee;
  padding: 0px 0 10px 0;
}
.spot_info_container.border:last-child {
  border-bottom: none;
}
.spot_info_container.sidebar {
  margin-bottom: 10px;
  display: table;
}
.spot_info_container.sidebar .image-row {
  margin-right: 10px;
  width: 54px;
  min-width: 54px;
  display: table-cell;
}
.spot_info_container.sidebar .nearest-content {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  width: 100%;
}
.spot_info_container.sidebar .nearest-content a.comment {
  color: #999999;
}
.spot_info_container.sidebar .distance {
  font-size: 12px;
  margin-top: 0px;
  line-height: 14px;
}
.spot_info_container.sidebar .name {
  color: #666666;
  font-weight: bold;
  line-height: 22px;
  font-size: 12px;
}
.spot_info_container.sidebar .comment_content {
  color: #666666;
}
.spot_info_container.sidebar .author {
  font-weight: bold;
}
.spot_info_container.sidebar .author,
.spot_info_container.sidebar .date {
  color: #666666;
}
.spot_info_container.sidebar a.tiny {
  display: block;
}
.spot_info_container.sidebar img.tiny {
  width: 54px;
  height: 54px;
}
.spot_info_container .sidebar-comments a.comment {
  color: red;
}
.spot_info_container .btn-toolbar {
  margin-top: 15px;
}
.smart-forms .field ul.wysihtml5-toolbar {
  padding: 10px;
  display: block;
  margin-top: -1px;
  line-height: 16px;
  position: relative;
  background: #F5F5F5;
  border: 1px solid #CFCFCF;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 11px;
  color: #999;
  border-bottom: 0;
}
.smart-forms .field ul.wysihtml5-toolbar li {
  margin-bottom: 0;
}
@-moz-document url-prefix() {
  .search_terms .smart-forms .select:before,
  .search_terms .smart-forms .search_terms .select:hover:before,
  .search_terms .smart-forms .select:hover {
    background: transparent !important;
  }
}
.owl-container {
  margin: 0 -5px;
}
.owl-carousel .owl-item .panel {
  margin-right: 1px;
}
.header-2 {
  border-bottom: 1px solid #f5f5f5;
}
.header-2 .header .logo {
  margin-right: 15px;
  margin-bottom: 15px;
}
.svg-logo {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 15px;
}
.svg-logo img {
  visibility: hidden;
}
.svg-logo span {
  position: absolute;
  left: 2px;
  right: 2px;
  height: 0;
  padding-bottom: 100%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.svg-logo svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #555759;
  fill: #B6BD2A;
}
.svg-logo#logo svg {
  color: #555759;
  fill: #B6BD2A;
}
a.svg-logo#logo:hover svg {
  color: #232425;
  fill: #666a17;
}
a.svg-logo#logo:active svg {
  color: #878a8d;
  fill: #d9df6e;
}
.svg-logo#logo_footer svg {
  color: #aaa;
  fill: #aaa;
}
.geo {
  display: none;
}
/******/
/* custom overrides */
/******/
.page-heading-two {
  background-color: rgba(213, 219, 71, 0.72);
  border-top: 1px solid #cfca43;
  border-bottom: 1px solid #cfca43;
  margin-bottom: 15px !important;
}
.page-heading-two .name {
  display: inline-block;
}
.page-heading-two h1 {
  font-size: 22px;
  color: #666;
  font-weight: 400;
  line-height: 26px;
}
.page-heading-two .desc {
  line-height: 20px;
}
.page-heading-two .desc a {
  color: #888;
}
#spots_map {
  height: 300px;
}
.affix-top,
.affix-bottom {
  position: absolute;
}
.affix {
  position: fixed;
  top: 0px !important;
}
.sidebar.affix-top {
  width: 100%;
  left: 0px;
}
.sidebar.affix-bottom {
  left: 0px;
}
.sidebar.affix {
  right: 10px;
}
@media (max-width: 768px) {
  .sidebar {
    position: static !important;
    width: 100% !important;
  }
  .sidebar #spots_map {
    height: 100vh !important;
  }
}
.sidebar h5 i {
  width: 16px;
  margin-right: 2px;
}
@media (max-width: 768px) {
  #left1 {
    display: none;
    position: static !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  #left1 .adsbygoogle {
    display: none;
  }
}
.spotwrapper .map_box {
  padding: 10px 0 22px 0;
}
.spotwrapper .no-margin i {
  margin-right: 0px;
}
.spotwrapper i {
  width: 16px;
  margin-right: 5px;
  text-align: center;
}
.spotwrapper .square-3 {
  width: 35px;
}
.spotwrapper.listing img.photo {
  width: 100%;
  margin-bottom: 15px;
}
.spotwrapper .owl-carousel .owl-item a.delete {
  font-size: 10px;
  padding: 1px 4px;
  display: none;
  position: absolute;
  right: 5px;
  top: 5px;
}
.spotwrapper .owl-carousel .owl-item:hover a.delete {
  display: block;
}
.owl-theme img,
.panel .deal_image img {
  width: 100%;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe {
  width: 100% !important;
}
.img-block {
  display: block;
  width: 100%;
}
.movies_box .expand_options {
  float: right;
}
.movies_box .next_shows {
  line-height: 40px;
}
.movies_box .next_shows span {
  padding: 0px 0px;
}
.movies_box li.expanded .next_shows span {
  background-color: #dcdadd;
}
.movies_box .genre {
  display: block;
}
.movies_box .title_main {
  padding-left: 15px;
  display: block;
  float: left;
}
.movies_box .poster {
  float: left;
}
.movies_box .poster .placeholder {
  width: 100px;
  height: 135px;
}
.movies_box .poster .placeholder .spinner {
  margin-left: 35px;
  margin-top: 40px;
}
.movies_box .details_content {
  padding: 10px 10px 10px 10px;
}
.movies_box .shows {
  float: left;
  width: 230px;
}
.movies_box .shows p.day {
  padding-left: 15px;
  font-size: 11px;
}
.movies_box .shows p.hours {
  padding-left: 15px;
  margin-left: 5px;
}
.movies_box .plot {
  padding: 10px 10x 10px 10px;
}
.movies_box .imdb a,
.movies_box .trailer a {
  font-size: 0.9em;
}
.movies_box .imdb .rating,
.movies_box .trailer .rating {
  font-size: 1.1em;
}
.movies_box .imdb .votes,
.movies_box .trailer .votes {
  font-size: 0.9em;
}
.movies_box .cast,
.movies_box .trailer {
  padding: 5px 0 5px 0;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  position: relative;
}
.footer-wrapper a {
  color: #bbb;
}
#_atssh {
  display: none;
}
#epd {
  line-height: 1.4em;
}
.cta-six {
  background: #fff image-url(/assets/backgrounds/video_bg-00462f55068d427f860222817851a3ff6bdab751a2d2296423657d39881e4c2b.jpg) repeat !important;
  border-bottom: 1px solid #f5f5f5;
}
.cta-six .cta-six-content {
  padding: 25px 20px 25px 20px !important;
}
.reports .report.read {
  display: none;
}
.reports.show_read .read {
  display: block;
}
@media (max-width: 991px) {
  .spot_menu_box .row div {
    text-align: left;
    margin-bottom: 15px;
  }
  .spot_menu_box .row div:last-child {
    margin-bottom: 0;
  }
}
.responsive-ad iframe {
  max-width: 100%;
}
.responsive-ad img {
  max-width: 100%;
}
.responsive-ad object {
  max-width: 100%;
  display: block;
}
#catalogs_list .well {
  position: relative;
  display: block;
  color: #494949;
}
#catalogs_list .well .about {
  margin-top: 10px;
}
#sites_list {
  margin-top: 15px;
}
#sites_list .well {
  position: relative;
  display: block;
  color: #494949;
}
#sites_list .well .about {
  margin-top: 10px;
}
#sites_list .rep {
  position: absolute;
  right: -3px;
  top: -17px;
}
#sites_list .submited {
  position: absolute;
  right: -3px;
  top: 24px;
}
.to-upper-case {
  text-transform: uppercase;
}
.smart-forms.reply-comment-form .gui-textarea {
  height: 42px;
}
.comment_rating,
.average_rating {
  color: #B6BD2A;
}
.comment_rating i,
.average_rating i {
  margin-right: 0;
}
.average_rating {
  font-size: 18px;
  margin-top: 3px;
}
.average_rating.small {
  font-size: 12px;
  margin-top: 0px;
  line-height: 14px;
}
.no-image-listing {
  color: #888;
  position: relative;
}
.no-image-listing:hover {
  color: #888;
}
.no-image-listing .d1 {
  display: table;
}
.no-image-listing.tiny .d2 {
  width: 48px;
  height: 48px;
}
.no-image-listing.tiny .d2 span.nophotos {
  display: none;
}
.no-image-listing.tiny .d2 i {
  display: block;
}
.no-image-listing.tiny .d2 i:before {
  display: block;
}
.no-image-listing .d2 {
  display: table-cell;
  height: 120px;
  width: 160px;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 480px) {
  .no-image-listing .d2 {
    max-width: 100px;
    width: 100px;
    height: 77px;
    max-height: 77px;
  }
}
.no-image-listing .d2 span.nophotos {
  display: block;
  text-align: center;
  margin-top: 10px;
  padding: 0 20px;
}
@media (max-width: 480px) {
  .no-image-listing .d2 span.nophotos {
    display: none;
  }
}
.no-image-listing .d2 i {
  font-size: 19px;
  color: #999;
}
.no-image-listing.no-image-listing-block {
  width: 100%;
  height: 0;
  padding-bottom: 74.2%;
}
.no-image-listing.no-image-listing-block .d1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.comment-author-image i {
  margin: 12px 16px;
}
.well-ad {
  padding: 0px 0px 0px 0px;
  border: 0px solid transparent !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: transparent !important;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 320px) {
  .well-ad {
    margin-left: -15px;
  }
}
.spot-listing-wrapper .well-ad {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* for /holidays */
.holiday.passed {
  color: #aaaaaa !important;
}
.icon.inline {
  display: inline;
}
.icon.inline .title {
  display: inline;
}
.icon.small img {
  width: 30px;
  height: 30px;
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}
.icon.big {
  max-width: 72px;
  max-height: 72px;
  display: inline-block;
}
.map_box {
  display: none;
}
ol.breadcrumb {
  font-size: 12px;
  color: #aaa;
}
ol.breadcrumb a {
  color: #888;
}
.home .well-ad {
  padding: 0px 0px 0px 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 905px) {
  .well .btn.pull-right,
  .page-heading-two .btn.pull-right {
    margin-top: 10px;
  }
}
.mpf-gmaps .mfp-content .mfp-top-bar {
  position: absolute;
  top: -40px;
  margin-top: 0px;
  height: 44px;
  line-height: 44px;
}
.mpf-gmaps .mfp-content .mfp-top-bar .mfp-title {
  line-height: 44px;
}
.mpf-gmaps .mfp-content .mfp-bottom-bar {
  margin-top: 0px;
}
.mpf-gmaps .mfp-content .mfp-bottom-bar .mfp-share {
  text-align: right;
  color: white;
  line-height: 30px;
}
.mpf-gmaps .mfp-content .mfp-bottom-bar .mfp-share a {
  color: white;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .auto_grid[data-columns]::before {
    content: '2 .col-xs-6';
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .auto_grid[data-columns]::before {
    content: '4 .col-xs-4';
  }
}
@media screen and (min-width: 992px) and (max-width: 9999px) {
  .auto_grid[data-columns]::before {
    content: '4 .col-md-3';
  }
}
.spot_catalogs {
  margin-bottom: 20px;
}
.spot_catalogs h5 {
  margin-bottom: 10px;
}
.spot_catalogs .catalog-image {
  max-height: 144px;
}
.crocodoc-page-loading .crocodoc-page-content {
  background: transparent asset-url(/assets/spinner2-0fd1703f7159f383963208f81938eff8dc38aa39d64d3edd2acbf171bf4ec179.gif) center center no-repeat;
}
.relative {
  position: relative;
}
.green_text {
  color: #8e9321;
}
.adngin .ngn-ad {
  padding: 0px 0px 0px 0px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.admin_reports .spotwrapper {
  padding: 8px 4px;
  margin: 10px 0px;
}
.admin_reports .spotwrapper:nth-child(odd) {
  border: 1px solid green;
}
.admin_reports .spotwrapper:nth-child(even) {
  background: #f0f0ff;
  border: 1px solid blue;
}
.admin_reports .spotwrapper:hover {
  background: #fcd419;
  border: 1px solid #fcd419;
}
#categories-menu {
  display: none;
}
#main_categories .categories-container .categories-cell:nth-child(1):nth-last-child(1) {
  padding-right: 50%;
}
#main_categories .categories-container span.all {
  display: none;
}
@media (max-width: 415px) {
  #main_categories .categories-container span.all {
    display: block;
  }
  #main_categories .categories-container .btn.btn-white {
    background: transparent;
    border: none;
    padding: 10px 12px;
  }
  #main_categories .categories-container .subcategory-toggle {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 13;
  }
  #main_categories .categories-container .categories-wrap {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  #main_categories .categories-container .categories-cell:nth-child(1):nth-last-child(1) {
    padding-right: 0;
    border-bottom: 1px solid #eee;
  }
  #main_categories .categories-container .categories-wrapper {
    border-bottom: 1px solid #eee;
  }
  #main_categories .categories-container .category-title,
  #main_categories .categories-container h4 {
    display: inline-block;
    vertical-align: middle;
  }
  #main_categories .categories-container .img-outer,
  #main_categories .categories-container .img-inner {
    display: inline-block;
    vertical-align: middle;
  }
  #main_categories .categories-container .icon {
    padding-right: 10px;
  }
  #main_categories .categories-container .icon img {
    max-width: 30px;
    max-height: 30px;
  }
  #main_categories .categories-container .submenu-button {
    position: absolute;
    right: 0;
    top: 0px;
    display: block;
    width: 50px;
    height: 100%;
    z-index: 12;
    cursor: pointer;
    border-left: 1px solid #eee;
  }
  #main_categories .categories-container .submenu-button:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 400;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    display: block;
  }
  #main_categories .categories-container .categories-table {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
    width: 100%;
    display: block;
    padding: 0;
    opacity: 1;
    text-align: left;
    box-shadow: none;
  }
  #main_categories .categories-container .categories-table .cell-well.text-center {
    text-align: left;
  }
  #main_categories .categories-container .categories-row {
    width: 100%;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
  }
  #main_categories .categories-container .cell-wrapper {
    border-top: 1px solid #eee;
    position: relative;
  }
  #main_categories .categories-container .cell-wrapper a {
    padding: 10px 20px;
    font-size: 13px;
    line-height: 28px;
    color: #666;
    display: block;
  }
  #main_categories .categories-container .category-link {
    position: relative;
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 28px;
    color: #666;
    font-weight: 600;
  }
  #main_categories .categories-container .middle {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
    width: 100%;
    display: none;
    padding: 0;
    opacity: 1;
    text-align: left;
    box-shadow: none;
  }
  #main_categories .categories-container .middle span {
    display: block;
    width: 100%;
    border-top: 1px solid #eee;
  }
  #main_categories .categories-container .middle span a {
    padding: 10px 20px 10px 35px;
    font-size: 12px;
    font-weight: 400;
  }
  #main_categories .categories-container .middle span:first-child {
    border-top: 2px solid #eee;
  }
  #main_categories .categories-container .middle .open {
    display: block;
  }
  #main_categories .categories-container .middle > span > span a {
    float: left;
    width: 100%;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
  }
  #main_categories .categories-container .bottom {
    display: none;
  }
}
@media (min-width: 416px) {
  #main_categories .categories-container .category-title {
    font-weight: bold;
    font-size: 15px;
  }
  #main_categories .categories-container .subcategory-toggle {
    display: none;
  }
  #main_categories .categories-container .submenu-button {
    display: none;
  }
  #main_categories .categories-container .categories-row {
    display: table;
    width: 100%;
    min-height: 100%;
    height: 100%;
  }
  #main_categories .categories-container .categories-cell a {
    color: #666666;
  }
  #main_categories .categories-container .categories-cell a.category-link {
    display: block;
  }
  #main_categories .categories-container .categories-table {
    display: table;
    width: 100%;
    height: 100%;
  }
  #main_categories .categories-container .categories-cell {
    width: 50%;
    height: 100%;
    display: table-cell;
  }
  #main_categories .categories-container .categories-cell .cell-well {
    min-height: 100%;
    position: relative;
    box-sizing: border-box;
    z-index: 0;
  }
  #main_categories .categories-container .categories-cell .cell-well .cell-wrapper {
    margin: 0;
    padding: 10px;
  }
  #main_categories .categories-container .categories-cell .cell-well .cell-wrapper .cell-wrapper-well {
    padding: 10px;
    line-height: 28px;
    border: 0px;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    background: #fcfcfc;
  }
  #main_categories .categories-container .categories-cell .cell-well .cell-wrapper .btn {
    width: 100%;
    white-space: normal;
  }
  #main_categories .categories-container .categories-cell .cell-well .cell-wrapper .middle {
    display: block !important;
    height: 92px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #main_categories .categories-container .categories-cell .cell-well .cell-wrapper .middle span a:after {
    content: ', ';
  }
  #main_categories .categories-container .categories-cell .cell-well .cell-wrapper .middle span:last-child a:after {
    display: none;
  }
  #main_categories .categories-container .categories-cell .cell-well h4 {
    margin: 0;
    padding: 0;
  }
  #main_categories .categories-container .categories-cell .cell-well:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    z-index: -1;
  }
}
@media (min-width: 992px) {
  #main_categories .categories-container .categories-wrap {
    display: table-cell;
    width: 50%;
    height: 100%;
  }
  #main_categories .categories-container .categories-wrap:nth-child(1):nth-last-child(1) {
    padding-right: 50%;
  }
}
#spot_categories .categories-container .categories-cell:nth-child(1):nth-last-child(1) {
  padding-right: 0%;
}
#spot_categories .categories-container .btn.btn-white {
  background: transparent;
  border: none;
  padding: 10px 12px;
}
#spot_categories .categories-container .subcategory-toggle {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 13;
}
#spot_categories .categories-container .categories-wrap {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#spot_categories .categories-container .categories-cell:nth-child(1):nth-last-child(1) {
  padding-right: 0;
  border-bottom: 1px solid #eee;
}
#spot_categories .categories-container .categories-wrapper {
  border-bottom: 1px solid #eee;
}
#spot_categories .categories-container .category-title,
#spot_categories .categories-container h4 {
  display: inline-block;
  vertical-align: middle;
}
#spot_categories .categories-container .img-outer,
#spot_categories .categories-container .img-inner {
  display: inline-block;
  vertical-align: middle;
}
#spot_categories .categories-container .icon {
  padding-right: 10px;
}
#spot_categories .categories-container .icon img {
  max-width: 30px;
  max-height: 30px;
}
#spot_categories .categories-container .submenu-button {
  position: absolute;
  right: 0;
  top: 0px;
  display: block;
  width: 50px;
  height: 100%;
  z-index: 12;
  cursor: pointer;
  border-left: 1px solid #eee;
}
#spot_categories .categories-container .submenu-button:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  display: block;
}
#spot_categories .categories-container .categories-table {
  position: relative;
  left: 0;
  right: auto;
  top: 0;
  width: 100%;
  display: block;
  padding: 0;
  opacity: 1;
  text-align: left;
  box-shadow: none;
}
#spot_categories .categories-container .categories-table .cell-well.text-center {
  text-align: left;
}
#spot_categories .categories-container .categories-row {
  width: 100%;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
#spot_categories .categories-container .cell-wrapper {
  border-top: 1px solid #eee;
  position: relative;
}
#spot_categories .categories-container .cell-wrapper a {
  padding: 10px 20px;
  font-size: 13px;
  line-height: 28px;
  color: #666;
  display: block;
}
#spot_categories .categories-container .category-link {
  position: relative;
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 28px;
  color: #666;
  font-weight: 600;
}
#spot_categories .categories-container .middle {
  position: relative;
  left: 0;
  right: auto;
  top: 0;
  width: 100%;
  display: none;
  padding: 0;
  opacity: 1;
  text-align: left;
  box-shadow: none;
}
#spot_categories .categories-container .middle span {
  display: block;
  width: 100%;
  border-top: 1px solid #eee;
}
#spot_categories .categories-container .middle span a {
  padding: 10px 20px 10px 35px;
  font-size: 12px;
  font-weight: 400;
}
#spot_categories .categories-container .middle span:first-child {
  border-top: 2px solid #eee;
}
#spot_categories .categories-container .middle .open {
  display: block;
}
#spot_categories .categories-container .middle > span > span a {
  float: left;
  width: 100%;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
#spot_categories .categories-container .bottom {
  display: none;
}
.search_terms ul li {
  padding: 10px 0px;
}
.search_terms .subcategories {
  margin: 0 0 0 50px;
}
.search_terms .icon {
  padding-right: 10px;
}
.search_cities ul li {
  padding: 10px 0px;
}
.search_cities .subcategories {
  margin: 0 0 0 50px;
}
.search_cities .icon {
  padding-right: 10px;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */

/* clearfix */

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(/assets/grabbing-ee1b8a651d43f07f2c61f5097ba384132d61d3909612d9c08a60b5e1f8ab7d89.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*!
 * Datetimepicker for Bootstrap v3
//! version : 3.1.3
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  top: 0;
  left: 0;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget.timepicker-sbs {
  width: 600px;
}
.bootstrap-datetimepicker-widget.bottom:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.bottom:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.top:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.top:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  position: absolute;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget .dow {
  width: 14.2857%;
}
.bootstrap-datetimepicker-widget.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget > ul {
  list-style-type: none;
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
  width: 4px;
  padding: 0;
  margin: 0;
}
.bootstrap-datetimepicker-widget .datepicker > div {
  display: none;
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget td.cw {
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget td.today:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #428bca;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget td span.active {
  background-color: #428bca;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.prev {
  font-size: 21px;
}
.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-group.date .input-group-addon span {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
  padding: 0px !important;
}
@media screen and (max-width: 767px) {
  .bootstrap-datetimepicker-widget.timepicker-sbs {
    width: 283px;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/*! Select2 Bootstrap Theme v0.1.0-beta.7 | MIT License | github.com/select2/select2-bootstrap-theme */
.select2-container--bootstrap {
  display: block;
  /*------------------------------------*\
          #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
  /*------------------------------------*\
          #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*\
          #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*\
      #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*------------------------------------*\
      #RTL SUPPORT
  \*------------------------------------*/
}
.select2-container--bootstrap .select2-selection {
  -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);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  outline: 0;
}
.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 4px;
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  -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);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
   * Firefox 19+
   *
   * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
   */
}
.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-results__option {
  /**
   * Disabled results.
   *
   * @see https://select2.github.io/examples.html#disabled-results
   */
  /**
   * Hover state.
   */
  /**
   * Selected state.
   */
}
.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed;
}
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #337ab7;
  color: #fff;
}
.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}
.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  white-space: nowrap;
}
.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}
.select2-container--bootstrap.select2-container--open {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
  /**
   * Handle border radii of the container when the dropdown is showing.
   */
}
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}
.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}
.select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px;
}
.select2-container--bootstrap .select2-dropdown--above {
  margin-top: 1px;
}
.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.428571429;
  padding: 6px 24px 6px 12px;
  /**
   * Adjust the single Select2's dropdown arrow button appearance.
   */
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555555;
  padding: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
  padding: 0;
  height: auto;
  /**
   * Make Multi Select2's choices match Bootstrap 3's default button styles.
   */
  /**
   * Minus 2px borders.
   */
  /**
   * Clear the selection.
   */
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  line-height: 1.428571429;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.428571429;
  margin-top: 0;
  min-width: 5em;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}
.select2-container--bootstrap .select2-selection--single.input-sm, .input-group-sm .select2-container--bootstrap .select2-selection--single, .form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */
}
.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b, .input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm, .input-group-sm .select2-container--bootstrap .select2-selection--multiple, .form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
  border-radius: 3px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}
.select2-container--bootstrap .select2-selection--single.input-lg, .input-group-lg .select2-container--bootstrap .select2-selection--single, .form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */
}
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg, .input-group-lg .select2-container--bootstrap .select2-selection--multiple, .form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
  border-radius: 6px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}
.select2-container--bootstrap[dir="rtl"] {
  /**
   * Single Select2
   *
   * 1. Makes sure that .select2-selection__placeholder is positioned
   *    correctly.
   */
  /**
   * Multiple Select2
   */
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/*------------------------------------*\
    #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b;
}
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  -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;
  border-color: #66512c;
}
.has-warning.select2-drop-active {
  border-color: #66512c;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442;
}
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  -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;
  border-color: #843534;
}
.has-error.select2-drop-active {
  border-color: #843534;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d;
}
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  -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;
  border-color: #2b542c;
}
.has-success.select2-drop-active {
  border-color: #2b542c;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstraps
 * "Input Group" component, we don't want specific edges of the Select2
 * container to have a border-radius.
 *
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on
 * a Bootstrap 3 .input-group to let the contained Select2 widget know which
 * edges should not be rounded as they are directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
/**
 * Mimick Bootstraps .input-group .form-control styles.
 *
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
.input-group .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
}
.input-group .select2-container--bootstrap.select2-container--open, .input-group .select2-container--bootstrap.select2-container--focus {
  z-index: 3;
}

.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/**
 * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grow taller than its initial size.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.select2-bootstrap-append .select2-container--bootstrap,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container--bootstrap,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

/**
 * Display override for inline forms
*/
.form-inline .select2-container--bootstrap {
  display: inline-block;
}
#smartbanner { position:absolute; left:0; top:-82px; border-bottom:1px solid #e8e8e8; width:100%; height:78px; font-family:'Helvetica Neue',sans-serif; background:-webkit-linear-gradient(top, #f4f4f4 0%,#cdcdcd 100%); background-image: -ms-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%); background-image: -moz-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%); box-shadow:0 1px 2px rgba(0,0,0,0.5); z-index:9998; -webkit-font-smoothing:antialiased; overflow:hidden; -webkit-text-size-adjust:none; }
#smartbanner, html.sb-animation {-webkit-transition: all .3s ease;}
#smartbanner .sb-container { margin: 0 auto; }
#smartbanner .sb-close { position:absolute; left:5px; top:5px; display:block; border:2px solid #fff; width:14px; height:14px; font-family:'ArialRoundedMTBold',Arial; font-size:15px; line-height:15px; text-align:center; color:#fff; background:#070707; text-decoration:none; text-shadow:none; border-radius:14px; box-shadow:0 2px 3px rgba(0,0,0,0.4); -webkit-font-smoothing:subpixel-antialiased; }
#smartbanner .sb-close:active { font-size:13px; color:#aaa; }
#smartbanner .sb-icon { position:absolute; left:30px; top:10px; display:block; width:57px; height:57px; background:rgba(0,0,0,0.6); background-size:cover; border-radius:10px; box-shadow:0 1px 3px rgba(0,0,0,0.3); }
#smartbanner.no-icon .sb-icon { display:none; }
#smartbanner .sb-info { position:absolute; left:98px; top:16px; width:44%; font-size:11px; line-height:1.2em; font-weight:bold; color:#6a6a6a; text-shadow:0 1px 0 rgba(255,255,255,0.8); }
#smartbanner #smartbanner.no-icon .sb-info { left:34px; }
#smartbanner .sb-info strong { display:block; font-size:13px; color:#4d4d4d; line-height: 18px; }
#smartbanner .sb-info > span { display:block; }
#smartbanner .sb-info em { font-style:normal; text-transform:uppercase; }
#smartbanner .sb-button { position:absolute; right:20px; top:24px; border:1px solid #bfbfbf; padding: 0 10px; min-width: 10%; height:24px; font-size:14px; line-height:24px; text-align:center; font-weight:bold; color:#6a6a6a; background:-webkit-linear-gradient(top, #efefef 0%,#dcdcdc 100%); text-transform:uppercase; text-decoration:none; text-shadow:0 1px 0 rgba(255,255,255,0.8); border-radius:3px; box-shadow:0 1px 0 rgba(255,255,255,0.6),0 1px 0 rgba(255,255,255,0.7) inset; }
#smartbanner .sb-button:active, #smartbanner .sb-button:hover { background:-webkit-linear-gradient(top, #dcdcdc 0%,#efefef 100%); }

#smartbanner .sb-icon.gloss:after { content:''; position:absolute; left:0; top:-1px; border-top:1px solid rgba(255,255,255,0.8); width:100%; height:50%; background:-webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%); border-radius:10px 10px 12px 12px; }

#smartbanner.android { border-color:#212228; background: #3d3d3d url(/assets/dark_background_stripes-adaa8ef7fd1888bf3183b3a3569782b97a6fc431707e654e72aa582351e6e13b.gif); border-top: 5px solid #88B131; box-shadow: none; }
#smartbanner.android .sb-close { border:0; width:17px; height:17px; line-height:17px; color:#b1b1b3; background:#1c1e21; text-shadow:0 1px 1px #000; box-shadow:0 1px 2px rgba(0,0,0,0.8) inset,0 1px 1px rgba(255,255,255,0.3); }
#smartbanner.android .sb-close:active { color:#eee; }
#smartbanner.android .sb-info { color:#ccc; text-shadow:0 1px 2px #000; }
#smartbanner.android .sb-info strong { color:#fff; }
#smartbanner.android .sb-button { min-width: 12%; border:1px solid #DDDCDC; padding:1px; color:#d1d1d1; background: none; border-radius: 0; box-shadow: none; min-height:28px}
#smartbanner.android .sb-button span { text-align: center; display: block; padding: 0 10px; background-color: #42B6C9; background-image: -webkit-gradient(linear,0 0,0 100%,from(#42B6C9),to(#39A9BB)); background-image: -moz-linear-gradient(top,#42B6C9,#39A9BB); text-transform:none; text-shadow:none; box-shadow:none; }
#smartbanner.android .sb-button:active, #smartbanner.android .sb-button:hover { background: none; }
#smartbanner.android .sb-button:active span, #smartbanner.android .sb-button:hover span { background:#2AC7E1; }

#smartbanner.windows .sb-icon { border-radius: 0px; }
/****************************/
/* Theme name  : Brave      */
/* Author name : Ashok      */
/****************************/
/* Open Sans  */
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400italic,400,600);
/* General */
body {
	color: #666666;
	font-size: 13px;
	line-height: 28px;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin: 2px 0px;
	padding: 0px;
}
h1 {
	font-size: 30px;
	line-height: 45px;
}
h2 {
	font-size: 25px;
	line-height: 40px;
}
h3 {
	font-size: 22px;
	line-height: 37px;
}
h4 {
	font-size: 18px;
	line-height: 33px;
}
h5 {
	font-size: 15px;
	line-height: 30px;
}
h6 {
	font-size: 13px;
	line-height: 28px;
}
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover{
	color: #666;
}
p {
	margin: 2px 0px;
	padding: 0px;
	margin-bottom:5px;
}
a:hover,
a:active,
a:focus {
	text-decoration: none !important;
	outline: none !important;
}
:focus {
	outline: none !important;
}
::-moz-focus-inner {
	border: 0 !important;
}
::selection {
	color:#fff;
}
::-moz-selection {
	color:#fff;
}
hr {
	margin: 20px 0px;
	padding: 0px;
	border-top: 0px;
	border-bottom: 1px solid #eee;
}
/* Form */
input,
textarea,
select,
.form input,
.form textarea,
.form select {
	box-shadow: none !important;
}
form{
	line-height:20px !important;
}
form label{
	font-weight:400;
}
dl dt,
dl dd{
	font-size:13px;
	line-height:28px;
}
.table td{
	padding:15px 5px;
}
/* Helper classes */
.padd-5 {
	padding: 5px 8px;
}
.padd-10 {
	padding: 10px 13px;
}
.padd-15{
	padding:15px 18px;
}
.bold {
	font-weight: 600;
}
.para-big{
	font-size:17px;
	line-height:32px;
}
/* Transition */
.transition{
	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	-o-transition: background 1s ease;
	-ms-transition: background 1s ease;
	transition: background 1s ease;
}
/* Thumbnail */
.img-thumbnail {
	padding: 2px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15);
}
/* Dropdown menu */
.dropdown a:focus{
	color:#666;
}
.dropdown-menu {
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
	border-radius: 3px !important;
}
.dropdown-menu li a {
	padding: 7px 12px;
}
.dropdown-menu.dropdown-mini {
	min-width: 120px;
}
.dropdown-menu.dropdown-mini li a {
	font-size: 12px;
	padding: 5px 10px;
}
/* Video container */
.video-container{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-top:5px;
}
.video-container iframe{
	width: 100%;
	height: 100%;
	border: 0;
	position: absolute;
	top:0;
	left:0;
}
/* Well */
.well {
	line-height: 28px;
	border: 0px;
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
	background:#fcfcfc;
}
/* Tooltip */
.tooltip .tooltip-inner{
	font-family:"Open Sans", sans-serif;
}
/* Popover */
.popover{
	border-radius:5px;
	padding:10px 20px;
	box-shadow:0px 3px 10px rgba(0,0,0,0.1);
	border:1px solid rgba(0,0,0,0.06);
}
.popover .popover-title{
	font-size:16px;
	line-height:30px;
	font-weight:600;
	background:#fff;
	padding:0px;
	padding-bottom:5px;
	border-bottom:1px solid #f4f4f4;
}
.popover .popover-content{
	font-size:13px;
	line-height:28px;
	padding:0px;
	padding-top:5px;
	font-family:"Open Sans", sans-serif;
}
/* Blockquote */
blockquote{
	margin:20px 0px;
	padding:15px 20px;
	background:#fdfdfd;
}
blockquote p{
	font-size:14px;
	line-height:29px;
	color:#777;
	font-style:italic;
}
blockquote small{
	margin-top:10px;
}
/* Dropcaps */
.dropcap-1{
	display: block;
	margin-top: 15px;
	margin-right:5px;
	margin-bottom:3px;
	float: left;
	font-size: 400%;
}
.dropcap-2 {
	display: block;
	float: left;
	font-size: 400%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	color: #fff;
	border-radius:100%;
}
.dropcap-3 {
	display: block;
	float: left;
	font-size: 400%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	color: #fff;
}
/* List styles */
.list-1,
.list-2,
.list-3,
.list-4,
.list-5,
.list-6,
.list-7,
.list-8,
.list-9{
	list-style-type:none;
	padding-left:20px;
}
.list-1 li:before{
	content: "\f069"; /* Asterisk */
	font-family: 'FontAwesome';
	float: left;
	margin-left: -20px;
}
.list-2 li:before{
	content: "\f00c"; /* Check */
	font-family: 'FontAwesome';
	float: left;
	margin-left: -20px;
}
.list-3 li:before{
	content: "\f046"; /* Check-Square-o */
	font-family: 'FontAwesome';
	float: left;
	margin-left: -20px;
}
.list-4 li:before{
	content: "\f067"; /* Plus */
	font-family: 'FontAwesome';
	float: left;
	margin-left: -20px;
}
.list-5 li:before{
	content: "\f005"; /* Star */
	font-family: 'FontAwesome';
	float: left;
	margin-left: -20px;
}
.list-6 li:before{
	content: "\f101"; /* Angle Double Right */
	font-family: 'FontAwesome';
	float: left;
	margin-left: -20px;
}
.list-7 li:before{
	content: "\f0a4"; /* hand-o-right */
	font-family: 'FontAwesome';
	float: left;
	margin-left: -20px;
}
.list-8 li:before{
	content: "\f0da"; /* caret-right */
	font-family: 'FontAwesome';
	float: left;
	margin-left: -20px;
}
.list-9 li:before{
	content: "\f138"; /* chevron-circle-right */
	font-family: 'FontAwesome';
	float: left;
	margin-left: -20px;
}
/* Shapes */
/* Square */
.square-1 {
	display:inline-block;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
}
.square-2 {
	display:inline-block;
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-align: center;
}
.square-3 {
	display:inline-block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
}
.square-4 {
	display:inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
}
.square-5 {
	display:inline-block;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
}
/* Circle */
.circle-1 {
	display:inline-block;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 100%;
}
.circle-2 {
	display:inline-block;
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 100%;
}
.circle-3 {
	display:inline-block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;
}
.circle-4 {
	display:inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 100%;
}
.circle-5 {
	display:inline-block;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 100%;
}
/* Border radius */
.sharp {
	border-radius: 0px !important;
}
.rounded-1 {
	border-radius: 2px !important;
}
.rounded-2 {
	border-radius: 4px !important;
}
.rounded-3 {
	border-radius: 6px !important;
}
.rounded-4 {
	border-radius: 10px !important;
}
.rounded-5 {
	border-radius: 100% !important;
}
/* Dividers */
.divider-1{
	height:8px;
	background:url(/../../img/dividers/1.png) repeat-x;
	background-size:20px 20px;
	margin:20px 0px;
}
.divider-2{
	height:7px;
	background:url(/../../img/dividers/2.png) repeat-x;
	background-size:7px 7px;
	margin:20px 0px;
}
.divider-3{
	height:10px;
	background:url(/../../img/dividers/3.png) repeat-x;
	background-size:10px 10px;
	margin:20px 0px;
}
.divider-4{
	border-bottom:1px dashed #d4d4d4;
	margin:20px 0px;
}
.divider-5{
	border-bottom:1px dotted #d4d4d4;
	margin:20px 0px;
}
.divider-6{
	border-top:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
	padding:2px;
	margin:20px 0px;
}
.divider-7{
	border-top:1px dashed #d4d4d4;
	border-bottom:1px dashed #d4d4d4;
	padding:2px;
	margin:20px 0px;
}
.divider-8{
	border-top:1px dotted #d4d4d4;
	border-bottom:1px dotted #d4d4d4;
	padding:2px;
	margin:20px 0px;
}
.divider-9{
	background:#f5f5f5;
	height:6px;
	margin:20px 0px;
}
.divider-10{
	border-top:1px solid #f1f1f1;
	border-bottom:1px solid #e4e4e4;
	background:#f8f8f8;
	box-shadow:0px 2px 5px rgba(0,0,0,0.05);
	padding:2px;
	margin:20px 0px;
}
/* Text color classes */
.white {
	color: #ffffff !important;
}
a.white {
	color: #ffffff !important;
}
a.white:hover,
a.white:focus {
	color: #ffffff !important;
}
.grey {
	color: #eeeeee !important;
}
a.grey {
	color: #eeeeee !important;
}
a.grey:hover,
a.grey:focus {
	color: #d5d5d5 !important;
}
.black {
	color: #666666 !important;
}
a.black {
	color: #666666 !important;
}
a.black:hover,
a.black:focus {
	color: #4d4d4d !important;
}
.red {
	color: #ed5441 !important;
}
a.red {
	color: #ed5441 !important;
}
a.red:hover,
a.red:focus {
	color: #e52d16 !important;
}
.green {
	color: #51d466 !important;
}
a.green {
	color: #51d466 !important;
}
a.green:hover,
a.green:focus {
	color: #30c247 !important;
}
.lblue {
	color: #32c8de !important;
}
a.lblue {
	color: #32c8de !important;
}
a.lblue:hover,
a.lblue:focus {
	color: #1faabe !important;
}
.blue {
	color: #609cec !important;
}
a.blue {
	color: #609cec !important;
}
a.blue:hover,
a.blue:focus {
	color: #3280e7 !important;
}
.orange {
	color: #f8a841 !important;
}
a.orange {
	color: #f8a841 !important;
}
a.orange:hover,
a.orange:focus {
	color: #f69110 !important;
}
.yellow {
	color: #fcd419 !important;
}
a.yellow {
	color: #fcd419 !important;
}
a.yellow:hover,
a.yellow:focus {
	color: #dfb803 !important;
}
.purple {
	color: #cb79e6 !important;
}
a.purple {
	color: #cb79e6 !important;
}
a.purple:hover,
a.purple:focus {
	color: #ba4ede !important;
}
.rose {
	color: #ff61e7 !important;
}
a.rose {
	color: #ff61e7 !important;
}
a.rose:hover,
a.rose:focus {
	color: #ff2edf !important;
}
.brown {
	color: #d08166 !important;
}
a.brown {
	color: #d08166 !important;
}
a.brown:hover,
a.brown:focus {
	color: #c4613f !important;
}
/* Background color classes */
.bg-white {
	background-color: #ffffff !important;
}
.bg-grey {
	background-color: #eeeeee !important;
}
.bg-black {
	background-color: #666666 !important;
}
.bg-red {
	background-color: #ed5441 !important;
}
.bg-green {
	background-color: #51d466 !important;
}
.bg-lblue {
	background-color: #32c8de !important;
}
.bg-blue {
	background-color: #609cec !important;
}
.bg-orange {
	background-color: #f8a841 !important;
}
.bg-yellow {
	background-color: #fcd419 !important;
}
.bg-purple {
	background-color: #cb79e6 !important;
}
.bg-rose {
	background-color: #ff61e7 !important;
}
.bg-brown {
	background-color: #d08166 !important;
}
/* Border class */
/* Border color */
.br-white {
	border: 1px solid #ffffff;
}
.br-grey {
	border: 1px solid #eeeeee;
}
.br-black {
	border: 1px solid #666666;
}
.br-red {
	border: 1px solid #ed5441;
}
.br-green {
	border: 1px solid #51d466;
}
.br-lblue {
	border: 1px solid #32c8de;
}
.br-blue {
	border: 1px solid #609cec;
}
.br-orange{
	border: 1px solid #f8a841;
}
.br-yellow {
	border: 1px solid #fcd419;
}
.br-purple {
	border: 1px solid #cb79e6;
}
.br-rose {
	border: 1px solid #ff61e7;
}
.br-brown {
	border: 1px solid #d08166;
}
/* Border size */
.br-size-1 {
	border-width: 2px !important;
}
.br-size-2 {
	border-width: 4px !important;
}
.br-size-3 {
	border-width: 6px !important;
}
.br-size-4 {
	border-width: 10px !important;
}
.br-size-5 {
	border-width: 15px !important;
}
/* Border style */
.br-style-1 {
	border-style: dotted !important;
}
.br-style-2 {
	border-style: dashed !important;
}
.br-style-3 {
	border-style: double !important;
	border-width:3px !important;
}
/* Border position */
.br-no-left {
	border-left: 0px !important;
}
.br-no-right {
	border-right: 0px !important;
}
.br-no-top {
	border-top: 0px !important;
}
.br-no-bottom {
	border-bottom: 0px !important;
}
/* Button classes */
.btn {
	border-radius: 2px;
	position: relative;
}
.btn.btn-no-border {
	border: 0px !important;
}
/* Round button */
.btn.btn-round {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	font-size: 15px;
	text-align: center;
}
.btn.btn-round i {
	display: block;
	margin: 3px 0px 2px 0px;
}
.btn.btn-round span {
	font-weight: bold;
}
/* Transparent button */
.btn.btn-transparent {
	border: 1px solid #ffffff !important;
	background: transparent !important;
	color: #ffffff !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn.btn-transparent:hover,
.btn.btn-transparent:focus,
.btn.btn-transparent.active,
.btn.btn-transparent:active {
	background: #ffffff !important;
	color: #808080 !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn.btn-white {
	background: #ffffff;
	color: #666666;
	border: 1px solid #dddddd;
}
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white.active,
.btn.btn-white:active {
	background: #f7f7f7;
	color: #666666;
}
.btn.btn-white.btn-outline {
	background: transparent !important;
	border: 1px solid #f7f7f7 !important;
	color: #666666;
}
.btn.btn-grey {
	background: #eeeeee;
	color: #666666;
	border: 1px solid #d5d5d5;
}
.btn.btn-grey:hover,
.btn.btn-grey:focus,
.btn.btn-grey.active,
.btn.btn-grey:active {
	background: #d5d5d5;
	color: #999;
}
.btn.btn-grey.btn-outline {
	background: transparent !important;
	border: 1px solid #d5d5d5 !important;
	color: #666666;
}
.btn.btn-black {
	color: #ffffff;
	background: #666666;
	border: 1px solid #4d4d4d;
}
.btn.btn-black:hover,
.btn.btn-black:focus,
.btn.btn-black.active,
.btn.btn-black:active {
	background: #4d4d4d;
	color: #ffffff;
}
.btn.btn-black.btn-outline {
	background: transparent !important;
	border: 1px solid #4d4d4d !important;
	color: #4d4d4d;
}
.btn.btn-red {
	color: #ffffff;
	background: #ed5441;
	border: 1px solid #e52d16;
}
.btn.btn-red:hover,
.btn.btn-red:focus,
.btn.btn-red.active,
.btn.btn-red:active {
	color: #ffffff;
	background: #e52d16;
}
.btn.btn-red.btn-outline {
	background: transparent !important;
	border: 1px solid #e52d16 !important;
	color: #e52d16;
}
.btn.btn-green {
	color: #ffffff;
	background: #51d466;
	border: 1px solid #30c247;
}
.btn.btn-green:hover,
.btn.btn-green:focus,
.btn.btn-green.active,
.btn.btn-green:active {
	background: #30c247;
	color: #ffffff;
}
.btn.btn-green.btn-outline {
	background: transparent !important;
	border: 1px solid #30c247 !important;
	color: #30c247;
}
.btn.btn-lblue {
	color: #ffffff;
	background: #32c8de;
	border: 1px solid #1faabe;
}
.btn.btn-lblue:hover,
.btn.btn-lblue:focus,
.btn.btn-lblue.active,
.btn.btn-lblue:active {
	background: #1faabe;
	color: #ffffff;
}
.btn.btn-lblue.btn-outline {
	background: transparent !important;
	border: 1px solid #1faabe !important;
	color: #1faabe;
}
.btn.btn-blue {
	color: #ffffff;
	background: #609cec;
	border: 1px solid #3280e7;
}
.btn.btn-blue:hover,
.btn.btn-blue:focus,
.btn.btn-blue.active,
.btn.btn-blue:active {
	background: #3280e7;
	color: #ffffff;
}
.btn.btn-blue.btn-outline {
	background: transparent !important;
	border: 1px solid #3280e7 !important;
	color: #3280e7;
}
.btn.btn-orange {
	color: #ffffff;
	background: #f8a841;
	border: 1px solid #f69110;
}
.btn.btn-orange:hover,
.btn.btn-orange:focus,
.btn.btn-orange.active,
.btn.btn-orange:active {
	background: #f69110;
	color: #ffffff;
}
.btn.btn-orange.btn-outline {
	background: transparent !important;
	border: 1px solid #f69110 !important;
	color: #f69110;
}
.btn.btn-yellow {
	background: #fcd419;
	color: #ffffff;
	border: 1px solid #dfb803;
}
.btn.btn-yellow:hover,
.btn.btn-yellow:focus,
.btn.btn-yellow.active,
.btn.btn-yellow:active {
	background: #dfb803;
	color: #ffffff;
}
.btn.btn-yellow.btn-outline {
	background: transparent !important;
	border: 1px solid #dfb803 !important;
	color: #dfb803;
}
.btn.btn-purple {
	background: #cb79e6;
	color: #ffffff;
	border: 1px solid #ba4ede;
}
.btn.btn-purple:hover,
.btn.btn-purple:focus,
.btn.btn-purple.active,
.btn.btn-purple:active {
	background: #ba4ede;
	color: #ffffff;
}
.btn.btn-purple.btn-outline {
	background: transparent !important;
	border: 1px solid #ba4ede !important;
	color: #ba4ede;
}
.btn.btn-rose {
	background: #ff61e7;
	color: #ffffff;
	border: 1px solid #ff2edf;
}
.btn.btn-rose:hover,
.btn.btn-rose:focus,
.btn.btn-rose.active,
.btn.btn-rose:active {
	background: #ff2edf;
	color: #ffffff;
}
.btn.btn-rose.btn-outline {
	background: transparent !important;
	border: 1px solid #ff2edf !important;
	color: #ff2edf;
}
.btn.btn-brown {
	background: #d08166;
	color: #ffffff;
	border: 1px solid #c4613f;
}
.btn.btn-brown:hover,
.btn.btn-brown:focus,
.btn.btn-brown.active,
.btn.btn-brown:active {
	background: #c4613f;
	color: #ffffff;
}
.btn.btn-brown.btn-outline {
	background: transparent !important;
	border: 1px solid #c4613f !important;
	color: #c4613f;
}
/* Label */
.label {
	border-radius: 2px;
	font-weight: normal;
	padding: 3px 7px;
	font-size: 12px;
	line-height: 18px;
}
/* Label sizes */
.label.label-xs {
	font-size: 10px;
	padding: 1px 5px;
	line-height: 12px;
}
.label.label-sm {
	font-size: 11px;
	padding: 2px 6px;
	line-height: 15px;
}
.label.label-lg {
	font-size: 13px;
	padding: 5px 9px;
	line-height: 23px;
}
/* Label colors */
.label.label-white{
	color: #666666 !important;
	background: #f7f7f7;
}
.label.label-grey {
	color: #666666 !important;
	background: #eeeeee;
}
.label.label-black {
	color: #ffffff;
	background: #666666;
}
.label.label-red {
	color: #ffffff;
	background: #ed5441;
}
.label.label-green {
	color: #ffffff;
	background: #51d466;
}
.label.label-lblue {
	color: #ffffff;
	background: #32c8de;
}
.label.label-blue {
	color: #ffffff;
	background: #609cec;
}
.label.label-orange {
	color: #ffffff;
	background: #f8a841;
}
.label.label-yellow {
	background: #fcd419;
	color: #ffffff;
}
.label.label-purple {
	background: #cb79e6;
	color: #ffffff;
}
.label.label-rose {
	background: #ff61e7;
	color: #ffffff;
}
.label.label-brown {
	background: #d08166;
	color: #ffffff;
}
/* Badges */
.badge {
	min-width: 10px;
	padding: 3px 7px !important;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	display: inline-block;
	color: #fff;
	border-radius: 10px;
}
.badge.badge-white {
	color: #666666;
	background: #ffffff;
}
.badge.badge-grey {
	color: #a2a2a2;
	background: #eeeeee;
}
.badge.badge-black {
	color: #ffffff;
	background: #666666;
}
.badge.badge-red {
	color: #ffffff;
	background: #ed5441;
}
.badge.badge-green {
	color: #ffffff;
	background: #51d466;
}
.badge.badge-lblue {
	color: #ffffff;
	background: #32c8de;
}
.badge.badge-blue {
	color: #ffffff;
	background: #609cec;
}
.badge.badge-orange {
	color: #ffffff;
	background: #f8a841;
}
.badge.badge-yellow {
	color: #ffffff;
	background: #fcd419;
}
.badge.badge-purple {
	color: #ffffff;
	background: #cb79e6;
}
.badge.badge-rose {
	color: #ffffff;
	background: #ff61e7;
}
.badge.badge-brown {
	color: #ffffff;
	background: #d08166;
}
.btn .badge {
	position: absolute;
	top: -13px;
	right: -8px;
}
/* Highlight   */
.highlight-color{
	color: #fff;
	padding: 2px 4px;
}
.highlight-white {
	background: #ffffff;
	color: #666666;
	padding: 2px 4px;
}
.highlight-grey {
	background: #eeeeee;
	color: #666666;
	padding: 2px 4px;
}
.highlight-black {
	background: #666666;
	color: #ffffff;
	padding: 2px 4px;
}
.highlight-red {
	background: #ed5441;
	color: #ffffff;
	padding: 2px 4px;
}
.highlight-green {
	background: #51d466;
	color: #ffffff;
	padding: 2px 4px;
}
.highlight-lblue {
	background: #32c8de;
	color: #ffffff;
	padding: 2px 4px;
}
.highlight-blue {
	background: #609cec;
	color: #ffffff;
	padding: 2px 4px;
}
.highlight-orange {
	background: #f8a841;
	color: #ffffff;
	padding: 2px 4px;
}
.highlight-yellow {
	background: #fcd419;
	color: #ffffff;
	padding: 2px 4px;
}
.highlight-purple {
	background: #cb79e6;
	color: #ffffff;
	padding: 2px 4px;
}
.highlight-rose {
	background: #ff61e7;
	color: #ffffff;
	padding: 2px 4px;
}
.highlight-brown {
	background: #d08166;
	color: #ffffff;
  padding: 2px 4px;
}
/* Box Shadows */
.box-shadow-block{
	padding:15px 20px;
	border:1px solid #eee;
	background:#fff;
}
.box-shadow-outer {
	position: relative;
	z-index: 1;
}
.box-shadow-outer .box-shadow-1 {
	box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2);
}
.box-shadow-outer .box-shadow-2 {
	position: relative;
}
.box-shadow-outer .box-shadow-2:before,
.box-shadow-outer .box-shadow-2:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 50%;
	max-width: 300px;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.box-shadow-outer .box-shadow-2:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
.box-shadow-outer .box-shadow-3 {
	position: relative;
}
.box-shadow-outer .box-shadow-3:before {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 50%;
	max-width: 300px;
	background: rgba(0, 0, 0, 0.25);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.box-shadow-outer .box-shadow-4 {
	position: relative;
}
.box-shadow-outer .box-shadow-4:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	right: 10px;
	left: auto;
	width: 50%;
	top: 40%;
	max-width: 300px;
	background: rgba(0, 0, 0, 0.2);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
}
.box-shadow-outer .box-shadow-5 {
	position: relative;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.05) inset;
}
.box-shadow-outer .box-shadow-5:before,
.box-shadow-outer .box-shadow-5:after {
	content: "";
	position: absolute;
	z-index: -1;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	top: 0;
	bottom: 0;
	left: 10px;
	right: 10px;
}
.box-shadow-outer .box-shadow-5:after {
	right: 10px;
	left: auto;
	-webkit-transform: skew(8deg) rotate(3deg);
	-moz-transform: skew(8deg) rotate(3deg);
	-ms-transform: skew(8deg) rotate(3deg);
	-o-transform: skew(8deg) rotate(3deg);
	transform: skew(8deg) rotate(3deg);
}
.box-shadow-outer .box-shadow-6 {
	position: relative;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.box-shadow-outer .box-shadow-6:before,
.box-shadow-outer .box-shadow-6:after {
	content: "";
	position: absolute;
	z-index: -1;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	top: 10px;
	bottom: 10px;
	left: 0;
	right: 0;
}
.box-shadow-outer .box-shadow-6:after {
	right: 10px;
	left: auto;
	-webkit-transform: skew(8deg) rotate(3deg);
	-moz-transform: skew(8deg) rotate(3deg);
	-ms-transform: skew(8deg) rotate(3deg);
	-o-transform: skew(8deg) rotate(3deg);
	transform: skew(8deg) rotate(3deg);
}
/* Box shadow alt */
.box-shadow{
	box-shadow:10px 10px 0px 0px rgba(0,0,0,0.15);
}
/* Progress bar */
.progress {
	box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.1);
}
/* Progress bar sizes */
.progress.pb-xs {
	height: 3px !important;
}
.progress.pb-xs .progress-bar {
	line-height: 3px !important;
}
.progress.pb-sm {
	height: 6px !important;
}
.progress.pb-sm .progress-bar {
	line-height: 6px !important;
}
.progress.pb-md {
	height: 10px !important;
}
.progress.pb-md .progress-bar {
	line-height: 10px !important;
}
.progress.pb-lg {
	height: 24px !important;
}
.progress.pb-lg .progress-bar {
	line-height: 24px !important;
}
.progress .progress-bar {
	box-shadow: none;
}
/* Progress bar colors */
.progress .progress-bar.progress-bar-white {
	background: #eeeeee;
}
.progress .progress-bar.progress-bar-grey {
	background: #d5d5d5;
}
.progress .progress-bar.progress-bar-black {
	background: #666666;
}
.progress .progress-bar.progress-bar-red {
	background: #ed5441;
}
.progress .progress-bar.progress-bar-green {
	background: #51d466;
}
.progress .progress-bar.progress-bar-lblue {
	background: #32c8de;
}
.progress .progress-bar.progress-bar-blue {
	background: #609cec;
}
.progress .progress-bar.progress-bar-orange {
	background: #f8a841;
}
.progress .progress-bar.progress-bar-yellow {
	background: #fcd419;
}
.progress .progress-bar.progress-bar-purple {
	background: #cb79e6;
}
.progress .progress-bar.progress-bar-rose {
	background: #ff61e7;
}
.progress .progress-bar.progress-bar-brown {
	background: #d08166;
}
/* Nav tabs */
.tab-content {
	padding-top: 10px;
}
/* Nav tabs style #1 */
.nav-tabs-one ul.nav-tabs  li{
	margin-right:2px;
}
.nav-tabs-one ul.nav-tabs  li a{
	background:#fcfcfc;
	border:1px solid #eee;
}
.nav-tabs-one .tab-content{
	border:1px solid #eee;
	border-top:0px;
	padding:10px 15px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}
/* Nav tabs style #2 */
.nav-tabs-two ul.nav-tabs  li{
	margin-right:2px;
}
.nav-tabs-two ul.nav-tabs  li a{
	background:#fcfcfc;
	border:1px solid #eee;
	border-bottom:1px solid #fcfcfc;
	padding:12px 15px 10px;
}
.nav-tabs-two ul.nav-tabs  li a:hover{
	background:#fff;
	color:#555;
	border-bottom:1px solid #eee;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
}
.nav-tabs-two ul.nav-tabs li.active a{
	background:#fff;
	color:#555;
	border-bottom:1px solid #fff;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
}
.nav-tabs-two ul.nav-tabs li.active a:hover{
	border-bottom:1px solid #fff;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
}
.nav-tabs-two ul.nav-tabs li.open a{
	background:#fff;
	color:#555;
	border-bottom:1px solid #fff;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
}
.nav-tabs-two ul.nav-tabs li.open a:hover{
	border-bottom:1px solid #fff;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
}
.nav-tabs-two ul.nav-tabs li.open a:focus{
	border-bottom:1px solid #fff;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
}
.nav-tabs-two .tab-content{
	border:1px solid #eee;
	border-top:0px;
	padding:10px 15px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}
/* Nav tabs style 3 */
.nav-tabs-three .nav-tabs-three-sidebar {
	width:230px;
	float:left;
}
.nav-tabs-three .nav-tabs-three-sidebar ul{
	padding:0px;
	margin:0px;
}
.nav-tabs-three .nav-tabs-three-content{
	margin-left:240px;
}
@media (max-width: 767px){
	.nav-tabs-three{
		max-width:400px;
		margin:10px auto;
	}
	.nav-tabs-three .nav-tabs-three-sidebar{
		width:100%;
		float:none;
		position:static;
	}
	.nav-tabs-three .nav-tabs-three-content{
		margin-left:0px !important;
		margin-top:20px;
	}
}
.nav-tabs-three ul.nav li a{
	font-size:13px;
	padding:8px 12px;
	background:#fcfcfc;
	border:1px solid #eee;
	border-radius:3px;
	margin-bottom:5px;
	color:#555;
}
.nav-tabs-three ul.nav  li:hover a{
	border:1px solid;
	color:#fff;
}
.nav-tabs-three ul.nav li.active a{
	border:1px solid;
	color:#fff;
}
.nav-tabs-three .tab-content{
	border:1px solid #eee;
	padding:10px 15px;
	border-radius:3px;
}
/* Panels */
.panel .panel-heading h4{
	font-weight:400;
}
.panel.panel-white {
	border-color: #eeeeee;
}
.panel.panel-white .panel-heading {
	background: #f7f7f7;
	border-color: #eeeeee;
	color: #666666;
}
.panel.panel-white .panel-heading h4 a{
	color:#888;
}
.panel.panel-white .panel-heading h4 a:hover{
	color:#666;
}
.panel.panel-white .panel-footer {
	background: #f7f7f7;
	border-color: #eeeeee;
	color: #666666;
}
.panel.panel-grey {
	border-color: #d5d5d5;
}
.panel.panel-grey .panel-heading {
	background: #eeeeee;
	border-color: #d5d5d5;
	color: #666666;
}
.panel.panel-grey .panel-heading h4 a{
	color:#888;
}
.panel.panel-grey .panel-heading h4 a:hover{
	color:#666;
}
.panel.panel-grey .panel-footer {
	background: #eeeeee;
	border-color: #d5d5d5;
	color: #666666;
}
.panel.panel-black {
	border-color: #4d4d4d;
}
.panel.panel-black .panel-heading {
	background: #666666;
	border-color: #4d4d4d;
	color: #ffffff;
}
.panel.panel-black .panel-heading h4 a{
	color:#fff;
}
.panel.panel-black .panel-heading h4 a:hover{
	color:#fff;
}
.panel.panel-black .panel-footer {
	background: #666666;
	border-color: #4d4d4d;
	color: #ffffff;
}
.panel.panel-red {
	border-color: #e52d16;
}
.panel.panel-red .panel-heading {
	background: #ed5441;
	border-color: #e52d16;
	color: #ffffff;
}
.panel.panel-red .panel-heading h4 a{
	color:#fff;
}
.panel.panel-red .panel-heading h4 a:hover{
	color:#fff;
}
.panel.panel-red .panel-footer {
	background: #ed5441;
	border-color: #e52d16;
	color: #ffffff;
}
.panel.panel-green {
	border-color: #30c247;
}
.panel.panel-green .panel-heading {
	background: #51d466;
	border-color: #30c247;
	color: #ffffff;
}
.panel.panel-green .panel-heading h4 a{
	color:#fff;
}
.panel.panel-green .panel-heading h4 a:hover{
	color:#fff;
}
.panel.panel-green .panel-footer {
	background: #51d466;
	border-color: #30c247;
	color: #ffffff;
}
.panel.panel-lblue {
	border-color: #1faabe;
}
.panel.panel-lblue .panel-heading {
	background: #32c8de;
	border-color: #1faabe;
	color: #ffffff;
}
.panel.panel-lblue .panel-heading h4 a{
	color:#fff;
}
.panel.panel-lblue .panel-heading h4 a:hover{
	color:#fff;
}
.panel.panel-lblue .panel-footer {
	background: #32c8de;
	border-color: #1faabe;
	color: #ffffff;
}
.panel.panel-blue {
	border-color: #3280e7;
}
.panel.panel-blue .panel-heading {
	background: #609cec;
	border-color: #3280e7;
	color: #ffffff;
}
.panel.panel-blue .panel-heading h4 a{
	color:#fff;
}
.panel.panel-blue .panel-heading h4 a:hover{
	color:#fff;
}
.panel.panel-blue .panel-footer {
	background: #609cec;
	border-color: #3280e7;
	color: #ffffff;
}
.panel.panel-orange {
	border-color: #f69110;
}
.panel.panel-orange .panel-heading {
	background: #f8a841;
	border-color: #f69110;
	color: #ffffff;
}
.panel.panel-orange .panel-heading h4 a{
	color:#fff;
}
.panel.panel-orange .panel-heading h4 a:hover{
	color:#fff;
}
.panel.panel-orange .panel-footer {
	background: #f8a841;
	border-color: #f69110;
	color: #ffffff;
}
.panel.panel-yellow {
	border-color: #dfb803;
}
.panel.panel-yellow .panel-heading {
	background: #fcd419;
	border-color: #dfb803;
	color: #ffffff;
}
.panel.panel-yellow .panel-heading h4 a{
	color:#fff;
}
.panel.panel-yellow .panel-heading h4 a:hover{
	color:#fff;
}
.panel.panel-yellow .panel-footer {
	background: #fcd419;
	border-color: #dfb803;
	color: #ffffff;
}
.panel.panel-purple {
	border-color: #ba4ede;
}
.panel.panel-purple .panel-heading {
	background: #cb79e6;
	border-color: #ba4ede;
	color: #ffffff;
}
.panel.panel-purple .panel-heading h4 a{
	color:#fff;
}
.panel.panel-purple .panel-heading h4 a:hover{
	color:#fff;
}
.panel.panel-purple .panel-footer {
	background: #cb79e6;
	border-color: #ba4ede;
	color: #ffffff;
}
.panel.panel-rose {
	border-color: #ff2edf;
}
.panel.panel-rose .panel-heading {
	background: #ff61e7;
	border-color: #ff2edf;
	color: #ffffff;
}
.panel.panel-rose .panel-heading h4 a{
	color:#fff;
}
.panel.panel-rose .panel-heading h4 a:hover{
	color:#fff;
}
.panel.panel-rose .panel-footer {
	background: #ff61e7;
	border-color: #ff2edf;
	color: #ffffff;
}
.panel.panel-brown {
	border-color: #c4613f;
}
.panel.panel-brown .panel-heading {
	background: #d08166;
	border-color: #c4613f;
	color: #ffffff;
}
.panel.panel-brown .panel-heading h4 a{
	color:#fff;
}
.panel.panel-brown .panel-heading h4 a:hover{
	color:#fff;
}
.panel.panel-brown .panel-footer {
	background: #d08166;
	border-color: #c4613f;
	color: #ffffff;
}
/* Accordion */
.accordion-alt3 .panel-heading {
	padding:5px 0px !important;
}
.accordion-alt3 .panel-heading h4{
	font-size:13px;
	line-height:28px;
}
.accordion-alt3 .panel-heading h4 a i{
	font-size:13px;
	line-height:18px;
	width:18px;
	height:18px;
	margin-right:5px;
	color:#fff;
	text-align:center;
}
.accordion-alt3 .panel-body{
	padding:15px 0px;
}
/* Brand & Social Media */
/* Brand with background color */
.brand-bg a i {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	margin-right: 5px;
	color: #fff;
	font-size:14px;
	-webkit-transition: background 2s ease;
	-moz-transition: background 2s ease;
	-o-transition: background 2s ease;
	-ms-transition: background 2s ease;
	transition: background 2s ease;
}
.brand-bg a i:hover {
	-webkit-transition: background 2s ease;
	-moz-transition: background 2s ease;
	-o-transition: background 2s ease;
	-ms-transition: background 2s ease;
	transition: background 2s ease;
}
.brand-bg a.facebook i {
	background: #3280e7;
}
.brand-bg a.facebook i:hover {
	background: #134fa0;
}
.brand-bg a.twitter i {
	background: #32c8de;
}
.brand-bg a.twitter i:hover {
	background: #188392;
}
.brand-bg a.google-plus i {
	background: #f96f4a;
}
.brand-bg a.google-plus i:hover {
	background: #eb6440;
}
.brand-bg a.linkedin i {
	background: #729fda;
}
.brand-bg a.linkedin i:hover {
	background: #3069b6;
}
.brand-bg a.pinterest i {
	background: #ed5441;
}
.brand-bg a.pinterest i:hover {
	background: #b72411;
}
.brand-bg a.dropbox i {
	background: #32c8de;
}
.brand-bg a.dropbox i:hover {
	background: #188392;
}
.brand-bg a.bitcoin i {
	background: #f8a841;
}
.brand-bg a.bitcoin i:hover {
	background: #cc7607;
}
.brand-bg a.foursquare i {
	background: #22bed4;
}
.brand-bg a.foursquare i:hover {
	background: #146f7c;
}
.brand-bg a.flickr i {
	background: #ff61e7;
}
.brand-bg a.flickr i:hover {
	background: #fa00d4;
}
.brand-bg a.github i {
	background: #666666;
}
.brand-bg a.github i:hover {
	background: #333333;
}
.brand-bg a.instagram i {
	background: #d6917a;
}
.brand-bg a.instagram i:hover {
	background: #b35637;
}
.brand-bg a.skype i {
	background: #32c8de;
}
.brand-bg a.skype i:hover {
	background: #188392;
}
.brand-bg a.tumblr i {
	background: #84a1c8;
}
.brand-bg a.tumblr i:hover {
	background: #476d9f;
}
.brand-bg a.vimeo i {
	background: #32c8de;
}
.brand-bg a.vimeo i:hover {
	background: #188392;
}
.brand-bg a.dribbble i {
	background: #ff2edf;
}
.brand-bg a.dribbble i:hover {
	background: #c700a9;
}
.brand-bg a.youtube i {
	background: #ed5441;
}
.brand-bg a.youtube i:hover {
	background: #b72411;
}
/* Brand without background color */
.brand a i {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	margin-right: 10px;
	color: #fff;
	font-size:14px;
	-webkit-transition: color 2s ease;
	-moz-transition: color 2s ease;
	-o-transition: color 2s ease;
	-ms-transition: color 2s ease;
	transition: color 2s ease;
}
.brand a i:hover {
	-webkit-transition: color 2s ease;
	-moz-transition: color 2s ease;
	-o-transition: color 2s ease;
	-ms-transition: color 2s ease;
	transition: color 2s ease;
}
.brand a.facebook i {
	color: #3280e7;
}
.brand a.facebook i:hover {
	color: #134fa0;
}
.brand a.twitter i {
	color: #32c8de;
}
.brand a.twitter i:hover {
	color: #188392;
}
.brand a.google-plus i {
	color: #f96f4a;
}
.brand a.google-plus i:hover {
	color: #eb6440;
}
.brand a.linkedin i {
	color: #729fda;
}
.brand a.linkedin i:hover {
	color: #3069b6;
}
.brand a.pinterest i {
	color: #ed5441;
}
.brand a.pinterest i:hover {
	color: #b72411;
}
.brand a.dropbox i {
	color: #32c8de;
}
.brand a.dropbox i:hover {
	color: #188392;
}
.brand a.bitcoin i {
	color: #f8a841;
}
.brand a.bitcoin i:hover {
	color: #cc7607;
}
.brand a.foursquare i {
	color: #22bed4;
}
.brand a.foursquare i:hover {
	color: #146f7c;
}
.brand a.flickr i {
	color: #ff61e7;
}
.brand a.flickr i:hover {
	color: #fa00d4;
}
.brand a.github i {
	color: #666666;
}
.brand a.github i:hover {
	color: #333333;
}
.brand a.instagram i {
	color: #d6917a;
}
.brand a.instagram i:hover {
	color: #b35637;
}
.brand a.skype i {
	color: #32c8de;
}
.brand a.skype i:hover {
	color: #188392;
}
.brand a.tumblr i {
	color: #84a1c8;
}
.brand a.tumblr i:hover {
	color: #476d9f;
}
.brand a.vimeo i {
	color: #32c8de;
}
.brand a.vimeo i:hover {
	color: #188392;
}
.brand a.dribbble i {
	color: #ff2edf;
}
.brand a.dribbble i:hover {
	color: #c700a9;
}
.brand a.youtube i {
	color: #ed5441;
}
.brand a.youtube i:hover {
	color: #b72411;
}
/* Owl carousel */
.owl-theme .owl-controls{
	margin-top: 10px;
}
.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-pagination{
	text-align: center;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
	box-shadow:0px 0px 1px rgba(0,0,0,0.4);
}
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 0px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-nav{
	text-align:right;
	margin-bottom:10px;
}
.owl-nav a i{
	width:23px;
	height:23px;
	line-height:23px;
	background:#f3f3f3;
	border-bottom:1px solid #ccc;
	color:#ccc;
	display:inline-block;
	border-radius:2px;
	font-size:12px;
	text-align:center;
	cursor:pointer;
}
.owl-nav a i:hover{
	color:#fff;
}
.owl-nav a.owl-nav-prev i{
	margin-right:3px;
}
.owl-carousel .owl-content{
	margin:10px 5px;
}
/* Body Boxed */
body.boxed {
	margin: 0px 80px;
	background: #ffffff url(/../../img/body/pattern/1.png) repeat;
}
@media (max-width: 1000px) {
	body.boxed {
		margin: 0px 40px;
	}
}
@media (max-width: 480px) {
	body.boxed {
		margin: 0px 20px;
	}
}
body.boxed .outer {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
body.boxed .container {
  width: 100%;
}
body.boxed.pattern-1 {
	background: #ffffff url(/../../img/body/pattern/1.png) repeat;
}
body.boxed.pattern-2 {
	background: #ffffff url(/../../img/body/pattern/2.png) repeat;
}
body.boxed.pattern-3 {
	background: #ffffff url(/../../img/body/pattern/3.png) repeat;
}
body.boxed.pattern-4 {
	background: #ffffff url(/../../img/body/pattern/4.png) repeat;
}
body.boxed.pattern-5 {
	background: #ffffff url(/../../img/body/pattern/5.png) repeat;
}
body.boxed.img-1 {
	background: #ffffff url(/../../img/body/img/1.jpg) repeat;
	background-attachment: fixed;
	background-size: cover;
}
body.boxed.img-2 {
	background: #ffffff url(/../../img/body/img/2.jpg) repeat;
	background-attachment: fixed;
	background-size: cover;
}
body.boxed.img-3 {
	background: #ffffff url(/../../img/body/img/3.jpg) repeat;
	background-attachment: fixed;
	background-size: cover;
}
body.boxed.img-4 {
	background: #ffffff url(/../../img/body/img/4.jpg) repeat;
	background-attachment: fixed;
	background-size: cover;
}
body.boxed.img-5 {
	background: #ffffff url(/../../img/body/img/5.jpg) repeat;
	background-attachment: fixed;
	background-size: cover;
}
.outer {
	background: #fff;
}
.outer .container {
	width:100%;
	max-width: 1150px;
}
/* Top bar */
.top-bar {
	background: #fdfdfd;
	color: #999;
	padding: 6px 0px;
	font-size: 13px;
	line-height: 25px;
	border-bottom: 1px solid #f5f5f5;
}
.top-bar a {
	color: #999;
}
@media (max-width: 785px) {
	.top-bar .tb-contact {
		display: none;
	}
}
.top-bar .tb-search {
	position: relative;
	display:none;
}
.top-bar .tb-search .b-dropdown-block {
	padding: 7px;
	border: 1px solid #ddd;
	width: 250px;
	position: absolute;
	background: #ffffff;
	top: 30px;
	left: 0px;
	border-radius: 2px;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
	display: none;
	z-index: 10000;
}
@media (max-width: 785px) {
	.top-bar .tb-search {
		display: block;
	}
}
.top-bar .tb-social {
	margin-right: 10px;
}
.top-bar .tb-social i {
	font-size: 13px;
	margin: 0px;
	margin-right: 2px;
}
@media (max-width:785px){
	.top-bar .tb-social{
		display:none;
	}
}
.top-bar .tb-shopping-cart {
	position: relative;
	margin-left: 15px;
}
.top-bar .tb-shopping-cart i {
	font-size: 14px;
}
.top-bar .tb-shopping-cart .b-dropdown-block {
	width: 250px;
	background: #ffffff;
	right: 0px;
	border: 1px solid #e2e2e2;
	position: absolute;
	margin-top: 5px;
	z-index: 10000;
	padding: 10px 10px;
	border-radius: 5px;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
	display: none;
}
.top-bar .tb-shopping-cart .b-dropdown-block h4 {
	font-size: 13px;
	font-weight: 600;
	margin-top: 0px;
	padding-top: 0px;
	border-bottom: 1px dashed #eee;
}
.top-bar .tb-shopping-cart .b-dropdown-block ul li {
	padding: 10px 0px;
	border-bottom: 1px dashed #eee;
}
.top-bar .tb-shopping-cart .cart-img {
	width: 40px;
	float: left;
}
.top-bar .tb-shopping-cart .cart-title {
	position: relative;
	margin-left: 50px;
}
.top-bar .tb-shopping-cart .cart-title h5 {
	font-size: 13px;
	line-height: 23px;
	font-weight:400;
}
.top-bar .tb-shopping-cart .cart-title h5 a {
	color: #666666;
}
.top-bar .tb-shopping-cart .cart-title h5 a:hover {
	color: #808080;
}
.top-bar .tb-language {
	margin-left: 10px;
}
.top-bar .tb-language a {
	color: #888;
}
.top-bar .tb-language a:hover {
	color: #666;
}
/* Header One 	   */
/* Logo            */
/* Navigation menu */
.header-1 {
	padding: 15px 0px 0px 0px;
}
.header-1 .logo {
	margin: 10px 0px 25px 0px;
}
.header-1 .logo h1 {
	font-weight: 600;
}
.header-1 .logo h1 a {
	color: #808080;
}
.header-1 .logo h1 a:hover {
	color: #666666;
}
@media (max-width: 767px) {
	.header-1 .logo h1 {
		text-align: center;
	}
}
.header-1 .header-search {
	max-width: 250px;
	margin: 17px auto;
}
/* Header 1 Navigation menu */
.header-1 .navy ul,
.header-1 .navy ul li,
.header-1 .navy ul li a,
.header-1 .navy #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;
	position: relative;
	z-index:10;
}
.header-1 .navy #menu-button {
	display: none;
}
.header-1 .navy {
	width: auto;
	background: #fff;
}
.header-1 .navy > ul > li {
	float: left;
}
.header-1 .navy > ul > li > a {
	padding: 10px 15px;
	font-size: 13px;
	line-height:28px;
	color: #fff;
	font-weight: 600;
}
.header-1 .navy > ul > li:hover > a,
.header-1 .navy > ul > li > a:hover {
	color: #fff;
}
.header-1 .navy ul > li.has-sub > a:after {
	content: "\f107";
	font-family:"FontAwesome";
	margin-left:6px;
	font-weight:400;
	font-size:14px;
}
.header-1 .navy ul ul {
	position: absolute;
	left: -9999px;
	opacity: 0;
	transition: bottom .4s ease, opacity .3s ease;
}
.header-1 .navy > ul > li > ul {
	top: 50px;
	background:#fff;
	padding:5px 0px;
	box-shadow:0px 5px 15px rgba(0,0,0,0.15);
}
.header-1 .navy > ul > li:hover > ul {
	left: auto;
	top: 45px;
	opacity: 1;
}
.header-1 .navy ul ul ul {
	top: 50px;
	padding:5px 0;
	box-shadow:0px 5px 15px rgba(0,0,0,0.15);
}
.header-1 .navy ul ul > li:hover > ul {
	top: 0;
	left: 170px;
	opacity: 1;
	background:#fff;
}
.header-1 .navy ul ul li a {
	width: 170px;
	padding: 4px 20px;
	font-size: 12px;
	font-weight: 400;
	color: #666;
}
.header-1 .navy ul ul li:hover > a,
.header-1 .navy ul ul li > a:hover{
	color: #888;
}
.header-1 .navy ul ul > li.has-sub > a:after {
	content: "\f105";
	font-family:"FontAwesome";
	margin-left:7px;
	font-weight:400;
	float:right;
	font-size:14px;
}
@media (max-width:785px){
	.header-1 .navi{
		background:transparent !important;
		border-bottom:0px !important;
	}
	.header-1 .navy {
		max-width:400px;
		margin:0px auto;
		margin-bottom:20px;
	}
	.header-1 .navy ul,
	.header-1 .navy ul ul,
	.header-1 .navy ul ul ul,
	.header-1 .navy > ul,
	.header-1 .navy > ul > li > ul,
	.header-1 .navy > ul > li:hover > ul,
	.header-1 .navy ul ul li:hover > ul,
	.header-1 .navy ul ul ul li:hover > ul{
		position: relative;
		left: 0;
		right: auto;
		top: 0;
		width: 100%;
		display: none;
		padding: 0;
		opacity: 1;
		text-align: left;
		box-shadow:none;
	}
	.header-1 .navy > ul > li{
		border:1px solid #eee;
		border-bottom:0px;
	}
	.header-1 .navy > ul > li > a {
		color: #666;
	}
	.header-1 .navy > ul > li:hover > a,
	.header-1 .navy > ul > li > a:hover {
		color: #777;
	}
	.header-1 .navy ul li {
		width: 100%;
		border-top: 1px solid #eee;
	}
	.header-1 .navy ul li:last-child{
		border-bottom:1px solid #eee;
	}
	.header-1 .navy > ul > li > ul,
	.header-1 .navy ul ul ul {
		border-top:1px solid #eee !important;
		border-bottom:1px solid #eee !important;
	}
	.header-1 .navy ul li a {
		padding: 10px 20px;
	}
	.header-1 .navy ul ul li a {
		width:100%;
		padding: 10px 20px 10px 35px;
	}
	.header-1 .navy ul ul ul li a {
		padding: 10px 20px 10px 50px;
	}
	.header-1 .navy ul ul ul ul li a {
		padding: 10px 20px 10px 65px;
	}
	.header-1 .navy > ul > li.has-sub > a:after,
	.header-1 .navy ul ul li.has-sub > a:after {
		display: none;
	}
	.header-1 .navy #menu-button {
		position: relative;
		display: block;
		padding: 10px 20px;
		cursor: pointer;
		font-size: 13px;
		color: #fff;
		font-weight: 600;
		text-transform: uppercase;
	}
	.header-1 .navy #menu-button:after{
		content: "\f0c9";
		font-family:"FontAwesome";
		margin-left:7px;
		font-weight:400;
		float:right;
		font-size:14px;
	}
	.header-1 .navy .submenu-button {
		position: absolute;
		right: 0;
		display: block;
		width: 50px;
		height: 50px;
		z-index: 12;
		cursor: pointer;
		border-left:1px solid #eee;
	}
	.header-1 .navy ul ul .submenu-button {
		height: 50px;
	}
	.header-1 .navy ul .submenu-button:after {
		content: "\f107";
		font-family:"FontAwesome";
		font-weight:400;
		font-size:14px;
		line-height:50px;
		text-align:center;
		display: block;
	}
}
@media (min-width:786px){
	.header-1 .navy ul{
		display:block !important;
	}
}
/* Header two 	   */
/* Logo            */
/* Navigation menu */
.header-2 {
	padding: 15px 0px;
}
.header-2 .logo {
	margin: 15px 0px 25px 0px;
}
.header-2 .logo h1 {
	font-weight: 600;
}
.header-2 .logo h1 a {
	color: #808080;
}
.header-2 .logo h1 a:hover {
	color: #666666;
}
@media (max-width: 785px) {
	.header-2 .logo h1 {
		text-align: center;
	}
}
/* Header 2 Navigation menu */
.header-2 .navy ul,
.header-2 .navy ul li,
.header-2 .navy ul li a,
.header-2 .navy #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;
	position: relative;
	z-index:10;
}
.header-2 .navy #menu-button {
	display: none;
}
.header-2 .navy {
	width: auto;
	background: #fff;
}
.header-2 .navy > ul > li {
	float: left;
}
.header-2 .navy > ul > li > a {
	padding: 20px 15px;
	font-size: 13px;
	line-height:28px;
	color: #666;
	font-weight: 600;
}
.header-2 .navy > ul > li:hover > a,
.header-2 .navy > ul > li > a:hover {
	color: #777;
}
.header-2 .navy ul > li.has-sub > a:after {
	content: "\f107";
	font-family:"FontAwesome";
	margin-left:5px;
	font-weight:400;
}
.header-2 .navy ul ul {
	position: absolute;
	left: -9999px;
	opacity: 0;
	transition: bottom .4s ease, opacity .3s ease;
}
.header-2 .navy > ul > li > ul {
	top: 100px;
	background:#fff;
	padding:5px 0px;
	box-shadow:0px 5px 15px rgba(0,0,0,0.15);
}
.header-2 .navy > ul > li:hover > ul {
	left: auto;
	top: 60px;
	opacity: 1;
}
.header-2 .navy ul ul ul {
	top: 50px;
	padding:5px 0;
	box-shadow:0px 5px 15px rgba(0,0,0,0.15);
}
.header-2 .navy ul ul > li:hover > ul {
	top: 0;
	left: 170px;
	opacity: 1;
	background:#fff;
}
.header-2 .navy ul ul li a {
	width: 170px;
	padding: 4px 20px;
	font-size: 12px;
	font-weight: 400;
	color: #666;
}
.header-2 .navy ul ul li:hover > a,
.header-2 .navy ul ul li > a:hover{
	color: #888;
}
.header-2 .navy ul ul > li.has-sub > a:after {
	content: "\f105";
	font-family:"FontAwesome";
	margin-left:7px;
	font-weight:400;
	float:right;
	font-size:14px;
}
@media (max-width:785px){
	.header-2 .navy {
		max-width:400px;
		margin:0px auto;
		margin-bottom:10px;
	}
	.header-2 .navy ul,
	.header-2 .navy ul ul,
	.header-2 .navy ul ul ul,
	.header-2 .navy > ul,
	.header-2 .navy > ul > li > ul,
	.header-2 .navy > ul > li:hover > ul,
	.header-2 .navy ul ul li:hover > ul,
	.header-2 .navy ul ul ul li:hover > ul{
		position: relative;
		left: 0;
		right: auto;
		top: 0;
		width: 100%;
		display: none;
		padding: 0;
		opacity: 1;
		text-align: left;
		box-shadow:none;
	}
	.header-2 .navy > ul > li{
		border:1px solid #eee;
		border-bottom:0px;
	}
	.header-2 .navy ul li {
		width: 100%;
		border-top: 1px solid #eee;
	}
	.header-2 .navy ul li:last-child{
		border-bottom:1px solid #eee;
	}
	.header-2 .navy > ul > li > ul,
	.header-2 .navy ul ul ul {
		border-top:1px solid #eee !important;
		border-bottom:1px solid #eee !important;
	}
	.header-2 .navy ul li a {
		padding: 10px 20px;
	}
	.header-2 .navy ul ul li a {
		width:100%;
		padding: 10px 20px 10px 35px;
	}
	.header-2 .navy ul ul ul li a {
		padding: 10px 20px 10px 50px;
	}
	.header-2 .navy ul ul ul ul li a {
		padding: 10px 20px 10px 65px;
	}
	.header-2 .navy > ul > li.has-sub > a:after,
	.header-2 .navy ul ul li.has-sub > a:after {
		display: none;
	}
	.header-2 .navy #menu-button {
		position: relative;
		display: block;
		padding: 10px 20px;
		cursor: pointer;
		font-size: 13px;
		color: #fff;
		font-weight: 600;
		text-transform: uppercase;
	}
	.header-2 .navy #menu-button:after{
		content: "\f0c9";
		font-family:"FontAwesome";
		margin-left:7px;
		font-weight:400;
		float:right;
		font-size:14px;
	}
	.header-2 .navy .submenu-button {
		position: absolute;
		right: 0;
		display: block;
		width: 50px;
		height: 50px;
		z-index: 12;
		cursor: pointer;
		border-left:1px solid #eee;
	}
	.header-2 .navy ul ul .submenu-button {
		height: 50px;
	}
	.header-2 .navy ul .submenu-button:after {
		content: "\f107";
		font-family:"FontAwesome";
		font-weight:400;
		font-size:14px;
		line-height:50px;
		text-align:center;
		display: block;
	}
}
@media (min-width:786px){
	.header-2 .navy ul{
		display:block !important;
	}
}
/* Header 2 search */
.header-2 .head-search {
	position: relative;
	top:20px;
}
.header-2 .head-search .b-dropdown-block {
	padding: 7px;
	border: 1px solid #ddd;
	width: 250px;
	position: absolute;
	background: #ffffff;
	top: 33px;
	right: 0px;
	border-radius: 2px;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
	display: none;
	z-index: 10000;
}
@media (max-width:785px){
	.header-2 .head-search{
		display:none;
	}
}
/* Main content */
/* Page heading */
/* Page heading one */
.page-heading-one {
	text-align:center;
	background:url(/../../img/backgrounds/heading-back.jpg);
	background-size:cover;
	background-position:center center;
	padding:50px 10px;
	background-attachment:fixed;
	margin-bottom:30px;
	box-shadow:0px 2px 10px rgba(0,0,0,0.15);
}
.page-heading-one h2{
	color:#fff;
	font-size:40px;
	line-height:55px;
	font-weight:300;
}
.page-heading-one p{
	color:#fff;
	display:inline-block;
	font-size:15px;
	line-height:30px;
	margin-top:10px;
	padding:0px 15px;
}
@media (max-width:767px){
	.page-heading-one{
		padding:30px 10px;
	}
	.page-heading-one h2{
		font-size:22px;
		line-height:43px;
	}
	.page-heading-one p{
		font-size:13px;
		line-height:28px;
	}
}
/* Page heading two */
.page-heading-two{
	padding:20px 0px;
	background-color:#fcfcfc;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	margin-bottom:30px;
}
.page-heading-two h2{
	float:left;
	font-size:22px;
	color:#666;
	font-weight:400;
}
.page-heading-two h2 span{
	font-size:13px;
	color:#888;
}
@media (max-width:767px){
	.page-heading-two h2{
		float:none;
	}
}
.page-heading-two .breads{
	float:right;
	font-size:12px;
	color:#aaa;
	margin-top:10px;
}
.page-heading-two .breads a{
	color:#888;
}
@media (max-width:767px){
	.page-heading-two .breads{
		float:none;
		margin-top:0px;
	}
}
/* Block headings    */
/* Heading #1 */
.block-heading-one{
	margin:10px 0px 15px 0px;
}
.block-heading-one h3{
	font-size:15px;
	line-height:30px;
	border-bottom:1px solid #f3f3f3;
	padding-bottom:7px;
	margin-bottom:10px;
	font-weight:400;
}
/* Heading #2 */
.block-heading-two{
	margin:10px 0px 15px 0px;
}
.block-heading-two h3{
	font-size:18px;
	line-height:36px;
	font-weight:600;
	padding:0px 10px 6px 0px;
	margin-bottom:10px;
	border-bottom:1px solid #eee;
}
.block-heading-two h3 span{
	padding-bottom:11px;
	border-bottom:3px solid;
}
/* Heading #3 */
.block-heading-three{
	text-align:center;
	margin:10px 0px 15px 0px;
}
.block-heading-three h3{
	font-size:22px;
	line-height:37px;
	padding:0px 0px 5px 0px;
	margin-bottom:5px;
	display:inline-block;
	border-bottom:3px solid;
	font-weight:400;
}
.block-heading-three p{
	max-width:500px;
	line-height:30px;
	margin:3px auto;
	font-size:14px;
	line-height:29px;
}
/* Heading #4 */
.block-heading-four{
	text-align:center;
	margin:10px 0px 15px 0px;
}
.block-heading-four i{
	width:70px;
	height:70px;
	border:2px solid;
	line-height:70px;
	border-radius:100%;
	font-size:22px;
	margin-bottom:10px;
}
.block-heading-four h3{
	font-size:33px;
	line-height:48px;
	font-weight:300;
	padding:0px;
	margin:0 auto;
	margin-bottom:10px;
	max-width:650px;
}
@media (max-width:767px){
	.block-heading-four i{
		width:50px;
		height:50px;
		line-height:50px;
		font-size:16px;
	}
	.block-heading-four h3{
		font-size:25px;
		line-height:40px;
	}
}
/* Heading #5 */
.block-heading-five{
	text-align:center;
	margin:10px 0px 15px 0px;
}
.block-heading-five h4{
	color:#fff;
	display:inline-block;
	padding:0px 8px;
	font-weight:600;
	text-transform:uppercase;
}
.block-heading-five h3{
	font-size:22px;
	line-height:37px;
	font-weight:normal;
	max-width:550px;
	margin:10px auto;
}
/* Heading #6 */
.block-heading-six{
	text-align:center;
	margin:10px 0px 15px 0px;
}
.block-heading-six h4{
	color:#fff;
	display:inline-block;
	padding:0px 8px;
	font-weight:600;
	margin:3px 0px;
}
/* Heading #7 */
.block-heading-seven{
	text-align:center;
	margin:10px 0px 15px 0px;
}
.block-heading-seven h3{
	margin-bottom:10px;
}
.block-heading-seven h4{
	text-transform:uppercase;
}
/* Heading #8 */
.block-heading-eight{
	margin:10px 0px 15px 0px;
}
.block-heading-eight h3{
	font-weight:400;
}
.block-heading-eight h4{
	font-weight:400;
	color:#888;
	font-size:14px;
	margin-left:28px;
}
/* Heading #9 */
.block-heading-nine{
	margin:10px 0px 15px 0px;
}
.block-heading-nine h3{
	font-size:50px;
	font-weight:600;
	text-transform:uppercase;
}
.block-heading-nine h3 small{
	font-size:22px;
	color:#999;
}
@media (max-width:767px){
	.block-heading-nine h3{
		font-size:30px;
	}
	.block-heading-nine h3 small{
		font-size:16px;
	}
}
/* Heading #10 */
.block-heading-ten{
	max-width:350px;
	margin:10px 0px 15px 0px;
}
.block-heading-ten h4{
	font-size:15px;
	line-height:20px;
	color:#999;
	margin-bottom:7px;
}
.block-heading-ten h3{
	font-weight:400;
	line-height:32px;
}
.block-heading-ten .bh-bor{
	width:60px;
	height:3px;
	margin:10px 0px;
}
.block-heading-ten p{
	color:#888;
}
/* Heading #11 */
.block-heading-eleven{
	margin:10px 0px 15px 0px;
}
.block-heading-eleven h3{
	font-size:50px;
	text-transform:uppercase;
	line-height:60px;
}
@media (max-width:767px){
	.block-heading-eleven h3{
		font-size:30px;
		line-height:40px;
	}
}
.block-heading-eleven a{
	font-size:15px;
	color:#999;
}
.block-heading-eleven a:hover{
	color:#555;
}
/* Heading #12 */
.block-heading-twelve{
	margin:10px 0px 15px 0px;
}
.block-heading-twelve h3{
	font-size:60px;
	line-height:70px;
}
.block-heading-twelve h4{
	color:#fff;
}
.block-heading-twelve h4 span{
	display:inline-block;
	padding:2px 10px;
	margin-bottom:10px;
}
.block-heading-twelve p{
	font-size:18px;
	line-height:35px;
	color:#888;
}
@media (max-width:767px){
	.block-heading-twelve h3{
		font-size:30px;
		line-height:40px;
	}
	.block-heading-twelve p{
		font-size:16px;
		line-height:30px;
	}
}
/*********************/
/* Revolution slider */
/*********************/
/* General */
.bannercontainer {
	width:100%;
	position:relative;
	padding:0;
	z-index:9;
}
.banner{
	width:100%;
	position:relative;
}
.banner ul{
	display: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.tp-caption.b-big-bold{
	font-weight:600;
	font-size:50px;
	line-height:65px;
}
.tp-caption.b-big-thin-transparent{
	font-weight:300;
	font-size:35px;
	line-height:50px;
	padding:0px 10px;
	background:rgba(0,0,0,0.5);
}
.tp-caption.b-medium-bold-grey{
	color:#999;
	font-weight:600;
	font-size:30px;
	line-height:45px;
}
.tp-caption.b-medium-thin-grey{
	color:#888;
	font-weight:300;
	font-size:30px;
	line-height:45px;
}
.tp-caption.b-small-bold-grey{
	font-size:22px;
	line-height:37px;
	color:#999;
}
.tp-caption.b-small-para{
	font-size:13px;
	line-height:28px;
	font-weight:400;
}
.tp-caption.b-medium-back{
	font-size:22px;
	line-height:37px;
	color:#fff;
	padding:5px 15px;
}
.tp-caption.b-button a{
	display:inline-block;
	padding:5px 18px;
	color:#fff;
}
.tp-caption.head-para{
	max-width:350px;
	color:#fff;
	background:rgba(0,0,0,0.5);
	padding:15px;
}
.tp-caption.head-para h4{
	color:#fff;
	font-weight:400;
	text-transform:none;
}
@media (max-width:600px){
	.tp-caption.head-para h4{
		font-size:15px;
	}
	.tp-caption.head-para p{
		display:none;
	}
}
/* Revolution slider one */
.r-slider .banner{
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
/* Revolution slider alt */
/**************/
/* Smart form */
/**************/
.smart-forms,
.smart-forms label,
.smart-forms input,
.smart-forms button,
.smart-forms select,
.smart-forms textarea  {
	font-family:"Open Sans", sans-serif !important;
}
.smart-forms .radio,
.smart-forms .checkbox {
	display: inline-block;
	min-height: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}
.smart-forms .checkbox:before{
	box-sizing:content-box;
}
.smart-forms .ui-slider .ui-slider-range,
.smart-forms .progress > button[type="submit"],
.smart-forms .progress > button[type="submit"]:hover,
.smart-forms .progress-bar > .bar{
	background-image:none;
}
/* Hover & Focus  */
.smart-forms .gui-input:hover,
.smart-forms .gui-textarea:hover,
.smart-forms .select > select:hover,
.smart-forms .select-multiple select:hover,
.smart-forms .gui-input:hover ~ .input-hint,
.smart-forms .file .gui-file:hover + .gui-input,
.smart-forms .gui-textarea:hover ~ .input-hint{ border-color: #BDC3C7; }
.smart-forms .gui-input:focus,
.smart-forms .gui-textarea:focus,
.smart-forms .select > select:focus,
.smart-forms .select-multiple select:focus{ border-color: #BDC3C7; color: #000; }
.smart-forms .gui-textarea:focus{  height: 120px; }
.smart-forms .select > select:focus { z-index:10; z-index:20\9; }
.smart-forms .gui-input:focus ~ .field-icon i,
.smart-forms .gui-textarea:focus ~ .field-icon i{ color:#BDC3C7; }
.smart-forms .select-multiple select:focus,
.smart-forms .gui-input:focus ~ .input-hint,
.smart-forms .gui-textarea:focus ~ .input-hint,
.smart-forms .file .gui-file:focus + .gui-input{ border-color: #BDC3C7; }
.smart-forms .select > select:focus + .arrow{ color:#BDC3C7; }
.ui-datepicker {
	border:1px solid #ddd;
	box-shadow:none;
	font-family:"Open Sans", sans-serif;
}
.ui-datepicker:before{
	border-color:#ddd;
}
.ui-timepicker-div .ui-widget-header,
.ui-datepicker .ui-datepicker-header { background:#fafafa; }
.ui-timepicker-div .ui-widget-header *,
.ui-datepicker .ui-datepicker-header  *{ color:#666 !important }
/* Radio & Checkbox */
.smart-forms input:hover + .checkbox,
.smart-forms input:hover + .radio{ border-color: #BDC3C7; }
.smart-forms input:checked + .checkbox,
.smart-forms input:focus + .checkbox,
.smart-forms input:checked + .radio,
.smart-forms input:focus + .radio{ border-color: #BDC3C7; }
.smart-forms input:checked + .radio:before,
.smart-forms input:focus + .radio:before{  background: #BDC3C7; }
.smart-forms input:checked + .checkbox:before,
.smart-forms input:focus + .checkbox:before{ border-color: #BDC3C7; }
/* Rating */
.smart-forms .rating-star,
.smart-forms .rating:hover .rating-star {	color: #BDC3C7;	 }
/**********************/
/* Bootstrap carousel */
/**********************/
.carousel{
	margin:10px auto;
}
.carousel .carousel-control.right {
	left: auto;
	right: 0;
	background-image: none;
	background-image: none;
	background-image: none;
	background-repeat: no-repeat;
	filter: none;
}
.carousel .carousel-control.left {
	background-image: none;
	background-image: none;
	background-image: none;
	background-repeat: no-repeat;
	filter: none;
}
.carousel .carousel-control {
	position: absolute;
	z-index:7;
	top: 45%;
	width: 15%;
	opacity: .7;
	filter: alpha(opacity=70);
	font-size: 15px;
	color: #fff;
	text-align: center;
	text-shadow: none;
}
.carousel .carousel-control:hover,
.carousel .carousel-control:focus {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: 1;
	filter: alpha(opacity=100);
}
.carousel .carousel-control span{
	display:inline-block;
	width:35px;
	height:35px;
	background:rgba(0,0,0,0.4);
	line-height:35px;
	border-radius:3px;
}
.carousel .carousel-indicators li {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 1px;
	text-indent: -999px;
	border: 2px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0,0,0,0);
}
.carousel .carousel-indicators .active {
	margin: 0;
	width: 13px;
	height: 13px;
}
@media (max-width:480px){
	.carousel .carousel-indicators{
		display:none;
	}
	.carousel .carousel-control{
		top:40%;
	}
	.carousel .carousel-control span{
		width:auto;
		height:auto;
		background:transparent;
		line-height:0px;
		border-radius:0px;
	}
}
/* Carousel caption */
.carousel .carousel-caption{
	text-shadow:none;
	position:absolute;
	background:rgba(0,0,0,0.7);
	max-width:350px;
	overflow:hidden;
	padding:15px 20px;
	text-align:left;
	z-index:5;
}
@media (max-width:550px){
	.carousel .carousel-caption{
		display:none;
	}
}
.carousel .item .carousel-caption h4,
.carousel .item .carousel-caption h4 a{
	font-size:16px;
	line-height:29px;
	color:#fff;
}
.carousel .item .carousel-caption p{
	color:#ccc;
	font-size:13px;
	line-height:23px;
}
.carousel .item .carousel-caption.c-middle-left{
	top:30%;
	left:7%;
	bottom:auto;
	right:auto;
}
.carousel .item .carousel-caption.c-middle-right{
	top:30%;
	right:7%;
	bottom:auto;
	left:auto;
}
.carousel .item .carousel-caption.c-bottom-left{
	bottom:7%;
	left:5%;
	top:auto;
	right:auto;
}
.carousel .item .carousel-caption.c-bottom-right{
	bottom:7%;
	right:5%;
	top:auto;
	left:auto;
}
.carousel .item .carousel-caption.c-bottom-full{
	bottom:0%;
	left:0%;
	right:auto;
	top:auto;
	max-width:100%;
	width:100%;
	padding:12px 15px;
}
.carousel .item .carousel-caption.c-left-big{
	bottom:0%;
	left:0%;
	top:auto;
	right:auto;
	height:100%;
	padding:30px 25px;
}
.carousel .item .carousel-caption.c-right-big{
	bottom:0%;
	right:0%;
	top:auto;
	left:auto;
	height:100%;
	padding:30px 25px;
}
/* Carousel style one */
.carousel.carousel-one .item{
	padding:120px 20px;
	text-align:center;
}
.carousel.carousel-one h5{
	font-size:22px;
	line-height:35px;
	font-weight:400;
	color:rgba(255,255,255,0.8);
	text-transform:uppercase;
}
.carousel.carousel-one h3{
	font-size:70px;
	line-height:85px;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
}
.carousel.carousel-one .btn{
	margin-top:10px;
	font-size:14px;
}
@media (max-width:767px){
	.carousel.carousel-one .item{
		padding:60px 20px;
	}
	.carousel.carousel-one h5{
		font-size:15px;
		font-weight:600;
	}
	.carousel.carousel-one h3{
		font-size:30px;
		line-height:45px;
	}
}
/* Carousel three */
.carousel.carousel-two .carousel-two-content{
	position:absolute;
	top:50%;
	width:100%;
	text-align:center;
}
.carousel.carousel-two  h3{
	color:#fff;
	font-weight:300;
	font-size:60px;
	line-height:60px;
	margin-top:-50px;
	background:rgba(0,0,0,0.4);
	padding:20px 0px;
}
.carousel.carousel-two   h3 a,
.carousel.carousel-two   h3 a:hover{
	color:#fff;
}
@media (max-width:767px){
	.carousel.carousel-two   h3{
		font-size:30px;
		line-height:30px;
		margin-top:-15px;
	}
}
@media (max-width:480px){
	.carousel.carousel-two   h3{
		font-size:20px;
		line-height:20px;
		margin-top:-15px;
		padding:0px;
		background:transparent;
	}
}
/*************/
/* Fun facts */
/*************/
.facts{
	margin:40px auto;
}
.facts .fact-value h4{
	font-size:28px;
	line-height:43px;
	text-align:center;
	font-weight:400;
}
.facts .fact-value span{
	font-size:22px;
	margin:0px 2px;
}
.facts .fact-content p span{
	font-weight:700;
}
@media (max-width: 991px){
	.facts .fact-container{
		max-width:350px;
		margin:0 auto;
	}
}
/* Support */
.support .support-filter  input{
	width:200px;
	padding:6px 6px 6px 10px;
	border-radius:3px;
	margin-top:10px;
	border:1px solid #ddd;
}
.support .support-filter li a{
	display: block;
	margin:12px 0px;
	color:#777;
}
.support .support-filter li a:before{
	font-family:FontAwesome;
	content:"\f105";
	color:#aaa;
	margin-right:8px;
}
.support .support-filter li p{
	display:none;
	background:#fcfcfc;
	margin:5px 0px 10px 14px;
	padding:12px 15px;
	border:1px solid #ddd;
}
.support .s-contact i{
	color:#fff;
}
.support .s-contact .s-list{
	margin:8px 0px;
}
/***********/
/* Service */
/***********/
/* Service three */
.service-three .s3-para{
	font-size:16px;
	line-height:35px;
	color:#999;
}
/* Service four */
.service-four .service-logo img{
	width:100%;
	max-width:200px;
	display:inline-block;
	margin:20px auto;
	border-radius:4px;
	padding:2px;
	box-shadow:0px 0px 3px rgba(0,0,0,0.2);
}
.service-four .s4-item{
	margin:10px 0px;
}
.service-four .s4-item h4{
	font-weight:400;
}
@media (max-width:767px){
	.service-four .s4-item{
		text-align:center;
	}
}
/****************/
/* About us one */
/****************/
.about-us-one .about-logo{
	margin:10px 0px;
}
.about-us-one .about-logo h2{
	font-size:30px;
	line-height:45px;
	font-weight:400;
}
.about-us-one .about-logo h2 small{
	font-size:16px;
}
.about-us-one .about-logo p{
	font-size:17px;
	line-height:32px;
	color:#999;
}
/******************/
/* About us three */
/******************/
.about-us-three .about-hero{
	font-size:18px;
	line-height:36px;
	color:#888;
	text-align:center;
	margin:10px 0px;
}
/* Our Process */
.our-process h4{
	margin-top:10px;
}
.our-process .our-process-item{
	margin:15px auto;
	width:170px;
	text-align:center;
	color:#fff;
}
.our-process a{
	width:170px;
	height:170px;
	border-radius:100px;
	display:inline-block;
	border:3px solid #fff;
	box-shadow:0px 0px 2px #ddd;
	position:relative;
}
.our-process a  i{
	font-size:50px;
	line-height:170px;
}
.our-process img{
	position:absolute;
	right:-50px;
	top:70px;
}
/* Our process one */
.our-process-one .op-one-item{
	margin:15px 0px;
}
.our-process-one h5{
	color:#fff;
	display:inline-block;
	margin-bottom:5px;
	padding:0px 8px;
}
.our-process-one p{
	font-size:14px;
	line-height:29px;
	color:#888;
}
/* Careers */
.career-content{
	padding:10px;
}
.career-content .table td,
.career-content .table th{
	font-size:13px;
	line-height:28px;
}
.career-content .table td,
.career-content .table th{
	border:0px;
	padding:5px 10px;
}
/* FAQ */
/* FAQ Alt */
.faq-alt .faq-alt-item{
	margin:20px 0px;
}
.faq-alt h4{
	font-size:22px;
	line-height:37px;
	font-weight:400;
}
.faq-alt p{
	font-size:15px;
	line-height:30px;
	color:#888;
}
/* FAQ three */
.faq-three h3{
	font-size:22px;
	line-height:37px;
	font-weight:400;
}
.faq-three p{
	font-size:14px;
	line-height:29px;
	color:#888;
}
/* Sitemap */
.sitemap .sitemap-top{
	max-width:400px;
}
.sitemap .sitemap-top form{
	max-width:250px;
	margin-top:10px;
}
.sitemap hr{
	margin:8px 0px;
}
.sitemap ul{
	padding-left:20px;
}
.sitemap ul li{
	margin:7px 0px;
}
.sitemap ul li a{
	color:#777;
}
/* Our product */
.our-product{
	margin:20px 0px;
}
.our-product .product-top{
	margin-bottom:15px;
}
.our-product .product-top img{
	max-width:600px;
	margin:10px auto;
}
.our-product .product-top h2{
	font-size:35px;
	line-height:60px;
}
.our-product .product-top p{
	font-size:18px;
	line-height:33px;
	color:#888;
	margin-bottom:10px;
}
/* CTA Blocks */
/* CTA  One */
.cta-one .cta-one-content{
	border:1px solid #eee;
	padding:20px 25px;
	border-radius:5px;
}
.cta-one ul{
	margin:0px;
	padding:0px;
	padding-left:15px;
}
.cta-one .btn{
	text-align:center;
	margin-top:15px;
}
/* CTA Two */
.cta-two .cta-two-content{
	border:1px solid #eee;
	padding:20px 25px;
	border-radius:5px;
}
.cta-two .btn{
	margin-top:15px;
}
@media (max-width:767px){
	.cta-two{
		text-align:center;
	}
}
/* CTA Three */
.cta-three .cta-three-content{
	max-width:1000px;
	margin:5px auto;
}
.cta-three h4{
	font-size:22px;
	line-height:37px;
	font-weight:400;
}
@media (max-width:991px){
	.cta-three .cta-three-content{
		text-align:center;
	}
	.cta-three .btn{
		margin-top:10px;
	}
}
/* CTA Four */
.cta-four .cta-four-content{
	text-align:center;
}
.cta-four p{
	margin:5px auto 10px auto;
	max-width:700px;
}
/* CTA Five */
.cta-five .cta-five-content{
	text-align:center;
}
.cta-five  span i{
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	border-radius:80px;
	font-size:25px;
	color:#fff;
	margin-bottom:10px;
}
.cta-five p{
	margin:5px auto 10px auto;
	max-width:700px;
}
.cta-five  input{
	border:1px solid #ccc;
}
@media (max-width:767px){
	.cta-five form{
		max-width:350px;
		margin:10px auto;
	}
}
/* CTA Six  */
.cta-six{
	background:#fff url(/../../img/backgrounds/2.jpg) repeat;
	background-size:cover;
	background-attachment:fixed;
	padding:70px 0px;
}
.cta-six .cta-six-content{
	max-width:1000px;
	border:2px solid rgba(255,255,255,0.2);
	border-radius:8px;
	padding:50px 20px 40px 20px;
	margin:0px auto;
	text-align:center;
	background:rgba(0,0,0,0.1);
}
.cta-six h4{
	font-size:22px;
	font-weight:400;
	display:inline-block;
	color:#fff;
}
.cta-six .btn{
	background:rgba(0,0,0,0.1);
	border:1px solid rgba(255,255,255,0.4);
	color:#fff;
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.cta-six a.btn:hover{
	background:rgba(255,255,255,0.3);
}
@media (max-width:991px){
	.cta-six .cta-three-content{
		text-align:center;
	}
	.cta-six .btn{
		margin-top:10px;
	}
}
/* CTA Seven  */
.cta-seven .cta-seven-content{
	text-align:center;
}
.cta-seven  li a i{
	width:80px;
	height:80px;
	line-height:80px;
	border-radius:100px;
	text-align:center;
	margin:0px 8px;
	font-size:30px;
}
.cta-seven h4{
	font-size:38px;
	margin-top:15px;
	font-weight:300;
	line-height:53px;
	margin-bottom:15px;
}
@media (max-width:767px){
	.cta-seven li a i{
		width:50px;
		height:50px;
		line-height:50px;
		font-size:18px;
		margin:0px 2px;
	}
	.cta-seven h4{
		font-size:28px;
		line-height:43px;
	}
}
/* CTA Eight  */
.cta-eight .cta-eight-content{
	text-align:center;
}
.cta-eight h4{
	color:#fff;
	display:inline-block;
	padding:5px 14px;
}
.cta-eight h3{
	font-size:42px;
	line-height:57px;
	font-weight:600;
	margin:15px 0px;
}
@media (max-width:767px){
	.cta-eight h3{
		font-size:30px;
		line-height:45px;
	}
}
.cta-eight p{
	font-size:16px;
	line-height:31px;
	max-width:700px;
	margin:0 auto;
	margin-bottom:20px;
}
.cta-eight ul li{
	font-size:30px;
}
@media (max-width:767px){
	.cta-eight p{
		font-size:14px;
		line-height:29px;
	}
	.cta-eight ul li{
		font-size:20px;
	}
}
.cta-eight ul li a{
	color:#777;
}
.cta-eight ul li small{
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:100px;
	text-align:center;
	display:inline-block;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	position:relative;
	top:-5px;
}
@media (max-width:767px){
	.cta-eight ul li small{
		width:30px;
		height:30px;
		line-height:30px;
		font-size:13px;
	}
}
/* Image styles */
.image-block{
	max-width: 350px;
	margin: 20px auto;
}
.image-block h4 a{
	color:#fff;
}
/* Image style #1 */
.image-style-one {
	position: relative;
	z-index: 10;
	overflow: hidden;
}
.image-style-one img {
	border-radius: 3px;
	-webkit-transition: all 2s ease;
	   -moz-transition: all 2s ease;
		-ms-transition: all 2s ease;
		 -o-transition: all 2s ease;
			transition: all 2s ease;
}
.image-style-one .image-hover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	border-radius: 3px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		 -o-transition: all 0.5s ease;
			transition: all 0.5s ease;
}
.image-style-one:hover .image-hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.image-style-one:hover img{
	-webkit-transform: scale(1.2) rotate(8deg);
	   -moz-transform: scale(1.2) rotate(8deg);
		-ms-transform: scale(1.2) rotate(8deg);
		 -o-transform: scale(1.2) rotate(8deg);
			transform: scale(1.2) rotate(8deg);
}
.image-style-one  .image-caption {
	margin-top: 12%;
	text-align: center;
}
.image-style-one  .image-caption h4 {
	color: #fff;
	margin-bottom:0px;
}
.image-style-one .image-caption p{
	max-width:75%;
	margin:0px auto;
	color:rgba(255,255,255,0.8);
	line-height:23px;
	margin-bottom:5px;
}
.image-style-one .image-caption a{
	display:inline-block;
	width:30px;
	height:30px;
	text-align:center;
	color:#fff;
	border-radius:2px;
	line-height:30px;
}
/* Image style #2 */
.image-style-two {
	position: relative;
	z-index: 10;
	overflow: hidden;
}
.image-style-two img {
	border-radius: 3px;
	-webkit-transition: all 2s ease;
	   -moz-transition: all 2s ease;
		-ms-transition: all 2s ease;
		 -o-transition: all 2s ease;
			transition: all 2s ease;
}
.image-style-two .image-hover {
	position: absolute;
	display: block;
	top: 100%;
	left: 0;
	z-index: 25;
	width: 100%;
	height: 0%;
	background: rgba(0,0,0,0.7);
	border-radius: 3px;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		 -o-transition: all 0.5s ease;
			transition: all 0.5s ease;
}
.image-style-two:hover .image-hover {
	top: 0;
	height:100%
}
.image-style-two  .image-caption {
	position: absolute;
	top: 10%;
	text-align: center;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
	z-index:35;
}
.image-style-two:hover  .image-caption {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.image-style-two  .image-caption h4 {
	color: #fff;
	margin-bottom:0px;
}
.image-style-two .image-caption p{
	max-width:75%;
	margin:0px auto;
	color:rgba(255,255,255,0.8);
	line-height:23px;
	margin-bottom:5px;
}
.image-style-two .image-caption a{
	display:inline-block;
	width:30px;
	height:30px;
	text-align:center;
	color:#fff;
	border-radius:2px;
	line-height:30px;
}
/* Image style #2 */
.image-style-three {
	position: relative;
	z-index: 10;
	overflow: hidden;
}
.image-style-three img {
	border-radius: 3px;
}
.image-style-three .image-hover {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		 -o-transition: all 0.5s ease;
			transition: all 0.5s ease;
}
.image-style-three:hover .image-hover {
	top: 0;
}
.image-style-three  .image-caption {
	margin-top: 20%;
	text-align: center;
}
.image-style-three   .image-caption h4 a,
.image-style-three   .image-caption h4 {
	color: #fff;
}
.image-style-three .image-caption p{
	max-width:75%;
	margin:0px auto;
	color:#fff;
	line-height:23px;
}
/* Image style four */
.image-style-four {
	position: relative;
	z-index: 10;
	overflow: hidden;
}
.image-style-four img {
	border-radius: 3px;
}
.image-style-four  .image-caption {
	position:absolute;
	bottom:0px;
	width:100%;
	padding:5px 15px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}
.image-style-four  .image-caption h4 {
	color: #fff;
	font-size:14px;
	font-weight:normal;
}
.image-style-four  .image-caption h4 span a i{
	color:#fff;
	margin-left:2px;
}
/* Image style five */
.image-style-five{
	position:relative;
	z-index:10;
	overflow:hidden;
}
.image-style-five img {
	border-radius: 3px;
}
.image-style-five .image-hover{
	width:100%;
	height:100%;
	border-radius:3px;
	position:absolute;
	top:0px;
	background:rgba(0,0,0,0.3);
}
.image-style-five  .image-caption {
	width:100%;
	position:absolute;
	top:25%;
	text-align:center;
}
.image-style-five  .image-caption h4 {
	color: #fff;
	font-size:20px;
	display:inline-block;
	border-bottom:3px solid;
	padding-bottom:3px;
}
.image-style-five .image-caption p{
	margin:0px auto;
	margin-top:3px;
	max-width:70%;
	line-height:23px;
	color:#fff;
}
/* Image style six */
.image-style-six {
	position: relative;
	z-index: 10;
	overflow: hidden;
}
.image-style-six img {
	border-radius: 3px;
}
.image-style-six  .image-caption {
	position:absolute;
	top:50%;
	margin-top:-20px;
	left:-100%;
	background:rgba(0,0,0,0.6);
	height:40px;
	padding:4px 15px;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		 -o-transition: all 0.5s ease;
			transition: all 0.5s ease;
}
.image-style-six:hover .image-caption{
	left:0px;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		 -o-transition: all 0.5s ease;
			transition: all 0.5s ease;
}
.image-style-six  .image-caption h4 {
	color: #fff;
	font-size:15px;
	line-height:28px;
}
/* Image style #7 */
.image-style-seven {
	position: relative;
	z-index: 10;
	overflow: hidden;
}
.image-style-seven img {
	border-radius: 3px;
	-webkit-transition: all 2s ease;
	   -moz-transition: all 2s ease;
		-ms-transition: all 2s ease;
		 -o-transition: all 2s ease;
			transition: all 2s ease;
}
.image-style-seven .image-hover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	border-radius: 3px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		 -o-transition: all 0.5s ease;
			transition: all 0.5s ease;
}
.image-style-seven:hover .image-hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.image-style-seven  .image-caption {
	margin-top: 30%;
	text-align: center;
}
.image-style-seven .image-caption a i{
	display:inline-block;
	width:35px;
	height:35px;
	border-radius:100px;
	margin:0px 2px;
	line-height:35px;
	color:#fff;
}
/* Image style eight */
.image-style-eight{
	position:relative;
	z-index:10;
}
.image-style-eight img {
	border-radius: 3px;
}
.image-style-eight .image-hover{
	width:100%;
	height:100%;
	border-radius:3px;
	position:absolute;
	top:0px;
	background:rgba(0,0,0,0.3);
}
.image-style-eight  .image-caption {
	width:100%;
	position:absolute;
	bottom:-17px;
	text-align:center;
}
.image-style-eight  .image-caption a i{
	display:inline-block;
	width:40px;
	height:40px;
	line-height:40px;
	margin:0px 2px;
	border-radius:100px;
	color:#fff;
}
/* Icon Box #1 */
.icon-box-1{
	margin:20px 0px;
}
.icon-box-1 .icon-box-1-item{
	width:100%;
	max-width:280px;
	margin:10px auto;
}
.icon-box-1 a i{
	font-size:50px;
	position:relative;
	top:10px;
	margin-bottom:20px;
	-webkit-transition:all .4s linear;
	-moz-transition:all .4s linear;
	-o-transition:all .4s linear;
	-ms-transition:all .4s linear;
	transition:all .4s linear;
}
.icon-box-1 a i:hover{
	top:0px;
}
.icon-box-1 h4 a{
	color:#888 !important;
}
.icon-box-1 p{
	color:#888;
}
/* Icon Box #2 */
.icon-box-2{
	margin:20px 0px;
}
.icon-box-2 .icon-box-2-item{
	width:100%;
	max-width:280px;
	margin:10px auto;
}
.icon-box-2 .header{
	overflow: hidden;
	height:140px;
}
.icon-box-2 .header a{
	display:inline-block;
	padding:40px 0px;
	font-size:50px;
}
.icon-box-2 .header a.icon-top{
	color:#fff;
	position:relative;
	display:block;
	top:10px;
	-webkit-transition:all .13s linear;
	-moz-transition:all .13s linear;
	-o-transition:all .13s linear;
	-ms-transition:all .13s linear;
	transition:all .13s linear;
}
.icon-box-2 .header:hover a.icon-top{
	top:100px;
}
.icon-box-2 .header a.icon-bottom{
	color:#fff;
	display:block;
	position:relative;
	top:100px;
	-webkit-transition:all .1s linear;
	-moz-transition:all .1s linear;
	-o-transition:all .1s linear;
	-ms-transition:all .1s linear;
	transition:all .1s linear;
}
.icon-box-2 .header:hover a.icon-bottom{
	top:-120px;
}
.icon-box-2 .icon-box-2-title{
	background:#555;
}
.icon-box-2 .icon-box-2-title h4{
	padding:15px 0px;
}
.icon-box-2 .icon-box-2-title h4 a{
	color:#fff;
}
/* Icon Box #3 Starts */
.icon-box-3{
	margin:20px 0px;
}
.icon-box-3 .icon-box-3-item{
	color:#fff;
	padding:25px;
	max-width:280px;
	margin:10px auto;
}
.icon-box-3 i{
	font-size:35px;
	margin-bottom:8px;
}
.icon-box-3 h4 a{
	color:#fff;
}
.icon-box-3 a,
.icon-box-3 a:hover{
	color:rgba(0, 0, 0, 0.3);
	font-weight:600;
}
.icon-box-3 h4 a:hover{
	color:#fff;
}
.icon-box-3 a i{
	font-size:14px;
	margin-left:3px;
}
/* Icon Box #4 */
.icon-box-4{
	margin:20px 0px;
}
.icon-box-4 .icon-box-4-item{
	width:100%;
	max-width:280px;
	margin:10px auto;
}
.icon-box-4 a.icon-box-4-icon{
	width:32px;
	height:32px;
	line-height:32px;
	border-radius:100px;
	display:inline-block;
	color:#fff;
	font-size:16px;
	text-align:center;
	margin-right:5px;
}
.icon-box-4 h4{
	display:inline;
}
.icon-box-4 h4 a{
	color:#888;
}
.icon-box-4 p{
	color:#888;
}
/* Icon box #5  */
.icon-box-5{
	margin:20px 0px;
}
.icon-box-5 .icon-box-5-item{
	padding:20px;
	max-width:280px;
	color:#fff;
	margin:10px auto;
}
.icon-box-5 h4 a{
	color:#fff;
}
.icon-box-5 h4 i{
	margin-right:10px;
}
.icon-box-5 a,
.icon-box-5 a:hover{
	color:#fff;
	font-weight:600;
}
.icon-box-5 a i{
	margin-left:3px;
}
/* Icon Box #6  */
.icon-box-6{
	margin:20px 0px;
}
.icon-box-6 .icon-box-6-item{
	max-width:250px;
	margin:10px auto;
}
.icon-box-6 i{
	width:50px;
	height:50px;
	line-height:50px;
	border-radius:100px;
	text-align:center;
	color:#fff;
	font-size:22px;
	margin-bottom:10px;
}
.icon-box-6 h4 a{
	color:#888;
}
.icon-box-6 p{
	color:#888;
}
/* Icon Box #7  */
.icon-box-7{
	margin:20px 0px;
}
.icon-box-7 .icon-box-7-item{
	width:100%;
	max-width:300px;
	margin:10px auto;
}
.icon-box-7 .icon-box-7-item-left{
	float:left;
	width:85px;
}
.icon-box-7 .icon-box-7-item-left a.icon-box-7-icon{
	width:80px;
	height:80px;
	line-height:80px;
	display:inline-block;
	color:#fff;
	font-size:30px;
	border-radius:3px;
	text-align:center;
	margin-top:5px;
}
.icon-box-7 .icon-box-7-item-right{
	position:relative;
	margin-left:95px;
}
.icon-box-7 .icon-box-7-item-right h4{
	margin-top:0px;
}
.icon-box-7 .icon-box-7-item-right h4 a{
	color:#888;
}
.icon-box-7 .icon-box-7-item-right p{
	color:#888;
}
/* Icon Box #8 */
.icon-box-8{
	margin:20px 0px;
}
.icon-box-8 .icon-box-8-item{
	max-width:260px;
	margin:10 auto;
	padding:30px;
	color:#fff;
	box-shadow:0px 0px 10px #fff;
	border-top:3px solid rgba(0, 0, 0, 0.2);
	border-radius:3px;
}
.icon-box-8 .icon-box-8-icon{
	width:80px;
	height:80px;
	line-height:80px;
	border-radius:100px;
	text-align:center;
	box-shadow:inset 0px 0px 2px rgba(0, 0, 0, 0.3);
	background:rgba(0, 0, 0, 0.2);
	overflow:hidden;
	margin:0 auto;
	margin-bottom:10px;
}
.icon-box-8 .icon-box-8-icon a{
	display:inline-block;
	font-size:30px;
}
.icon-box-8 .icon-box-8-icon a.icon-box-8-icon-top{
	color:#fff;
	position:relative;
	display:block;
	top:0px;
	-webkit-transition:all .13s linear;
	-moz-transition:all .13s linear;
	-o-transition:all .13s linear;
	-ms-transition:all .13s linear;
	transition:all .13s linear;
}
.icon-box-8 .icon-box-8-icon:hover a.icon-box-8-icon-top{
	top:100px;
}
.icon-box-8 .icon-box-8-icon a.icon-box-8-icon-bottom{
	color:#fff;
	display:block;
	position:relative;
	top:100px;
	-webkit-transition:all .1s linear;
	-moz-transition:all .1s linear;
	-o-transition:all .1s linear;
	-ms-transition:all .1s linear;
	transition:all .1s linear;
}
.icon-box-8 .icon-box-8-icon:hover a.icon-box-8-icon-bottom{
	top:-80px;
}
.icon-box-8 .icon-box-8-item h4 a{
	color:#fff;
}
/* Icon Box #9 Starts */
.icon-box-9{
	margin:20px 0px;
}
.icon-box-9 .icon-box-9-item{
	max-width:280px;
	padding:15px 10px 15px 20px;
	position:relative;
	margin:10px auto;
}
.icon-box-9 .icon-box-9-item a.icon-box-9-icon i{
	font-size:20px;
	margin-right:5px;
	color:#777;
}
.icon-box-9 .icon-box-9-item:hover h4 a,
.icon-box-9 .icon-box-9-item:hover a.icon-box-9-icon  i,
.icon-box-9 .icon-box-9-item:hover p{
	color:#fff;
}
.icon-box-9 .icon-box-9-item h4{
	display:inline;
}
.icon-box-9 .icon-box-9-item h4 a{
	color:#777;
}
.icon-box-9 .icon-box-9-item p{
	color:#888;
}
/* Icon Box #10 */
.icon-box-10{
	margin:20px 0px;
}
.icon-box-10 .icon-box-10-content{
	max-width:280px;
	margin:10px auto;
}
.icon-box-10 .icon-box-left{
	float:left;
	width:35px;
	text-align:center;
	padding-top:5px;
}
.icon-box-10 .icon-box-left a{
	font-size:28px;
}
.icon-box-10 .icon-box-right{
	margin-left:45px;
}
.icon-box-10 .icon-box-right h4 a{
	color:#888;
}
.icon-box-10 .icon-box-right p{
	color:#777;
}
/* Image Box #1  */
.img-box-1{
	margin:20px 0px;
}
.img-box-1 .img-box-1-item{
	text-align:center;
	margin:10px auto;
	max-width:250px;
}
.img-box-1 .img-box-1-img{
	position: relative;
	z-index: 10;
	overflow: hidden;
}
.img-box-1 img {
	-webkit-transition: all 2s ease;
	   -moz-transition: all 2s ease;
		-ms-transition: all 2s ease;
		 -o-transition: all 2s ease;
			transition: all 2s ease;
}
.img-box-1 .image-hover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		 -o-transition: all 0.5s ease;
			transition: all 0.5s ease;
}
.img-box-1 .img-box-1-item:hover .image-hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.img-box-1  .image-caption {
	margin-top: 30%;
	text-align: center;
}
.img-box-1 .image-caption a i{
	display:inline-block;
	width:35px;
	height:35px;
	border-radius:2px;
	margin:0px 2px;
	line-height:35px;
	color:#fff;
}
.img-box-1 .img-box-1-cap{
	background:#fff;
	padding:12px 20px 15px;
	text-align:center;
	border:1px solid #eee;
	border-top:0px;
}
.img-box-1 h4{
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
}
.img-box-1 h4 a{
	color:#777;
}
.img-box-1 .btn{
	margin-top:5px;
}
/* Image Box #2  */
.img-box-2{
	margin:20px 0px;
}
.img-box-2 .img-box-2-item{
	position:relative;
	max-width:250px;
	margin:10px auto;
	z-index: 10;
	overflow: hidden;
}
.img-box-2 .image-hover {
	position: absolute;
	z-index: 5;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		 -o-transition: all 0.5s ease;
			transition: all 0.5s ease;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.img-box-2 .img-box-2-item:hover .image-hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.img-box-2  .image-caption {
	margin-top: 20%;
	text-align: center;
}
.img-box-2  .image-caption h4 a{
	color: #fff;
}
.img-box-2 .image-caption p{
	max-width:75%;
	margin:0px auto;
	line-height:23px;
	color:#fff;
}
/* Image Box #3  */
.img-box-3{
	margin:20px 0px;
}
.img-box-3 .img-box-3-item{
	max-width:240px;
	margin:10px auto;
}
.img-box-3 .img-box-3-icon{
	width:110px;
	height:110px;
	line-height:110px;
	border-radius:100px;
	text-align:center;
	margin:10px auto;
}
.img-box-3 .img-box-3-icon  a img{
	max-width:60px;
	display:inline-block;
}
.img-box-3 h4 a{
	color:#777;
}
.img-box-3 .bor{
	width:60px;
	height:3px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:6px;
}
/* Image Box #4  */
.img-box-4{
	margin:20px 0px;
}
.img-box-4 .img-box-4-item{
	max-width:260px;
	margin:10px auto;
}
.img-box-4 .img-box-4-content{
	border:1px solid #eee;
	border-top:0px;
	padding:22px 20px 15px;
	position:relative;
}
.img-box-4 a i{
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	border-radius:50px;
	display:inline-block;
	position:absolute;
	top:-25px;
	left:50%;
	margin-left:-20px;
	font-size:15px;
}
.img-box-4 h4 a{
	color:#777;
}
.img-box-4 .bor{
	width:55px;
	height:3px;
	margin:0 auto;
	margin-top:12px;
	margin-bottom:8px;
}
/* Image Box #5  */
.img-box-5{
	margin:20px 0px;
}
.img-box-5 .img-box-5-item{
	margin:10px auto;
}
.img-box-5 .img-box-5-content h4 a{
	color:#777;
}
.img-box-5 .img-box-5-content .bor{
	width:60px;
	height:3px;
	margin-top:5px;
	margin-bottom:5px;
}
@media (max-width:991px){
	.img-box-5 .img-box-5-item{
		max-width:300px;
	}
	.img-box-5 .img-box-5-img{
		margin-bottom:20px;
	}
}
/* Image Box #6  */
.img-box-6{
	margin:20px 0px;
}
.img-box-6 .img-box-6-item{
	position:relative;
	border:2px solid #fff;
	border-radius:3px;
	margin:10px auto;
	max-width:450px;
	box-shadow:0px 0px 3px rgba(0,0,0,0.2);
}
.img-box-6 .img-box-6-content{
	position:absolute;
	bottom:0px;
	background:rgba(0, 0, 0, 0.4);
	color:#fff;
	padding:10px 15px;
	text-shadow:0px 0px 2px rgba(0,0,0,0.3);
}
.img-box-6 h4 a{
	color:#fff;
}
.img-box-6 p{
	color:#fff;
	line-height:20px;
}
/* Image Box #7 Starts */
.img-box-7{
	margin:20px 0px;
}
.img-box-7 .img-box-7-item{
	max-width:250px;
	margin:10px auto;
	text-align:center;
}
.img-box-7 a img{
	display:inline-block;
	max-height:80px;
	margin-bottom:10px;
}
.img-box-7 h4 a{
	color:#777;
}
.img-box-7 .bor{
	width:50px;
	height:3px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
}
.img-box-7 ul{
	padding:0px 40px;
}
.img-box-7 ul li{
	color:#888;
	border-bottom:1px dashed #e8e8e8;
	line-height:40px;
}
.img-box-7 ul li:last-child{
	border-bottom:0px;
}
/* Image Box #8 Starts */
.img-box-8{
	margin:20px 0px;
}
.img-box-8 .img-box-8-item{
	text-align:center;
	margin:10px auto;
	max-width:250px;
}
.img-box-8 .img-box-8-img{
	position: relative;
	z-index: 10;
	overflow: hidden;
}
.img-box-8 img {
	-webkit-transition: all 2s ease;
	   -moz-transition: all 2s ease;
		-ms-transition: all 2s ease;
		 -o-transition: all 2s ease;
			transition: all 2s ease;
}
.img-box-8 .image-hover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		 -o-transition: all 0.5s ease;
			transition: all 0.5s ease;
}
.img-box-8 .img-box-8-item:hover .image-hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.img-box-8  .image-caption {
	margin-top: 30%;
	text-align: center;
}
.img-box-8 .image-caption a i{
	display:inline-block;
	width:35px;
	height:35px;
	border-radius:2px;
	margin:0px 2px;
	line-height:35px;
	color:#fff;
}
.img-box-8 .img-box-8-cap{
	background:#fff;
	padding:12px 20px 15px;
	text-align:center;
	border-top:0px;
}
.img-box-8 h4 a{
	color:#777;
}
.img-box-8 .bor{
	height:3px;
	width:50px;
	margin:10px auto;
}
.img-box-8 p{
	color:#888;
}
.img-box-8 .img-box-8-item:hover .img-box-8-cap{
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		 -o-transition: all 0.5s ease;
			transition: all 0.5s ease;
}
.img-box-8 .img-box-8-item:hover .img-box-8-cap h4 a{
	color:#fff;
}
.img-box-8 .img-box-8-item:hover .img-box-8-cap .bor{
	background:#fff !important;
}
.img-box-8 .img-box-8-item:hover .img-box-8-cap p{
	color:#fff;
}
/* Pricing table #1 */
.pricing-one{
	margin:30px 0px;
}
.pricing-one .pricing-item {
	position: relative;
	max-width: 550px;
	margin: 15px auto;
	padding: 20px;
	border: 1px solid #eee;
	box-shadow:0px 2px 15px rgba(0,0,0,0.05);
	border-radius: 3px;
}
.pricing-one .tag {
	right: -15px;
	top: -15px;
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
}
.pricing-one  h3 {
	margin-bottom: 20px;
}
.pricing-one .plan-price {
	width: 120px;
	text-align: center;
	float: left;
}
.pricing-one .p-price {
	font-size: 40px;
	font-weight: 600;
	width:100px;
	height:100px;
	display:block;
	margin:10px auto;
	margin-bottom:20px;
	text-align:center;
	line-height:100px;
	color:#fff;
	border-radius:100%;
}
.pricing-one .p-price small {
	font-size: 17px;
}
.pricing-one .plan-details {
	margin-left: 140px;
}
.pricing-one .plan-details ul li {
	padding:8px 5px;
	border-bottom: 1px dashed #eee;
}
.pricing-one .plan-details ul li span {
	font-weight: 600;
	color: #666;
}
@media (max-width: 480px){
	.pricing-one h3 {
		margin-bottom: 0;
		text-align: center;
	}
	.pricing-one .plan-price {
		width: 100%;
		float: none;
	}
	.pricing-one .plan-details {
		margin-left: 0px;
		margin-top: 20px;
	}
}
@media (max-width: 767px){
	.pricing-one .pricing-item{
		max-width: 400px;
	}
}
/* Pricing Table #2 */
.pricing-two{
	margin:30px 0px;
}
.pricing-two .table{
	border-top:1px solid #f2f2f2;
}
.pricing-two .table th,
.pricing-two .table {
	text-align: center;
}
.pricing-two .table th,
.pricing-two .table td {
	padding: 20px 10px;
	border:1px solid #f2f2f2;
}
.pricing-two .table th {
	width: 25%;
	font-size: 30px;
	font-weight: 400;
	border-bottom: 0;
}
.pricing-two .table td:first-child{
	padding-left: 20px;
	text-align: left;
	padding-top:35px;
}
.pricing-two tr td .ptable-title {
	font-size: 22px;
	font-weight:400;
}
.pricing-two tr td .ptable-title i {
	width: 23px;
	line-height: 25px;
	text-align: right;
	margin-right: 5px;
}
.pricing-two .ptable-star {
	position: relative;
	display: block;
	text-align: center;
}
.pricing-two .ptable-star i {
	width: 8px;
	font-size: 13px;
}
.pricing-two .ptable-price {
	display: block;
}
.pricing-two tr td {
	font-size: 14px;
	line-height:32px;
}
.pricing-two tr td .ptable-icon {
	display: block;
	margin-bottom: 5px;
	font-size: 30px;
}
/* Pricing Table #3 */
.pricing-three  {
	padding:60px 10px;
	margin:30px 0px;
}
.pricing-three .pricing-content {
	max-width: 900px;
	margin: 20px auto;
	background: #fff;
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
	border-radius: 6px;
}
.pricing-three .pricing-item {
	padding: 30px 10px;
	text-align: center;
	background: #fff;
	border-radius: 6px;
}
.pricing-three .pricing-item.highlight {
	position: absolute;
	top: -20px;
	z-index: 1000;
	width: 100%;
	padding: 50px 10px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.pricing-three h3{
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom:10px;
}
.pricing-three h4 {
	font-size: 55px;
}
.pricing-three h4 span {
	margin-right:5px;
	font-size: 20px;
}
.pricing-three ul {
	margin:20px 0px;
}
.pricing-three ul li {
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 14px;
}
@media (max-width: 767px){
	.pricing-three .pricing-content {
		max-width: 320px;
		background:transparent;
		box-shadow:none;
	}
	.pricing-three .pricing-item{
		box-shadow:0px 0px 10px rgba(0,0,0,0.2);
	}
	.pricing-three .pricing-item.highlight {
		position: static;
		margin: 40px 0;
		box-shadow:0px 0px 10px rgba(0,0,0,0.2);
	}
}
/* Pricing Table #4 */
.pricing-four{
	margin:30px 0px;
}
.pricing-four .pricing-item  {
	position: relative;
	max-width: 350px;
	margin: 20px auto;
	padding: 25px 10px;
	border: 1px solid #eee;
	border-radius: 6px;
	text-align: center;
}
.pricing-four .p-price {
	position: relative;
	display: block;
	width: 120px;
	height: 120px;
	line-height: 120px;
	margin: 15px auto;
	text-align: center;
	font-size: 35px;
	font-weight: 600;
	color: #fff;
	border-radius: 50%;
}
.pricing-four .p-price .p-cer {
	font-size: 20px;
	margin-right:3px;
}
.pricing-four .p-price .p-mon {
	font-size: 14px;
}
.pricing-four ul {
	margin: 20px 0;
}
.pricing-four ul li {
	padding:10px 0px;
	padding-left: 45px;
	font-size: 15px;
	text-align: left;
}
.pricing-four ul li i {
	margin-right: 6px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	color:#fff;
	border-radius: 50%;
}
.pricing-four .tag {
	font-size: 16px;
	position: absolute;
	top: -15px;
	right: -15px;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	border-radius: 50%;
}
/* Pricing Table #5 */
.pricing-five{
	margin:30px 0px;
}
.pricing-five .pricing-item  {
	position: relative;
	max-width: 350px;
	margin: 20px auto;
	padding-bottom: 20px;
	text-align: center;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
	border-radius: 6px;
}
.pricing-five .p-item-header {
	margin-bottom: 18px;
	padding: 20px 0;
	color: #fff;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.pricing-five .p-item-header h4 {
	margin-bottom:20px;
	color:#fff;
	font-size: 22px;
	font-weight:400;
}
.pricing-five .p-item-header h3 {
	color:#fff;
	font-size: 40px;
}
.pricing-five .p-item-header h3 span {
	position: relative;
	top: -15px;
	left: -2px;
	font-size: 22px;
}
.pricing-five ul li {
	padding:8px 0px;
	padding-left: 40px;
	font-size: 14px;
	text-align: left;
}
.pricing-five ul li strong {
	color: #444;
	width:50px;
	margin-right:10px;
	display:inline-block;
	text-align:right;
}
/* Pricing Table #6 */
.pricing-six {
	margin: 30px 0px;
}
.pricing-six .table tr th {
	width: 20%;
	background:#fcfcfc;
}
.pricing-six .table tr th:first-child {
	text-align: right;
	padding-right: 15px;
}
.pricing-six .table tr th,
.pricing-six .table tr td {
	padding:15px;
	font-size: 13px;
}
/* Pricing Table #7 */
.pricing-seven{
	padding:60px 10px;
	margin:30px 0px;
}
.pricing-seven .pricing-item{
	color:#fff;
	margin:10px 0px;
}
.pricing-seven h3{
	font-weight:400;
	color:#fff;
}
.pricing-seven h4{
	color:rgba(255,255,255,0.7);
	margin:10px 0px;
}
.pricing-seven ul li{
	font-size:16px;
	line-height:35px;
}
/***************/
/* Resume mini */
/***************/
.resume-mini{
	max-width:500px;
	margin:120px auto;
	background:#fff;
	padding:50px 30px;
	border-radius:3px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.3);
}
.resume-mini img{
	width:25px;
	margin:0px auto;
	margin-bottom:20px;
}
.resume-mini h2{
	font-size:25px;
	line-height:40px;
	font-weight:normal;
	margin-bottom:10px;
}
.resume-mini p{
	font-size:15px;
	line-height:35px;
	color:#888;
	margin-bottom:30px;
}
/***************/
/* Team styles */
/***************/
/* Team #1 */
.team-one .team-member {
	max-width:280px;
	margin: 20px auto;
	text-align: center;
}
.team-one img {
	max-width: 280px;
	width: 100%;
	margin: 0 auto;
	margin-bottom:10px;
	border-radius: 3px;
}
.team-one .deg {
	color: #aaa;
}
.team-one .brand-bg{
	margin-top:8px;
}
/* Team #2 */
.team-two .team-member {
	position: relative;
	max-width: 500px;
	margin: 20px 0px;
}
.team-two img {
	width: 100%;
	max-width: 200px;
	float: left;
	border-radius:3px;
}
.team-two .team-details {
	margin-left: 225px;
}
.team-two .team-details .deg {
	color: #aaa;
}
.team-two  .brand-bg {
	margin-top:5px;
}
/* Team #3 */
.team-three .team-member {
	max-width: 280px;
	margin: 20px auto;
	text-align:center;
}
.team-three img{
	margin-bottom:10px;
}
.team-three .team-container {
	position: relative;
}
.team-three .team-container .team-details {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 7px 15px;
	background: rgba(0,0,0,0.5);
	clear:both;
}
.team-three .team-details h4{
	color:rgba(255,255,255,0.9);
	font-size: 16px;
}
.team-three .brand-bg{
	margin-top:10px;
}
/* Team #4 */
.team-four .team-member {
	max-width: 280px;
	margin: 20px auto;
}
.team-four .img-container {
	position: relative;
}
.team-four .img-container .img-hover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		 -ms-transition: all 0.3s ease;
		  -o-transition: all 0.3s ease;
			  transition: all 0.3s ease;
}
.team-four .team-member:hover .img-container .img-hover {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.team-four .img-container .brand-bg {
	text-align:center;
	margin-top:120px;
}
.team-four .img-container .brand-bg a i {
	margin: 0 2px;
}
.team-four .team-details {
	padding: 10px 10px;
	text-align: center;
	border:1px solid #eee;
	border-top:0px;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
}
.team-four .team-details h4 {
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
}
.team-four .team-details .deg,
.team-four .team-details p {
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
}
.team-four .team-details .deg {
	display: block;
	font-style: italic;
	color:#aaa;
}
.team-four .team-member:hover .team-details {
	border-top:0px !important;
}
.team-four .team-member:hover .team-details h4 {
	color: #fff;
}
.team-four .team-member:hover .team-details .deg,
.team-four .team-member:hover .team-details p {
	color: #fff;
}
/* Team #5 */
.team-five {
	margin:10px auto;
	padding:20px 0px;
}
.team-five .team-member {
	max-width: 300px;
	margin: 20px auto;
	padding: 25px 10px;
	border-radius: 5px;
	text-align: center;
	background: #fff;
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
}
.team-five .team-member img {
	width: 100%;
	max-width: 170px;
	margin: 0 auto;
	border-radius: 100%;
	box-shadow:inset 0px 0px 5px rgba(0,0,0,0.2);
}
.team-five .team-details {
	margin:10px 0px;
}
.team-five .team-details .deg{
	display: block;
	color:#aaa;
	font-style:italic;
}
.team-five  .team-member .brand-bg {
	margin-top: 10px;
}
/* Team #6 */
.team-six .team-member {
	max-width: 280px;
	margin: 20px auto;
	text-align: center;
}
.team-six img {
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
	margin-bottom:10px;
	border-radius: 50%;
}
.team-six .deg{
	color:#aaa;
	font-style:italic;
}
.team-six  .team-links a i {
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
}
/* Team #7 */
.team-seven .team-member {
	max-width: 280px;
	margin: 20px auto;
	text-align: center;
}
.team-seven .t-container {
	position: relative;
	z-index: 5;
	border-radius: 4px;
	overflow: hidden;
}
.team-seven .social {
	position: absolute;
	bottom: -70px;
	left: 0;
	z-index: 1;
	width: 100%;
	margin: 0;
	padding: 12px 0;
	background: rgba(0,0,0,0.6);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-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;
}
.team-seven .team-member:hover .social {
	bottom: 0;
}
.team-seven img {
	border-radius: 4px;
}
.team-seven h4 {
	margin-top:15px;
}
.team-seven h4 span {
	font-size:14px;
	color:#999;
	font-weight:normal;
}
/* Team #8 */
.team-eight .team-member {
	position: relative;
	max-width: 300px;
	margin: 20px auto;
	text-align: center;
	overflow: hidden;
}
.team-eight .hover-content{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.35s ease-out;
	   -moz-transition: all 0.35s ease-out;
		-ms-transition: all 0.35s ease-out;
		 -o-transition: all 0.35s ease-out;
			transition: all 0.35s ease-out;
}
.team-eight .team-member:hover .hover-content{
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.team-eight .team-details {
	position: absolute;
	bottom: 30%;
	left: 0;
	width: 100%;
	-webkit-transform: rotate(-360deg);
	   -moz-transform: rotate(-360deg);
		-ms-transform: rotate(-360deg);
		 -o-transform: rotate(-360deg);
			transform: rotate(-360deg);
	-webkit-transition: all 0.35s ease-out;
	   -moz-transition: all 0.35s ease-out;
		-ms-transition: all 0.35s ease-out;
		 -o-transition: all 0.35s ease-out;
			transition: all 0.35s ease-out;
}
.team-eight .team-member:hover .team-details {
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		 -o-transform: rotate(0deg);
			transform: rotate(0deg);
}

.team-eight .team-details h4{
	color: #fff;
}
.team-eight .team-details .deg {
	color: rgba(255,255,255,0.9);
}
.team-eight .team-details  hr {
	margin: 10px auto;
	width: 100px;
	border-bottom:1px solid rgba(255,255,255,0.2);
}
.team-eight .team-details .brand-bg {
	margin-top: 20px;
}
/****************/
/* Testimonials */
/****************/
/* Testimonial one */
.testimonials-one{
	margin:10px 0px;
}
.testimonials-one .testimonials-one-item{
	margin:20px 0px;
}
.testimonials-one .testimonials-one-content{
	position: relative;
	background: #fcfcfc;
	border: 1px solid #f8f8f8;
	border-bottom:2px solid #eee;
	padding: 15px 20px 20px 20px;
	margin-bottom:25px;
	border-radius:3px;
}
.testimonials-one .testimonials-one-content p{
	font-size:13px;
	font-style:italic;
	line-height:28px;
	color:#888;
}
.testimonials-one .testimonials-one-content:after, .testimonials-one .testimonials-one-content:before {
	top: 100%;
	right:3%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.testimonials-one .testimonials-one-content:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #eee;
	border-width: 12px;
	margin-left: -31px;
}
.testimonials-one .testimonials-one-content:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #ddd;
	border-width: 12px;
	margin-left: -31px;
}
.testimonials-one h5 {
	font-size:13px;
	text-align:right;
}
.testimonials-one h5  a{
	color:#888;
}
.testimonials-one h5 a img{
	width:40px;
	display:inline;
	border-radius:100px;
	margin-left:5px;
}
/* Testimonial 2 */
.testimonials-two{
	background:url(/../../img/raster.png), url(/../../img/backgrounds/2.jpg) center center repeat;
	background-attachment:fixed;
	color:#fff;
	padding:70px 50px;
}
.testimonials-two .testimonials-two-item{
	position:relative;
}
.testimonials-two .testimonials-two-img{
	width:170px;
	float:left;
}
.testimonials-two .testimonials-two-img img{
	max-width:150px;
	border-radius:100px;
	margin:0 auto;
}
.testimonials-two .testimonials-two-content{
	margin-left:200px;
}
@media (max-width:767px){
	.testimonials-two .testimonials-two-img{
		width:auto;
		float:none;
	}
	.testimonials-two .testimonials-two-content{
		margin-left:0px;
		text-align:center;
		margin-top:10px;
	}
}
.testimonials-two p{
	font-size:16px;
	font-style:italic;
	line-height:35px;
}
.testimonials-two h5{
	font-size:16px;
	color:#fff;
	margin-top:10px;
	font-weight:bold;
}
.testimonials-two h5 span{
	color:#fff;
}
/* Testimonial 3 */
.testimonials-three .testimonials-three-item{
	margin:20px 0px;
	padding:12px 17px;
	border-radius:3px;
	color:#fff;
}
.testimonials-three .testimonials-three-item h5{
	font-size: 13px;
	text-align:right;
	color:#fff;
}
/***********/
/* Gallery */
/***********/
.gallery-three .image-block{
	max-width:600px !important;
}
/***************/
/* Author page */
/***************/
.author-block .about-author img{
	max-width:100px;
	margin-top:7px;
	margin-right:10px;
}
.author-block .author-post-item{
	margin:10px 0 15px 0;
}
.author-block .author-post-item .a-meta{
	background:#fafafa;
	padding:3px 10px;
	margin:5px 0px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#999;
}
.author-block .author-post-item p{
	color:#777;
}
.author-block .author-comment-item{
	margin:10px 0px 15px 0px;
}
.author-block .author-comment-item p{
	color:#777;
}
/********/
/* Blog */
/********/
/* Blog Side Bar */
.sidebar{
/*  max-width:350px;*/
}
.sidebar .s-widget{
	margin-bottom:20px;
}
.sidebar .s-widget h5{
	border-bottom:1px solid #eee;
	padding-bottom:10px;
	font-size:13px;
	font-weight:normal;
}
.sidebar .widget-content{
	margin:15px 0px 10px 0px;
}
.sidebar .widget-content.search{
	max-width:280px;
}
.sidebar .widget-content.categories ul li:before{
	color:#555;
}
.sidebar .widget-content.categories ul li{
	padding-left:5px;
	margin:5px 0px;
}
.sidebar .widget-content.categories ul li a{
	color:#888;
}
.sidebar .widget-content.brand-bg{
	max-width:300px;
}
.sidebar .widget-content.brand-bg a{
	margin-bottom:5px;
	display:inline-block;
}
.sidebar .widget-content.gallery img{
	max-width:90px;
	margin-bottom:5px;
}
.sidebar .widget-content.tabs ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.sidebar .widget-content.tabs .tab-pane ul li{
	margin:7px 0px;
}
.sidebar .widget-content.tabs .tab-pane ul li img{
	max-width:60px;
	float:left;
	margin-right:10px;
	margin-top:3px;
}
.sidebar .widget-content.tabs .tab-pane ul li span{
	color:#555;
}
/* Blog */
.blog-meta{
	margin:10px 0px;
	padding:5px 10px;
	border-top:1px solid #f7f7f7;
	border-bottom:1px solid #f7f7f7;
	background:#fcfcfc;
}
.blog-meta a{
	color:#888;
	font-size:12px;
}
.blog-meta a:hover{
	color:#555;
}
.blog-author .blog-author-img{
	max-width:100px;
	float:left;
	margin-right:15px;
}
/* Blog comments */
.blog-comments .blog-comment-item{
	border-bottom:1px solid #eee;
	padding-bottom:15px;
	margin-bottom:15px;
}
.blog-comments .blog-comment-item.comment-reply{
	margin-left:75px;
}
.blog-comments .comment-author-image{
	float:left;
	max-width:60px;
}
.blog-comments .comment-details{
	margin-left:75px;
}
/* Blog one */
.blog-one .blog-one-item{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #eee;
}
.blog-one .blog-one-img{
	max-width:220px;
	float:left;
	margin-bottom:5px;
}
.blog-one .blog-one-img img{
	margin-top:5px;
}
.blog-one .blog-one-content{
	position:relative;
	margin-left:235px;
}
.blog-one .blog-one-content h6{
	color:#aaa;
	font-weight:400;
}
/* Blog two */
.blog-two .blog-two-item{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #eee;
}
.blog-two .blog-two-img{
	margin-bottom:10px;
}
.blog-two .blog-two-video{
	margin-bottom:10px;
}
.blog-two .blog-two-content h6{
	color:#aaa;
	font-weight:400;
}
/* Blog three */
.blog-three .blog-three-item{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #eee;
}
.blog-three .blog-three-img{
	margin-bottom:10px;
}
.blog-three .blog-three-video{
	margin-bottom:10px;
}
.blog-three .blog-three-content h6{
	color:#aaa;
	font-weight:400;
}
/* Blog four */
.blog-four .blog-four-item{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #eee;
}
.blog-four h3{
	font-size:30px;
	line-height:40px;
	margin-bottom:10px;
	font-weight:400;
}
.blog-four h3 a{
	color:#888;
}
.blog-four .meta-block{
	margin:10px 0px;
}
/* Blog masonry */
.blog-masonry .item {
	padding: 15px;
	width: 33.3%;
}
@media (max-width: 767px){
	.blog-masonry .item { width: 50% !important; }
}
@media (max-width: 480px){
	.blog-masonry .item { width: 100% !important; }
}
.blog-masonry .item .grid-entry{
	overflow: hidden;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #eee;
}
.blog-masonry .grid-entry .grid-img{
	position: relative;
	overflow: hidden;
	margin-bottom:20px;
}
.blog-masonry .grid-entry .video-container{
	margin-bottom:20px;
}
.blog-masonry .grid-entry img{
	border-radius: 5px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.blog-masonry .grid-entry .grid-img .grid-img-hover{
	display: block;
	width: 100%;
	height: 0%;
	position: absolute;
	top: 100%;
	left: 0%;
	background: rgba(0,0,0,0.5);
	border-radius:3px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index: 20;
}
.blog-masonry .grid-entry .grid-img:hover .grid-img-hover{
	top: 0%;
	height:100%;
}
.blog-masonry .grid-entry .grid-img a{
	color: #fff;
}
.blog-masonry .grid-entry .grid-img i.hover-icon{
	position: absolute;
	top: 50%;
	left:50%;
	display: inline-block;
	margin-top: -20px;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	border-radius: 3px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
	z-index: 25;
}
.blog-masonry .grid-entry .grid-img:hover i.hover-icon{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blog-masonry .grid-entry .bor{
	margin-top:6px;
	margin-bottom:5px;
	width:75px;
	height:3px;
}
.blog-masonry .grid-entry .read-more{
	display:block;
	margin-top:10px;
	color:#444;
	font-weight:bold;
	font-size:12px;
}
.blog-masonry  .grid-entry .grid-quote{
	color: #fff;
	padding:15px;
}
.blog-masonry  .grid-entry .grid-quote i{
	margin-bottom:10px;
}
.blog-masonry .grid-entry .grid-quote p{
	font-size:16px;
	line-height:32px;
}
.blog-masonry .grid-entry .grid-quote .author{
	font-size:16px;
	font-weight:600;
}
/****************/
/* Masonry grid */
/****************/
.masonry-grid .item {
	padding: 15px;
	width: 33.3%;
}
@media (max-width: 767px){
	.masonry-grid .item { width: 50% !important; }
}
@media (max-width: 480px){
	.masonry-grid .item { width: 100% !important; }
}
.masonry-grid .item h4{
	font-size:22px;
	line-height:35px;
	font-weight:400;
	margin-bottom:5px;
}
.masonry-grid .item h4 i{
	display:inline-block;
	color:#fff;
	width:30px;
	height:30px;
	text-align:center;
	line-height:26px;
	border-radius:100%;
	margin-right:5px;
}
.masonry-grid .item p{
	font-size:15px;
	line-height:33px;
	color:#888;
	margin-left:40px;
}
.masonry-grid .item p a{
	font-size:13px;
	line-height:23px;
	display:inline-block;
	margin-top:8px;
	font-weight:600;
	color:#555;
}
/************/
/* Magazine */
/************/
.magazine .sidebar{
	max-width:400px;
}
.magazine .sidebar h5{
	font-size:16px !important;
	font-weight:600 !important;
	text-transform:uppercase;
	margin-bottom:5px;
	border-bottom:1px solid #eee;
}
.magazine .sidebar .widget-content.search{
	max-width:300px !important;
}
.magazine .sidebar .widget-content.brand-bg{
	max-width:400px;
}
.magazine .sidebar .widget-content.brand-bg i{
	font-size:20px;
	margin-bottom:4px;
}
.magazine .sidebar .widget-content.gallery img{
	max-width:80px;
}
.magazine .sidebar .widget-content.tags .label{
	background:#f7f7f7;
	color:#888;
}
.magazine .magazine-meta{
	color:#999;
}
.magazine .magazine-meta i{
	margin-right:5px;
}
.magazine .magazine-item{
	margin-bottom:15px;
}
.magazine .magazine-item.mag-1{
	max-width:400px;
}
.magazine .magazine-item.mag-1 img{
	margin-bottom:10px;
}
.magazine h4.mag-head{
	text-transform:uppercase;
	padding-bottom:5px;
	margin-bottom:20px;
	border-bottom:1px solid #eee;
}
.magazine h4.mag-head i{
	margin-right:5px;
}
@media (max-width:767px){
	.magazine .sidebar{
		margin-top:20px;
	}
}
.magazine-list{
	max-width:400px;
}
.magazine-list li{
	margin:20px 0px;
}
.magazine-list li img{
	max-width:100px;
	float:left;
	margin-top:5px;
}
.magazine-list .m-list-content{
	margin-left:110px;
}
.magazine-list h5{
	font-weight:400;
	line-height:25px;
	margin-top:0px;
	padding-top:0px;
}
.magazine-list .magazine-meta{
	font-size:12px;
}
.magazine-item.mag-2{
	margin:30px 0px;
}
.magazine-item.mag-2 img{
	float:left;
	max-width:200px;
}
.magazine-item.mag-2 .mag-2-content{
	margin-left:220px;
}
@media (max-width:491px){
	.magazine-item.mag-2 img{
		max-width:400px;
		width:100%;
		float:none !important;
	}
	.magazine-item.mag-2 .mag-2-content{
		margin-left:0px;
		margin-top:10px;
	}
}
.magazine-item.mag-2 h4{
	margin-top:0px;
	padding-top:0px;
	line-height:25px;
}
/* Magazine single */
.magazine-single h2{
	font-size:35px;
	line-height:50px;
}
@media (max-width:767px){
	.magazine-single h2{
		font-size:22px;
		font-weight:normal;
		line-height:37px;
	}
}
.magazine-single .magazine-meta{
	font-size:14px;
	margin:8px 0px;
}
.magazine-single p{
	font-size:14px;
	line-height:33px;
}
/* Magazine comments */
.magazine-comments .magazine-comment-item{
	border-bottom:1px solid #eee;
	padding-bottom:15px;
	margin-bottom:15px;
}
.magazine-comments .magazine-comment-item.comment-reply{
	margin-left:75px;
}
.magazine-comments .comment-author-image{
	float:left;
	max-width:60px;
}
.magazine-comments .comment-details{
	margin-left:75px;
}
/***************/
/* Search page */
/***************/
.search-page form{
	margin:10px 0px;
}
.search-page .search-width{
	max-width:350px;
}
.search-page input,
.search-page seelct{
	margin-bottom:5px;
}
/* Search results */
.search-results .s-result-item{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #eee;
}
.search-results .s-result-item h5{
	font-size:18px;
}
.search-results .s-result-item .s-links{
	font-weight:600;
}
/*************/
/* Portfolio */
/*************/
/* Index portfolio */
.index-portfolio .carousel{
	max-width:1400px;
	margin:0px auto;
}
.portfolio #filters{
	margin-bottom: 30px;
}
/**** Isotope Filtering ****/
.isotope-item { z-index: 2; }
.isotope-hidden.isotope-item {
	z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	-ms-transition-property:     -ms-transform, opacity;
	-o-transition-property:      -o-transform, opacity;
	transition-property:         transform, opacity;
}
/* Portfolio filter one */
.portfolio.pf-one .p-element {
	width: 24%;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	float: left;
	margin:0.5%;
}
.portfolio.pf-one .p-element p{
	margin-bottom:10px;
}
@media (max-width:1050px){
	.portfolio.pf-one .p-element {
		width: 32%;
	}
}
@media (max-width:991px){
	.portfolio.pf-one .p-element {
		width: 48%;
	}
}
@media (max-width:480px){
	.portfolio.pf-one .p-element {
		width: 100%;
		margin-right:0px;
		margin-left:0px;
	}
}
/* Portfolio filter two */
.portfolio.pf-two .p-element {
	width: 24.9%;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	float: left;
}
.portfolio.pf-two .p-element p{
	margin-bottom:10px;
}
@media (max-width:1050px){
	.portfolio.pf-two .p-element {
		width: 33.333%;
	}
}
@media (max-width:991px){
	.portfolio.pf-two .p-element {
		width: 50%;
	}
}
@media (max-width:480px){
	.portfolio.pf-two .p-element {
		width: 100%;
	}
}
/************/
/* Projects */
/************/
.projects .related-projects img{
	max-width:150px;
	margin-right:8px;
}
/**************/
/* Blockquote */
/**************/
/* Quote one */
.quote-one .quote-one-item{
	margin:10px auto;
}
.quote-one span{
	float:left;
	font-family: 'Georgia Times New Roman', serif;
	width:60px;
	display:inline-block;
	line-height:115px;
	font-size:120px;
	text-align:center;
	color:#fff;
}
.quote-one .quote-one-right{
	margin-left:80px;
}
.quote-one p{
	font-size:20px;
	line-height:40px;
	font-weight:300;
}
/* Quote two */
.quote-two{
	background:url(/../../img/raster.png),url(/../../img/backgrounds/3.jpg) center center;
	background-attachment:fixed;
}
.quote-two .quote-two-content{
	text-align:center;
	max-width:900px;
	margin:60px auto;
	color:#fff;
}
.quote-two span{
	font-family: 'Georgia Times New Roman', serif;
	font-size:120px;
	color:#fff;
	width:90px;
	height:90px;
	border-radius:100px;
	line-height:140px;
	display:block;
	margin:10px auto;
}
.quote-two h3{
	font-size:35px;
	line-height:50px;
	font-weight:300;
	color:#fff;
	margin-bottom:10px;
}
@media (max-width:767px){
	.quote-two h3{
		font-size:25px;
		line-height:40px;
	}
}
/* Quote three */
.quote-three .quote-three-content{
	text-align:center;
	max-width:900px;
	margin:30px auto;
}

.quote-three img{
	width:100px;
	height:100px;
	display:block;
	margin:10px auto;
	border-radius:100px;
}
.quote-three h3{
	font-size:22px;
	line-height:40px;
	font-weight:400;
	max-width:800px;
	margin:0 auto;
}
/***********/
/* Clients */
/***********/
/* Client One */
.client-one{
	margin:10px 0px;
}
.client-one .c1-item{
	position:relative;
	margin:10px;
	box-shadow:0px 0px 1px rgba(0,0,0,0.2);
	padding:5px;
}
.client-one .c1-item  .img-hover{
	position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   opacity: 0;
	cursor:pointer;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter:alpha(opacity=0);
   -webkit-transition: all 0.4s ease-out;
   -moz-transition: all 0.4s ease-out;
   -o-transition: all 0.4s ease-out;
   -ms-transition: all 0.4s ease-out;
   transition: all 0.4s ease-out;
	z-index:999;
}
.client-one .c1-item:hover .img-hover{
	opacity: 1;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter:alpha(opacity=100);
}
.client-one .c1-item h5{
	position: absolute;
	top:40%;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	width:100%;
	display: inline-block;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter:alpha(opacity=0);
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	z-index: 10000;
}
.client-one .c1-item:hover h5{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter:alpha(opacity=100);
}
.client-one .c1-item h5 a{
	color:#fff;
}
/* Client Two */
.client-two{
	margin:10px 0px;
}
.client-two .c2-item{
	box-shadow:inset 0px 0px 100px rgba(0,0,0,0.03);
	border:1px solid #e5e5e5;
	position:relative;
	margin:10px auto;
	text-align:center;
	height:150px;
}
@media (max-width:767px){
	.client-two .c2-item{
		max-width:250px;
	}
}
.client-two .c2-item a img{
	width:100%;
	max-width:200px;
	padding:45px 0px;
	display:inline-block;
}
/* Client three */
.client-three{
	margin:10px 0px;
}

.client-three .c3-item{
	margin:10px;
}

.client-three .c3-item a img{
	width:100%;
	max-width:260px;
	margin:0 auto;
}
/**************/
/* Contact us */
/**************/
/* Contact us one */
.contact-us-one .contact-map iframe{
	width:100%;
	height:300px;
	border:0px;
}
.contact-us-one h5{
	margin:5px 0px;
}
.contact-us-one .contact-item{
	margin-bottom:10px;
}
.contact-us-one .contact-item i{
	color:#fff;
}
.contact-us-one ul li{
	margin:10px 0px;
}
.contact-us-one ul li a{
	color:#888;
}
/* Contact us two */
.contact-us-two h5{
	margin:5px 0px;
}
.contact-us-two .contact-map iframe{
	width:100%;
	height:270px;
	padding:3px;
	border:1px solid #ddd;
}
.contact-us-two .contact-item{
	max-width:300px;
	margin:10px auto;
	padding:15px 10px;
	color:#fff;
	border-radius:3px;
	box-shadow:inset 0px 3px 0px rgba(0,0,0,0.2);
}
.contact-us-two i{
	width:40px;
	height:40px;
	border-radius:100px;
	line-height:40px;
	display:block;
	background:rgba(0,0,0,0.2);
	margin:10px auto;
}
.contact-us-two h4,
.contact-us-two a,
.contact-us-two a:hover{
	color:#fff;
}
/* Contact us three */
.contact-us-three .contact-map iframe{
	width:100%;
	height:270px;
	padding:3px;
	border:1px solid #ddd;
}
/* Contact us four */
.contact-us-four .contact-map iframe{
	width:100%;
	height:300px;
	border:0px;
}
/*************/
/* Error Log */
/*************/
.error-log{
	background: #fcfcfc;
	padding: 10px;
	border: 1px solid #eee;
	height: 400px;
	overflow: auto;
	font-family: "Courier New", monospace;
}
.error-log ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/***********/
/* Counter */
/***********/
/* Counter #1 */
.counter-one{
	margin:20px 0px;
}
.counter-one .counter-item {
	max-width: 200px;
	margin: 10px auto;
}
.counter-one  i {
	display: block;
	margin-bottom: 20px;
	font-size: 25px;
}
.counter-one  .number-count {
	display: inline-block;
	font-size: 42px;
	color: #666;
}
.counter-one hr {
	width: 35px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border-width: 3px;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}
.counter-one h5{
	color: #999;
	text-transform:uppercase;
}
/* Counter #2 */
.counter-two{
	padding:40px 0px;
}
.counter-two .counter-item {
	max-width: 200px;
	margin: 10px auto;
}
.counter-two  .num-container {
	width: 120px;
	height: 120px;
	line-height: 120px;
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 40px;
	color: #555;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.counter-two .counter-item:hover  .num-container {
	box-shadow: 0 0 0 10px rgba(0,0,0,0.15);
}
.counter-two  .num-container .per{
	display: inline-block;
	margin-left: 2px;
	font-size: 25px;
}
.counter-two .counter-item h4 {
	color: #fff;
}
/* Counter #3 */
.counter-three{
	margin:20px 0px;
}
.counter-three .counter-item {
	max-width: 200px;
	margin: 10px auto;
}
.counter-three .num-container {
	font-size: 90px;
	line-height:90px;
	font-weight: 600;
}
.counter-three  .num-container .per{
	left: 2px;
	font-size:25px;
	font-weight: 400;
}
/* Counter #4 */
.counter-four{
	margin:20px 0px;
}
.counter-four .counter-item {
	max-width: 360px;
	margin: 10px auto;
}
.counter-four i {
	width: 75px;
	height: 75px;
	line-height: 73px;
	font-size: 35px;
	text-align: center;
	border-radius: 50%;
	float: left;
	border:1px solid #f3f3f3;
}
.counter-four h4,
.counter-four p { margin-left: 90px; }
.counter-four h4 {
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 40px;
	line-height: 50px;
}
.counter-four h4 small {
	display: inline-block;
	margin-left: 3px;
	font-size: 18px;
	font-weight:600;
	text-transform: uppercase;
	color:#bbb;
}
.counter-four p {
	color:#888;
}
/* knob #1 */
.knob-one{
	margin:20px 0px;
}
.knob-one .knob-item{
	max-width: 300px;
	margin: 10px auto;
}
.knob-one .knob-item h4 {
	text-transform: uppercase;
}
/* knob #2 */
.knob-two{
	margin:20px 0px;
}
.knob-two .knob-item{
	max-width: 300px;
	margin: 10px auto;
}
.knob-two .knob-item h4{
	text-transform: uppercase;
}
/* Components */
.components img{
	max-width:140px;
	display:inline-block;
}
/* Icons page */
.fa-icons ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.fa-icons ul li{
	margin:5px 0px;
}
.fa-icons ul li i{
	margin-right:5px;
}
/* Events */
.events .event-details{
	padding:5px 10px;
	background:#fcfcfc;
	border:1px solid #eee;
	margin-bottom:5px;
	color:#777;
}
.events .event-details i{
	margin-right:5px;
}
/* Events two */
.events-two .event-item{
	padding:12px 10px;
	background:#fff;
	border:1px solid #ddd;
	box-shadow:0px 0px 5px rgba(0,0,0,0.1);
	border-radius:3px;
	margin:20px 0px;
}
.events-two .e-details{
	float:left;
	width:150px;
	text-align:center;
	font-weight:600;
	font-size:14px;
	margin:5px 0px;
}
.events-two .e-details span{
	display:block;
	font-size:16px;
}
.events-two .e-details .btn{
	margin-top:10px;
}
/* Horizontal timeline */
.h-timeline-row{
	margin: 50px 0px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e8e8e8;
}
.h-timeline-row .entry {
	position: relative;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-left:1px solid #eee !important;
	border-right:1px solid #eee !important;
	border-bottom:1px solid #eee !important;
}
.h-timeline-row .entry:after,
.h-timeline-row .entry:before {
	position: absolute;
	top: 100%;
	left: 39px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	pointer-events: none;
}
.h-timeline-row .entry:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 8px;
	margin-left: 1px;
}
.h-timeline-row .entry:before {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #ccc;
	border-width: 9px;
	margin-left: 0px;
}
.h-timeline-row .entry .entry-content {
	padding: 15px;
}
.h-timeline-row .entry .meta {
	font-size: 13px;
}
.h-timeline-row .entry .entry-content h4 {
	text-transform: capitalize;
}
.h-timeline-row .entry .entry-icon {
	position: absolute;
	left: 30px;
	bottom: -50px;
	width: 35px;
	height: 35px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 0 2px rgba(0,0,0,0.15);
}
@media (max-width: 991px){
	.h-timeline-row {
		margin-left:15px;
		padding-bottom: 0;
		padding-left: 30px;
		border-bottom: 0;
		padding-top: 0;
		border-left: 1px solid #e8e8e8;
	}
	.h-timeline-row .entry  { margin-bottom: 30px; }
	.h-timeline-row .entry .entry-icon {
		position: absolute;
		left: -48px;
		bottom: 100%;
		margin-bottom: -45px;
	}
	.h-timeline-row .entry:after, .h-timeline-row .entry:before {
		top: 20px;
		left: -16px;
	}
	.h-timeline-row .entry:after {
		border-top-color: transparent;
		border-right-color: #fff;
		border-width: 8px;
		margin-left: 0px;
		margin-top: 0;
	}
	.h-timeline-row .entry:before {
		border-top-color: transparent;
		border-right-color: #ccc;
		border-width: 9px;
		margin-left: -2px;
		margin-top: -1px;
	}
}
/* Vertical timeline */
.vertical-timeline{
	margin:20px 15px;
}
.v-timeline-col {
	padding-left: 30px;
	padding-right:25px;
	border-left: 1px solid #e8e8e8;
}
.v-timeline-col .entry {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
}
.v-timeline-col .entry:after, .v-timeline-col .entry:before {
	top: 47px;
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.v-timeline-col .entry:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 7px;
	margin-right: -1px;
	margin-top: -7px;
}
.v-timeline-col .entry:before {
	border-color: rgba(0, 0, 0, 0);
	border-right-color: #ccc;
	border-width: 8px;
	margin-right: -1px;
	margin-top: -8px;
}
.v-timeline-col .entry-icon {
	position: absolute;
	left: -51px;
	top: 27px;
	width: 40px;
	height: 40px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 0 2px rgba(0,0,0,0.1);
}
.v-timeline-col .entry-head {
	padding: 6px 15px;
	color: #fff;
	font-weight:600;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.v-timeline-col .entry-content {
	margin-top: 15px;
	padding: 0 15px;
}
.v-timeline-col .entry-content img{
	margin:5px 0px;
}
.v-timeline-col .entry-content ul{
	padding-left:20px;
}
.v-timeline-col .entry-content .gallery img {
	max-width:125px;
	margin-right:10px;
	margin-top:6px;
	margin-bottom:6px;
}
.v-timeline-col .entry-content blockquote{
	border-color:#eee;
	background:transparent;
	padding:5px 0px;
	padding-left:20px;
}
.v-timeline-col .team .team-member img {
	width: 100%;
	max-width: 130px;
	float: left;
}
.v-timeline-col .team .team-member h5,
.v-timeline-col .team .team-member p ,
.v-timeline-col .team .team-member .brand-bg {
	margin-left: 145px;
}
.v-timeline-col .entry-content.video .video-container{
   position: relative;
   padding-bottom: 56.25%;
   height: 0;
   overflow: hidden;
	margin-top:5px;
}
.v-timeline-col .entry-content.video .video-container iframe{
	width: 100%;
	height: 100%;
	border: 0;
	position: absolute;
	top:0;
	left:0;
}
/* Body background image for some pages */
body.bg-img{
	background:url(/../../img/raster.png),url(/../../img/backgrounds/1.jpg);
	background-size:cover;
	background-attachment:fixed;
}
/* 404 Error */
.error-inside  form{
	max-width:250px;
	margin:20px auto;
}
.error {
	max-width:600px;
	margin:0 auto;
	margin-top:100px;
	background:#fff;
	text-align:center;
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
	border-radius:5px;
	padding:50px;
}
.error  h2{
	font-size:50px;
	line-height:65px;
}
@media (max-width:767px){
	.error{
		max-width:500px;
	}
	.error h2{
		font-size:35px;
		line-height:50px;
	}
}
.error  h3{
	color:#888;
}
.error  p{
	max-width:400px;
	margin:0 auto;
	margin-top:10px;
}
.error  form{
	max-width:250px;
	margin:20px auto;
}
.error  form input{
	color:#888;
}
.error  ul li a{
	color:#aaa;
}
.error ul li a:hover{
	color:#888;
}
/* Maintanance Starts */
.maintenance{
	background:#fff;
	text-align:center;
	max-width:800px;
	margin:0 auto;
	margin-top:100px;
	padding:50px;
	border:1px solid #ddd;
	border-radius:5px;
	position:relative;
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
}
.maintenance a i{
	width:60px;
	height:60px;
	line-height:60px;
	border-radius:100px;
	text-align:center;
	color:#fff;
	font-size:28px;
	position:absolute;
	top:-30px;
	left:50%;
	margin-left:-30px;
}
.maintenance h2{
	font-size:50px;
	line-height:65px;
}
@media (max-width:767px){
	.maintenance h2{
		font-size:40px;
		line-height:55px;
	}
}
.maintenance h4{
	margin-bottom:20px;
}
/* Login-Register */
.login-reg{
	max-width:450px;
	margin:0 auto;
	margin-top:100px;
	padding:30px;
	background:#fff;
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
	border-radius:5px;
}
.login-reg h4{
	text-align:center;
}
.login-reg .s-media{
	text-align:center;
}
.login-reg .s-media a.btn{
	margin:0px 5px;
}
/* Inside login and register form */
.login-reg-form form{
	max-width:400px;
}
@media (max-width:991px){
	.login-reg-form{
		max-width:500px;
	}
}
/* Combined Form */
.combined-form{
	max-width:400px;
	margin:0 auto;
	margin-top:60px;
	box-shadow:0px 3px 10px rgba(0,0,0,0.2);
}
.combined-form .nav-tabs{
	border-bottom:0px;
	text-align:center;
}
.combined-form ul li a i{
	display:block;
	font-size:25px;
	margin-bottom:8px;
	text-align:center;
}
.combined-form ul li a{
	background:#fff;
	color:#ccc;
	border:0px;
	font-size:17px;
	text-transform:uppercase;
	font-weight:600;
	border-right:1px solid #e5e5e5;
	border-top:3px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	border-radius:0px !important;
   -webkit-transition: all 0.7s ease;
   -moz-transition: all 0.7s ease;
   -o-transition: all 0.7s ease;
   -ms-transition: all 0.7s ease;
   transition: all 0.7s ease;
}
.combined-form ul li a:hover{
	color:#bbb;
	border-top:3px solid #ddd !important;
}
.combined-form ul li:first-child a{
	border-top-left-radius:5px !important;
	border-left:1px solid #e5e5e5;
}
.combined-form ul li:first-child.active a, .combined-form ul li:first-child.active:hover a{
	border-left:1px solid #e5e5e5 !important;
}
.combined-form ul li:last-child a{
	border-top-right-radius:5px !important;
	border-right:1px solid #e5e5e5 !important;
}
.combined-form ul li:last-child.active a, .combined-form ul li:last-child.active:hover a{
	border-right:1px solid #e5e5e5 !important;
}
.combined-form ul li.link-one.active a , .combined-form ul li.link-one.active:hover a{
	border-top:3px solid #51d466 !important;
}
.combined-form ul li.link-one.active a i{
	color:#51d466;
}
.combined-form ul li.link-two.active a, .combined-form ul li.link-two.active:hover a{
	border-top:3px solid #32c8de !important;
}
.combined-form ul li.link-two.active a i{
	color:#32c8de;
}
.combined-form ul li.link-three.active a, .combined-form ul li.link-three.active:hover a{
	border-top:3px solid #cb79e6 !important;
}
.combined-form ul li.link-three.active a i{
	color:#cb79e6;
}
.combined-form ul li.active a{
	color:#444 !important;
}
.combined-form ul li.active a, .combined-form ul li.active:hover a{
	background:#fff !important;
	border-left:0px !important;
}
.combined-form ul li:hover a{
	background:#fff !important;
	border-bottom:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}
.combined-form-content .tab-content{
	background:#fff;
	padding:20px 30px 10px;
	border:1px solid #e5e5e5;
	border-top:0px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
}
.combined-form-content .tab-content h4{
	text-align:center;
	color:#777;
}
.combined-form-content .tab-content .bor{
	width:50px;
	height:3px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:20px;
	border-radius:2px;
}
.combined-form-content .tab-content label{
	color:#666;
	font-size:13px;
	font-weight:400;
}
@media (max-width:767px){
	.nav-tabs.nav-justified li a{
		margin-bottom:0px;
	}
}
/* Scroll to top */
.totop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 104400;
	display:none;
}
.totop a i{
	display: block;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	border-radius: 2px;
}
.totop a, .totop a:visited{
	color: #fff;
}
.totop a:hover {
	color: #fff;
	text-decoration: none;
}
/* Foot */
.foot {
	border-top: 3px solid;
	margin-top: 30px;
	padding: 15px 0px;
	background: #333333;
	color: #aaa;
}
.foot .foot-item {
	margin: 15px auto;
	max-width: 500px;
}
@media (max-width: 991px) {
	.foot .foot-item {
		margin-bottom: 35px;
	}
}
.foot .foot-item h5 {
	color: #ccc;
	font-size: 13px;
	line-height: 0px;
	margin-bottom: 20px;
}
.foot .foot-item p {
	margin: 0px;
}
.foot .foot-item a {
	color: #bbb;
}
.foot .foot-item a:hover {
	color: #ccc;
}
.foot .foot-item .brand-bg {
	margin: 10px 0px 20px 0px;
}
.foot .foot-item .subscribe-box {
	margin-top: 20px;
}
.foot .foot-item .subscribe-box .input-group {
	max-width: 250px;
	margin-top: 20px;
}
.foot .foot-item ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	padding: 5px 0px;
}
.foot .foot-item ul li:last-child {
	border-bottom: 0px;
}
.foot .foot-item ul li :before {
	line-height: 30px;
	font-family: FontAwesome;
	content: "\f105";
	font-size: 13px;
	margin-right: 7px;
	font-weight: normal;
	color: #ccc;
}
.foot .foot-item .foot-recent-img a img {
	max-width: 75px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
}
.foot .foot-item .foot-recent-img a img.img-thumbnail {
	padding: 1px;
	border-radius: 2px;
}
.foot .foot-item .address h6 {
	color: #ccc;
	font-size: 13px;
}
.foot .foot-item .address h6 i {
	font-size: 14px;
}
.foot .foot-item .address p i {
	font-size: 14px;
	margin-right: 8px;
	color: #ccc;
}
.foot .foot-item .address p.add {
	margin-left: 20px;
}
.foot .foot-item .address p.tel {
	line-height: 35px;
}
/* Footer */
footer {
	padding: 15px 10px 4px;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	font-size: 12px;
	background: #333333;
	color: #ccc;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #aaa;
}
@media (max-width: 767px) {
	footer .pull-left,
	footer .pull-right {
		float: none !important;
		text-align: center;
	}
}
/* UI designs */
.ui-designs img{
	margin:15px auto;
	max-width:350px;
	width:100%;
	box-shadow:inset 0px 0px 5px rgba(0,0,0,0.1);
}

/*
--------------------------------------------------
@Start smart forms
--------------------------------------------------
*/

/* Roboto google font import
--------------------------------------- */
/*@import url(http://fonts.googleapis.com/css?family=Roboto:400,300);*/

/*html, body{
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	font: inherit;
}*/

/* @backgrounds :: modify or add yours below
------------------------------------------------------------------- */
/*.darkbg{ background:#6C82A2 url(/../images/dark.png) repeat fixed; }*/
/*.woodbg{ background:#E6CCA6 url(/../images/wood.png) repeat fixed; }*/

/* @form wrappers
---------------------------------- */
.smart-wrap{ padding:0 20px; }
.smart-forms,
.smart-forms *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.smart-forms {
	font-family:  "Roboto", Arial, Helvetica, sans-serif;
	line-height: 1.231;
	font-weight: 400;
	font-size: 14px;
	color: #626262;
}

.smart-container{
	background:#fff;
	margin:50px auto;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	-o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-o-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;

}

/* @form container width
/* @if you want to change the form container width change the values below
/* @alternatively you can add yours eg .wrap4{ max-width:200px; }
---------------------------------------------------------------------------- */
.wrap-0{ max-width:952px; }
.wrap-1{ max-width:852px; }
.wrap-2{ max-width:652px; }
.wrap-3{ max-width:452px; }

/* @form helper classes
--------------------------------------------------------------- */
.smart-forms .section{ margin-bottom:22px; }
.smart-forms .smart-link{ color:#4ebd4a; text-decoration:none; }
.smart-forms .smart-link:hover{ text-decoration: underline; }
.smart-forms .tagline{ height:0; border-top:1px solid #CFCFCF; text-align:center;  }
.smart-forms .tagline span{
	text-transform:uppercase;
	display:inline-block;
	position:relative;
	padding:0 15px;
	background:#fff;
	color:#4ebd4a;
	top:-10px;
}

/* @form label + field :: field class is useful for validation
---------------------------------------------------------------------- */
.smart-forms .field{ display:block; position:relative; }
.smart-forms .field-icon i { color:#BBB; position:relative; }
.smart-forms .field-label { display: block; margin-bottom: 7px; }
.smart-forms .field-label.colm{ padding-top:12px; }
.smart-forms .field-label em{
	color:#e74c3c;
	font-size:14px;
	font-style:normal;
	display:inline-block;
	margin-left:4px;
	position:relative;
	top:3px;
}

/* @form header section
----------------------------------------- */
.smart-forms .form-header{
	overflow:hidden;
	position:relative;
	padding:25px 30px;
	-webkit-border-radius:5px 5px 0 0 ;
	-moz-border-radius:5px 5px 0 0 ;
	-o-border-radius:5px 5px 0 0 ;
	border-radius:5px 5px 0 0 ;
}

.smart-forms .form-header h4 {
	font-family:"Roboto", Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight:300;
	font-size:32px;
	padding:0;
	margin:0;

}

.smart-forms .form-header h4 i {
	font-size:38px;
	position:relative;
	margin-right:10px;
	top:2px;
}

/* @header themes :: primary + lite
---------------------------------------------- */
.smart-forms .header-primary {
	background-color:#4ebd4a;
	border-top:1px solid #A7D065;
	border-bottom:5px solid #3c9b39;
}

.smart-forms .header-lite{
	background:#F3F5FA;
	border-top:1px solid #A7D065;
	border-bottom:1px solid #D9DDE5;
}

.smart-forms .header-lite:before{
	content:"";
	background-color:#4ebd4a;
	position:absolute;
	height:8px;
	z-index:1;
	top:0px;
	right:0;
	left:0;
}

.smart-forms .header-primary h4{ color:#fff; }
.smart-forms .header-lite h4{ color:#5D6A87; padding-top:5px; }

/* @remove rounded corners form headers
----------------------------------------------------------------- */
.smart-flat,
.smart-flat .form-header{
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
}

/* @form body + footer
------------------------------------------------------------------- */
.smart-forms .form-body{ padding:40px 30px; padding-bottom:20px; }
.smart-forms .form-footer {
	overflow:hidden;
	padding:20px 25px;
	padding-top:25px;
	background: #F5F5F5;
	background: #F5F5F5 url(/../images/foobg.png) top left repeat-x;
}

/* @crossbrowser placeholder styling :: modern browsers only IE10+
------------------------------------------------------------------------ */
.smart-forms input[type=search] { -webkit-appearance: textfield; }
.smart-forms ::-webkit-search-decoration,
.smart-forms ::-webkit-search-cancel-button { -webkit-appearance: none; }
.smart-forms input:invalid { -moz-box-shadow: none; box-shadow: none;  }
.smart-forms input::-webkit-input-placeholder,
.smart-forms textarea::-webkit-input-placeholder { color: #AAAAAA; }
.smart-forms input:focus::-webkit-input-placeholder,
.smart-forms textarea:focus::-webkit-input-placeholder { color: #D6DBE0; }
.smart-forms input:-moz-placeholder,
.smart-forms textarea:-moz-placeholder { color: #AAAAAA; }
.smart-forms input:focus:-moz-placeholder,
.smart-forms textarea:focus:-moz-placeholder { color: #D6DBE0; }
.smart-forms input::-moz-placeholder,
.smart-forms textarea::-moz-placeholder { color: #AAAAAA; opacity: 1; }
.smart-forms input:focus::-moz-placeholder,
.smart-forms textarea:focus::-moz-placeholder { color: #D6DBE0; opacity: 1; }
.smart-forms input:-ms-input-placeholder,
.smart-forms textarea:-ms-input-placeholder { color: #AAAAAA; }
.smart-forms input:focus:-ms-input-placeholder,
.smart-forms textarea:focus:-ms-input-placeholder { color: #D6DBE0; }

/* @element general styling :: fonts :: adjust accordingly
------------------------------------------------------------- */
.smart-forms label,
.smart-forms input,
.smart-forms button,
.smart-forms select,
.smart-forms textarea {
	margin: 0;
	font-size: 14px;
	font-family:  "Roboto", Arial, Helvetica, sans-serif;
	font-weight:400;
	color: #626262;
	outline:none;
}

/* @remove browser specific styling
----------------------------------------------- */
.smart-forms .gui-input,
.smart-forms .gui-textarea,
.smart-forms .select > select,
.smart-forms input[type="button"],
.smart-forms input[type="submit"],
.smart-forms input[type="search"],
.smart-forms .select-multiple select {
	-webkit-tap-highlight-color:transparent;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius:0px;
	border-radius: 0px;
}

.smart-forms input[type="search"]::-webkit-search-decoration,
.smart-forms input[type="search"]::-webkit-search-cancel-button,
.smart-forms input[type="search"]::-webkit-search-results-button,
.smart-forms input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

/* @labels font-size styling :: adjust to fit your needs
--------------------------------------------------------- */
.smart-forms .switch,
.smart-forms .option,
.smart-forms .field-label{ font-size:14px; }

/* @prevent user selection for usability purposes
----------------------------------------------------- */
.smart-forms .radio,
.smart-forms .button,
.smart-forms .checkbox,
.smart-forms .select .arrow,
.smart-forms .switch > label,
.smart-forms .ui-slider .ui-slider-handle{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* @universal rules for all elements
---------------------------------------------------- */
.smart-forms .radio,
.smart-forms .button,
.smart-forms .tooltip,
.smart-forms .checkbox,
.smart-forms .gui-input,
.smart-forms .notification,
.smart-forms .gui-textarea,
.smart-forms .select > select,
.smart-forms .select-multiple select{
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	outline:none;
}

/* @control border-size :: color etc for these elements
----------------------------------------------------------- */
.smart-forms .select,
.smart-forms .gui-input,
.smart-forms .gui-textarea,
.smart-forms .select > select,
.smart-forms .select-multiple select{
	background: #fff;
	position: relative;
	vertical-align: top;
	border: 1px solid #CFCFCF;
	display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
	color: #626262;
	outline:none;
	height: 42px;
	width: 100%;
	*zoom: 1;
}

/* @styling inputs and textareas
------------------------------------------- */
.smart-forms .gui-input,
.smart-forms .gui-textarea { padding:10px; }
.smart-forms .gui-textarea {
    resize: none;
	line-height: 19px;
	overflow: auto;
	max-width:100%;
    height: 96px;
}

/* @hint below textareas
---------------------------------------- */
.smart-forms .input-hint {
    padding: 10px;
	display: block;
	margin-top: -1px;
	line-height: 16px;
	position: relative;
    background: #F5F5F5;
    border: 1px solid #CFCFCF;
	font-family:Arial, Helvetica, sans-serif;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
    font-size: 11px;
    color: #999;
}

/* @form selects :: dropdowns
-------------------------------------------------- */
.smart-forms .select { border:0; z-index:10; }
.smart-forms .select > select {
	display: block;
    padding:9px 10px;
    color: #626262;
    background: #F5F5F5;
     border: 1px solid #CFCFCF;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:normal;
	outline:none;
	text-indent: 0.01px;
    text-overflow: '';
	z-index:10;
	margin: 0;
}

.smart-forms .select > select::-ms-expand { display: none; }
.smart-forms .select .arrow {
	position: absolute;
	top: 9px;
	right: 4px;
	width: 24px;
	height: 24px;
	color:#9F9F9F;
	pointer-events:none;
	z-index:16;
}

.smart-forms .select .arrow:after,
.smart-forms .select .arrow:before {
	content: '';
	position: absolute;
	font:12px "Consolas", monospace;
	font-style:normal;
	pointer-events:none;
	display:none\9;
	left:5px;

}

.smart-forms .select .arrow:before { content:'\25BC'; bottom:4px; }
.smart-forms .select .double:after { content:'\25B2'; top:-1px;  }
.smart-forms .select .double:before { content:'\25BC'; bottom:-1px; }
.smart-forms .select-multiple select {
	width:100%;
	height: 123px;
	padding: 10px;
}

/* @file inputs :: file uploaders
-------------------------------------------------------- */
.smart-forms .file{ display:block; width:100%; }
.smart-forms .file .gui-file{
	width:100%;
	height:100%;
	cursor:pointer;
	padding:8px 10px;
	position:absolute;
	-moz-opacity:0;
	opacity: 0;
	z-index:11;
	bottom:0;
	right:0;
}

.smart-forms .file .button {
	position: absolute;
	top: 4px;
	right: 4px;
	float: none;
	height: 34px;
	line-height: 34px;
	padding: 0 16px;
	z-index:10;
}

/* @form element :hover state
-------------------------------------------- */
.smart-forms .gui-input:hover,
.smart-forms .gui-textarea:hover,
.smart-forms .select > select:hover,
.smart-forms .select-multiple select:hover,
.smart-forms .gui-input:hover ~ .input-hint,
.smart-forms .file .gui-file:hover + .gui-input,
.smart-forms .gui-textarea:hover ~ .input-hint{
	border-color: #6BC868;
}

/* @form element :focus state
-------------------------------------------------------- */
.smart-forms .gui-input:focus,
.smart-forms .gui-textarea:focus,
.smart-forms .select > select:focus,
.smart-forms .select-multiple select:focus{
    color: #3c3c3c;
    background: #fff;
	border:1px solid #4EBD4A;
	-webkit-box-shadow:0px 0px 3px #4EBD4A inset;
	-moz-box-shadow:0px 0px 3px #4EBD4A inset;
	-o-box-shadow:0px 0px 3px #4EBD4A inset;
	box-shadow:0px 0px 3px #4EBD4A inset;
    outline: none;

}

.smart-forms .select > select:focus {
	z-index:10;
	z-index:20\9;
}

/*.smart-forms .gui-textarea:focus{  height: 120px; }*/
.smart-forms .select > select:focus { z-index:10; z-index:20\9; }
.smart-forms .gui-input:focus ~ .field-icon i,
.smart-forms .gui-textarea:focus ~ .field-icon i{ color:#4EBD4A; }
.smart-forms .select-multiple select:focus,
.smart-forms .gui-input:focus ~ .input-hint,
.smart-forms .gui-textarea:focus ~ .input-hint,
.smart-forms .file .gui-file:focus + .gui-input{ border-color: #4EBD4A; }
.smart-forms .select > select:focus + .arrow{ color:#4EBD4A; }


/* @radio + checkbox option elements
----------------------------------------------------- */
.smart-forms .option {
    position: relative;
	padding-right:15px;
	display: inline-block;
    vertical-align: middle;
}
.smart-forms .option > input {
    position: absolute;
    height: inherit;
    width: inherit;
    opacity: 0;
	left: 0;
}

.smart-forms .checkbox,
.smart-forms .radio {
	position:relative;
	margin-right:2px;
	background: #fff;
	display: inline-block;
    border: 3px solid #CFCFCF;
	height: 21px;
	width: 21px;
	top:4px;
}

.smart-forms .checkbox:before,
.smart-forms .radio:before {
    content: '';
    display: none;
}

.smart-forms input:checked + .checkbox:before,
.smart-forms input:checked + .radio:before {
    display: block;
}

.smart-forms .checkbox:before {
    position: absolute;
    top: 4px;
    left: 3px;
    width: 6px;
    height: 3px;
    border: solid #4ebd4a;
    border-width: 0 0 3px 3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.smart-forms input:checked + .checkbox,
.smart-forms input:checked + .radio{ border: 3px solid #4ebd4a; }
.smart-forms .radio {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;

}
.smart-forms .radio:before {
    margin: 4px;
    width: 7px;
    height: 7px;
    background: #4ebd4a;
  	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}


/* @radio + checkbox :hover state
-------------------------------------------------- */
.smart-forms input:hover + .checkbox,
.smart-forms input:hover + .radio{
    border-color:#6BC868;

}

/* @radio + checkbox :focus state
--------------------------------------------------- */
.smart-forms input:focus + .checkbox,
.smart-forms input:focus + .radio{ border-color: #4ebd4a; }
.smart-forms input:focus + .radio:before{ background: #4ebd4a; }
.smart-forms input:focus + .checkbox:before{ border-color: #4ebd4a; }

/* @toggle switch elements
-------------------------------------------------- */
.smart-forms .switch {
	cursor:pointer;
	position: relative;
	padding-right:10px;
    display: inline-block;
	margin-bottom:5px;
	height: 26px;
}
.smart-forms .switch > label {
	cursor:pointer;
    display: inline-block;
    position: relative;
    height: 25px;
	width: 58px;
	color: #fff;
    font-size: 10px;
    font-weight: bold;
	line-height: 20px;
    text-align: center;
    background: #D7D7D7;
    border: 2px solid #D7D7D7;
	text-transform: uppercase;
	font-family:Helvetica, Arial, sans-serif;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;

}
.smart-forms .switch > label + span{ display:inline-block; padding-left:5px; position:relative; top:-7px; }
.smart-forms .switch > label:before {
    content: attr(data-off);
    position: absolute;
    top: 1px;
    right: 3px;
    width: 33px;
}

.smart-forms .switch > label:after {
	content:"";
    margin: 1px;
    width: 19px;
    height: 19px;
	display: block;
    background: #fff;
}

.smart-forms .switch > input {
	-webkit-appearance: none;
	position: absolute;
    width: inherit;
    height: inherit;
    opacity: 0;
	left: 0;
	top: 0;

}

/* @toggle switch focus state
-------------------------------------------------------------- */
.smart-forms .switch > input:focus { outline: none; }
.smart-forms .switch > input:focus + label { color: #fff; border-color: #C7C7C7; background:#C7C7C7; }
.smart-forms .switch > input:focus + label:after { background: #fff; }

/* @toggle switch normal state
--------------------------------------------------------------- */
.smart-forms .switch > input:checked + label {
    border-color: #4ebd4a;
	background: #4ebd4a;
	padding-left: 33px;
	color: white;
}

.smart-forms .switch > input:checked + label:before {
    content: attr(data-on);
    left: 1px;
	top:1px;
}

.smart-forms .switch > input:checked + label:after {
    margin: 1px;
    width: 19px;
    height: 19px;
    background: white;
}

/* @toggle switch normal state focus
--------------------------------------------------------------------------------- */
.smart-forms .switch > input:checked:focus + label { background: #3c9b39; border-color: #3c9b39; }
.smart-forms .switch-round > label {
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	-o-border-radius: 13px;
	border-radius: 13px;
}
.smart-forms .switch-round > label + span{ top:-2px; }
.smart-forms .switch-round > label:before { width: 33px; }
.smart-forms .switch-round > label:after {
    width: 19px;
	color:#D7D7D7;
	content: "\2022";
	font:20px/20px Times, Serif;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	-o-border-radius: 13px;
	border-radius: 13px;
}

.smart-forms .switch-round > input:checked + label { padding-left: 33px; }
.smart-forms .switch-round > input:checked + label:after{ color:#4ebd4a; }

/* @buttons
----------------------------------------------------- */
.smart-forms .button {
    border: 0;
	height: 42px;
	color: #243140;
	line-height: 1;
	font-size:15px;
    cursor: pointer;
	padding: 0 18px;
	text-align: center;
	vertical-align: top;
    background: #DBDBDB;
	display: inline-block;
	-webkit-user-drag: none;
	text-shadow: 0 1px rgba(255, 255, 255, 0.2);
}

/* @buttons :hover, :active states
---------------------------------------------------------------- */
.smart-forms .button:hover { color: #243140; background: #E8E8E8; }
.smart-forms .button:active{ color: #1d2938; background: #C4C4C4; }
.smart-forms a.button,
.smart-forms span.button,
.smart-forms label.button { line-height: 42px; text-decoration: none; }
.smart-forms .button i{ font-size:14px; }
.smart-forms .button-list .button{ margin-bottom:5px; }

/* @primary button theme
-------------------------------------------- */
.smart-forms .btn-primary {  background-color: #4ebd4a;  }
.smart-forms .btn-primary:hover,
.smart-forms .btn-primary:focus { background-color: #6bc868; }
.smart-forms .btn-primary:active{ background-color: #3c9b39; }
.smart-forms .btn-primary,
.smart-forms .btn-primary:hover,
.smart-forms .btn-primary:focus,
.smart-forms .btn-primary:active{ color: #fff; text-shadow: 0 1px rgba(0, 0, 0, 0.08); }

/* @rounded buttons
-------------------------------------------- */
.smart-forms .btn-rounded{
	-webkit-border-radius:22px;
	-moz-border-radius:22px;
	-o-border-radius:22px;
	border-radius:22px;
}

/* @left + right buttons :: look like IOS
-------------------------------------------- */
.smart-forms .button-left,
.smart-forms .button-right {
    position: relative;
	z-index:9;
}

.smart-forms .button-left:before,
.smart-forms .button-right:before {
    content:'';
    z-index:-1;
    width: 32px;
    height: 32px;
	position: absolute;
    background-color: inherit;
	border-color: inherit;
    border: none;
	top: 5px;
}

.smart-forms .button-left {
    border-left-width: 0;
	padding: 0 18px 0 7px;
    -webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin-left:20px;
}

.smart-forms .button-left:before {
    left: -15px;
    -webkit-border-radius: 2px 5px 0 5px;
	-moz-border-radius: 2px 5px 0 5px;
	-o-border-radius: 2px 5px 0 5px;
	border-radius: 2px 5px 0 5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.smart-forms .button-right {
    padding: 0 7px 0 18px;
    border-right-width: 0;
    -webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	margin-right:20px;
}

.smart-forms .button-right:before {
    right: -15px;
    -webkit-border-radius: 5px 2px 5px 0;
	-moz-border-radius: 5px 2px 5px 0;
	-o-border-radius: 5px 2px 5px 0;
	border-radius: 5px 2px 5px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* @left right button pointed button shapes
------------------------------------------------ */
.smart-forms .btn-pointed.button-left,
.smart-forms .btn-pointed.button-right{
	-webkit-border-radius:22px;
	-moz-border-radius:22px;
	-o-border-radius:22px;
	border-radius:22px;
}

.smart-forms .btn-rounded.button-left{
	-webkit-border-radius: 0 22px 22px 0;
	-moz-border-radius: 0 22px 22px 0;
	-o-border-radius: 0 22px 22px 0;
	border-radius: 0 22px 22px 0;
}

.smart-forms .btn-rounded.button-right{
	-webkit-border-radius: 22px 0 0 22px;
	-moz-border-radius: 22px 0 0 22px;
	-o-border-radius: 22px 0 0 22px;
	border-radius: 22px 0 0 22px;
}

/* @push buttons
------------------------------------------------ */
.smart-forms .pushed {
	-webkit-box-shadow:inset 0 -0.3em 0 rgba(0,0,0,0.2);
	-moz-box-shadow:inset 0 -0.3em 0 rgba(0,0,0,0.2);
	-o-box-shadow:inset 0 -0.3em 0 rgba(0,0,0,0.2);
	box-shadow:inset 0 -0.3em 0 rgba(0,0,0,0.2);
	position:relative;
}

.smart-forms .pushed:active{
	-webkit-box-shadow:inset 0 -0.15em 0 rgba(0,0,0,0.2);
	-moz-box-shadow:inset 0 -0.15em  0 rgba(0,0,0,0.2);
	-o-box-shadow:inset 0 -0.15em  0 rgba(0,0,0,0.2);
	box-shadow:inset 0 -0.15em  0 rgba(0,0,0,0.2);
	top:2px;
}

.smart-forms .pushed.button-left:before {
	-webkit-box-shadow:inset 0.35em 0  0 rgba(0,0,0,0.2);
	-moz-box-shadow:inset 0.35em 0 0 rgba(0,0,0,0.2);
	-o-box-shadow:inset 0.35em 0 0 rgba(0,0,0,0.2);
	box-shadow:inset 0.35em 0 0 rgba(0,0,0,0.2);
}

.smart-forms .pushed:active.button-left:before{
	-webkit-box-shadow:inset 0.2em 0  0 rgba(0,0,0,0.2);
	-moz-box-shadow:inset 0.2em 0  0 rgba(0,0,0,0.2);
	-o-box-shadow:inset 0.2em 0  0 rgba(0,0,0,0.2);
	box-shadow:inset 0.2em 0  0 rgba(0,0,0,0.2);
}

.smart-forms .pushed.button-right:before {
	-webkit-box-shadow:inset  -0.35em 0  0 rgba(0,0,0,0.2);
	-moz-box-shadow:inset -0.35em 0  0  rgba(0,0,0,0.2);
	-o-box-shadow:inset -0.35em 0  0  rgba(0,0,0,0.2);
	box-shadow:inset -0.35em 0  0  rgba(0,0,0,0.2);
}

.smart-forms .pushed:active.button-right:before{
	-webkit-box-shadow:inset -0.2em 0  0 rgba(0,0,0,0.2);
	-moz-box-shadow:inset -0.2em 0  0 rgba(0,0,0,0.2);
	-o-box-shadow:inset -0.2em 0  0 rgba(0,0,0,0.2);
	box-shadow:inset -0.2em 0  0 rgba(0,0,0,0.2);
}

/* @adjust buttons in form footer
------------------------------------------------ */
.smart-forms .form-footer .button{ margin-right:10px; margin-bottom:5px; }
.smart-forms .align-right .button{ margin-right:0; margin-left:10px; }

/* @social buttons :: facebook :: twitter :: google +
---------------------------------------------------- */
.smart-forms .twitter,
.smart-forms .twitter:hover,
.smart-forms .twitter:focus,
.smart-forms .facebook,
.smart-forms .facebook:hover,
.smart-forms .facebook:focus,
.smart-forms .googleplus,
.smart-forms .googleplus:hover,
.smart-forms .googleplus:focus { color:#fff; text-shadow: 0 1px rgba(0, 0, 0, 0.08); }
.smart-forms .facebook { background-color:#3b5998; }
.smart-forms .twitter { background-color:#00acee;  }
.smart-forms .googleplus { background-color:#dd4b39; }
.smart-forms .facebook:hover,
.smart-forms .facebook:focus { background-color:#25385F;  }
.smart-forms .twitter:hover,
.smart-forms .twitter:focus { background-color:#00749F;  }
.smart-forms .googleplus:hover,
.smart-forms .googleplus:focus { background-color:#8D2418;  }
.smart-forms .span-left{ padding-left:52px; text-align:left; }
.smart-forms .btn-social { position:relative; margin-bottom:5px;  }
.smart-forms .btn-social i{ font-size:22px; position:relative; top:2px;    }
.smart-forms .btn-social span{
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	-o-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
	display:inline-block;
	text-align:center;
	position:absolute;
	width:42px;
	left:0;
}

.smart-forms .twitter span{ background-color:#009AD5; }
.smart-forms .facebook span{ background-color:#31497D; }
.smart-forms .googleplus span{ background-color:#C03121; }

/* @rating and review star widget :: with hover back afetr selecting
------------------------------------------------------------------------ */
.smart-forms .rating { overflow: hidden; }
.smart-forms .rating.block { display:block; margin:10px 0; }
.smart-forms .rating label{color: #A2A6A8;}
.smart-forms .rating label i{ font-size:17px; text-align:center; color:inherit;  }
.smart-forms .rating label span{ font:22px/22px Times, Serif; }
.smart-forms .rating-star{ margin-left:4px; }
.smart-forms .rating-input { position: absolute; left:-9999px; top: auto; }
.smart-forms .rating:hover .rating-star:hover,
.smart-forms .rating:hover .rating-star:hover ~ .rating-star,
.smart-forms .rating-input:checked ~ .rating-star { color: #4ebd4a;	}
.smart-forms .rating-star,
.smart-forms .rating:hover .rating-star {
	width: 18px;
	float: right;
	display: block;
	cursor:pointer;
	color: #A2A6A8;
}


/* @smart widget
   @this widget helps us to position an element eg button or label or span
   @the positions can either be left or right while the input stays 100%
   @you ca use this to rapidly create search widgets, newsletter subscribe etc
---------------------------------------------------------------------------------*/
.smart-forms .smart-widget,
.smart-forms .append-picker-icon,
.smart-forms .prepend-picker-icon { position: relative; display:block; }
.smart-forms .smart-widget .field input,
.smart-forms .append-picker-icon input,
.smart-forms .prepend-picker-icon input { width: 100%; }

.smart-forms .append-picker-icon button,
.smart-forms .prepend-picker-icon button,
.smart-forms .smart-widget .button {
	border:1px solid #CFCFCF;
	background: #F5F5F5;
    position: absolute;
	cursor: pointer;
	color: #626262;
	height: 42px;
    top: 0;
}

.smart-forms .sm-right .button,
.smart-forms .append-picker-icon button{ border-left:0; }
.smart-forms .sm-left .button,
.smart-forms .prepend-picker-icon button{ border-right:0; }

.smart-forms .sm-left .button,
.smart-forms .prepend-picker-icon button { left:0; }
.smart-forms .sm-right .button,
.smart-forms .append-picker-icon button {  right:0; }

/* @smart widget buttons - to left
------------------------------------------------- */
.smart-forms .sml-50,
.smart-forms .prepend-picker-icon { padding-left: 50px; }
.smart-forms .sml-50 .button,
.smart-forms .prepend-picker-icon button{ width: 50px; }
.smart-forms .sml-80{ padding-left: 80px; }
.smart-forms .sml-80 .button { width: 80px; }
.smart-forms .sml-120{ padding-left: 120px; }
.smart-forms .sml-120 .button { width: 120px; }

/* @smart widget buttons - to right
------------------------------------------------- */
.smart-forms .smr-50,
.smart-forms .append-picker-icon{ padding-right: 50px; }
.smart-forms .smr-50 .button,
.smart-forms .append-picker-icon button{ width: 50px; }
.smart-forms .smr-80{ padding-right: 80px; }
.smart-forms .smr-80 .button { width: 80px; }
.smart-forms .smr-120{ padding-right: 120px; }
.smart-forms .smr-120 .button { width: 120px; }


/* @icon append (right) :: prepend (left)
------------------------------------------------- */
.smart-forms .append-icon,
.smart-forms .prepend-icon{
    display: inline-block;
    vertical-align: top;
    position: relative;
	width:100%;
}

.smart-forms .append-icon .field-icon,
.smart-forms .prepend-icon .field-icon{
	top:0;
	z-index:4;
	width:42px;
	height:42px;
	color: inherit;
	line-height:42px;
	position:absolute;
	text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    pointer-events: none;
}

.smart-forms .append-icon .field-icon i,
.smart-forms .prepend-icon .field-icon i{
	position:relative;
	font-size:14px;
}

.smart-forms .prepend-icon .field-icon{ left:0;  }
.smart-forms .append-icon .field-icon{ right:0; }
.smart-forms .prepend-icon > input,
.smart-forms .prepend-icon > textarea{ padding-left:36px; }
.smart-forms .append-icon > input,
.smart-forms .append-icon > textarea{ padding-right:36px; padding-left:10px;  }
.smart-forms .append-icon > textarea{ padding-right:36px; }

/* @tooltips on inputs + textareas
------------------------------------------------- */
.smart-forms .tooltip {
	position: absolute;
	z-index: -1;
	opacity: 0;
	color: #fff;
	width: 184px;
	left: -9999px;
	top:auto;
	font-size: 11px;
	font-weight:normal;
	background: #333333;
	-webkit-transition: margin 0.6s, opacity 0.6s;
	-moz-transition: margin 0.6s, opacity 0.6s;
	-ms-transition: margin 0.6s, opacity 0.6s;
	-o-transition: margin 0.6s, opacity 0.6s;
	transition: margin 0.6s, opacity 0.6s;
}

.smart-forms .tooltip > em{ padding:12px; font-style:normal; display:block; position:static; }
.smart-forms .tooltip:after { content: ''; position: absolute; }
.smart-forms .gui-input:focus + .tooltip,
.smart-forms .gui-textarea:focus + .tooltip { opacity: 1; z-index: 999; }

/* @tooltip left
------------------------------------------------- */
.smart-forms .tip-left { top:1px; margin-right:-20px; }
.smart-forms .tip-left:after {
	top:12px;
	left: 100%;
	border-left: 8px solid #333333;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

.smart-forms .gui-input:focus + .tip-left,
.smart-forms .gui-textarea:focus + .tip-left {
	margin-right:5px;
	right: 100%;
	left: auto;
}

/* @tooltip right
------------------------------------------------- */
.smart-forms .tip-right { top:1px; margin-left:-20px; }
.smart-forms .tip-right:after {
	top:12px;
	right: 100%;
	border-right: 8px solid #333333;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

.smart-forms .gui-input:focus + .tip-right,
.smart-forms .gui-textarea:focus + .tip-right { left: 100%; margin-left:5px; }

/* @tooltip right-top
------------------------------------------------- */
.smart-forms .tip-right-top { bottom: 100%; margin-bottom: -20px; }
.smart-forms .tip-right-top:after {
	top: 100%;
	right: 12px;
	border-top: 8px solid #333333;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.smart-forms .gui-input:focus + .tip-right-top,
.smart-forms .gui-textarea:focus + .tip-right-top {
	right: 0;
	left: auto;
	margin-bottom: 10px;
}

/* @tooltip left-top
------------------------------------------------- */
.smart-forms .tip-left-top { bottom: 100%; margin-bottom: -20px; }
.smart-forms .tip-left-top:after {
	top: 100%;
	left: 12px;
	border-top: 8px solid #333333;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.smart-forms .gui-input:focus + .tip-left-top,
.smart-forms .gui-textarea:focus + .tip-left-top {
	left: 0;
	right: auto;
	margin-bottom: 10px;
}

/* @tooltip right-bottom
------------------------------------------------- */
.smart-forms .tip-right-bottom { top: 100%; margin-top: -20px; }
.smart-forms .tip-right-bottom:after {
	right: 12px;
	bottom: 100%;
	border-bottom: 8px solid #333333;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.smart-forms .gui-input:focus + .tip-right-bottom,
.smart-forms .gui-textarea:focus + .tip-right-bottom {
	margin-top: 10px;
	left: auto;
	right: 0;
}

/* @tooltip left-bottom
------------------------------------------------- */
.smart-forms .tip-left-bottom { top: 100%; margin-top: -20px; }
.smart-forms .tip-left-bottom:after {
	left: 12px;
	bottom: 100%;
	border-bottom: 8px solid #333333;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.smart-forms .gui-input:focus + .tip-left-bottom,
.smart-forms .gui-textarea:focus + .tip-left-bottom {
	margin-top:10px;
	right: auto;
	left: 0;
}

/* @lists
-------------------------------------------------------------- */
.smart-forms .smart-list{ list-style:none; margin:0; padding:0; }
.smart-forms .smart-list li{ margin-bottom:20px; }

/* @notification messages | info | error | warning | success
-------------------------------------------------------------- */
.smart-forms .form-msg{ display:none; }
.smart-forms .notification { color: #444; padding:15px; position:relative; }
.smart-forms .notification p{ margin:0; padding:0 15px; padding-left:5px; line-height:normal;  }
.smart-forms .notification .close-btn{
	margin-top: -7px;
	padding: inherit;
	position: absolute;
	text-decoration:none;
    font: bold 20px/20px Arial, sans-serif;
	opacity: 0.65;
	color: inherit;
    display: block;
    right:1px;
	top:14%;
}

.smart-forms .notification .close-btn:hover{ opacity: 1; }
.smart-forms .alert-info { color:#163161; background-color: #cfe6fc; }
.smart-forms .alert-success { color:#336633; background-color: #d2f7ad; }
.smart-forms .alert-warning { color: #CC6600; background-color: #fae7a2; }
.smart-forms .alert-error { color:#990000; background-color: #FBDBCF; }

/* @validaion - error state
------------------------------------- */
.smart-forms .state-error .gui-input,
.smart-forms .state-error .gui-textarea,
.smart-forms .state-error.select > select,
.smart-forms .state-error.select-multiple > select,
.smart-forms .state-error input:hover + .checkbox,
.smart-forms .state-error input:hover + .radio,
.smart-forms .state-error input:focus + .checkbox,
.smart-forms .state-error input:focus + .radio,
.smart-forms .state-error .checkbox,
.smart-forms .state-error .radio{
	background:#FEE9EA;
	border-color:#DE888A;
}

.smart-forms .state-error .gui-input:focus,
.smart-forms .state-error .gui-textarea:focus,
.smart-forms .state-error.select > select:focus,
.smart-forms .state-error.select-multiple > select:focus{
	-webkit-box-shadow:0px 0px 3px #DE888A inset;
	-moz-box-shadow:0px 0px 3px #DE888A inset;
	-o-box-shadow:0px 0px 3px #DE888A inset;
	box-shadow:0px 0px 3px #DE888A inset;
}

.smart-forms .state-error .gui-input ~ .field-icon i,
.smart-forms .state-error .gui-textarea ~ .field-icon i{  color: #DE888A; }
.smart-forms .state-error.select .arrow { color: #DE888A; }
.smart-forms .state-error.select > select:focus + .arrow{ color:#DE888A; }
.smart-forms .state-error .gui-input ~ .input-hint,
.smart-forms .state-error.file .gui-file:hover + .gui-input,
.smart-forms .state-error .gui-textarea ~ .input-hint { border-color:#DE888A; }
.smart-forms .state-error + em{
	display: block!important;
	margin-top: 6px;
	padding: 0 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-size:0.85em;
	color:#DE888A;
}

/* @validaion - success state
-------------------------------------------------- */
.smart-forms .state-success .gui-input,
.smart-forms .state-success .gui-textarea,
.smart-forms .state-success.select > select,
.smart-forms .state-success.select-multiple > select,
.smart-forms .state-success input:hover + .checkbox,
.smart-forms .state-success input:hover + .radio,
.smart-forms .state-success input:focus + .checkbox,
.smart-forms .state-success input:focus + .radio,
.smart-forms .state-success .checkbox,
.smart-forms .state-success .radio{
	background:#F0FEE9;
	border-color:#A5D491;
}

.smart-forms .state-success .gui-input:focus,
.smart-forms .state-success .gui-textarea:focus,
.smart-forms .state-success.select > select:focus,
.smart-forms .state-success.select-multiple > select:focus{
	-webkit-box-shadow:0px 0px 3px #A5D491 inset;
	-moz-box-shadow:0px 0px 3px #A5D491 inset;
	-o-box-shadow:0px 0px 3px #A5D491 inset;
	box-shadow:0px 0px 3px #A5D491 inset;
}

.smart-forms .state-success .gui-input ~ .field-icon i,
.smart-forms .state-success .gui-textarea ~ .field-icon i{  color: #A5D491; }
.smart-forms .state-success.select .arrow { color: #A5D491; }
.smart-forms .state-success.select > select:focus + .arrow{ color:#A5D491; }
.smart-forms .state-success .gui-input ~ .input-hint,
.smart-forms .state-success.file .gui-file:hover + .gui-input,
.smart-forms .state-success .gui-textarea ~ .input-hint { border-color:#A5D491; }

/* @disabled state
----------------------------------------------- */
.smart-forms .button[disabled],
.smart-forms .state-disabled .button,
.smart-forms input[disabled] + .radio,
.smart-forms input[disabled] + .checkbox,
.smart-forms .switch > input[disabled] + label{
	cursor: default;
	opacity:0.5;
}

.smart-forms .gui-input[disabled],
.smart-forms .gui-textarea[disabled],
.smart-forms .select > select[disabled],
.smart-forms .select-multiple select[disabled],
.smart-forms .gui-input[disabled] ~ .input-hint,
.smart-forms .file .gui-file[disabled] + .gui-input,
.smart-forms .file .gui-file[disabled]:hover + .gui-input,
.smart-forms .gui-textarea[disabled] ~ .input-hint {
	background-color: #f4f6f6;
	border-color: #d5dbdb!important;
	cursor: default;
	color: #d5dbdb;
	opacity:0.7;
}

.smart-forms input[disabled] ~ .field-icon i,
.smart-forms textarea[disabled] ~ .field-icon i,
.smart-forms .select > select[disabled] + .arrow{
	opacity:0.4;
}

/* @datepicker - requires jquery ui
----------------------------------------------- */
.ui-datepicker {
	width: 18em;
	margin-top:8px;
	display: none;
	background: #fff;
	position:relative;
	font: 14px/1.55  "Roboto", Arial, Helvetica, sans-serif;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.1);
	-o-box-shadow: 0 0 4px rgba(0,0,0,.1);
	box-shadow: 0 0 4px rgba(0,0,0,.1);
	border:1px solid #CFCFCF;
	z-index:9999!important;
	text-align: center;
	color: #666;

}

.ui-datepicker a { color: #404040; text-align:center; }
.ui-datepicker .ui-state-disabled span{ color:#DBDBDB;}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	background: #F5F5F5;
	border-bottom:1px solid #CFCFCF;
	line-height: 27px;
	font-size: 15px;
	padding: 10px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	width: 34px;
	height: 34px;
	display: block;
	font-size: 14px;
	position: absolute;
	text-decoration: none;
	cursor: pointer;
	color:#4ebd4a;
	top:20.5%;
}

.ui-datepicker .ui-datepicker-prev { left: 2px;  }
.ui-datepicker .ui-datepicker-next { right: 2px; }
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
	color:#4ebd4a;
}

.ui-datepicker .ui-datepicker-title select { font-size: 1em; margin: 1px 0; }
.ui-datepicker select.ui-datepicker-month-year { width: 100%; }
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%; }
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	margin: 0 0 .4em;
	border-collapse: collapse;
}

.ui-datepicker th {
	padding: .5em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}

.ui-datepicker td { border: 0; padding:2px 5px; }
.ui-datepicker td span,
.ui-datepicker td a {
	padding: .25em;
	display: block;
	text-align: center;
	text-decoration: none;
}

.ui-datepicker td span:hover,
.ui-datepicker td a:hover {  background:#F5F5F5; }
.ui-datepicker .ui-state-disabled span:hover{ background:none; }
.ui-datepicker-today a, .ui-datepicker-today a:hover,
.ui-datepicker .ui-state-highlight {
	font-weight: 700;
	background: #4ebd4a!important;
	color:#fff;
}

/* @multiple calendars || not responsive use carefully
--------------------------------------------------------------- */
.cal-widget .ui-datepicker { width: 100%; margin-top:0; }
.cal-widget .ui-datepicker:before{ display:none; }
.ui-datepicker.ui-datepicker-multi { width: auto; }
.ui-datepicker-multi .ui-datepicker-group { float: left; }
.ui-datepicker-multi .ui-datepicker-group table { width: 95%; margin: 0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width: 33.333%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; }
.ui-datepicker-row-break { clear: both; width: 100%; font-size: 0; }

/* @ ui buttons
---------------------------------------------------------------- */
.ui-datepicker-buttonpane{ border-top:1px solid #CFCFCF; padding:10px;  }
.ui-datepicker-buttonpane button {
	padding: 8px 12px;
	margin-right: .2em;
	position: relative;
	line-height: normal;
	display: inline-block;
	-webkit-user-drag: none;
	text-shadow: 0 1px rgba(255, 255, 255, 0.2);
	vertical-align: middle;
	background: #DBDBDB;
	text-align: center;
	overflow: visible;
	cursor: pointer;
	color: #243140;
	border:0;
}

/* @ ui buttons :hover, :active states
---------------------------------------------------------------- */
.ui-datepicker-buttonpane button:hover { color: #243140; background: #E8E8E8; }
.ui-datepicker-buttonpane button:active{ color: #1d2938; background: #C4C4C4; }
.ui-monthpicker .ui-datepicker-header{ margin-bottom:3px; }

/* @ui slider - requires jquery ui
------------------------------------------------------*/
.smart-forms .slider-wrapper,
.smart-forms .sliderv-wrapper{
	background:#E5E5E5;
	position:relative;
}

.smart-forms .ui-slider {
	position: relative;
	text-align: left;
}

.smart-forms .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.5em;
	height: 1.5em;
	cursor: default;
	background:#fff;
	border:3px solid #4ebd4a;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px;
	-ms-touch-action: none;
	touch-action: none;
	margin-top:-3px;
	outline:none;
}

.smart-forms .ui-slider .ui-slider-handle:before{
	content: '';
    width: 7px;
    height: 7px;
	position:absolute;
    background-color: #4ebd4a;
  	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	z-index: 2;
	left:4px;
	top:4px;
}

.smart-forms .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
	background-color: #4ebd4a;
}

.smart-forms .ui-slider.ui-state-disabled .ui-slider-handle,
.smart-forms .ui-slider.ui-state-disabled .ui-slider-range { filter: inherit; }
.smart-forms .ui-slider-horizontal { height: .5em; }
.smart-forms .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.smart-forms .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.smart-forms .ui-slider-horizontal .ui-slider-range-min { left: 0; }
.smart-forms .ui-slider-horizontal .ui-slider-range-max { right: 0; }
.smart-forms .ui-slider-vertical,
.smart-forms .sliderv-wrapper { width: .5em; height: 100px; }
.smart-forms .ui-slider-vertical .ui-slider-handle { left: -.45em; margin-left: 0; margin-bottom: -.6em; }
.smart-forms .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.smart-forms .ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.smart-forms .ui-slider-vertical .ui-slider-range-max { top: 0; }
.smart-forms .slider-input{  color:#f6931f!important; border:0; background:none; }
.smart-forms .slider-group .sliderv-wrapper{ height:150px; float:left; margin:15px 15px;   }
.smart-forms .ui-slider .ui-state-active {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

/* @ui slider tooltip
------------------------------------------------------*/
.smart-forms .slider-tip {
	display: block;
	position: absolute;
	text-align: center;
	font: 10pt Tahoma, Arial, sans-serif ;
	background: #333333;
	padding:10px;
	color: #fff;
}

.smart-forms .slider-wrapper .slider-tip{ top: -50px; left:-15px; }
.smart-forms .slider-wrapper .slider-tip:after {
	content: '';
	position: absolute;
	top: 98%;
	left: 35%;
	border-top: 8px solid #333333;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.smart-forms .sliderv-wrapper .slider-tip{ left: 30px; top:-12px; }
.smart-forms .sliderv-wrapper .slider-tip:after{
	content: '';
	position: absolute;
	top:30%;
	right: 98%;
	border-right: 8px solid #333333;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

/* @ui slider themes
------------------------------------------------------*/
.smart-forms .yellow-slider .ui-slider .ui-slider-handle{ border-color:#faa226; }
.smart-forms .yellow-slider .ui-slider .ui-slider-handle:before,
.smart-forms .yellow-slider .ui-slider .ui-slider-range { background-color: #faa226;  }
.smart-forms .red-slider .ui-slider .ui-slider-handle{ border-color:#ee4f3d; }
.smart-forms .red-slider .ui-slider .ui-slider-handle:before,
.smart-forms .red-slider .ui-slider .ui-slider-range { background-color:#ee4f3d;  }
.smart-forms .purple-slider .ui-slider .ui-slider-handle{ border-color:#9464e2; }
.smart-forms .purple-slider .ui-slider .ui-slider-handle:before,
.smart-forms .purple-slider .ui-slider .ui-slider-range { background-color:#9464e2;  }
.smart-forms .blue-slider .ui-slider .ui-slider-handle{ border-color:#00acee; }
.smart-forms .blue-slider .ui-slider .ui-slider-handle:before,
.smart-forms .blue-slider .ui-slider .ui-slider-range { background-color:#00acee;  }
.smart-forms .black-slider .ui-slider .ui-slider-handle{ border-color:#505558; }
.smart-forms .black-slider .ui-slider .ui-slider-handle:before,
.smart-forms .black-slider .ui-slider .ui-slider-range { background-color:#505558;  }
.smart-forms .green-slider .ui-slider .ui-slider-handle{ border-color:#0E993C; }
.smart-forms .green-slider .ui-slider .ui-slider-handle:before,
.smart-forms .green-slider .ui-slider .ui-slider-range { background-color:#0E993C;  }

/* @ui timepicker - requires jquery ui
------------------------------------------------------*/
.ui-timepicker-div .ui-widget-header {
	position: relative;
	background: #F5F5F5;
	line-height: 27px;
	font-size: 15px;
	padding: 10px;
 }

.ui-timepicker-div dl { text-align: left; border:1px solid #CFCFCF; border-width:1px 0 0 0; padding:15px 10px; margin:0; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 20px 40%; }
.ui-timepicker-div dl .ui_tpicker_hour,
.ui-timepicker-div dl .ui_tpicker_minute,
.ui-timepicker-div dl .ui_tpicker_second,
.ui-timepicker-div dl .ui_tpicker_millisec{ background:#E5E5E5;  position:relative; top:6px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

/* @progress bars
------------------------------------------------------*/
.smart-forms .progress-section{ display:none; }
.smart-forms .progress-bar {
    position: relative;
    background:#E5E5E5;
}

.smart-forms .progress-bar .percent {
	position:absolute;
	display:inline-block;
	top:-3px;
	right:-24px;
	font-size:9px;
	color:#93A2AA;
}
.smart-forms .progress-bar > .bar {
	width:60%;
	height:7px;
	display: block;
	background-size: 16px 16px;
	background-color: #bdc3c7;
}

/* @progress bar themes
----------------------------------------------------------- */
.smart-forms .bar-primary > .bar  { background-color: #4ebd4a; }
.smart-forms .bar-blue > .bar     { background-color: #00acee; }
.smart-forms .bar-black > .bar    { background-color: #505558; }
.smart-forms .bar-green > .bar    { background-color: #0E993C; }
.smart-forms .bar-purple > .bar   { background-color: #9464e2; }
.smart-forms .bar-red > .bar      { background-color: #ee4f3d; }
.smart-forms .bar-yellow > .bar   { background-color: #faa226; }

/* @progress bar strips + animation IE10+
----------------------------------------------------------- */
.smart-forms .ui-slider .ui-slider-range,
.smart-forms .progress > button[type="submit"],
.smart-forms .progress > button[type="submit"]:hover,
.smart-forms .progress-bar > .bar{
    background-size: 16px 16px;
    background-image: -webkit-linear-gradient(top left,
					  transparent, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%,
					  transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));

    background-image: -moz-linear-gradient(top left,
					  transparent, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%,
					  transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));

    background-image: -o-linear-gradient(top left,
					  transparent, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%,
					  transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));

    background-image: linear-gradient(to bottom right,
					  transparent, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%,
					  transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));
}

.smart-forms .progress > button[type="submit"],
.smart-forms .progress > button[type="submit"]:hover,
.smart-forms .progress-animated > .bar{
	-webkit-animation: sfprogress .6s linear infinite;
	-moz-animation: sfprogress .6s linear infinite;
	-o-animation: sfprogress .6s linear infinite;
    animation: sfprogress .6s linear infinite;
}

.smart-forms .progress > button[type="submit"]:hover{ cursor:wait; }

@-webkit-keyframes sfprogress {
    from { background-position: 0 0; }
	to { background-position: -16px 0; }
}


@-moz-keyframes sfprogress {
	from { background-position: 0 0; }
	to { background-position: -16px 0; }
}

@-o-keyframes sfprogress {
	from { background-position: 0 0; }
	to { background-position: -16px 0; }
}

@keyframes sfprogress {
    from { background-position: 0 0; }
	to { background-position: -16px 0; }
}


/* @google map :: block elements
----------------------------------------------------------------------- */
.smart-forms .map-container{ padding:10px; border: 1px solid #CFCFCF; }
.smart-forms #map_canvas{ width:100%; height:300px; overflow:hidden;  }
.smart-forms .block{ display:block; }

/* @form grid
----------------------------------- */

/* @form rows
--------------------------------- */
.smart-forms .frm-row{ margin:0 -10px;  }
.smart-forms .slider-group:before,
.smart-forms .slider-group:after,
.smart-forms .frm-row:before,
.smart-forms .frm-row:after { display: table; content: ""; line-height: 0; }
.smart-forms .slider-group:after,
.smart-forms .frm-row:after{ clear: both; }

/* @form columns
----------------------------------- */
.smart-forms .frm-row .colm{
	min-height:1px;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	float:left;
}

.smart-forms .frm-row .colm1{width:8.33%;}
.smart-forms .frm-row .colm2{width:16.66%;}
.smart-forms .frm-row .colm3{width:25%;}
.smart-forms .frm-row .colm4{width:33.33%;}
.smart-forms .frm-row .colm5{width:41.66%;}
.smart-forms .frm-row .colm6{width:50%;}
.smart-forms .frm-row .colm7{width:58.33%;}
.smart-forms .frm-row .colm8{width:66.66%;}
.smart-forms .frm-row .colm9{width:75%;}
.smart-forms .frm-row .colm10{width:83.33%;}
.smart-forms .frm-row .colm11{width:91.66%;}
.smart-forms .frm-row .colm12{width:100%; }
.smart-forms .frm-row .colm1-5{width:20%;}
.smart-forms .frm-row .colm1-8{width:12.5%;}

/* @spacers
--------------------------------------- */
.smart-forms .spacer{
	border-top:1px solid #CFCFCF;
	display:block;
	height:0;
}

/* @margin spacers :: modify accordingly
-------------------------------------------- */
.smart-forms .spacer-t10{ margin-top:10px; }
.smart-forms .spacer-b10{ margin-bottom:10px; }
.smart-forms .spacer-t15{ margin-top:15p; }
.smart-forms .spacer-b15{ margin-bottom:15px; }
.smart-forms .spacer-t20{ margin-top:20px; }
.smart-forms .spacer-b20{ margin-bottom:20px; }
.smart-forms .spacer-t25{ margin-top:25px; }
.smart-forms .spacer-b25{ margin-bottom:25px; }
.smart-forms .spacer-t30{ margin-top:30px; }
.smart-forms .spacer-b30{ margin-bottom:30px; }
.smart-forms .spacer-t40{ margin-top:40px; }
.smart-forms .spacer-b40{ margin-bottom:40px; }

/* @padding spacers :: modify accordingly
-------------------------------------------------- */
.smart-forms .frm-row .pad-l10{ padding-left:10px; }
.smart-forms .frm-row .pad-r10{ padding-right:10px; }
.smart-forms .frm-row .pad-l20{ padding-left:20px; }
.smart-forms .frm-row .pad-r20{ padding-right:20px; }
.smart-forms .frm-row .pad-l30{ padding-left:30px; }
.smart-forms .frm-row .pad-r30{ padding-right:30px; }
.smart-forms .frm-row .pad-l40{ padding-left:40px; }
.smart-forms .frm-row .pad-r40{ padding-right:40px; }

/* @border spacers + text adjust
-------------------------------------------------- */
.smart-forms .bdl { border-left:1px solid #CFCFCF;   }
.smart-forms .bdr { border-right:1px solid #CFCFCF;  }
.smart-forms .fine-grey{ color:#999; }
.smart-forms .small-text{ font-size:11px; font-style:normal;  }
.smart-forms .text-align{ height:42px; line-height:42px; }

/* @element alignment
-------------------------------------------------- */
.smart-forms .align-right{ text-align:right; }
.smart-forms .align-center{ text-align:center; }

/* @simple price boxes :: depend on grid
-------------------------------------------------- */
.smart-forms .price-box{
	padding:30px;
	text-align:center;
	position:relative;
	border:1px solid #CFCFCF;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.05);
	-o-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.05);
	box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.05);
}

.smart-forms .price-box p{ line-height:1.5em; color:#526066; margin-bottom:0; }
.smart-forms .price-box h5{ text-transform:uppercase; font-weight:300; margin:0; font-size:15px; color:#B0B2B9; letter-spacing:2px  }
.smart-forms .price-box h4{ font-size:60px; font-weight:300; margin:0; color:#626262; }
.smart-forms .selected-box h4{ color:#4ebd4a; }
.smart-forms .price-box h4 sup{ position:relative; font-size:30px; vertical-align:top; top:15px; }
.smart-forms .price-box h4 .per-month{font-size:14px; }
.smart-forms .expand{ height:50px; line-height:50px!important; border-radius:3px; }

/* @simple price boxes ribbon IE8+
----------------------------------------- */
.smart-forms .ribbon,
.smart-forms .ribbon-large{
	width:75px;
	height:78px;
	overflow:hidden;
	position:absolute;
	right: -2px;
	top: -2px;
	z-index:1;
}

.smart-forms .ribbon-inner{
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	-webkit-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.15);
	box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.15);
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
	background: #4ebd4a;
	letter-spacing:4px;
	text-align:center;
	position:relative;
	font-weight:700;
	font-size:14px;
	padding:7px 0;
	width:100px;
	color:#fff;
	z-index:1;
	left:3px;
	top:6px;
}

.smart-forms .ribbon-inner:before,
.smart-forms .ribbon-inner:after{
	content:"";
	border-top:3px solid #3c9b39;
	border-left:3px solid transparent;
	border-right:3px solid transparent;
	position:absolute;
	bottom:-3px;
}

.smart-forms .ribbon-inner:before{ left:0px; }
.smart-forms .ribbon-inner:after{ right:0px; }
.smart-forms .ribbon-large{ width:115px; height:118px; }
.smart-forms .ribbon-large .ribbon-inner{
	width:160px;
	left:-8px;
	top:28px;
}

/* @captcha refresh button + icon
-------------------------------------------------- */
.smart-forms .sfcode{ padding-left:24px; }
.smart-forms .captcode{ padding:0; position:relative; }
.smart-forms .captcode img{ position:relative; top:1px;}
.smart-forms .refresh-captcha{
	position:absolute;
	background:#4EBD4A;
	border:3px solid #3C9B39;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	-o-border-radius:30px;
	border-radius:30px;
	right:-15px;
	height:32px;
	width:32px;
	top:4px;
}

.smart-forms .refresh-captcha i{
	position:absolute;
	text-align:center;
	line-height:26px;
	font-size:17px;
	color:#fff;
	left:24%;
}

/* @captcha refresh button themes
-------------------------------------------------- */
.smart-forms .refresh-black    { background:#505558; border-color: #333333; }
.smart-forms .refresh-blue     { background:#00acee; border-color: #0087bb; }
.smart-forms .refresh-green    { background:#0E993C; border-color: #0B792F; }
.smart-forms .refresh-purple   { background:#9464e2; border-color: #7639da; }
.smart-forms .refresh-red      { background:#ee4f3d; border-color: #e42914; }
.smart-forms .refresh-yellow   { background:#faa226; border-color: #e88a05; }

/* Firefox select fix - select arrow hack  disabled on FF 30+
-------------------------------------------------------------- */
@-moz-document url-prefix() {
	.smart-forms .select:before{
		content: '';
		pointer-events:none;
		-moz-transition:none;
		transition:none;
		position: absolute;
		background: #F5F5F5;
		width: 36px;
		right:1px;
		top:1px;
		bottom:1px;
		z-index:99;
	}

	.smart-forms .select > select:focus,
	.smart-forms .select > select:hover,
	.smart-forms .select:hover select,
	.smart-forms .select:hover:before{
		background: #fff;
		-moz-transition:none;
		transition:none;
		-moz-box-shadow:none;
		box-shadow:none;
	}

	.smart-forms .select .arrow {  z-index:100;  }
	.smart-forms .state-error.select > select:focus,
	.smart-forms .state-error.select > select:hover,
	.smart-forms .state-error.select:hover select,
	.smart-forms .state-error.select:hover:before,
	.smart-forms .state-error.select:before { background:#FEE9EA;  }
	.smart-forms .state-success.select > select:focus,
	.smart-forms .state-success.select > select:hover,
	.smart-forms .state-success.select:hover select,
	.smart-forms .state-success.select:hover:before,
	.smart-forms .state-success.select:before { background:#F0FEE9;  }

}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.smart-forms .select .arrow:after,
	.smart-forms .select .arrow:before { display:block; }
}

/* @Fix old of versions android + ios
------------------------------------------------------------- */
@media screen and (-webkit-min-device-pixel-ratio:0) {
        .smart-forms .option,
        .smart-forms .rating,
        .smart-forms .switch,
		.smart-forms .captcode { -webkit-animation: bugfix infinite 1s; }
        @-webkit-keyframes bugfix {
            from { padding: 0;  }
            to { padding: 0; }
        }
		.smart-forms .switch { margin-right:10px;  margin-bottom:5px; }
		.smart-forms .option { margin-right:15px; }
}

/* @responsiveness for tablets + smart mobile
-------------------------------------------------- */
@media (max-width: 600px) {
	.smart-forms .frm-row{ margin:0;  }
	.smart-forms .frm-row .colm{  width: 100%; float:none; padding:0; }
	.smart-forms .bdl { border-left:0;  }
	.smart-forms .bdr { border-right:0; }
	.smart-forms .align-right{ text-align: left; }
}
/* Real estate CSS */
.rs-property .table td,
.rs-property .table th{ 
	padding:10px;
}
.rs-property .table-responsive{
	border:0px;
}
/* Property map */
.property-map h5,
.gmap h5{
	font-size:14px !important;
	line-height:19px !important;
	color:#444 !important;
	margin-bottom:5px !important;
	font-family:"Open Sans", sans-serif !important;
}
.property-map p,
.gmap p{
	color: #444 !important;
	font-size: 12px !important;
	line-height: 20px !important;
	font-family: "Open Sans", sans-serif !important;
}
/* Sidebar widget */
.s-widget .hot-properties li{
	margin-bottom:10px;
}
.s-widget .hot-properties li img{
	float:left;
	max-width:80px;
}
.s-widget .hot-properties li h4{
	font-size:14px;
	line-height:24px;
	margin-left:90px;
}
.s-widget .hot-properties li .price{
	margin-left:90px;
	display:block;
	color:#999;
}
/* Real estate form */
.real-estate .re-big-form{
	padding: 40px 0;
	background: #fff url(/../../img/backgrounds/heading-back.jpg) center center no-repeat fixed;
}
.real-estate .re-big-form h2 {
	display: inline-block;
	margin-bottom: 20px;
	background: rgba(0,0,0,0.4);
	color: #fff;
	padding: 10px 15px;
	font-weight:400;
}
.real-estate .re-big-form .tab-content { 
	background: #fff; 
}
.real-estate .re-big-form form label {
	font-size: 13px;
	margin:10px 0px;
	color: #666;
}
.real-estate .re-big-form form .btn{
	margin-top:40px;
}
@media (max-width: 767px){
	.real-estate .re-big-form form  .btn {
		margin-top: 10px;
	}
}
/* Our agents */
.rs-property .team-member .contact-details { 
	margin-top: 20px; 
	margin-left:30px;
}
.rs-property .team-member .contact-details span{
	display: block;
	text-align: left;
	font-size:14px;
	margin-bottom:8px;
}
.rs-property .team-member .contact-details span i{
	margin-right: 15px;
}
/* Agency detail */
.rs-agency .agency-item {
	margin: 15px auto;
	padding: 15px 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.rs-agency .agency-item span{
	margin:5px 0px;
	display:inline-block;
}
.rs-agency .agency-item .agency-contact i {
	color:#fff;
}
/* Enquiry Page */
.re-contact-area img {
	width: 100%;
	max-width: 220px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 15px;
	float: left;
}
.re-contact-area .contact-info { 
	display: block; 
}
.re-contact-area .contact-info i {
	width: 16px;
	margin-right: 5px;
	font-size: 14px;
	text-align: center;
}
@media (max-width: 480px){
	.re-contact-area img {
		max-width: 380px;
		margin: 0 auto;
		margin-bottom: 15px;
		margin-top: 15px;
		float: none;
	}
}
/* Property */
.rs-property .property-item { 
	max-width: 480px;
	margin: 15px auto;
	padding-bottom: 5px;
}
.rs-property .property-item h4 {
	text-align: center;
	padding: 10px 0;
}
.rs-property .property-item img {
	border-radius: 4px;
}
.rs-property .property-item .img-container { 
	position: relative; 
	overflow: hidden;
}
.rs-property .property-item .img-container .hover-top {
	position: absolute;
	top: 0;
	left: 0;
	padding: 2px 12px;
	font-size: 16px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 4px;
	color: #fff;
	font-weight: 600;
}
.rs-property .property-item .img-container .hover-bottom {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 2px 12px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 4px;
}
.rs-property .property-item .property-details {
	padding: 12px 18px;
	background: #fafafa;
	border:1px solid #eee;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}
.rs-property .property-item .property-details .price {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #666;
}
.rs-property .property-item .property-details a.ecom {
	font-size: 14px;
	color: #666;
	border-bottom: 1px dashed #aaa;
}
.rs-property .property-item .p-info a {
	display: block;
	float: left;
	width: 33.33%;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	text-align: center;
	color: #666;
	margin: 0 auto;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.rs-property .property-item .p-info a:nth-child(3) { 
	border-right: 1px solid #eee; 
}
.rs-property .property-item ul { 
	margin: 15px 10px; 
}
.rs-property .property-item ul li {
	width: 50%;
	float: left;
}
/* Property map page */
.property-map {
	height: 400px;
	overflow: hidden;
}
.rs-property .map-loc-item {
	max-width: 420px;
	margin: 15px auto;
	border: 1px solid #ddd;
	padding: 5px;
	border-radius:4px;
}
.rs-property .map-loc-item .img-container {
	position: relative; 
	overflow: hidden;
}
.rs-property .map-loc-item .img-container .hover-top {
	position: absolute;
	top: 0;
	left: 0;
	padding: 2px 12px;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}
.rs-property .map-loc-item .img-container .hover-bottom {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 2px 12px;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}
.rs-property .map-loc-item .loc-details h4 { 
	margin-left:10px;
	margin-top:10px;
}
.rs-property .map-loc-item .loc-details ul {
	margin: 10px;
}
.rs-property .map-loc-item .loc-details ul li {
	width: 50%;
	float: left;
	margin: 0 auto;
	color: #727272;
}
/* Single Property */
.rs-property .single-property .flexslider{	
	margin-top:10px;
}
.rs-property .single-property .table-responsive{
	margin-top:10px;
}
.rs-property .single-property .sp-amenities .amen-item {
	max-width: 350px;
	margin: 10px auto;
	text-align:center;
}
.rs-property .single-property .sp-amenities img {
	width: 100%;
}
.rs-property .single-property .sp-amenities h5{
	font-weight:400;
	margin:8px 0px;
}
.rs-property .sp-locality .locality-item { 
	margin:15px 0px;
	max-width:200px;
}
.rs-property .sp-locality .locality-item i {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 25px;
	color: #fff;
	border-radius: 3px;
	float: left;
}
.rs-property .sp-locality .locality-item h5 {
	margin-left: 65px;
	font-size: 17px;
	line-height: 18px;
}
.rs-property .sp-locality .locality-item .dis {
	display: block;
	margin-left: 65px;
	color:#888;
}
.rs-property .single-property .gmap {
	margin:10px auto;
	height: 300px;
	overflow: hidden;
}
.rs-property .sp-agent img {
	width: 100%;
	max-width: 120px;
	margin-right: 15px;
	float: left;
}
/*************/
/* Ecommerce */
/*************/
.ecommerce .table td,
.ecommerce .table th{ 
	padding:10px;
}
.ecommerce .table-responsive{
	border:0px;
}
/* Hot tags */
.ecommerce .hot-tag{
	top: 5px;
	right: 5px;
	position: absolute;
	z-index: 20;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border-radius: 100px;
	font-size: 12px;
	border: 0;
	border-top-right-radius: 15px;
}
/* Sidebar Nav */
.ecommerce .sidebar{
	max-width:300px;
}
.ecommerce .sidebar h2 {
	position: relative;
	padding: 12px 20px;
	background:#fafafa;
	font-size: 14px;
	line-height: 19px;
	color:#999;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border:1px solid #eee;
}
.ecommerce .sidebar .navi,
.ecommerce .sidebar .account-nav{
	list-style-type: none;
	padding: 0px;
	margin:0;
	margin-bottom: 30px;
	background: #fff;
	border-top: 0;
	margin-top:-2px;
}
.ecommerce .sidebar .navi > li,
.ecommerce .sidebar .account-nav > li{
	list-style-type:none;
	padding: 8px 40px;
	border: 1px solid #eee;
	border-top:0px;
}
.ecommerce .sidebar .navi li a,
.ecommerce .sidebar .account-nav li a{
	color: #898989;
}
.ecommerce .sidebar .navi > li:last-child,
.ecommerce .sidebar .account-nav > li:last-child{
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}
.ecommerce .sidebar .navi > li:before,
.ecommerce .sidebar .account-nav > li:before{
	font-family: 'FontAwesome';
	float: left;
	margin-left: -20px;
	content: "\f101";
	color:#aaa;
}
.ecommerce .sidebar .navi > li:hover,
.ecommerce .sidebar .account-nav > li:hover { 
	background: #fdfdfd; 
}
.ecommerce .sidebar ul.navi  li  ul{
	display: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.ecommerce .sidebar .navi > li > ul > li > a {
	font-size: 13px;
	font-weight: normal;
	padding: 2px 12px;
	color: #999;
	display: block;
	text-decoration: none;
}
.ecommerce .sidebar .navi > li > ul > li > a:before{
	font-family: 'FontAwesome';
	float: left;
	margin-left: -12px;
	content: "\f105";
	color:#aaa;	
	position:relative;
	top:2px;
}
.ecommerce .sidebar .navi a .arrow {
	display: inline-block;
	vertical-align: middle;
	margin-top: 5px;
}
.ecommerce .sidebar .my-list{
	padding:0px;
	margin:0px;
	border:1px solid #eee;
	margin-bottom:10px;
	margin-top:-2px;
	border-top:0px;
	padding:10px 20px;
}
.ecommerce .sidebar .my-list a,
.ecommerce .sidebar .my-list a:hover{
	color:#777;
}
.ecommerce .sidebar .my-list li{
	margin:5px 0px;
}
/* Sidebar widget */
.ecommerce .sidebar .s-widget {
	margin: 15px auto;
	background: #fff; 
	border-radius: 4px;
	border: 1px solid #eee;
	padding:15px;
}
.ecommerce .sidebar .s-widget h3 {
	font-size:18px;
	line-height:23px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dashed #eee;
}
.ecommerce .sidebar .sw-content{
	margin:20px 0px 0px 0px;
}
.ecommerce .sidebar .sw-content img {
	max-height: 80px;
	float: left;
	text-align:center;
}
.ecommerce .sidebar .sw-content h4,
.ecommerce .sidebar .sw-content h5,
.ecommerce .sidebar .sw-content .sw-price {
	margin-left: 60px;
}
.ecommerce .sidebar .sw-content h4{
	font-size: 16px;
	line-height: 21px;
	position:relative;
	top:5px;
	margin-bottom:5px;
}
.ecommerce .sidebar .sw-content  .star { 
	display: block; 
	margin-left: 60px; 
	font-size: 12px; 
	line-height: 20px;
	margin-bottom:5px;
}
.ecommerce .sidebar .sw-content .sw-price {
	display: block;
	font-size: 16px;
	line-height: 21px;
	color:#888;
	font-weight:600;
}
/* Recent Items */
.ecommerce .recent-items .owl-content{
	border:1px solid #e7e7e7;
	border-radius:4px;
	box-shadow:0px 0px 6px rgba(0,0,0,0.05);
}
.ecommerce .recent-items .owl-content img{
	max-height:220px;
	margin:0px auto;	
	margin-bottom:10px;
}
.ecommerce .recent-items .owl-content h4{
	font-size:16px;
}
/* Shopping wishlist */
.ecommerce .shopping-wishlist table img{
	max-height:60px;
}
/* Shopping View Cart Page */
.shopping-vcart table td img { 
	max-height: 50px; 
}
.shopping-vcart .input-group { 
	max-width: 110px; 
}/* Information Block CSS */
.ecommerce .info { 
	margin: 20px 0px; 
}
.ecommerce .info .info-item {
	max-width: 350px;
	margin: 10px auto;
	padding: 15px;
	color: #fff;
	border-radius: 3px;
}
.ecommerce .info .info-item .num-outer {
	display: inline-block;
	padding: 7px;
	background :rgba(255,255,255,0.35); 
	border-radius: 100px;
	float: left;
}
.ecommerce .info .info-item i {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	background: #fff;
	border-radius: 100px;
}
.ecommerce .info .info-item h4,
.ecommerce .info .info-item h5 { 
	margin-left: 63px; 
}
.ecommerce .info .info-item h4 {
	font-size: 22px;
	font-weight:400;
	line-height: 26px;
	color: #fff;
}
.ecommerce .info .info-item h5{
	margin-top: 6px;
	font-size: 13px;
	line-height: 14px;
	color: #fff;
	font-weight:400;
}
/* Shopping Items CSS */
.ecommerce .shopping-item { 
	position: relative;
	max-width: 280px;
	margin: 10px auto;
	padding: 15px;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	box-shadow: 0 0 3px rgba(0,0,0,0.05);
	overflow: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
      	-ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
        	transition: all 0.4s ease-in-out;
}
.ecommerce .shopping-item img {
	max-height: 200px; 
	margin: 10px auto;
}
.ecommerce .shopping-item .item-hover { 
	position: absolute;
	left: -110px;
	bottom: 40%;
	width: 110px;
	height: 35px;
	line-height: 35px;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
      	-ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
        	transition: all 0.4s ease-in-out;
}
.ecommerce .shopping-item:hover .item-hover { 
	left: 0px; 
}
.ecommerce .shopping-item .item-hover a{
	color:#fff;
	margin-left:15px;
	text-transform:uppercase;
}
.ecommerce .shopping-item a.btn { 
	margin-top: 10px; 
	margin-bottom: 10px; 
}
/* Single Items Page */
.ecommerce .shopping-single .carousel img{
	max-height:350px;
	width:auto !important;
	margin:0px auto;
}
.ecommerce .shopping-single .item-review{
	margin:10px 0px;
	background:#fdfdfd;
	padding:10px 13px;
	border:1px solid #eee;
}
.ecommerce .shopping-single h5{
	margin-bottom:8px;
}
.ecommerce .shopping-single .form .input-group,
.ecommerce .shopping-single .form .form-control { 
	max-width: 130px; 
}
/* Compare Page */
.item-compare .table thead td { 
	text-align: center; 
}
.item-compare .table thead td img {
	max-height: 100px;
	margin: 10px auto;
}
.item-compare .table tbody td { 
	width: 26%; 
}
.item-compare .table thead td:first-child,
.item-compare .table tbody th:first-child{ 
	width: 200px; 
}
.item-compare .table tbody th { 
	background: #fcfcfc; 
}
/* Ecommerce UI */
.ecom-ui{
	position: relative;
	max-width: 280px;
	margin: 20px auto;
	padding: 15px 20px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius:5px;
}
.ecom-ui img {
	max-height: 220px;
	margin: 0 auto;
	margin-bottom:15px;
	margin-top:5px;
}
.ecom-ui p{
	color:#888;
}
.ecom-ui .ecom-hot{
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 1000;
	font-size: 13px;
	color: #fff;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
}
.ecom-ui hr{
	margin:8px 0px;
}
/* Product item #1 */
.ecom-ui-one .price {
	font-size: 20px;
	font-weight: 600;
}
.ecom-ui-one .cart a{
	font-size:14px;
	border-bottom:1px dotted #777;
	color:#666;
}
.ecom-ui-one .cart a:hover{
	border-bottom:0px;
	color:#999;
}
/* Product item #2 */
.ecom-ui-two .cart a{
	font-size:14px;
	border-bottom:1px dotted #777;
	color:#666;
}
.ecom-ui-two .cart a:hover{
	border-bottom:0px;
	color:#999;
}
.ecom-ui-two .p-media i {
	margin-left:5px;
	font-size: 14px;
}
/* Product item #3 */
.ecom-ui-three .btn {
	margin-top:10px;
}
.ecom-ui-three .p-media i {
	margin-top: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #eee;
	border-radius: 50%;
	-webkit-transition: all 0.35s ease-in;
	-moz-transition: all 0.35s ease-in;
	-ms-transition: all 0.35s ease-in;
	-o-transition: all 0.35s ease-in;
	transition: all 0.35s ease-in;
}
.ecom-ui-three .p-media a:hover i { 
	background:#fafafa;
}
/* Product item #4 */
.ecom-ui-four {
	text-align: center;
	position: relative; 
	overflow: hidden;
	border-width:2px;
}
.ecom-ui-four .ecom-hot {
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 1000;
	color: #fff;
	text-align: center;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 60px;
	border-top-right-radius: 15px !important;
}
.ecom-ui-four .img-container{
	position:relative;
}
.ecom-ui-four h4{
	line-height:40px;
}
.ecom-ui-four .price {
	display: inline-block;
	font-size: 25px;
	font-weight: 400;
}
.ecom-ui-four .price.price-old {
	font-size: 16px;
	color:#aaa;
	text-decoration: line-through;
}
.ecom-ui-four .ecom {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 8px 0;
	-webkit-transition: all 0.35s ease-in;
	-moz-transition: all 0.35s ease-in;
	-ms-transition: all 0.35s ease-in;
	-o-transition: all 0.35s ease-in;
	transition: all 0.35s ease-in;
}
.ecom-ui-four:hover .ecom {
	margin-top: -47px;
}
.ecom-ui-four .ecom .btn{
	border:0px;
}
.ecom-ui-four .ecom .btn:hover{
	background:#fff;
}
/* Product item #5 */
.ecom-ui-five { 
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
.ecom-ui-five .ecom-hot {
	top: 15px;
	left: 0px;
	text-align: center;
	width:50px;
	line-height:28px;
	height:auto;
	border-radius:0px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
}
.ecom-ui-five h4 {
	padding:10px 15px;
}
.ecom-ui-five .product-details {
	padding: 8px 15px;
}
.ecom-ui-five .product-details .price {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}
.ecom-ui-five .product-details a.ecom {
	font-size: 14px;
	line-height:25px;
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.ecom-ui-five .product-details a.ecom:hover{
	border-bottom:0px;
}
.ecom-ui-five .p-media a {
	display: block;
	float: left;
	width: 33.33%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	color:#888;
}
.ecom-ui-five .p-media a:nth-child(3) { 
	border-right: 0; 
}
/* Product item #6 */
.ecom-ui-six { 
	position: relative;
	overflow: hidden;
	border-width:2px;
}
.ecom-ui-six .ecom-hot {
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 1000;
	color: #fff;
	text-align: center;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 60px;
	border-top-right-radius: 15px !important;
}
.ecom-ui-six .ecom {
	position: absolute;
	top: 30%;
	left: -150px;
	display: block;
	-webkit-transition: all 0.35s ease-in;
	-moz-transition: all 0.35s ease-in;
	-ms-transition: all 0.35s ease-in;
	-o-transition: all 0.35s ease-in;
	transition: all 0.35s ease-in;
}
.ecom-ui-six:hover .ecom {
	left: 0;
}
.ecom-ui-six .ecom a{
	display:inline-block;
	z-index: 5;
	padding: 7px 30px;
	font-size: 16px;
	color: #fff;
	font-weight:600;
}
.tp-static-layers {
  position: absolute;
  z-index: 505;
  top: 0;
  left: 0
}
.tp-caption.tp-hidden-caption,.tp-hide-revslider {
  visibility: hidden!important;
  display: none!important
}
.tp-caption {
  z-index: 1;
  white-space: nowrap
}
.tp-caption-demo .tp-caption {
  position: relative!important;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px!important
}
.tp-caption.whitedivider3px {
  background-position: initial initial;
  background-repeat: initial initial
}
.tp-caption.whitedivider3px {
  color: #000;
  text-shadow: none;
  background-color: #fff;
  background-color: rgba(255,255,255,1);
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  min-width: 468px;
  min-height: 3px;
  border-width: 0;
  border-color: #000;
  border-style: none
}
.tp-caption.boldwide_small_white {
  font-size: 25px;
  line-height: 25px;
  font-weight: 800;
  font-family: "Open Sans",sans-serif;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0;
  border-color: #000;
  border-style: none
}
.tp-caption.whitedivider3px_vertical {
  color: #000;
  text-shadow: none;
  background-color: #fff;
  background-color: rgba(255,255,255,1);
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  min-width: 3px;
  min-height: 130px;
  border-width: 0;
  border-color: #000;
  border-style: none
}
.tp-caption.finewide_small_white {
  color: #fff;
  text-shadow: none;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  font-family: "Open Sans",sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0;
  border-color: #000;
  border-style: none
}
.tp-caption.finewide_verysmall_white_mw {
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Open Sans",sans-serif;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  max-width: 470px;
  white-space: normal!important;
  border-width: 0;
  border-color: #000;
  border-style: none
}
.tp-caption.lightgrey_divider {
  background-color: #ebebeb
}
.tp-caption.finewide_large_white {
  color: #FFF;
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  font-family: "Open Sans",sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 8px;
  border-width: 0;
  border-color: #000;
  border-style: none
}
.tp-caption.finewide_medium_white {
  color: #FFF;
  text-shadow: none;
  font-size: 34px;
  line-height: 34px;
  font-weight: 300;
  font-family: "Open Sans",sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0;
  border-color: #000;
  border-style: none
}
.tp-caption.huge_red {
  position: absolute;
  color: #df4b6b;
  font-weight: 400;
  font-size: 150px;
  line-height: 130px;
  font-family: Oswald,sans-serif;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
  background-color: #2d3136;
  padding: 0
}
.tp-caption.middle_yellow {
  position: absolute;
  color: #fbd572;
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  font-family: 'Open Sans',sans-serif;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap
}
.tp-caption.huge_thin_yellow {
  position: absolute;
  color: #fbd572;
  font-weight: 300;
  font-size: 90px;
  line-height: 90px;
  font-family: 'Open Sans',sans-serif;
  margin: 0;
  letter-spacing: 20px;
  border-width: 0;
  border-style: none;
  white-space: nowrap
}
.tp-caption.big_dark {
  position: absolute;
  color: #333;
  font-weight: 700;
  font-size: 70px;
  line-height: 70px;
  font-family: "Open Sans";
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap
}
.tp-caption.medium_dark {
  position: absolute;
  color: #333;
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
  font-family: "Open Sans";
  margin: 0;
  letter-spacing: 5px;
  border-width: 0;
  border-style: none;
  white-space: nowrap
}
.tp-caption.medium_grey {
  position: absolute;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0,0,0,.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  padding: 2px 4px;
  margin: 0;
  border-width: 0;
  border-style: none;
  background-color: #888;
  white-space: nowrap
}
.tp-caption.small_text {
  position: absolute;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0,0,0,.5);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  font-family: Arial;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap
}
.tp-caption.medium_text {
  position: absolute;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0,0,0,.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap
}
.tp-caption.large_bold_white_25 {
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0 5px 10px;
  border-width: 0;
  border-color: #fff;
  border-style: none
}
.tp-caption.medium_text_shadow {
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0 5px 10px;
  border-width: 0;
  border-color: #fff;
  border-style: none
}
.tp-caption.large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0,0,0,.5);
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  font-family: Arial;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap
}
.tp-caption.medium_bold_grey {
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #666;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0;
  padding: 1px 4px 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none
}
.tp-caption.very_large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0,0,0,.5);
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
  letter-spacing: -2px
}
.tp-caption.very_big_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
  padding: 1px 4px 0;
  background-color: #000
}
.tp-caption.very_big_black {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
  padding: 1px 4px 0;
  background-color: #fff
}
.tp-caption.modern_medium_fat {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans",sans-serif;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap
}
.tp-caption.modern_medium_fat_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans",sans-serif;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap
}
.tp-caption.modern_medium_light {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans",sans-serif;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap
}
.tp-caption.modern_big_bluebg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans",sans-serif;
  padding: 3px 10px;
  margin: 0;
  border-width: 0;
  border-style: none;
  background-color: #4e5b6c;
  letter-spacing: 0
}
.tp-caption.modern_big_redbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans",sans-serif;
  padding: 1px 10px 3px;
  margin: 0;
  border-width: 0;
  border-style: none;
  background-color: #de543e;
  letter-spacing: 0
}
.tp-caption.modern_small_text_dark {
  position: absolute;
  color: #555;
  text-shadow: none;
  font-size: 14px;
  line-height: 22px;
  font-family: Arial;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap
}
.tp-caption a {
  text-shadow: none;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out
}
.tp-caption a:hover {
}
.tp-caption.thinheadline_dark {
  position: absolute;
  color: rgba(0,0,0,.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  font-family: "Open Sans";
  background-color: transparent
}
.tp-caption.thintext_dark {
  position: absolute;
  color: rgba(0,0,0,.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans";
  background-color: transparent
}
.tp-caption.medium_bg_red a {
  color: #fff;
  text-decoration: none
}
.tp-caption.medium_bg_red a:hover {
  color: #fff;
  text-decoration: underline
}
.tp-caption.smoothcircle {
  font-size: 30px;
  line-height: 75px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: #000;
  background-color: rgba(0,0,0,.498039);
  padding: 50px 25px;
  text-align: center;
  border-radius: 500px;
  border-width: 0;
  border-color: #000;
  border-style: none
}
.tp-caption.largeblackbg {
  font-size: 50px;
  line-height: 70px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: #000;
  padding: 0 20px 5px;
  text-shadow: none;
  border-width: 0;
  border-color: #fff;
  border-style: none
}
.tp-caption.largepinkbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #db4360;
  padding: 0 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}
.tp-caption.largewhitebg {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #fff;
  padding: 0 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}
.tp-caption.largegreenbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #67ae73;
  padding: 0 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}
.tp-caption.excerpt {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  font-family: Arial;
  color: #fff;
  text-decoration: none;
  background-color: rgba(0,0,0,1);
  text-shadow: none;
  margin: 0;
  letter-spacing: -1.5px;
  padding: 1px 4px 0;
  width: 150px;
  white-space: normal!important;
  height: auto;
  border-width: 0;
  border-color: #fff;
  border-style: none
}
.tp-caption.large_bold_grey {
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #666;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0;
  padding: 1px 4px 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none
}
.tp-caption.medium_thin_grey {
  font-size: 34px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #666;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0;
  text-shadow: none;
  margin: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none
}
.tp-caption.small_thin_grey {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #757575;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0;
  text-shadow: none;
  margin: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none
}
.tp-caption.lightgrey_divider {
  background-color: rgba(235,235,235,1);
  text-decoration: none;
  background-color: rgba(235,235,235,1);
  width: 370px;
  height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0;
  border-color: #222;
  border-style: none
}
.tp-caption.large_bold_darkblue {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  border-width: 0;
  border-color: #ffd658;
  border-style: none
}
.tp-caption.medium_bg_darkblue {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: #34495e;
  padding: 10px;
  border-width: 0;
  border-color: #ffd658;
  border-style: none
}
.tp-caption.medium_bold_red {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none
}
.tp-caption.medium_light_red {
  font-size: 21px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none
}
.tp-caption.medium_bg_red {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: #e33a0c;
  padding: 10px;
  border-width: 0;
  border-color: #ffd658;
  border-style: none
}
.tp-caption.medium_bold_orange {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #f39c12;
  text-decoration: none;
  background-color: transparent;
  border-width: 0;
  border-color: #ffd658;
  border-style: none
}
.tp-caption.medium_bg_orange {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0;
  border-color: #ffd658;
  border-style: none
}
.tp-caption.grassfloor {
  text-decoration: none;
  background-color: rgba(160,179,151,1);
  width: 4000px;
  height: 150px;
  border-width: 0;
  border-color: #222;
  border-style: none
}
.tp-caption.large_bold_white {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border-width: 0;
  border-color: #ffd658;
  border-style: none
}
.tp-caption.medium_light_white {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none
}
.tp-caption.mediumlarge_light_white {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none
}
.tp-caption.mediumlarge_light_white_center {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  text-align: center;
  border-width: 0;
  border-color: #ffd658;
  border-style: none
}
.tp-caption.medium_bg_asbestos {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: #7f8c8d;
  padding: 10px;
  border-width: 0;
  border-color: #ffd658;
  border-style: none
}
.tp-caption.medium_light_black {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #000;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none
}
.tp-caption.large_bold_black {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #000;
  text-decoration: none;
  background-color: transparent;
  border-width: 0;
  border-color: #ffd658;
  border-style: none
}
.tp-caption.mediumlarge_light_darkblue {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none
}
.tp-caption.small_light_white {
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none
}
.tp-caption.roundedimage {
  border-width: 0;
  border-color: #222;
  border-style: none
}
.tp-caption.large_bg_black {
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: #000;
  padding: 10px 20px 15px;
  border-width: 0;
  border-color: #ffd658;
  border-style: none
}
.tp-caption.mediumwhitebg {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #000;
  text-decoration: none;
  background-color: #fff;
  padding: 5px 15px 10px;
  text-shadow: none;
  border-width: 0;
  border-color: #000;
  border-style: none
}
.tp-caption.medium_bg_orange_new1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0;
  border-color: #ffd658;
  border-style: none
}
.tp-caption.boxshadow {
  -moz-box-shadow: 0 0 20px rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,.5);
  box-shadow: 0 0 20px rgba(0,0,0,.5)
}
.tp-caption.black {
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 19px;
  line-height: 19px;
  font-family: 'Open Sans',sans
}
.tp-caption.noshadow {
  text-shadow: none
}
.tp_inner_padding {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-height: none!important
}
.tp-caption .frontcorner {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  left: -40px;
  top: 0
}
.tp-caption .backcorner {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  right: 0;
  top: 0
}
.tp-caption .frontcornertop {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  left: -40px;
  top: 0
}
.tp-caption .backcornertop {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  right: 0;
  top: 0
}
.tp-simpleresponsive .button {
  padding: 6px 13px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 30px;
  cursor: pointer;
  color: #fff!important;
  text-shadow: 0 1px 1px rgba(0,0,0,.6)!important;
  font-size: 15px;
  line-height: 45px!important;
  background: url(/gradient/g30.png) repeat-x top;
  font-family: arial,sans-serif;
  font-weight: 700;
  letter-spacing: -1px
}
.tp-simpleresponsive .button.big {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.6);
  font-weight: 700;
  padding: 9px 20px;
  font-size: 19px;
  line-height: 57px!important;
  background: url(/gradient/g40.png) repeat-x top
}
.tp-simpleresponsive .button.big:hover,.tp-simpleresponsive .button:hover,.tp-simpleresponsive .purchase:hover {
  background-position: bottom,15px 11px
}
@media only screen and (min-width:480px) and (max-width:767px) {.tp-simpleresponsive .button {
  padding: 4px 8px 3px;
  line-height: 25px!important;
  font-size: 11px!important;
  font-weight: 400
}
.tp-simpleresponsive a.button {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none
}

}
@media only screen and (min-width:0) and (max-width:479px) {.tp-simpleresponsive .button {
padding: 2px 5px;
line-height: 20px!important;
font-size: 10px!important
}
.tp-simpleresponsive a.button {
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none
}

}
.tp-simpleresponsive .button.green,.tp-simpleresponsive .button:hover.green,.tp-simpleresponsive .purchase.green,.tp-simpleresponsive .purchase:hover.green {
background-color: #21a117;
-webkit-box-shadow: 0 3px 0 0 #104d0b;
-moz-box-shadow: 0 3px 0 0 #104d0b;
box-shadow: 0 3px 0 0 #104d0b
}
.tp-simpleresponsive .button.blue,.tp-simpleresponsive .button:hover.blue,.tp-simpleresponsive .purchase.blue,.tp-simpleresponsive .purchase:hover.blue {
background-color: #1d78cb;
-webkit-box-shadow: 0 3px 0 0 #0f3e68;
-moz-box-shadow: 0 3px 0 0 #0f3e68;
box-shadow: 0 3px 0 0 #0f3e68
}
.tp-simpleresponsive .button.red,.tp-simpleresponsive .button:hover.red,.tp-simpleresponsive .purchase.red,.tp-simpleresponsive .purchase:hover.red {
background-color: #cb1d1d;
-webkit-box-shadow: 0 3px 0 0 #7c1212;
-moz-box-shadow: 0 3px 0 0 #7c1212;
box-shadow: 0 3px 0 0 #7c1212
}
.tp-simpleresponsive .button.orange,.tp-simpleresponsive .button:hover.orange,.tp-simpleresponsive .purchase.orange,.tp-simpleresponsive .purchase:hover.orange {
background-color: #f70;
-webkit-box-shadow: 0 3px 0 0 #a34c00;
-moz-box-shadow: 0 3px 0 0 #a34c00;
box-shadow: 0 3px 0 0 #a34c00
}
.tp-simpleresponsive .button.darkgrey,.tp-simpleresponsive .button.grey,.tp-simpleresponsive .button:hover.darkgrey,.tp-simpleresponsive .button:hover.grey,.tp-simpleresponsive .purchase.darkgrey,.tp-simpleresponsive .purchase:hover.darkgrey {
background-color: #555;
-webkit-box-shadow: 0 3px 0 0 #222;
-moz-box-shadow: 0 3px 0 0 #222;
box-shadow: 0 3px 0 0 #222
}
.tp-simpleresponsive .button.lightgrey,.tp-simpleresponsive .button:hover.lightgrey,.tp-simpleresponsive .purchase.lightgrey,.tp-simpleresponsive .purchase:hover.lightgrey {
background-color: #888;
-webkit-box-shadow: 0 3px 0 0 #555;
-moz-box-shadow: 0 3px 0 0 #555;
box-shadow: 0 3px 0 0 #555
}
.fullscreen-container {
width: 100%;
position: relative;
padding: 0
}
.fullwidthbanner-container {
width: 100%;
position: relative;
padding: 0;
overflow: hidden
}
.fullwidthbanner-container .fullwidthbanner {
width: 100%;
position: relative
}
.tp-simpleresponsive .caption,.tp-simpleresponsive .tp-caption {
position: absolute;
visibility: hidden;
-webkit-font-smoothing: antialiased!important
}
.tp-simpleresponsive img {
max-width: none
}
.noFilterClass {
filter: none!important
}
.tp-bannershadow {
position: absolute;
margin-left: auto;
margin-right: auto;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none
}
.tp-bannershadow.tp-shadow1 {
background: url(/gradient/shadow1.png) no-repeat;
background-size: 100% 100%;
width: 890px;
height: 60px;
bottom: -60px
}
.tp-bannershadow.tp-shadow2 {
background: url(/gradient/shadow2.png) no-repeat;
background-size: 100% 100%;
width: 890px;
height: 60px;
bottom: -60px
}
.tp-bannershadow.tp-shadow3 {
background: url(/gradient/shadow3.png) no-repeat;
background-size: 100% 100%;
width: 890px;
height: 60px;
bottom: -60px
}
.caption.fullscreenvideo {
left: 0;
top: 0;
position: absolute;
width: 100%;
height: 100%
}
.caption.fullscreenvideo iframe,.caption.fullscreenvideo video {
width: 100%!important;
height: 100%!important;
display: none
}
.tp-caption.fullscreenvideo {
left: 0;
top: 0;
position: absolute;
width: 100%;
height: 100%
}
.tp-caption.fullscreenvideo iframe,.tp-caption.fullscreenvideo iframe video {
width: 100%!important;
height: 100%!important;
display: none
}
.fullcoveredvideo video,.fullscreenvideo video {
background: #000
}
.fullcoveredvideo .tp-poster {
background-position: center center;
background-size: cover;
width: 100%;
height: 100%;
top: 0;
left: 0
}
.html5vid.videoisplaying .tp-poster {
display: none
}
.tp-video-play-button {
background: #000;
background: rgba(0,0,0,.3);
padding: 5px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
position: absolute;
top: 50%;
left: 50%;
font-size: 40px;
color: #FFF;
z-index: 3;
margin-top: -27px;
margin-left: -28px;
text-align: center;
cursor: pointer
}
.html5vid .tp-revstop {
width: 15px;
height: 20px;
border-left: 5px solid #fff;
border-right: 5px solid #fff;
position: relative;
margin: 10px 20px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
display: none
}
.html5vid.videoisplaying .revicon-right-dir {
display: none
}
.html5vid.videoisplaying .tp-revstop {
display: block
}
.html5vid.videoisplaying .tp-video-play-button {
display: none
}
.html5vid:hover .tp-video-play-button {
display: block
}
.fullcoveredvideo .tp-video-play-button {
display: none!important
}
.tp-dottedoverlay {
background-repeat: repeat;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 4
}
.tp-dottedoverlay.twoxtwo {
background: url(/gridtile.png)
}
.tp-dottedoverlay.twoxtwowhite {
background: url(/gridtile_white.png)
}
.tp-dottedoverlay.threexthree {
background: url(/gridtile_3x3.png)
}
.tp-dottedoverlay.threexthreewhite {
background: url(/gridtile_3x3_white.png)
}
.tpclear {
clear: both
}
.tp-bullets {
z-index: 1000;
position: absolute;
-ms-filter: "alpha(Opacity=100)";
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
-webkit-transition: opacity .2s ease-out;
-moz-transition: opacity .2s ease-out;
-o-transition: opacity .2s ease-out;
-ms-transition: opacity .2s ease-out;
-webkit-transform: translateZ(5px)
}
.tp-bullets.hidebullets {
-ms-filter: "alpha(Opacity=0)";
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0
}
.tp-bullets.simplebullets.navbar {
border: 1px solid #666;
border-bottom: 1px solid #444;
background: url(/boxed_bgtile.png);
height: 40px;
padding: 0 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px
}
.tp-bullets.simplebullets.navbar-old {
background: url(/navigdots_bgtile.png);
height: 35px;
padding: 0 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px
}
.tp-bullets.simplebullets.round .bullet {
cursor: pointer;
position: relative;
background: url(/bullet.png) no-Repeat top left;
width: 20px;
height: 20px;
margin-right: 0;
float: left;
margin-top: 0;
margin-left: 3px
}
.tp-bullets.simplebullets.round .bullet.last {
margin-right: 3px
}
.tp-bullets.simplebullets.round-old .bullet {
cursor: pointer;
position: relative;
background: url(/bullets.png) no-Repeat bottom left;
width: 23px;
height: 23px;
margin-right: 0;
float: left;
margin-top: 0
}
.tp-bullets.simplebullets.round-old .bullet.last {
margin-right: 0
}
.tp-bullets.simplebullets.square .bullet {
cursor: pointer;
position: relative;
background: url(/bullets2.png) no-Repeat bottom left;
width: 19px;
height: 19px;
margin-right: 0;
float: left;
margin-top: 0
}
.tp-bullets.simplebullets.square .bullet.last {
margin-right: 0
}
.tp-bullets.simplebullets.square-old .bullet {
cursor: pointer;
position: relative;
background: url(/bullets2.png) no-Repeat bottom left;
width: 19px;
height: 19px;
margin-right: 0;
float: left;
margin-top: 0
}
.tp-bullets.simplebullets.square-old .bullet.last {
margin-right: 0
}
.tp-bullets.simplebullets.navbar .bullet {
cursor: pointer;
position: relative;
background: url(/bullet_boxed.png) no-Repeat top left;
width: 18px;
height: 19px;
margin-right: 5px;
float: left;
margin-top: 0
}
.tp-bullets.simplebullets.navbar .bullet.first {
margin-left: 0!important
}
.tp-bullets.simplebullets.navbar .bullet.last {
margin-right: 0!important
}
.tp-bullets.simplebullets.navbar-old .bullet {
cursor: pointer;
position: relative;
background: url(/navigdots.png) no-Repeat bottom left;
width: 15px;
height: 15px;
margin-left: 5px!important;
margin-right: 5px!important;
float: left;
margin-top: 10px
}
.tp-bullets.simplebullets.navbar-old .bullet.first {
margin-left: 0!important
}
.tp-bullets.simplebullets.navbar-old .bullet.last {
margin-right: 0!important
}
.tp-bullets.simplebullets .bullet.selected,.tp-bullets.simplebullets .bullet:hover {
background-position: top left
}
.tp-bullets.simplebullets.navbar .bullet.selected,.tp-bullets.simplebullets.navbar .bullet:hover,.tp-bullets.simplebullets.round .bullet.selected,.tp-bullets.simplebullets.round .bullet:hover {
background-position: bottom left
}
.tparrows {
-ms-filter: "alpha(Opacity=100)";
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
-webkit-transition: opacity .2s ease-out;
-moz-transition: opacity .2s ease-out;
-o-transition: opacity .2s ease-out;
-ms-transition: opacity .2s ease-out;
-webkit-transform: translateZ(5000px);
-webkit-transform-style: flat;
-webkit-backface-visibility: hidden;
z-index: 600;
position: relative
}
.tparrows.hidearrows {
-ms-filter: "alpha(Opacity=0)";
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0
}
.tp-leftarrow {
z-index: 100;
cursor: pointer;
position: relative;
background: url(/large_left.png) no-Repeat top left;
width: 40px;
height: 40px
}
.tp-rightarrow {
z-index: 100;
cursor: pointer;
position: relative;
background: url(/large_right.png) no-Repeat top left;
width: 40px;
height: 40px
}
.tp-leftarrow.round {
z-index: 100;
cursor: pointer;
position: relative;
background: url(/small_left.png) no-Repeat top left;
width: 19px;
height: 14px;
margin-right: 0;
float: left;
margin-top: 0
}
.tp-rightarrow.round {
z-index: 100;
cursor: pointer;
position: relative;
background: url(/small_right.png) no-Repeat top left;
width: 19px;
height: 14px;
margin-right: 0;
float: left;
margin-top: 0
}
.tp-leftarrow.round-old {
z-index: 100;
cursor: pointer;
position: relative;
background: url(/arrow_left.png) no-Repeat top left;
width: 26px;
height: 26px;
margin-right: 0;
float: left;
margin-top: 0
}
.tp-rightarrow.round-old {
z-index: 100;
cursor: pointer;
position: relative;
background: url(/arrow_right.png) no-Repeat top left;
width: 26px;
height: 26px;
margin-right: 0;
float: left;
margin-top: 0
}
.tp-leftarrow.navbar {
z-index: 100;
cursor: pointer;
position: relative;
background: url(/small_left_boxed.png) no-Repeat top left;
width: 20px;
height: 15px;
float: left;
margin-right: 6px;
margin-top: 12px
}
.tp-rightarrow.navbar {
z-index: 100;
cursor: pointer;
position: relative;
background: url(/small_right_boxed.png) no-Repeat top left;
width: 20px;
height: 15px;
float: left;
margin-left: 6px;
margin-top: 12px
}
.tp-leftarrow.navbar-old {
z-index: 100;
cursor: pointer;
position: relative;
background: url(/arrowleft.png) no-Repeat top left;
width: 9px;
height: 16px;
float: left;
margin-right: 6px;
margin-top: 10px
}
.tp-rightarrow.navbar-old {
z-index: 100;
cursor: pointer;
position: relative;
background: url(/arrowright.png) no-Repeat top left;
width: 9px;
height: 16px;
float: left;
margin-left: 6px;
margin-top: 10px
}
.tp-leftarrow.navbar-old.thumbswitharrow {
margin-right: 10px
}
.tp-rightarrow.navbar-old.thumbswitharrow {
margin-left: 0
}
.tp-leftarrow.square {
z-index: 100;
cursor: pointer;
position: relative;
background: url(/arrow_left2.png) no-Repeat top left;
width: 12px;
height: 17px;
float: left;
margin-right: 0;
margin-top: 0
}
.tp-rightarrow.square {
z-index: 100;
cursor: pointer;
position: relative;
background: url(/arrow_right2.png) no-Repeat top left;
width: 12px;
height: 17px;
float: left;
margin-left: 0;
margin-top: 0
}
.tp-leftarrow.square-old {
z-index: 100;
cursor: pointer;
position: relative;
background: url(/arrow_left2.png) no-Repeat top left;
width: 12px;
height: 17px;
float: left;
margin-right: 0;
margin-top: 0
}
.tp-rightarrow.square-old {
z-index: 100;
cursor: pointer;
position: relative;
background: url(/arrow_right2.png) no-Repeat top left;
width: 12px;
height: 17px;
float: left;
margin-left: 0;
margin-top: 0
}
.tp-leftarrow.default {
z-index: 100;
cursor: pointer;
position: relative;
background: url(/large_left.png) no-Repeat;
width: 40px;
height: 40px
}
.tp-rightarrow.default {
z-index: 100;
cursor: pointer;
position: relative;
background: url(/large_right.png) no-Repeat;
width: 40px;
height: 40px
}
.tp-leftarrow:hover,.tp-rightarrow:hover {
background-position: bottom left
}
.tp-bullets.tp-thumbs {
z-index: 1000;
position: absolute;
padding: 3px;
background-color: #fff;
width: 500px;
height: 50px;
margin-top: -50px
}
.fullwidthbanner-container .tp-thumbs {
padding: 3px
}
.tp-bullets.tp-thumbs .tp-mask {
width: 500px;
height: 50px;
overflow: hidden;
position: relative
}
.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
width: 5000px;
position: absolute
}
.tp-bullets.tp-thumbs .bullet {
width: 100px;
height: 50px;
cursor: pointer;
overflow: hidden;
background: 0 0;
margin: 0;
float: left;
-ms-filter: "alpha(Opacity=50)";
-moz-opacity: .5;
-khtml-opacity: .5;
opacity: .5;
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
-ms-transition: all .2s ease-out
}
.tp-bullets.tp-thumbs .bullet.selected,.tp-bullets.tp-thumbs .bullet:hover {
-ms-filter: "alpha(Opacity=100)";
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1
}
.tp-thumbs img {
width: 100%
}
.tp-bannertimer {
width: 100%;
height: 10px;

background: url(/assets/timer-b9cf7cd5b397643740648cc50f5555de2942bf474cc82bcf407d6c2f7f430dbe.png);
position: absolute;
z-index: 200;
top: 0
}
.tp-bannertimer.tp-bottom {
bottom: 0;
height: 5px;
top: auto
}
@media only screen and (min-width:0) and (max-width:479px) {.responsive .tp-bullets,.responsive .tparrows {
display: none
}

}
.tp-simpleresponsive img {
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none
}
.tp-simpleresponsive a {
text-decoration: none
}
.tp-simpleresponsive ul {
list-style: none;
padding: 0;
margin: 0
}
.tp-simpleresponsive >ul >li {
list-stye: none;
position: absolute;
visibility: hidden
}
.caption.slidelink a div,.tp-caption.slidelink a div {
width: 3000px;
height: 1500px;
background: url(/coloredbg.png);
}
.tp-caption.slidelink a span {
background: url(/coloredbg.png);
}
.tparrows .tp-arr-imgholder,.tparrows .tp-arr-titleholder {
display: none
}
.tparrows.preview1 {
width: 100px;
height: 100px;
-webkit-transform-style: preserve-3d;
-webkit-perspective: 1000;
-moz-perspective: 1000;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
background: 0 0
}
.tparrows.preview1:after {
position: absolute;
left: 0;
top: 0;
font-family: revicons;
color: #fff;
font-size: 30px;
width: 100px;
height: 100px;
text-align: center;
background: #fff;
background: rgba(0,0,0,.15);
z-index: 2;
line-height: 100px;
-webkit-transition: background .3s,color .3s;
-moz-transition: background .3s,color .3s;
transition: background .3s,color .3s
}
.tp-rightarrow.preview1:after {
content: '\e825'
}
.tp-leftarrow.preview1:after {
content: '\e824'
}
.tparrows.preview1:hover:after {
background: rgba(255,255,255,1);
color: #aaa
}
.tparrows.preview1 .tp-arr-imgholder {
background-size: cover;
background-position: center center;
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
-webkit-transition: -webkit-transform .3s;
transition: transform .3s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
.tp-rightarrow.preview1 .tp-arr-imgholder {
right: 100%;
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-ms-filter: "alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0
}
.tp-leftarrow.preview1 .tp-arr-imgholder {
left: 100%;
-webkit-transform: rotateY(90deg);
transform: rotateY(90deg);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-ms-filter: "alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0
}
.tparrows.preview1:hover .tp-arr-imgholder {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
-ms-filter: "alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1
}
@media only screen and (min-width:768px) and (max-width:979px) {.tparrows.preview1,.tparrows.preview1:after {
width: 80px;
height: 80px;
line-height: 80px;
font-size: 24px
}

}
@media only screen and (min-width:480px) and (max-width:767px) {.tparrows.preview1,.tparrows.preview1:after {
width: 60px;
height: 60px;
line-height: 60px;
font-size: 20px
}

}
@media only screen and (min-width:0) and (max-width:479px) {.tparrows.preview1,.tparrows.preview1:after {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 12px
}

}
.tp-bullets.preview1 {
height: 21px
}
.tp-bullets.preview1 .bullet {
cursor: pointer;
position: relative!important;
background: rgba(0,0,0,.15)!important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
width: 5px!important;
height: 5px!important;
border: 8px solid transparent!important;
display: inline-block;
margin-right: 5px!important;
margin-bottom: 0!important;
-webkit-transition: background-color .2s,border-color .2s;
-moz-transition: background-color .2s,border-color .2s;
-o-transition: background-color .2s,border-color .2s;
-ms-transition: background-color .2s,border-color .2s;
transition: background-color .2s,border-color .2s;
float: none!important;
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box
}
.tp-bullets.preview1 .bullet.last {
margin-right: 0
}
.tp-bullets.preview1 .bullet.selected,.tp-bullets.preview1 .bullet:hover {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: #aaa!important;
width: 5px!important;
height: 5px!important;
border: 8px solid rgba(255,255,255,1)!important
}
.tparrows.preview2 {
min-width: 60px;
min-height: 60px;
background: #fff;
border-radius: 30px;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
overflow: hidden;
-webkit-transition: -webkit-transform 1.3s;
-webkit-transition: width .3s,background-color .3s,opacity .3s;
transition: width .3s,background-color .3s,opacity .3s;
backface-visibility: hidden
}
.tparrows.preview2:after {
position: absolute;
top: 50%;
font-family: revicons;
color: #aaa;
font-size: 25px;
margin-top: -12px;
-webkit-transition: color .3s;
-moz-transition: color .3s;
transition: color .3s
}
.tp-rightarrow.preview2:after {
content: '\e81e';
right: 18px
}
.tp-leftarrow.preview2:after {
content: '\e81f';
left: 18px
}
.tparrows.preview2 .tp-arr-titleholder {
background-size: cover;
background-position: center center;
display: block;
visibility: hidden;
position: relative;
top: 0;
-webkit-transition: -webkit-transform .3s;
transition: transform .3s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
white-space: nowrap;
color: #000;
text-transform: uppercase;
font-weight: 400;
font-size: 14px;
line-height: 60px;
padding: 0 10px
}
.tp-rightarrow.preview2 .tp-arr-titleholder {
right: 50px;
-webkit-transform: translateX(-100%);
transform: translateX(-100%)
}
.tp-leftarrow.preview2 .tp-arr-titleholder {
left: 50px;
-webkit-transform: translateX(100%);
transform: translateX(100%)
}
.tparrows.preview2.hovered {
width: 300px
}
.tparrows.preview2:hover {
background: #fff
}
.tparrows.preview2:hover:after {
color: #000
}
.tparrows.preview2:hover .tp-arr-titleholder {
-webkit-transform: translateX(0px);
transform: translateX(0px);
visibility: visible;
position: absolute
}
.tp-bullets.preview2 {
height: 17px
}
.tp-bullets.preview2 .bullet {
cursor: pointer;
position: relative!important;
background: rgba(0,0,0,.5)!important;
-webkit-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
width: 6px!important;
height: 6px!important;
border: 5px solid transparent!important;
display: inline-block;
margin-right: 2px!important;
margin-bottom: 0!important;
-webkit-transition: background-color .2s,border-color .2s;
-moz-transition: background-color .2s,border-color .2s;
-o-transition: background-color .2s,border-color .2s;
-ms-transition: background-color .2s,border-color .2s;
transition: background-color .2s,border-color .2s;
float: none!important;
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box
}
.tp-bullets.preview2 .bullet.last {
margin-right: 0
}
.tp-bullets.preview2 .bullet.selected,.tp-bullets.preview2 .bullet:hover {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: rgba(255,255,255,1)!important;
width: 6px!important;
height: 6px!important;
border: 5px solid rgba(0,0,0,1)!important
}
.tp-arr-titleholder.alwayshidden {
display: none!important
}
@media only screen and (min-width:768px) and (max-width:979px) {.tparrows.preview2 {
min-width: 40px;
min-height: 40px;
width: 40px;
height: 40px;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px
}
.tparrows.preview2:after {
position: absolute;
top: 50%;
font-family: revicons;
font-size: 20px;
margin-top: -12px
}
.tp-rightarrow.preview2:after {
content: '\e81e';
right: 11px
}
.tp-leftarrow.preview2:after {
content: '\e81f';
left: 11px
}
.tparrows.preview2 .tp-arr-titleholder {
font-size: 12px;
line-height: 40px;
letter-spacing: 0
}
.tp-rightarrow.preview2 .tp-arr-titleholder {
right: 35px
}
.tp-leftarrow.preview2 .tp-arr-titleholder {
left: 35px
}

}
@media only screen and (min-width:480px) and (max-width:767px) {.tparrows.preview2 {
min-width: 30px;
min-height: 30px;
width: 30px;
height: 30px;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px
}
.tparrows.preview2:after {
position: absolute;
top: 50%;
font-family: revicons;
font-size: 14px;
margin-top: -12px
}
.tp-rightarrow.preview2:after {
content: '\e81e';
right: 8px
}
.tp-leftarrow.preview2:after {
content: '\e81f';
left: 8px
}
.tparrows.preview2 .tp-arr-titleholder {
font-size: 10px;
line-height: 30px;
letter-spacing: 0
}
.tp-rightarrow.preview2 .tp-arr-titleholder {
right: 25px
}
.tp-leftarrow.preview2 .tp-arr-titleholder {
left: 25px
}
.tparrows.preview2 .tp-arr-titleholder {
display: none;
visibility: none
}

}
@media only screen and (min-width:0) and (max-width:479px) {.tparrows.preview2 {
min-width: 30px;
min-height: 30px;
width: 30px;
height: 30px;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px
}
.tparrows.preview2:after {
position: absolute;
top: 50%;
font-family: revicons;
font-size: 14px;
margin-top: -12px
}
.tp-rightarrow.preview2:after {
content: '\e81e';
right: 8px
}
.tp-leftarrow.preview2:after {
content: '\e81f';
left: 8px
}
.tparrows.preview2 .tp-arr-titleholder {
display: none;
visibility: none
}
.tparrows.preview2:hover {
width: 30px!important;
height: 30px!important
}

}
.tparrows.preview3 {
width: 70px;
height: 70px;
background: #fff;
background: rgba(255,255,255,1);
-webkit-transform-style: flat
}
.tparrows.preview3:after {
position: absolute;
line-height: 70px;
text-align: center;
font-family: revicons;
color: #aaa;
font-size: 30px;
top: 0;
left: 0;
background: #fff;
z-index: 100;
width: 70px;
height: 70px;
-webkit-transition: color .3s;
-moz-transition: color .3s;
transition: color .3s
}
.tparrows.preview3:hover:after {
color: #000
}
.tp-rightarrow.preview3:after {
content: '\e825'
}
.tp-leftarrow.preview3:after {
content: '\e824'
}
.tparrows.preview3 .tp-arr-iwrapper {
-webkit-transform: scale(0,1);
transform: scale(0,1);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transition: -webkit-transform .2s;
transition: transform .2s;
z-index: 0;
position: absolute;
background: #000;
background: rgba(0,0,0,.75);
display: table;
min-height: 90px;
top: -10px
}
.tp-leftarrow.preview3 .tp-arr-iwrapper {
-webkit-transform: scale(0,1);
transform: scale(0,1);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%
}
.tparrows.preview3 .tp-arr-imgholder {
background-size: cover;
background-position: center center;
display: table-cell;
min-width: 90px;
height: 90px;
position: relative;
top: 0
}
.tp-rightarrow.preview3 .tp-arr-iwrapper {
right: 0;
padding-right: 70px
}
.tp-leftarrow.preview3 .tp-arr-iwrapper {
left: 0;
direction: rtl;
padding-left: 70px
}
.tparrows.preview3 .tp-arr-titleholder {
display: table-cell;
padding: 30px;
font-size: 16px;
color: #fff;
white-space: nowrap;
position: relative;
clear: right;
vertical-align: middle
}
.tparrows.preview3:hover .tp-arr-iwrapper {
-webkit-transform: scale(1,1);
transform: scale(1,1)
}
.tp-bullets.preview3 {
height: 17px
}
.tp-bullets.preview3 .bullet {
cursor: pointer;
position: relative!important;
background: rgba(0,0,0,.5)!important;
-webkit-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
width: 6px!important;
height: 6px!important;
border: 5px solid transparent!important;
display: inline-block;
margin-right: 2px!important;
margin-bottom: 0!important;
-webkit-transition: background-color .2s,border-color .2s;
-moz-transition: background-color .2s,border-color .2s;
-o-transition: background-color .2s,border-color .2s;
-ms-transition: background-color .2s,border-color .2s;
transition: background-color .2s,border-color .2s;
float: none!important;
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box
}
.tp-bullets.preview3 .bullet.last {
margin-right: 0
}
.tp-bullets.preview3 .bullet.selected,.tp-bullets.preview3 .bullet:hover {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: rgba(255,255,255,1)!important;
width: 6px!important;
height: 6px!important;
border: 5px solid rgba(0,0,0,1)!important
}
@media only screen and (min-width:768px) and (max-width:979px) {.tparrows.preview3,.tparrows.preview3:after {
width: 50px;
height: 50px;
line-height: 50px;
font-size: 20px
}
.tparrows.preview3 .tp-arr-iwrapper {
min-height: 70px
}
.tparrows.preview3 .tp-arr-imgholder {
min-width: 70px;
height: 70px
}
.tp-rightarrow.preview3 .tp-arr-iwrapper {
padding-right: 50px
}
.tp-leftarrow.preview3 .tp-arr-iwrapper {
padding-left: 50px
}
.tparrows.preview3 .tp-arr-titleholder {
padding: 10px;
font-size: 16px
}

}
@media only screen and (max-width:767px) {.tparrows.preview3,.tparrows.preview3:after {
width: 50px;
height: 50px;
line-height: 50px;
font-size: 20px
}
.tparrows.preview3 .tp-arr-iwrapper {
min-height: 70px
}

}
.tparrows.preview4 {
width: 30px;
height: 110px;
background: 0 0;
-webkit-transform-style: preserve-3d;
-webkit-perspective: 1000;
-moz-perspective: 1000
}
.tparrows.preview4:after {
position: absolute;
line-height: 110px;
text-align: center;
font-family: revicons;
color: #fff;
font-size: 20px;
top: 0;
left: 0;
z-index: 0;
width: 30px;
height: 110px;
background: #000;
background: rgba(0,0,0,.25);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
-ms-filter: "alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1
}
.tp-rightarrow.preview4:after {
content: '\e825'
}
.tp-leftarrow.preview4:after {
content: '\e824'
}
.tparrows.preview4 .tp-arr-allwrapper {
visibility: hidden;
width: 180px;
position: absolute;
z-index: 1;
min-height: 120px;
top: 0;
left: -150px;
overflow: hidden;
-webkit-perspective: 1000px;
-webkit-transform-style: flat
}
.tp-leftarrow.preview4 .tp-arr-allwrapper {
left: 0
}
.tparrows.preview4 .tp-arr-iwrapper {
position: relative
}
.tparrows.preview4 .tp-arr-imgholder {
display: block;
background-size: cover;
background-position: center center;
width: 180px;
height: 110px;
position: relative;
top: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
.tparrows.preview4 .tp-arr-imgholder2 {
display: block;
background-size: cover;
background-position: center center;
width: 180px;
height: 110px;
position: absolute;
top: 0;
left: 180px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
.tp-leftarrow.preview4 .tp-arr-imgholder2 {
left: -180px
}
.tparrows.preview4 .tp-arr-titleholder {
display: block;
padding: 0 10px;
text-align: left;
position: relative;
background: #000;
color: #FFF;
text-transform: uppercase;
white-space: nowrap;
letter-spacing: 1px;
font-weight: 700;
font-size: 11px;
line-height: 2.75;
-webkit-transition: all .3s;
transition: all .3s;
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-ms-filter: "alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0
}
.tparrows.preview4:after {
transform-origin: 100% 100%;
-webkit-transform-origin: 100% 100%
}
.tp-leftarrow.preview4:after {
transform-origin: 0 0;
-webkit-transform-origin: 0 0
}
@media only screen and (min-width:768px) {.tparrows.preview4:hover:after {
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg)
}
.tp-leftarrow.preview4:hover:after {
-webkit-transform: rotateY(90deg);
transform: rotateY(90deg)
}
.tparrows.preview4:hover .tp-arr-titleholder {
-webkit-transition-delay: .4s;
transition-delay: .4s;
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
-ms-filter: "alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1
}

}
.tp-bullets.preview4 {
height: 17px
}
.tp-bullets.preview4 .bullet {
cursor: pointer;
position: relative!important;
background: rgba(0,0,0,.5)!important;
-webkit-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
width: 6px!important;
height: 6px!important;
border: 5px solid transparent!important;
display: inline-block;
margin-right: 2px!important;
margin-bottom: 0!important;
-webkit-transition: background-color .2s,border-color .2s;
-moz-transition: background-color .2s,border-color .2s;
-o-transition: background-color .2s,border-color .2s;
-ms-transition: background-color .2s,border-color .2s;
transition: background-color .2s,border-color .2s;
float: none!important;
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box
}
.tp-bullets.preview4 .bullet.last {
margin-right: 0
}
.tp-bullets.preview4 .bullet.selected,.tp-bullets.preview4 .bullet:hover {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: rgba(255,255,255,1)!important;
width: 6px!important;
height: 6px!important;
border: 5px solid rgba(0,0,0,1)!important
}
@media only screen and (max-width:767px) {.tparrows.preview4 {
width: 20px;
height: 80px
}
.tparrows.preview4:after {
width: 20px;
height: 80px;
line-height: 80px;
font-size: 14px
}
.tparrows.preview1 .tp-arr-allwrapper,.tparrows.preview2 .tp-arr-allwrapper,.tparrows.preview3 .tp-arr-allwrapper,.tparrows.preview4 .tp-arr-allwrapper {
display: none!important
}

}
.tp-loader {
top: 50%;
left: 50%;
z-index: 10000;
position: absolute
}
.tp-loader.spinner0 {
width: 40px;
height: 40px;
background: #fff url(/assets/loader-77037c7f5944d54310efa3de13b7d443e34b32d97e3bc78438001915e9a6046d.gif) no-repeat center center;
box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
margin-top: -20px;
margin-left: -20px;
-webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
animation: tp-rotateplane 1.2s infinite ease-in-out;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px
}
.tp-loader.spinner1 {
width: 40px;
height: 40px;
background-color: #fff;
box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
margin-top: -20px;
margin-left: -20px;
-webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
animation: tp-rotateplane 1.2s infinite ease-in-out;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px
}
.tp-loader.spinner5 {
background: #fff url(/assets/loader-77037c7f5944d54310efa3de13b7d443e34b32d97e3bc78438001915e9a6046d.gif) no-repeat 10px 10px;
margin: -22px;
width: 44px;
height: 44px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px
}
@-webkit-keyframes tp-rotateplane {0% {
-webkit-transform: perspective(120px)
}
50% {
-webkit-transform: perspective(120px) rotateY(180deg)
}
100% {
-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
}

}
@keyframes tp-rotateplane {0% {
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
}
50% {
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
}
100% {
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
}

}
.tp-loader.spinner2 {
width: 40px;
height: 40px;
margin-top: -20px;
margin-left: -20px;
background-color: red;
box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
border-radius: 100%;
-webkit-animation: tp-scaleout 1s infinite ease-in-out;
animation: tp-scaleout 1s infinite ease-in-out
}
@-webkit-keyframes tp-scaleout {0% {
-webkit-transform: scale(0)
}
100% {
-webkit-transform: scale(1);
opacity: 0
}

}
@keyframes tp-scaleout {0% {
transform: scale(0);
-webkit-transform: scale(0)
}
100% {
transform: scale(1);
-webkit-transform: scale(1);
opacity: 0
}

}
.tp-loader.spinner3 {
margin: -9px 0 0 -35px;
width: 70px;
text-align: center
}
.tp-loader.spinner3 .bounce1,.tp-loader.spinner3 .bounce2,.tp-loader.spinner3 .bounce3 {
width: 18px;
height: 18px;
background-color: #fff;
box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
border-radius: 100%;
display: inline-block;
-webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
animation: tp-bouncedelay 1.4s infinite ease-in-out;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}
.tp-loader.spinner3 .bounce1 {
-webkit-animation-delay: -.32s;
animation-delay: -.32s
}
.tp-loader.spinner3 .bounce2 {
-webkit-animation-delay: -.16s;
animation-delay: -.16s
}
@-webkit-keyframes tp-bouncedelay {0%,100%,80% {
-webkit-transform: scale(0)
}
40% {
-webkit-transform: scale(1)
}

}
@keyframes tp-bouncedelay {0%,100%,80% {
transform: scale(0);
-webkit-transform: scale(0)
}
40% {
transform: scale(1);
-webkit-transform: scale(1)
}

}
.tp-loader.spinner4 {
margin: -20px 0 0 -20px;
width: 40px;
height: 40px;
text-align: center;
-webkit-animation: tp-rotate 2s infinite linear;
animation: tp-rotate 2s infinite linear
}
.tp-loader.spinner4 .dot1,.tp-loader.spinner4 .dot2 {
width: 60%;
height: 60%;
display: inline-block;
position: absolute;
top: 0;
background-color: #fff;
border-radius: 100%;
-webkit-animation: tp-bounce 2s infinite ease-in-out;
animation: tp-bounce 2s infinite ease-in-out;
box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15)
}
.tp-loader.spinner4 .dot2 {
top: auto;
bottom: 0;
-webkit-animation-delay: -1s;
animation-delay: -1s
}
@-webkit-keyframes tp-rotate {100% {
-webkit-transform: rotate(360deg)
}

}
@keyframes tp-rotate {100% {
transform: rotate(360deg);
-webkit-transform: rotate(360deg)
}

}
@-webkit-keyframes tp-bounce {0%,100% {
-webkit-transform: scale(0)
}
50% {
-webkit-transform: scale(1)
}

}
@keyframes tp-bounce {0%,100% {
transform: scale(0);
-webkit-transform: scale(0)
}
50% {
transform: scale(1);
-webkit-transform: scale(1)
}

}
.tp-transparentimg {
content: "url(/transparent.png)";
}
.tp-3d {
-webkit-transform-style: preserve-3d;
-webkit-transform-origin: 50% 50%
}
.tp-caption img {
background: 0 0;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
zoom: 1
}
@font-face {
font-family: revicons;
src: url(/assets/revicons-886ff427675bc1b1e68e91dad5acee1da7f4befddd62013c0f5bf752cd4b2db9.eot);
src: url(/assets/revicons-886ff427675bc1b1e68e91dad5acee1da7f4befddd62013c0f5bf752cd4b2db9.eot#iefix) format('embedded-opentype'),url(/assets/revicons-baa827c5f64687a1c9aad39f8c27ed3ca976b778def9ad6391418685ce824ae3.woff) format('woff'),url(/assets/revicons-223a97e2fdbeef4d77b110ddff0154b6dfb655a1e2724dc92516773484c72e23.ttf) format('truetype'),url(/assets/revicons-a012f55aea62521dfc851d838e145f32e62d07d4ae63deceb0f13cf0dfd506b1.svg#revicons) format('svg');
font-weight: 400;
font-style: normal
}
[class*=" revicon-"]:before,[class^=revicon-]:before {
font-family: revicons;
font-style: normal;
font-weight: 400;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
margin-left: .2em
}
.revicon-search-1:before {
content: '\e802'
}
.revicon-pencil-1:before {
content: '\e831'
}
.revicon-picture-1:before {
content: '\e803'
}
.revicon-cancel:before {
content: '\e80a'
}
.revicon-info-circled:before {
content: '\e80f'
}
.revicon-trash:before {
content: '\e801'
}
.revicon-left-dir:before {
content: '\e817'
}
.revicon-right-dir:before {
content: '\e818'
}
.revicon-down-open:before {
content: '\e83b'
}
.revicon-left-open:before {
content: '\e819'
}
.revicon-right-open:before {
content: '\e81a'
}
.revicon-angle-left:before {
content: '\e820'
}
.revicon-angle-right:before {
content: '\e81d'
}
.revicon-left-big:before {
content: '\e81f'
}
.revicon-right-big:before {
content: '\e81e'
}
.revicon-magic:before {
content: '\e807'
}
.revicon-picture:before {
content: '\e800'
}
.revicon-export:before {
content: '\e80b'
}
.revicon-cog:before {
content: '\e832'
}
.revicon-login:before {
content: '\e833'
}
.revicon-logout:before {
content: '\e834'
}
.revicon-video:before {
content: '\e805'
}
.revicon-arrow-combo:before {
content: '\e827'
}
.revicon-left-open-1:before {
content: '\e82a'
}
.revicon-right-open-1:before {
content: '\e82b'
}
.revicon-left-open-mini:before {
content: '\e822'
}
.revicon-right-open-mini:before {
content: '\e823'
}
.revicon-left-open-big:before {
content: '\e824'
}
.revicon-right-open-big:before {
content: '\e825'
}
.revicon-left:before {
content: '\e836'
}
.revicon-right:before {
content: '\e826'
}
.revicon-ccw:before {
content: '\e808'
}
.revicon-arrows-ccw:before {
content: '\e806'
}
.revicon-palette:before {
content: '\e829'
}
.revicon-list-add:before {
content: '\e80c'
}
.revicon-doc:before {
content: '\e809'
}
.revicon-left-open-outline:before {
content: '\e82e'
}
.revicon-left-open-2:before {
content: '\e82c'
}
.revicon-right-open-outline:before {
content: '\e82f'
}
.revicon-right-open-2:before {
content: '\e82d'
}
.revicon-equalizer:before {
content: '\e83a'
}
.revicon-layers-alt:before {
content: '\e804'
}
.revicon-popup:before {
content: '\e828'
}
/*! Crocodoc Viewer - v0.10.7 | (c) 2015 Box */

.crocodoc-viewer {
    padding:0;
    position: relative;
}

/* prevent sizing issues from bootstrap (and others) that change global defaults */
.crocodoc-viewer * {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.crocodoc-viewer-fullscreen {
    background: #000;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.crocodoc-viewport {
/*  overflow: hidden;*/
  /* domen */
    margin:0; padding:0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    outline: 0 !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.crocodoc-draggable .crocodoc-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}
.crocodoc-dragging .crocodoc-viewport {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

/* outside wrapper for positioning the transformed inner wrapper properly */
.crocodoc-doc {
    overflow: hidden;
    /* @NOTE: position:relative is necessary for overflow:hidden to work in IE7 */
    position: relative;
    text-align: center;
    font-size: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.crocodoc-window-as-viewport .crocodoc-viewport {
    position: relative;
    right: auto;
    bottom: auto;
    overflow: visible;
}

.crocodoc-window-as-viewport .crocodoc-doc {
    width: auto;
    height: auto;
    overflow: hidden;
}

/* individual pages */
.crocodoc-page {
    display: inline-block;
    /* IE7 hack to force inline behavior on divs */
    *display: inline;
    *zoom: 1;
    /* End hack */

    /* IE7 inherits text-align: center, which causes the page-content to be shifted */
    text-align: left;

    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.crocodoc-page-inner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.crocodoc-page-content {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
}

.crocodoc-page-visible,
.crocodoc-current-page {
    visibility: visible !important;
}

.crocodoc-page-svg object,
.crocodoc-page-svg iframe,
.crocodoc-page-svg img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.crocodoc-page-autoscale {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.crocodoc-page-autoscale > div {
    display: block;
    position: absolute;
}

/* @NOTE: this is a fix for the white "border" issue */
.crocodoc-page-svg {
    position: absolute;
    overflow: hidden;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    width: auto;
    height: auto;
}

.crocodoc-page-links {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.crocodoc-page-link {
    position: absolute;
    display: block;
}
/* Fix for IE ctrl+click behavior */
.crocodoc-page-link span {
    width: 100%;
    height: 100%;
    display: block;
    /* IE <= 9 requires a background image for an empty element to actually receive click events */
    background: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==) 0 0 no-repeat;
}
.crocodoc-links-disabled .crocodoc-page-links {
    display: none;
}
.crocodoc-links-disabled .crocodoc-page-link {
    background: transparent;
}

.crocodoc-page-text {
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0.5;
    overflow: hidden;
}

/* don't hide text if it's selected or visible */
.crocodoc-page-visible .crocodoc-page-text,
.crocodoc-page-selected .crocodoc-page-text {
    display: block !important;
}

/* NEVER display text if it's disabled; this should be highest priority */
.crocodoc-draggable .crocodoc-page-text,
.crocodoc-text-disabled .crocodoc-page-text {
    display: none !important;
}

.crocodoc-page-error .crocodoc-page-text,
.crocodoc-page-loading .crocodoc-page-text,
.crocodoc-page-error .crocodoc-page-svg,
.crocodoc-page-loading .crocodoc-page-svg,
.crocodoc-page-error .crocodoc-page-links,
.crocodoc-page-loading .crocodoc-page-links {
    display: none !important;
}

.crocodoc-subpx-fix {
    zoom: 10;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 1000%;
    height: 1000%;
}

/* Layout-specific styles -------------------------------- */
.crocodoc-layout-horizontal .crocodoc-doc {
    text-align: left;
    white-space: nowrap;
}

.crocodoc-layout-vertical-single-column .crocodoc-page {
    display: block;
    margin: 0 auto;
}

.crocodoc-layout-presentation-two-page .crocodoc-page,
.crocodoc-layout-presentation .crocodoc-page {
    position: absolute;
    visibility: hidden;
    display: block;
}

.crocodoc-layout-presentation-two-page .crocodoc-doc,
.crocodoc-layout-presentation .crocodoc-doc {
    overflow: visible;
    /* @NOTE: this is for IE 7; text-align is incorrectly honored even when pages are position:absolute/display:block */
    text-align: left;
}

.crocodoc-layout-presentation-two-page .crocodoc-page:nth-child(odd) {
    padding-right: 0 !important;
}

.crocodoc-layout-presentation-two-page .crocodoc-page:nth-child(even) {
    padding-left: 0 !important;
}

.crocodoc-layout-presentation-two-page .crocodoc-page-visible,
.crocodoc-layout-presentation .crocodoc-page-visible {
    z-index: 1;
}

/* only possibly show scrollbars when the presentation is intentionally scrollable (e.g., doesn't fit in viewport) */
.crocodoc-layout-presentation .crocodoc-viewport,
.crocodoc-layout-presentation-two-page .crocodoc-viewport {
    overflow: hidden;
}
.crocodoc-layout-presentation.crocodoc-scrollable .crocodoc-viewport,
.crocodoc-layout-presentation-two-page.crocodoc-scrollable .crocodoc-viewport {
    overflow: auto;
}


/** Version-specific changes ----------------------------- */

/* all conversions before v1.0.0 require text to be transparent */
.crocodoc-viewer[data-svg-version^="0"] .crocodoc-page-text .tx {
    color: transparent !important;
}

/* Background */
.crocodoc-viewport {
    background: transparent;
}

/* Page borders/backgrounds */
.crocodoc-page-content {
    border: 0;
    background: #fff;
}

/* Page paddings */
.crocodoc-page {
    padding: 10px 15px;
}

/* Text selection color */
/* NOTE: these two *-selection rules MUST be separate (cannot be comma-separated) */
.crocodoc-page-text {
    opacity: 0.4;
}

/* override these rules with !important to change the highlight color */
/* @NOTE: !important is used here because stylesheet.css would otherwise take precedence in this case */
.crocodoc-page-text ::-moz-selection {
    background: rgba(50, 151, 253, 0.75) !important;
}
.crocodoc-page-text ::selection {
    background: rgba(50, 151, 253, 0.75) !important;
}

.crocodoc-text-disabled .crocodoc-text {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.crocodoc-doc.crocodoc-text {
    margin: 0;
    padding: 0;
    opacity: 1;
    text-align: left;
    counter-reset: line-numbering;
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    font-size: 10pt;
    background: #fff;
    min-height: 100%;
    width: 100%;
    tab-size: 8;
    border-collapse: collapse;
    border-spacing: 0;
}
.crocodoc-text tr:last-child {
    height: 100%;
}

.crocodoc-text tr:first-child td {
    padding-top: 0.3em;
}
.crocodoc-text tr:last-child td {
    padding-bottom: 0.3em;
}

/* line numbers */

.crocodoc-text td:first-child {
    width: 1%;
    padding-left: 0.5em;
    padding-right: 0.3em;
    vertical-align: top;
    text-align: right;
    color: #aaa;
    background: #f8f8f8;
    border-right: 1px solid #eee;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
.crocodoc-text td:first-child:before {
    content: counter(line-numbering);
    counter-increment: line-numbering;
}

/* line contents */
.crocodoc-text td:last-child {
    vertical-align: top;
    text-align: left;
    margin: 0;
    overflow: hidden;
    position: relative;
    padding: 0 10px;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    color: #333;
    vertical-align: top;
}

.crocodoc-viewer-logo {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 29px;
    height: 16px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAQCAYAAADqDXTRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCkiIHhtcDpDcmVhdGVEYXRlPSIyMDE0LTAzLTIwVDE1OjIzOjE2LTA3OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxNC0wMy0yNFQxODoyODoyOS0wNzowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxNC0wMy0yNFQxODoyODoyOS0wNzowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTAwMThGMThBOTJCMTFFM0FEQUU4MzYwQjIzNDg2OUUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTAwMThGMTlBOTJCMTFFM0FEQUU4MzYwQjIzNDg2OUUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MDAxOEYxNkE5MkIxMUUzQURBRTgzNjBCMjM0ODY5RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MDAxOEYxN0E5MkIxMUUzQURBRTgzNjBCMjM0ODY5RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Prmu5EQAAAHNSURBVHja5NVNSBtBGMbxGLSggiKtevEiVHsoQUQRESxexJOlFKGUGJQqqBc9VC+CoCKaQxU/DkoNhUIhtqEFtYpI6VEPfit6KB4LSjERIVqoaP0PPMK6bK7JwYUf77g7O7Mz7zsxye/3u+J9uRWXsRqvSZMVqxOxUte9m7QAU9jBGqZRbOvzDJ+whXWMIl/P6rGJSts72fiBgDWnt9eB7V4p3uCtBn+ntvUqQTNeoUgf+RUVOMQDfEEV9p1W6tbAHjzFAP5jWDtgJvyLLjzRhB+QroE/aofMyr4hExOa8AyvnVY6iB7L36YdhTnMLbrXhKClT5M+thFteKnj59H2P8YVfNhzWumUQ94nLe0IPjv0ea9Yht+ow4UmNFc35u2FFFH85zDgpaV9LbH63I4Xtr135FS9G4o+hwG9lvajGD8k9Yq7yuOC4onum6ott086ojiEDmQhA60Y17PvikFVahpy0Y925W0MIRRqm01e51TBs8izTrqEXqToaERUbSafqare58rnQ8zgHMcqtmt94AvthMlnrZ57VUA5qug7hdSHGizij/LyU5N16uiYkm/ACk6Vq5DOZECVHla/bY0b1Ri/9I4rKRH/2m4EGADdeWtsTUEE0QAAAABJRU5ErkJggg==) 0 0 no-repeat;
    pointer-events: none;
}

.crocodoc-window-as-viewport .crocodoc-viewer-logo {
    position: fixed;
}

/* hidpi logo */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .crocodoc-viewer-logo {
        background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAAgCAYAAACowdDWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCkiIHhtcDpDcmVhdGVEYXRlPSIyMDE0LTAzLTIwVDE1OjIzOjE2LTA3OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxNC0wMy0yNFQxODoyODoxMS0wNzowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxNC0wMy0yNFQxODoyODoxMS0wNzowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTJGNDU3OUJBOEE2MTFFM0FEQUU4MzYwQjIzNDg2OUUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTJGNDU3OUNBOEE2MTFFM0FEQUU4MzYwQjIzNDg2OUUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMkY0NTc5OUE4QTYxMUUzQURBRTgzNjBCMjM0ODY5RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMkY0NTc5QUE4QTYxMUUzQURBRTgzNjBCMjM0ODY5RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtuEGeAAAARPSURBVHja7JltaJZVGMc356zNyJK5dE4CE+vLwGJimenQp0a+tFArTMgpzoFoH3RfRBKtnBNnpCwSDC0VLLaGbonSmwsr1zZf0fkyrb1iqWjkUkzn/F/yv/Nwec790qd43AU/7mfnvu/nnOuc67rO/zxLLCkpSYh368XrWHAS/AqmxJuTvXndAJ7k541gYDyu5BCj7THQLx6dfOh+yMmEHid7nOxx8n+1hfiZVNtskM7nz4FDoCNCP4ncorLAo6ALNINfQKfjnQFgMmgD34HuEP2kgVfARbCL/fg6KR0sBuM4SG37wXrwhc8AUsBCMA88Ybl/HewA74JGNbFHeBX7BBQEODiYY/K2w89Avl+4SsfVIMfhoNhzYDuoUfusef8EWO1wUOwB8AYdKjbG86LhoNhc8LaPg31AhRrHm0E5mRMhFEUS/gSGGW0Twffg8QhpswRUcsD14B/1zBr2ZbOPwLOq7eeohec3rmwVOG25LzO4GzwMRoBy8KB65hZooCN7wCXL9+RxwKfAIsdqZar2Qq60aRfAW2GdPMxVHcqEzmMBGQl+VM/KSpaCLSBV3fuUqyrvTQMvMxxlIOfVszLg8XR2k6UYVRoTOJp1wbQupkBrGCdlZcaAHyz3Guh8hWovYAU1rQjMBu2q/SbYyjBrVveKeZ0P6tQ9maiPWWgquMK6v71h9kkpwTPB3z6TIDM2C5zxeeZLsDZEKsxUFXoUeIbVV1b+D/VOPvN2kGrfBj50iYFrql1C4HKIXL3KguCy5SFzXorEN6rtJV4lAl6zFCLt4EHmp1Px6C+ojlBdqxztcgA/FuF7vlJ/m2G/z1KIdKGZykkPLevaIgzud0skeE5GsVb1dz/LNlHueFfSpiVIu96wKJWwlmzZLv7LGTXFkvOmZYDnHe++Hkag61nMjjC4px2qKIuKJqzpPlsse2SG4918ykdfJ2ste1VYK3S09zWlVYClssJqbexZGWWin5W6FJHnpI71SaxoQTaB+eCyYotCsdkq9ePZVZ4ivL23wFJoikMqon+drGEFM01U/AyfgU2k+kgy2tpVpZaBf5tw95dAm2YtsYhv2cL+oqIpcyiapWBzgCK6Y0mxWMz7LOV+juF4MjfiF4wJSafkkplfoXKum5PSpsImjUetTOrXZErA6TxCvaoGeo6h25975yPqvhz/Pudn0cC5VD/mkUv62mk7NNdzL1pnCckJIULufUrBr6lYYiqUCn3y1wxTqZRXGK4ZAYrmOvfHA1wAsxDVUf7ds0+u50x1RSg8soLvgWVGOOX5iIQEHymZS+E/2VJoXIqmnVGhBc1KPzHwAfej2hADa2RuLrOsiIThAg4+aJK2U6t6J5vOKIqG9aRItV2z5aRpHTzm7OPDN7gXSidnGUrv8IubfByoZ8g0caa99PgTHGVOyv62gYXGVEvy7HD+uiBHsuMBk1XHnH+Kp5oC73STeD/9Vyuu7bYAAwDrRe6zG4porAAAAABJRU5ErkJggg==) 0 0 no-repeat;
        background-size: 29px auto;
    }
}
/*


















*/
