@charset "UTF-8";
/* DEVELOPER PORTAL CODE */
/* ----------------------------- *
 * Declare the DIN Pro type fonts 
 * ----------------------------- */
@font-face {
  font-family: 'DINBold';
  src: url("../fonts/din-bold-webfont.eot");
  src: url("../fonts/din-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/din-bold-webfont.woff") format("woff"), url("../fonts/din-bold-webfont.ttf") format("truetype");
  font-style: normal; }
@font-face {
  font-family: 'DINLight';
  src: url("../fonts/din-light-webfont.eot");
  src: url("../fonts/din-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/din-light-webfont.woff") format("woff"), url("../fonts/din-light-webfont.ttf") format("truetype");
  font-style: normal; }
@font-face {
  font-family: 'DINRegular';
  src: url("../fonts/din-regular-webfont.eot");
  src: url("../fonts/din-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/din-regular-webfont.woff") format("woff"), url("../fonts/din-regular-webfont.ttf") format("truetype");
  font-style: normal; }
@font-face {
  font-family: 'DINBlack';
  src: url("../fonts/din-black-webfont.eot");
  src: url("../fonts/din-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/din-black-webfont.woff") format("woff"), url("../fonts/din-black-webfont.ttf") format("truetype");
  font-style: normal; }
@font-face {
  font-family: 'DINProBold';
  src: url("../fonts/DINPro-Bold.otf");
  font-style: normal; }
@font-face {
  font-family: 'DINProLight';
  src: url("../fonts/din-light-webfont.eot");
  src: url("../fonts/din-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/din-light-webfont.woff") format("woff"), url("../fonts/din-light-webfont.ttf") format("truetype");
  font-style: normal; }
@font-face {
  font-family: 'DINPro-Regular';
  src: url("../fonts/din-regular-webfont.eot");
  src: url("../fonts/din-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/din-regular-webfont.woff") format("woff"), url("../fonts/din-regular-webfont.ttf") format("truetype");
  font-style: normal; }
/*!
 *  Font Awesome 4.6.1 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("../fonts/fontawesome-webfont.eot?v=4.6.1");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.1") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.1") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.1") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 14, ../sass/_font-awesome.scss */
.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 */
/* line 23, ../sass/_font-awesome.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

/* line 28, ../sass/_font-awesome.scss */
.fa-2x {
  font-size: 2em; }

/* line 31, ../sass/_font-awesome.scss */
.fa-3x {
  font-size: 3em; }

/* line 34, ../sass/_font-awesome.scss */
.fa-4x {
  font-size: 4em; }

/* line 37, ../sass/_font-awesome.scss */
.fa-5x {
  font-size: 5em; }

/* line 40, ../sass/_font-awesome.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center; }

/* line 44, ../sass/_font-awesome.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

/* line 49, ../sass/_font-awesome.scss */
.fa-ul > li {
  position: relative; }

/* line 52, ../sass/_font-awesome.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

/* line 59, ../sass/_font-awesome.scss */
.fa-li.fa-lg {
  left: -1.85714286em; }

/* line 62, ../sass/_font-awesome.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

/* line 67, ../sass/_font-awesome.scss */
.fa-pull-left {
  float: left; }

/* line 70, ../sass/_font-awesome.scss */
.fa-pull-right {
  float: right; }

/* line 73, ../sass/_font-awesome.scss */
.fa.fa-pull-left {
  margin-right: .3em; }

/* line 76, ../sass/_font-awesome.scss */
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
/* line 80, ../sass/_font-awesome.scss */
.pull-right {
  float: right; }

/* line 83, ../sass/_font-awesome.scss */
.pull-left {
  float: left; }

/* line 86, ../sass/_font-awesome.scss */
.fa.pull-left {
  margin-right: .3em; }

/* line 89, ../sass/_font-awesome.scss */
.fa.pull-right {
  margin-left: .3em; }

/* line 92, ../sass/_font-awesome.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

/* line 96, ../sass/_font-awesome.scss */
.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); } }
/* line 120, ../sass/_font-awesome.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 126, ../sass/_font-awesome.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 132, ../sass/_font-awesome.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

/* line 138, ../sass/_font-awesome.scss */
.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); }

/* line 144, ../sass/_font-awesome.scss */
.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); }

/* line 150, ../sass/_font-awesome.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

/* line 157, ../sass/_font-awesome.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

/* line 165, ../sass/_font-awesome.scss */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

/* line 172, ../sass/_font-awesome.scss */
.fa-stack-1x {
  line-height: inherit; }

/* line 175, ../sass/_font-awesome.scss */
.fa-stack-2x {
  font-size: 2em; }

/* line 178, ../sass/_font-awesome.scss */
.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 */
/* line 183, ../sass/_font-awesome.scss */
.fa-glass:before {
  content: "\f000"; }

/* line 186, ../sass/_font-awesome.scss */
.fa-music:before {
  content: "\f001"; }

/* line 189, ../sass/_font-awesome.scss */
.fa-search:before {
  content: "\f002"; }

/* line 192, ../sass/_font-awesome.scss */
.fa-envelope-o:before {
  content: "\f003"; }

/* line 195, ../sass/_font-awesome.scss */
.fa-heart:before {
  content: "\f004"; }

/* line 198, ../sass/_font-awesome.scss */
.fa-star:before {
  content: "\f005"; }

/* line 201, ../sass/_font-awesome.scss */
.fa-star-o:before {
  content: "\f006"; }

/* line 204, ../sass/_font-awesome.scss */
.fa-user:before {
  content: "\f007"; }

/* line 207, ../sass/_font-awesome.scss */
.fa-film:before {
  content: "\f008"; }

/* line 210, ../sass/_font-awesome.scss */
.fa-th-large:before {
  content: "\f009"; }

/* line 213, ../sass/_font-awesome.scss */
.fa-th:before {
  content: "\f00a"; }

/* line 216, ../sass/_font-awesome.scss */
.fa-th-list:before {
  content: "\f00b"; }

/* line 219, ../sass/_font-awesome.scss */
.fa-check:before {
  content: "\f00c"; }

/* line 222, ../sass/_font-awesome.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

/* line 227, ../sass/_font-awesome.scss */
.fa-search-plus:before {
  content: "\f00e"; }

/* line 230, ../sass/_font-awesome.scss */
.fa-search-minus:before {
  content: "\f010"; }

/* line 233, ../sass/_font-awesome.scss */
.fa-power-off:before {
  content: "\f011"; }

/* line 236, ../sass/_font-awesome.scss */
.fa-signal:before {
  content: "\f012"; }

/* line 239, ../sass/_font-awesome.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

/* line 243, ../sass/_font-awesome.scss */
.fa-trash-o:before {
  content: "\f014"; }

/* line 246, ../sass/_font-awesome.scss */
.fa-home:before {
  content: "\f015"; }

/* line 249, ../sass/_font-awesome.scss */
.fa-file-o:before {
  content: "\f016"; }

/* line 252, ../sass/_font-awesome.scss */
.fa-clock-o:before {
  content: "\f017"; }

/* line 255, ../sass/_font-awesome.scss */
.fa-road:before {
  content: "\f018"; }

/* line 258, ../sass/_font-awesome.scss */
.fa-download:before {
  content: "\f019"; }

/* line 261, ../sass/_font-awesome.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

/* line 264, ../sass/_font-awesome.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

/* line 267, ../sass/_font-awesome.scss */
.fa-inbox:before {
  content: "\f01c"; }

/* line 270, ../sass/_font-awesome.scss */
.fa-play-circle-o:before {
  content: "\f01d"; }

/* line 273, ../sass/_font-awesome.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

/* line 277, ../sass/_font-awesome.scss */
.fa-refresh:before {
  content: "\f021"; }

/* line 280, ../sass/_font-awesome.scss */
.fa-list-alt:before {
  content: "\f022"; }

/* line 283, ../sass/_font-awesome.scss */
.fa-lock:before {
  content: "\f023"; }

/* line 286, ../sass/_font-awesome.scss */
.fa-flag:before {
  content: "\f024"; }

/* line 289, ../sass/_font-awesome.scss */
.fa-headphones:before {
  content: "\f025"; }

/* line 292, ../sass/_font-awesome.scss */
.fa-volume-off:before {
  content: "\f026"; }

/* line 295, ../sass/_font-awesome.scss */
.fa-volume-down:before {
  content: "\f027"; }

/* line 298, ../sass/_font-awesome.scss */
.fa-volume-up:before {
  content: "\f028"; }

/* line 301, ../sass/_font-awesome.scss */
.fa-qrcode:before {
  content: "\f029"; }

/* line 304, ../sass/_font-awesome.scss */
.fa-barcode:before {
  content: "\f02a"; }

/* line 307, ../sass/_font-awesome.scss */
.fa-tag:before {
  content: "\f02b"; }

/* line 310, ../sass/_font-awesome.scss */
.fa-tags:before {
  content: "\f02c"; }

/* line 313, ../sass/_font-awesome.scss */
.fa-book:before {
  content: "\f02d"; }

/* line 316, ../sass/_font-awesome.scss */
.fa-bookmark:before {
  content: "\f02e"; }

/* line 319, ../sass/_font-awesome.scss */
.fa-print:before {
  content: "\f02f"; }

/* line 322, ../sass/_font-awesome.scss */
.fa-camera:before {
  content: "\f030"; }

/* line 325, ../sass/_font-awesome.scss */
.fa-font:before {
  content: "\f031"; }

/* line 328, ../sass/_font-awesome.scss */
.fa-bold:before {
  content: "\f032"; }

/* line 331, ../sass/_font-awesome.scss */
.fa-italic:before {
  content: "\f033"; }

/* line 334, ../sass/_font-awesome.scss */
.fa-text-height:before {
  content: "\f034"; }

/* line 337, ../sass/_font-awesome.scss */
.fa-text-width:before {
  content: "\f035"; }

/* line 340, ../sass/_font-awesome.scss */
.fa-align-left:before {
  content: "\f036"; }

/* line 343, ../sass/_font-awesome.scss */
.fa-align-center:before {
  content: "\f037"; }

/* line 346, ../sass/_font-awesome.scss */
.fa-align-right:before {
  content: "\f038"; }

/* line 349, ../sass/_font-awesome.scss */
.fa-align-justify:before {
  content: "\f039"; }

/* line 352, ../sass/_font-awesome.scss */
.fa-list:before {
  content: "\f03a"; }

/* line 355, ../sass/_font-awesome.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

/* line 359, ../sass/_font-awesome.scss */
.fa-indent:before {
  content: "\f03c"; }

/* line 362, ../sass/_font-awesome.scss */
.fa-video-camera:before {
  content: "\f03d"; }

/* line 365, ../sass/_font-awesome.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

/* line 370, ../sass/_font-awesome.scss */
.fa-pencil:before {
  content: "\f040"; }

/* line 373, ../sass/_font-awesome.scss */
.fa-map-marker:before {
  content: "\f041"; }

/* line 376, ../sass/_font-awesome.scss */
.fa-adjust:before {
  content: "\f042"; }

/* line 379, ../sass/_font-awesome.scss */
.fa-tint:before {
  content: "\f043"; }

/* line 382, ../sass/_font-awesome.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

/* line 386, ../sass/_font-awesome.scss */
.fa-share-square-o:before {
  content: "\f045"; }

/* line 389, ../sass/_font-awesome.scss */
.fa-check-square-o:before {
  content: "\f046"; }

/* line 392, ../sass/_font-awesome.scss */
.fa-arrows:before {
  content: "\f047"; }

/* line 395, ../sass/_font-awesome.scss */
.fa-step-backward:before {
  content: "\f048"; }

/* line 398, ../sass/_font-awesome.scss */
.fa-fast-backward:before {
  content: "\f049"; }

/* line 401, ../sass/_font-awesome.scss */
.fa-backward:before {
  content: "\f04a"; }

/* line 404, ../sass/_font-awesome.scss */
.fa-play:before {
  content: "\f04b"; }

/* line 407, ../sass/_font-awesome.scss */
.fa-pause:before {
  content: "\f04c"; }

/* line 410, ../sass/_font-awesome.scss */
.fa-stop:before {
  content: "\f04d"; }

/* line 413, ../sass/_font-awesome.scss */
.fa-forward:before {
  content: "\f04e"; }

/* line 416, ../sass/_font-awesome.scss */
.fa-fast-forward:before {
  content: "\f050"; }

/* line 419, ../sass/_font-awesome.scss */
.fa-step-forward:before {
  content: "\f051"; }

/* line 422, ../sass/_font-awesome.scss */
.fa-eject:before {
  content: "\f052"; }

/* line 425, ../sass/_font-awesome.scss */
.fa-chevron-left:before {
  content: "\f053"; }

/* line 428, ../sass/_font-awesome.scss */
.fa-chevron-right:before {
  content: "\f054"; }

/* line 431, ../sass/_font-awesome.scss */
.fa-plus-circle:before {
  content: "\f055"; }

/* line 434, ../sass/_font-awesome.scss */
.fa-minus-circle:before {
  content: "\f056"; }

/* line 437, ../sass/_font-awesome.scss */
.fa-times-circle:before {
  content: "\f057"; }

/* line 440, ../sass/_font-awesome.scss */
.fa-check-circle:before {
  content: "\f058"; }

/* line 443, ../sass/_font-awesome.scss */
.fa-question-circle:before {
  content: "\f059"; }

/* line 446, ../sass/_font-awesome.scss */
.fa-info-circle:before {
  content: "\f05a"; }

/* line 449, ../sass/_font-awesome.scss */
.fa-crosshairs:before {
  content: "\f05b"; }

/* line 452, ../sass/_font-awesome.scss */
.fa-times-circle-o:before {
  content: "\f05c"; }

/* line 455, ../sass/_font-awesome.scss */
.fa-check-circle-o:before {
  content: "\f05d"; }

/* line 458, ../sass/_font-awesome.scss */
.fa-ban:before {
  content: "\f05e"; }

/* line 461, ../sass/_font-awesome.scss */
.fa-arrow-left:before {
  content: "\f060"; }

/* line 464, ../sass/_font-awesome.scss */
.fa-arrow-right:before {
  content: "\f061"; }

/* line 467, ../sass/_font-awesome.scss */
.fa-arrow-up:before {
  content: "\f062"; }

/* line 470, ../sass/_font-awesome.scss */
.fa-arrow-down:before {
  content: "\f063"; }

/* line 473, ../sass/_font-awesome.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

/* line 477, ../sass/_font-awesome.scss */
.fa-expand:before {
  content: "\f065"; }

/* line 480, ../sass/_font-awesome.scss */
.fa-compress:before {
  content: "\f066"; }

/* line 483, ../sass/_font-awesome.scss */
.fa-plus:before {
  content: "\f067"; }

/* line 486, ../sass/_font-awesome.scss */
.fa-minus:before {
  content: "\f068"; }

/* line 489, ../sass/_font-awesome.scss */
.fa-asterisk:before {
  content: "\f069"; }

/* line 492, ../sass/_font-awesome.scss */
.fa-exclamation-circle:before {
  content: "\f06a"; }

/* line 495, ../sass/_font-awesome.scss */
.fa-gift:before {
  content: "\f06b"; }

/* line 498, ../sass/_font-awesome.scss */
.fa-leaf:before {
  content: "\f06c"; }

/* line 501, ../sass/_font-awesome.scss */
.fa-fire:before {
  content: "\f06d"; }

/* line 504, ../sass/_font-awesome.scss */
.fa-eye:before {
  content: "\f06e"; }

/* line 507, ../sass/_font-awesome.scss */
.fa-eye-slash:before {
  content: "\f070"; }

/* line 510, ../sass/_font-awesome.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

/* line 514, ../sass/_font-awesome.scss */
.fa-plane:before {
  content: "\f072"; }

/* line 517, ../sass/_font-awesome.scss */
.fa-calendar:before {
  content: "\f073"; }

/* line 520, ../sass/_font-awesome.scss */
.fa-random:before {
  content: "\f074"; }

/* line 523, ../sass/_font-awesome.scss */
.fa-comment:before {
  content: "\f075"; }

/* line 526, ../sass/_font-awesome.scss */
.fa-magnet:before {
  content: "\f076"; }

/* line 529, ../sass/_font-awesome.scss */
.fa-chevron-up:before {
  content: "\f077"; }

/* line 532, ../sass/_font-awesome.scss */
.fa-chevron-down:before {
  content: "\f078"; }

/* line 535, ../sass/_font-awesome.scss */
.fa-retweet:before {
  content: "\f079"; }

/* line 538, ../sass/_font-awesome.scss */
.fa-shopping-cart:before {
  content: "\f07a"; }

/* line 541, ../sass/_font-awesome.scss */
.fa-folder:before {
  content: "\f07b"; }

/* line 544, ../sass/_font-awesome.scss */
.fa-folder-open:before {
  content: "\f07c"; }

/* line 547, ../sass/_font-awesome.scss */
.fa-arrows-v:before {
  content: "\f07d"; }

/* line 550, ../sass/_font-awesome.scss */
.fa-arrows-h:before {
  content: "\f07e"; }

/* line 553, ../sass/_font-awesome.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

/* line 557, ../sass/_font-awesome.scss */
.fa-twitter-square:before {
  content: "\f081"; }

/* line 560, ../sass/_font-awesome.scss */
.fa-facebook-square:before {
  content: "\f082"; }

/* line 563, ../sass/_font-awesome.scss */
.fa-camera-retro:before {
  content: "\f083"; }

/* line 566, ../sass/_font-awesome.scss */
.fa-key:before {
  content: "\f084"; }

/* line 569, ../sass/_font-awesome.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

/* line 573, ../sass/_font-awesome.scss */
.fa-comments:before {
  content: "\f086"; }

/* line 576, ../sass/_font-awesome.scss */
.fa-thumbs-o-up:before {
  content: "\f087"; }

/* line 579, ../sass/_font-awesome.scss */
.fa-thumbs-o-down:before {
  content: "\f088"; }

/* line 582, ../sass/_font-awesome.scss */
.fa-star-half:before {
  content: "\f089"; }

/* line 585, ../sass/_font-awesome.scss */
.fa-heart-o:before {
  content: "\f08a"; }

/* line 588, ../sass/_font-awesome.scss */
.fa-sign-out:before {
  content: "\f08b"; }

/* line 591, ../sass/_font-awesome.scss */
.fa-linkedin-square:before {
  content: "\f08c"; }

/* line 594, ../sass/_font-awesome.scss */
.fa-thumb-tack:before {
  content: "\f08d"; }

/* line 597, ../sass/_font-awesome.scss */
.fa-external-link:before {
  content: "\f08e"; }

/* line 600, ../sass/_font-awesome.scss */
.fa-sign-in:before {
  content: "\f090"; }

/* line 603, ../sass/_font-awesome.scss */
.fa-trophy:before {
  content: "\f091"; }

/* line 606, ../sass/_font-awesome.scss */
.fa-github-square:before {
  content: "\f092"; }

/* line 609, ../sass/_font-awesome.scss */
.fa-upload:before {
  content: "\f093"; }

/* line 612, ../sass/_font-awesome.scss */
.fa-lemon-o:before {
  content: "\f094"; }

/* line 615, ../sass/_font-awesome.scss */
.fa-phone:before {
  content: "\f095"; }

/* line 618, ../sass/_font-awesome.scss */
.fa-square-o:before {
  content: "\f096"; }

/* line 621, ../sass/_font-awesome.scss */
.fa-bookmark-o:before {
  content: "\f097"; }

/* line 624, ../sass/_font-awesome.scss */
.fa-phone-square:before {
  content: "\f098"; }

/* line 627, ../sass/_font-awesome.scss */
.fa-twitter:before {
  content: "\f099"; }

/* line 630, ../sass/_font-awesome.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

/* line 634, ../sass/_font-awesome.scss */
.fa-github:before {
  content: "\f09b"; }

/* line 637, ../sass/_font-awesome.scss */
.fa-unlock:before {
  content: "\f09c"; }

/* line 640, ../sass/_font-awesome.scss */
.fa-credit-card:before {
  content: "\f09d"; }

/* line 643, ../sass/_font-awesome.scss */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

/* line 647, ../sass/_font-awesome.scss */
.fa-hdd-o:before {
  content: "\f0a0"; }

/* line 650, ../sass/_font-awesome.scss */
.fa-bullhorn:before {
  content: "\f0a1"; }

/* line 653, ../sass/_font-awesome.scss */
.fa-bell:before {
  content: "\f0f3"; }

/* line 656, ../sass/_font-awesome.scss */
.fa-certificate:before {
  content: "\f0a3"; }

/* line 659, ../sass/_font-awesome.scss */
.fa-hand-o-right:before {
  content: "\f0a4"; }

/* line 662, ../sass/_font-awesome.scss */
.fa-hand-o-left:before {
  content: "\f0a5"; }

/* line 665, ../sass/_font-awesome.scss */
.fa-hand-o-up:before {
  content: "\f0a6"; }

/* line 668, ../sass/_font-awesome.scss */
.fa-hand-o-down:before {
  content: "\f0a7"; }

/* line 671, ../sass/_font-awesome.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8"; }

/* line 674, ../sass/_font-awesome.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9"; }

/* line 677, ../sass/_font-awesome.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa"; }

/* line 680, ../sass/_font-awesome.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab"; }

/* line 683, ../sass/_font-awesome.scss */
.fa-globe:before {
  content: "\f0ac"; }

/* line 686, ../sass/_font-awesome.scss */
.fa-wrench:before {
  content: "\f0ad"; }

/* line 689, ../sass/_font-awesome.scss */
.fa-tasks:before {
  content: "\f0ae"; }

/* line 692, ../sass/_font-awesome.scss */
.fa-filter:before {
  content: "\f0b0"; }

/* line 695, ../sass/_font-awesome.scss */
.fa-briefcase:before {
  content: "\f0b1"; }

/* line 698, ../sass/_font-awesome.scss */
.fa-arrows-alt:before {
  content: "\f0b2"; }

/* line 701, ../sass/_font-awesome.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

/* line 705, ../sass/_font-awesome.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

/* line 709, ../sass/_font-awesome.scss */
.fa-cloud:before {
  content: "\f0c2"; }

/* line 712, ../sass/_font-awesome.scss */
.fa-flask:before {
  content: "\f0c3"; }

/* line 715, ../sass/_font-awesome.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

/* line 719, ../sass/_font-awesome.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

/* line 723, ../sass/_font-awesome.scss */
.fa-paperclip:before {
  content: "\f0c6"; }

/* line 726, ../sass/_font-awesome.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

/* line 730, ../sass/_font-awesome.scss */
.fa-square:before {
  content: "\f0c8"; }

/* line 733, ../sass/_font-awesome.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

/* line 738, ../sass/_font-awesome.scss */
.fa-list-ul:before {
  content: "\f0ca"; }

/* line 741, ../sass/_font-awesome.scss */
.fa-list-ol:before {
  content: "\f0cb"; }

/* line 744, ../sass/_font-awesome.scss */
.fa-strikethrough:before {
  content: "\f0cc"; }

/* line 747, ../sass/_font-awesome.scss */
.fa-underline:before {
  content: "\f0cd"; }

/* line 750, ../sass/_font-awesome.scss */
.fa-table:before {
  content: "\f0ce"; }

/* line 753, ../sass/_font-awesome.scss */
.fa-magic:before {
  content: "\f0d0"; }

/* line 756, ../sass/_font-awesome.scss */
.fa-truck:before {
  content: "\f0d1"; }

/* line 759, ../sass/_font-awesome.scss */
.fa-pinterest:before {
  content: "\f0d2"; }

/* line 762, ../sass/_font-awesome.scss */
.fa-pinterest-square:before {
  content: "\f0d3"; }

/* line 765, ../sass/_font-awesome.scss */
.fa-google-plus-square:before {
  content: "\f0d4"; }

/* line 768, ../sass/_font-awesome.scss */
.fa-google-plus:before {
  content: "\f0d5"; }

/* line 771, ../sass/_font-awesome.scss */
.fa-money:before {
  content: "\f0d6"; }

/* line 774, ../sass/_font-awesome.scss */
.fa-caret-down:before {
  content: "\f0d7"; }

/* line 777, ../sass/_font-awesome.scss */
.fa-caret-up:before {
  content: "\f0d8"; }

/* line 780, ../sass/_font-awesome.scss */
.fa-caret-left:before {
  content: "\f0d9"; }

/* line 783, ../sass/_font-awesome.scss */
.fa-caret-right:before {
  content: "\f0da"; }

/* line 786, ../sass/_font-awesome.scss */
.fa-columns:before {
  content: "\f0db"; }

/* line 789, ../sass/_font-awesome.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

/* line 793, ../sass/_font-awesome.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

/* line 797, ../sass/_font-awesome.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

/* line 801, ../sass/_font-awesome.scss */
.fa-envelope:before {
  content: "\f0e0"; }

/* line 804, ../sass/_font-awesome.scss */
.fa-linkedin:before {
  content: "\f0e1"; }

/* line 807, ../sass/_font-awesome.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

/* line 811, ../sass/_font-awesome.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

/* line 815, ../sass/_font-awesome.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

/* line 819, ../sass/_font-awesome.scss */
.fa-comment-o:before {
  content: "\f0e5"; }

/* line 822, ../sass/_font-awesome.scss */
.fa-comments-o:before {
  content: "\f0e6"; }

/* line 825, ../sass/_font-awesome.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

/* line 829, ../sass/_font-awesome.scss */
.fa-sitemap:before {
  content: "\f0e8"; }

/* line 832, ../sass/_font-awesome.scss */
.fa-umbrella:before {
  content: "\f0e9"; }

/* line 835, ../sass/_font-awesome.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

/* line 839, ../sass/_font-awesome.scss */
.fa-lightbulb-o:before {
  content: "\f0eb"; }

/* line 842, ../sass/_font-awesome.scss */
.fa-exchange:before {
  content: "\f0ec"; }

/* line 845, ../sass/_font-awesome.scss */
.fa-cloud-download:before {
  content: "\f0ed"; }

/* line 848, ../sass/_font-awesome.scss */
.fa-cloud-upload:before {
  content: "\f0ee"; }

/* line 851, ../sass/_font-awesome.scss */
.fa-user-md:before {
  content: "\f0f0"; }

/* line 854, ../sass/_font-awesome.scss */
.fa-stethoscope:before {
  content: "\f0f1"; }

/* line 857, ../sass/_font-awesome.scss */
.fa-suitcase:before {
  content: "\f0f2"; }

/* line 860, ../sass/_font-awesome.scss */
.fa-bell-o:before {
  content: "\f0a2"; }

/* line 863, ../sass/_font-awesome.scss */
.fa-coffee:before {
  content: "\f0f4"; }

/* line 866, ../sass/_font-awesome.scss */
.fa-cutlery:before {
  content: "\f0f5"; }

/* line 869, ../sass/_font-awesome.scss */
.fa-file-text-o:before {
  content: "\f0f6"; }

/* line 872, ../sass/_font-awesome.scss */
.fa-building-o:before {
  content: "\f0f7"; }

/* line 875, ../sass/_font-awesome.scss */
.fa-hospital-o:before {
  content: "\f0f8"; }

/* line 878, ../sass/_font-awesome.scss */
.fa-ambulance:before {
  content: "\f0f9"; }

/* line 881, ../sass/_font-awesome.scss */
.fa-medkit:before {
  content: "\f0fa"; }

/* line 884, ../sass/_font-awesome.scss */
.fa-fighter-jet:before {
  content: "\f0fb"; }

/* line 887, ../sass/_font-awesome.scss */
.fa-beer:before {
  content: "\f0fc"; }

/* line 890, ../sass/_font-awesome.scss */
.fa-h-square:before {
  content: "\f0fd"; }

/* line 893, ../sass/_font-awesome.scss */
.fa-plus-square:before {
  content: "\f0fe"; }

/* line 896, ../sass/_font-awesome.scss */
.fa-angle-double-left:before {
  content: "\f100"; }

/* line 899, ../sass/_font-awesome.scss */
.fa-angle-double-right:before {
  content: "\f101"; }

/* line 902, ../sass/_font-awesome.scss */
.fa-angle-double-up:before {
  content: "\f102"; }

/* line 905, ../sass/_font-awesome.scss */
.fa-angle-double-down:before {
  content: "\f103"; }

/* line 908, ../sass/_font-awesome.scss */
.fa-angle-left:before {
  content: "\f104"; }

/* line 911, ../sass/_font-awesome.scss */
.fa-angle-right:before {
  content: "\f105"; }

/* line 914, ../sass/_font-awesome.scss */
.fa-angle-up:before {
  content: "\f106"; }

/* line 917, ../sass/_font-awesome.scss */
.fa-angle-down:before {
  content: "\f107"; }

/* line 920, ../sass/_font-awesome.scss */
.fa-desktop:before {
  content: "\f108"; }

/* line 923, ../sass/_font-awesome.scss */
.fa-laptop:before {
  content: "\f109"; }

/* line 926, ../sass/_font-awesome.scss */
.fa-tablet:before {
  content: "\f10a"; }

/* line 929, ../sass/_font-awesome.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

/* line 933, ../sass/_font-awesome.scss */
.fa-circle-o:before {
  content: "\f10c"; }

/* line 936, ../sass/_font-awesome.scss */
.fa-quote-left:before {
  content: "\f10d"; }

/* line 939, ../sass/_font-awesome.scss */
.fa-quote-right:before {
  content: "\f10e"; }

/* line 942, ../sass/_font-awesome.scss */
.fa-spinner:before {
  content: "\f110"; }

/* line 945, ../sass/_font-awesome.scss */
.fa-circle:before {
  content: "\f111"; }

/* line 948, ../sass/_font-awesome.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

/* line 952, ../sass/_font-awesome.scss */
.fa-github-alt:before {
  content: "\f113"; }

/* line 955, ../sass/_font-awesome.scss */
.fa-folder-o:before {
  content: "\f114"; }

/* line 958, ../sass/_font-awesome.scss */
.fa-folder-open-o:before {
  content: "\f115"; }

/* line 961, ../sass/_font-awesome.scss */
.fa-smile-o:before {
  content: "\f118"; }

/* line 964, ../sass/_font-awesome.scss */
.fa-frown-o:before {
  content: "\f119"; }

/* line 967, ../sass/_font-awesome.scss */
.fa-meh-o:before {
  content: "\f11a"; }

/* line 970, ../sass/_font-awesome.scss */
.fa-gamepad:before {
  content: "\f11b"; }

/* line 973, ../sass/_font-awesome.scss */
.fa-keyboard-o:before {
  content: "\f11c"; }

/* line 976, ../sass/_font-awesome.scss */
.fa-flag-o:before {
  content: "\f11d"; }

/* line 979, ../sass/_font-awesome.scss */
.fa-flag-checkered:before {
  content: "\f11e"; }

/* line 982, ../sass/_font-awesome.scss */
.fa-terminal:before {
  content: "\f120"; }

/* line 985, ../sass/_font-awesome.scss */
.fa-code:before {
  content: "\f121"; }

/* line 988, ../sass/_font-awesome.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

/* line 992, ../sass/_font-awesome.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

/* line 997, ../sass/_font-awesome.scss */
.fa-location-arrow:before {
  content: "\f124"; }

/* line 1000, ../sass/_font-awesome.scss */
.fa-crop:before {
  content: "\f125"; }

/* line 1003, ../sass/_font-awesome.scss */
.fa-code-fork:before {
  content: "\f126"; }

/* line 1006, ../sass/_font-awesome.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

/* line 1010, ../sass/_font-awesome.scss */
.fa-question:before {
  content: "\f128"; }

/* line 1013, ../sass/_font-awesome.scss */
.fa-info:before {
  content: "\f129"; }

/* line 1016, ../sass/_font-awesome.scss */
.fa-exclamation:before {
  content: "\f12a"; }

/* line 1019, ../sass/_font-awesome.scss */
.fa-superscript:before {
  content: "\f12b"; }

/* line 1022, ../sass/_font-awesome.scss */
.fa-subscript:before {
  content: "\f12c"; }

/* line 1025, ../sass/_font-awesome.scss */
.fa-eraser:before {
  content: "\f12d"; }

/* line 1028, ../sass/_font-awesome.scss */
.fa-puzzle-piece:before {
  content: "\f12e"; }

/* line 1031, ../sass/_font-awesome.scss */
.fa-microphone:before {
  content: "\f130"; }

/* line 1034, ../sass/_font-awesome.scss */
.fa-microphone-slash:before {
  content: "\f131"; }

/* line 1037, ../sass/_font-awesome.scss */
.fa-shield:before {
  content: "\f132"; }

/* line 1040, ../sass/_font-awesome.scss */
.fa-calendar-o:before {
  content: "\f133"; }

/* line 1043, ../sass/_font-awesome.scss */
.fa-fire-extinguisher:before {
  content: "\f134"; }

/* line 1046, ../sass/_font-awesome.scss */
.fa-rocket:before {
  content: "\f135"; }

/* line 1049, ../sass/_font-awesome.scss */
.fa-maxcdn:before {
  content: "\f136"; }

/* line 1052, ../sass/_font-awesome.scss */
.fa-chevron-circle-left:before {
  content: "\f137"; }

/* line 1055, ../sass/_font-awesome.scss */
.fa-chevron-circle-right:before {
  content: "\f138"; }

/* line 1058, ../sass/_font-awesome.scss */
.fa-chevron-circle-up:before {
  content: "\f139"; }

/* line 1061, ../sass/_font-awesome.scss */
.fa-chevron-circle-down:before {
  content: "\f13a"; }

/* line 1064, ../sass/_font-awesome.scss */
.fa-html5:before {
  content: "\f13b"; }

/* line 1067, ../sass/_font-awesome.scss */
.fa-css3:before {
  content: "\f13c"; }

/* line 1070, ../sass/_font-awesome.scss */
.fa-anchor:before {
  content: "\f13d"; }

/* line 1073, ../sass/_font-awesome.scss */
.fa-unlock-alt:before {
  content: "\f13e"; }

/* line 1076, ../sass/_font-awesome.scss */
.fa-bullseye:before {
  content: "\f140"; }

/* line 1079, ../sass/_font-awesome.scss */
.fa-ellipsis-h:before {
  content: "\f141"; }

/* line 1082, ../sass/_font-awesome.scss */
.fa-ellipsis-v:before {
  content: "\f142"; }

/* line 1085, ../sass/_font-awesome.scss */
.fa-rss-square:before {
  content: "\f143"; }

/* line 1088, ../sass/_font-awesome.scss */
.fa-play-circle:before {
  content: "\f144"; }

/* line 1091, ../sass/_font-awesome.scss */
.fa-ticket:before {
  content: "\f145"; }

/* line 1094, ../sass/_font-awesome.scss */
.fa-minus-square:before {
  content: "\f146"; }

/* line 1097, ../sass/_font-awesome.scss */
.fa-minus-square-o:before {
  content: "\f147"; }

/* line 1100, ../sass/_font-awesome.scss */
.fa-level-up:before {
  content: "\f148"; }

/* line 1103, ../sass/_font-awesome.scss */
.fa-level-down:before {
  content: "\f149"; }

/* line 1106, ../sass/_font-awesome.scss */
.fa-check-square:before {
  content: "\f14a"; }

/* line 1109, ../sass/_font-awesome.scss */
.fa-pencil-square:before {
  content: "\f14b"; }

/* line 1112, ../sass/_font-awesome.scss */
.fa-external-link-square:before {
  content: "\f14c"; }

/* line 1115, ../sass/_font-awesome.scss */
.fa-share-square:before {
  content: "\f14d"; }

/* line 1118, ../sass/_font-awesome.scss */
.fa-compass:before {
  content: "\f14e"; }

/* line 1121, ../sass/_font-awesome.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

/* line 1125, ../sass/_font-awesome.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

/* line 1129, ../sass/_font-awesome.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

/* line 1133, ../sass/_font-awesome.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

/* line 1137, ../sass/_font-awesome.scss */
.fa-gbp:before {
  content: "\f154"; }

/* line 1140, ../sass/_font-awesome.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

/* line 1144, ../sass/_font-awesome.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

/* line 1148, ../sass/_font-awesome.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

/* line 1154, ../sass/_font-awesome.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

/* line 1159, ../sass/_font-awesome.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

/* line 1163, ../sass/_font-awesome.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

/* line 1167, ../sass/_font-awesome.scss */
.fa-file:before {
  content: "\f15b"; }

/* line 1170, ../sass/_font-awesome.scss */
.fa-file-text:before {
  content: "\f15c"; }

/* line 1173, ../sass/_font-awesome.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d"; }

/* line 1176, ../sass/_font-awesome.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e"; }

/* line 1179, ../sass/_font-awesome.scss */
.fa-sort-amount-asc:before {
  content: "\f160"; }

/* line 1182, ../sass/_font-awesome.scss */
.fa-sort-amount-desc:before {
  content: "\f161"; }

/* line 1185, ../sass/_font-awesome.scss */
.fa-sort-numeric-asc:before {
  content: "\f162"; }

/* line 1188, ../sass/_font-awesome.scss */
.fa-sort-numeric-desc:before {
  content: "\f163"; }

/* line 1191, ../sass/_font-awesome.scss */
.fa-thumbs-up:before {
  content: "\f164"; }

/* line 1194, ../sass/_font-awesome.scss */
.fa-thumbs-down:before {
  content: "\f165"; }

/* line 1197, ../sass/_font-awesome.scss */
.fa-youtube-square:before {
  content: "\f166"; }

/* line 1200, ../sass/_font-awesome.scss */
.fa-youtube:before {
  content: "\f167"; }

/* line 1203, ../sass/_font-awesome.scss */
.fa-xing:before {
  content: "\f168"; }

/* line 1206, ../sass/_font-awesome.scss */
.fa-xing-square:before {
  content: "\f169"; }

/* line 1209, ../sass/_font-awesome.scss */
.fa-youtube-play:before {
  content: "\f16a"; }

/* line 1212, ../sass/_font-awesome.scss */
.fa-dropbox:before {
  content: "\f16b"; }

/* line 1215, ../sass/_font-awesome.scss */
.fa-stack-overflow:before {
  content: "\f16c"; }

/* line 1218, ../sass/_font-awesome.scss */
.fa-instagram:before {
  content: "\f16d"; }

/* line 1221, ../sass/_font-awesome.scss */
.fa-flickr:before {
  content: "\f16e"; }

/* line 1224, ../sass/_font-awesome.scss */
.fa-adn:before {
  content: "\f170"; }

/* line 1227, ../sass/_font-awesome.scss */
.fa-bitbucket:before {
  content: "\f171"; }

/* line 1230, ../sass/_font-awesome.scss */
.fa-bitbucket-square:before {
  content: "\f172"; }

/* line 1233, ../sass/_font-awesome.scss */
.fa-tumblr:before {
  content: "\f173"; }

/* line 1236, ../sass/_font-awesome.scss */
.fa-tumblr-square:before {
  content: "\f174"; }

/* line 1239, ../sass/_font-awesome.scss */
.fa-long-arrow-down:before {
  content: "\f175"; }

/* line 1242, ../sass/_font-awesome.scss */
.fa-long-arrow-up:before {
  content: "\f176"; }

/* line 1245, ../sass/_font-awesome.scss */
.fa-long-arrow-left:before {
  content: "\f177"; }

/* line 1248, ../sass/_font-awesome.scss */
.fa-long-arrow-right:before {
  content: "\f178"; }

/* line 1251, ../sass/_font-awesome.scss */
.fa-apple:before {
  content: "\f179"; }

/* line 1254, ../sass/_font-awesome.scss */
.fa-windows:before {
  content: "\f17a"; }

/* line 1257, ../sass/_font-awesome.scss */
.fa-android:before {
  content: "\f17b"; }

/* line 1260, ../sass/_font-awesome.scss */
.fa-linux:before {
  content: "\f17c"; }

/* line 1263, ../sass/_font-awesome.scss */
.fa-dribbble:before {
  content: "\f17d"; }

/* line 1266, ../sass/_font-awesome.scss */
.fa-skype:before {
  content: "\f17e"; }

/* line 1269, ../sass/_font-awesome.scss */
.fa-foursquare:before {
  content: "\f180"; }

/* line 1272, ../sass/_font-awesome.scss */
.fa-trello:before {
  content: "\f181"; }

/* line 1275, ../sass/_font-awesome.scss */
.fa-female:before {
  content: "\f182"; }

/* line 1278, ../sass/_font-awesome.scss */
.fa-male:before {
  content: "\f183"; }

/* line 1281, ../sass/_font-awesome.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

/* line 1285, ../sass/_font-awesome.scss */
.fa-sun-o:before {
  content: "\f185"; }

/* line 1288, ../sass/_font-awesome.scss */
.fa-moon-o:before {
  content: "\f186"; }

/* line 1291, ../sass/_font-awesome.scss */
.fa-archive:before {
  content: "\f187"; }

/* line 1294, ../sass/_font-awesome.scss */
.fa-bug:before {
  content: "\f188"; }

/* line 1297, ../sass/_font-awesome.scss */
.fa-vk:before {
  content: "\f189"; }

/* line 1300, ../sass/_font-awesome.scss */
.fa-weibo:before {
  content: "\f18a"; }

/* line 1303, ../sass/_font-awesome.scss */
.fa-renren:before {
  content: "\f18b"; }

/* line 1306, ../sass/_font-awesome.scss */
.fa-pagelines:before {
  content: "\f18c"; }

/* line 1309, ../sass/_font-awesome.scss */
.fa-stack-exchange:before {
  content: "\f18d"; }

/* line 1312, ../sass/_font-awesome.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

/* line 1315, ../sass/_font-awesome.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190"; }

/* line 1318, ../sass/_font-awesome.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

/* line 1322, ../sass/_font-awesome.scss */
.fa-dot-circle-o:before {
  content: "\f192"; }

/* line 1325, ../sass/_font-awesome.scss */
.fa-wheelchair:before {
  content: "\f193"; }

/* line 1328, ../sass/_font-awesome.scss */
.fa-vimeo-square:before {
  content: "\f194"; }

/* line 1331, ../sass/_font-awesome.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

/* line 1335, ../sass/_font-awesome.scss */
.fa-plus-square-o:before {
  content: "\f196"; }

/* line 1338, ../sass/_font-awesome.scss */
.fa-space-shuttle:before {
  content: "\f197"; }

/* line 1341, ../sass/_font-awesome.scss */
.fa-slack:before {
  content: "\f198"; }

/* line 1344, ../sass/_font-awesome.scss */
.fa-envelope-square:before {
  content: "\f199"; }

/* line 1347, ../sass/_font-awesome.scss */
.fa-wordpress:before {
  content: "\f19a"; }

/* line 1350, ../sass/_font-awesome.scss */
.fa-openid:before {
  content: "\f19b"; }

/* line 1353, ../sass/_font-awesome.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

/* line 1358, ../sass/_font-awesome.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

/* line 1362, ../sass/_font-awesome.scss */
.fa-yahoo:before {
  content: "\f19e"; }

/* line 1365, ../sass/_font-awesome.scss */
.fa-google:before {
  content: "\f1a0"; }

/* line 1368, ../sass/_font-awesome.scss */
.fa-reddit:before {
  content: "\f1a1"; }

/* line 1371, ../sass/_font-awesome.scss */
.fa-reddit-square:before {
  content: "\f1a2"; }

/* line 1374, ../sass/_font-awesome.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

/* line 1377, ../sass/_font-awesome.scss */
.fa-stumbleupon:before {
  content: "\f1a4"; }

/* line 1380, ../sass/_font-awesome.scss */
.fa-delicious:before {
  content: "\f1a5"; }

/* line 1383, ../sass/_font-awesome.scss */
.fa-digg:before {
  content: "\f1a6"; }

/* line 1386, ../sass/_font-awesome.scss */
.fa-pied-piper:before {
  content: "\f1a7"; }

/* line 1389, ../sass/_font-awesome.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8"; }

/* line 1392, ../sass/_font-awesome.scss */
.fa-drupal:before {
  content: "\f1a9"; }

/* line 1395, ../sass/_font-awesome.scss */
.fa-joomla:before {
  content: "\f1aa"; }

/* line 1398, ../sass/_font-awesome.scss */
.fa-language:before {
  content: "\f1ab"; }

/* line 1401, ../sass/_font-awesome.scss */
.fa-fax:before {
  content: "\f1ac"; }

/* line 1404, ../sass/_font-awesome.scss */
.fa-building:before {
  content: "\f1ad"; }

/* line 1407, ../sass/_font-awesome.scss */
.fa-child:before {
  content: "\f1ae"; }

/* line 1410, ../sass/_font-awesome.scss */
.fa-paw:before {
  content: "\f1b0"; }

/* line 1413, ../sass/_font-awesome.scss */
.fa-spoon:before {
  content: "\f1b1"; }

/* line 1416, ../sass/_font-awesome.scss */
.fa-cube:before {
  content: "\f1b2"; }

/* line 1419, ../sass/_font-awesome.scss */
.fa-cubes:before {
  content: "\f1b3"; }

/* line 1422, ../sass/_font-awesome.scss */
.fa-behance:before {
  content: "\f1b4"; }

/* line 1425, ../sass/_font-awesome.scss */
.fa-behance-square:before {
  content: "\f1b5"; }

/* line 1428, ../sass/_font-awesome.scss */
.fa-steam:before {
  content: "\f1b6"; }

/* line 1431, ../sass/_font-awesome.scss */
.fa-steam-square:before {
  content: "\f1b7"; }

/* line 1434, ../sass/_font-awesome.scss */
.fa-recycle:before {
  content: "\f1b8"; }

/* line 1437, ../sass/_font-awesome.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

/* line 1441, ../sass/_font-awesome.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

/* line 1445, ../sass/_font-awesome.scss */
.fa-tree:before {
  content: "\f1bb"; }

/* line 1448, ../sass/_font-awesome.scss */
.fa-spotify:before {
  content: "\f1bc"; }

/* line 1451, ../sass/_font-awesome.scss */
.fa-deviantart:before {
  content: "\f1bd"; }

/* line 1454, ../sass/_font-awesome.scss */
.fa-soundcloud:before {
  content: "\f1be"; }

/* line 1457, ../sass/_font-awesome.scss */
.fa-database:before {
  content: "\f1c0"; }

/* line 1460, ../sass/_font-awesome.scss */
.fa-file-pdf-o:before {
  content: "\f1c1"; }

/* line 1463, ../sass/_font-awesome.scss */
.fa-file-word-o:before {
  content: "\f1c2"; }

/* line 1466, ../sass/_font-awesome.scss */
.fa-file-excel-o:before {
  content: "\f1c3"; }

/* line 1469, ../sass/_font-awesome.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

/* line 1472, ../sass/_font-awesome.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

/* line 1477, ../sass/_font-awesome.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

/* line 1481, ../sass/_font-awesome.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

/* line 1485, ../sass/_font-awesome.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

/* line 1489, ../sass/_font-awesome.scss */
.fa-file-code-o:before {
  content: "\f1c9"; }

/* line 1492, ../sass/_font-awesome.scss */
.fa-vine:before {
  content: "\f1ca"; }

/* line 1495, ../sass/_font-awesome.scss */
.fa-codepen:before {
  content: "\f1cb"; }

/* line 1498, ../sass/_font-awesome.scss */
.fa-jsfiddle:before {
  content: "\f1cc"; }

/* line 1501, ../sass/_font-awesome.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

/* line 1508, ../sass/_font-awesome.scss */
.fa-circle-o-notch:before {
  content: "\f1ce"; }

/* line 1511, ../sass/_font-awesome.scss */
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"; }

/* line 1515, ../sass/_font-awesome.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

/* line 1519, ../sass/_font-awesome.scss */
.fa-git-square:before {
  content: "\f1d2"; }

/* line 1522, ../sass/_font-awesome.scss */
.fa-git:before {
  content: "\f1d3"; }

/* line 1525, ../sass/_font-awesome.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

/* line 1530, ../sass/_font-awesome.scss */
.fa-tencent-weibo:before {
  content: "\f1d5"; }

/* line 1533, ../sass/_font-awesome.scss */
.fa-qq:before {
  content: "\f1d6"; }

/* line 1536, ../sass/_font-awesome.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

/* line 1540, ../sass/_font-awesome.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

/* line 1544, ../sass/_font-awesome.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

/* line 1548, ../sass/_font-awesome.scss */
.fa-history:before {
  content: "\f1da"; }

/* line 1551, ../sass/_font-awesome.scss */
.fa-circle-thin:before {
  content: "\f1db"; }

/* line 1554, ../sass/_font-awesome.scss */
.fa-header:before {
  content: "\f1dc"; }

/* line 1557, ../sass/_font-awesome.scss */
.fa-paragraph:before {
  content: "\f1dd"; }

/* line 1560, ../sass/_font-awesome.scss */
.fa-sliders:before {
  content: "\f1de"; }

/* line 1563, ../sass/_font-awesome.scss */
.fa-share-alt:before {
  content: "\f1e0"; }

/* line 1566, ../sass/_font-awesome.scss */
.fa-share-alt-square:before {
  content: "\f1e1"; }

/* line 1569, ../sass/_font-awesome.scss */
.fa-bomb:before {
  content: "\f1e2"; }

/* line 1572, ../sass/_font-awesome.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

/* line 1576, ../sass/_font-awesome.scss */
.fa-tty:before {
  content: "\f1e4"; }

/* line 1579, ../sass/_font-awesome.scss */
.fa-binoculars:before {
  content: "\f1e5"; }

/* line 1582, ../sass/_font-awesome.scss */
.fa-plug:before {
  content: "\f1e6"; }

/* line 1585, ../sass/_font-awesome.scss */
.fa-slideshare:before {
  content: "\f1e7"; }

/* line 1588, ../sass/_font-awesome.scss */
.fa-twitch:before {
  content: "\f1e8"; }

/* line 1591, ../sass/_font-awesome.scss */
.fa-yelp:before {
  content: "\f1e9"; }

/* line 1594, ../sass/_font-awesome.scss */
.fa-newspaper-o:before {
  content: "\f1ea"; }

/* line 1597, ../sass/_font-awesome.scss */
.fa-wifi:before {
  content: "\f1eb"; }

/* line 1600, ../sass/_font-awesome.scss */
.fa-calculator:before {
  content: "\f1ec"; }

/* line 1603, ../sass/_font-awesome.scss */
.fa-paypal:before {
  content: "\f1ed"; }

/* line 1606, ../sass/_font-awesome.scss */
.fa-google-wallet:before {
  content: "\f1ee"; }

/* line 1609, ../sass/_font-awesome.scss */
.fa-cc-visa:before {
  content: "\f1f0"; }

/* line 1612, ../sass/_font-awesome.scss */
.fa-cc-mastercard:before {
  content: "\f1f1"; }

/* line 1615, ../sass/_font-awesome.scss */
.fa-cc-discover:before {
  content: "\f1f2"; }

/* line 1618, ../sass/_font-awesome.scss */
.fa-cc-amex:before {
  content: "\f1f3"; }

/* line 1621, ../sass/_font-awesome.scss */
.fa-cc-paypal:before {
  content: "\f1f4"; }

/* line 1624, ../sass/_font-awesome.scss */
.fa-cc-stripe:before {
  content: "\f1f5"; }

/* line 1627, ../sass/_font-awesome.scss */
.fa-bell-slash:before {
  content: "\f1f6"; }

/* line 1630, ../sass/_font-awesome.scss */
.fa-bell-slash-o:before {
  content: "\f1f7"; }

/* line 1633, ../sass/_font-awesome.scss */
.fa-trash:before {
  content: "\f1f8"; }

/* line 1636, ../sass/_font-awesome.scss */
.fa-copyright:before {
  content: "\f1f9"; }

/* line 1639, ../sass/_font-awesome.scss */
.fa-at:before {
  content: "\f1fa"; }

/* line 1642, ../sass/_font-awesome.scss */
.fa-eyedropper:before {
  content: "\f1fb"; }

/* line 1645, ../sass/_font-awesome.scss */
.fa-paint-brush:before {
  content: "\f1fc"; }

/* line 1648, ../sass/_font-awesome.scss */
.fa-birthday-cake:before {
  content: "\f1fd"; }

/* line 1651, ../sass/_font-awesome.scss */
.fa-area-chart:before {
  content: "\f1fe"; }

/* line 1654, ../sass/_font-awesome.scss */
.fa-pie-chart:before {
  content: "\f200"; }

/* line 1657, ../sass/_font-awesome.scss */
.fa-line-chart:before {
  content: "\f201"; }

/* line 1660, ../sass/_font-awesome.scss */
.fa-lastfm:before {
  content: "\f202"; }

/* line 1663, ../sass/_font-awesome.scss */
.fa-lastfm-square:before {
  content: "\f203"; }

/* line 1666, ../sass/_font-awesome.scss */
.fa-toggle-off:before {
  content: "\f204"; }

/* line 1669, ../sass/_font-awesome.scss */
.fa-toggle-on:before {
  content: "\f205"; }

/* line 1672, ../sass/_font-awesome.scss */
.fa-bicycle:before {
  content: "\f206"; }

/* line 1675, ../sass/_font-awesome.scss */
.fa-bus:before {
  content: "\f207"; }

/* line 1678, ../sass/_font-awesome.scss */
.fa-ioxhost:before {
  content: "\f208"; }

/* line 1681, ../sass/_font-awesome.scss */
.fa-angellist:before {
  content: "\f209"; }

/* line 1684, ../sass/_font-awesome.scss */
.fa-cc:before {
  content: "\f20a"; }

/* line 1687, ../sass/_font-awesome.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

/* line 1692, ../sass/_font-awesome.scss */
.fa-meanpath:before {
  content: "\f20c"; }

/* line 1695, ../sass/_font-awesome.scss */
.fa-buysellads:before {
  content: "\f20d"; }

/* line 1698, ../sass/_font-awesome.scss */
.fa-connectdevelop:before {
  content: "\f20e"; }

/* line 1701, ../sass/_font-awesome.scss */
.fa-dashcube:before {
  content: "\f210"; }

/* line 1704, ../sass/_font-awesome.scss */
.fa-forumbee:before {
  content: "\f211"; }

/* line 1707, ../sass/_font-awesome.scss */
.fa-leanpub:before {
  content: "\f212"; }

/* line 1710, ../sass/_font-awesome.scss */
.fa-sellsy:before {
  content: "\f213"; }

/* line 1713, ../sass/_font-awesome.scss */
.fa-shirtsinbulk:before {
  content: "\f214"; }

/* line 1716, ../sass/_font-awesome.scss */
.fa-simplybuilt:before {
  content: "\f215"; }

/* line 1719, ../sass/_font-awesome.scss */
.fa-skyatlas:before {
  content: "\f216"; }

/* line 1722, ../sass/_font-awesome.scss */
.fa-cart-plus:before {
  content: "\f217"; }

/* line 1725, ../sass/_font-awesome.scss */
.fa-cart-arrow-down:before {
  content: "\f218"; }

/* line 1728, ../sass/_font-awesome.scss */
.fa-diamond:before {
  content: "\f219"; }

/* line 1731, ../sass/_font-awesome.scss */
.fa-ship:before {
  content: "\f21a"; }

/* line 1734, ../sass/_font-awesome.scss */
.fa-user-secret:before {
  content: "\f21b"; }

/* line 1737, ../sass/_font-awesome.scss */
.fa-motorcycle:before {
  content: "\f21c"; }

/* line 1740, ../sass/_font-awesome.scss */
.fa-street-view:before {
  content: "\f21d"; }

/* line 1743, ../sass/_font-awesome.scss */
.fa-heartbeat:before {
  content: "\f21e"; }

/* line 1746, ../sass/_font-awesome.scss */
.fa-venus:before {
  content: "\f221"; }

/* line 1749, ../sass/_font-awesome.scss */
.fa-mars:before {
  content: "\f222"; }

/* line 1752, ../sass/_font-awesome.scss */
.fa-mercury:before {
  content: "\f223"; }

/* line 1755, ../sass/_font-awesome.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

/* line 1759, ../sass/_font-awesome.scss */
.fa-transgender-alt:before {
  content: "\f225"; }

/* line 1762, ../sass/_font-awesome.scss */
.fa-venus-double:before {
  content: "\f226"; }

/* line 1765, ../sass/_font-awesome.scss */
.fa-mars-double:before {
  content: "\f227"; }

/* line 1768, ../sass/_font-awesome.scss */
.fa-venus-mars:before {
  content: "\f228"; }

/* line 1771, ../sass/_font-awesome.scss */
.fa-mars-stroke:before {
  content: "\f229"; }

/* line 1774, ../sass/_font-awesome.scss */
.fa-mars-stroke-v:before {
  content: "\f22a"; }

/* line 1777, ../sass/_font-awesome.scss */
.fa-mars-stroke-h:before {
  content: "\f22b"; }

/* line 1780, ../sass/_font-awesome.scss */
.fa-neuter:before {
  content: "\f22c"; }

/* line 1783, ../sass/_font-awesome.scss */
.fa-genderless:before {
  content: "\f22d"; }

/* line 1786, ../sass/_font-awesome.scss */
.fa-facebook-official:before {
  content: "\f230"; }

/* line 1789, ../sass/_font-awesome.scss */
.fa-pinterest-p:before {
  content: "\f231"; }

/* line 1792, ../sass/_font-awesome.scss */
.fa-whatsapp:before {
  content: "\f232"; }

/* line 1795, ../sass/_font-awesome.scss */
.fa-server:before {
  content: "\f233"; }

/* line 1798, ../sass/_font-awesome.scss */
.fa-user-plus:before {
  content: "\f234"; }

/* line 1801, ../sass/_font-awesome.scss */
.fa-user-times:before {
  content: "\f235"; }

/* line 1804, ../sass/_font-awesome.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

/* line 1808, ../sass/_font-awesome.scss */
.fa-viacoin:before {
  content: "\f237"; }

/* line 1811, ../sass/_font-awesome.scss */
.fa-train:before {
  content: "\f238"; }

/* line 1814, ../sass/_font-awesome.scss */
.fa-subway:before {
  content: "\f239"; }

/* line 1817, ../sass/_font-awesome.scss */
.fa-medium:before {
  content: "\f23a"; }

/* line 1820, ../sass/_font-awesome.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

/* line 1824, ../sass/_font-awesome.scss */
.fa-optin-monster:before {
  content: "\f23c"; }

/* line 1827, ../sass/_font-awesome.scss */
.fa-opencart:before {
  content: "\f23d"; }

/* line 1830, ../sass/_font-awesome.scss */
.fa-expeditedssl:before {
  content: "\f23e"; }

/* line 1833, ../sass/_font-awesome.scss */
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"; }

/* line 1837, ../sass/_font-awesome.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

/* line 1841, ../sass/_font-awesome.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

/* line 1845, ../sass/_font-awesome.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

/* line 1849, ../sass/_font-awesome.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

/* line 1853, ../sass/_font-awesome.scss */
.fa-mouse-pointer:before {
  content: "\f245"; }

/* line 1856, ../sass/_font-awesome.scss */
.fa-i-cursor:before {
  content: "\f246"; }

/* line 1859, ../sass/_font-awesome.scss */
.fa-object-group:before {
  content: "\f247"; }

/* line 1862, ../sass/_font-awesome.scss */
.fa-object-ungroup:before {
  content: "\f248"; }

/* line 1865, ../sass/_font-awesome.scss */
.fa-sticky-note:before {
  content: "\f249"; }

/* line 1868, ../sass/_font-awesome.scss */
.fa-sticky-note-o:before {
  content: "\f24a"; }

/* line 1871, ../sass/_font-awesome.scss */
.fa-cc-jcb:before {
  content: "\f24b"; }

/* line 1874, ../sass/_font-awesome.scss */
.fa-cc-diners-club:before {
  content: "\f24c"; }

/* line 1877, ../sass/_font-awesome.scss */
.fa-clone:before {
  content: "\f24d"; }

/* line 1880, ../sass/_font-awesome.scss */
.fa-balance-scale:before {
  content: "\f24e"; }

/* line 1883, ../sass/_font-awesome.scss */
.fa-hourglass-o:before {
  content: "\f250"; }

/* line 1886, ../sass/_font-awesome.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

/* line 1890, ../sass/_font-awesome.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

/* line 1894, ../sass/_font-awesome.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

/* line 1898, ../sass/_font-awesome.scss */
.fa-hourglass:before {
  content: "\f254"; }

/* line 1901, ../sass/_font-awesome.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

/* line 1905, ../sass/_font-awesome.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

/* line 1909, ../sass/_font-awesome.scss */
.fa-hand-scissors-o:before {
  content: "\f257"; }

/* line 1912, ../sass/_font-awesome.scss */
.fa-hand-lizard-o:before {
  content: "\f258"; }

/* line 1915, ../sass/_font-awesome.scss */
.fa-hand-spock-o:before {
  content: "\f259"; }

/* line 1918, ../sass/_font-awesome.scss */
.fa-hand-pointer-o:before {
  content: "\f25a"; }

/* line 1921, ../sass/_font-awesome.scss */
.fa-hand-peace-o:before {
  content: "\f25b"; }

/* line 1924, ../sass/_font-awesome.scss */
.fa-trademark:before {
  content: "\f25c"; }

/* line 1927, ../sass/_font-awesome.scss */
.fa-registered:before {
  content: "\f25d"; }

/* line 1930, ../sass/_font-awesome.scss */
.fa-creative-commons:before {
  content: "\f25e"; }

/* line 1933, ../sass/_font-awesome.scss */
.fa-gg:before {
  content: "\f260"; }

/* line 1936, ../sass/_font-awesome.scss */
.fa-gg-circle:before {
  content: "\f261"; }

/* line 1939, ../sass/_font-awesome.scss */
.fa-tripadvisor:before {
  content: "\f262"; }

/* line 1942, ../sass/_font-awesome.scss */
.fa-odnoklassniki:before {
  content: "\f263"; }

/* line 1945, ../sass/_font-awesome.scss */
.fa-odnoklassniki-square:before {
  content: "\f264"; }

/* line 1948, ../sass/_font-awesome.scss */
.fa-get-pocket:before {
  content: "\f265"; }

/* line 1951, ../sass/_font-awesome.scss */
.fa-wikipedia-w:before {
  content: "\f266"; }

/* line 1954, ../sass/_font-awesome.scss */
.fa-safari:before {
  content: "\f267"; }

/* line 1957, ../sass/_font-awesome.scss */
.fa-chrome:before {
  content: "\f268"; }

/* line 1960, ../sass/_font-awesome.scss */
.fa-firefox:before {
  content: "\f269"; }

/* line 1963, ../sass/_font-awesome.scss */
.fa-opera:before {
  content: "\f26a"; }

/* line 1966, ../sass/_font-awesome.scss */
.fa-internet-explorer:before {
  content: "\f26b"; }

/* line 1969, ../sass/_font-awesome.scss */
.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

/* line 1973, ../sass/_font-awesome.scss */
.fa-contao:before {
  content: "\f26d"; }

/* line 1976, ../sass/_font-awesome.scss */
.fa-500px:before {
  content: "\f26e"; }

/* line 1979, ../sass/_font-awesome.scss */
.fa-amazon:before {
  content: "\f270"; }

/* line 1982, ../sass/_font-awesome.scss */
.fa-calendar-plus-o:before {
  content: "\f271"; }

/* line 1985, ../sass/_font-awesome.scss */
.fa-calendar-minus-o:before {
  content: "\f272"; }

/* line 1988, ../sass/_font-awesome.scss */
.fa-calendar-times-o:before {
  content: "\f273"; }

/* line 1991, ../sass/_font-awesome.scss */
.fa-calendar-check-o:before {
  content: "\f274"; }

/* line 1994, ../sass/_font-awesome.scss */
.fa-industry:before {
  content: "\f275"; }

/* line 1997, ../sass/_font-awesome.scss */
.fa-map-pin:before {
  content: "\f276"; }

/* line 2000, ../sass/_font-awesome.scss */
.fa-map-signs:before {
  content: "\f277"; }

/* line 2003, ../sass/_font-awesome.scss */
.fa-map-o:before {
  content: "\f278"; }

/* line 2006, ../sass/_font-awesome.scss */
.fa-map:before {
  content: "\f279"; }

/* line 2009, ../sass/_font-awesome.scss */
.fa-commenting:before {
  content: "\f27a"; }

/* line 2012, ../sass/_font-awesome.scss */
.fa-commenting-o:before {
  content: "\f27b"; }

/* line 2015, ../sass/_font-awesome.scss */
.fa-houzz:before {
  content: "\f27c"; }

/* line 2018, ../sass/_font-awesome.scss */
.fa-vimeo:before {
  content: "\f27d"; }

/* line 2021, ../sass/_font-awesome.scss */
.fa-black-tie:before {
  content: "\f27e"; }

/* line 2024, ../sass/_font-awesome.scss */
.fa-fonticons:before {
  content: "\f280"; }

/* line 2027, ../sass/_font-awesome.scss */
.fa-reddit-alien:before {
  content: "\f281"; }

/* line 2030, ../sass/_font-awesome.scss */
.fa-edge:before {
  content: "\f282"; }

/* line 2033, ../sass/_font-awesome.scss */
.fa-credit-card-alt:before {
  content: "\f283"; }

/* line 2036, ../sass/_font-awesome.scss */
.fa-codiepie:before {
  content: "\f284"; }

/* line 2039, ../sass/_font-awesome.scss */
.fa-modx:before {
  content: "\f285"; }

/* line 2042, ../sass/_font-awesome.scss */
.fa-fort-awesome:before {
  content: "\f286"; }

/* line 2045, ../sass/_font-awesome.scss */
.fa-usb:before {
  content: "\f287"; }

/* line 2048, ../sass/_font-awesome.scss */
.fa-product-hunt:before {
  content: "\f288"; }

/* line 2051, ../sass/_font-awesome.scss */
.fa-mixcloud:before {
  content: "\f289"; }

/* line 2054, ../sass/_font-awesome.scss */
.fa-scribd:before {
  content: "\f28a"; }

/* line 2057, ../sass/_font-awesome.scss */
.fa-pause-circle:before {
  content: "\f28b"; }

/* line 2060, ../sass/_font-awesome.scss */
.fa-pause-circle-o:before {
  content: "\f28c"; }

/* line 2063, ../sass/_font-awesome.scss */
.fa-stop-circle:before {
  content: "\f28d"; }

/* line 2066, ../sass/_font-awesome.scss */
.fa-stop-circle-o:before {
  content: "\f28e"; }

/* line 2069, ../sass/_font-awesome.scss */
.fa-shopping-bag:before {
  content: "\f290"; }

/* line 2072, ../sass/_font-awesome.scss */
.fa-shopping-basket:before {
  content: "\f291"; }

/* line 2075, ../sass/_font-awesome.scss */
.fa-hashtag:before {
  content: "\f292"; }

/* line 2078, ../sass/_font-awesome.scss */
.fa-bluetooth:before {
  content: "\f293"; }

/* line 2081, ../sass/_font-awesome.scss */
.fa-bluetooth-b:before {
  content: "\f294"; }

/* line 2084, ../sass/_font-awesome.scss */
.fa-percent:before {
  content: "\f295"; }

/* line 2087, ../sass/_font-awesome.scss */
.fa-gitlab:before {
  content: "\f296"; }

/* line 2090, ../sass/_font-awesome.scss */
.fa-wpbeginner:before {
  content: "\f297"; }

/* line 2093, ../sass/_font-awesome.scss */
.fa-wpforms:before {
  content: "\f298"; }

/* line 2096, ../sass/_font-awesome.scss */
.fa-envira:before {
  content: "\f299"; }

/* line 2099, ../sass/_font-awesome.scss */
.fa-universal-access:before {
  content: "\f29a"; }

/* line 2102, ../sass/_font-awesome.scss */
.fa-wheelchair-alt:before {
  content: "\f29b"; }

/* line 2105, ../sass/_font-awesome.scss */
.fa-question-circle-o:before {
  content: "\f29c"; }

/* line 2108, ../sass/_font-awesome.scss */
.fa-blind:before {
  content: "\f29d"; }

/* line 2111, ../sass/_font-awesome.scss */
.fa-audio-description:before {
  content: "\f29e"; }

/* line 2114, ../sass/_font-awesome.scss */
.fa-volume-control-phone:before {
  content: "\f2a0"; }

/* line 2117, ../sass/_font-awesome.scss */
.fa-braille:before {
  content: "\f2a1"; }

/* line 2120, ../sass/_font-awesome.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

/* line 2123, ../sass/_font-awesome.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

/* line 2127, ../sass/_font-awesome.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

/* line 2132, ../sass/_font-awesome.scss */
.fa-glide:before {
  content: "\f2a5"; }

/* line 2135, ../sass/_font-awesome.scss */
.fa-glide-g:before {
  content: "\f2a6"; }

/* line 2138, ../sass/_font-awesome.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

/* line 2142, ../sass/_font-awesome.scss */
.fa-low-vision:before {
  content: "\f2a8"; }

/* line 2145, ../sass/_font-awesome.scss */
.fa-viadeo:before {
  content: "\f2a9"; }

/* line 2148, ../sass/_font-awesome.scss */
.fa-viadeo-square:before {
  content: "\f2aa"; }

/* line 2151, ../sass/_font-awesome.scss */
.fa-snapchat:before {
  content: "\f2ab"; }

/* line 2154, ../sass/_font-awesome.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac"; }

/* line 2157, ../sass/_font-awesome.scss */
.fa-snapchat-square:before {
  content: "\f2ad"; }

/* line 2160, ../sass/_font-awesome.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* line 2170, ../sass/_font-awesome.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* line 19, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0; }

/* line 33, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/* line 54, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

/* line 67, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/* line 77, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none; }

/* line 89, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background-color: transparent; }

/* line 98, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* line 110, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/* line 118, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold; }

/* line 127, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic; }

/* line 136, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* line 145, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/* line 154, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%; }

/* line 162, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 170, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em; }

/* line 174, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em; }

/* line 185, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0; }

/* line 193, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* line 204, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px; }

/* line 212, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0; }

/* line 221, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto; }

/* line 229, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* line 252, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

/* line 266, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible; }

/* line 277, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none; }

/* line 290, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

/* line 302, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/* line 311, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* line 322, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal; }

/* line 334, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/* line 346, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/* line 356, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

/* line 367, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 376, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/* line 387, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0; }

/* line 396, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto; }

/* line 405, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold; }

/* line 416, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 421, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  /* line 18, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline; }

  /* line 23, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 27, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /* line 33, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  /* line 38, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 44, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group; }

  /* line 48, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 53, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important; }

  /* line 57, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 64, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid; }

  /* line 72, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none; }

  /* line 77, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  /* line 81, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000; }

  /* line 85, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important; }

  /* line 88, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important; }

  /* line 94, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/fonts/bootstrap/glyphicons-halflings-regular.eot?1459926796);
  src: url(/fonts/bootstrap/glyphicons-halflings-regular.eot?&1459926796#iefix) format("embedded-opentype"), url(/fonts/bootstrap/glyphicons-halflings-regular.woff2?1459926796) format("woff2"), url(/fonts/bootstrap/glyphicons-halflings-regular.woff?1459926796) format("woff"), url(/fonts/bootstrap/glyphicons-halflings-regular.ttf?1459926796) format("truetype"), url(/fonts/bootstrap/glyphicons-halflings-regular.svg?1459926796#glyphicons_halflingsregular) format("svg"); }
/* line 24, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 37, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a"; }

/* line 38, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\002b"; }

/* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

/* line 41, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212"; }

/* line 42, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601"; }

/* line 43, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709"; }

/* line 44, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f"; }

/* line 45, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001"; }

/* line 46, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002"; }

/* line 47, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003"; }

/* line 48, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005"; }

/* line 49, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006"; }

/* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007"; }

/* line 51, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008"; }

/* line 52, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009"; }

/* line 53, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010"; }

/* line 54, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011"; }

/* line 55, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012"; }

/* line 56, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013"; }

/* line 57, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014"; }

/* line 58, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015"; }

/* line 59, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016"; }

/* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017"; }

/* line 61, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018"; }

/* line 62, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019"; }

/* line 63, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020"; }

/* line 64, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021"; }

/* line 65, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022"; }

/* line 66, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023"; }

/* line 67, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024"; }

/* line 68, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025"; }

/* line 69, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026"; }

/* line 70, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027"; }

/* line 71, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028"; }

/* line 72, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029"; }

/* line 73, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030"; }

/* line 74, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031"; }

/* line 75, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032"; }

/* line 76, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033"; }

/* line 77, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034"; }

/* line 78, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035"; }

/* line 79, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036"; }

/* line 80, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037"; }

/* line 81, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038"; }

/* line 82, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039"; }

/* line 83, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040"; }

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041"; }

/* line 85, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042"; }

/* line 86, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043"; }

/* line 87, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044"; }

/* line 88, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045"; }

/* line 89, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046"; }

/* line 90, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047"; }

/* line 91, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048"; }

/* line 92, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049"; }

/* line 93, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050"; }

/* line 94, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051"; }

/* line 95, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052"; }

/* line 96, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053"; }

/* line 97, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054"; }

/* line 98, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055"; }

/* line 99, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056"; }

/* line 100, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057"; }

/* line 101, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058"; }

/* line 102, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059"; }

/* line 103, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060"; }

/* line 104, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062"; }

/* line 105, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063"; }

/* line 106, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064"; }

/* line 107, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065"; }

/* line 108, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066"; }

/* line 109, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067"; }

/* line 110, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068"; }

/* line 111, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069"; }

/* line 112, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070"; }

/* line 113, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071"; }

/* line 114, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072"; }

/* line 115, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073"; }

/* line 116, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074"; }

/* line 117, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075"; }

/* line 118, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076"; }

/* line 119, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077"; }

/* line 120, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078"; }

/* line 121, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079"; }

/* line 122, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080"; }

/* line 123, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081"; }

/* line 124, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082"; }

/* line 125, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083"; }

/* line 126, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084"; }

/* line 127, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085"; }

/* line 128, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086"; }

/* line 129, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087"; }

/* line 130, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088"; }

/* line 131, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089"; }

/* line 132, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090"; }

/* line 133, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091"; }

/* line 134, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092"; }

/* line 135, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093"; }

/* line 136, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094"; }

/* line 137, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095"; }

/* line 138, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096"; }

/* line 139, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097"; }

/* line 140, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101"; }

/* line 141, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102"; }

/* line 142, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103"; }

/* line 143, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104"; }

/* line 144, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105"; }

/* line 145, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106"; }

/* line 146, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107"; }

/* line 147, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108"; }

/* line 148, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109"; }

/* line 149, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110"; }

/* line 150, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111"; }

/* line 151, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112"; }

/* line 152, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113"; }

/* line 153, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114"; }

/* line 154, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115"; }

/* line 155, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116"; }

/* line 156, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117"; }

/* line 157, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118"; }

/* line 158, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119"; }

/* line 159, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120"; }

/* line 160, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121"; }

/* line 161, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122"; }

/* line 162, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123"; }

/* line 163, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124"; }

/* line 164, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125"; }

/* line 165, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126"; }

/* line 166, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127"; }

/* line 167, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128"; }

/* line 168, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129"; }

/* line 169, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130"; }

/* line 170, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

/* line 171, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

/* line 172, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

/* line 173, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

/* line 174, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135"; }

/* line 175, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136"; }

/* line 176, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137"; }

/* line 177, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138"; }

/* line 178, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139"; }

/* line 179, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140"; }

/* line 180, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141"; }

/* line 181, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142"; }

/* line 182, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143"; }

/* line 183, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144"; }

/* line 184, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145"; }

/* line 185, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146"; }

/* line 186, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148"; }

/* line 187, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149"; }

/* line 188, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150"; }

/* line 189, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

/* line 190, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

/* line 191, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153"; }

/* line 192, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

/* line 193, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

/* line 194, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

/* line 195, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157"; }

/* line 196, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158"; }

/* line 197, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159"; }

/* line 198, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160"; }

/* line 199, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161"; }

/* line 200, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162"; }

/* line 201, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163"; }

/* line 202, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164"; }

/* line 203, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165"; }

/* line 204, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166"; }

/* line 205, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167"; }

/* line 206, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168"; }

/* line 207, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169"; }

/* line 208, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170"; }

/* line 209, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171"; }

/* line 210, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172"; }

/* line 211, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173"; }

/* line 212, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174"; }

/* line 213, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175"; }

/* line 214, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176"; }

/* line 215, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177"; }

/* line 216, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178"; }

/* line 217, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179"; }

/* line 218, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180"; }

/* line 219, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181"; }

/* line 220, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182"; }

/* line 221, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183"; }

/* line 222, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184"; }

/* line 223, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185"; }

/* line 224, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186"; }

/* line 225, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187"; }

/* line 226, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188"; }

/* line 227, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189"; }

/* line 228, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190"; }

/* line 229, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191"; }

/* line 230, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192"; }

/* line 231, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193"; }

/* line 232, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194"; }

/* line 233, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195"; }

/* line 234, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197"; }

/* line 235, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198"; }

/* line 236, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199"; }

/* line 237, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200"; }

/* line 238, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201"; }

/* line 239, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202"; }

/* line 240, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203"; }

/* line 241, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204"; }

/* line 242, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205"; }

/* line 243, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206"; }

/* line 252, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209"; }

/* line 253, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210"; }

/* line 254, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211"; }

/* line 255, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212"; }

/* line 256, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213"; }

/* line 257, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214"; }

/* line 258, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215"; }

/* line 259, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216"; }

/* line 260, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa"; }

/* line 261, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218"; }

/* line 262, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219"; }

/* line 263, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff"; }

/* line 264, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221"; }

/* line 265, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b"; }

/* line 266, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223"; }

/* line 267, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224"; }

/* line 268, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225"; }

/* line 269, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226"; }

/* line 270, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227"; }

/* line 271, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227"; }

/* line 272, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227"; }

/* line 273, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5"; }

/* line 274, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5"; }

/* line 275, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd"; }

/* line 276, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd"; }

/* line 277, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230"; }

/* line 278, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231"; }

/* line 279, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

/* line 280, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233"; }

/* line 281, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234"; }

/* line 282, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235"; }

/* line 283, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236"; }

/* line 284, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237"; }

/* line 285, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238"; }

/* line 286, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239"; }

/* line 287, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240"; }

/* line 288, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241"; }

/* line 289, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242"; }

/* line 290, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243"; }

/* line 291, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244"; }

/* line 292, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245"; }

/* line 293, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

/* line 294, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247"; }

/* line 295, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248"; }

/* line 296, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249"; }

/* line 297, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250"; }

/* line 298, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251"; }

/* line 299, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252"; }

/* line 300, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253"; }

/* line 301, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254"; }

/* line 302, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255"; }

/* line 303, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256"; }

/* line 304, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257"; }

/* line 305, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258"; }

/* line 306, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259"; }

/* line 307, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260"; }

/* line 11, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 14, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 22, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

/* line 27, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff; }

/* line 36, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/* line 48, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none; }

/* line 52, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline; }

/* line 58, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

/* line 69, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0; }

/* line 76, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle; }

/* line 81, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

/* line 86, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px; }

/* line 93, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
.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; }

/* line 106, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%; }

/* line 113, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

/* line 125, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* line 141, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* line 159, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer; }

/* line 9, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

/* line 16, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777; }

/* line 24, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

/* line 30, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%; }

/* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

/* line 41, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%; }

/* line 47, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px; }

/* line 48, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px; }

/* line 49, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px; }

/* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px; }

/* line 51, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px; }

/* line 52, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px; }

/* line 58, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 10px; }

/* line 62, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }

@media (min-width: 768px) {
  /* line 62, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 21px; } }
/* line 78, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 85%; }

/* line 83, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

/* line 90, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left; }

/* line 91, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right; }

/* line 92, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center; }

/* line 93, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify; }

/* line 94, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap; }

/* line 97, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase; }

/* line 98, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase; }

/* line 99, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize; }

/* line 102, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #777777; }

/* line 5, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #337ab7; }

/* line 8, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

/* line 5, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d; }

/* line 8, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

/* line 5, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f; }

/* line 8, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269; }

/* line 5, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b; }

/* line 8, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

/* line 5, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442; }

/* line 8, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

/* line 119, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff; }

/* line 5, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #337ab7; }

/* line 8, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

/* line 5, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8; }

/* line 8, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

/* line 5, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7; }

/* line 8, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

/* line 5, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3; }

/* line 8, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

/* line 5, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede; }

/* line 8, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

/* line 138, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

/* line 149, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }

/* line 153, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0; }

/* line 167, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none; }

/* line 173, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }

/* line 177, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

/* line 185, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px; }

/* line 189, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857143; }

/* line 193, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: bold; }

/* line 196, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0; }

/* line 14, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

/* line 19, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  /* line 211, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

  /* line 218, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px; } }
/* line 229, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

/* line 235, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%; }

/* line 241, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }

/* line 250, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0; }

/* line 257, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777; }

/* line 265, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0'; }

/* line 274, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }

/* line 286, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: ''; }

/* line 287, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014'; }

/* line 294, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

/* line 7, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

/* line 15, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

/* line 24, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */
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); }

/* line 32, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none; }

/* line 41, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */
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; }

/* line 55, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

/* line 66, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

/* line 10, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

/* line 14, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table; }

/* line 19, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both; }

@media (min-width: 768px) {
  /* line 10, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  /* line 10, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  /* line 10, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px; } }
/* line 30, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

/* line 14, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table; }

/* line 19, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both; }

/* line 39, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px; }

/* line 14, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table; }

/* line 19, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both; }

/* line 11, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.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; }

/* line 27, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.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; }

/* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333333%; }

/* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66666667%; }

/* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%; }

/* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333333%; }

/* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66666667%; }

/* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%; }

/* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333333%; }

/* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66666667%; }

/* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%; }

/* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333333%; }

/* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66666667%; }

/* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%; }

/* line 55, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto; }

/* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333333%; }

/* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66666667%; }

/* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%; }

/* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333333%; }

/* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66666667%; }

/* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%; }

/* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333333%; }

/* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66666667%; }

/* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%; }

/* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333333%; }

/* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66666667%; }

/* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%; }

/* line 45, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto; }

/* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333333%; }

/* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66666667%; }

/* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%; }

/* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333333%; }

/* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66666667%; }

/* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%; }

/* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333333%; }

/* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66666667%; }

/* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%; }

/* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333333%; }

/* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66666667%; }

/* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%; }

/* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%; }

/* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%; }

/* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%; }

/* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%; }

/* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%; }

/* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%; }

/* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%; }

/* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%; }

/* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%; }

/* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%; }

/* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%; }

/* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%; }

/* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  /* line 27, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .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; }

  /* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333333%; }

  /* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66666667%; }

  /* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%; }

  /* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333333%; }

  /* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66666667%; }

  /* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%; }

  /* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333333%; }

  /* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66666667%; }

  /* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%; }

  /* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333333%; }

  /* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66666667%; }

  /* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%; }

  /* line 55, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto; }

  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333333%; }

  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66666667%; }

  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%; }

  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333333%; }

  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66666667%; }

  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%; }

  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333333%; }

  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66666667%; }

  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%; }

  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333333%; }

  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66666667%; }

  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%; }

  /* line 45, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto; }

  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333333%; }

  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66666667%; }

  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%; }

  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333333%; }

  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66666667%; }

  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%; }

  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333333%; }

  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66666667%; }

  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%; }

  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333333%; }

  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66666667%; }

  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  /* line 27, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .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; }

  /* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333333%; }

  /* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66666667%; }

  /* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%; }

  /* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333333%; }

  /* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66666667%; }

  /* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%; }

  /* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333333%; }

  /* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66666667%; }

  /* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%; }

  /* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333333%; }

  /* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66666667%; }

  /* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%; }

  /* line 55, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto; }

  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333333%; }

  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66666667%; }

  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%; }

  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333333%; }

  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66666667%; }

  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%; }

  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333333%; }

  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66666667%; }

  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%; }

  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333333%; }

  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66666667%; }

  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%; }

  /* line 45, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto; }

  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333333%; }

  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66666667%; }

  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%; }

  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333333%; }

  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66666667%; }

  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%; }

  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333333%; }

  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66666667%; }

  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%; }

  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333333%; }

  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66666667%; }

  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  /* line 27, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .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; }

  /* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333333%; }

  /* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66666667%; }

  /* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%; }

  /* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333333%; }

  /* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66666667%; }

  /* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%; }

  /* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333333%; }

  /* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66666667%; }

  /* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%; }

  /* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333333%; }

  /* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66666667%; }

  /* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%; }

  /* line 55, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto; }

  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333333%; }

  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66666667%; }

  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%; }

  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333333%; }

  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66666667%; }

  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%; }

  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333333%; }

  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66666667%; }

  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%; }

  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333333%; }

  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66666667%; }

  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%; }

  /* line 45, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto; }

  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333333%; }

  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66666667%; }

  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%; }

  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333333%; }

  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66666667%; }

  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%; }

  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333333%; }

  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66666667%; }

  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%; }

  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333333%; }

  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66666667%; }

  /* line 40, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  /* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%; } }
/* line 6, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent; }

/* line 9, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

/* line 15, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left; }

/* line 22, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

/* line 31, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

/* line 41, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

/* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

/* line 57, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd; }

/* line 62, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff; }

/* line 75, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

/* line 88, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd; }

/* line 94, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd; }

/* line 101, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

/* line 114, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

/* line 125, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

/* line 135, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

/* line 143, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

/* line 9, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

/* line 20, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.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; }

/* line 9, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

/* line 20, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.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; }

/* line 9, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

/* line 20, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.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; }

/* line 9, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

/* line 20, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.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; }

/* line 9, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

/* line 20, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.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; }

/* line 171, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }

@media screen and (max-width: 767px) {
  /* line 171, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }

  /* line 183, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0; }

  /* line 191, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }

  /* line 200, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0; }

  /* line 208, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }

  /* line 212, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }

  /* line 225, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }
/* line 10, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

/* line 20, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
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; }

/* line 32, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

/* line 47, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 52, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

/* line 59, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block; }

/* line 64, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%; }

/* line 70, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto; }

/* line 76, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
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; }

/* line 83, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555; }

/* line 114, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.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 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;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

/* line 57, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -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); }

/* line 103, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

/* line 107, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999; }

/* line 108, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999; }

/* line 136, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent; }

/* line 146, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1; }

/* line 153, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed; }

/* line 162, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto; }

/* line 174, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 193, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }

  /* line 197, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px; }

  /* line 202, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 46px; } }
/* line 215, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px; }

/* line 224, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

/* line 231, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

/* line 239, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.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; }

/* line 248, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

/* line 254, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

/* line 264, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

/* line 276, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

/* line 285, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

/* line 295, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

/* line 307, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }

/* line 315, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0; }

/* line 71, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm, .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; }

/* line 79, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

/* line 333, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

/* line 340, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

/* line 344, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

/* line 348, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

/* line 71, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg, .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; }

/* line 79, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

/* line 359, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

/* line 366, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

/* line 370, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

/* line 374, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

/* line 388, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative; }

/* line 393, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px; }

/* line 398, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.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; }

/* line 410, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

/* line 417, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

/* line 8, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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; }

/* line 21, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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); }

/* line 24, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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; }

/* line 31, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

/* line 37, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d; }

/* line 8, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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; }

/* line 21, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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); }

/* line 24, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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; }

/* line 31, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

/* line 37, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b; }

/* line 8, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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; }

/* line 21, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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); }

/* line 24, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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; }

/* line 31, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

/* line 37, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442; }

/* line 439, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px; }

/* line 442, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

/* line 453, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  /* line 478, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  /* line 485, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  /* line 492, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block; }

  /* line 496, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }

  /* line 500, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto; }

  /* line 508, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%; }

  /* line 512, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  /* line 519, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }

  /* line 526, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0; }

  /* line 530, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }

  /* line 537, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }
/* line 559, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

/* line 569, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

/* line 575, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }

/* line 14, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table; }

/* line 19, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both; }

@media (min-width: 768px) {
  /* line 582, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
/* line 593, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  /* line 603, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }
@media (min-width: 768px) {
  /* line 611, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }
/* line 9, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.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; }

/* line 26, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

/* line 32, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none; }

/* line 39, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.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); }

/* line 46, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 58, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

/* line 68, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

/* line 11, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

/* line 17, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

/* line 22, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

/* line 29, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

/* line 37, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none; }

/* line 45, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc; }

/* line 53, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333; }

/* line 71, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

/* line 11, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

/* line 17, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

/* line 22, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

/* line 29, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

/* line 37, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none; }

/* line 45, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

/* line 53, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff; }

/* line 75, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

/* line 11, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625; }

/* line 17, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

/* line 22, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

/* line 29, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625; }

/* line 37, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none; }

/* line 45, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c; }

/* line 53, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

/* line 79, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

/* line 11, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85; }

/* line 17, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

/* line 22, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

/* line 29, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85; }

/* line 37, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none; }

/* line 45, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da; }

/* line 53, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

/* line 83, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

/* line 11, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d; }

/* line 17, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

/* line 22, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

/* line 29, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d; }

/* line 37, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none; }

/* line 45, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236; }

/* line 53, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

/* line 87, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

/* line 11, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19; }

/* line 17, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

/* line 22, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

/* line 29, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19; }

/* line 37, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none; }

/* line 45, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a; }

/* line 53, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

/* line 96, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }

/* line 101, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.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; }

/* line 109, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent; }

/* line 115, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

/* line 123, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none; }

/* line 135, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

/* line 139, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

/* line 143, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

/* line 151, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%; }

/* line 157, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px; }

/* line 165, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

/* line 10, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

/* line 13, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1; }

/* line 18, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none; }

/* line 21, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block; }

/* line 26, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row; }

/* line 28, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group; }

/* line 30, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
.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; }

/* line 7, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.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; }

/* line 20, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative; }

/* line 26, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0; }

/* line 31, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.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; }

/* line 54, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

/* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

/* line 65, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap; }

/* line 78, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

/* line 88, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

/* line 103, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

/* line 110, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.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; }

/* line 123, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block; }

/* line 128, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0; }

/* line 137, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0; }

/* line 147, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto; }

/* line 153, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap; }

/* line 163, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

/* line 173, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

/* line 186, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

/* line 193, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  /* line 207, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }

  /* line 212, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
/* line 6, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

/* line 11, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left; }

/* line 15, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2; }

/* line 26, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

/* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px; }

/* line 14, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table; }

/* line 19, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both; }

/* line 39, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left; }

/* line 44, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px; }

/* line 51, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

/* line 56, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0; }

/* line 58, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

/* line 63, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.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; }

/* line 69, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left; }

/* line 72, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

/* line 76, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.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; }

/* line 81, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

/* line 86, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

/* line 105, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

/* line 109, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

/* line 116, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.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); }

/* line 120, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 127, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0; }

/* line 131, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

/* line 136, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

/* line 145, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

/* line 14, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

/* line 19, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both; }

/* line 157, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none; }

/* line 162, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.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; }

/* line 172, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

/* line 175, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.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; }

/* line 179, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.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; }

/* line 184, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

/* line 188, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.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; }

/* line 193, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

/* line 201, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

/* line 206, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%; }

/* line 212, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%; }

/* line 216, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }

/* line 237, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

/* line 7, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

/* line 13, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0; }

/* line 19, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

/* line 33, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3; }

/* line 58, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }

/* line 63, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.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; }

/* line 68, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

/* line 77, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.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; }

/* line 89, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

/* line 94, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

/* line 101, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0; }

/* line 108, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.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; }

/* line 117, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0; }

/* line 120, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.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; }

/* line 129, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0; }

/* line 135, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

/* line 144, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative; }

/* line 146, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px; }

/* line 150, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2; }

/* line 159, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

/* line 165, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px; }

/* line 9, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

/* line 14, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table; }

/* line 19, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both; }

/* line 15, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block; }

/* line 19, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

/* line 23, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

/* line 31, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777; }

/* line 34, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

/* line 46, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7; }

/* line 59, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

/* line 66, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none; }

/* line 76, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd; }

/* line 78, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

/* line 89, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd; }

/* line 96, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.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; }

/* line 118, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left; }

/* line 122, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px; }

/* line 125, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px; }

/* line 131, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7; }

/* line 144, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none; }

/* line 146, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

/* line 160, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }

/* line 163, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none; }

/* line 165, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

/* line 171, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  /* line 177, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }

  /* line 180, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }
/* line 190, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }

/* line 193, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

/* line 199, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  /* line 206, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }

  /* line 210, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff; } }
/* line 224, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none; }

/* line 227, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block; }

/* line 237, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

/* line 11, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

/* line 14, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table; }

/* line 19, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both; }

@media (min-width: 768px) {
  /* line 11, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px; } }
/* line 14, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

/* line 19, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  /* line 31, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left; } }
/* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.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; }

/* line 14, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table; }

/* line 19, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both; }

/* line 59, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  /* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }

  /* line 68, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }

  /* line 75, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible; }

  /* line 81, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0; } }
/* line 92, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }
/* line 108, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  /* line 108, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }
/* line 128, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  /* line 128, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0; } }
/* line 138, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  /* line 138, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0; } }
/* line 150, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

/* line 154, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

/* line 163, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }

/* line 170, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none; }

/* line 175, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block; }

@media (min-width: 768px) {
  /* line 180, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }
/* line 193, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.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; }

/* line 206, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0; }

/* line 211, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

/* line 217, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  /* line 193, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none; } }
/* line 232, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px; }

/* line 235, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  /* line 243, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }

  /* line 251, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }

  /* line 255, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }

  /* line 257, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }
@media (min-width: 768px) {
  /* line 232, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0; }

  /* line 270, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left; }

  /* line 272, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }
/* line 286, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.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: 768px) {
  /* line 478, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  /* line 485, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  /* line 492, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block; }

  /* line 496, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }

  /* line 500, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto; }

  /* line 508, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%; }

  /* line 512, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  /* line 519, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }

  /* line 526, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0; }

  /* line 530, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }

  /* line 537, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }
@media (max-width: 767px) {
  /* line 298, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px; }

  /* line 302, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }
@media (min-width: 768px) {
  /* line 286, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .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; } }
/* line 327, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

/* line 332, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.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; }

/* line 343, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

/* line 346, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px; }

/* line 349, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px; }

/* line 359, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  /* line 359, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px; } }
@media (min-width: 768px) {
  /* line 379, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important; }

  /* line 382, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px; }

  /* line 386, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0; } }
/* line 397, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

/* line 401, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777; }

/* line 403, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

/* line 410, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777; }

/* line 415, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777; }

/* line 418, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent; }

/* line 425, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.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; }

/* line 433, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.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; }

/* line 442, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd; }

/* line 444, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd; }

/* line 448, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

/* line 453, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7; }

/* line 462, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.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: 767px) {
  /* line 473, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }

  /* line 475, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .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; }

  /* line 482, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .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; }

  /* line 490, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .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; } }
/* line 506, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777; }

/* line 508, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333; }

/* line 513, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777; }

/* line 515, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333; }

/* line 521, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc; }

/* line 531, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909; }

/* line 535, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

/* line 537, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent; }

/* line 544, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d; }

/* line 549, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

/* line 552, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent; }

/* line 559, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909; }

/* line 567, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.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; }

/* line 577, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333; }

/* line 579, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333; }

/* line 583, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

/* line 588, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010; }

/* line 596, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff; }

@media (max-width: 767px) {
  /* line 607, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909; }

  /* line 610, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909; }

  /* line 613, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }

  /* line 615, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .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; }

  /* line 622, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .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: #090909; }

  /* line 630, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .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; } }
/* line 641, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d; }

/* line 643, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff; }

/* line 648, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d; }

/* line 650, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff; }

/* line 656, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444; }

/* line 6, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

/* line 13, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block; }

/* line 16, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/┬á";
  padding: 0 5px;
  color: #ccc; }

/* line 25, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777; }

/* line 4, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

/* line 10, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline; }

/* line 12, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
.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; }

/* line 25, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

/* line 32, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

/* line 41, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd; }

/* line 52, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default; }

/* line 64, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
.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; }

/* line 5, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

/* line 12, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

/* line 18, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

/* line 5, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

/* line 12, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

/* line 18, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

/* line 6, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }

/* line 14, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table; }

/* line 19, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both; }

/* line 12, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline; }

/* line 14, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

/* line 23, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

/* line 31, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right; }

/* line 38, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left; }

/* line 45, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed; }

/* line 5, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

/* line 20, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none; }

/* line 25, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px; }

/* line 33, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

/* line 44, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #777777; }

/* line 7, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e; }

/* line 48, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7; }

/* line 7, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090; }

/* line 52, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c; }

/* line 7, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44; }

/* line 56, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de; }

/* line 7, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5; }

/* line 60, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e; }

/* line 7, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f; }

/* line 64, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f; }

/* line 7, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c; }

/* line 7, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
.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; }

/* line 22, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none; }

/* line 27, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px; }

/* line 32, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px; }

/* line 41, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff; }

/* line 47, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right; }

/* line 51, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px; }

/* line 55, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px; }

/* line 62, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

/* line 6, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }

/* line 13, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit; }

/* line 18, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

/* line 24, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5; }

/* line 28, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px; }

/* line 35, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  /* line 6, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }

  /* line 43, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px; }

  /* line 49, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px; } }
/* line 7, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_thumbnails.scss */
.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; }

/* line 17, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto; }

/* line 27, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333; }

/* line 34, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

/* line 9, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

/* line 16, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit; }

/* line 23, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold; }

/* line 28, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0; }

/* line 33, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px; }

/* line 42, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }

/* line 47, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

/* line 59, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }

/* line 8, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3; }

/* line 11, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c; }

/* line 63, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }

/* line 8, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec; }

/* line 11, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269; }

/* line 67, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }

/* line 8, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5; }

/* line 11, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c; }

/* line 71, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }

/* line 8, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0; }

/* line 11, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.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; } }
/* line 26, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
.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); }

/* line 36, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
.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; }

/* line 54, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
.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; }

/* line 64, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
.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; }

/* line 73, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c; }

/* line 7, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.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); }

/* line 77, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de; }

/* line 7, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.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); }

/* line 81, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e; }

/* line 7, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.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); }

/* line 85, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f; }

/* line 7, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.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); }

/* line 1, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px; }

/* line 5, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0; }

/* line 10, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

/* line 16, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px; }

/* line 20, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block; }

/* line 24, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none; }

/* line 29, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px; }

/* line 34, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px; }

/* line 39, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

/* line 46, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle; }

/* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom; }

/* line 55, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

/* line 63, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none; }

/* line 10, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

/* line 21, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

/* line 31, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

/* line 34, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

/* line 46, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555; }

/* line 50, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333; }

/* line 55, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5; }

/* line 63, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left; }

/* line 70, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }

/* line 78, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.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; }

/* line 81, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.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; }

/* line 87, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.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; }

/* line 96, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit; }

/* line 101, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.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; }

/* line 4, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

/* line 11, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }

/* line 15, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit; }

/* line 19, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6; }

/* line 24, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

/* line 4, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

/* line 11, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }

/* line 15, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit; }

/* line 19, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3; }

/* line 24, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

/* line 4, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

/* line 11, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }

/* line 15, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit; }

/* line 19, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc; }

/* line 24, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

/* line 4, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

/* line 11, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }

/* line 15, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit; }

/* line 19, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc; }

/* line 24, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

/* line 123, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

/* line 127, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

/* line 7, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.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); }

/* line 16, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px; }

/* line 14, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table; }

/* line 19, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both; }

/* line 22, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

/* line 27, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

/* line 33, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

/* line 39, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit; }

/* line 49, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

/* line 63, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

/* line 67, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

/* line 74, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.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; }

/* line 82, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.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; }

/* line 89, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

/* line 96, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

/* line 100, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0; }

/* line 110, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }

/* line 115, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px; }

/* line 121, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

/* line 127, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .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 > thead: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; }

/* line 131, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child {
  border-top-left-radius: 3px; }

/* line 135, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .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 th:last-child,
.panel > .table-responsive:first-child > .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 th:last-child {
  border-top-right-radius: 3px; }

/* line 143, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

/* line 149, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .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 > tbody: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; }

/* line 153, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child {
  border-bottom-left-radius: 3px; }

/* line 157, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child {
  border-bottom-right-radius: 3px; }

/* line 164, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

/* line 170, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

/* line 174, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }

/* line 181, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

/* line 185, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

/* line 194, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0; }

/* line 203, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

/* line 210, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

/* line 222, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px; }

/* line 226, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

/* line 230, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px; }

/* line 235, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0; }

/* line 238, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd; }

/* line 244, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0; }

/* line 246, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

/* line 254, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd; }

/* line 6, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd; }

/* line 11, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

/* line 14, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333; }

/* line 20, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

/* line 257, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7; }

/* line 6, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

/* line 11, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

/* line 14, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff; }

/* line 20, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

/* line 260, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6; }

/* line 6, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

/* line 11, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

/* line 14, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

/* line 20, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

/* line 263, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1; }

/* line 6, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

/* line 11, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

/* line 14, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

/* line 20, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

/* line 266, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc; }

/* line 6, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

/* line 11, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

/* line 14, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

/* line 20, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

/* line 269, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1; }

/* line 6, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

/* line 11, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

/* line 14, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

/* line 20, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

/* line 5, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

/* line 12, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-embed.scss */
.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; }

/* line 28, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

/* line 33, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%; }

/* line 7, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_wells.scss */
.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); }

/* line 15, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

/* line 22, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px; }

/* line 26, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px; }

/* line 6, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_close.scss */
.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); }

/* line 15, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50); }

/* line 30, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

/* line 11, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden; }

/* line 16, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

/* line 32, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.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; }

/* line 36, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

/* line 38, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

/* line 44, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

/* line 51, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.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; }

/* line 64, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

/* line 73, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

/* line 74, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

/* line 79, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

/* line 14, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  content: " ";
  display: table; }

/* line 19, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both; }

/* line 85, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px; }

/* line 90, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143; }

/* line 97, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px; }

/* line 103, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

/* line 14, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table; }

/* line 19, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both; }

/* line 110, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

/* line 115, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

/* line 119, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

/* line 125, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  /* line 136, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  /* line 140, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
  .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); }

  /* line 145, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  /* line 149, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px; } }
/* line 7, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.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); }

/* line 18, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90); }

/* line 19, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

/* line 20, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

/* line 21, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

/* line 22, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

/* line 26, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

/* line 36, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

/* line 45, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

/* line 52, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

/* line 59, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

/* line 66, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

/* line 73, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

/* line 80, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

/* line 87, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

/* line 94, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

/* line 6, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.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); }

/* line 27, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px; }

/* line 28, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px; }

/* line 29, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px; }

/* line 30, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px; }

/* line 33, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

/* line 42, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px; }

/* line 51, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

/* line 61, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px; }

/* line 64, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

/* line 70, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.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; }

/* line 77, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff; }

/* line 85, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.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); }

/* line 92, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff; }

/* line 100, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.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; }

/* line 107, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff; }

/* line 116, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.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); }

/* line 123, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px; }

/* line 7, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative; }

/* line 11, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }

/* line 16, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.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; }

/* line 22, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  .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; }

  /* line 34, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0; }

  /* line 39, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0; }

  /* line 44, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  .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; } }
/* line 53, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

/* line 59, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0; }

/* line 63, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

/* line 70, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%; }

/* line 73, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%; }

/* line 76, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

/* line 81, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%; }

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%; }

/* line 93, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.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: transparent; }

/* line 109, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.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); }

/* line 112, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.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); }

/* line 119, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90); }

/* line 128, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.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; }

/* line 138, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px; }

/* line 143, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px; }

/* line 148, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif; }

/* line 158, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039'; }

/* line 163, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a'; }

/* line 174, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.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; }

/* line 185, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.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: transparent; }

/* line 207, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff; }

/* line 218, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.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); }

/* line 229, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  /* line 240, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  .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; }

  /* line 249, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }

  /* line 253, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }

  /* line 260, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  /* line 267, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px; } }
/* line 14, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

/* line 19, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both; }

/* line 12, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* line 15, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important; }

/* line 18, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important; }

/* line 27, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important; }

/* line 30, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important; }

/* line 33, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden; }

/* line 36, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* line 45, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important; }

/* line 53, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
/* line 18, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important; }

/* line 18, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important; }

/* line 18, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important; }

/* line 18, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important; }

/* line 36, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.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) {
  /* line 7, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important; }

  /* line 10, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important; }

  /* line 11, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important; }

  /* line 12, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  /* line 54, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  /* line 59, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  /* line 64, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important; }

  /* line 10, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important; }

  /* line 11, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important; }

  /* line 12, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important; }

  /* line 10, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important; }

  /* line 11, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important; }

  /* line 12, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  /* line 7, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important; }

  /* line 10, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important; }

  /* line 11, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important; }

  /* line 12, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  /* line 111, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  /* line 116, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  /* line 121, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  /* line 18, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  /* line 18, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important; } }
/* line 18, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important; }

@media print {
  /* line 7, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important; }

  /* line 10, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important; }

  /* line 11, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important; }

  /* line 12, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
/* line 155, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important; }

@media print {
  /* line 155, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important; } }
/* line 162, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important; }

@media print {
  /* line 162, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important; } }
/* line 169, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important; }

@media print {
  /* line 169, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  /* line 18, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important; } }
/* CUSTOM SASS */
/*nav bar icon animation*/
/* line 4, ../sass/_overrides.scss */
.navbar-toggle {
  border: none;
  background: #fff !important; }

/* line 6, ../sass/_overrides.scss */
.navbar-toggle:hover {
  background: #fff !important; }

/* line 8, ../sass/_overrides.scss */
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s; }

/* line 10, ../sass/_overrides.scss */
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%; }

/* line 12, ../sass/_overrides.scss */
.navbar-toggle .middle-bar {
  opacity: 0; }

/* line 14, ../sass/_overrides.scss */
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%; }

/* line 16, ../sass/_overrides.scss */
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0); }

/* line 18, ../sass/_overrides.scss */
.navbar-toggle.collapsed .middle-bar {
  opacity: 1; }

/* line 20, ../sass/_overrides.scss */
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0); }

/* line 22, ../sass/_overrides.scss */
.navbar-default .navbar-nav > li > a {
  color: #fff; }

/* line 24, ../sass/_overrides.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 2, ../sass/_jquery.fancybox.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

/* line 20, ../sass/_jquery.fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

/* line 27, ../sass/_jquery.fancybox.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* line 37, ../sass/_jquery.fancybox.scss */
.fancybox-opened {
  z-index: 8030; }

/* line 41, ../sass/_jquery.fancybox.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

/* line 47, ../sass/_jquery.fancybox.scss */
.fancybox-outer, .fancybox-inner {
  position: relative; }

/* line 51, ../sass/_jquery.fancybox.scss */
.fancybox-inner {
  overflow: hidden; }

/* line 55, ../sass/_jquery.fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

/* line 59, ../sass/_jquery.fancybox.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

/* line 67, ../sass/_jquery.fancybox.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

/* line 73, ../sass/_jquery.fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

/* line 78, ../sass/_jquery.fancybox.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox_sprite.png"); }

/* line 82, ../sass/_jquery.fancybox.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

/* line 94, ../sass/_jquery.fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat; }

/* line 100, ../sass/_jquery.fancybox.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

/* line 110, ../sass/_jquery.fancybox.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

/* line 122, ../sass/_jquery.fancybox.scss */
.fancybox-prev {
  left: 0; }

/* line 126, ../sass/_jquery.fancybox.scss */
.fancybox-next {
  right: 0; }

/* line 130, ../sass/_jquery.fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

/* line 141, ../sass/_jquery.fancybox.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

/* line 146, ../sass/_jquery.fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

/* line 151, ../sass/_jquery.fancybox.scss */
.fancybox-nav:hover span {
  visibility: visible; }

/* line 155, ../sass/_jquery.fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
/* line 167, ../sass/_jquery.fancybox.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

/* line 172, ../sass/_jquery.fancybox.scss */
.fancybox-lock body {
  overflow: hidden !important; }

/* line 176, ../sass/_jquery.fancybox.scss */
.fancybox-lock-test {
  overflow-y: hidden !important; }

/* line 180, ../sass/_jquery.fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox_overlay.png"); }

/* line 190, ../sass/_jquery.fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

/* line 196, ../sass/_jquery.fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
/* line 203, ../sass/_jquery.fancybox.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

/* line 211, ../sass/_jquery.fancybox.scss */
.fancybox-opened .fancybox-title {
  visibility: visible; }

/* line 215, ../sass/_jquery.fancybox.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

/* line 224, ../sass/_jquery.fancybox.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

/* line 240, ../sass/_jquery.fancybox.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

/* line 246, ../sass/_jquery.fancybox.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px; }

/* line 250, ../sass/_jquery.fancybox.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 265, ../sass/_jquery.fancybox.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/../images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  /* line 270, ../sass/_jquery.fancybox.scss */
  #fancybox-loading div {
    background-image: url("../images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
/* Page CSS */
/* line 1, ../sass/_home.scss */
.home-content-wrapper {
  padding: 80px 0; }

/* line 3, ../sass/_home.scss */
.home-content-wrapper .center-container {
  text-align: center; }

/* line 5, ../sass/_home.scss */
.home-content-wrapper .center-container h2 {
  font-size: 36px;
  font-family: "acumin-pro", sans-serif;
  font-weight: 200;
  color: #2a3754;
  margin: 0 0 40px 0; }

/* line 12, ../sass/_home.scss */
.home-content-wrapper .center-container p {
  font-size: 22px;
  font-family: "acumin-pro", sans-serif;
  font-weight: 200;
  color: #697287; }

/* line 19, ../sass/_home.scss */
.home-content-wrapper .content-box-holder {
  margin-top: 75px; }

/* line 21, ../sass/_home.scss */
.home-content-wrapper .content-box-holder .box-wrapper {
  text-align: center;
  padding: 35px 0 60px 0;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  cursor: pointer; }
  .home-content-wrapper .content-box-holder .box-wrapper:hover {
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1); }

/* line 26, ../sass/_home.scss */
.home-content-wrapper .content-box-holder .box-wrapper .btn-red {
  padding: 12px 55px;
  background: #ff4337;
  border-radius: 5px;
  display: inline-block;
  font-family: 'DINRegular';
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 25px;
  transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease; }

/* line 36, ../sass/_home.scss */
.home-content-wrapper .content-box-holder .box-wrapper .btn-red:hover {
  text-decoration: none;
  background: #e5001a; }

.home-content-wrapper .content-box-holder .box-wrapper:hover .btn-red {
  background: #e5001a; }

/* line 1, ../sass/_pg-download.scss */
.download-content {
  padding-bottom: 40px !important; }

/* line 3, ../sass/_pg-download.scss */
.download-content .boxes-wrapper {
  margin-top: 30px; }

/* line 5, ../sass/_pg-download.scss */
.download-content .boxes-wrapper .download-box {
  padding: 40px;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  margin-bottom: 30px;
  position: relative; }

/* line 11, ../sass/_pg-download.scss */
.download-content .boxes-wrapper .download-box h4 {
  font-size: 20px;
  margin: 0 0 15px 0;
  font-family: 'DINProBold';
  text-transform: uppercase; }

/* line 17, ../sass/_pg-download.scss */
.download-content .boxes-wrapper .download-box p {
  font-weight: 300; }

/* line 20, ../sass/_pg-download.scss */
.download-content .boxes-wrapper .download-box a {
  color: #0075cf;
  font-family: 'DINRegular';
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: solid 1px #a3c1e8; }

/* line 26, ../sass/_pg-download.scss */
.download-content .boxes-wrapper .download-box a:hover {
  text-decoration: none; }

/* line 2, ../sass/_pg-support.scss */
.support-content-area {
  padding-bottom: 60px !important; }

/* line 4, ../sass/_pg-support.scss */
.support-content-area .report-bug-wrapper {
  padding: 40px 45px;
  background: #00b2e2;
  border-radius: 5px;
  margin-top: 55px;
  overflow: hidden; }

/* line 10, ../sass/_pg-support.scss */
.support-content-area .report-bug-wrapper .text-wrapper {
  float: left; }

/* line 12, ../sass/_pg-support.scss */
.support-content-area .report-bug-wrapper .text-wrapper h5 {
  font-size: 20px;
  color: #fff;
  margin: 0 0 15px 0;
  font-family: 'DINProBold';
  text-transform: uppercase; }

/* line 19, ../sass/_pg-support.scss */
.support-content-area .report-bug-wrapper .text-wrapper p {
  margin-bottom: 0;
  color: #fff;
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
  font-size: 16px; }

/* line 27, ../sass/_pg-support.scss */
.support-content-area .report-bug-wrapper .button-wrapper {
  float: right;
  margin-top: 19px; }

/* line 30, ../sass/_pg-support.scss */
.support-content-area .report-bug-wrapper .button-wrapper a {
  margin-left: 20px;
  font-size: 14px;
  font-family: 'DINRegular';
  text-transform: uppercase;
  padding: 15px 25px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.75); }

/* line 40, ../sass/_pg-support.scss */
.support-content-area .report-bug-wrapper .button-wrapper a:hover {
  text-decoration: none; }

/* line 43, ../sass/_pg-support.scss */
.support-content-area .report-bug-wrapper .button-wrapper a.btnblack {
  background: #183037;
  color: #fff; }

/* line 47, ../sass/_pg-support.scss */
.support-content-area .report-bug-wrapper .button-wrapper a.btnwhite {
  background: #fff;
  color: #0075cf; }

/* line 2, ../sass/_pg-documentation.scss */
.release-content {
  padding-bottom: 45px !important; }

/* line 5, ../sass/_pg-documentation.scss */
.release-content .release-note-holder ul {
  margin: 0;
  padding: 0; }

/* line 8, ../sass/_pg-documentation.scss */
.release-content .release-note-holder ul li {
  padding: 15px 40px 15px 20px;
  border-top: 1px solid #e2e3e4;
  border-left: 1px solid #e2e3e4;
  border-right: 1px solid #e2e3e4;
  border-radius: 5px;
  background: none !important;
  margin: 0 0 0 0 !important;
  overflow: hidden; }

/* line 17, ../sass/_pg-documentation.scss */
.release-content .release-note-holder ul li:first-child {
  border-top: 1px solid #e2e3e4;
  border-bottom: 1px solid #e2e3e4;
  margin: 0 0 10px 0 !important;
  background: none !important; }

/* line 23, ../sass/_pg-documentation.scss */
.release-content .release-note-holder ul li:first-child .release-left-wrapper h4 {
  color: #2a3754; }

/* line 28, ../sass/_pg-documentation.scss */
.release-content .release-note-holder ul li:last-child {
  border-bottom: 1px solid #e2e3e4; }

/* line 31, ../sass/_pg-documentation.scss */
.release-content .release-note-holder ul li:hover {
  background: #f8fcff !important; }

/* line 34, ../sass/_pg-documentation.scss */
.release-content .release-note-holder ul li .release-left-wrapper {
  float: left; }

/* line 36, ../sass/_pg-documentation.scss */
.release-content .release-note-holder ul li .release-left-wrapper .relase-logo-wrapper {
  float: left;
  padding: 6px 7px;
  border: 1px solid #cdcfd0;
  border-radius: 5px;
  margin-right: 20px; }

/* line 43, ../sass/_pg-documentation.scss */
.release-content .release-note-holder ul li .release-left-wrapper h4 {
  float: left;
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
  font-size: 22px;
  margin-top: 7px;
  margin-bottom: 0; }

/* line 52, ../sass/_pg-documentation.scss */
.release-content .release-note-holder ul li .release-right-wrapper {
  float: right;
  margin-top: 10px; }

/* line 55, ../sass/_pg-documentation.scss */
.release-content .release-note-holder ul li .release-right-wrapper a {
  font-size: 14px;
  font-family: 'DINRegular';
  text-transform: uppercase;
  margin-left: 40px;
  font-weight: 700; }

/* line 61, ../sass/_pg-documentation.scss */
.release-content .release-note-holder ul li .release-right-wrapper a:hover {
  text-decoration: none; }

/* line 64, ../sass/_pg-documentation.scss */
.release-content .release-note-holder ul li .release-right-wrapper a.bluebtn {
  color: #0075cf; }

/* line 67, ../sass/_pg-documentation.scss */
.release-content .release-note-holder ul li .release-right-wrapper a.greenbtn {
  color: #009818; }

/* line 78, ../sass/_pg-documentation.scss */
.release-content .current-dev-version ul li {
  background: #f8fcff !important; }

/* line 80, ../sass/_pg-documentation.scss */
.release-content .current-dev-version ul li:last-child {
  margin-bottom: 0 !important; }

/* line 1, ../sass/_pg-gsview.scss */
.gs-view-content {
  padding-bottom: 50px !important; }

/* line 3, ../sass/_pg-gsview.scss */
.gs-view-content .beta-release-wrapper {
  border: 1px solid #e2e3e4;
  border-radius: 5px; }

/* line 6, ../sass/_pg-gsview.scss */
.gs-view-content .beta-release-wrapper .top-wrapper {
  padding: 15px 20px;
  overflow: hidden; }

/* line 13, ../sass/_pg-gsview.scss */
.gs-view-content .beta-release-wrapper .top-wrapper .beta-small-logo {
  float: left;
  padding: 6px 7px;
  border: 1px solid #cdcfd0;
  border-radius: 5px;
  margin-right: 20px; }

/* line 20, ../sass/_pg-gsview.scss */
.gs-view-content .beta-release-wrapper .top-wrapper h4 {
  float: left;
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
  font-size: 22px;
  margin-top: 7px;
  margin-bottom: 0; }

/* line 29, ../sass/_pg-gsview.scss */
.gs-view-content .beta-release-wrapper .download-wrapper {
  overflow: hidden; }

/* line 35, ../sass/_pg-gsview.scss */
.gs-view-content .beta-release-wrapper .download-wrapper ul {
  margin: 0;
  padding: 0; }

/* line 38, ../sass/_pg-gsview.scss */
.gs-view-content .beta-release-wrapper .download-wrapper ul .holder {
  border-top: 1px solid #e2e3e4;
  overflow: hidden; }

/* line 41, ../sass/_pg-gsview.scss */
.gs-view-content .beta-release-wrapper .download-wrapper ul .holder li {
  margin: 0;
  padding: 0 0 0 0;
  background: none; }

/* line 45, ../sass/_pg-gsview.scss */
.gs-view-content .beta-release-wrapper .download-wrapper ul .holder li .download-item {
  border-right: 1px solid #e2e3e4;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center; }

/* line 51, ../sass/_pg-gsview.scss */
.gs-view-content .beta-release-wrapper .download-wrapper ul .holder li .download-item a {
  margin-top: 25px;
  font-family: 'DINRegular';
  color: #0075cf;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  display: block; }

/* line 59, ../sass/_pg-gsview.scss */
.gs-view-content .beta-release-wrapper .download-wrapper ul .holder li .download-item a:hover {
  text-decoration: none; }

/* line 63, ../sass/_pg-gsview.scss */
.gs-view-content .beta-release-wrapper .download-wrapper ul .holder li .download-item h4 {
  font-family: 'DINRegular';
  font-size: 14px;
  color: #697287;
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase; }

/* line 72, ../sass/_pg-gsview.scss */
.gs-view-content .beta-release-wrapper .download-wrapper ul .holder li .download-item h6 {
  font-family: "acumin-pro", sans-serif;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400; }

/* line 81, ../sass/_pg-gsview.scss */
.gs-view-content .beta-release-wrapper .download-wrapper ul .holder li:last-child .download-item {
  border-right: none; }

/* line 87, ../sass/_pg-gsview.scss */
.gs-view-content .beta-release-wrapper .download-wrapper ul .holder li:first-child .download-item {
  border-right: 1px solid #e2e3e4; }

/* line 1, ../sass/_pg-download-inner.scss */
.download-inner-content {
  padding-bottom: 50px !important; }

/* line 3, ../sass/_pg-download-inner.scss */
.download-inner-content h6 {
  font-size: 14px;
  font-family: 'DINRegular';
  font-weight: 600;
  color: #697287; }

/* line 13, ../sass/_pg-download-inner.scss */
.download-inner-content .download-inner-table .top-wrapper-dtable h5 {
  margin: 0;
  font-family: 'DINRegular';
  font-weight: 600;
  color: #697287;
  text-transform: uppercase; }

/* line 21, ../sass/_pg-download-inner.scss */
.download-inner-content .download-inner-table .top-wrapper-dtable .heading-wrapper .dtale-heading {
  background: #d1dae3;
  padding: 15px 30px 15px 30px;
  border-top: 1px solid #d1dae3; }

/* line 25, ../sass/_pg-download-inner.scss */
.download-inner-content .download-inner-table .top-wrapper-dtable .heading-wrapper .dtale-heading .right-wrapper {
  text-align: center; }

/* line 29, ../sass/_pg-download-inner.scss */
.download-inner-content .download-inner-table .top-wrapper-dtable .heading-wrapper .left-heading {
  border-top-left-radius: 5px; }

/* line 33, ../sass/_pg-download-inner.scss */
.download-inner-content .download-inner-table .top-wrapper-dtable .heading-wrapper .right-heading {
  border-top-right-radius: 5px;
  border-left: 1px solid #c4ced9; }

/* line 40, ../sass/_pg-download-inner.scss */
.download-inner-content .download-inner-table .top-wrapper-dtable .middle-wrapper .download-main-item-left {
  background: #f6f7f9; }

/* line 43, ../sass/_pg-download-inner.scss */
.download-inner-content .download-inner-table .top-wrapper-dtable .middle-wrapper .download-main-item-right {
  background: #edf0f3; }

/* line 46, ../sass/_pg-download-inner.scss */
.download-inner-content .download-inner-table .top-wrapper-dtable .middle-wrapper .download-main-item-right ul li {
  padding: 0;
  background: none; }

/* line 51, ../sass/_pg-download-inner.scss */
.download-inner-content .download-inner-table .top-wrapper-dtable .middle-wrapper .download-main-item-right .dtable-logo-main {
  padding: 25px;
  border-left: 1px solid #c4ced9; }

/* line 54, ../sass/_pg-download-inner.scss */
.download-inner-content .download-inner-table .top-wrapper-dtable .middle-wrapper .download-main-item-right .dtable-logo-main h5 {
  line-height: 1.3; }

/* line 57, ../sass/_pg-download-inner.scss */
.download-inner-content .download-inner-table .top-wrapper-dtable .middle-wrapper .download-main-item-right .dtable-logo-main .dtable-logo-wrapper {
  float: left;
  margin-right: 20px;
  min-height: 55px; }

/* line 70, ../sass/_pg-download-inner.scss */
.download-inner-content .download-inner-table .center-wrapper {
  clear: both; }

/* line 72, ../sass/_pg-download-inner.scss */
.download-inner-content .download-inner-table .center-wrapper .download-version-wrapper {
  margin-bottom: 50px; }

/* line 76, ../sass/_pg-download-inner.scss */
.download-inner-content .download-inner-table .center-wrapper .download-version-wrapper ul li {
  border-top: 1px solid #e2e3e4;
  background: none;
  padding: 0;
  overflow: hidden;
  margin: 0 0 0 0; }

/* line 82, ../sass/_pg-download-inner.scss */
.download-inner-content .download-inner-table .center-wrapper .download-version-wrapper ul li:last-child {
  border-bottom: 1px solid #e2e3e4; }

/* line 85, ../sass/_pg-download-inner.scss */
.download-inner-content .download-inner-table .center-wrapper .download-version-wrapper ul li .version-left-content {
  padding-left: 30px;
  margin-top: 20px;
  margin-bottom: 20px; }

/* line 89, ../sass/_pg-download-inner.scss */
.download-inner-content .download-inner-table .center-wrapper .download-version-wrapper ul li .version-left-content h4 {
  margin: 0 0 5px 0;
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
  color: #2a3754;
  font-size: 22px; }

/* line 96, ../sass/_pg-download-inner.scss */
.download-inner-content .download-inner-table .center-wrapper .download-version-wrapper ul li .version-left-content h6 {
  margin: 0 0 0 0;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  color: #697287;
  font-size: 14px; }

/* line 107, ../sass/_pg-download-inner.scss */
.download-inner-content .download-inner-table .center-wrapper .version-right-content {
  padding-left: 0;
  padding-right: 0; }

/* line 110, ../sass/_pg-download-inner.scss */
.download-inner-content .download-inner-table .center-wrapper .version-right-content .version-right-custom-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  border-left: 1px solid #e2e3e4; }

/* line 115, ../sass/_pg-download-inner.scss */
.download-inner-content .download-inner-table .center-wrapper .version-right-content .version-right-custom-wrapper a {
  font-family: 'DINRegular';
  font-weight: 600;
  color: #0075cf;
  text-transform: uppercase; }

/* line 120, ../sass/_pg-download-inner.scss */
.download-inner-content .download-inner-table .center-wrapper .version-right-content .version-right-custom-wrapper a h5 {
  margin: 8px 0 5px 0;
  font-size: 14px;
  font-family: 'DINRegular';
  font-weight: 600; }

/* line 126, ../sass/_pg-download-inner.scss */
.download-inner-content .download-inner-table .center-wrapper .version-right-content .version-right-custom-wrapper a h6 {
  font-size: 10px;
  font-family: 'DINRegular';
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #0075cf !important; }

/* line 138, ../sass/_pg-download-inner.scss */
.download-inner-content .source-repo-wrapper {
  padding: 40px 40px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  margin-top: 45px; }

/* line 143, ../sass/_pg-download-inner.scss */
.download-inner-content .source-repo-wrapper h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: 'DINRegular';
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase; }

/* line 151, ../sass/_pg-download-inner.scss */
.download-inner-content .source-repo-wrapper p {
  margin-bottom: 0; }

/*Media queries*/
/*large screen*/
/*tab portrait*/
/*tab landscape*/
/*Mobile phones potrait*/
/*Mobile phones landscape*/
/* Common CSS */
/* line 1, ../sass/_header.scss */
.row-clr {
  margin-left: 0 !important;
  margin-right: 0 !important; }

/* line 7, ../sass/_header.scss */
.artifex-navigation .main-nav-bar {
  background-color: #fff;
  border: none;
  margin-bottom: 0;
  min-height: 0; }

/* line 12, ../sass/_header.scss */
.artifex-navigation .main-nav-bar .navbar-brand {
  padding: 30px 0px;
  margin-left: 0; }

/* line 19, ../sass/_header.scss */
.artifex-navigation .main-nav-bar .navbar-right-1 li {
  padding: 40px 20px; }

/* line 21, ../sass/_header.scss */
.artifex-navigation .main-nav-bar .navbar-right-1 li a {
  color: #697287;
  text-transform: uppercase;
  padding: 0;
  font-family: 'DINPro-Regular';
  font-size: 15px; }

/* line 30, ../sass/_header.scss */
.artifex-navigation .main-nav-bar .navbar-right-2 {
  padding: 0 0;
  float: right;
  margin-top: 30px; }

/* line 34, ../sass/_header.scss */
.artifex-navigation .main-nav-bar .navbar-right-2 .search {
  background: transparent url(../images/search-btn.png) no-repeat center;
  width: 16px;
  height: 16px;
  border: none;
  margin-right: 40px;
  margin-left: 20px;
  outline: none; }

/* line 43, ../sass/_header.scss */
.artifex-navigation .main-nav-bar .navbar-right-2 .request-btn {
  padding: 9px 17px;
  background: #009818;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 6px;
  font-family: 'DINRegular'; }

/* line 52, ../sass/_header.scss */
.artifex-navigation .main-nav-bar .navbar-right-2 .request-btn:hover {
  text-decoration: none; }

/* Banner Section */
/* line 3, ../sass/_common.scss */
.main-banner {
  background: #1b1e21;
  padding: 60px 0;
  overflow: hidden; }

/* line 7, ../sass/_common.scss */
.main-banner h2 {
  font-size: 42px;
  font-family: "acumin-pro", sans-serif;
  font-weight: 100;
  color: #fff;
  margin: 0; }

/* line 14, ../sass/_common.scss */
.main-banner h4 {
  font-size: 26px;
  font-family: "acumin-pro", sans-serif;
  font-weight: 100;
  color: #fff;
  margin: 5px 0 0 0; }

/* Side Navigation */
/* line 25, ../sass/_common.scss */
.nav_holder {
  padding: 35px 20px 20px 20px;
  border: 1px solid #dddddd;
  border-radius: 7px;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); }

/* line 34, ../sass/_common.scss */
.nav_holder .top-wrapper {
  overflow: hidden; }

/* line 36, ../sass/_common.scss */
.nav_holder .top-wrapper .nav-logo {
  float: left;
  padding: 0 25px 35px 15px; }

/* line 40, ../sass/_common.scss */
.nav_holder .top-wrapper .nav-heading {
  float: left; }

/* line 42, ../sass/_common.scss */
.nav_holder .top-wrapper .nav-heading h4 {
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: #697287; }

/* line 50, ../sass/_common.scss */
.nav_holder ul {
  margin: 0;
  padding: 0; }

/* line 53, ../sass/_common.scss */
.nav_holder ul li {
  list-style: none;
  background: url("../images/nav-arrow.png") no-repeat 15px 17px;
  border-top: 1px solid #ebebeb;
  padding-left: 15px; }

/* line 58, ../sass/_common.scss */
.nav_holder ul li a {
  padding: 15px 0 15px 15px;
  display: block;
  line-height: 1;
  font-family: 'DINPro-Regular';
  font-size: 14px;
  color: #697287;
  text-transform: uppercase; }

/* line 66, ../sass/_common.scss */
.nav_holder ul li a:hover {
  color: #0075cf;
  text-decoration: none; }

/* line 70, ../sass/_common.scss */
.nav_holder ul li a:focus {
  text-decoration: none; }

/* line 73, ../sass/_common.scss */
.nav_holder ul li a:visited {
  text-decoration: none; }

/* line 76, ../sass/_common.scss */
.nav_holder ul li a i {
  margin-right: 15px; }

/* line 80, ../sass/_common.scss */
.nav_holder ul li:hover {
  background: url("../images/blue-arrow.png") no-repeat 15px 17px; }

/* line 83, ../sass/_common.scss */
.nav_holder ul li.sub-clicked {
  background: url("../images/arrow-down.png") no-repeat 13px 19px !important; }

/* line 85, ../sass/_common.scss */
.nav_holder ul li.sub-clicked a {
  color: #0075cf; }

/* line 89, ../sass/_common.scss */
.nav_holder ul li ul {
  display: block; }

/* line 92, ../sass/_common.scss */
.nav_holder ul li ul li a {
  color: #697287 !important; }

/* line 94, ../sass/_common.scss */
.nav_holder ul li ul li a:hover {
  color: #0075cf !important; }

/* line 99, ../sass/_common.scss */
.nav_holder ul li ul li.current-menu-item a {
  color: #0075cf !important; }

/* line 105, ../sass/_common.scss */
.nav_holder ul li.current-menu-item {
  background: url("../images/blue-arrow.png") no-repeat 15px 17px; }

/* line 107, ../sass/_common.scss */
.nav_holder ul li.current-menu-item a {
  color: #0075cf; }

/* line 111, ../sass/_common.scss */
.nav_holder ul li.menu-item-has-children {
  background: url("../images/nav-arrow-down.png") no-repeat 13px 19px !important; }

/* line 113, ../sass/_common.scss */
.nav_holder ul li.menu-item-has-children:hover {
  background: url("../images/arrow-down.png") no-repeat 13px 19px !important; }

/* line 117, ../sass/_common.scss */
.nav_holder ul li.current-page-parent {
  background: url("../images/arrow-down.png") no-repeat 13px 19px !important; }

/* Main-content-area */
/* line 126, ../sass/_common.scss */
.main-content-area {
  padding-bottom: 70px;
  padding-left: 55px;
  margin-top: 10px; }
  .main-content-area .button-block {
    margin-top: 20px;
    text-align: left; }
    .main-content-area .button-block a {
      padding: 11px 20px 9px;
      margin: 0;
      font-size: 14px;
      font-family: "DINRegular";
      text-transform: uppercase;
      max-width: 414px;
      text-align: center; }

/* line 130, ../sass/_common.scss */
.main-content-area h3 {
  font-size: 26px;
  font-family: "acumin-pro", sans-serif;
  font-weight: 200;
  color: #2a3754;
  margin: 60px 0 30px 0;
  line-height: 1.3; }
  .main-content-area h3.so-product-listing-h3 {
    margin-top: 25px; }

/* line 138, ../sass/_common.scss */
.main-content-area p {
  font-size: 16px;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  color: #697287;
  margin: 0 0 25px 0; }

/* line 144, ../sass/_common.scss */
.main-content-area p dfn {
  color: #0075cf;
  font-style: normal; }

/* line 148, ../sass/_common.scss */
.main-content-area p a {
  color: #0075cf;
  font-weight: 400; }

/* line 152, ../sass/_common.scss */
.main-content-area p a:hover {
  color: #0075cf; }

/* line 156, ../sass/_common.scss */
.main-content-area p strong {
  font-weight: bold;
  font-family: "acumin-pro", sans-serif;
  color: #697287; }

/* line 162, ../sass/_common.scss */
.main-content-area ul {
  margin: 0;
  padding: 0 0 0 0; }

/* line 165, ../sass/_common.scss */
.main-content-area ul li {
  font-size: 16px;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  color: #697287;
  margin: 0 0 15px 0;
  list-style: none;
  padding-left: 20px;
  background: url("../images/bullet-red.png") no-repeat 0 8px; }

/* line 174, ../sass/_common.scss */
.main-content-area ul li dfn {
  color: #0075cf;
  font-style: normal; }

/* line 178, ../sass/_common.scss */
.main-content-area ul li:last-child {
  margin: 0 0 0 0; }

/* line 181, ../sass/_common.scss */
.main-content-area ul li a {
  color: #0075cf;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400; }

/* line 185, ../sass/_common.scss */
.main-content-area ul li a:hover {
  color: #0075cf; }

/* line 189, ../sass/_common.scss */
.main-content-area ul li ul {
  margin-top: 15px; }

/* line 1, ../sass/_footer.scss */
footer {
  background: #edf0f3; }

/* line 4, ../sass/_footer.scss */
footer .footer-content {
  padding: 65px 0;
  background: url(../images/footer-bg.png) no-repeat left;
  overflow: hidden; }

/* line 8, ../sass/_footer.scss */
footer .footer-content h4 {
  color: #2a3754;
  font-size: 20px;
  font-family: 'DINRegular';
  margin: 0 0 20px 0;
  text-transform: uppercase; }

/* line 15, ../sass/_footer.scss */
footer .footer-content p {
  font-size: 16px;
  color: #697287;
  font-weight: 300; }

/* line 20, ../sass/_footer.scss */
footer .footer-content .greenbtn {
  background: #009818;
  padding: 15px 25px;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'DINRegular';
  border-radius: 5px;
  margin-top: 25px;
  display: inline-block; }

/* line 31, ../sass/_footer.scss */
footer .footer-content .greenbtn:hover {
  text-decoration: none; }

/* line 35, ../sass/_footer.scss */
footer .footer-content ul {
  padding: 0;
  margin: 0; }

/* line 38, ../sass/_footer.scss */
footer .footer-content ul li {
  margin-bottom: 25px;
  list-style: none; }

/* line 41, ../sass/_footer.scss */
footer .footer-content ul li a {
  font-family: 'DINRegular';
  text-transform: uppercase;
  color: #697287;
  font-size: 14px;
  font-weight: 600; }

/* line 47, ../sass/_footer.scss */
footer .footer-content ul li a:hover {
  text-decoration: none; }

/* line 51, ../sass/_footer.scss */
footer .footer-content ul li:last-child {
  margin-bottom: 0; }

/* line 57, ../sass/_footer.scss */
footer .footer-content .footer-copyright img {
  width: 100%; }

/* line 60, ../sass/_footer.scss */
footer .footer-content .footer-copyright p {
  font-size: 12px !important;
  margin-top: 35px; }

/*Mobile phones*/
@media (max-width: 767px) and (orientation: portrait) {
  /* line 3, ../sass/mobile/portrait/_header.scss */
  .artifex-navigation .main-nav-bar .navbar-brand {
    margin: 0 0 30px 15px; }

  /* line 5, ../sass/mobile/portrait/_header.scss */
  .artifex-navigation .main-nav-bar .navbar-brand img {
    width: 80%; }

  /* line 12, ../sass/mobile/portrait/_header.scss */
  .artifex-navigation .main-nav-bar .navbar-right-1 li {
    padding: 13px 20px; }

  /* line 16, ../sass/mobile/portrait/_header.scss */
  .artifex-navigation .main-nav-bar .navbar-right-2 {
    padding: 0 0;
    float: none;
    margin-top: 30px;
    text-align: center; }

  /* line 21, ../sass/mobile/portrait/_header.scss */
  .artifex-navigation .main-nav-bar .navbar-right-2 .search {
    width: 100%;
    margin: 0; }

  /* line 25, ../sass/mobile/portrait/_header.scss */
  .artifex-navigation .main-nav-bar .navbar-right-2 .request-btn {
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px; }

  /* line 36, ../sass/mobile/portrait/_header.scss */
  .navbar-toggle {
    margin-top: 30px; }

  /* line 1, ../sass/mobile/portrait/_home.scss */
  .home-content-wrapper {
    padding: 40px 0; }

  /* line 3, ../sass/mobile/portrait/_home.scss */
  .home-content-wrapper .center-container {
    text-align: center; }

  /* line 5, ../sass/mobile/portrait/_home.scss */
  .home-content-wrapper .center-container h2 {
    font-size: 30px; }

  /* line 8, ../sass/mobile/portrait/_home.scss */
  .home-content-wrapper .center-container p {
    font-size: 20px; }

  /* line 12, ../sass/mobile/portrait/_home.scss */
  .home-content-wrapper .content-box-holder {
    margin-top: 45px; }

  /* line 14, ../sass/mobile/portrait/_home.scss */
  .home-content-wrapper .content-box-holder .box-wrapper {
    padding: 15px 0 40px 0;
    margin-bottom: 30px; }

  /* Banner Section */
  /* line 4, ../sass/mobile/portrait/_common.scss */
  .main-banner {
    padding: 40px 0; }

  /* line 6, ../sass/mobile/portrait/_common.scss */
  .main-banner h2 {
    font-size: 30px; }

  /* Main-content-area */
  /* line 13, ../sass/mobile/portrait/_common.scss */
  .main-content-area {
    padding-left: 15px; }

  /* line 15, ../sass/mobile/portrait/_common.scss */
  .main-content-area h3 {
    margin: 50px 0 30px 0; }

  /* line 1, ../sass/mobile/portrait/_footer.scss */
  footer {
    background: #edf0f3; }

  /* line 4, ../sass/mobile/portrait/_footer.scss */
  footer .footer-content {
    padding: 45px 0;
    background: none; }

  /* line 7, ../sass/mobile/portrait/_footer.scss */
  footer .footer-content .footer-copyright {
    text-align: center;
    margin-top: 20px; }

  /* line 10, ../sass/mobile/portrait/_footer.scss */
  footer .footer-content .footer-copyright img {
    width: auto; }

  /* line 13, ../sass/mobile/portrait/_footer.scss */
  footer .footer-content .footer-copyright p {
    font-size: 10px !important;
    margin-bottom: 0; }

  /* line 18, ../sass/mobile/portrait/_footer.scss */
  footer .footer-content .get-intouch-wrapper {
    text-align: center;
    margin-bottom: 40px; }

  /* line 2, ../sass/mobile/portrait/_pg-support.scss */
  .row-clr {
    margin-left: 0 !important;
    margin-right: 0 !important; }

  @-moz-document url-prefix() {}
  /* line 11, ../sass/mobile/portrait/_pg-support.scss */
  .report-bug-wrapper {
    padding: 30px 25px; }

  /* line 13, ../sass/mobile/portrait/_pg-support.scss */
  .report-bug-wrapper .text-wrapper {
    float: left; }

  /* line 15, ../sass/mobile/portrait/_pg-support.scss */
  .report-bug-wrapper .text-wrapper h5 {
    font-size: 18px; }

  /* line 18, ../sass/mobile/portrait/_pg-support.scss */
  .report-bug-wrapper .text-wrapper p {
    font-size: 14px; }

  /* line 22, ../sass/mobile/portrait/_pg-support.scss */
  .report-bug-wrapper .button-wrapper {
    float: right;
    margin-top: 25px;
    width: 100%; }

  /* line 26, ../sass/mobile/portrait/_pg-support.scss */
  .report-bug-wrapper .button-wrapper a {
    margin-left: 0 !important;
    font-size: 9px;
    display: block;
    text-align: center; }

  /* line 31, ../sass/mobile/portrait/_pg-support.scss */
  .report-bug-wrapper .button-wrapper a.btnwhite {
    margin-left: 14px;
    margin-top: 10px; }

  /* line 2, ../sass/mobile/portrait/_pg-documentation.scss */
  .row-clr {
    margin-left: 0 !important;
    margin-right: 0 !important; }

  @-moz-document url-prefix() {}
  /* line 11, ../sass/mobile/portrait/_pg-documentation.scss */
  .release-content {
    padding-bottom: 45px !important; }

  /* line 14, ../sass/mobile/portrait/_pg-documentation.scss */
  .release-content .release-note-holder ul {
    margin: 0;
    padding: 0; }

  /* line 20, ../sass/mobile/portrait/_pg-documentation.scss */
  .release-content .release-note-holder ul li .release-left-wrapper h4 {
    font-size: 16px; }

  /* line 24, ../sass/mobile/portrait/_pg-documentation.scss */
  .release-content .release-note-holder ul li .release-right-wrapper {
    float: left; }

  /* line 26, ../sass/mobile/portrait/_pg-documentation.scss */
  .release-content .release-note-holder ul li .release-right-wrapper a {
    font-size: 9px;
    margin-right: 20px;
    margin-left: 0; }

  /* line 38, ../sass/mobile/portrait/_pg-documentation.scss */
  .release-content .current-dev-version ul li {
    background: #f8fcff !important; }

  /* line 2, ../sass/mobile/portrait/_pg-gsview.scss */
  .row-clr {
    margin-left: 0 !important;
    margin-right: 0 !important; }

  @-moz-document url-prefix() {}
  /* line 12, ../sass/mobile/portrait/_pg-gsview.scss */
  .beta-release-wrapper .top-wrapper {
    text-align: center; }

  /* line 14, ../sass/mobile/portrait/_pg-gsview.scss */
  .beta-release-wrapper .top-wrapper .beta-small-logo {
    float: none !important;
    margin-right: 0px !important;
    display: inline-block; }

  /* line 19, ../sass/mobile/portrait/_pg-gsview.scss */
  .beta-release-wrapper .top-wrapper h4 {
    float: none;
    font-size: 18px;
    margin-top: 7px; }

  /* line 28, ../sass/mobile/portrait/_pg-gsview.scss */
  .beta-release-wrapper .download-wrapper ul li .download-item {
    border-right: none !important;
    border-bottom: 1px solid #e2e3e4; }

  /* line 33, ../sass/mobile/portrait/_pg-gsview.scss */
  .beta-release-wrapper .download-wrapper ul li:last-child .download-item {
    border-bottom: none; }

  /* line 2, ../sass/mobile/portrait/_pg-download-inner.scss */
  .row-clr {
    margin-left: 0 !important;
    margin-right: 0 !important; }

  @-moz-document url-prefix() {}
  /* line 10, ../sass/mobile/portrait/_pg-download-inner.scss */
  .download-inner-content {
    padding-bottom: 50px !important; }

  /* line 12, ../sass/mobile/portrait/_pg-download-inner.scss */
  .download-inner-content h6 {
    font-size: 14px;
    font-family: 'DINRegular';
    font-weight: 600;
    color: #697287; }

  /* line 22, ../sass/mobile/portrait/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .top-wrapper-dtable h5 {
    font-size: 11px; }

  /* line 25, ../sass/mobile/portrait/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .top-wrapper-dtable .heading-wrapper {
    overflow: hidden; }

  /* line 27, ../sass/mobile/portrait/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .top-wrapper-dtable .heading-wrapper .dtale-heading {
    background: #d1dae3;
    padding: 15px 30px 15px 30px;
    border-top: 1px solid #d1dae3; }

  /* line 31, ../sass/mobile/portrait/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .top-wrapper-dtable .heading-wrapper .dtale-heading .right-wrapper {
    text-align: center; }

  /* line 35, ../sass/mobile/portrait/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .top-wrapper-dtable .heading-wrapper .left-heading {
    border-top-left-radius: 5px; }

  /* line 39, ../sass/mobile/portrait/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .top-wrapper-dtable .heading-wrapper .right-heading {
    border-top-right-radius: 5px;
    border-left: 1px solid #c4ced9; }

  /* line 46, ../sass/mobile/portrait/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .top-wrapper-dtable .middle-wrapper .download-main-item-left {
    background: #f6f7f9; }

  /* line 49, ../sass/mobile/portrait/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .top-wrapper-dtable .middle-wrapper .download-main-item-right {
    background: #edf0f3; }

  /* line 52, ../sass/mobile/portrait/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .top-wrapper-dtable .middle-wrapper .download-main-item-right ul li {
    padding: 0;
    background: none; }

  /* line 57, ../sass/mobile/portrait/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .top-wrapper-dtable .middle-wrapper .download-main-item-right .dtable-logo-main {
    padding: 25px;
    border-left: none;
    text-align: center; }

  /* line 61, ../sass/mobile/portrait/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .top-wrapper-dtable .middle-wrapper .download-main-item-right .dtable-logo-main h5 {
    line-height: 1.3; }

  /* line 64, ../sass/mobile/portrait/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .top-wrapper-dtable .middle-wrapper .download-main-item-right .dtable-logo-main .dtable-logo-wrapper {
    float: none;
    margin-right: 20px;
    min-height: 55px;
    text-align: center; }

  /* line 69, ../sass/mobile/portrait/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .top-wrapper-dtable .middle-wrapper .download-main-item-right .dtable-logo-main .dtable-logo-wrapper img {
    display: inline-block; }

  /* line 80, ../sass/mobile/portrait/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .center-wrapper {
    clear: both; }

  /* line 82, ../sass/mobile/portrait/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .center-wrapper .download-version-wrapper {
    margin-bottom: 50px; }

  /* line 86, ../sass/mobile/portrait/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .center-wrapper .download-version-wrapper ul li {
    border-top: 1px solid #e2e3e4;
    background: none;
    padding: 0;
    overflow: hidden;
    margin: 0 0 0 0; }

  /* line 92, ../sass/mobile/portrait/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .center-wrapper .download-version-wrapper ul li:last-child {
    border-bottom: 1px solid #e2e3e4; }

  /* line 95, ../sass/mobile/portrait/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .center-wrapper .download-version-wrapper ul li .version-left-content {
    padding-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px; }

  /* line 99, ../sass/mobile/portrait/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .center-wrapper .download-version-wrapper ul li .version-left-content h4 {
    margin: 0 0 5px 0;
    font-family: "acumin-pro", sans-serif;
    font-weight: 300;
    color: #2a3754;
    font-size: 11px; }

  /* line 106, ../sass/mobile/portrait/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .center-wrapper .download-version-wrapper ul li .version-left-content h6 {
    margin: 0 0 0 0;
    font-family: "acumin-pro", sans-serif;
    font-weight: 400;
    color: #697287;
    font-size: 9px; }

  /* line 117, ../sass/mobile/portrait/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .center-wrapper .version-right-content {
    padding-left: 0;
    padding-right: 0; }

  /* line 120, ../sass/mobile/portrait/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .center-wrapper .version-right-content .version-right-custom-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    border-left: none; }

  /* line 125, ../sass/mobile/portrait/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .center-wrapper .version-right-content .version-right-custom-wrapper a {
    font-family: 'DINRegular';
    font-weight: 600;
    color: #0075cf;
    text-transform: uppercase; }

  /* line 130, ../sass/mobile/portrait/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .center-wrapper .version-right-content .version-right-custom-wrapper a h5 {
    margin: 0 0 5px 0;
    font-size: 10px;
    font-family: 'DINRegular';
    font-weight: 600; }

  /* line 136, ../sass/mobile/portrait/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .center-wrapper .version-right-content .version-right-custom-wrapper a h6 {
    font-size: 9px;
    font-family: 'DINRegular';
    font-weight: 600;
    margin: 0 0 8px 0;
    color: #0075cf !important; }

  /* line 148, ../sass/mobile/portrait/_pg-download-inner.scss */
  .download-inner-content .source-repo-wrapper {
    padding: 40px 40px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    margin-top: 45px; }

  /* line 153, ../sass/mobile/portrait/_pg-download-inner.scss */
  .download-inner-content .source-repo-wrapper h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-family: 'DINRegular';
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase; }

  /* line 161, ../sass/mobile/portrait/_pg-download-inner.scss */
  .download-inner-content .source-repo-wrapper p {
    margin-bottom: 0; } }
@media (max-width: 767px) and (orientation: landscape) {
  /* line 3, ../sass/mobile/landscape/_header.scss */
  .artifex-navigation .main-nav-bar .navbar-brand {
    margin: 0 0 30px 15px; }

  /* line 5, ../sass/mobile/landscape/_header.scss */
  .artifex-navigation .main-nav-bar .navbar-brand img {
    width: 80%; }

  /* line 12, ../sass/mobile/landscape/_header.scss */
  .artifex-navigation .main-nav-bar .navbar-right-1 li {
    padding: 13px 20px; }

  /* line 16, ../sass/mobile/landscape/_header.scss */
  .artifex-navigation .main-nav-bar .navbar-right-2 {
    padding: 0 0;
    float: none;
    margin-top: 30px;
    text-align: center; }

  /* line 21, ../sass/mobile/landscape/_header.scss */
  .artifex-navigation .main-nav-bar .navbar-right-2 .search {
    width: 100%;
    margin: 0; }

  /* line 25, ../sass/mobile/landscape/_header.scss */
  .artifex-navigation .main-nav-bar .navbar-right-2 .request-btn {
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px; }

  /* line 36, ../sass/mobile/landscape/_header.scss */
  .navbar-toggle {
    margin-top: 30px; }

  /* line 1, ../sass/mobile/landscape/_home.scss */
  .home-content-wrapper {
    padding: 40px 0; }

  /* line 3, ../sass/mobile/landscape/_home.scss */
  .home-content-wrapper .center-container {
    text-align: center; }

  /* line 5, ../sass/mobile/landscape/_home.scss */
  .home-content-wrapper .center-container h2 {
    font-size: 30px; }

  /* line 8, ../sass/mobile/landscape/_home.scss */
  .home-content-wrapper .center-container p {
    font-size: 20px; }

  /* line 12, ../sass/mobile/landscape/_home.scss */
  .home-content-wrapper .content-box-holder {
    margin-top: 45px; }

  /* line 14, ../sass/mobile/landscape/_home.scss */
  .home-content-wrapper .content-box-holder .box-wrapper {
    padding: 15px 0 40px 0;
    margin-bottom: 30px; }

  /* Banner Section */
  /* line 4, ../sass/mobile/landscape/_common.scss */
  .main-banner {
    padding: 40px 0; }

  /* line 6, ../sass/mobile/landscape/_common.scss */
  .main-banner h2 {
    font-size: 30px; }

  /* Main-content-area */
  /* line 13, ../sass/mobile/landscape/_common.scss */
  .main-content-area {
    padding-left: 15px; }

  /* line 15, ../sass/mobile/landscape/_common.scss */
  .main-content-area h3 {
    margin: 50px 0 30px 0; }

  /* line 1, ../sass/mobile/landscape/_footer.scss */
  footer {
    background: #edf0f3; }

  /* line 4, ../sass/mobile/landscape/_footer.scss */
  footer .footer-content {
    padding: 45px 0;
    background: none; }

  /* line 7, ../sass/mobile/landscape/_footer.scss */
  footer .footer-content .footer-copyright {
    text-align: center;
    margin-top: 20px; }

  /* line 10, ../sass/mobile/landscape/_footer.scss */
  footer .footer-content .footer-copyright img {
    width: auto;
    max-width: 166px; }

  /* line 13, ../sass/mobile/landscape/_footer.scss */
  footer .footer-content .footer-copyright p {
    font-size: 10px !important;
    margin-bottom: 0; }

  /* line 18, ../sass/mobile/landscape/_footer.scss */
  footer .footer-content .get-intouch-wrapper {
    margin-bottom: 40px; }

  /* line 2, ../sass/mobile/landscape/_pg-support.scss */
  .row-clr {
    margin-left: 0 !important;
    margin-right: 0 !important; }

  @-moz-document url-prefix() {}
  /* line 11, ../sass/mobile/landscape/_pg-support.scss */
  .report-bug-wrapper {
    padding: 30px 25px; }

  /* line 13, ../sass/mobile/landscape/_pg-support.scss */
  .report-bug-wrapper .text-wrapper {
    float: left; }

  /* line 15, ../sass/mobile/landscape/_pg-support.scss */
  .report-bug-wrapper .text-wrapper h5 {
    font-size: 18px; }

  /* line 18, ../sass/mobile/landscape/_pg-support.scss */
  .report-bug-wrapper .text-wrapper p {
    font-size: 14px; }

  /* line 22, ../sass/mobile/landscape/_pg-support.scss */
  .report-bug-wrapper .button-wrapper {
    float: right;
    margin-top: 25px;
    width: 100%; }

  /* line 26, ../sass/mobile/landscape/_pg-support.scss */
  .report-bug-wrapper .button-wrapper a {
    margin-left: 0 !important;
    font-size: 9px;
    display: block;
    text-align: center; }

  /* line 31, ../sass/mobile/landscape/_pg-support.scss */
  .report-bug-wrapper .button-wrapper a.btnwhite {
    margin-left: 14px;
    margin-top: 10px; }

  /* line 1, ../sass/mobile/landscape/_pg-documentation.scss */
  .row-clr {
    margin-left: 0 !important;
    margin-right: 0 !important; }

  @-moz-document url-prefix() {}
  /* line 10, ../sass/mobile/landscape/_pg-documentation.scss */
  .release-content {
    padding-bottom: 45px !important; }

  /* line 13, ../sass/mobile/landscape/_pg-documentation.scss */
  .release-content .release-note-holder ul {
    margin: 0;
    padding: 0; }

  /* line 19, ../sass/mobile/landscape/_pg-documentation.scss */
  .release-content .release-note-holder ul li .release-left-wrapper h4 {
    font-size: 16px; }

  /* line 23, ../sass/mobile/landscape/_pg-documentation.scss */
  .release-content .release-note-holder ul li .release-right-wrapper {
    float: left; }

  /* line 25, ../sass/mobile/landscape/_pg-documentation.scss */
  .release-content .release-note-holder ul li .release-right-wrapper a {
    font-size: 9px;
    margin-right: 20px;
    margin-left: 0; }

  /* line 37, ../sass/mobile/landscape/_pg-documentation.scss */
  .release-content .current-dev-version ul li {
    background: #f8fcff !important; }

  /* line 2, ../sass/mobile/landscape/_pg-gsview.scss */
  .row-clr {
    margin-left: 0 !important;
    margin-right: 0 !important; }

  @-moz-document url-prefix() {}
  /* line 12, ../sass/mobile/landscape/_pg-gsview.scss */
  .beta-release-wrapper .top-wrapper {
    text-align: center; }

  /* line 14, ../sass/mobile/landscape/_pg-gsview.scss */
  .beta-release-wrapper .top-wrapper .beta-small-logo {
    float: none !important;
    margin-right: 0px !important;
    display: inline-block; }

  /* line 19, ../sass/mobile/landscape/_pg-gsview.scss */
  .beta-release-wrapper .top-wrapper h4 {
    float: none;
    font-size: 18px;
    margin-top: 7px; }

  /* line 28, ../sass/mobile/landscape/_pg-gsview.scss */
  .beta-release-wrapper .download-wrapper ul li .download-item {
    border-right: none !important;
    border-bottom: 1px solid #e2e3e4; }

  /* line 33, ../sass/mobile/landscape/_pg-gsview.scss */
  .beta-release-wrapper .download-wrapper ul li:last-child .download-item {
    border-bottom: none; }

  /* line 2, ../sass/mobile/landscape/_pg-download-inner.scss */
  .row-clr {
    margin-left: 0 !important;
    margin-right: 0 !important; }

  @-moz-document url-prefix() {}
  /* line 10, ../sass/mobile/landscape/_pg-download-inner.scss */
  .download-inner-content {
    padding-bottom: 50px !important; }

  /* line 12, ../sass/mobile/landscape/_pg-download-inner.scss */
  .download-inner-content h6 {
    font-size: 14px;
    font-family: 'DINRegular';
    font-weight: 600;
    color: #697287; }

  /* line 22, ../sass/mobile/landscape/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .top-wrapper-dtable h5 {
    font-size: 11px; }

  /* line 25, ../sass/mobile/landscape/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .top-wrapper-dtable .heading-wrapper {
    overflow: hidden; }

  /* line 27, ../sass/mobile/landscape/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .top-wrapper-dtable .heading-wrapper .dtale-heading {
    background: #d1dae3;
    padding: 15px 30px 15px 30px;
    border-top: 1px solid #d1dae3; }

  /* line 31, ../sass/mobile/landscape/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .top-wrapper-dtable .heading-wrapper .dtale-heading .right-wrapper {
    text-align: center; }

  /* line 35, ../sass/mobile/landscape/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .top-wrapper-dtable .heading-wrapper .left-heading {
    border-top-left-radius: 5px; }

  /* line 39, ../sass/mobile/landscape/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .top-wrapper-dtable .heading-wrapper .right-heading {
    border-top-right-radius: 5px;
    border-left: 1px solid #c4ced9; }

  /* line 46, ../sass/mobile/landscape/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .top-wrapper-dtable .middle-wrapper .download-main-item-left {
    background: #f6f7f9; }

  /* line 49, ../sass/mobile/landscape/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .top-wrapper-dtable .middle-wrapper .download-main-item-right {
    background: #edf0f3; }

  /* line 52, ../sass/mobile/landscape/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .top-wrapper-dtable .middle-wrapper .download-main-item-right ul li {
    padding: 0;
    background: none; }

  /* line 57, ../sass/mobile/landscape/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .top-wrapper-dtable .middle-wrapper .download-main-item-right .dtable-logo-main {
    padding: 25px;
    border-left: none;
    text-align: center; }

  /* line 61, ../sass/mobile/landscape/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .top-wrapper-dtable .middle-wrapper .download-main-item-right .dtable-logo-main h5 {
    line-height: 1.3; }

  /* line 64, ../sass/mobile/landscape/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .top-wrapper-dtable .middle-wrapper .download-main-item-right .dtable-logo-main .dtable-logo-wrapper {
    float: none;
    margin-right: 20px;
    min-height: 55px;
    text-align: center; }

  /* line 69, ../sass/mobile/landscape/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .top-wrapper-dtable .middle-wrapper .download-main-item-right .dtable-logo-main .dtable-logo-wrapper img {
    display: inline-block; }

  /* line 80, ../sass/mobile/landscape/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .center-wrapper {
    clear: both; }

  /* line 82, ../sass/mobile/landscape/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .center-wrapper .download-version-wrapper {
    margin-bottom: 50px; }

  /* line 86, ../sass/mobile/landscape/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .center-wrapper .download-version-wrapper ul li {
    border-top: 1px solid #e2e3e4;
    background: none;
    padding: 0;
    overflow: hidden;
    margin: 0 0 0 0; }

  /* line 92, ../sass/mobile/landscape/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .center-wrapper .download-version-wrapper ul li:last-child {
    border-bottom: 1px solid #e2e3e4; }

  /* line 95, ../sass/mobile/landscape/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .center-wrapper .download-version-wrapper ul li .version-left-content {
    padding-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px; }

  /* line 99, ../sass/mobile/landscape/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .center-wrapper .download-version-wrapper ul li .version-left-content h4 {
    margin: 0 0 5px 0;
    font-family: "acumin-pro", sans-serif;
    font-weight: 300;
    color: #2a3754;
    font-size: 11px; }

  /* line 106, ../sass/mobile/landscape/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .center-wrapper .download-version-wrapper ul li .version-left-content h6 {
    margin: 0 0 0 0;
    font-family: "acumin-pro", sans-serif;
    font-weight: 400;
    color: #697287;
    font-size: 9px; }

  /* line 117, ../sass/mobile/landscape/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .center-wrapper .version-right-content {
    padding-left: 0;
    padding-right: 0; }

  /* line 120, ../sass/mobile/landscape/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .center-wrapper .version-right-content .version-right-custom-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    border-left: none; }

  /* line 125, ../sass/mobile/landscape/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .center-wrapper .version-right-content .version-right-custom-wrapper a {
    font-family: 'DINRegular';
    font-weight: 600;
    color: #0075cf;
    text-transform: uppercase; }

  /* line 130, ../sass/mobile/landscape/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .center-wrapper .version-right-content .version-right-custom-wrapper a h5 {
    margin: 0 0 5px 0;
    font-size: 10px;
    font-family: 'DINRegular';
    font-weight: 600; }

  /* line 136, ../sass/mobile/landscape/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .center-wrapper .version-right-content .version-right-custom-wrapper a h6 {
    font-size: 9px;
    font-family: 'DINRegular';
    font-weight: 600;
    margin: 0 0 8px 0;
    color: #0075cf !important; }

  /* line 148, ../sass/mobile/landscape/_pg-download-inner.scss */
  .download-inner-content .source-repo-wrapper {
    padding: 40px 40px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    margin-top: 45px; }

  /* line 153, ../sass/mobile/landscape/_pg-download-inner.scss */
  .download-inner-content .source-repo-wrapper h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-family: 'DINRegular';
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase; }

  /* line 161, ../sass/mobile/landscape/_pg-download-inner.scss */
  .download-inner-content .source-repo-wrapper p {
    margin-bottom: 0; } }
/*Tab devices*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* line 1, ../sass/ipad/portrait/_header.scss */
  .navbar-header {
    float: none; }

  /* line 5, ../sass/ipad/portrait/_header.scss */
  .navbar-left, .navbar-right {
    float: none !important; }

  /* line 9, ../sass/ipad/portrait/_header.scss */
  .navbar-toggle {
    display: block; }

  /* line 13, ../sass/ipad/portrait/_header.scss */
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  /* line 18, ../sass/ipad/portrait/_header.scss */
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  /* line 23, ../sass/ipad/portrait/_header.scss */
  .navbar-collapse.collapse {
    display: none !important; }

  /* line 27, ../sass/ipad/portrait/_header.scss */
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }

  /* line 32, ../sass/ipad/portrait/_header.scss */
  .navbar-nav > li {
    float: none; }

  /* line 36, ../sass/ipad/portrait/_header.scss */
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center; }

  /* line 42, ../sass/ipad/portrait/_header.scss */
  .collapse.in {
    display: block !important; }

  /* line 46, ../sass/ipad/portrait/_header.scss */
  .navbar-toggle {
    margin-top: 30px; }

  /* line 53, ../sass/ipad/portrait/_header.scss */
  .artifex-navigation .main-nav-bar .navbar-brand {
    margin: 0 0 30px 0; }

  /* line 59, ../sass/ipad/portrait/_header.scss */
  .artifex-navigation .main-nav-bar .navbar-right-1 li {
    padding: 13px 20px; }

  /* line 63, ../sass/ipad/portrait/_header.scss */
  .artifex-navigation .main-nav-bar .navbar-right-2 {
    padding: 0 0;
    float: none;
    margin-top: 30px;
    text-align: center; }

  /* line 68, ../sass/ipad/portrait/_header.scss */
  .artifex-navigation .main-nav-bar .navbar-right-2 .search {
    width: 100%;
    margin: 0; }

  /* line 72, ../sass/ipad/portrait/_header.scss */
  .artifex-navigation .main-nav-bar .navbar-right-2 .request-btn {
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px; }

  /* line 3, ../sass/ipad/portrait/_home.scss */
  .home-content-wrapper .content-box-holder .box-wrapper {
    width: 60%;
    margin: 0 auto 30px auto; }

  /* line 1, ../sass/ipad/portrait/_footer.scss */
  footer {
    background: #edf0f3; }

  /* line 4, ../sass/ipad/portrait/_footer.scss */
  footer .footer-content {
    text-align: center; }

  /* line 7, ../sass/ipad/portrait/_footer.scss */
  footer .footer-content .footer-copyright p {
    font-size: 10px !important; }

  /* line 10, ../sass/ipad/portrait/_footer.scss */
  footer .footer-content .footer-copyright img {
    width: auto; }

  /* line 14, ../sass/ipad/portrait/_footer.scss */
  footer .footer-content .get-intouch-wrapper {
    text-align: center;
    margin-bottom: 40px; }

  /* Banner Section */
  /* line 4, ../sass/ipad/portrait/_common.scss */
  .main-banner {
    padding: 40px 0; }

  /* line 6, ../sass/ipad/portrait/_common.scss */
  .main-banner h2 {
    font-size: 30px; }

  /* Main-content-area */
  /* line 13, ../sass/ipad/portrait/_common.scss */
  .main-content-area {
    padding-left: 15px; }

  /* line 15, ../sass/ipad/portrait/_common.scss */
  .main-content-area h3 {
    margin: 50px 0 30px 0; }

  /* line 1, ../sass/ipad/portrait/_pg-download-inner.scss */
  .download-inner-content {
    padding-bottom: 50px !important; }

  /* line 5, ../sass/ipad/portrait/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .top-wrapper-dtable .heading-wrapper {
    overflow: hidden; } }
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* line 5, ../sass/ipad/landscape/_header.scss */
  .artifex-navigation .main-nav-bar .navbar-right-1 li {
    padding: 40px 10px; }

  /* line 7, ../sass/ipad/landscape/_header.scss */
  .artifex-navigation .main-nav-bar .navbar-right-1 li a {
    font-size: 13px; }

  /* line 12, ../sass/ipad/landscape/_header.scss */
  .artifex-navigation .main-nav-bar .navbar-right-2 {
    margin-top: 35px; }

  /* line 14, ../sass/ipad/landscape/_header.scss */
  .artifex-navigation .main-nav-bar .navbar-right-2 .request-btn {
    font-size: 13px;
    line-height: 1; }

  /* line 3, ../sass/ipad/landscape/_home.scss */
  .home-content-wrapper .content-box-holder .box-wrapper {
    width: 60%;
    margin: 0 auto 30px auto; }

  /* line 1, ../sass/ipad/landscape/_footer.scss */
  footer {
    background: #edf0f3; }

  /* line 6, ../sass/ipad/landscape/_footer.scss */
  footer .footer-content .footer-copyright p {
    font-size: 10px !important; }

  /* line 9, ../sass/ipad/landscape/_footer.scss */
  footer .footer-content .footer-copyright img {
    width: 90%; }

  /* Banner Section */
  /* line 4, ../sass/ipad/landscape/_common.scss */
  .main-banner {
    padding: 40px 0; }

  /* line 6, ../sass/ipad/landscape/_common.scss */
  .main-banner h2 {
    font-size: 30px; }

  /* Main-content-area */
  /* line 13, ../sass/ipad/landscape/_common.scss */
  .main-content-area {
    padding-left: 15px; }

  /* line 15, ../sass/ipad/landscape/_common.scss */
  .main-content-area h3 {
    margin: 50px 0 30px 0; }

  /* line 2, ../sass/ipad/landscape/_pg-download-inner.scss */
  .download-inner-content {
    padding-bottom: 50px !important; }

  /* line 6, ../sass/ipad/landscape/_pg-download-inner.scss */
  .download-inner-content .download-inner-table .top-wrapper-dtable .heading-wrapper {
    overflow: hidden; } }
/* EMBED FONT */
/* ----------------------------- *
 * Declare the DIN Pro type fonts
 * ----------------------------- 

@font-face {
    font-family: 'DINBold';
    src: url('../fonts/din-bold-webfont.eot');
    src: url('../fonts/din-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/din-bold-webfont.woff') format('woff'),
        url('../fonts/din-bold-webfont.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'DINLight';
    src: url('../fonts/din-light-webfont.eot');
    src: url('../fonts/din-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/din-light-webfont.woff') format('woff'),
        url('../fonts/din-light-webfont.ttf') format('truetype');
    font-style: normal;
}

@font-face { 
    font-family: 'DINRegular';
    src: url('../fonts/din-regular-webfont.eot');
    src: url('../fonts/din-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/din-regular-webfont.woff') format('woff'),
        url('../fonts/din-regular-webfont.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'DINBlack';
    src: url('../fonts/din-black-webfont.eot');
    src: url('../fonts/din-black-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/din-black-webfont.woff') format('woff'),
        url('../fonts/din-black-webfont.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'DINProBold';
    src: url('../fonts/DINPro-Bold.otf');
    font-style: normal;
}

@font-face {
    font-family: 'DINProLight';
    src: url('../fonts/DINPro-Light.otf');
    font-style: normal;
}

@font-face {
    font-family: 'DINPro-Regular';
    src: url('../fonts/DINPro-Regular.otf');
    font-style: normal;
}
*/
/* VENDOR SASS */
/*
 * @package		YerSlider
 * @version		1.7.0
 * @date		2014-11-26
 * @time		12:04:45
 * @license		MIT or GPL
 * @repository	https://github.com/johannheyne/yerslider.git
 * @homepage	http://demo.johannheyne.de/yerslider/demo/
 */
.yerslider-wrap {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.js .yerslider-wrap {
  opacity: 0;
  position: absolute; }

.yerslider-wrap * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }

.yerslider-wrap iframe {
  position: relative;
  z-index: 9999; }

.yerslider-viewport {
  position: relative; }

.yerslider-mask {
  position: relative;
  width: 100%;
  overflow: auto; }

.yerslider-slider {
  white-space: nowrap;
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 0;
  font-size: 0; }

.yerslider-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 100%;
  background-color: #ddd; }

.yerslider-slide p {
  font-size: 16px;
  line-height: 1.2;
  background-color: #1e90ff; }

.yerslider-slide img {
  width: 100%;
  max-width: 100%; }

.js .yerslider-slide {
  display: none; }

.yerslider-slide.media {
  background: black; }

.yerslider-prevnext {
  position: absolute;
  cursor: pointer;
  z-index: 99999;
  width: 40px;
  height: 80px;
  top: 50%;
  margin-top: -40px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px; }

.csstransitions .yerslider-prevnext {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.yerslider-next {
  right: 20px; }

.yerslider-next:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 12px;
  border: 20px solid transparent;
  border-left: 20px solid black; }

.yerslider-next-inactive {
  display: none; }

.yerslider-prev {
  left: 20px; }

.yerslider-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 12px;
  border: 20px solid transparent;
  border-right: 20px solid black; }

.yerslider-prev-inactive {
  display: none; }

.csstransforms3d .yerslider-next:after {
  content: "";
  top: 27px;
  left: 0;
  width: 25px;
  height: 25px;
  border: 0 solid transparent;
  border-top: 1px solid black;
  border-right: 1px solid black;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.csstransforms3d .yerslider-prev:after {
  content: "";
  top: 27px;
  right: 0;
  width: 25px;
  height: 25px;
  border: 0 solid transparent;
  border-top: 1px solid black;
  border-left: 1px solid black;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.yerslider-bullets-wrap {
  text-align: center;
  margin-top: 16px;
  line-height: 0; }

.yerslider-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid DodgerBlue;
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  cursor: pointer;
  border-radius: 6px; }

.yerslider-bullet-current {
  background-color: DodgerBlue; }

.no-js .js {
  display: none; }

.yerslider-video {
  position: relative;
  background: #000;
  font-size: 0;
  line-height: 0; }

.yerslider-video-player {
  width: 100%;
  height: 100%; }

.yerslider-video-play {
  width: 60px;
  height: 60px;
  background: #333;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -30px; }

.csstransforms3d .yerslider-video-play {
  height: 80px;
  -webkit-transform: scale(1, 0.6);
  -moz-transform: scale(1, 0.6);
  -o-transform: scale(1, 0.6);
  -ms-transform: scale(1, 0.6);
  transform: scale(1, 0.6); }

.yerslider-video-play:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 22px;
  border: 20px solid transparent;
  border-left: 20px solid white;
  width: 0;
  height: 0; }

.csstransforms3d .yerslider-video-play:after {
  top: 18px; }

.yerslider-video-preview {
  width: 100%;
  height: auto; }

.yerslider-video-play:hover {
  background: rgba(0, 0, 0, 0.8); }

.yerslider-thumbs-wrap {
  margin-top: 10px; }

.yerslider-thumbs-mask {
  position: relative;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }

.yerslider-thumbs-items {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin-left: -5px; }

.yerslider-thumbs-item {
  display: inline-block;
  min-width: 0;
  cursor: pointer;
  vertical-align: top;
  margin-top: 10px;
  margin-left: 5px;
  background-color: #ddd; }

.yerslider-thumbs-item * {
  cursor: pointer; }

.yerslider-thumbs-item p {
  margin: 0;
  padding: 20px 40px;
  background-color: #1e90ff;
  color: #fff;
  font-size: 16px;
  line-height: 1.2; }

.thumb-slidegroup-current {
  background-color: #919191; }

.touch .yerslider-thumbs-mask {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.yerslider-loading {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%; }

.yerslider-loading:after {
  content: "loading";
  position: absolute;
  top: 48%;
  width: 100%;
  text-align: center; }

/*# sourceMappingURL=yerslider-styles.min.css.map */
/* CUSTOM SASS */
/* PAGEs  & COMMON SECTIONS SASS */
/*
  - Body top padding
*/
body {
  padding-top: 90px; }

@media (min-width: 1560px) {
  body {
    max-width: 1440px;
    margin: auto; }
    body > .wrapper,
    body footer {
      border-left: 1px solid rgba(221, 221, 221, 0.55);
      border-right: 1px solid rgba(221, 221, 221, 0.55); } }
/*
  - Error Page styles
*/
body .error_page {
  padding-top: 100px;
  padding-bottom: 150px; }

/*
  - Font related commo styles
*/
body * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
  text-rendering: optimizeLegibility; }

/*
  - Section element with .container-fluid class
*/
section.container-fluid {
  padding-left: 0;
  padding-right: 0; }

/*
  - Section's Top heading section
*/
.top-heading {
  text-align: center; }
  .top-heading h2 {
    font-size: 36px;
    font-family: "acumin-pro";
    font-weight: 300;
    text-transform: none; }
  .top-heading p {
    font-size: 22px;
    font-family: "acumin-pro";
    font-weight: 300;
    text-transform: none; }
  .top-heading h3 {
    font-size: 20px;
    font-family: "DINBold"; }

/*
  - '.float-active ' class contain properties styles
*/
.float-active {
  width: 100%;
  float: left; }

/*
  - select field and input field
*/
select {
  -webkit-appearance: none;
  -moz-appearance: none; }
  select::-ms-expand {
    display: none; }

select,
input {
  outline: 0 !important; }

/*
  - anchor links with .button class , .link-wu cass and , .link class
*/
a {
  text-decoration: none;
  width: auto;
  /* link with buttons */
  /* link with underline */
  /* link without underline */ }
  a:hover, a:focus, a:visited, a:active {
    text-decoration: none;
    outline: 0 !important; }
  a.button {
    display: block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    -webkit-transition: 0.5s ease background-color;
    -moz-transition: 0.5s ease background-color;
    -transition: 0.5s ease background-color;
    /* Button with play icon */
    /* Red color button */
    /* Green color button */
    /* Dark green color button */
    /* Blue color button */
    /* Dark blue color button */
    /* Light blue color button */ }
    a.button.with-play-icon img {
      width: 24px;
      height: 21px;
      top: -1px;
      position: relative;
      margin-right: 5px; }
    a.button.red {
      background-color: #ff4337; }
      a.button.red:hover {
        background-color: #e5001a; }
    a.button.green {
      background-color: #009818; }
      a.button.green:hover {
        background-color: #2c933c; }
    a.button.dark-green {
      background-color: #183037; }
      a.button.dark-green:hover {
        background-color: #3e4648; }
    a.button.blue {
      background-color: #00b2e2; }
      a.button.blue:hover {
        background-color: #0075cf; }
    a.button.blue-dark {
      background-color: #2a3754; }
      a.button.blue-dark:hover {
        background-color: #384a71; }
    a.button.blue-light {
      background-color: #0075cf; }
      a.button.blue-light:hover {
        background-color: #00b2e2; }
  a.link-wu {
    width: auto;
    position: relative;
    color: #0075cf; }
    a.link-wu:after {
      content: '';
      height: 0.75px;
      width: 100%;
      display: block;
      bottom: -2px;
      left: 0;
      right: 0;
      position: absolute;
      background-color: #0075cf;
      opacity: 0.8; }
    a.link-wu:hover {
      color: #00b2e2; }
      a.link-wu:hover:after {
        background-color: #0075cf; }
  a.link {
    color: #0075cf; }
    a.link:hover {
      color: #00b2e2; }

/*
  - .getHeight class contain ul element
*/
ul.get-height {
  height: auto;
  display: block;
  float: none;
  padding: 0;
  margin: 0 auto; }
  ul.get-height li {
    width: auto;
    float: left;
    display: inline-block;
    height: auto;
    list-style: none; }

/*
  - .tab-nav-section - Tab navigation
*/
section.tab-nav-section {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc; }
  section.tab-nav-section ul li a {
    display: block;
    width: auto;
    height: auto;
    padding: 1px 45px 0px;
    font-size: 15px;
    font-family: "DINPro-Regular";
    color: #697287;
    text-transform: uppercase;
    border-right: 1px solid #cccccc; }
    section.tab-nav-section ul li a:hover {
      color: #77c11f; }
  section.tab-nav-section ul li span {
    display: block;
    width: auto;
    height: auto;
    padding: 1px 45px 0px;
    font-size: 15px;
    font-family: "DINPro-Regular";
    color: #77c11f;
    text-transform: uppercase;
    border-right: 1px solid #cccccc; }
  section.tab-nav-section ul li:last-child a {
    border-right: none; }
  section.tab-nav-section ul li:last-child span {
    border-right: none; }

/*
  - .pagination-block - Pagination
*/
section.pagination-block {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }
  section.pagination-block ul li {
    text-align: center;
            /*
            &.prev-next-page {
                a {
                    padding: 10px 17px;
                    color: $medium-blue-1;
                    border-left: none;
                    border-right: none;
                    &:hover {
                        color: $light-purple;
                    }
                }
            }

            &.prev-page a:before,
                &.next-page a:after {
                content: ' ';
                width: 13px;
                height: 13px;
                display: block;
                background: transparent url(../images/icons-sprite.png) no-repeat;
                position:relative;

            }
            &.prev-page {  
                a {
                    width:171px;
                    &:before {
                        float: left;
                        margin-right: 10px;
                        top: 3px;
                        background-position: -85px -20px;
                    }

                    &:hover {
                        &:before {
                            background-position: -44px -63px;
                        }
                    }
                }
            }

            &.next-page {
                a {
                    width:136px;
                    border-left: none;
                    &:after {
                        float: right;
                        margin-left: 10px;
                        top: 4px;
                        background-position: -85px -2px;
                    }

                    &:hover {
                        &:after {
                            background-position: -44px -45px;
                        }
                    }
                }
            } */ }
    section.pagination-block ul li a,
    section.pagination-block ul li span {
      width: 38px;
      padding: 10px 0;
      display: block;
      border-right: 1px solid #cccccc;
      font-size: 15px;
      font-family: "DINPro-Regular"; }
    section.pagination-block ul li a {
      color: #697287; }
      section.pagination-block ul li a:hover {
        color: #0075cf; }
    section.pagination-block ul li span.current {
      position: relative;
      color: #0075cf; }
      section.pagination-block ul li span.current:after {
        content: '';
        position: absolute;
        width: 9px;
        height: 1px;
        display: block;
        left: 0;
        right: 0;
        bottom: 12px;
        margin: auto;
        background: #0075cf; }
    section.pagination-block ul li a.prev,
    section.pagination-block ul li a.next {
      padding: 10px 17px;
      color: #0075cf;
      border-left: none;
      border-right: none; }
      section.pagination-block ul li a.prev:hover,
      section.pagination-block ul li a.next:hover {
        color: #697287; }
    section.pagination-block ul li a.prev:before,
    section.pagination-block ul li a.next:after {
      content: ' ';
      width: 13px;
      height: 13px;
      display: block;
      background: transparent url(../images/icons-sprite.png) no-repeat;
      position: relative; }
    section.pagination-block ul li a.prev {
      width: 171px;
      border-right: 1px solid #cccccc; }
      section.pagination-block ul li a.prev:before {
        float: left;
        margin-right: 10px;
        top: 3px;
        background-position: -85px -20px; }
      section.pagination-block ul li a.prev:hover:before {
        background-position: -44px -63px; }
    section.pagination-block ul li a.next {
      width: 136px;
      border-left: none;
      border-right: 1px solid #cccccc; }
      section.pagination-block ul li a.next:after {
        float: right;
        margin-left: 10px;
        top: 4px;
        background-position: -85px -2px; }
      section.pagination-block ul li a.next:hover:after {
        background-position: -44px -45px; }
    section.pagination-block ul li:nth-child(2) a,
    section.pagination-block ul li:nth-child(2) span {
      /* border-left: 1px solid $bor-grey-6;  */ }
    section.pagination-block ul li:first-child a,
    section.pagination-block ul li:first-child span {
      border-left: 1px solid #cccccc; }

/*
  - .result-list-section , Listed blocks style
*/
.result-list-section .result-block {
  padding-top: 48px;
  padding-bottom: 45px;
  position: relative; }
  .result-list-section .result-block a .image-block {
    width: 200px;
    height: 161px;
    margin-left: 15px;
    overflow: hidden;
    padding-right: 0;
    padding-left: 0; }
    .result-list-section .result-block a .image-block img {
      -webkit-transition: 1s ease all;
      -moz-transition: 1s ease all;
      -transition: 1s ease all; }
  .result-list-section .result-block a .content-block {
    width: calc(100% - 215px);
    padding-left: 37px;
    padding-right: 35px; }
    .result-list-section .result-block a .content-block h3 {
      margin: -7px 0 11px;
      padding: 0;
      font-size: 20px;
      font-family: "acumin-pro";
      font-weight: 500;
      line-height: 29px;
      color: #2a3754;
      text-transform: uppercase; }
    .result-list-section .result-block a .content-block p {
      margin: 0 0 13px;
      padding: 0px 17% 0 0;
      font-size: 16px;
      font-family: "acumin-pro";
      font-weight: 300;
      color: #697287;
      text-transform: none; }
    .result-list-section .result-block a .content-block span {
      font-size: 14px;
      font-family: "acumin-pro";
      font-weight: 400;
      color: #2a3754;
      text-transform: none; }
  .result-list-section .result-block a:hover .image-block img {
    transform: scale(1.1, 1.1); }
  .result-list-section .result-block a:hover .content-block h3 {
    color: #0075cf; }
  .result-list-section .result-block:after {
    content: " ";
    display: block;
    width: 100%;
    height: 10px;
    top: 0;
    left: 15px;
    right: 15px;
    position: absolute;
    background: transparent url(../images/company/news-press/border.png) no-repeat;
    background-position: left top; }
  .result-list-section .result-block:first-child:after {
    display: none; }
.result-list-section.no-image .result-block a .content-block {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  .result-list-section.no-image .result-block a .content-block p {
    padding: 0;
    font-size: 15.5px; }
.result-list-section.image-logo .result-block a .image-block {
  overflow: hidden;
  border: 1px solid #e2e3e4;
  position: relative; }
  .result-list-section.image-logo .result-block a .image-block img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    display: block;
    margin: auto; }
.result-list-section.image-logo .result-block a:hover .image-block img {
  transform: scale(1.05, 1.05); }

/*
  - .goback-link , Go back link
*/
.goback-link {
  background-color: #edf0f3; }
  .goback-link a {
    padding-left: 42px;
    padding-top: 22px;
    padding-bottom: 22px;
    margin: 0;
    display: block;
    float: left;
    font-size: 20px;
    font-family: "acumin-pro";
    font-weight: 400;
    color: #2a3754;
    background: transparent url(../images/company/news-press/arrow.png) no-repeat;
    background-position: left center; }
    .goback-link a:hover {
      color: #0075cf; }

/*
  - .right-section > .block , Right block section
*/
.right-section .block {
  display: block;
  margin-bottom: 55px; }
  .right-section .block .block-title h4 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-family: "acumin-pro";
    font-weight: 600;
    color: #2a3754;
    text-transform: capitalize;
    text-align: left; }
  .right-section .block .block-content ul {
    padding: 0;
    margin: 0; }
    .right-section .block .block-content ul li {
      width: 100%;
      display: block;
      padding: 8px 0 9px;
      border-bottom: 1px solid #e1e1e1;
      list-style: none; }
      .right-section .block .block-content ul li a {
        font-size: 16px;
        font-family: "acumin-pro";
        font-weight: 500;
        color: #697287; }
        .right-section .block .block-content ul li a:hover {
          color: #0075cf; }
  .right-section .block.recent-article {
    max-width: 280px; }
    .right-section .block.recent-article .block-title {
      margin-bottom: 10px; }
  .right-section .block.tags .block-title {
    margin-bottom: 23px; }
  .right-section .block.tags ul li {
    width: auto;
    display: block;
    float: left;
    padding: 0;
    border-bottom: none; }
    .right-section .block.tags ul li a {
      display: block;
      padding: 4px 10px 5px;
      margin-right: 10px;
      margin-bottom: 20px;
      font-size: 13px;
      font-family: "acumin-pro";
      font-weight: 400;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      color: #666;
      background: #f3f3f3; }
      .right-section .block.tags ul li a:hover {
        color: #f3f3f3;
        background: #666; }

/*
  - .social-share-link Social sharing section
*/
.social-share-link {
  width: 100%;
  float: left;
  display: block; }
  .social-share-link ul {
    padding: 0;
    margin: 0; }
    .social-share-link ul li {
      list-style: none;
      width: auto;
      float: left; }
      .social-share-link ul li a {
        display: block;
        margin-right: 20px;
        margin-bottom: 17px;
        height: 34px;
        padding: 7px 0;
        font-size: 12px;
        font-family: "acumin-pro";
        font-weight: 400;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        color: #fff;
        text-align: center; }
        .social-share-link ul li a img {
          margin-right: 8px;
          width: auto;
          height: auto; }
        .social-share-link ul li a.linked-in {
          width: 180px;
          background-color: #006699; }
          .social-share-link ul li a.linked-in:hover {
            background-color: #067cb7; }
        .social-share-link ul li a.facebook {
          width: 195px;
          background-color: #3a579a; }
          .social-share-link ul li a.facebook:hover {
            background-color: #4a6fc3; }
        .social-share-link ul li a.twitter {
          width: 177px;
          background-color: #51abf1; }
          .social-share-link ul li a.twitter:hover {
            background-color: #458cc3; }

/*
  - .accordian-ul, Accordian Section
*/
ul.accordian-ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.accordian-ul > li .heading-block {
    width: 100%;
    float: left;
    display: block;
    padding: 0 30px;
    background-color: #eff2f7;
    border-bottom: 1px solid #fff; }
    ul.accordian-ul > li .heading-block h3 {
      margin: 0;
      padding: 28px 30px 30px 0;
      font-size: 21.5px;
      font-family: "acumin-pro";
      font-weight: 500;
      color: #2a3754;
      text-transform: capitalize;
      position: relative;
      cursor: pointer; }
      ul.accordian-ul > li .heading-block h3:after {
        content: '';
        width: 25px;
        height: 25px;
        display: block;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        background: transparent url(../images/icons-sprite.png) no-repeat;
        background-position: -80px -36px; }
      ul.accordian-ul > li .heading-block h3:hover {
        color: #2a3754; }
    ul.accordian-ul > li .heading-block.active {
      background: #fff; }
      ul.accordian-ul > li .heading-block.active h3 {
        border-bottom: 1px solid #e2e7e7; }
        ul.accordian-ul > li .heading-block.active h3:after {
          background-position: -78px -60px; }
  ul.accordian-ul > li .content-block {
    width: 100%;
    float: left;
    display: block;
    padding: 5px 30px 0; }
    ul.accordian-ul > li .content-block h4 {
      font-size: 16px;
      font-family: "acumin-pro";
      font-weight: 500;
      color: #2a3754; }
    ul.accordian-ul > li .content-block p {
      margin-top: 0;
      font-size: 16px;
      font-family: "acumin-pro";
      font-weight: 300;
      color: #697287; }
      ul.accordian-ul > li .content-block p.heading {
        font-size: 16px;
        font-family: "acumin-pro";
        font-weight: 500; }
    ul.accordian-ul > li .content-block ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      ul.accordian-ul > li .content-block ul li {
        font-size: 16px;
        font-family: "acumin-pro";
        font-weight: 300;
        color: #697287; }
        ul.accordian-ul > li .content-block ul li:before {
          float: left;
          content: '';
          width: 5px;
          height: 5px;
          display: inline-block;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background: #ff4337;
          position: relative;
          top: 9px;
          margin-right: 15px; }
    ul.accordian-ul > li .content-block a.close-butt {
      width: 140px;
      padding: 8px 0 9px;
      font-size: 14px;
      font-family: "DINPro-Regular";
      text-transform: uppercase;
      text-align: center; }
  ul.accordian-ul > li:first-child .heading-block.active {
    border-top: 1px solid #e2e7e7; }
  ul.accordian-ul > li:last-child .content-block {
    border-bottom: 1px solid #e2e7e7; }

/*
  - .go-top-button
*/
.go-top-button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: #eff2f7;
  color: #2a3754;
  z-index: 10;
  position: fixed;
  right: 20px;
  bottom: 100px;
  text-align: center;
  font-weight: 700;
  cursor: pointer; }
  .go-top-button:hover {
    background-color: #2a3754;
    color: #eff2f7; }

/*
  - popup styles
*/
.pop-up-container {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 2000;
  overflow-y: auto; }
  .pop-up-container .popup-wrap {
    width: 90%;
    height: auto;
    display: block;
    margin: 10% auto;
    z-index: 2002;
    position: relative;
    background-color: transparent; }
    .pop-up-container .popup-wrap.has-video {
      max-width: 568px;
      height: 318px; }
      .pop-up-container .popup-wrap.has-video iframe {
        width: 100% !important;
        height: 100% !important; }
    .pop-up-container .popup-wrap.has-content {
      margin: 50px auto;
      max-width: 800px;
      height: auto; }
      .pop-up-container .popup-wrap.has-content .has-content-container {
        width: 100%;
        height: auto;
        min-height: 100px;
        padding: 20px 20px 30px;
        background: #fff;
        border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0; }
      .pop-up-container .popup-wrap.has-content h2 {
        margin: 0 0 15px;
        font-size: 25px;
        line-height: 35px; }
      .pop-up-container .popup-wrap.has-content p {
        font-size: 15.4px;
        font-family: "acumin-pro";
        font-weight: 500;
        color: #697287;
        margin-bottom: 15px; }
      .pop-up-container .popup-wrap.has-content ul {
        padding: 0;
        margin: 0; }
        .pop-up-container .popup-wrap.has-content ul li {
          width: auto;
          font-size: 15.4px;
          font-family: "acumin-pro";
          font-weight: 500;
          color: #697287;
          list-style: none;
          padding-left: 20px;
          margin-bottom: 15px;
          background: url(../images/bullet-red.png) no-repeat 0 8px; }
    .pop-up-container .popup-wrap .close-icon {
      top: 5px;
      right: 20px;
      color: #fff;
      left: 20px;
      float: right;
      font-size: 24px;
      padding: 0 15px;
      background: #000;
      border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      -webkit-border-radius: 5px 5px 0 0;
      cursor: pointer;
      width: 100%;
      text-align: right; }
      .pop-up-container .popup-wrap .close-icon:hover i {
        opacity: 0.6; }
  .pop-up-container .popup-overlayer {
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    z-index: 2000; }

.table {
  font-family: "acumin-pro", sans-serif; }

/*****Comment ****/
@media (max-width: 767px) {
  .download-inner-content .download-inner-table .top-wrapper-dtable .middle-wrapper .download-main-item-left {
    min-height: 127px !important; }

  .download-inner-content .download-inner-table .top-wrapper-dtable .middle-wrapper .download-main-item-right .dtable-logo-main {
    padding: 10px 5px;
    width: 50%;
    float: left; }

  .download-inner-content .download-inner-table .top-wrapper-dtable .middle-wrapper .download-main-item-right .dtable-logo-main .dtable-logo-wrapper {
    margin: 5px auto; } }
header {
  height: 90px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 8px 1.5px rgba(117, 117, 117, 0.2);
  -moz-box-shadow: 0px 0px 8px 1.5px rgba(117, 117, 117, 0.2);
  box-shadow: 0px 0px 8px 1.5px rgba(117, 117, 117, 0.2);
  /** Header Logo **/ }
  header .navbar {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
  header.active-box-shadow {
    -webkit-box-shadow: 0px 0px 8px 1.5px rgba(117, 117, 117, 0.2);
    -moz-box-shadow: 0px 0px 8px 1.5px rgba(117, 117, 117, 0.2);
    box-shadow: 0px 0px 8px 1.5px rgba(117, 117, 117, 0.2); }
  header a.navbar-brand > img {
    max-width: 175px; }
  header .artifex-navigation .main-nav-bar ul.navbar-nav > li {
    padding: 0;
    position: relative;
    /** First Child Style **/ }
    header .artifex-navigation .main-nav-bar ul.navbar-nav > li > a {
      padding: 36px 19px 34px;
      position: relative;
      overflow: hidden;
      font-size: 14.4px; }
      header .artifex-navigation .main-nav-bar ul.navbar-nav > li > a:after {
        content: '';
        width: 100%;
        height: 4px;
        bottom: -5px;
        left: 0;
        right: 0;
        position: absolute;
        background: #ff4337;
        -webkit-transition: 0.5s ease all;
        -moz-transition: 0.5s ease all;
        -transition: 0.5s ease all; }
      header .artifex-navigation .main-nav-bar ul.navbar-nav > li > a:hover {
        color: #ff4337; }
        header .artifex-navigation .main-nav-bar ul.navbar-nav > li > a:hover:after {
          bottom: 0; }
    header .artifex-navigation .main-nav-bar ul.navbar-nav > li > ul {
      top: 100%;
      width: 365px;
      display: none;
      position: absolute;
      left: 0;
      background: #fff;
      list-style: none;
      margin: 0;
      padding: 22px 10px;
      box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.1); }
      header .artifex-navigation .main-nav-bar ul.navbar-nav > li > ul > li {
        width: 50%;
        float: left;
        padding: 10px 15px; }
        header .artifex-navigation .main-nav-bar ul.navbar-nav > li > ul > li a {
          padding: 0;
          color: #232425;
          text-transform: none;
          font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
          font-size: 14px; }
          header .artifex-navigation .main-nav-bar ul.navbar-nav > li > ul > li a:hover {
            color: #ff4337;
            text-decoration: none; }
        header .artifex-navigation .main-nav-bar ul.navbar-nav > li > ul > li:nth-child(2n+1) {
          clear: left; }
    header .artifex-navigation .main-nav-bar ul.navbar-nav > li:hover > a {
      color: #ff4337; }
      header .artifex-navigation .main-nav-bar ul.navbar-nav > li:hover > a:after {
        bottom: 0; }
    header .artifex-navigation .main-nav-bar ul.navbar-nav > li:hover > ul {
      display: block; }
    header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul {
      width: 647px;
      height: auto;
      padding: 0;
      list-style: none;
      margin: 0; }
      header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li {
        width: calc((100%)/3);
        float: left;
        padding: 0;
        padding: 0 0 20px;
        min-height: 263px;
        background-color: #f6f6f6;
        -webkit-transition: 0.5s ease all;
        -moz-transition: 0.5s ease all;
        -transition: 0.5s ease all; }
        header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li > a {
          height: 83px;
          padding: 0;
          margin: 25px 0 30px;
          display: block;
          text-indent: -999px;
          overflow: hidden;
          background-position: 37px center;
          background-size: auto 100%;
          background-repeat: no-repeat;
          -webkit-transition: 0.5s ease all;
          -moz-transition: 0.5s ease all;
          -transition: 0.5s ease all;
          cursor: default; }
        header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li ul {
          list-style: none;
          margin: 0;
          padding: 0 37px;
          position: relative;
          bottom: 0;
          left: 0;
          right: 0; }
          header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li ul li {
            width: 100%;
            float: left;
            padding: 0;
            margin-bottom: 15px;
            float: left; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li ul li a {
              padding: 0; }
        header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:hover {
          background-color: #fff; }
          header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:hover a {
            width: 100%; }
        header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:first-child > a {
          background-image: url(../images/menu/gs.png); }
        header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:nth-child(2) {
          border-left: 1px solid #e6e6e6;
          border-right: 1px solid #e6e6e6; }
          header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:nth-child(2) > a {
            background-image: url(../images/menu/so.png); }
        header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:last-child > a {
          background-image: url(../images/menu/mupdf.png); }
        header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:nth-child(2n+1) {
          clear: none; }
    header .artifex-navigation .main-nav-bar ul.navbar-nav > li:nth-child(6) {
      display: none; }
    header .artifex-navigation .main-nav-bar ul.navbar-nav > li:nth-child(7) {
      display: none; }
  header .artifex-navigation .main-nav-bar .navbar-right-2 {
    margin-top: 0;
    /** Developer Button **/ }
    header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section {
      position: relative;
      width: auto;
      float: left; }
      header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section a {
        display: block;
        padding: 45px 34px;
        background: transparent url(../images/search-btn.png) no-repeat;
        background-position: center;
        margin: 0 5px;
        position: relative; }
        header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section a:after {
          content: '';
          width: 24px;
          height: 14px;
          display: block;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          position: absolute;
          background: none; }
        header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section a.active:after {
          background: transparent url(../images/menu/search-arrow.png) no-repeat;
          background-position: center; }
      header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section .search-box {
        width: 264px;
        height: auto;
        top: 100%;
        right: 0;
        position: absolute;
        background-color: #f6f7f9; }
        header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section .search-box form .input-field input {
          width: 100%;
          padding-left: 52px;
          height: 47px;
          float: right;
          border: none !important;
          outline: 0 !important;
          background: transparent url(../images/search-btn.png) no-repeat;
          background-position: 20px center;
          margin: 0;
          color: #596174;
          font-size: 16px;
          font-family: "acumin-pro";
          font-weight: 500;
          text-transform: none; }
          header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section .search-box form .input-field input::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #596174;
            font-size: 16px;
            font-family: "acumin-pro";
            font-weight: 500; }
          header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section .search-box form .input-field input::-moz-placeholder {
            /* Firefox 19+ */
            color: #596174;
            font-size: 16px;
            font-family: "acumin-pro";
            font-weight: 500; }
          header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section .search-box form .input-field input:-ms-input-placeholder {
            /* IE 10+ */
            color: #596174;
            font-size: 16px;
            font-family: "acumin-pro";
            font-weight: 500; }
          header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section .search-box form .input-field input:-moz-placeholder {
            /* Firefox 18- */
            color: #596174;
            font-size: 16px;
            font-family: "acumin-pro";
            font-weight: 500; }
    header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links {
      list-style: none;
      padding: 15px 0;
      margin: 0;
      float: left; }
      header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links > li {
        width: auto;
        float: left;
        /** Developers Button **/
        /** Contact Us Button **/ }
        header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links > li > a {
          -moz-border-radius: 4px;
          -webkit-border-radius: 4px;
          border-radius: 4px;
          border: none;
          margin: 10px 5px;
          padding: 10px 5px 8px;
          text-align: center;
          width: 115px; }
        header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links > li.developer-link {
          position: relative; }
          header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links > li.developer-link > a {
            background-color: #00b2e2; }
            header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links > li.developer-link > a:hover {
              background-color: #0075cf; }
          header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links > li.developer-link > ul {
            top: 100%;
            width: 245px;
            display: none;
            position: absolute;
            rleft: 0;
            background: #fff;
            list-style: none;
            margin: 0;
            padding: 22px 10px;
            box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.1); }
            header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links > li.developer-link > ul > li {
              width: 50%;
              float: left;
              padding: 10px 15px; }
              header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links > li.developer-link > ul > li a {
                padding: 0;
                color: #232425;
                text-transform: none;
                font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
                font-size: 14px; }
                header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links > li.developer-link > ul > li a:hover {
                  color: #ff4337;
                  text-decoration: none; }
              header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links > li.developer-link > ul > li:nth-child(2n+1) {
                clear: left; }
          header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links > li.developer-link:hover > a {
            background-color: #0075cf; }
          header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links > li.developer-link:hover > ul {
            display: block; }
        header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links > li:last-child a {
          background-color: #009818; }
          header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links > li:last-child a:hover {
            background-color: #12a92a !important; }
  header .nav-overlayer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    display: none; }

header .artifex-navigation .main-nav-bar ul.navbar-nav > .current_page_item > a {
  color: #ff4337; }

header .artifex-navigation .main-nav-bar ul.navbar-nav > .current_page_item > a:after {
  background: #ff4337;
  bottom: 0; }

header .artifex-navigation .main-nav-bar ul.navbar-nav > .current-menu-ancestor > a {
  color: #ff4337; }

header .artifex-navigation .main-nav-bar ul.navbar-nav > .current-menu-ancestor > a:after {
  background: #ff4337;
  bottom: 0; }

header .artifex-navigation .main-nav-bar ul.navbar-nav > .current-menu-ancestor > ul .current-menu-item a {
  color: #ff4337; }

.com-resources-wrapper .com-resources-content .no-videos.result-list-section .resources-result-block a .row .content-block h4 {
  min-height: 35px; }

footer .footer-content p {
  font-size: 15px;
  margin-top: 20px !important; }

footer .footer-content ul li a:hover {
  color: #000; }

footer .footer-content .greenbtn:hover {
  background: #2c933c; }

footer .footer-content .footer-copyright .social-media-row {
  margin-top: 40px; }
  footer .footer-content .footer-copyright .social-media-row li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0; }
    footer .footer-content .footer-copyright .social-media-row li:last-child {
      margin-right: 0; }
    footer .footer-content .footer-copyright .social-media-row li a:hover .fa {
      background-color: transparent; }
    footer .footer-content .footer-copyright .social-media-row li a:hover .fa-twitter {
      color: #1bc4e1; }
    footer .footer-content .footer-copyright .social-media-row li a:hover .fa-linkedin {
      color: #0087c5; }
    footer .footer-content .footer-copyright .social-media-row li a:hover .fa-youtube-play {
      color: #cf0900; }
    footer .footer-content .footer-copyright .social-media-row li a .fa {
      font-size: 15px;
      color: #fff;
      border-radius: 50%;
      padding: 7px;
      width: 30px;
      height: 30px;
      text-align: center; }
    footer .footer-content .footer-copyright .social-media-row li a .fa-twitter {
      background-color: #1bc4e1;
      border: 1px solid #1bc4e1; }
    footer .footer-content .footer-copyright .social-media-row li a .fa-linkedin {
      background-color: #0087c5;
      border: 1px solid #0087c5; }
    footer .footer-content .footer-copyright .social-media-row li a .fa-youtube-play {
      background-color: #cf0900;
      border: 1px solid #cf0900; }

.client-logo-section {
  padding: 40px 0  39px;
  background-color: #fcfcfc;
  border-bottom: 1px solid #d3d7dd; }
  .client-logo-section .top-heading h3 {
    margin: 0 0 30px;
    padding: 0;
    font-size: 20px;
    font-family: "DINBold";
    text-transform: uppercase;
    color: #2a3754; }
  .client-logo-section .clients-image-carousel.slider-off .yerslider-slider {
    white-space: normal; }
    .client-logo-section .clients-image-carousel.slider-off .yerslider-slider .yerslider-slide {
      width: auto;
      float: left;
      background-color: transparent; }

section.main-inner-page-banner {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover; }
  section.main-inner-page-banner .container {
    padding: 53px 15px 54px; }
    section.main-inner-page-banner .container h2 {
      padding: 0;
      margin: 0;
      text-align: left;
      font-size: 42px;
      font-family: "acumin-pro";
      font-weight: 300;
      text-transform: none;
      color: #fff; }

section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide,
section .slider-wrapper .case-studies-carousel-has-one .yerslider-slider .yerslider-slide {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .container,
  section .slider-wrapper .case-studies-carousel-has-one .yerslider-slider .yerslider-slide .container {
    max-height: 560px; }
  section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .image-block img,
  section .slider-wrapper .case-studies-carousel-has-one .yerslider-slider .yerslider-slide .image-block img {
    max-width: 459px;
    max-height: 560px; }
  section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .image-block.pull-right img,
  section .slider-wrapper .case-studies-carousel-has-one .yerslider-slider .yerslider-slide .image-block.pull-right img {
    float: right;
    margin-right: -10px; }
  section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .image-block.pull-left img,
  section .slider-wrapper .case-studies-carousel-has-one .yerslider-slider .yerslider-slide .image-block.pull-left img {
    float: left;
    margin-left: 20px; }
  section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion,
  section .slider-wrapper .case-studies-carousel-has-one .yerslider-slider .yerslider-slide .content-seccion {
    padding-top: 89px;
    padding-top: 70px; }
    section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion .top-row,
    section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion .middle-row,
    section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion .action-row,
    section .slider-wrapper .case-studies-carousel-has-one .yerslider-slider .yerslider-slide .content-seccion .top-row,
    section .slider-wrapper .case-studies-carousel-has-one .yerslider-slider .yerslider-slide .content-seccion .middle-row,
    section .slider-wrapper .case-studies-carousel-has-one .yerslider-slider .yerslider-slide .content-seccion .action-row {
      width: 100%;
      float: left;
      display: block; }
    section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion .top-row,
    section .slider-wrapper .case-studies-carousel-has-one .yerslider-slider .yerslider-slide .content-seccion .top-row {
      height: 140px;
      overflow: hidden;
      margin-bottom: 30px; }
      section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion .top-row .client-logo,
      section .slider-wrapper .case-studies-carousel-has-one .yerslider-slider .yerslider-slide .content-seccion .top-row .client-logo {
        height: 100px;
        width: 205px;
        float: left;
        position: relative;
        border-right: 1px solid #00b2e2; }
        section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion .top-row .client-logo img,
        section .slider-wrapper .case-studies-carousel-has-one .yerslider-slider .yerslider-slide .content-seccion .top-row .client-logo img {
          max-width: calc(100% - 25px);
          left: 0;
          top: 0;
          bottom: 0;
          position: absolute;
          margin: auto 0; }
      section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion .top-row .client-detail,
      section .slider-wrapper .case-studies-carousel-has-one .yerslider-slider .yerslider-slide .content-seccion .top-row .client-detail {
        width: calc(100% - 225px);
        float: right;
        padding-left: 15px;
        padding-top: 8px;
        text-align: left; }
        section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion .top-row .client-detail h3,
        section .slider-wrapper .case-studies-carousel-has-one .yerslider-slider .yerslider-slide .content-seccion .top-row .client-detail h3 {
          padding: 0;
          margin: 0 0 7px;
          font-size: 16px;
          font-family: "DINBold";
          text-transform: uppercase;
          color: #fff; }
        section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion .top-row .client-detail p,
        section .slider-wrapper .case-studies-carousel-has-one .yerslider-slider .yerslider-slide .content-seccion .top-row .client-detail p {
          padding: 0;
          margin: 0 0 10px;
          color: #fff;
          font-size: 26px;
          font-family: "acumin-pro";
          font-weight: 300;
          text-transform: none;
          background: transparent; }
    section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion .middle-row,
    section .slider-wrapper .case-studies-carousel-has-one .yerslider-slider .yerslider-slide .content-seccion .middle-row {
      height: 140px;
      overflow: hidden;
      margin-bottom: 30px; }
      section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion .middle-row p,
      section .slider-wrapper .case-studies-carousel-has-one .yerslider-slider .yerslider-slide .content-seccion .middle-row p {
        color: #fff;
        font-size: 18px;
        font-family: "acumin-pro";
        font-weight: 300;
        text-transform: none;
        background: transparent;
        text-align: left; }
    section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion .action-row a.button,
    section .slider-wrapper .case-studies-carousel-has-one .yerslider-slider .yerslider-slide .content-seccion .action-row a.button {
      display: block;
      max-width: 145px;
      width: 100%;
      height: 40px;
      clear: none;
      float: left;
      margin-bottom: 20px;
      margin-right: 30px;
      padding: 0;
      font-size: 14px;
      font-family: "DINPro-Regular";
      line-height: 40px;
      text-transform: uppercase;
      text-align: center;
      vertical-align: middle; }
    section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion .action-row a.link-wu,
    section .slider-wrapper .case-studies-carousel-has-one .yerslider-slider .yerslider-slide .content-seccion .action-row a.link-wu {
      height: 5px;
      clear: none;
      float: left;
      top: 21px;
      font-size: 12px;
      font-size: 12px;
      font-family: "DINPro-Regular";
      text-transform: uppercase;
      color: #fff; }
      section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion .action-row a.link-wu:after,
      section .slider-wrapper .case-studies-carousel-has-one .yerslider-slider .yerslider-slide .content-seccion .action-row a.link-wu:after {
        background-color: #fff; }
section .slider-wrapper .case-studies-carousel .yerslider-prevnext,
section .slider-wrapper .case-studies-carousel-has-one .yerslider-prevnext {
  z-index: 999;
  width: 20px;
  height: 39px;
  margin-top: -15px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url(../images/icons-sprite.png);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  section .slider-wrapper .case-studies-carousel .yerslider-prevnext:hover,
  section .slider-wrapper .case-studies-carousel-has-one .yerslider-prevnext:hover {
    background-color: transparent; }
  section .slider-wrapper .case-studies-carousel .yerslider-prevnext:after, section .slider-wrapper .case-studies-carousel .yerslider-prevnext:before,
  section .slider-wrapper .case-studies-carousel-has-one .yerslider-prevnext:after,
  section .slider-wrapper .case-studies-carousel-has-one .yerslider-prevnext:before {
    display: none; }
section .slider-wrapper .case-studies-carousel .yerslider-prev,
section .slider-wrapper .case-studies-carousel-has-one .yerslider-prev {
  background-position: 0 0; }
  section .slider-wrapper .case-studies-carousel .yerslider-prev:hover,
  section .slider-wrapper .case-studies-carousel-has-one .yerslider-prev:hover {
    background-position: -20px  0; }
section .slider-wrapper .case-studies-carousel .yerslider-next,
section .slider-wrapper .case-studies-carousel-has-one .yerslider-next {
  background-position: -60px 0; }
  section .slider-wrapper .case-studies-carousel .yerslider-next:hover,
  section .slider-wrapper .case-studies-carousel-has-one .yerslider-next:hover {
    background-position: -40px 0; }

/* ------------------------------------------------------------ *\ 
        Home Page content section
\* ------------------------------------------------------------ */
.home-wrapper {
  /*
    - Home common styles
  */
  /*
    - Main banner slider
  */
  /*
    - Client logos section
  */
  /*
    - Product section
  */
  /*
    - Tools and applications section
  */
  /*
    - Case studies  section
  */
  /*
    - Product licensing section
  */ }
  .home-wrapper .over-wrapper {
    display: block;
    height: auto; }
    .home-wrapper .over-wrapper .image-block {
      display: block;
      position: relative; }
      .home-wrapper .over-wrapper .image-block img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
  .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fff; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide .container {
      min-height: 590px;
      position: relative;
      overflow: hidden; }
      .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide .container > .row {
        height: 428px;
        top: 0;
        bottom: 0;
        position: absolute;
        margin: auto;
        vertical-align: middle;
        width: calc(100% - 30px); }
      .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide .container .image-block img {
        float: right;
        width: auto; }
      .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide .container .content-seccion {
        padding-top: 60px;
        padding-left: 0;
        padding-right: 0; }
        .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide .container .content-seccion p {
          margin-bottom: 60px;
          background: transparent;
          font-size: 42px;
          font-family: "acumin-pro";
          font-weight: 100;
          color: #000;
          text-transform: none; }
        .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide .container .content-seccion h4 {
          padding: 0;
          margin: 0 0 15px;
          font-size: 20px;
          font-family: "DINBold";
          color: #000;
          text-transform: uppercase; }
        .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide .container .content-seccion a {
          width: 206px;
          height: 60px;
          line-height: 60px;
          text-align: center;
          color: #fff;
          font-size: 17px;
          font-family: "DINRegular";
          text-transform: uppercase;
                            /* &.with-play-icon {
								display: none !important;
							} */ }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:first-child .container .content-seccion {
      /* a.with-play-icon {
      	display: none !important;
      }*/ }
      .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:first-child .container .content-seccion p {
        color: #fff; }
      .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:first-child .container .content-seccion h4 {
        color: #fff; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(2) .container .image-block {
      padding-right: 45px; }
      .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(2) .container .image-block img {
        width: auto; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(3) .container .image-block img {
      margin-top: 20px; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container img {
      width: auto; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .image-block img {
      margin-top: 70px; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion {
      padding-top: 120px; }
      .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion .top-section {
        width: 100%;
        float: left;
        margin-bottom: 15px; }
        .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion .top-section .left-content {
          width: 60%;
          float: left;
          margin-bottom: 0; }
          .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion .top-section .left-content p {
            margin-bottom: 0; }
          .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion .top-section .left-content h4 {
            margin-bottom: 0; }
        .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion .top-section .right-content {
          width: auto;
          float: left;
          max-width: 32%;
          margin-top: -126px; }
          .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion .top-section .right-content img {
            max-width: 100%; }
      .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion p.sub-p {
        max-width: 520px;
        margin-bottom: 30px;
        color: #2a3754;
        font-size: 36px;
        font-family: "acumin-pro";
        font-weight: 100; }
  .home-wrapper .main-slider .main-banner-carousel .yerslider-bullets-wrap {
    margin-top: 0;
    position: relative;
    top: -35px;
    height: 0; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-bullets-wrap .yerslider-bullet {
      width: 8px;
      height: 8px;
      border: 1px solid #77c11f;
      margin-left: 10px;
      margin-right: 10px; }
      .home-wrapper .main-slider .main-banner-carousel .yerslider-bullets-wrap .yerslider-bullet.yerslider-bullet-current {
        background-color: #77c11f; }
  .home-wrapper .home-cs .clients-image-carousel.slider-off .yerslider-slider {
    padding-left: 10px;
    padding-right: 10px; }
    .home-wrapper .home-cs .clients-image-carousel.slider-off .yerslider-slider .yerslider-slide {
      height: 60px;
      margin: 0 23px; }
  .home-wrapper .home-ps {
    padding-bottom: 60px; }
    .home-wrapper .home-ps .top-heading {
      padding-top: 55px;
      padding-bottom: 55px; }
      .home-wrapper .home-ps .top-heading h2 {
        margin: 0;
        padding: 0;
        color: #2a3754; }
    .home-wrapper .home-ps .product-box .over-wrapper .image-block {
      width: 100%;
      height: 156px;
      margin: 0 0 34px; }
    .home-wrapper .home-ps .product-box .over-wrapper .content-block {
      text-align: center;
      margin: 0 0 20px;
      height: 170px; }
      .home-wrapper .home-ps .product-box .over-wrapper .content-block p {
        margin: 0 0 20px;
        font-size: 18px;
        font-family: "acumin-pro";
        font-weight: 300;
        text-transform: none;
        color: #697287; }
    .home-wrapper .home-ps .product-box .over-wrapper .action-block {
      text-align: center; }
      .home-wrapper .home-ps .product-box .over-wrapper .action-block a {
        clear: both; }
        .home-wrapper .home-ps .product-box .over-wrapper .action-block a.button {
          max-width: 240px;
          margin: 0 auto 15px;
          padding: 10px 0 11px;
          font-size: 14px;
          font-family: "DINPro-Regular";
          text-transform: uppercase; }
        .home-wrapper .home-ps .product-box .over-wrapper .action-block a.link-wu {
          margin: 0 auto 15px;
          position: relative;
          font-size: 13px;
          font-family: "acumin-pro";
          font-weight: 600;
          text-transform: uppercase; }
    .home-wrapper .home-ps .product-box:nth-child(2) .over-wrapper {
      padding: 0 40px 0 5px; }
    .home-wrapper .home-ps .product-box:nth-child(3) .over-wrapper {
      padding: 0 26.5px; }
    .home-wrapper .home-ps .product-box:last-child .over-wrapper {
      padding: 0 0 0 30px; }
  .home-wrapper .home-as {
    padding-bottom: 70px;
    text-align: center;
    background-color: #2f3940; }
    .home-wrapper .home-as .top-heading {
      padding-top: 58px;
      padding-bottom: 60px; }
      .home-wrapper .home-as .top-heading h2 {
        margin: 0;
        padding: 0;
        color: #fff; }
    .home-wrapper .home-as .tool {
      border-left: 1px solid #3b454d;
      height: 208px; }
      .home-wrapper .home-as .tool .over-wrapper .image-block {
        width: 100%;
        height: 96px;
        margin-bottom: 27px; }
      .home-wrapper .home-as .tool .over-wrapper .content-block p {
        font-size: 18px;
        font-family: "DINLight";
        text-transform: uppercase;
        color: #fff; }
      .home-wrapper .home-as .tool.tool-1 {
        border-left: none; }
        .home-wrapper .home-as .tool.tool-1 .over-wrapper {
          float: left;
          max-width: 145px;
          padding: 0 20px; }
      .home-wrapper .home-as .tool.tool-2 .over-wrapper .content-block p small {
        font-size: 12px;
        font-family: "DINLight";
        text-transform: uppercase; }
      .home-wrapper .home-as .tool.tool-6 .over-wrapper {
        float: right;
        width: 100%;
        max-width: 150px;
        padding: 0 20px; }
  .home-wrapper .home-ces .top-heading {
    padding-top: 55px;
    padding-bottom: 55px; }
    .home-wrapper .home-ces .top-heading h2 {
      margin: 0;
      padding: 0; }
  .home-wrapper .home-pls {
    padding: 45px 0  30px; }
    .home-wrapper .home-pls .top-heading {
      padding: 0 0 38px; }
      .home-wrapper .home-pls .top-heading h2 {
        margin: 0 0 15px;
        padding: 0;
        color: #2a3754; }
      .home-wrapper .home-pls .top-heading p {
        margin: 0;
        padding: 0;
        font-size: 22px;
        font-family: "acumin-pro";
        font-weight: 300;
        color: #697287; }
    .home-wrapper .home-pls .product-license-box .over-wrapper {
      margin-bottom: 20px;
      padding: 37px 40px 24px;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      background-color: #2f3940; }
      .home-wrapper .home-pls .product-license-box .over-wrapper .image-block {
        width: 100%;
        height: 83px;
        margin-bottom: 33px; }
      .home-wrapper .home-pls .product-license-box .over-wrapper .content-block {
        height: 90px;
        margin-bottom: 7px;
        text-align: center; }
        .home-wrapper .home-pls .product-license-box .over-wrapper .content-block h3 {
          padding: 0;
          margin-bottom: 7.5px;
          color: #fff;
          font-size: 20px;
          font-family: "DINBold";
          text-transform: uppercase; }
        .home-wrapper .home-pls .product-license-box .over-wrapper .content-block p {
          color: #fff;
          font-size: 16px;
          font-family: "acumin-pro";
          font-weight: 300;
          text-transform: none; }
      .home-wrapper .home-pls .product-license-box .over-wrapper .action-block {
        text-align: center; }
        .home-wrapper .home-pls .product-license-box .over-wrapper .action-block a {
          position: relative;
          font-size: 14px;
          font-family: "DINPro-Regular";
          text-transform: uppercase; }
    .home-wrapper .home-pls .product-license-box:last-child .over-wrapper {
      padding: 37px 50px 24px; }

/* ------------------------------------------------------------ *\ 
    Solution Details Page content section
\* ------------------------------------------------------------ */
.sd-wrapper {
  /*
    - Main banner
  */
  /*
    - Client logos section
  */
  /*
    - Middle summary section
  */ }
  .sd-wrapper .main-inner-page-banner {
    background-image: url(../images/solutions/banner-background.jpg); }
  .sd-wrapper .solution-cs {
    padding-bottom: 42px; }
    .sd-wrapper .solution-cs .clients-image-carousel.slider-off .yerslider-slider {
      padding-left: 0;
      padding-right: 0;
      margin-left: auto;
      margin-right: auto; }
      .sd-wrapper .solution-cs .clients-image-carousel.slider-off .yerslider-slider .yerslider-slide {
        /*height: 50px;*/
        margin: 0 6px; }
        .sd-wrapper .solution-cs .clients-image-carousel.slider-off .yerslider-slider .yerslider-slide:first-child {
          margin-left: 0; }
        .sd-wrapper .solution-cs .clients-image-carousel.slider-off .yerslider-slider .yerslider-slide:last-child {
          margin-right: 0; }
    .sd-wrapper .solution-cs.client-logo-section {
      padding: 40px 0 45px; }
      .sd-wrapper .solution-cs.client-logo-section .top-heading h3 {
        margin: 0 0 25px;
        line-height: 35px; }
  .sd-wrapper .solution-content .container .top-heading {
    padding-top: 48px;
    padding-bottom: 36px; }
    .sd-wrapper .solution-content .container .top-heading p {
      padding-left: 0;
      padding-right: 0;
      font-size: 21.5px;
      color: #697287; }
    .sd-wrapper .solution-content .container .top-heading ul {
      margin: 0 auto 15px;
      padding: 0;
      max-width: 740px; }
      .sd-wrapper .solution-content .container .top-heading ul li {
        width: auto;
        min-width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 5px;
        font-size: 16px;
        color: #697287;
        font-family: "acumin-pro";
        font-weight: 500;
        position: relative;
        list-style: none;
        margin-bottom: 10px;
        text-align: left; }
        .sd-wrapper .solution-content .container .top-heading ul li strong {
          font-weight: 700;
          font-size: 16px; }
        .sd-wrapper .solution-content .container .top-heading ul li:before {
          float: left;
          content: '';
          width: 5px;
          height: 5px;
          display: inline-block;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background: #ff4337;
          position: absolute;
          top: 10px;
          left: 0; }
      .sd-wrapper .solution-content .container .top-heading ul ~ p {
        clear: both; }

/* ------------------------------------------------------------ *\ 
    Solution Landing Page content section
\* ------------------------------------------------------------ */
.s-landing-wrapper {
  /*
    - Main banner
  */
  /*
    - Content section
  */ }
  .s-landing-wrapper .main-inner-page-banner {
    /* background-image: url(../images/solutions/landing-background.jpg); */ }
  .s-landing-wrapper .solution-landing-content .container .top-heading {
    padding-top: 45px;
    padding-bottom: 20px; }
    .s-landing-wrapper .solution-landing-content .container .top-heading h2 {
      margin: 0;
      font-size: 35px;
      font-family: "acumin-pro";
      font-weight: 300;
      color: #2a3754; }
  .s-landing-wrapper .solution-landing-content .container .middle-section p {
    text-align: center;
    font-size: 21.5px;
    font-family: "acumin-pro";
    font-weight: 300;
    color: #697287;
    margin-bottom: 40px; }
  .s-landing-wrapper .solution-landing-content .container .solution-lists .list-item .item-wrapper {
    display: block;
    width: 100%;
    float: left;
    padding: 0 10px;
    margin-bottom: 30px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #d3d7dd;
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 0 rgba(202, 10, 44, 0);
    -moz-box-shadow: 0 0 0 0 rgba(202, 10, 44, 0);
    box-shadow: 0 0 0 0 rgba(202, 10, 44, 0);
    min-height: 227px; }
    .s-landing-wrapper .solution-landing-content .container .solution-lists .list-item .item-wrapper .icon-block {
      width: 152px;
      height: 200px;
      float: left;
      position: relative; }
      .s-landing-wrapper .solution-landing-content .container .solution-lists .list-item .item-wrapper .icon-block img {
        max-width: 100%;
        max-height: 100%;
        display: block;
        width: auto;
        height: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        margin: auto; }
        .s-landing-wrapper .solution-landing-content .container .solution-lists .list-item .item-wrapper .icon-block img.hover {
          display: none; }
      .s-landing-wrapper .solution-landing-content .container .solution-lists .list-item .item-wrapper .icon-block:after {
        content: '';
        width: 1px;
        height: 100%;
        display: block;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        background: transparent url(../images/solutions/icons/normal/border.png) no-repeat;
        background-position: center center; }
    .s-landing-wrapper .solution-landing-content .container .solution-lists .list-item .item-wrapper .content-block {
      width: calc(100% - 152px);
      float: left;
      padding: 20px 20px 25px 30px; }
      .s-landing-wrapper .solution-landing-content .container .solution-lists .list-item .item-wrapper .content-block h4 {
        font-size: 20px;
        font-family: "DINBold";
        color: #2a3754;
        text-transform: uppercase; }
      .s-landing-wrapper .solution-landing-content .container .solution-lists .list-item .item-wrapper .content-block P {
        min-height: 79px;
        margin-bottom: 13px;
        overflow: hidden;
        font-size: 15.4px;
        font-family: "acumin-pro";
        font-weight: 300;
        color: #2a3754; }
      .s-landing-wrapper .solution-landing-content .container .solution-lists .list-item .item-wrapper .content-block a.link-wu {
        font-size: 14px;
        font-family: "acumin-pro";
        font-weight: 500;
        text-transform: uppercase; }
        .s-landing-wrapper .solution-landing-content .container .solution-lists .list-item .item-wrapper .content-block a.link-wu:after {
          height: 1.5px; }
    .s-landing-wrapper .solution-landing-content .container .solution-lists .list-item .item-wrapper:hover {
      border: 1px solid #ca0a2c;
      -webkit-box-shadow: 0 0 10px 2px rgba(202, 10, 44, 0.2);
      -moz-box-shadow: 0 0 10px 2px rgba(202, 10, 44, 0.2);
      box-shadow: 0 0 10px 2px rgba(202, 10, 44, 0.2); }
      .s-landing-wrapper .solution-landing-content .container .solution-lists .list-item .item-wrapper:hover .icon-block img.hover {
        display: block; }
      .s-landing-wrapper .solution-landing-content .container .solution-lists .list-item .item-wrapper:hover .icon-block img.normal {
        display: none; }
      .s-landing-wrapper .solution-landing-content .container .solution-lists .list-item .item-wrapper:hover .icon-block:after {
        background: transparent url(../images/solutions/icons/hover/border.png) no-repeat;
        background-position: center center; }
      .s-landing-wrapper .solution-landing-content .container .solution-lists .list-item .item-wrapper:hover .content-block a.link-wu {
        color: #ca0a2c; }
        .s-landing-wrapper .solution-landing-content .container .solution-lists .list-item .item-wrapper:hover .content-block a.link-wu:after {
          background-color: rgba(202, 10, 44, 0.54); }
  .s-landing-wrapper .solution-landing-content .container .solution-lists .list-item:nth-child(2n+1) {
    clear: left; }
  .s-landing-wrapper .solution-landing-content .container .solution-lists .list-item:nth-child(3) .item-wrapper .content-block P {
    min-height: 60px; }
  .s-landing-wrapper .solution-landing-content .container .bottom-section p {
    margin: 10px 0 46px;
    text-align: center;
    font-size: 21.5px;
    font-family: "acumin-pro";
    font-weight: 300;
    color: #697287; }

/*
  - Company page common styles
*/
.company-wrapper section.main-inner-page-banner {
  background-image: url(../images/company/leader-ship-team/banner.jpg); }
  .company-wrapper section.main-inner-page-banner .container {
    /* padding: 77px 15px 78px; */
    padding: 53px 15px 54px; }
.company-wrapper .company-tab-content p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "acumin-pro";
  font-weight: 400;
  text-transform: none; }
.company-wrapper .tab-section {
  background-color: #2f3940; }
  .company-wrapper .tab-section ul.tab-nav-ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .company-wrapper .tab-section ul.tab-nav-ul > li {
      width: auto;
      float: left;
      height: auto; }
      .company-wrapper .tab-section ul.tab-nav-ul > li > a {
        display: block;
        padding: 25px 30px;
        position: relative;
        text-align: center;
        font-size: 18px;
        font-family: "DINRegular";
        color: #fff;
        text-transform: uppercase;
        overflow: hidden; }
        .company-wrapper .tab-section ul.tab-nav-ul > li > a:before {
          content: '';
          height: 3px;
          width: 100%;
          top: -4px;
          left: 0;
          right: 0;
          position: absolute;
          background-color: #77c11f;
          -webkit-transition: 0.3s ease all;
          -moz-transition: 0.3s ease all;
          -transition: 0.3s ease all; }
        .company-wrapper .tab-section ul.tab-nav-ul > li > a:hover {
          color: #77c11f; }
          .company-wrapper .tab-section ul.tab-nav-ul > li > a:hover:before {
            top: 0; }
      .company-wrapper .tab-section ul.tab-nav-ul > li.current_page_item > a {
        color: #77c11f;
        pointer-events: none; }
        .company-wrapper .tab-section ul.tab-nav-ul > li.current_page_item > a:before {
          top: 0; }

/* ------------------------------------------------------------ *\ 
    About Us  Page content section
\* ------------------------------------------------------------ */
.com-aus-wrapper {
  /*
    - Tab Content
  */ }
  .com-aus-wrapper .com-aus-content {
    /*
       - Top Section
    */
    /*
      - Middle Section
    */
    /*
      - Bottom Section
    */ }
    .com-aus-wrapper .com-aus-content .top-heading {
      text-align: left; }
      .com-aus-wrapper .com-aus-content .top-heading h2 {
        padding: 0;
        margin: 0 0 35px;
        font-size: 36px;
        font-family: "acumin-pro";
        font-weight: 300;
        text-transform: none;
        color: #2a3754; }
    .com-aus-wrapper .com-aus-content h3 {
      padding: 0;
      margin: 0 0 28px;
      font-size: 26px;
      font-family: "acumin-pro";
      font-weight: 300;
      text-transform: none;
      color: #2a3754; }
    .com-aus-wrapper .com-aus-content p {
      padding: 0;
      margin: 0 0 26px;
      font-size: 16px;
      font-family: "acumin-pro";
      font-weight: 500;
      text-transform: none;
      color: #697287; }
    .com-aus-wrapper .com-aus-content .top-section {
      padding-top: 65px;
      padding-bottom: 65px; }
      .com-aus-wrapper .com-aus-content .top-section p {
        padding: 0;
        margin: 0;
        font-size: 21px;
        font-family: "acumin-pro";
        font-weight: 300;
        text-transform: none;
        color: #697287;
        text-align: center; }
    .com-aus-wrapper .com-aus-content .middle-section {
      padding-top: 65px;
      padding-bottom: 40px;
      text-align: left;
      background-color: #eff0f4; }
      .com-aus-wrapper .com-aus-content .middle-section .left-section {
        padding-right: 63px; }
      .com-aus-wrapper .com-aus-content .middle-section .right-section {
        padding-right: 64px; }
    .com-aus-wrapper .com-aus-content .bottom-section {
      padding-top: 60px;
      padding-bottom: 60px; }
      .com-aus-wrapper .com-aus-content .bottom-section .left-section {
        text-align: center; }
        .com-aus-wrapper .com-aus-content .bottom-section .left-section .over-wrapper img {
          width: 100%;
          max-width: 555px;
          margin: 13px auto 25px; }
      .com-aus-wrapper .com-aus-content .bottom-section .right-section {
        text-align: left;
        padding-right: 64px; }

/* ------------------------------------------------------------ *\ 
    Leadership Team Page content section
\* ------------------------------------------------------------ */
.com-lt-wrapper {
  /*
    - Tab Content
  */ }
  .com-lt-wrapper .com-lt-content {
    padding-top: 65px;
    padding-bottom: 30px; }
    .com-lt-wrapper .com-lt-content .ls-block {
      margin-bottom: 35px; }
      .com-lt-wrapper .com-lt-content .ls-block .over-wrapper {
        min-height: 380px;
        padding: 50px 111px 43px;
        display: block;
        -webkit-box-shadow: 0px 0px 0px 1.5px #eff0f4;
        -moz-box-shadow: 0px 0px 0px 1.5px #eff0f4;
        box-shadow: 0px 0px 0px 1.5px #eff0f4;
        text-align: left; }
        .com-lt-wrapper .com-lt-content .ls-block .over-wrapper h3 {
          margin: 0;
          padding: 0 0 7px;
          font-size: 26px;
          font-family: "acumin-pro";
          font-weight: 500;
          color: #2a3754;
          text-transform: none; }
        .com-lt-wrapper .com-lt-content .ls-block .over-wrapper span {
          width: 100%;
          height: auto;
          display: inline-block;
          margin-bottom: 14px;
          font-size: 18px;
          font-family: "acumin-pro";
          font-weight: 300;
          color: #2a3754;
          text-transform: none; }
        .com-lt-wrapper .com-lt-content .ls-block .over-wrapper p {
          color: #697287;
          line-height: 23px; }
      .com-lt-wrapper .com-lt-content .ls-block:first-child .over-wrapper {
        padding: 50px 113px 43px; }

/* ------------------------------------------------------------ *\ 
    Blog  Page content section
\* ------------------------------------------------------------ */
.com-blog-wrapper {
  /*
    - Tab Content
  */ }
  .com-blog-wrapper .com-blog-content {
    /*
       - Filteration section
    */
    	/*
           - Pagination block
        */ }
    .com-blog-wrapper .com-blog-content .filteration-section {
      margin-top: 35px;
      margin-bottom: 15px;
      text-align: right; }
      .com-blog-wrapper .com-blog-content .filteration-section label {
        margin-right: 10px;
        font-size: 16px;
        font-family: "acumin-pro";
        font-weight: 500;
        color: #2a3754;
        text-transform: uppercase; }
      .com-blog-wrapper .com-blog-content .filteration-section select {
        width: 100%;
        max-width: 270px;
        height: 60px;
        padding-right: 50px;
        padding-left: 18px;
        font-size: 16px;
        font-family: "acumin-pro";
        font-weight: 300;
        color: #697287;
        background: transparent url(../images/company/blog/select-arrow.png) no-repeat;
        background-position: center right 30px;
        border: 1px solid #cccccc; }
    .com-blog-wrapper .com-blog-content .pagination-block {
      margin-top: 75px; }

/* ------------------------------------------------------------ *\ 
    About Us "News" Page content section
\* ------------------------------------------------------------ */
.com-np-wrapper {
  /*
    - Tab Content
  */ }
  .com-np-wrapper .com-np-content {
    /*
    - Pagination block
    */ }
    .com-np-wrapper .com-np-content .company-result-list-section {
      margin-top: 40px; }
    .com-np-wrapper .com-np-content .pagination-block {
      margin-top: 75px;
      margin-bottom: 95px; }

/* ------------------------------------------------------------ *\ 
    Case Studies Page content section
\* ------------------------------------------------------------ */
.com-casestu-wrapper {
  /*
    - Tab Content
  */ }
  .com-casestu-wrapper .com-casestu-content {
    /*
       - Result Section
    */
    /*
    - Pagination block
    */ }
    .com-casestu-wrapper .com-casestu-content .company-result-list-section {
      margin-top: 20px; }
    .com-casestu-wrapper .com-casestu-content .result-list-section .result-block a .content-block h3 {
      text-transform: none; }
    .com-casestu-wrapper .com-casestu-content .pagination-block {
      margin-top: 75px; }

/* ------------------------------------------------------------ *\ 
    Press Detail Page content section
\* ------------------------------------------------------------ */
.com-press-d-wrapper .com-press-d-content {
  padding-top: 100px;
  padding-bottom: 105px;
  /*
    - left-contant
  */
  /*
    - Right section
  */ }
  .com-press-d-wrapper .com-press-d-content .left-section .content-block h2 {
    margin: 0 0 12px;
    padding: 0;
    font-size: 32px;
    font-family: "acumin-pro";
    font-weight: 700;
    color: #2a3754;
    text-transform: none; }
  .com-press-d-wrapper .com-press-d-content .left-section .content-block span.text-highlights {
    margin: 0 0 5px;
    padding: 0;
    font-size: 16px;
    font-family: "acumin-pro";
    font-weight: 500;
    color: #2a3754; }
  .com-press-d-wrapper .com-press-d-content .left-section .content-block p {
    padding: 0;
    margin: 0 0 27px;
    font-size: 15.3px;
    font-family: "acumin-pro";
    font-weight: 400;
    color: #2a3754; }
  .com-press-d-wrapper .com-press-d-content .left-section .content-block p.small {
    margin-top: 28px;
    font-size: 12.4px;
    font-family: "acumin-pro";
    font-weight: 400;
    color: #2a3754;
    font-style: italic; }
  .com-press-d-wrapper .com-press-d-content .left-section .content-block h4 {
    margin: 0 0 2px;
    font-size: 18px;
    font-family: "acumin-pro";
    font-weight: 600;
    color: #2a3754; }
  .com-press-d-wrapper .com-press-d-content .left-section .content-block ul {
    padding: 0;
    margin: 0; }
    .com-press-d-wrapper .com-press-d-content .left-section .content-block ul li {
      font-size: 15.4px;
      font-family: "acumin-pro";
      font-weight: 500;
      color: #2a3754;
      margin: 0 0 10px 0;
      list-style: none;
      padding-left: 20px;
      background: url(../images/bullet-red.png) no-repeat 0 8px; }
  .com-press-d-wrapper .com-press-d-content .left-section .social-share-link {
    margin-top: 38px; }
  .com-press-d-wrapper .com-press-d-content .left-section .contact-info-block {
    width: 100%;
    float: left;
    display: block;
    margin-top: 45px; }
    .com-press-d-wrapper .com-press-d-content .left-section .contact-info-block h4 {
      margin: 0 0 5px;
      font-size: 18px;
      font-family: "acumin-pro";
      font-weight: 600;
      color: #2a3754; }
    .com-press-d-wrapper .com-press-d-content .left-section .contact-info-block address {
      margin: 0 0 2px;
      font-size: 15.4px;
      font-family: "acumin-pro";
      font-weight: 500;
      color: #697287; }
    .com-press-d-wrapper .com-press-d-content .left-section .contact-info-block a.email {
      margin: 0 0 5px; }
    .com-press-d-wrapper .com-press-d-content .left-section .contact-info-block p.tell {
      font-size: 15.4px;
      font-family: "acumin-pro";
      font-weight: 500;
      color: #697287;
      margin: 0 0 5px; }
  .com-press-d-wrapper .com-press-d-content .right-section {
    padding-top: 160px; }

/* ------------------------------------------------------------ *\ 
    Resources Pages content section
\* ------------------------------------------------------------ */
.com-resources-wrapper .com-resources-content {
  /*
    - all resources  
  */
  /*
    - video resources
  */ }
  .com-resources-wrapper .com-resources-content .no-videos.result-list-section {
    padding-top: 90px;
    padding-bottom: 90px; }
    .com-resources-wrapper .com-resources-content .no-videos.result-list-section .resources-result-block {
      margin-bottom: 30px;
      text-align: center; }
      .com-resources-wrapper .com-resources-content .no-videos.result-list-section .resources-result-block a {
        display: block;
        -webkit-box-shadow: 0px 0px 6px 1px rgba(117, 117, 117, 0.2);
        -moz-box-shadow: 0px 0px 6px 1px rgba(117, 117, 117, 0.2);
        box-shadow: 0px 0px 6px 1px rgba(117, 117, 117, 0.2);
        padding: 5px 5px 15px; }
        .com-resources-wrapper .com-resources-content .no-videos.result-list-section .resources-result-block a .row {
          margin-left: 0;
          margin-right: 0; }
          .com-resources-wrapper .com-resources-content .no-videos.result-list-section .resources-result-block a .row .image-block {
            height: 175px;
            width: 100%;
            background-color: #f3f3f3;
            position: relative; }
            .com-resources-wrapper .com-resources-content .no-videos.result-list-section .resources-result-block a .row .image-block img {
              width: auto;
              height: auto;
              max-width: 100%;
              max-height: 100%;
              margin: auto;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              position: absolute; }
            .com-resources-wrapper .com-resources-content .no-videos.result-list-section .resources-result-block a .row .image-block span.play-icon {
              margin: auto;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              position: absolute;
              width: 60px;
              height: 60px;
              display: block;
              background: transparent url(../images/play-icon-stripe.png) no-repeat;
              background-position: left center;
              background-size: auto 60px; }
          .com-resources-wrapper .com-resources-content .no-videos.result-list-section .resources-result-block a .row .content-block {
            padding: 0 5px; }
            .com-resources-wrapper .com-resources-content .no-videos.result-list-section .resources-result-block a .row .content-block h4 {
              margin-bottom: 5px;
              font-size: 16px;
              font-family: "acumin-pro";
              font-weight: 600;
              color: #2a3754; }
            .com-resources-wrapper .com-resources-content .no-videos.result-list-section .resources-result-block a .row .content-block p {
              margin-bottom: 8px;
              font-size: 14px;
              font-family: "acumin-pro";
              font-weight: 300;
              color: #697287; }
            .com-resources-wrapper .com-resources-content .no-videos.result-list-section .resources-result-block a .row .content-block span.link {
              font-size: 12px;
              font-family: "acumin-pro";
              font-weight: 600;
              color: #0075cf; }
              .com-resources-wrapper .com-resources-content .no-videos.result-list-section .resources-result-block a .row .content-block span.link:after {
                content: '';
                width: 11px;
                height: 9px;
                display: inline-block;
                margin-left: 5px;
                top: 1px;
                position: relative;
                background: transparent url(../images/icons-sprite.png) no-repeat;
                background-position: 0 -80px; }
        .com-resources-wrapper .com-resources-content .no-videos.result-list-section .resources-result-block a:hover .row .image-block span.play-icon {
          background-position: right center; }
        .com-resources-wrapper .com-resources-content .no-videos.result-list-section .resources-result-block a:hover .row .content-block h4 {
          color: #00b2e2; }
        .com-resources-wrapper .com-resources-content .no-videos.result-list-section .resources-result-block a:hover .row .content-block span.link {
          color: #00b2e2; }
          .com-resources-wrapper .com-resources-content .no-videos.result-list-section .resources-result-block a:hover .row .content-block span.link:after {
            background-position: -23px -80px; }
      .com-resources-wrapper .com-resources-content .no-videos.result-list-section .resources-result-block:nth-child(4n + 1) {
        clear: left; }
  .com-resources-wrapper .com-resources-content .pagination-block {
    margin-bottom: 95px; }
  .com-resources-wrapper .com-resources-content .video-results.result-list-section {
    padding-top: 30px;
    padding-bottom: 30px; }
    .com-resources-wrapper .com-resources-content .video-results.result-list-section .video-result-block {
      margin-bottom: 60px; }
      .com-resources-wrapper .com-resources-content .video-results.result-list-section .video-result-block a {
        display: block;
        padding-top: 60px; }
        .com-resources-wrapper .com-resources-content .video-results.result-list-section .video-result-block a .row {
          margin-left: 0;
          margin-right: 0; }
          .com-resources-wrapper .com-resources-content .video-results.result-list-section .video-result-block a .row .image-block {
            height: 290px;
            width: 100%;
            margin-bottom: 16px;
            background-color: #f3f3f3;
            position: relative;
            overflow: hidden; }
            .com-resources-wrapper .com-resources-content .video-results.result-list-section .video-result-block a .row .image-block img {
              height: 290px;
              width: 574px;
              margin: auto;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              position: absolute;
              -webkit-transition: 1s ease all;
              -moz-transition: 1s ease all;
              -transition: 1s ease all; }
            .com-resources-wrapper .com-resources-content .video-results.result-list-section .video-result-block a .row .image-block span.play-icon {
              margin: auto;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              position: absolute;
              width: 91px;
              height: 91px;
              display: block;
              background: transparent url(../images/play-icon-stripe.png) no-repeat;
              background-position: left center; }
          .com-resources-wrapper .com-resources-content .video-results.result-list-section .video-result-block a .row .content-block {
            padding-left: 0;
            padding-right: 0; }
            .com-resources-wrapper .com-resources-content .video-results.result-list-section .video-result-block a .row .content-block h4 {
              margin-bottom: 13px;
              font-size: 16px;
              font-family: "acumin-pro";
              font-weight: 600;
              color: #2a3754; }
            .com-resources-wrapper .com-resources-content .video-results.result-list-section .video-result-block a .row .content-block p {
              margin-bottom: 0;
              font-size: 14px;
              font-family: "acumin-pro";
              font-weight: 300;
              color: #697287; }
        .com-resources-wrapper .com-resources-content .video-results.result-list-section .video-result-block a:hover .row .image-block img {
          transform: scale(1.1, 1.1); }
        .com-resources-wrapper .com-resources-content .video-results.result-list-section .video-result-block a:hover .row .image-block span.play-icon {
          background-position: right center; }
        .com-resources-wrapper .com-resources-content .video-results.result-list-section .video-result-block a:hover .row .content-block h4 {
          color: #0075cf; }
    .com-resources-wrapper .com-resources-content .video-results.result-list-section .hr-line span {
      display: block;
      width: 100%;
      height: 1px;
      background: #e2e7e7; }
    .com-resources-wrapper .com-resources-content .video-results.result-list-section .hr-line:last-child {
      display: none; }

/* ------------------------------------------------------------ *\ 
    Blog Detail Page content section
\* ------------------------------------------------------------ */
.com-blog-d-wrapper .top-row {
  margin-bottom: 35px; }
.com-blog-d-wrapper .heading-section h1 {
  margin: 0 0 25px;
  padding: 0;
  font-size: 34px;
  font-family: "acumin-pro";
  font-weight: 300;
  color: #2a3754;
  text-transform: none; }
.com-blog-d-wrapper .detail-section ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px; }
  .com-blog-d-wrapper .detail-section ul li {
    width: auto;
    float: left;
    text-transform: uppercase;
    font-size: 12.5px;
    font-family: "acumin-pro";
    font-weight: 700; }
    .com-blog-d-wrapper .detail-section ul li a {
      font-size: 12.5px;
      font-family: "acumin-pro";
      font-weight: 700; }
    .com-blog-d-wrapper .detail-section ul li.author a {
      margin: 0 4px; }
    .com-blog-d-wrapper .detail-section ul li.date {
      margin-right: 15px;
      padding-right: 15px;
      border-right: 1px solid #ddd; }
    .com-blog-d-wrapper .detail-section ul li.category a {
      margin: 0 4px; }
.com-blog-d-wrapper .com-blog-d-content {
  padding-top: 100px;
  padding-bottom: 105px;
  /*
    - left-contant
  */
  /*
    - Right section
  */ }
  .com-blog-d-wrapper .com-blog-d-content .left-section .post-image {
    width: 100%;
    float: left;
    display: block; }
    .com-blog-d-wrapper .com-blog-d-content .left-section .post-image img {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 60px; }
  .com-blog-d-wrapper .com-blog-d-content .left-section .content-block p {
    padding: 0;
    margin: 0 0 27px;
    font-size: 15.3px;
    font-family: "acumin-pro";
    font-weight: 400;
    color: #2a3754;
    width: auto;
    float: none; }
  .com-blog-d-wrapper .com-blog-d-content .left-section .content-block img {
    margin-left: auto;
    margin-bottom: 15px;
    margin-right: 15px;
    max-width: 100%;
    /*float: left;*/ }
  .com-blog-d-wrapper .com-blog-d-content .left-section .content-block img.alignright {
    float: right;
    margin: 0 0 1em 1em; }
  .com-blog-d-wrapper .com-blog-d-content .left-section .content-block img.alignleft {
    float: left;
    margin: 0 1em 1em 0; }
  .com-blog-d-wrapper .com-blog-d-content .left-section .content-block img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .com-blog-d-wrapper .com-blog-d-content .left-section .content-block .alignright {
    float: right; }
  .com-blog-d-wrapper .com-blog-d-content .left-section .content-block .alignleft {
    float: left; }
  .com-blog-d-wrapper .com-blog-d-content .left-section .content-block .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .com-blog-d-wrapper .com-blog-d-content .left-section .content-block ul {
    padding: 0;
    margin: 0 0 24px;
    float: none;
    clear: both; }
    .com-blog-d-wrapper .com-blog-d-content .left-section .content-block ul li {
      margin: 0 0 7px;
      padding: 0;
      font-size: 15.3px;
      font-family: "acumin-pro";
      font-weight: 400;
      position: relative;
      padding-left: 24px;
      color: #2a3754;
      list-style: none; }
      .com-blog-d-wrapper .com-blog-d-content .left-section .content-block ul li:before {
        float: left;
        content: '';
        width: 5px;
        height: 5px;
        display: inline-block;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #ff4337;
        position: absolute;
        top: 8px;
        left: 0; }
  .com-blog-d-wrapper .com-blog-d-content .left-section .social-share-link {
    margin: 0 0 25px; }
  .com-blog-d-wrapper .com-blog-d-content .right-section {
    padding-top: 0; }
    .com-blog-d-wrapper .com-blog-d-content .right-section .block.categories {
      max-width: 280px; }

/* ------------------------------------------------------------ *\ 
   Careers  Page content section
\* ------------------------------------------------------------ */
.com-career-wrapper {
  /*
    - Tab Content
  */ }
  .com-career-wrapper .com-career-content {
    /*
    - top section
    */
    /*
    - right ection
    */
    /*
     - left ection
    */ }
    .com-career-wrapper .com-career-content .top-section {
      padding-top: 60px;
      padding-bottom: 60px; }
      .com-career-wrapper .com-career-content .top-section p {
        font-size: 21.5px;
        font-family: "acumin-pro";
        font-weight: 300;
        color: #697287;
        text-align: center; }
    .com-career-wrapper .com-career-content .bottom-right-section p {
      font-size: 20px;
      font-family: "acumin-pro";
      font-weight: 300;
      color: #697287; }
    .com-career-wrapper .com-career-content .bottom-left-section {
      padding-bottom: 70px; }
      .com-career-wrapper .com-career-content .bottom-left-section .accordian-ul .content-block h4 {
        margin: 23px 0 5px; }
      .com-career-wrapper .com-career-content .bottom-left-section .accordian-ul .content-block p {
        margin-bottom: 10px; }
      .com-career-wrapper .com-career-content .bottom-left-section .accordian-ul .content-block p.heading {
        margin: 10px 0 5px; }
      .com-career-wrapper .com-career-content .bottom-left-section .accordian-ul .content-block .availability {
        width: 150px; }
      .com-career-wrapper .com-career-content .bottom-left-section .accordian-ul .content-block .location {
        width: calc(100% - 150px); }
      .com-career-wrapper .com-career-content .bottom-left-section .accordian-ul .content-block .availability, .com-career-wrapper .com-career-content .bottom-left-section .accordian-ul .content-block .location, .com-career-wrapper .com-career-content .bottom-left-section .accordian-ul .content-block .salary, .com-career-wrapper .com-career-content .bottom-left-section .accordian-ul .content-block .qualification {
        float: left; }
      .com-career-wrapper .com-career-content .bottom-left-section .accordian-ul .content-block .salary, .com-career-wrapper .com-career-content .bottom-left-section .accordian-ul .content-block .qualification {
        width: 100%; }
      .com-career-wrapper .com-career-content .bottom-left-section .accordian-ul .content-block .button.close-butt {
        float: left;
        margin: 30px 0; }

/* ------------------------------------------------------------ *\ 
    Case Studies Detail Page content section
\* ------------------------------------------------------------ */
.com-cs-detail-wrapper {
  /*
    - Go Back Link
  */
  /*
    - Tab Content
  */ }
  .com-cs-detail-wrapper .goback-link {
    background-color: #f8fbfd; }
  .com-cs-detail-wrapper .com-cs-detail-content {
    /*
	  - Client Detail Section
	*/
    /*
	  - The Situation Section
	*/
    /*
	  - The Solution Section
	*/
    /*
	  - Client Detail Section
	*/
    /*
	  - Client Detail Section
	*/ }
    .com-cs-detail-wrapper .com-cs-detail-content .content-section .top-heading h2 {
      margin: 0 0 18px;
      font-size: 36px;
      font-family: "acumin-pro";
      font-weight: 300;
      text-align: left;
      color: #2a3754; }
    .com-cs-detail-wrapper .com-cs-detail-content .content-section .content-block {
      text-align: left; }
      .com-cs-detail-wrapper .com-cs-detail-content .content-section .content-block p {
        margin: 0 0 17px;
        font-size: 15.5px;
        font-family: "acumin-pro";
        font-weight: 400;
        color: #697287; }
      .com-cs-detail-wrapper .com-cs-detail-content .content-section .content-block ul {
        clear: both;
        padding: 0;
        margin: 0; }
        .com-cs-detail-wrapper .com-cs-detail-content .content-section .content-block ul li {
          color: #697287;
          font-size: 15.4px;
          font-family: "acumin-pro";
          font-weight: 500;
          list-style: none;
          margin-bottom: 5px;
          position: relative;
          padding-left: 15px; }
          .com-cs-detail-wrapper .com-cs-detail-content .content-section .content-block ul li:before {
            float: left;
            content: '';
            width: 5px;
            height: 5px;
            display: inline-block;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background: #ff4337;
            position: absolute;
            top: 8px;
            left: 0; }
    .com-cs-detail-wrapper .com-cs-detail-content .content-section.gray {
      background-color: #edf0f3; }
    .com-cs-detail-wrapper .com-cs-detail-content .content-section .img-block {
      top: 0;
      bottom: 0;
      height: 100%;
      display: block;
      position: absolute;
      background-repeat: no-repeat;
      background-size: auto 100%; }
      .com-cs-detail-wrapper .com-cs-detail-content .content-section .img-block.pull-left {
        left: 0;
        background-position: right center; }
      .com-cs-detail-wrapper .com-cs-detail-content .content-section .img-block.pull-right {
        right: 0;
        background-position: left center; }
    .com-cs-detail-wrapper .com-cs-detail-content .client-detail-section .left-images-block {
      text-align: right; }
      .com-cs-detail-wrapper .com-cs-detail-content .client-detail-section .left-images-block .top-logo {
        padding-top: 77px; }
      .com-cs-detail-wrapper .com-cs-detail-content .client-detail-section .left-images-block .bottom-logo {
        margin-top: 31px; }
      .com-cs-detail-wrapper .com-cs-detail-content .client-detail-section .left-images-block img {
        max-width: 100%; }
    .com-cs-detail-wrapper .com-cs-detail-content .client-detail-section .content-block {
      padding-top: 60px;
      padding-left: 28px;
      padding-right: 110px; }
    .com-cs-detail-wrapper .com-cs-detail-content .client-detail-section .main-img-block {
      padding: 10px 0 0; }
      .com-cs-detail-wrapper .com-cs-detail-content .client-detail-section .main-img-block img {
        max-width: 100%; }
    .com-cs-detail-wrapper .com-cs-detail-content .the-situation-section {
      padding-top: 65px;
      padding-bottom: 50px;
      background-repeat: no-repeat;
      background-size: auto 100%;
      min-height: 370px;
      position: relative; }
      .com-cs-detail-wrapper .com-cs-detail-content .the-situation-section .top-heading {
        padding-left: 73px;
        width: calc(60vw - ((60vw - 58.33333333%))); }
      .com-cs-detail-wrapper .com-cs-detail-content .the-situation-section .content-block {
        padding-left: 73px;
        width: calc(60vw - ((60vw - 58.33333333%))); }
    .com-cs-detail-wrapper .com-cs-detail-content .the-solution-section {
      padding-top: 80px;
      padding-bottom: 16px;
      background-repeat: no-repeat;
      background-size: auto 100%;
      min-height: 370px;
      position: relative; }
      .com-cs-detail-wrapper .com-cs-detail-content .the-solution-section .top-heading {
        width: calc(61vw - ((61vw - 66.66666667%))); }
      .com-cs-detail-wrapper .com-cs-detail-content .the-solution-section .content-block {
        padding-right: 70px;
        width: calc(61vw - ((61vw - 66.66666667%))); }
      .com-cs-detail-wrapper .com-cs-detail-content .the-solution-section .button-block {
        margin-top: 12px; }
        .com-cs-detail-wrapper .com-cs-detail-content .the-solution-section .button-block a {
          width: 100%;
          max-width: 260px;
          padding: 8px 0 9px;
          float: right;
          text-transform: uppercase;
          text-align: center;
          font-size: 14px;
          font-family: "DINPro-Regular"; }
    .com-cs-detail-wrapper .com-cs-detail-content .the-result-section {
      padding-top: 80px;
      padding-bottom: 80px; }
      .com-cs-detail-wrapper .com-cs-detail-content .the-result-section .top-heading {
        padding-top: 35px;
        padding-left: 75px; }
      .com-cs-detail-wrapper .com-cs-detail-content .the-result-section .content-block {
        padding-left: 75px; }
      .com-cs-detail-wrapper .com-cs-detail-content .the-result-section .image-block img {
        float: left;
        max-width: 100%; }
    .com-cs-detail-wrapper .com-cs-detail-content .other-cs-section .container {
      padding-bottom: 100px; }
      .com-cs-detail-wrapper .com-cs-detail-content .other-cs-section .container .top-heading h2 {
        padding-top: 105px;
        margin-bottom: 50px;
        border-top: 3px solid #efefef;
        text-align: center; }
      .com-cs-detail-wrapper .com-cs-detail-content .other-cs-section .container .slider-row .case-study-bottom-carousel .yerslider-slider .yerslider-slide {
        background-color: transparent; }
        .com-cs-detail-wrapper .com-cs-detail-content .other-cs-section .container .slider-row .case-study-bottom-carousel .yerslider-slider .yerslider-slide .yerslider-slide-inner .image-block {
          height: 125px;
          width: 100%;
          position: relative;
          margin-bottom: 20px; }
          .com-cs-detail-wrapper .com-cs-detail-content .other-cs-section .container .slider-row .case-study-bottom-carousel .yerslider-slider .yerslider-slide .yerslider-slide-inner .image-block img {
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            position: absolute;
            margin: auto; }
        .com-cs-detail-wrapper .com-cs-detail-content .other-cs-section .container .slider-row .case-study-bottom-carousel .yerslider-slider .yerslider-slide .yerslider-slide-inner .content-block {
          text-align: center; }
          .com-cs-detail-wrapper .com-cs-detail-content .other-cs-section .container .slider-row .case-study-bottom-carousel .yerslider-slider .yerslider-slide .yerslider-slide-inner .content-block p {
            background-color: transparent;
            font-size: 17.5px;
            font-family: "acumin-pro";
            font-weight: 300;
            color: #697287; }

.product-wrapper {
  /*
  * Smart Office Tab Section
  */
  /*
  * Main Banner 
  */
  /*
  * Smart Office Page Heading 
  */
  /*
  * Content area
  */
  /*
  * Learn more section
  */
  /*
  * Licensing  section
  */
  /*
  * Licensing  section
  */ }
  .product-wrapper.p-sof-wrapper, .product-wrapper.p-sof-faq-wrapper, .product-wrapper.p-so-o-wrapper {
    background: transparent url(../images/products/smart-office/gradiant.png) no-repeat;
    background-position: center top;
    background-size: 100% auto; }
  .product-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .product-wrapper .feature-tab-section {
    border-top: 1px solid #d8dadd;
    border-bottom: 1px solid #d8dadd; }
    .product-wrapper .feature-tab-section .container ul li {
      width: auto;
      float: left; }
      .product-wrapper .feature-tab-section .container ul li a {
        display: block;
        position: relative;
        padding: 25px 39px 19px;
        margin: 0;
        text-align: center;
        overflow: hidden; }
        .product-wrapper .feature-tab-section .container ul li a img {
          height: 33px;
          width: auto;
          margin-bottom: 20px; }
          .product-wrapper .feature-tab-section .container ul li a img.hover {
            display: none; }
        .product-wrapper .feature-tab-section .container ul li a p {
          margin: 0;
          font-size: 15.4px;
          font-family: "DINRegular";
          color: #697287;
          text-transform: uppercase; }
        .product-wrapper .feature-tab-section .container ul li a:after {
          content: '';
          width: 100%;
          height: 4px;
          display: block;
          bottom: -5px;
          left: 0;
          right: 0;
          position: absolute;
          background: #77c11f;
          -webkit-transition: 0.5s ease all;
          -moz-transition: 0.5s ease all;
          -transition: 0.5s ease all; }
        .product-wrapper .feature-tab-section .container ul li a:hover, .product-wrapper .feature-tab-section .container ul li a.active {
          text-align: center; }
          .product-wrapper .feature-tab-section .container ul li a:hover img.hover, .product-wrapper .feature-tab-section .container ul li a.active img.hover {
            display: block;
            margin-left: auto;
            margin-right: auto; }
          .product-wrapper .feature-tab-section .container ul li a:hover img.normal, .product-wrapper .feature-tab-section .container ul li a.active img.normal {
            display: none; }
          .product-wrapper .feature-tab-section .container ul li a:hover p, .product-wrapper .feature-tab-section .container ul li a.active p {
            color: #77c11f; }
          .product-wrapper .feature-tab-section .container ul li a:hover:after, .product-wrapper .feature-tab-section .container ul li a.active:after {
            bottom: 0; }
      .product-wrapper .feature-tab-section .container ul li.enterprise a p {
        color: #209dee; }
      .product-wrapper .feature-tab-section .container ul li.enterprise a:after {
        background: #697287; }
      .product-wrapper .feature-tab-section .container ul li.enterprise a:hover p, .product-wrapper .feature-tab-section .container ul li.enterprise a.active p {
        color: #697287; }
    .product-wrapper .feature-tab-section .float-icon {
      width: 90px;
      height: auto;
      overflow: hidden;
      display: block;
      background: #209dee;
      -webkit-border-radius: 27px 0 0 27px;
      -moz-border-radius: 27px 0 0 27px;
      border-radius: 27px 0 0 27px;
      position: fixed;
      right: 0;
      top: 231px;
      z-index: 20; }
      .product-wrapper .feature-tab-section .float-icon a {
        padding: 6px;
        width: 100%;
        height: 100%;
        display: block;
        text-align: left; }
        .product-wrapper .feature-tab-section .float-icon a:hover, .product-wrapper .feature-tab-section .float-icon a.active {
          background: #697287; }
  .product-wrapper .main-inner-page-banner {
    padding-top: 55px;
    padding-bottom: 60px; }
    .product-wrapper .main-inner-page-banner h3 {
      padding: 0;
      margin: 0 0 15px;
      font-size: 20px;
      font-family: "DINBold";
      color: #000;
      text-transform: uppercase; }
    .product-wrapper .main-inner-page-banner P {
      padding: 0;
      margin: 0 0 40px;
      font-size: 26px;
      font-family: "acumin-pro";
      font-weight: 400;
      color: #000;
      text-transform: none; }
    .product-wrapper .main-inner-page-banner a.button {
      padding: 10px 0 8px;
      max-width: 180px;
      font-size: 14px;
      font-family: "DINRegular";
      text-align: center;
      text-transform: uppercase; }
  .product-wrapper .banner-heading-section {
    padding-top: 27px; }
    .product-wrapper .banner-heading-section .left-image-section .image-block {
      width: 185px;
      text-align: left;
      float: left; }
      .product-wrapper .banner-heading-section .left-image-section .image-block img {
        max-width: 100%; }
    .product-wrapper .banner-heading-section .left-image-section .heading-block {
      width: calc(100% - 190px);
      float: left;
      margin-top: 12px; }
      .product-wrapper .banner-heading-section .left-image-section .heading-block h2 {
        margin: 0;
        padding: 30px 0 35px 67px;
        font-size: 48px;
        font-family: "acumin-pro";
        font-weight: 700;
        border-left: 1px solid #d8dadd;
        text-transform: uppercase; }
      .product-wrapper .banner-heading-section .left-image-section .heading-block.normal h2 {
        font-size: 42px;
        font-family: "acumin-pro";
        font-weight: 300;
        text-transform: none; }
    .product-wrapper .banner-heading-section .left-content-section p {
      margin: 25px 0 20px;
      color: #2a3754;
      font-size: 42px;
      font-family: "acumin-pro";
      font-weight: 300;
      text-transform: none;
      line-height: 40px; }
      .product-wrapper .banner-heading-section .left-content-section p.sub-heading {
        font-size: 20px;
        margin: 0 0 35px;
        line-height: 24px; }
    .product-wrapper .banner-heading-section .left-content-section a.store-icons img {
      margin: 0 7px 10px 0; }
    .product-wrapper .banner-heading-section .right-image-section {
      padding-left: 0;
      padding-right: 0; }
      .product-wrapper .banner-heading-section .right-image-section .image-block {
        text-align: center;
        position: relative;
        cursor: pointer; }
        .product-wrapper .banner-heading-section .right-image-section .image-block img {
          max-width: 100%; }
        .product-wrapper .banner-heading-section .right-image-section .image-block span.play-icon {
          margin: auto;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          position: absolute;
          width: 91px;
          height: 91px;
          display: block;
          background: transparent url(../images/play-icon-stripe.png) no-repeat;
          background-position: left center; }
        .product-wrapper .banner-heading-section .right-image-section .image-block:hover span.play-icon {
          background-position: right center; }
  .product-wrapper .content-section.gray {
    background-color: #eef1f3; }
  .product-wrapper .content-section .top-heading h2 {
    margin: 0 0 35px;
    color: #2a3754;
    text-align: left;
    font-size: 35.4px; }
  .product-wrapper .content-section .image-block img {
    max-width: 100%; }
  .product-wrapper .content-section .content-block .content-wrapper p {
    margin-bottom: 18px;
    font-size: 15.4px;
    font-family: "acumin-pro";
    font-weight: 500;
    color: #697287;
    text-align: left; }
    .product-wrapper .content-section .content-block .content-wrapper p a {
      font-size: 15.4px;
      font-family: "acumin-pro";
      font-weight: 500; }
    .product-wrapper .content-section .content-block .content-wrapper p strong {
      font-weight: 700; }
    .product-wrapper .content-section .content-block .content-wrapper p.no-bottom {
      margin-bottom: 5px; }
    .product-wrapper .content-section .content-block .content-wrapper p.list-heading {
      margin-bottom: 10px; }
  .product-wrapper .content-section .content-block .content-wrapper ul.with-bullets li {
    margin: 0 0 17px;
    padding: 0;
    font-size: 15.4px;
    font-family: "acumin-pro";
    font-weight: 500;
    color: #697287;
    position: relative;
    padding-left: 34px; }
    .product-wrapper .content-section .content-block .content-wrapper ul.with-bullets li strong {
      font-weight: 700; }
    .product-wrapper .content-section .content-block .content-wrapper ul.with-bullets li p {
      color: #697287;
      font-size: 15.4px;
      font-family: "acumin-pro";
      font-weight: 500; }
      .product-wrapper .content-section .content-block .content-wrapper ul.with-bullets li p strong {
        font-weight: 700; }
    .product-wrapper .content-section .content-block .content-wrapper ul.with-bullets li a {
      font-size: 15.4px;
      font-family: "acumin-pro";
      font-weight: 500; }
    .product-wrapper .content-section .content-block .content-wrapper ul.with-bullets li:before {
      float: left;
      content: '';
      width: 5px;
      height: 5px;
      display: inline-block;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: #ff4337;
      position: absolute;
      top: 8px;
      left: 0; }
  .product-wrapper .content-section .button-block {
    text-align: center; }
    .product-wrapper .content-section .button-block a {
      padding: 11px 20px 9px;
      margin: 0 auto 0;
      color: #fff;
      font-size: 14px;
      font-family: "DINRegular";
      text-transform: uppercase; }
  .product-wrapper .content-section.center {
    text-align: center; }
    .product-wrapper .content-section.center .top-heading h2 {
      text-align: center; }
    .product-wrapper .content-section.center .content-block p {
      text-align: center; }
  .product-wrapper .learn-more-section .text-wrapper {
    text-align: center; }
    .product-wrapper .learn-more-section .text-wrapper h4 {
      padding: 0;
      margin: 0 0 5px;
      color: #fff;
      font-size: 20px;
      font-family: "DINBold";
      text-transform: uppercase; }
    .product-wrapper .learn-more-section .text-wrapper p {
      margin: 0 0 25px;
      font-size: 15.4px;
      font-family: "acumin-pro";
      font-weight: 300;
      text-align: center;
      color: #fff; }
    .product-wrapper .learn-more-section .text-wrapper a {
      padding: 11px 20px 9px;
      margin: 0 auto 0;
      color: #fff;
      font-size: 14px;
      font-family: "DINRegular";
      text-transform: uppercase;
      -webkit-box-shadow: 0 0.5px 1px 0px rgba(0, 0, 0, 0.7);
      -moz-box-shadow: 0 0.5px 1px 0px rgba(0, 0, 0, 0.7);
      box-shadow: 0 0.5px 1px 0px rgba(0, 0, 0, 0.7); }
  .product-wrapper .learn-more-section .half-block {
    padding-top: 48px;
    padding-bottom: 50px; }
    .product-wrapper .learn-more-section .half-block .text-wrapper {
      max-width: 404px;
      margin: auto; }
    .product-wrapper .learn-more-section .half-block.green-block {
      background: #77c11f; }
      .product-wrapper .learn-more-section .half-block.green-block .text-wrapper a {
        max-width: 147px; }
    .product-wrapper .learn-more-section .half-block.blue {
      background: #00b2e2; }
      .product-wrapper .learn-more-section .half-block.blue .text-wrapper a {
        max-width: 225px; }
  .product-wrapper .learn-more-section.with-bg {
    background: transparent url(../images/products/ghost-script/background.png) no-repeat;
    background-position: center center;
    background-size: cover; }
  .product-wrapper .licensing-section {
    padding-top: 40px;
    padding-bottom: 35px; }
    .product-wrapper .licensing-section .top-heading {
      padding: 0 0 38px; }
      .product-wrapper .licensing-section .top-heading h2 {
        margin: 0 0 13px;
        padding: 0;
        color: #2a3754;
        text-align: center; }
      .product-wrapper .licensing-section .top-heading p {
        margin: 0;
        padding: 0;
        font-size: 21.4px;
        font-family: "acumin-pro";
        font-weight: 300;
        color: #697287;
        text-align: center; }
    .product-wrapper .licensing-section .product-license-box .over-wrapper {
      margin-bottom: 20px;
      padding: 37px 40px 24px;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      background-color: #2f3940; }
      .product-wrapper .licensing-section .product-license-box .over-wrapper .image-block {
        width: 100%;
        height: 83px;
        margin-bottom: 33px;
        text-align: center; }
      .product-wrapper .licensing-section .product-license-box .over-wrapper .content-block {
        height: 90px;
        margin-bottom: 7px;
        text-align: center; }
        .product-wrapper .licensing-section .product-license-box .over-wrapper .content-block h3 {
          padding: 0;
          margin-bottom: 7.5px;
          color: #fff;
          font-size: 20px;
          font-family: "DINBold";
          text-transform: uppercase; }
        .product-wrapper .licensing-section .product-license-box .over-wrapper .content-block p {
          text-align: center;
          color: #fff;
          font-size: 16px;
          font-family: "acumin-pro";
          font-weight: 300;
          text-transform: none; }
      .product-wrapper .licensing-section .product-license-box .over-wrapper .action-block {
        text-align: center; }
        .product-wrapper .licensing-section .product-license-box .over-wrapper .action-block a {
          position: relative;
          font-size: 14px;
          font-family: "DINPro-Regular";
          text-transform: uppercase; }
    .product-wrapper .licensing-section .product-license-box:last-child .over-wrapper {
      padding: 37px 50px 24px; }
  .product-wrapper .technical-info-section {
    padding: 50px 0 47px;
    background: #f7f8f9; }
    .product-wrapper .technical-info-section .top-row .top-heading h2 {
      margin: 0 0 45px;
      text-align: center; }
    .product-wrapper .technical-info-section .bottom-row > div > ul > li {
      float: left; }
      .product-wrapper .technical-info-section .bottom-row > div > ul > li h4 {
        margin: 2px 0 20px;
        font-size: 19.5px;
        font-family: "DINRegular";
        text-transform: uppercase;
        color: #2a3754; }
      .product-wrapper .technical-info-section .bottom-row > div > ul > li ul li {
        margin: 0 0 12px;
        padding: 0;
        font-size: 13px;
        font-family: "DINBold";
        color: #0075cf;
        text-transform: uppercase;
        position: relative;
        padding-left: 34px; }
        .product-wrapper .technical-info-section .bottom-row > div > ul > li ul li a {
          padding: 0;
          font-size: 13px;
          font-family: "DINBold";
          color: #0075cf;
          text-transform: uppercase; }
          .product-wrapper .technical-info-section .bottom-row > div > ul > li ul li a:hover {
            color: #2a3754; }
        .product-wrapper .technical-info-section .bottom-row > div > ul > li ul li:before {
          float: left;
          content: '';
          width: 5px;
          height: 5px;
          display: inline-block;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background: #0075cf;
          position: absolute;
          top: 8px;
          left: 0; }
        .product-wrapper .technical-info-section .bottom-row > div > ul > li ul li:last-child {
          margin-bottom: 0; }
    .product-wrapper .technical-info-section.mu-pdf .bottom-row > div > ul > li {
      min-height: 194px;
      border-left: 1px solid #cdcfd0; }
      .product-wrapper .technical-info-section.mu-pdf .bottom-row > div > ul > li:first-child {
        width: 335px;
        border-left: none; }
      .product-wrapper .technical-info-section.mu-pdf .bottom-row > div > ul > li:nth-child(2) {
        width: calc(100% - 670px);
        padding-left: 65px;
        padding-right: 30px; }
      .product-wrapper .technical-info-section.mu-pdf .bottom-row > div > ul > li:last-child {
        width: 335px;
        padding-left: 65px; }
    .product-wrapper .technical-info-section.gs .bottom-row > div > ul > li {
      min-height: 184px;
      border-left: 1px solid #cdcfd0; }
      .product-wrapper .technical-info-section.gs .bottom-row > div > ul > li:first-child {
        border-left: none;
        width: 270px; }
      .product-wrapper .technical-info-section.gs .bottom-row > div > ul > li:nth-child(2) {
        padding-left: 30px;
        padding-right: 40px; }
      .product-wrapper .technical-info-section.gs .bottom-row > div > ul > li:nth-child(3) {
        padding-left: 40px;
        padding-right: 35px; }
      .product-wrapper .technical-info-section.gs .bottom-row > div > ul > li:last-child {
        padding-left: 40px; }

@keyframes pulse_animation {
  0% {
    transform: scale(1);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 117, 207, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 117, 207, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 117, 207, 0); }
  30% {
    transform: scale(1);
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 117, 207, 0.2);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 117, 207, 0.2);
    box-shadow: 0px 0px 1px 1px rgba(0, 117, 207, 0.2); }
  40% {
    transform: scale(1.03);
    -webkit-box-shadow: 0px 0px 2px 5px rgba(0, 117, 207, 0.4);
    -moz-box-shadow: 0px 0px 2px 5px rgba(0, 117, 207, 0.4);
    box-shadow: 0px 0px 2px 5px rgba(0, 117, 207, 0.4); }
  50% {
    transform: scale(1);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 117, 207, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 117, 207, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 117, 207, 0); }
  60% {
    transform: scale(1);
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 117, 207, 0.1);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 117, 207, 0.1);
    box-shadow: 0px 0px 1px 1px rgba(0, 117, 207, 0.1); }
  70% {
    transform: scale(1.02);
    -webkit-box-shadow: 0px 0px 2px 5px rgba(0, 117, 207, 0.4);
    -moz-box-shadow: 0px 0px 2px 5px rgba(0, 117, 207, 0.4);
    box-shadow: 0px 0px 2px 5px rgba(0, 117, 207, 0.4); }
  80% {
    transform: scale(1);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 117, 207, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 117, 207, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 117, 207, 0); }
  100% {
    transform: scale(1);
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 117, 207, 0.2);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 117, 207, 0.2);
    box-shadow: 0px 0px 1px 1px rgba(0, 117, 207, 0.2); } }
.p-gso-wrapper .main-inner-page-banner {
  padding-top: 54px;
  padding-bottom: 54px;
  height: 464px;
  background-image: url(../images/products/background.jpg); }
  .p-gso-wrapper .main-inner-page-banner .container {
    padding: 0 15px 0; }
  .p-gso-wrapper .main-inner-page-banner .content-seccion {
    padding-top: 70px;
    padding-bottom: 60px; }
    .p-gso-wrapper .main-inner-page-banner .content-seccion h3 {
      padding: 0;
      margin: 0 0 15px;
      font-size: 20px;
      font-family: "DINBold";
      color: #000;
      text-transform: uppercase; }
    .p-gso-wrapper .main-inner-page-banner .content-seccion P {
      padding: 0;
      margin: 0 0 40px;
      font-size: 26px;
      font-family: "acumin-pro";
      font-weight: 300;
      color: #000;
      text-transform: none; }
    .p-gso-wrapper .main-inner-page-banner .content-seccion a.button {
      padding: 10px 0 8px;
      max-width: 180px;
      font-size: 14px;
      font-family: "DINRegular";
      text-align: center;
      text-transform: uppercase; }
  .p-gso-wrapper .main-inner-page-banner .animation-block {
    /*padding-top: 45px; Animation Code*/
    padding-top: 0;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 15px;
    position: relative; }
    .p-gso-wrapper .main-inner-page-banner .animation-block.ipad {
      display: none; }
    .p-gso-wrapper .main-inner-page-banner .animation-block .slideshow {
      position: relative;
      height: auto; }
      .p-gso-wrapper .main-inner-page-banner .animation-block .slideshow > div {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        width: 100%;
        font-size: 22px;
        font-family: "DINBold";
        text-transform: uppercase;
        white-space: normal;
        word-wrap: break-word; }
        .p-gso-wrapper .main-inner-page-banner .animation-block .slideshow > div img {
          width: 100%;
          height: auto;
          opacity: 1; }
        .p-gso-wrapper .main-inner-page-banner .animation-block .slideshow > div.last {
          top: -160px;
          height: 365px; }
          .p-gso-wrapper .main-inner-page-banner .animation-block .slideshow > div.last ul {
            height: 100%;
            display: block; }
            .p-gso-wrapper .main-inner-page-banner .animation-block .slideshow > div.last ul li {
              position: relative; }
    .p-gso-wrapper .main-inner-page-banner .animation-block .left-block {
      width: auto;
      margin-top: 27px;
      float: left;
      right: 0;
      position: relative;
      z-index: 9;
      /* background: transparent url(../images/products/input.png) no-repeat;
      background-position: right center; */ }
      .p-gso-wrapper .main-inner-page-banner .animation-block .left-block .slideshow {
        width: 143px; }
        .p-gso-wrapper .main-inner-page-banner .animation-block .left-block .slideshow > div {
          padding-right: 2px;
          color: #009817;
          text-align: right; }
          .p-gso-wrapper .main-inner-page-banner .animation-block .left-block .slideshow > div img {
            top: 0;
            right: 0;
            position: absolute;
            -webkit-transition: 1s ease all;
            -moz-transition: 1s ease all;
            -transition: 1s ease all; }
            .p-gso-wrapper .main-inner-page-banner .animation-block .left-block .slideshow > div img.color {
              display: none; }
          .p-gso-wrapper .main-inner-page-banner .animation-block .left-block .slideshow > div.normal-active img.color {
            display: block; }
          .p-gso-wrapper .main-inner-page-banner .animation-block .left-block .slideshow > div.normal-active img.normal {
            display: none; }
    .p-gso-wrapper .main-inner-page-banner .animation-block .middle-block {
      width: 200px;
      height: 268px;
      float: left;
      margin: auto 30px;
      position: relative;
      background-color: #fff;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
      opacity: 1;
      -webkit-transition: 0.5s ease all;
      -moz-transition: 0.5s ease all;
      -transition: 0.5s ease all;
      overflow: hidden;
      /****/
      /****/ }
      .p-gso-wrapper .main-inner-page-banner .animation-block .middle-block img {
        bottom: 68px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 115px;
        height: 130px;
        position: absolute;
        z-index: 8;
        opacity: 1;
        -webkit-transition: 0.5s ease all;
        -moz-transition: 0.5s ease all;
        -transition: 0.5s ease all; }
      .p-gso-wrapper .main-inner-page-banner .animation-block .middle-block:before {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        -webkit-transition: 0.5s ease all;
        -moz-transition: 0.5s ease all;
        -transition: 0.5s ease all;
        opacity: 0;
        display: block;
        background: rgba(255, 255, 255, 0.64);
        z-index: 10;
        position: relative; }
      .p-gso-wrapper .main-inner-page-banner .animation-block .middle-block.opacity-active:before {
        opacity: 1;
        display: block; }
      .p-gso-wrapper .main-inner-page-banner .animation-block .middle-block.active {
        opacity: 1; }
        .p-gso-wrapper .main-inner-page-banner .animation-block .middle-block.active:before {
          opacity: 0;
          display: none; }
        .p-gso-wrapper .main-inner-page-banner .animation-block .middle-block.active img {
          bottom: 20px;
          left: 0;
          right: 0;
          margin-left: auto;
          margin-right: auto;
          width: 50px;
          height: 52px;
          z-index: 8;
          opacity: 1; }
      .p-gso-wrapper .main-inner-page-banner .animation-block .middle-block #loading {
        width: 144px;
        height: 144px;
        margin: 28px auto;
        position: relative;
        background-color: #efefef;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%; }
      .p-gso-wrapper .main-inner-page-banner .animation-block .middle-block .outer-shadow,
      .p-gso-wrapper .main-inner-page-banner .animation-block .middle-block .inner-shadow,
      .p-gso-wrapper .main-inner-page-banner .animation-block .middle-block #timer {
        z-index: 6;
        position: absolute;
        width: 100%;
        height: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%; }
      .p-gso-wrapper .main-inner-page-banner .animation-block .middle-block .inner-shadow {
        top: 50%;
        left: 50%;
        width: 132px;
        height: 132px;
        margin-left: -66px;
        margin-top: -66px;
        border-radius: 100%;
        background-image: url(../images/animation/background-icon.png);
        background-color: #fff;
        background-position: center;
        background-repeat: no-repeat; }
      .p-gso-wrapper .main-inner-page-banner .animation-block .middle-block #timer {
        z-index: 1;
        box-shadow: none; }
      .p-gso-wrapper .main-inner-page-banner .animation-block .middle-block .hold {
        position: absolute;
        width: 100%;
        height: 100%;
        clip: rect(0px, 144px, 144px, 72px);
        -webkit-border-radius: 100%;
        background-color: #efefef; }
      .p-gso-wrapper .main-inner-page-banner .animation-block .middle-block .pie {
        background-color: #00b2e2; }
      .p-gso-wrapper .main-inner-page-banner .animation-block .middle-block .pie {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-border-radius: 100%;
        clip: rect(0px, 72px, 144px, 0px); }
      .p-gso-wrapper .main-inner-page-banner .animation-block .middle-block #left .pie {
        z-index: 1; }
      .p-gso-wrapper .main-inner-page-banner .animation-block .middle-block #right {
        z-index: 3; }
      .p-gso-wrapper .main-inner-page-banner .animation-block .middle-block .demo {
        position: absolute;
        top: 20px;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 144px;
        width: 144px;
        background: transparent;
        z-index: 3; }
      .p-gso-wrapper .main-inner-page-banner .animation-block .middle-block .progress {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        height: 144px;
        width: 144px;
        background-color: transparent;
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        transition: 0.1s ease all;
        -webkit-transition: 0.1s ease all; }
      .p-gso-wrapper .main-inner-page-banner .animation-block .middle-block .progress__value {
        stroke: #efefef;
        transition: 0.1s ease all;
        -webkit-transition: 0.1s ease all; }
      .p-gso-wrapper .main-inner-page-banner .animation-block .middle-block.loader-active {
        opacity: 1;
        /* #left .pie {
            -webkit-animation: left 0.25s linear both;
            animation: left 0.25s linear both;
        }
        #right {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }
        #right .pie {
            -webkit-animation: right 0.25s linear both;
            -webkit-animation-delay: 0.25s;
            animation: right 0.25s linear both;
            animation-delay: 0.25s;
        } */ }
        .p-gso-wrapper .main-inner-page-banner .animation-block .middle-block.loader-active:before {
          opacity: 0;
          display: none; }
        .p-gso-wrapper .main-inner-page-banner .animation-block .middle-block.loader-active .inner-shadow {
          background-image: none; }
        .p-gso-wrapper .main-inner-page-banner .animation-block .middle-block.loader-active .progress__value {
          stroke: #00b2e2;
          stroke-dasharray: 450.292;
          stroke-dashoffset: 450.292;
          -webkit-animation: progress 0.25s linear;
          animation: progress 0.25s linear;
          -webkit-animation-fill-mode: forwards;
          /* Safari 4.0 - 8.0 */
          animation-fill-mode: forwards;
          background-color: transparent;
          border: none;
          box-shadow: none;
          -webkit-box-shadow: none; }
      .p-gso-wrapper .main-inner-page-banner .animation-block .middle-block.active-green {
        opacity: 1;
        /* .pie,
        .hold {
            background-color: $green
        } */ }
        .p-gso-wrapper .main-inner-page-banner .animation-block .middle-block.active-green:before {
          opacity: 0;
          display: none; }
        .p-gso-wrapper .main-inner-page-banner .animation-block .middle-block.active-green .progress__value {
          stroke: #009818; }
      .p-gso-wrapper .main-inner-page-banner .animation-block .middle-block.active-tick:before {
        opacity: 0;
        display: none; }
      .p-gso-wrapper .main-inner-page-banner .animation-block .middle-block.active-tick .inner-shadow {
        background-image: url(../images/animation/right-mark.png); }
      .p-gso-wrapper .main-inner-page-banner .animation-block .middle-block.round-active {
        width: 200px;
        height: 205px;
        float: left;
        margin: 19px 30px;
        position: relative;
        background-color: #fff;
        -moz-border-radius: 80px;
        -webkit-border-radius: 80px;
        border-radius: 80px;
        z-index: 4;
        top: 42px; }
        .p-gso-wrapper .main-inner-page-banner .animation-block .middle-block.round-active:before {
          opacity: 0;
          display: none; }
        .p-gso-wrapper .main-inner-page-banner .animation-block .middle-block.round-active img {
          bottom: 49px;
          left: 0;
          right: 0;
          margin-left: auto;
          margin-right: auto;
          width: 105px;
          height: 110px; }
    .p-gso-wrapper .main-inner-page-banner .animation-block .right-block {
      width: auto;
      margin-top: 85px;
      float: left;
      height: 30px;
      left: 0;
      position: relative;
      z-index: 9;
      /*background: transparent url(../images/products/output.png) no-repeat;
      background-position: left center;*/ }
      .p-gso-wrapper .main-inner-page-banner .animation-block .right-block .slideshow {
        width: 143px; }
        .p-gso-wrapper .main-inner-page-banner .animation-block .right-block .slideshow > div {
          color: #0075cf;
          text-align: left;
          padding-left: 13px;
          left: -185px;
          opacity: 0; }
          .p-gso-wrapper .main-inner-page-banner .animation-block .right-block .slideshow > div img {
            top: -34px;
            left: -26px;
            position: absolute; }
    .p-gso-wrapper .main-inner-page-banner .animation-block .next-animation {
      width: 233px;
      height: 233px;
      top: 50px;
      left: 149px;
      position: absolute;
      z-index: 3; }
      .p-gso-wrapper .main-inner-page-banner .animation-block .next-animation ul {
        width: 100%;
        height: 100%;
        display: block; }
        .p-gso-wrapper .main-inner-page-banner .animation-block .next-animation ul li {
          position: absolute;
          font-size: 15.4px;
          font-family: "DINBold";
          text-transform: none; }
          .p-gso-wrapper .main-inner-page-banner .animation-block .next-animation ul li img {
            position: relative; }
          .p-gso-wrapper .main-inner-page-banner .animation-block .next-animation ul li.green {
            color: #009817; }
            .p-gso-wrapper .main-inner-page-banner .animation-block .next-animation ul li.green img {
              float: right;
              display: none;
              opacity: 0; }
            .p-gso-wrapper .main-inner-page-banner .animation-block .next-animation ul li.green.green-a {
              height: 40px;
              top: -44px;
              left: -5px; }
              .p-gso-wrapper .main-inner-page-banner .animation-block .next-animation ul li.green.green-a img {
                top: 5px;
                right: 18px; }
            .p-gso-wrapper .main-inner-page-banner .animation-block .next-animation ul li.green.green-b {
              height: 22px;
              top: 30px;
              left: -70px; }
              .p-gso-wrapper .main-inner-page-banner .animation-block .next-animation ul li.green.green-b img {
                top: 2px;
                right: 14px; }
            .p-gso-wrapper .main-inner-page-banner .animation-block .next-animation ul li.green.green-c {
              height: 11px;
              top: 115px;
              left: -95px; }
              .p-gso-wrapper .main-inner-page-banner .animation-block .next-animation ul li.green.green-c img {
                top: 3px;
                right: 13px; }
            .p-gso-wrapper .main-inner-page-banner .animation-block .next-animation ul li.green.green-d {
              height: 24px;
              top: 204px;
              left: -93px; }
              .p-gso-wrapper .main-inner-page-banner .animation-block .next-animation ul li.green.green-d img {
                top: 11px;
                right: 11px; }
            .p-gso-wrapper .main-inner-page-banner .animation-block .next-animation ul li.green.green-e {
              height: 42px;
              top: 269px;
              left: 18px; }
              .p-gso-wrapper .main-inner-page-banner .animation-block .next-animation ul li.green.green-e img {
                top: -31px;
                right: 14px; }
          .p-gso-wrapper .main-inner-page-banner .animation-block .next-animation ul li.blue {
            color: transparent;
            /* $medium-blue-1; */
            -webkit-transition: 1.1s ease color;
            -moz-transition: 1.1s ease color;
            -transition: 1.1s ease color; }
            .p-gso-wrapper .main-inner-page-banner .animation-block .next-animation ul li.blue img {
              float: left; }
            .p-gso-wrapper .main-inner-page-banner .animation-block .next-animation ul li.blue.blue-a {
              height: 41px;
              top: -49px;
              right: 0px; }
              .p-gso-wrapper .main-inner-page-banner .animation-block .next-animation ul li.blue.blue-a img {
                top: 12px;
                left: -7px; }
            .p-gso-wrapper .main-inner-page-banner .animation-block .next-animation ul li.blue.blue-b {
              height: 27px;
              top: 0px;
              right: -105px; }
              .p-gso-wrapper .main-inner-page-banner .animation-block .next-animation ul li.blue.blue-b img {
                top: 15px;
                left: -15px; }
            .p-gso-wrapper .main-inner-page-banner .animation-block .next-animation ul li.blue.blue-c {
              height: 19px;
              top: 53px;
              right: -80px; }
              .p-gso-wrapper .main-inner-page-banner .animation-block .next-animation ul li.blue.blue-c img {
                top: 7px;
                left: -11px; }
            .p-gso-wrapper .main-inner-page-banner .animation-block .next-animation ul li.blue.blue-d {
              height: 12px;
              top: 110px;
              right: -96px; }
              .p-gso-wrapper .main-inner-page-banner .animation-block .next-animation ul li.blue.blue-d img {
                top: 3px;
                right: 15px; }
            .p-gso-wrapper .main-inner-page-banner .animation-block .next-animation ul li.blue.blue-e {
              height: 19px;
              top: 168px;
              right: -100px; }
              .p-gso-wrapper .main-inner-page-banner .animation-block .next-animation ul li.blue.blue-e img {
                top: -7px;
                right: 14px; }
            .p-gso-wrapper .main-inner-page-banner .animation-block .next-animation ul li.blue.blue-f {
              height: 27px;
              top: 215px;
              right: -124px; }
              .p-gso-wrapper .main-inner-page-banner .animation-block .next-animation ul li.blue.blue-f img {
                top: -15px;
                right: 15px; }
            .p-gso-wrapper .main-inner-page-banner .animation-block .next-animation ul li.blue.blue-g {
              height: 46px;
              top: 269px;
              right: -33px; }
              .p-gso-wrapper .main-inner-page-banner .animation-block .next-animation ul li.blue.blue-g img {
                top: -38px;
                right: 8px; }
            .p-gso-wrapper .main-inner-page-banner .animation-block .next-animation ul li.blue.blue-color-show {
              color: #0075cf;
              /* $medium-blue-1; */
              -webkit-transition: 1.1s ease color;
              -moz-transition: 1.1s ease color;
              -transition: 1.1s ease color; }
    .p-gso-wrapper .main-inner-page-banner .animation-block.ipad .next-animation ul li.green img {
      display: block;
      opacity: 1; }
@-webkit-keyframes right {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180deg); } }
@-webkit-keyframes left {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(180deg); } }
@keyframes right {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(180deg); } }
@keyframes left {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(180deg); } }
@-webkit-keyframes progress {
  from {
    stroke-dashoffset: 450.292; }
  to {
    stroke-dashoffset: 0; } }
@keyframes progress {
  from {
    stroke-dashoffset: 450.292; }
  to {
    stroke-dashoffset: 0; } }
.p-gso-wrapper .ghostscript-cs .clients-image-carousel.slider-off .yerslider-slider {
  padding-left: 10px;
  padding-right: 10px; }
  .p-gso-wrapper .ghostscript-cs .clients-image-carousel.slider-off .yerslider-slider .yerslider-slide {
    height: 85px;
    margin: 0 12px; }
.p-gso-wrapper .section-a {
  padding-top: 55px;
  padding-bottom: 114px; }
  .p-gso-wrapper .section-a .top-row {
    padding-bottom: 45px;
    text-align: center; }
    .p-gso-wrapper .section-a .top-row .top-heading h2 {
      text-align: center; }
    .p-gso-wrapper .section-a .top-row .content-block {
      padding-left: 58px;
      padding-right: 58px; }
      .p-gso-wrapper .section-a .top-row .content-block .content-wrapper p {
        text-align: center; }
  .p-gso-wrapper .section-a .middle-row:after, .p-gso-wrapper .section-a .middle-row:before {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    margin: auto;
    max-width: 970px;
    background: #e2e3e4; }
  .p-gso-wrapper .section-a .middle-row:before {
    margin-bottom: 54px;
    clear: both; }
  .p-gso-wrapper .section-a .middle-row .top-heading {
    padding-left: 122px;
    margin-top: 119px; }
    .p-gso-wrapper .section-a .middle-row .top-heading h2 {
      margin: 0 0 5px; }
  .p-gso-wrapper .section-a .middle-row .image-block {
    padding-right: 20px;
    padding-bottom: 54px; }
  .p-gso-wrapper .section-a .middle-row .content-block {
    padding-left: 122px; }
    .p-gso-wrapper .section-a .middle-row .content-block .content-wrapper h2 {
      margin: 0;
      font-size: 48px;
      font-family: "acumin-pro";
      font-weight: 500;
      color: #5f5f5f; }
  .p-gso-wrapper .section-a .bottom-row {
    padding-top: 80px; }
    .p-gso-wrapper .section-a .bottom-row .top-heading {
      margin-top: 20px; }
.p-gso-wrapper .section-b {
  padding-top: 100px;
  padding-bottom: 90px; }
.p-gso-wrapper .section-c {
  padding-top: 45px;
  padding-bottom: 45px; }
  .p-gso-wrapper .section-c .top-heading {
    padding-left: 85px;
    margin-top: 50px; }
  .p-gso-wrapper .section-c .content-block {
    padding-left: 85px; }
  .p-gso-wrapper .section-c .image-block {
    text-align: left; }
.p-gso-wrapper .section-d {
  padding-top: 45px;
  padding-bottom: 55px; }
  .p-gso-wrapper .section-d .top-heading {
    margin-top: 40px; }
  .p-gso-wrapper .section-d .content-block {
    padding-right: 170px; }
  .p-gso-wrapper .section-d .image-block {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: -105px; }

/* ------------------------------------------------------------ *\ 
        GhostScript Technical Info Page content section
\* ------------------------------------------------------------ */
.gs-ti-wrapper {
  /*
    - main banner section
  */ }
  .gs-ti-wrapper .main-inner-page-banner {
    background-image: url(../images/products/ghost-script/bg-tech-info.png); }
    .gs-ti-wrapper .main-inner-page-banner .container h2 {
      color: #000;
      font-weight: 300; }
  .gs-ti-wrapper .internal-content-wrapper {
    padding-top: 40px;
    /*
      -  left-section
    */
    /*
      -  right-section
    */ }
    .gs-ti-wrapper .internal-content-wrapper .left-section {
      width: 300px;
      float: left;
      padding-right: 0; }
      .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder .top-wrapper .nav-logo {
        padding: 0 15px 25px 15px; }
        .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder .top-wrapper .nav-logo img {
          max-width: 100%; }
      .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder .top-wrapper .nav-heading h4 {
        font-size: 20px;
        line-height: 30px;
        margin: 0; }
      .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children {
        background: url("../images/arrow-down.png") no-repeat 13px 19px !important; }
        .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children a {
          font-size: 13px; }
        .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children > a {
          color: #0075cf; }
        .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children > ul {
          display: block; }
        .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active, .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover {
          background: url("../images/arrow-down.png") no-repeat 13px 19px !important; }
          .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active > a, .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover > a {
            color: #0075cf; }
          .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active > ul, .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover > ul {
            display: block; }
    .gs-ti-wrapper .internal-content-wrapper .main-content-area {
      width: calc(100% - 370px);
      margin-top: 0;
      float: right;
      padding-left: 0;
      position: relative; }
      .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section h2 {
        margin: 20px 0 0;
        font-size: 35px;
        font-family: "acumin-pro";
        font-weight: 300;
        color: #000;
        text-transform: uppercase; }
        .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section h2 span {
          clear: both;
          width: 100%;
          float: left;
          font-size: 15.4px;
          font-family: "acumin-pro";
          font-weight: 500;
          color: #697287;
          margin-bottom: 15px;
          margin-top: 10px;
          text-transform: none; }
      .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section h3 {
        font-size: 25px;
        font-family: "acumin-pro";
        font-weight: 300;
        color: #009817;
        margin: 30px 0 15px 0;
        position: relative; }
      .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block img.img-responsive {
        float: left;
        margin-bottom: 15px; }
      .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block p {
        clear: both;
        font-size: 15.4px;
        font-family: "acumin-pro";
        font-weight: 500;
        color: #697287;
        margin-bottom: 15px; }
      .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block p img {
        max-width: 100%; }
      .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block p img.alignright {
        float: right;
        margin: 0 0 1em 1em; }
      .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block p img.alignleft {
        float: left;
        margin: 0 1em 1em 0; }
      .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block p img.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block p .alignright {
        float: right; }
      .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block p .alignleft {
        float: left; }
      .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block p .aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block > h6, .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block > h5 {
        margin: 10px 0 20px;
        font-size: 18px;
        font-family: "acumin-pro";
        font-weight: 600;
        color: #dcb26b; }
      .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul {
        clear: both; }
        .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul li {
          margin-bottom: 5px;
          font-size: 15.4px;
          font-family: "acumin-pro";
          font-weight: 500;
          color: #697287; }
          .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul li a {
            font-size: 15.4px;
            font-family: "acumin-pro";
            font-weight: 500;
            color: #0075cf; }
            .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul li a:hover {
              color: #00b2e2; }
          .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul li strong {
            font-weight: 400;
            font-size: 16px;
            color: #000;
            margin: 10px 0; }
          .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul li:last-child {
            margin-bottom: 15px; }
        .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul.with-image {
          width: 423px;
          margin: 30px auto 0; }
          .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul.with-image li {
            width: auto;
            float: left;
            padding-left: 0;
            background-image: none;
            padding-right: 10px;
            padding-bottom: 16px; }
            .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul.with-image li img {
              max-width: 89%;
              display: block;
              float: right; }
            .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul.with-image li p {
              margin-bottom: 0;
              font-size: 13px;
              font-family: "acumin-pro";
              font-weight: 500;
              color: #000;
              margin-bottom: 0;
              margin-top: 10px; }

.p-gst-wrapper .main-inner-page-banner {
  padding-top: 55px;
  padding-bottom: 55px;
  background-image: url(../images/products/background.jpg); }
  .p-gst-wrapper .main-inner-page-banner .container {
    padding: 0 15px 0; }
  .p-gst-wrapper .main-inner-page-banner .image-block {
    width: 270px; }
  .p-gst-wrapper .main-inner-page-banner .content-block {
    width: calc(100% - 270px);
    max-width: 590px;
    padding-top: 0; }
    .p-gst-wrapper .main-inner-page-banner .content-block h2 {
      margin: 0 0 15px;
      font-size: 25px;
      line-height: 35px; }
    .p-gst-wrapper .main-inner-page-banner .content-block h3 {
      padding: 0;
      margin: 0 0 10px;
      font-size: 20px;
      font-family: "DINBold";
      line-height: 22px;
      color: #000;
      text-transform: uppercase; }
    .p-gst-wrapper .main-inner-page-banner .content-block P {
      padding: 0;
      margin: 0 0 35px;
      font-size: 26px;
      font-family: "acumin-pro";
      font-weight: 300;
      color: #000;
      text-transform: none; }
    .p-gst-wrapper .main-inner-page-banner .content-block a.button {
      padding: 10px 0 8px;
      max-width: 180px;
      font-size: 14px;
      font-family: "DINRegular";
      text-align: center;
      text-transform: uppercase; }
.p-gst-wrapper section.content-section .top-heading h2 {
  margin: 0 0 18px; }
.p-gst-wrapper .section-a {
  padding-top: 60px;
  padding-bottom: 60px; }
  .p-gst-wrapper .section-a .top-heading {
    margin-top: 60px;
    padding-right: 25px; }
    .p-gst-wrapper .section-a .top-heading h2 {
      margin: 0 0 15px;
      font-size: 25px;
      line-height: 35px; }
  .p-gst-wrapper .section-a .content-block {
    padding-right: 25px; }
    .p-gst-wrapper .section-a .content-block h2 {
      margin: 0 0 15px;
      font-size: 25px;
      line-height: 35px; }
.p-gst-wrapper .section-b {
  padding-top: 68px;
  padding-bottom: 60px; }
  .p-gst-wrapper .section-b .content-block {
    padding-left: 85px; }
    .p-gst-wrapper .section-b .content-block h2 {
      font-size: 35px;
      font-family: "acumin-pro";
      font-weight: 300;
      margin: 25px 0  15px;
      width: 100%;
      float: left;
      display: block; }
    .p-gst-wrapper .section-b .content-block ul {
      width: 100%;
      display: inline-block; }
      .p-gst-wrapper .section-b .content-block ul li {
        width: 216px;
        float: left; }
    .p-gst-wrapper .section-b .content-block .popup-wrap.has-content {
      height: auto; }
      .p-gst-wrapper .section-b .content-block .popup-wrap.has-content .has-content-container {
        width: 100%;
        height: auto;
        min-height: 100px;
        padding: 50px 20px 15px;
        background: #fff;
        border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0; }
      .p-gst-wrapper .section-b .content-block .popup-wrap.has-content h2 {
        margin: 0 0 15px;
        font-size: 25px;
        line-height: 35px; }
      .p-gst-wrapper .section-b .content-block .popup-wrap.has-content p {
        font-size: 15.4px;
        font-family: "acumin-pro";
        font-weight: 500;
        color: #697287;
        margin-bottom: 10px; }
      .p-gst-wrapper .section-b .content-block .popup-wrap.has-content ul {
        padding: 0;
        margin: 0; }
        .p-gst-wrapper .section-b .content-block .popup-wrap.has-content ul li {
          width: 90%;
          font-size: 15.4px;
          font-family: "acumin-pro";
          font-weight: 500;
          color: #697287;
          list-style: none;
          margin-bottom: 10px; }
  .p-gst-wrapper .section-b .top-heading {
    padding-left: 85px; }
.p-gst-wrapper .section-c {
  padding-top: 75px;
  padding-bottom: 80px; }
  .p-gst-wrapper .section-c .content-block {
    padding-right: 50px; }
    .p-gst-wrapper .section-c .content-block h2 {
      font-size: 26px;
      font-family: "acumin-pro";
      font-weight: 300;
      margin: 0 0 15px;
      line-height: 35px; }
  .p-gst-wrapper .section-c .top-heading h2 {
    font-size: 26px;
    font-family: "acumin-pro";
    font-weight: 300;
    margin: 0 0 15px;
    line-height: 35px; }
.p-gst-wrapper .section-d {
  padding-top: 20px;
  padding-bottom: 60px; }
  .p-gst-wrapper .section-d .content-block h2 {
    font-size: 35px;
    font-family: "acumin-pro";
    font-weight: 300;
    margin: 40px 0  15px;
    width: 100%;
    float: left;
    display: block; }
  .p-gst-wrapper .section-d .content-block ul {
    width: 100%;
    display: inline-block; }
  .p-gst-wrapper .section-d .content-block .content-wrapper p.list-heading a {
    font-weight: 700; }
  .p-gst-wrapper .section-d .left {
    padding-right: 50px; }
  .p-gst-wrapper .section-d .right {
    padding-left: 50px; }
.p-gst-wrapper .learn-more-section {
  padding: 85px 0 80px; }
  .p-gst-wrapper .learn-more-section .text-wrapper p {
    font-size: 26px;
    font-family: "acumin-pro";
    font-weight: 300; }
  .p-gst-wrapper .learn-more-section a.button {
    max-width: 145px; }

.p-mpo-wrapper .section-a {
  padding-top: 55px;
  padding-bottom: 40px; }
  .p-mpo-wrapper .section-a .content-block {
    padding-right: 48px;
    padding-left: 48px; }
.p-mpo-wrapper .section-b {
  padding-top: 80px;
  padding-bottom: 30px; }
  .p-mpo-wrapper .section-b .content-block {
    padding-right: 85px; }
.p-mpo-wrapper .section-c {
  padding-top: 80px;
  padding-bottom: 65px;
  background: transparent url(../images/products/mu-pdf/overview/out-standing-services.png) no-repeat;
  background-position: left 52%;
  background-size: auto 73%; }
  .p-mpo-wrapper .section-c .top-heading {
    padding-left: 85px;
    padding-right: 60px; }
  .p-mpo-wrapper .section-c .content-block {
    padding-left: 85px;
    padding-right: 30px; }
.p-mpo-wrapper .section-d {
  padding-top: 80px;
  padding-bottom: 65px;
  background: transparent url(../images/products/mu-pdf/overview/get-productivity.png) no-repeat;
  background-position: right center;
  background-size: auto 100%; }
  .p-mpo-wrapper .section-d .top-heading {
    padding-right: 95px; }
  .p-mpo-wrapper .section-d .content-block {
    padding-right: 95px; }
.p-mpo-wrapper .section-e {
  padding-top: 75px;
  padding-bottom: 70px; }
  .p-mpo-wrapper .section-e .top-heading {
    padding-left: 0; }
  .p-mpo-wrapper .section-e .content-block {
    padding-left: 0; }
  .p-mpo-wrapper .section-e .image-block {
    text-align: left; }
.p-mpo-wrapper .section-f {
  background: transparent url(../images/products/mu-pdf/overview/magnifying-glass.png) no-repeat;
  background-position: right -3% bottom;
  background-size: auto 100%;
  padding-top: 75px;
  padding-bottom: 170px; }
  .p-mpo-wrapper .section-f .content-block {
    padding-right: 82px; }
  .p-mpo-wrapper .section-f .image-block {
    text-align: left; }
.p-mpo-wrapper .main-inner-page-banner {
  padding-top: 80px;
  padding-bottom: 85px;
  background-image: url(../images/products/mu-pdf/overview/bg-banner.png); }
  .p-mpo-wrapper .main-inner-page-banner .container {
    padding: 0 15px 0; }
  .p-mpo-wrapper .main-inner-page-banner .image-block {
    width: 270px; }
  .p-mpo-wrapper .main-inner-page-banner .content-block {
    width: calc(100% - 270px);
    padding-top: 134px; }
    .p-mpo-wrapper .main-inner-page-banner .content-block h3 {
      padding: 0;
      margin: 0 0 15px;
      font-size: 20px;
      font-family: "DINBold";
      color: #000;
      text-transform: uppercase; }
    .p-mpo-wrapper .main-inner-page-banner .content-block P {
      padding: 0;
      margin: 0 0 35px;
      font-size: 26px;
      font-family: "acumin-pro";
      font-weight: 300;
      color: #000;
      text-transform: none; }
    .p-mpo-wrapper .main-inner-page-banner .content-block a.button {
      padding: 10px 0 8px;
      max-width: 180px;
      font-size: 14px;
      font-family: "DINRegular";
      text-align: center;
      text-transform: uppercase; }
.p-mpo-wrapper .mu-pdf.client-logo-section .clients-image-carousel.slider-off .yerslider-slider {
  padding-left: 75px;
  padding-right: 75px; }
  .p-mpo-wrapper .mu-pdf.client-logo-section .clients-image-carousel.slider-off .yerslider-slider .yerslider-slide {
    height: 64px;
    margin: 0 19px; }

/* ------------------------------------------------------------ *\ 
        MuPDF Technical Info Page content section
\* ------------------------------------------------------------ */
.mp-ti-wrapper {
  /*
    - main banner section
  */ }
  .mp-ti-wrapper .main-inner-page-banner {
    background-image: url(../images/products/mu-pdf/bg-ti-banner.png); }
    .mp-ti-wrapper .main-inner-page-banner .container h2 {
      color: #000;
      font-weight: 300; }
  .mp-ti-wrapper .internal-content-wrapper {
    padding-top: 40px;
    /*
      -  left-section
    */
    /*
      -  right-section
    */ }
    .mp-ti-wrapper .internal-content-wrapper .left-section {
      width: 300px;
      float: left;
      padding-right: 0; }
      .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder .top-wrapper .nav-logo {
        padding: 0 25px 25px 15px; }
        .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder .top-wrapper .nav-logo img {
          max-width: 100%; }
      .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder .top-wrapper .nav-heading h4 {
        font-size: 20px;
        line-height: 30px;
        margin: 0; }
      .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children {
        background: url("../images/arrow-down.png") no-repeat 13px 19px !important; }
        .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children a {
          font-size: 13px; }
        .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children > a {
          color: #0075cf; }
        .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children > ul {
          display: block; }
        .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active, .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover {
          background: url("../images/arrow-down.png") no-repeat 13px 19px !important; }
          .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active > a, .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover > a {
            color: #0075cf; }
          .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active > ul, .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover > ul {
            display: block; }
    .mp-ti-wrapper .internal-content-wrapper .main-content-area {
      width: calc(100% - 370px);
      margin-top: 0;
      float: right;
      padding-left: 0;
      position: relative; }
      .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section h2 {
        margin: 20px 0 0;
        font-size: 35px;
        font-family: "acumin-pro";
        font-weight: 300;
        color: #000;
        text-transform: uppercase; }
      .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section h3 {
        font-size: 25px;
        font-family: "acumin-pro";
        font-weight: 300;
        color: #009817;
        margin: 30px 0 15px 0;
        position: relative; }
      .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block {
        width: 100%;
        float: left;
        display: block; }
        .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block p {
          font-size: 15.4px;
          font-family: "acumin-pro";
          font-weight: 500;
          color: #697287;
          margin-bottom: 15px; }
        .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul li {
          background: none;
          margin-bottom: 15px;
          padding-left: 40px;
          font-size: 15.4px;
          font-family: "acumin-pro";
          font-weight: 500;
          color: #697287; }
          .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul li a {
            font-size: 15.4px;
            font-family: "acumin-pro";
            font-weight: 500;
            color: #0075cf; }
            .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul li a:hover {
              color: #00b2e2; }
          .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul li:last-child {
            margin-bottom: 15px; }
        .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul.ul-points li {
          width: auto;
          font-size: 15.4px;
          font-family: "acumin-pro";
          font-weight: 500;
          list-style: none;
          padding-left: 20px;
          background: url(../images/bullet-red.png) no-repeat 0 8px; }
        .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block > ul {
          width: 100%;
          float: left;
          display: block; }
          .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block > ul > li {
            width: 200px;
            float: left;
            padding-left: 0; }
            .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block > ul > li ul li {
              position: relative; }
              .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block > ul > li ul li:after {
                content: '';
                width: 4px;
                height: 4px;
                display: block;
                left: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                position: absolute;
                background: #0075cf; }
              .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block > ul > li ul li:first-child {
                padding-left: 0; }
                .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block > ul > li ul li:first-child h4 {
                  margin: 0;
                  pointer-events: none;
                  font-size: 14px;
                  font-family: "DINPro-Regular";
                  color: #000;
                  text-decoration: none;
                  text-decoration: underline;
                  text-transform: uppercase; }
                .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block > ul > li ul li:first-child:after {
                  display: none; }

.p-sof-ps-wrapper .banner-heading-section {
  padding-top: 27px;
  padding-bottom: 30px; }
.p-sof-ps-wrapper .feature-tab-section {
  border-top: none; }
  .p-sof-ps-wrapper .feature-tab-section .float-icon {
    top: 320px; }
.p-sof-ps-wrapper .section-a {
  padding-bottom: 70px; }
  .p-sof-ps-wrapper .section-a .top-section {
    padding-top: 65px;
    padding-bottom: 57px;
    text-align: center; }
    .p-sof-ps-wrapper .section-a .top-section p {
      color: #2a3754;
      font-size: 25.5px;
      font-family: "acumin-pro";
      font-weight: 300; }
  .p-sof-ps-wrapper .section-a .tab-nav .content-block {
    display: none; }
  .p-sof-ps-wrapper .section-a .tab-nav ul li {
    width: 100%;
    float: left;
    margin-bottom: 10px; }
    .p-sof-ps-wrapper .section-a .tab-nav ul li a {
      display: block;
      text-align: left;
      position: relative;
      padding: 20px 20px  20px 83px;
      border: 1px solid #d8dadd;
      font-size: 14px;
      font-family: "DINRegular";
      color: #697287;
      text-transform: uppercase; }
      .p-sof-ps-wrapper .section-a .tab-nav ul li a img {
        position: absolute;
        left: 25px;
        top: 0;
        bottom: 0;
        margin: auto; }
        .p-sof-ps-wrapper .section-a .tab-nav ul li a img.hover {
          display: none; }
      .p-sof-ps-wrapper .section-a .tab-nav ul li a:hover, .p-sof-ps-wrapper .section-a .tab-nav ul li a.active {
        color: #fff;
        background: #77c11f;
        border: 1px solid #77c11f; }
        .p-sof-ps-wrapper .section-a .tab-nav ul li a:hover img.normal, .p-sof-ps-wrapper .section-a .tab-nav ul li a.active img.normal {
          display: none; }
        .p-sof-ps-wrapper .section-a .tab-nav ul li a:hover img.hover, .p-sof-ps-wrapper .section-a .tab-nav ul li a.active img.hover {
          display: block; }
  .p-sof-ps-wrapper .section-a .tab-nav.left-tab-nav {
    padding-right: 0; }
    .p-sof-ps-wrapper .section-a .tab-nav.left-tab-nav ul li a {
      border-right: none; }
  .p-sof-ps-wrapper .section-a .tab-nav.right-tab-nav {
    padding-left: 0; }
    .p-sof-ps-wrapper .section-a .tab-nav.right-tab-nav ul li a {
      border-left: none; }
  .p-sof-ps-wrapper .section-a .tab-content {
    padding: 30px 10px 13px 30px;
    border: 1px solid #d8dadd;
    border-bottom: 2px solid #77c11f; }
    .p-sof-ps-wrapper .section-a .tab-content .content-block {
      min-height: 350px; }
  .p-sof-ps-wrapper .section-a .content-block ul li {
    padding-left: 33px;
    margin-bottom: 17px;
    position: relative;
    color: #697287;
    font-size: 15px;
    font-family: "acumin-pro";
    font-weight: 500;
    line-height: 23px; }
    .p-sof-ps-wrapper .section-a .content-block ul li:before {
      float: left;
      content: '';
      width: 5px;
      height: 5px;
      display: inline-block;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: #ff4337;
      position: absolute;
      top: 8px;
      left: 0; }
.p-sof-ps-wrapper .learn-more-section {
  padding: 90px 0; }
  .p-sof-ps-wrapper .learn-more-section.with-bg .text-wrapper a {
    max-width: 300px;
    padding: 13px 20px 11px;
    font-size: 17px;
    font-family: "DINBold"; }

.p-sof-faq-wrapper .banner-heading-section {
  padding-top: 27px;
  padding-bottom: 30px; }
.p-sof-faq-wrapper .feature-tab-section {
  border-top: none; }
  .p-sof-faq-wrapper .feature-tab-section .float-icon {
    top: 320px; }
.p-sof-faq-wrapper .content-section .heading {
  padding: 58px 15px 55px; }
  .p-sof-faq-wrapper .content-section .heading h2 {
    margin: 0;
    padding: 0;
    font-size: 35px;
    font-family: "acumin-pro";
    font-weight: 300;
    color: #2a3754; }
.p-sof-faq-wrapper .content-section .left-section {
  padding-bottom: 65px; }
  .p-sof-faq-wrapper .content-section .left-section ul.accordian-ul > li .heading-block h3 {
    text-transform: none;
    font-size: 20px;
    padding: 28px 20px 30px 0; }
  .p-sof-faq-wrapper .content-section .left-section ul.accordian-ul > li .heading-block.active {
    background-color: transparent; }
.p-sof-faq-wrapper .content-section .right-section h4 {
  margin: 0 0 9px;
  font-size: 23.5px;
  font-family: "acumin-pro";
  font-weight: 700;
  color: #2a3754;
  text-transform: uppercase; }
.p-sof-faq-wrapper .content-section .right-section img {
  max-width: 100%; }
.p-sof-faq-wrapper .content-section .right-section a.button {
  max-width: 220px;
  padding: 10px 0 11px;
  margin: 28px 0 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "DINPro-Regular";
  text-transform: uppercase; }
.p-sof-faq-wrapper .content-section .right-section p {
  font-size: 18px;
  font-family: "acumin-pro";
  font-weight: 300; }
  .p-sof-faq-wrapper .content-section .right-section p.sub-heading {
    margin: 0 0 17px;
    font-size: 18px;
    font-family: "acumin-pro";
    font-weight: 500;
    color: #2a3754; }

.p-so-o-wrapper .banner-heading-section {
  padding-top: 80px;
  padding-bottom: 45px; }
.p-so-o-wrapper .feature-tab-section {
  border-top: none; }
  .p-so-o-wrapper .feature-tab-section .float-icon {
    top: 320px; }
.p-so-o-wrapper .learn-more-section {
  padding: 65px 0 70px; }
  .p-so-o-wrapper .learn-more-section .text-wrapper p {
    font-size: 26px;
    font-family: "acumin-pro";
    font-weight: 300; }
  .p-so-o-wrapper .learn-more-section a.button {
    max-width: 145px; }
.p-so-o-wrapper section {
  width: 100%;
  float: left; }
.p-so-o-wrapper .section-a {
  padding-top: 30px;
  padding-bottom: 30px; }
  .p-so-o-wrapper .section-a .top-heading {
    margin-top: 40px; }
.p-so-o-wrapper .section-b {
  padding-top: 20px; }
  .p-so-o-wrapper .section-b .top-heading {
    margin-top: 100px; }
  .p-so-o-wrapper .section-b .image-block {
    text-align: center; }
.p-so-o-wrapper .section-c {
  padding-top: 44px;
  padding-bottom: 40px; }
  .p-so-o-wrapper .section-c ul {
    width: 100%;
    float: left; }
    .p-so-o-wrapper .section-c ul li {
      width: 213px;
      float: left; }
      .p-so-o-wrapper .section-c ul li:nth-child(2n+ 1) {
        clear: left; }
      .p-so-o-wrapper .section-c ul li:nth-child(2n) {
        width: auto; }
  .p-so-o-wrapper .section-c .top-heading {
    margin-top: 45px; }
  .p-so-o-wrapper .section-c .content-block {
    padding-right: 100px; }
  .p-so-o-wrapper .section-c .image-block {
    text-align: center; }
.p-so-o-wrapper .section-d {
  padding-top: 70px;
  padding-bottom: 55px; }
  .p-so-o-wrapper .section-d .top-heading {
    margin-top: 15px; }
.p-so-o-wrapper .section-e {
  padding-top: 85px;
  padding-bottom: 80px; }
  .p-so-o-wrapper .section-e img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 34px; }
  .p-so-o-wrapper .section-e p {
    margin-bottom: 18px;
    font-size: 15.4px;
    font-family: "acumin-pro";
    font-weight: 500;
    color: #697287; }
  .p-so-o-wrapper .section-e .button-block {
    padding-top: 8px; }
    .p-so-o-wrapper .section-e .button-block a {
      max-width: 360px; }
.p-so-o-wrapper .section-f {
  padding-top: 70px;
  padding-bottom: 70px; }
  .p-so-o-wrapper .section-f .top-heading h2 {
    text-align: center; }
  .p-so-o-wrapper .section-f p {
    text-align: center;
    margin-bottom: 18px;
    font-size: 15.4px;
    font-family: "acumin-pro";
    font-weight: 500;
    color: #697287; }
  .p-so-o-wrapper .section-f .button-block {
    padding-top: 8px; }
    .p-so-o-wrapper .section-f .button-block a {
      max-width: 270px; }
.p-so-o-wrapper .section-g {
  padding-top: 60px;
  background: #fff url(../images/products/smart-office/overview/blog-background.jpg) no-repeat;
  background-position: top center;
  background-size: 100% auto; }
  .p-so-o-wrapper .section-g .top-heading h2 {
    margin: 0 0 62px;
    text-align: center; }
  .p-so-o-wrapper .section-g .blog-item {
    margin-bottom: 20px; }
    .p-so-o-wrapper .section-g .blog-item .blog-wrapper a .image-block {
      width: 100%;
      display: block;
      float: left;
      position: relative;
      height: 200px;
      overflow: hidden; }
      .p-so-o-wrapper .section-g .blog-item .blog-wrapper a .image-block img {
        max-width: 100%;
        width: 100%;
        height: auto; }
      .p-so-o-wrapper .section-g .blog-item .blog-wrapper a .image-block h4 {
        max-width: 180px;
        top: 10px;
        left: 30px;
        position: absolute;
        color: #fff;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        font-size: 18px;
        font-family: "acumin-pro";
        font-weight: 500;
        text-shadow: 1px 1px #000; }
    .p-so-o-wrapper .section-g .blog-item .blog-wrapper a .content-block {
      width: 100%;
      margin-top: 30px;
      padding: 0 30px;
      border-left: 1px solid #959595;
      display: block;
      float: left; }
      .p-so-o-wrapper .section-g .blog-item .blog-wrapper a .content-block p {
        font-size: 15.4px;
        font-family: "acumin-pro";
        font-weight: 500;
        height: 140px;
        margin-bottom: 20px;
        color: #697287;
        overflow: hidden; }
      .p-so-o-wrapper .section-g .blog-item .blog-wrapper a .content-block span {
        text-transform: uppercase;
        text-decoration: underline;
        font-size: 14px;
        font-family: "DINRegular"; }
    .p-so-o-wrapper .section-g .blog-item .blog-wrapper a:hover .image-block h4 {
      color: #77c11f; }
    .p-so-o-wrapper .section-g .blog-item .blog-wrapper a:hover .content-block span {
      color: #2a3754; }
    .p-so-o-wrapper .section-g .blog-item:first-of-type .blog-wrapper a .content-block {
      border-left: none; }
  .p-so-o-wrapper .section-g .button-block {
    margin-top: 50px;
    margin-bottom: 85px;
    text-align: center;
    width: 100%;
    float: left;
    display: block; }
    .p-so-o-wrapper .section-g .button-block a {
      max-width: 270px; }
.p-so-o-wrapper .feature-tab-section .trigger-ul li:first-child .content-block {
  display: none; }
.p-so-o-wrapper .overview-tab-content {
  background: #eff0f4;
  position: relative; }
  .p-so-o-wrapper .overview-tab-content .top-heading h2 {
    margin: 0px 0 20px;
    color: #2a3754;
    text-align: left;
    font-size: 35.4px;
    line-height: 48px; }
  .p-so-o-wrapper .overview-tab-content .content-block p {
    margin-bottom: 18px;
    font-size: 15.4px;
    font-family: "acumin-pro";
    font-weight: 500;
    color: #697287;
    text-align: left;
    line-height: 23px; }
  .p-so-o-wrapper .overview-tab-content .content-block a {
    font-size: 15.4px;
    font-family: "acumin-pro";
    font-weight: 600;
    text-transform: uppercase; }
  .p-so-o-wrapper .overview-tab-content .image-block {
    text-align: right; }
  .p-so-o-wrapper .overview-tab-content .tab-content > li .container {
    min-height: 490px; }
    .p-so-o-wrapper .overview-tab-content .tab-content > li .container .pull-right {
      bottom: 0;
      right: 0;
      position: absolute;
      padding-right: 0; }
  .p-so-o-wrapper .overview-tab-content .tab-content > li:first-child .container {
    padding-top: 90px; }
  .p-so-o-wrapper .overview-tab-content .tab-content > li:nth-child(2) .container {
    padding-top: 60px; }
    .p-so-o-wrapper .overview-tab-content .tab-content > li:nth-child(2) .container .pull-left {
      padding-right: 80px; }
  .p-so-o-wrapper .overview-tab-content .tab-content > li:nth-child(3) .container {
    padding-top: 100px; }
  .p-so-o-wrapper .overview-tab-content .tab-content > li:nth-child(4) .container {
    padding-top: 118px; }
  .p-so-o-wrapper .overview-tab-content .tab-content > li:nth-child(5) .container {
    padding-top: 118px; }
  .p-so-o-wrapper .overview-tab-content .tab-content > li:nth-child(6) .container {
    padding-top: 121px; }
.p-so-o-wrapper .switch-section {
  width: 100%;
  margin: 0;
  position: relative;
  float: left;
  background: #fff; }
  .p-so-o-wrapper .switch-section .slide {
    display: block;
    width: 100%;
    height: auto;
    -webkit-user-select: none;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    padding: 0; }
    .p-so-o-wrapper .switch-section .slide input[type="checkbox"] {
      display: none; }
    .p-so-o-wrapper .switch-section .slide .slider {
      top: 25px;
      left: 0;
      right: 0;
      margin: auto;
      display: inline-block;
      background: #fff;
      border: 3px solid #00b2e2;
      -moz-border-radius: 18px;
      -webkit-border-radius: 18px;
      border-radius: 18px;
      width: 145px;
      height: 40px;
      position: absolute;
      cursor: pointer;
      z-index: 3; }
    .p-so-o-wrapper .switch-section .slide .display {
      display: inline-block;
      cursor: pointer;
      vertical-align: top;
      line-height: 34px;
      transition: all 250ms;
      -webkit-transition: all 250ms;
      text-align: center;
      padding: 28px 107px 27px;
      font-size: 24px;
      font-family: "acumin-pro";
      font-weight: 300;
      text-transform: none; }
    .p-so-o-wrapper .switch-section .slide .on {
      margin-left: 0;
      color: #fff;
      pointer-events: none;
      background-color: #00b2e2;
      background-image: url(../images/home/manage-orders/l-non-active.jpg);
      background-repeat: no-repeat;
      background-position: left top;
      background-size: auto 100%;
      text-align: left; }
    .p-so-o-wrapper .switch-section .slide .off {
      margin-right: 0;
      color: #00b2e2;
      pointer-events: auto;
      background-color: #c2e5ef;
      background-image: url(../images/home/manage-orders/l-active.jpg);
      background-repeat: no-repeat;
      background-position: right top;
      background-size: auto 100%;
      text-align: right; }
    .p-so-o-wrapper .switch-section .slide input:not(:checked) ~ .on {
      color: #00b2e2;
      pointer-events: auto;
      background-color: #c2e5ef;
      background-image: url(../images/home/manage-orders/r-active.jpg);
      background-repeat: no-repeat;
      background-position: left top;
      background-size: auto 100%; }
    .p-so-o-wrapper .switch-section .slide input:not(:checked) ~ .switch-2 {
      display: block !important; }
    .p-so-o-wrapper .switch-section .slide input:not(:checked) ~ .off {
      color: #fff;
      pointer-events: none;
      background-color: #00b2e2;
      background-image: url(../images/home/manage-orders/r-non-active.jpg);
      background-repeat: no-repeat;
      background-position: right top;
      background-size: auto 100%; }
    .p-so-o-wrapper .switch-section .slide input:not(:checked) ~ .switch-1 {
      display: none !important; }
    .p-so-o-wrapper .switch-section .slide label.switch-1, .p-so-o-wrapper .switch-section .slide label.switch-2 {
      width: 100%;
      float: left;
      display: block;
      padding-top: 75px;
      padding-bottom: 85px; }
    .p-so-o-wrapper .switch-section .slide label.switch-labels {
      background: #fff;
      pointer-events: none; }
      .p-so-o-wrapper .switch-section .slide label.switch-labels a {
        pointer-events: auto; }
      .p-so-o-wrapper .switch-section .slide label.switch-labels .container .image-block {
        text-align: center; }
        .p-so-o-wrapper .switch-section .slide label.switch-labels .container .image-block img {
          margin-top: 35px; }
      .p-so-o-wrapper .switch-section .slide label.switch-labels .container .top-heading {
        text-align: left;
        padding-right: 0; }
        .p-so-o-wrapper .switch-section .slide label.switch-labels .container .top-heading h2 {
          margin: 0 0 18px;
          font-size: 36px;
          font-family: "acumin-pro";
          font-weight: 300;
          text-align: left;
          color: #2a3754; }
        .p-so-o-wrapper .switch-section .slide label.switch-labels .container .top-heading p {
          font-size: 20px;
          font-family: "acumin-pro";
          font-weight: 300;
          color: #697287;
          line-height: 23px;
          margin-bottom: 28px; }
      .p-so-o-wrapper .switch-section .slide label.switch-labels .container .content-block {
        padding-right: 15px;
        text-align: left; }
        .p-so-o-wrapper .switch-section .slide label.switch-labels .container .content-block p {
          text-align: left;
          font-size: 16px;
          font-family: "acumin-pro";
          font-weight: 500;
          color: #697287; }
          .p-so-o-wrapper .switch-section .slide label.switch-labels .container .content-block p strong {
            font-weight: 700;
            font-size: 16px; }
        .p-so-o-wrapper .switch-section .slide label.switch-labels .container .content-block ul.with-bullets {
          margin-top: 25px; }
          .p-so-o-wrapper .switch-section .slide label.switch-labels .container .content-block ul.with-bullets li {
            padding-left: 30px;
            padding-right: 5px;
            font-size: 16px;
            color: #697287;
            font-family: "acumin-pro";
            font-weight: 500;
            position: relative; }
            .p-so-o-wrapper .switch-section .slide label.switch-labels .container .content-block ul.with-bullets li strong {
              font-weight: 700;
              font-size: 16px; }
            .p-so-o-wrapper .switch-section .slide label.switch-labels .container .content-block ul.with-bullets li:before {
              float: left;
              content: '';
              width: 5px;
              height: 5px;
              display: inline-block;
              -moz-border-radius: 50%;
              -webkit-border-radius: 50%;
              border-radius: 50%;
              background: #ff4337;
              position: absolute;
              top: 10px;
              left: 0; }
      .p-so-o-wrapper .switch-section .slide label.switch-labels .container .button-block {
        text-align: left;
        margin: 30px 0 0; }
        .p-so-o-wrapper .switch-section .slide label.switch-labels .container .button-block a {
          max-width: 414px;
          float: left;
          pointer-events: auto; }
    .p-so-o-wrapper .switch-section .slide input:not(:checked) ~ .on:hover,
    .p-so-o-wrapper .switch-section .slide input:checked ~ .off:hover {
      color: #314554; }
    .p-so-o-wrapper .switch-section .slide .switch {
      width: 25px;
      height: 25px;
      -moz-border-radius: 14px;
      -webkit-border-radius: 14px;
      border-radius: 14px;
      background: #00b2e2;
      display: block;
      position: absolute;
      top: 4.75px;
      left: 6px;
      transition: all 250ms;
      -webkit-transition: all 250ms; }
    .p-so-o-wrapper .switch-section .slide .switch:hover {
      background-color: #2a3754; }
    .p-so-o-wrapper .switch-section .slide input:checked ~ label .switch {
      left: 100%;
      margin-left: -31.5px; }

.p-sof-view-wrapper .banner-heading-section {
  padding-top: 60px;
  padding-bottom: 70px;
  background-position: right bottom;
  background-repeat: no-repeat;
  height: 491px;
  border-bottom: 1px solid #d8dadd; }
  .p-sof-view-wrapper .banner-heading-section .left-content-section {
    padding-right: 0; }
    .p-sof-view-wrapper .banner-heading-section .left-content-section p {
      font-size: 41px;
      font-family: "acumin-pro";
      font-weight: 100; }
  .p-sof-view-wrapper .banner-heading-section .right-image-section img {
    margin-top: 10px; }
.p-sof-view-wrapper .feature-tab-section {
  border-top: none; }
  .p-sof-view-wrapper .feature-tab-section .float-icon {
    top: 320px; }
.p-sof-view-wrapper .top-section.content-section .content-block {
  padding: 65px 34px 55px; }
  .p-sof-view-wrapper .top-section.content-section .content-block .content-wrapper p {
    text-align: center;
    font-size: 21px;
    font-family: "acumin-pro";
    font-weight: 300;
    color: #697287; }
.p-sof-view-wrapper section.content-section .top-heading h2 {
  margin: 0 0 25px; }
.p-sof-view-wrapper .section-a {
  padding-top: 70px;
  padding-bottom: 0; }
  .p-sof-view-wrapper .section-a .top-heading {
    margin-top: 27px; }
  .p-sof-view-wrapper .section-a .pull-left {
    padding-right: 0; }
  .p-sof-view-wrapper .section-a .image-block img {
    margin: auto auto 20px;
    display: block; }
.p-sof-view-wrapper .section-b {
  padding-top: 35px; }
  .p-sof-view-wrapper .section-b .top-heading {
    margin-top: 60px; }
.p-sof-view-wrapper .section-c {
  padding-top: 44px; }
  .p-sof-view-wrapper .section-c .top-heading {
    margin-top: 60px; }
.p-sof-view-wrapper .section-d {
  padding-top: 20px; }
  .p-sof-view-wrapper .section-d .top-heading {
    margin-top: 85px;
    padding-left: 80px; }
  .p-sof-view-wrapper .section-d .content-block {
    padding-right: 25px;
    padding-left: 80px; }
.p-sof-view-wrapper .section-e {
  padding-top: 30px; }
  .p-sof-view-wrapper .section-e .top-heading {
    margin-top: 75px; }
.p-sof-view-wrapper .section-f {
  padding-top: 20px; }
  .p-sof-view-wrapper .section-f .top-heading {
    margin-top: 55px;
    padding-left: 80px; }
  .p-sof-view-wrapper .section-f .content-block {
    padding-right: 10px;
    padding-left: 80px; }
.p-sof-view-wrapper .section-g {
  padding-top: 30px; }
  .p-sof-view-wrapper .section-g .top-heading {
    margin-top: 95px; }
  .p-sof-view-wrapper .section-g .content-block {
    padding-right: 80px; }
.p-sof-view-wrapper .learn-more-section {
  padding: 65px 0 70px; }
  .p-sof-view-wrapper .learn-more-section .text-wrapper p {
    font-size: 26px;
    font-family: "acumin-pro";
    font-weight: 300; }
  .p-sof-view-wrapper .learn-more-section a.button {
    max-width: 145px; }

/* ------------------------------------------------------------ *\ 
        Search result Page
\* ------------------------------------------------------------ */
.search-r-content {
  /*
   - search section
  */
  /*
   - result section
  */ }
  .search-r-content .search-field-section {
    margin-top: 90px;
    margin-bottom: 45px; }
    .search-r-content .search-field-section .input-box {
      border: 1px solid #e2e7e7;
      display: block;
      width: 100%;
      max-width: 1000px;
      height: 48px;
      background: transparent url(../images/search-result/search-icon.png) no-repeat;
      background-position: 20px center; }
      .search-r-content .search-field-section .input-box input {
        width: calc(100% - 50px);
        height: 43px;
        float: right;
        border: none;
        font-size: 16px;
        font-family: "acumin-pro";
        font-weight: 400;
        color: #2a3754;
        text-transform: none; }
        .search-r-content .search-field-section .input-box input::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          font-size: 16px;
          font-family: "acumin-pro";
          font-weight: 400;
          color: #2a3754; }
        .search-r-content .search-field-section .input-box input::-moz-placeholder {
          /* Firefox 19+ */
          font-size: 16px;
          font-family: "acumin-pro";
          font-weight: 400;
          color: #2a3754; }
        .search-r-content .search-field-section .input-box input:-ms-input-placeholder {
          /* IE 10+ */
          font-size: 16px;
          font-family: "acumin-pro";
          font-weight: 400;
          color: #2a3754; }
        .search-r-content .search-field-section .input-box input:-moz-placeholder {
          /* Firefox 18- */
          font-size: 16px;
          font-family: "acumin-pro";
          font-weight: 400;
          color: #2a3754; }
  .search-r-content .result-list-section .result-block {
    padding-top: 30px;
    padding-bottom: 29px; }
    .search-r-content .result-list-section .result-block a .content-block {
      max-width: 727px; }
      .search-r-content .result-list-section .result-block a .content-block h3 {
        font-size: 20px;
        font-family: "acumin-pro";
        font-weight: 400;
        color: #0075cf;
        text-transform: none; }
      .search-r-content .result-list-section .result-block a .content-block p {
        text-transform: none; }
      .search-r-content .result-list-section .result-block a .content-block .link {
        font-size: 14px;
        font-family: "acumin-pro";
        font-weight: 400;
        color: #009818; }
        .search-r-content .result-list-section .result-block a .content-block .link:hover {
          color: #697287; }
    .search-r-content .result-list-section .result-block a:hover .content-block h3 {
      color: #00b2e2; }
    .search-r-content .result-list-section .result-block a:hover .content-block .link {
      color: #697287; }
  .search-r-content .pagination-block {
    margin-top: 45px; }

.support-wrapper .main-inner-page-banner {
  background-image: url(../images/support/background-banner.jpg); }
  .support-wrapper .main-inner-page-banner .container {
    /*  padding: 75px 15px 79px; */
    padding: 53px 15px 54px; }
.support-wrapper .artifex-support-tab.tab-section {
  background-color: #2f3940; }
  .support-wrapper .artifex-support-tab.tab-section ul.tab-nav-ul {
    padding: 0;
    margin: 0 auto;
    list-style: none; }
    .support-wrapper .artifex-support-tab.tab-section ul.tab-nav-ul > li {
      width: auto;
      float: left;
      height: auto; }
      .support-wrapper .artifex-support-tab.tab-section ul.tab-nav-ul > li > a {
        display: block;
        padding: 25px 50px;
        position: relative;
        text-align: center;
        font-size: 18px;
        font-family: "DINRegular";
        color: #fff;
        text-transform: uppercase;
        overflow: hidden; }
        .support-wrapper .artifex-support-tab.tab-section ul.tab-nav-ul > li > a:before {
          content: '';
          height: 3px;
          width: 100%;
          top: -4px;
          left: 0;
          right: 0;
          position: absolute;
          background-color: #77c11f;
          -webkit-transition: 0.3s ease all;
          -moz-transition: 0.3s ease all;
          -transition: 0.3s ease all; }
        .support-wrapper .artifex-support-tab.tab-section ul.tab-nav-ul > li > a:hover {
          color: #77c11f; }
          .support-wrapper .artifex-support-tab.tab-section ul.tab-nav-ul > li > a:hover:before {
            top: 0; }
      .support-wrapper .artifex-support-tab.tab-section ul.tab-nav-ul > li.current > a {
        color: #77c11f;
        pointer-events: none; }
        .support-wrapper .artifex-support-tab.tab-section ul.tab-nav-ul > li.current > a:before {
          top: 0; }
.support-wrapper .artifex-support-content {
  /*
  *  - Section 1 , Top section
  */
  /*
  *  - Section 2 ,"Enterprise Customers"
  */
  /*
  *  - Section 3 , "Open Source Licenses"
  */
  /*
  *  - Section 4 , "Retail SmartOffice Customers"
  */ }
  .support-wrapper .artifex-support-content section h2 {
    color: #2a3754;
    font-size: 35.4px; }
  .support-wrapper .artifex-support-content section h3 {
    margin: 30px 0 25px;
    padding: 0;
    font-size: 26px;
    font-family: "acumin-pro";
    font-weight: 300;
    color: #2a3754; }
  .support-wrapper .artifex-support-content section p {
    font-size: 15.5px;
    font-family: "acumin-pro";
    font-weight: 500;
    color: #697287; }
    .support-wrapper .artifex-support-content section p a {
      font-size: 15.5px;
      font-family: "acumin-pro";
      font-weight: 500; }
  .support-wrapper .artifex-support-content section ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .support-wrapper .artifex-support-content section ul li {
      font-size: 15.5px;
      font-family: "acumin-pro";
      font-weight: 500;
      color: #697287;
      position: relative;
      padding-left: 20px; }
      .support-wrapper .artifex-support-content section ul li a {
        font-size: 15.5px;
        font-family: "acumin-pro";
        font-weight: 500;
        color: #209dee; }
        .support-wrapper .artifex-support-content section ul li a:hover {
          color: #0075cf; }
      .support-wrapper .artifex-support-content section ul li:before {
        float: left;
        content: '';
        width: 5px;
        height: 5px;
        display: inline-block;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #ff4337;
        position: absolute;
        top: 8px;
        left: 0; }
  .support-wrapper .artifex-support-content .section-a .top-heading {
    padding-top: 47px;
    padding-bottom: 47px; }
    .support-wrapper .artifex-support-content .section-a .top-heading h2 {
      padding: 0 6%;
      margin: 0 0 18px;
      color: #2a3754;
      font-size: 35px; }
    .support-wrapper .artifex-support-content .section-a .top-heading p {
      font-size: 21px;
      font-family: "acumin-pro";
      font-weight: 300;
      color: #697287; }
  .support-wrapper .artifex-support-content .section-b {
    padding: 62px 0 73px;
    background: #eff0f4 url(../images/support/support.png) no-repeat;
    background-position: right center;
    background-size: auto 100%; }
    .support-wrapper .artifex-support-content .section-b h2 {
      text-align: left; }
    .support-wrapper .artifex-support-content .section-b .top-heading {
      padding-left: 8px; }
    .support-wrapper .artifex-support-content .section-b .left-section {
      padding-right: 0;
      padding-left: 8px; }
      .support-wrapper .artifex-support-content .section-b .left-section p {
        margin-bottom: 10px; }
  .support-wrapper .artifex-support-content .section-c {
    padding: 55px 0 55px; }
    .support-wrapper .artifex-support-content .section-c h2 {
      margin-bottom: 35px;
      text-align: left; }
    .support-wrapper .artifex-support-content .section-c p {
      margin-bottom: 21px; }
    .support-wrapper .artifex-support-content .section-c ul li {
      margin-bottom: 18px; }
    .support-wrapper .artifex-support-content .section-c .left-section img {
      margin: 10px  auto; }
  .support-wrapper .artifex-support-content .section-d {
    padding: 73px 0 75px;
    background: #f6f7f9; }
    .support-wrapper .artifex-support-content .section-d h2 {
      text-align: left;
      margin: 0; }
    .support-wrapper .artifex-support-content .section-d .left-section {
      padding-right: 36px; }
      .support-wrapper .artifex-support-content .section-d .left-section p {
        margin-top: 40px;
        margin-bottom: 21px; }
      .support-wrapper .artifex-support-content .section-d .left-section ul li {
        margin-bottom: 18px; }
        .support-wrapper .artifex-support-content .section-d .left-section ul li:last-child {
          margin-bottom: 0; }
    .support-wrapper .artifex-support-content .section-d .right-section {
      padding-left: 45px; }
      .support-wrapper .artifex-support-content .section-d .right-section p {
        margin-top: 40px;
        margin-bottom: 21px; }
      .support-wrapper .artifex-support-content .section-d .right-section ul li {
        margin-bottom: 18px; }
        .support-wrapper .artifex-support-content .section-d .right-section ul li:last-child {
          margin-bottom: 0; }

.licensing-wrapper .main-inner-page-banner {
  background-image: url(../images/support/background-banner.jpg); }
.licensing-wrapper .artifex-licensing-tab.tab-section {
  background-color: #2f3940; }
  .licensing-wrapper .artifex-licensing-tab.tab-section ul.tab-nav-ul {
    padding: 0;
    margin: 0 auto;
    list-style: none; }
    .licensing-wrapper .artifex-licensing-tab.tab-section ul.tab-nav-ul > li {
      width: auto;
      float: left;
      height: auto; }
      .licensing-wrapper .artifex-licensing-tab.tab-section ul.tab-nav-ul > li > a {
        display: block;
        padding: 25px 20px;
        position: relative;
        text-align: center;
        font-size: 17.4px;
        font-family: "DINRegular";
        color: #fff;
        text-transform: uppercase;
        overflow: hidden; }
        .licensing-wrapper .artifex-licensing-tab.tab-section ul.tab-nav-ul > li > a:before {
          content: '';
          height: 3px;
          width: 100%;
          top: -4px;
          left: 0;
          right: 0;
          position: absolute;
          background-color: #77c11f;
          -webkit-transition: 0.3s ease all;
          -moz-transition: 0.3s ease all;
          -transition: 0.3s ease all; }
        .licensing-wrapper .artifex-licensing-tab.tab-section ul.tab-nav-ul > li > a:hover {
          color: #77c11f; }
          .licensing-wrapper .artifex-licensing-tab.tab-section ul.tab-nav-ul > li > a:hover:before {
            top: 0; }
      .licensing-wrapper .artifex-licensing-tab.tab-section ul.tab-nav-ul > li.current > a {
        color: #77c11f;
        pointer-events: none; }
        .licensing-wrapper .artifex-licensing-tab.tab-section ul.tab-nav-ul > li.current > a:before {
          top: 0; }
.licensing-wrapper .artifex-licensing-content {
  /*
  *  - Section 1 , "Open Source Licensing Basic"
  */
  /*
  *  - Section 2 , "Artifex Commercial Licensing Options"
  */
  /*
  *  - Section 3 , "Which is Right for you section"
  */ }
  .licensing-wrapper .artifex-licensing-content section .container {
    padding-left: 104px; }
  .licensing-wrapper .artifex-licensing-content section h3 {
    margin: 44px 0 0;
    padding: 0;
    font-size: 26px;
    font-family: "acumin-pro";
    font-weight: 300;
    text-transform: none;
    color: #2a3754; }
  .licensing-wrapper .artifex-licensing-content section p {
    margin: 20px 0 0;
    padding: 0;
    font-size: 15.4px;
    font-family: "acumin-pro";
    font-weight: 500;
    text-transform: none;
    color: #697287; }
    .licensing-wrapper .artifex-licensing-content section p strong {
      font-size: 15.4px;
      font-family: "acumin-pro";
      font-weight: 700; }
    .licensing-wrapper .artifex-licensing-content section p a {
      font-size: 15.4px;
      font-family: "acumin-pro";
      font-weight: 500; }
    .licensing-wrapper .artifex-licensing-content section p.underline {
      text-decoration: underline; }
    .licensing-wrapper .artifex-licensing-content section p.no-bottom {
      margin-bottom: -20px; }
  .licensing-wrapper .artifex-licensing-content section ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .licensing-wrapper .artifex-licensing-content section ul li {
      font-size: 15.4px;
      font-family: "acumin-pro";
      font-weight: 500; }
      .licensing-wrapper .artifex-licensing-content section ul li a {
        font-size: 15.4px;
        font-family: "acumin-pro";
        font-weight: 500; }
  .licensing-wrapper .artifex-licensing-content section .button-row a.button {
    max-width: 465px;
    padding: 8px 0 9px;
    text-transform: uppercase;
    text-align: center;
    margin: 50px auto 20px;
    font-size: 14px;
    font-family: "DINPro-Regular"; }
  .licensing-wrapper .artifex-licensing-content .section-b {
    padding-top: 10px; }
    .licensing-wrapper .artifex-licensing-content .section-b ul li {
      margin: 20px 0 0;
      padding: 0;
      font-size: 15.5px;
      font-family: "acumin-pro";
      font-weight: 500;
      color: #697287;
      position: relative;
      padding-left: 20px; }
      .licensing-wrapper .artifex-licensing-content .section-b ul li:before {
        float: left;
        content: '';
        width: 5px;
        height: 5px;
        display: inline-block;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #ff4337;
        position: absolute;
        top: 8px;
        left: 0; }
  .licensing-wrapper .artifex-licensing-content .section-c .first-col ul li {
    margin: 20px 0 0;
    padding: 0;
    font-size: 15.5px;
    font-family: "acumin-pro";
    font-weight: 500;
    color: #697287;
    position: relative;
    padding-left: 20px; }
    .licensing-wrapper .artifex-licensing-content .section-c .first-col ul li:before {
      float: left;
      content: '';
      width: 5px;
      height: 5px;
      display: inline-block;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: #ff4337;
      position: absolute;
      top: 8px;
      left: 0; }
  .licensing-wrapper .artifex-licensing-content .section-c .table-ul {
    padding-top: 40px; }
    .licensing-wrapper .artifex-licensing-content .section-c .table-ul > ul {
      width: 100%;
      float: left;
      position: relative; }
      .licensing-wrapper .artifex-licensing-content .section-c .table-ul > ul > li {
        width: 50%;
        float: left; }
        .licensing-wrapper .artifex-licensing-content .section-c .table-ul > ul > li .heading-block {
          padding: 16px 15px 15px;
          background-color: #0075d0;
          text-align: center; }
          .licensing-wrapper .artifex-licensing-content .section-c .table-ul > ul > li .heading-block h4 {
            margin: 0;
            padding: 0;
            font-size: 17px;
            font-family: "DINBold";
            color: #fff;
            text-transform: uppercase; }
          .licensing-wrapper .artifex-licensing-content .section-c .table-ul > ul > li .heading-block p {
            margin: 0;
            padding: 0;
            font-size: 17px;
            font-family: "DINBold";
            color: #fff;
            text-transform: uppercase; }
        .licensing-wrapper .artifex-licensing-content .section-c .table-ul > ul > li .content-block h3 {
          margin: 0;
          font-size: 20px;
          font-weight: 500; }
        .licensing-wrapper .artifex-licensing-content .section-c .table-ul > ul > li .content-block ul li {
          margin: 20px 0 0;
          padding: 0;
          font-size: 15.5px;
          font-family: "acumin-pro";
          font-weight: 500;
          color: #697287;
          position: relative;
          padding-left: 20px; }
          .licensing-wrapper .artifex-licensing-content .section-c .table-ul > ul > li .content-block ul li:before {
            float: left;
            content: '';
            width: 5px;
            height: 5px;
            display: inline-block;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background: #ff4337;
            position: absolute;
            top: 8px;
            left: 0; }
        .licensing-wrapper .artifex-licensing-content .section-c .table-ul > ul > li:first-child .content-block {
          padding: 40px 45px 40px 13px; }
        .licensing-wrapper .artifex-licensing-content .section-c .table-ul > ul > li:first-child:after {
          content: '';
          height: 100%;
          width: 1px;
          display: block;
          left: 50%;
          top: 0;
          bottom: 0;
          position: absolute;
          background: #e2e3e4; }
        .licensing-wrapper .artifex-licensing-content .section-c .table-ul > ul > li:last-child .content-block {
          padding: 40px; }
      .licensing-wrapper .artifex-licensing-content .section-c .table-ul > ul:last-of-type {
        border-top: 1px solid #e2e3e4;
        border-bottom: 1px solid #e2e3e4; }
        .licensing-wrapper .artifex-licensing-content .section-c .table-ul > ul:last-of-type > li:first-child .content-block {
          padding: 40px 150px 40px 13px; }
        .licensing-wrapper .artifex-licensing-content .section-c .table-ul > ul:last-of-type > li:last-child .content-block {
          padding: 40px 148px 40px 40px; }
  .licensing-wrapper .artifex-licensing-content .section-d {
    padding-bottom: 45px; }
    .licensing-wrapper .artifex-licensing-content .section-d ul li {
      margin: 20px 0 0;
      padding: 0;
      font-size: 15.5px;
      font-family: "acumin-pro";
      font-weight: 500;
      color: #697287;
      position: relative;
      padding-left: 20px; }
      .licensing-wrapper .artifex-licensing-content .section-d ul li:before {
        float: left;
        content: '';
        width: 5px;
        height: 5px;
        display: inline-block;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #ff4337;
        position: absolute;
        top: 8px;
        left: 0; }

.contact-us-wrapper .main-inner-page-banner {
  background-image: url(../images/contact-us/background.jpg); }
  .contact-us-wrapper .main-inner-page-banner .container {
    /*  padding: 75px 15px 80px; */
    padding: 53px 15px 54px; }
.contact-us-wrapper .contact-us-content {
  padding-top: 46px;
  padding-bottom: 50px;
  /** Error Messages **/ }
  .contact-us-wrapper .contact-us-content .no-div-display {
    display: none; }
  .contact-us-wrapper .contact-us-content .left-section {
    padding-right: 55px; }
    .contact-us-wrapper .contact-us-content .left-section .content-wrapper {
      width: 100%;
      height: auto;
      display: block;
      padding: 23px 30px  45px  60px;
      background-color: #f6f7f9; }
      .contact-us-wrapper .contact-us-content .left-section .content-wrapper h2 {
        margin: 0 0 30px;
        padding: 0;
        font-size: 36px;
        font-family: "acumin-pro";
        font-weight: 300;
        color: #2a3754;
        text-transform: none; }
      .contact-us-wrapper .contact-us-content .left-section .content-wrapper h3, .contact-us-wrapper .contact-us-content .left-section .content-wrapper h4, .contact-us-wrapper .contact-us-content .left-section .content-wrapper p, .contact-us-wrapper .contact-us-content .left-section .content-wrapper address {
        max-width: 240px; }
      .contact-us-wrapper .contact-us-content .left-section .content-wrapper h3 {
        margin: 0 0 15px;
        padding: 0;
        font-size: 21.5px;
        font-family: "acumin-pro";
        font-weight: 300;
        color: #697287; }
      .contact-us-wrapper .contact-us-content .left-section .content-wrapper h4 {
        margin: 20px 0 5px;
        padding: 0;
        font-size: 16px;
        font-family: "acumin-pro";
        font-weight: 700;
        color: #697287; }
      .contact-us-wrapper .contact-us-content .left-section .content-wrapper p, .contact-us-wrapper .contact-us-content .left-section .content-wrapper address {
        margin: 0;
        padding: 0;
        font-size: 16px;
        font-family: "acumin-pro";
        font-weight: 400;
        line-height: 27px;
        color: #697287; }
  .contact-us-wrapper .contact-us-content .right-section {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 30px; }
    .contact-us-wrapper .contact-us-content .right-section select {
      width: 100%;
      float: left;
      display: block;
      height: 45px;
      margin-bottom: 20px;
      max-width: 200px;
      padding-left: 20px;
      padding-right: 20px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border: 2px solid #efefef;
      font-size: 16px;
      font-family: "acumin-pro";
      font-weight: 400;
      color: rgba(105, 114, 135, 0.51);
      background: transparent url(../images/contact-us/drop-down-arrow.png) no-repeat;
      background-position: center right 20px; }
    .contact-us-wrapper .contact-us-content .right-section div#wpcf7-f2142-o2 {
      display: none; }
    .contact-us-wrapper .contact-us-content .right-section h2 {
      margin: 0 0 40px;
      padding: 0;
      font-size: 36px;
      font-family: "acumin-pro";
      font-weight: 300;
      color: #2a3754;
      text-transform: none; }
    .contact-us-wrapper .contact-us-content .right-section form span.wpcf7-not-valid-tip {
      width: 100%;
      float: left; }
    .contact-us-wrapper .contact-us-content .right-section form h5 {
      font-size: 22px;
      font-weight: 500;
      color: #2a3754;
      text-transform: none;
      font-family: "acumin-pro"; }
    .contact-us-wrapper .contact-us-content .right-section form .input-fields {
      width: 100%;
      float: left;
      display: block;
      margin-bottom: 18px; }
      .contact-us-wrapper .contact-us-content .right-section form .input-fields label {
        margin: 5px 0;
        padding: 0;
        font-size: 16px;
        font-family: "acumin-pro";
        font-weight: 500;
        color: #697287; }
        .contact-us-wrapper .contact-us-content .right-section form .input-fields label#purpose-error {
          width: 90%;
          font-weight: normal; }
      .contact-us-wrapper .contact-us-content .right-section form .input-fields > label {
        font-weight: 700;
        color: #697287; }
      .contact-us-wrapper .contact-us-content .right-section form .input-fields input.input-text {
        width: 100%;
        float: left;
        display: block;
        height: 45px;
        padding-left: 20px;
        padding-right: 20px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 2px solid #efefef;
        font-size: 16px;
        font-family: "acumin-pro";
        font-weight: 400;
        color: #697287; }
        .contact-us-wrapper .contact-us-content .right-section form .input-fields input.input-text::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          font-size: 16px;
          font-family: "acumin-pro";
          font-weight: 400;
          color: rgba(105, 114, 135, 0.51); }
        .contact-us-wrapper .contact-us-content .right-section form .input-fields input.input-text::-moz-placeholder {
          /* Firefox 19+ */
          font-size: 16px;
          font-family: "acumin-pro";
          font-weight: 400;
          color: rgba(105, 114, 135, 0.51); }
        .contact-us-wrapper .contact-us-content .right-section form .input-fields input.input-text:-ms-input-placeholder {
          /* IE 10+ */
          font-size: 16px;
          font-family: "acumin-pro";
          font-weight: 400;
          color: rgba(105, 114, 135, 0.51); }
        .contact-us-wrapper .contact-us-content .right-section form .input-fields input.input-text:-moz-placeholder {
          /* Firefox 18- */
          font-size: 16px;
          font-family: "acumin-pro";
          font-weight: 400;
          color: rgba(105, 114, 135, 0.51); }
      .contact-us-wrapper .contact-us-content .right-section form .input-fields select {
        width: 100%;
        float: left;
        display: block;
        height: 45px;
        padding-left: 20px;
        padding-right: 20px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 2px solid #efefef;
        font-size: 16px;
        font-family: "acumin-pro";
        font-weight: 400;
        color: rgba(105, 114, 135, 0.51);
        background: transparent url(../images/contact-us/drop-down-arrow.png) no-repeat;
        background-position: center right 20px; }
      .contact-us-wrapper .contact-us-content .right-section form .input-fields textArea {
        width: 100%;
        float: left;
        display: block;
        height: 165px;
        padding: 15px 20px;
        resize: none;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 2px solid #efefef;
        font-size: 16px;
        font-family: "acumin-pro";
        font-weight: 400;
        color: #697287;
        outline: 0 !important; }
      .contact-us-wrapper .contact-us-content .right-section form .input-fields.form-choose-field select {
        max-width: 270px;
        color: #697287; }
    .contact-us-wrapper .contact-us-content .right-section form .button-field {
      width: 100%;
      float: left;
      display: block;
      margin-top: 30px; }
      .contact-us-wrapper .contact-us-content .right-section form .button-field .button {
        width: 125px;
        margin-bottom: 20px;
        padding: 8px 0 10px;
        display: block;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        color: #fff;
        background: #0075cf;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        font-size: 14px;
        font-family: "DINPro-Regular";
        text-align: center;
        text-transform: uppercase; }
        .contact-us-wrapper .contact-us-content .right-section form .button-field .button:hover {
          background: #00b2e2; }
  .contact-us-wrapper .contact-us-content div.wpcf7-response-output {
    margin: 0;
    padding: 5px 1em;
    width: 100%;
    float: left; }

/*Normal Desktop*/
@media (min-width: 1025px) and (max-width: 1199px) {
  header {
    /** Header Logo **/ }
    header a.navbar-brand > img {
      max-width: 175px; }
    header .artifex-navigation .main-nav-bar ul.navbar-nav > li {
      /** First Child Style **/ }
      header .artifex-navigation .main-nav-bar ul.navbar-nav > li > a {
        padding: 36px 10px 34px; }
      header .artifex-navigation .main-nav-bar ul.navbar-nav > li > ul {
        width: 320px;
        padding: 22px  10px; }
        header .artifex-navigation .main-nav-bar ul.navbar-nav > li > ul > li a {
          font-size: 14px; }
      header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul {
        width: 647px; }
        header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:first-child > a {
          width: 195px; }
        header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:nth-child(2) > a {
          width: 185px; }
        header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:last-child > a {
          width: 195px; }
    header .artifex-navigation .main-nav-bar .navbar-right-2 {
      margin-top: 0;
      /** Developer Button **/ }
      header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section {
        position: relative;
        width: auto;
        float: left; }
        header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section a {
          padding: 45px 15px;
          margin: 0 10px; }
      header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links li a {
        margin: 10px 4px;
        width: 110px; }
      header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links > li {
        /** Developers Button **/ }
        header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links > li.developer-link > ul {
          width: 231px; }

  .client-logo-section .clients-image-carousel.slider-off .yerslider-slider {
    white-space: normal; }
    .client-logo-section .clients-image-carousel.slider-off .yerslider-slider .yerslider-slide {
      width: auto;
      float: left;
      background-color: transparent; }
      .client-logo-section .clients-image-carousel.slider-off .yerslider-slider .yerslider-slide .yerslider-slide-inner img {
        width: auto;
        max-width: 100%;
        max-height: 100%; }

  section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion {
    padding-top: 45px; }
    section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion .top-row {
      margin-bottom: 20px;
      height: 185px; }

  /* ------------------------------------------------------------ *\ 
  	Home Page content section
  \* ------------------------------------------------------------ */
  .home-wrapper {
    /*
      - Home common styles
    */
    /*
      - Main banner slider
    */
    /*
      - Client logos section
    */
    /*
      - Product section
    */
    /*
      - Tools and applications section
    */
    /*
      - Case studies  section
    */
    /*
      - Product licensing section
    */ }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide .container > .row {
      height: 395px; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide .container .content-seccion {
      padding-top: 40px; }
      .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide .container .content-seccion p {
        font-size: 32px;
        margin-bottom: 40px; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(2) .container .image-block {
      padding-right: 45px; }
      .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(2) .container .image-block img {
        width: auto; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(3) .container .image-block img {
      margin-top: 20px; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container img {
      width: auto; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .image-block img {
      margin-top: 51px; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion {
      padding-top: 75px; }
      .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion .top-section {
        width: 100%;
        float: left;
        margin-bottom: 10px; }
        .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion .top-section .left-content {
          width: 60%;
          float: left;
          margin-bottom: 0; }
          .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion .top-section .left-content p {
            margin-bottom: 0; }
        .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion .top-section .right-content {
          width: auto;
          float: left;
          max-width: 32%;
          margin-top: -102px; }
          .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion .top-section .right-content img {
            max-width: 100%; }
      .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion p.sub-p {
        font-size: 30px;
        max-width: 520px;
        margin-bottom: 30px;
        color: #2a3754; }
    .home-wrapper .home-cs .clients-image-carousel.slider-off .yerslider-slider {
      padding-left: 10px;
      padding-right: 10px; }
      .home-wrapper .home-cs .clients-image-carousel.slider-off .yerslider-slider .yerslider-slide {
        height: 40px;
        margin: 0; }
        .home-wrapper .home-cs .clients-image-carousel.slider-off .yerslider-slider .yerslider-slide .yerslider-slide-inner img {
          height: 40px;
          margin: 0 23px; }
    .home-wrapper .home-ps .product-box .over-wrapper .content-block {
      height: 235px; }
    .home-wrapper .home-pls .product-license-box .over-wrapper .content-block {
      height: 100px; }

  /* ------------------------------------------------------------ *\ 
  	Solution Details Page content section
  \* ------------------------------------------------------------ */
  .sd-wrapper {
    /*
      - Client logos section
    */ }
    .sd-wrapper .solution-cs .clients-image-carousel.slider-off .yerslider-slider .yerslider-slide img {
      height: 40px; }

  /*
    - Company page common styles
  */
  .company-wrapper .tab-section ul.tab-nav-ul > li > a {
    padding: 25px 14px; }

  /* ------------------------------------------------------------ *\ 
      Leadership Team Page content section
  \* ------------------------------------------------------------ */
  .com-lt-wrapper {
    /*
      - Tab Content
    */ }
    .com-lt-wrapper .com-lt-content .ls-block .over-wrapper {
      min-height: 470px;
      padding: 50px 100px 43px; }

  /* ------------------------------------------------------------ *\ 
      Case Studies Detail Page content section
  \* ------------------------------------------------------------ */
  .com-cs-detail-wrapper {
    /*
      - Tab Content
    */ }
    .com-cs-detail-wrapper .com-cs-detail-content {
    /*
	  - Client Detail Section
	*/
    /*
	  - The Situation Section
	*/
    /*
	  - The Solution Section
	*/
    /*
	  - Client Detail Section
	*/
    /*
	  - Client Detail Section
	*/ }
      .com-cs-detail-wrapper .com-cs-detail-content .client-detail-section .left-images-block {
        text-align: right; }
        .com-cs-detail-wrapper .com-cs-detail-content .client-detail-section .left-images-block .top-logo {
          padding-top: 50px; }
        .com-cs-detail-wrapper .com-cs-detail-content .client-detail-section .left-images-block .bottom-logo {
          margin-top: 30px; }
      .com-cs-detail-wrapper .com-cs-detail-content .client-detail-section .content-block {
        padding-top: 50px;
        padding-left: 15px;
        padding-right: 15px; }
      .com-cs-detail-wrapper .com-cs-detail-content .the-situation-section {
        padding-top: 35px;
        padding-bottom: 30px;
        min-height: 340px; }
      .com-cs-detail-wrapper .com-cs-detail-content .the-solution-section {
        padding-top: 30px;
        padding-bottom: 16px; }
      .com-cs-detail-wrapper .com-cs-detail-content .the-result-section {
        padding-top: 40px;
        padding-bottom: 40px;
        min-height: 340px; }
        .com-cs-detail-wrapper .com-cs-detail-content .the-result-section .top-heading {
          padding-top: 20px;
          padding-left: 15px; }
        .com-cs-detail-wrapper .com-cs-detail-content .the-result-section .content-block {
          padding-left: 15px; }
        .com-cs-detail-wrapper .com-cs-detail-content .the-result-section .image-block img {
          float: left;
          max-width: 100%; }
      .com-cs-detail-wrapper .com-cs-detail-content .other-cs-section .container {
        padding-bottom: 60px; }
        .com-cs-detail-wrapper .com-cs-detail-content .other-cs-section .container .top-heading h2 {
          padding-top: 65px;
          margin-bottom: 40px; }

  .product-wrapper {
    /*
    * Smart Office Tab Section
    */
    /*
    * Main Banner 
    */
    /*
    * Smart Office Page Heading 
    */
    /*
    * Content area
    */
    /*
    * Learn more section
    */
    /*
    * Licensing  section
    */
    /*
    * Licensing  section
    */ }
    .product-wrapper ul {
      padding: 0;
      margin: 0;
      list-style: none; }
    .product-wrapper .feature-tab-section .container ul li a {
      padding: 25px 27px 19px;
      margin: 0; }
    .product-wrapper .main-inner-page-banner {
      padding-top: 55px;
      padding-bottom: 60px; }
      .product-wrapper .main-inner-page-banner h3 {
        padding: 0;
        margin: 0 0 15px;
        font-size: 20px;
        font-family: "DINBold";
        color: #000;
        text-transform: uppercase; }
      .product-wrapper .main-inner-page-banner P {
        padding: 0;
        margin: 0 0 40px;
        font-size: 26px;
        font-family: "acumin-pro";
        font-weight: 300;
        color: #000;
        text-transform: none; }
      .product-wrapper .main-inner-page-banner a.button {
        padding: 10px 0 8px;
        max-width: 180px;
        font-size: 14px;
        font-family: "DINRegular";
        text-align: center;
        text-transform: uppercase; }
    .product-wrapper .content-section.gray {
      background-color: #eef1f3; }
    .product-wrapper .content-section .top-heading h2 {
      margin: 0 0 35px;
      color: #2a3754;
      text-align: left;
      font-size: 35.4px; }
    .product-wrapper .content-section .image-block img {
      max-width: 100%; }
    .product-wrapper .content-section .content-block .content-wrapper p {
      margin-bottom: 18px;
      font-size: 15.4px;
      font-family: "acumin-pro";
      font-weight: 500;
      color: #697287;
      text-align: left; }
      .product-wrapper .content-section .content-block .content-wrapper p a {
        font-size: 15.4px;
        font-family: "acumin-pro";
        font-weight: 500; }
      .product-wrapper .content-section .content-block .content-wrapper p strong {
        font-weight: 700; }
      .product-wrapper .content-section .content-block .content-wrapper p.no-bottom {
        margin-bottom: 5px; }
      .product-wrapper .content-section .content-block .content-wrapper p.list-heading {
        margin-bottom: 10px; }
    .product-wrapper .content-section .content-block .content-wrapper ul.with-bullets li {
      margin: 0 0 17px;
      padding: 0;
      font-size: 15.4px;
      font-family: "acumin-pro";
      font-weight: 500;
      color: #697287;
      position: relative;
      padding-left: 34px; }
      .product-wrapper .content-section .content-block .content-wrapper ul.with-bullets li strong {
        font-weight: 700; }
      .product-wrapper .content-section .content-block .content-wrapper ul.with-bullets li p {
        color: #697287;
        font-size: 15.4px;
        font-family: "acumin-pro";
        font-weight: 500; }
        .product-wrapper .content-section .content-block .content-wrapper ul.with-bullets li p strong {
          font-weight: 700; }
      .product-wrapper .content-section .content-block .content-wrapper ul.with-bullets li a {
        font-size: 15.4px;
        font-family: "acumin-pro";
        font-weight: 500; }
      .product-wrapper .content-section .content-block .content-wrapper ul.with-bullets li:before {
        float: left;
        content: '';
        width: 5px;
        height: 5px;
        display: inline-block;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #ff4337;
        position: absolute;
        top: 8px;
        left: 0; }
    .product-wrapper .content-section .button-block {
      text-align: center; }
      .product-wrapper .content-section .button-block a {
        padding: 11px 20px 9px;
        margin: 0 auto 0;
        color: #fff;
        font-size: 14px;
        font-family: "DINRegular";
        text-transform: uppercase; }
    .product-wrapper .content-section.center {
      text-align: center; }
      .product-wrapper .content-section.center .top-heading h2 {
        text-align: center; }
      .product-wrapper .content-section.center .content-block p {
        text-align: center; }
    .product-wrapper .learn-more-section .text-wrapper {
      text-align: center; }
      .product-wrapper .learn-more-section .text-wrapper h4 {
        padding: 0;
        margin: 0 0 5px;
        color: #fff;
        font-size: 20px;
        font-family: "DINBold";
        text-transform: uppercase; }
      .product-wrapper .learn-more-section .text-wrapper p {
        margin: 0 0 25px;
        font-size: 15.4px;
        font-family: "acumin-pro";
        font-weight: 300;
        text-align: center;
        color: #fff; }
      .product-wrapper .learn-more-section .text-wrapper a {
        padding: 11px 20px 9px;
        margin: 0 auto 0;
        color: #fff;
        font-size: 14px;
        font-family: "DINRegular";
        text-transform: uppercase;
        -webkit-box-shadow: 0 0.5px 1px 0px rgba(0, 0, 0, 0.7);
        -moz-box-shadow: 0 0.5px 1px 0px rgba(0, 0, 0, 0.7);
        box-shadow: 0 0.5px 1px 0px rgba(0, 0, 0, 0.7); }
    .product-wrapper .learn-more-section .half-block {
      padding-top: 48px;
      padding-bottom: 50px; }
      .product-wrapper .learn-more-section .half-block .text-wrapper {
        max-width: 404px;
        margin: auto; }
      .product-wrapper .learn-more-section .half-block.green-block {
        background: #77c11f; }
        .product-wrapper .learn-more-section .half-block.green-block .text-wrapper a {
          max-width: 147px; }
      .product-wrapper .learn-more-section .half-block.blue {
        background: #00b2e2; }
        .product-wrapper .learn-more-section .half-block.blue .text-wrapper a {
          max-width: 225px; }
    .product-wrapper .licensing-section {
      padding-top: 40px;
      padding-bottom: 35px; }
      .product-wrapper .licensing-section .top-heading {
        padding: 0 0 38px; }
        .product-wrapper .licensing-section .top-heading h2 {
          margin: 0 0 13px;
          padding: 0;
          color: #2a3754;
          text-align: center; }
        .product-wrapper .licensing-section .top-heading p {
          margin: 0;
          padding: 0;
          font-size: 21.4px;
          font-family: "acumin-pro";
          font-weight: 300;
          color: #697287;
          text-align: center; }
      .product-wrapper .licensing-section .product-license-box .over-wrapper {
        margin-bottom: 20px;
        padding: 37px 40px 24px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background-color: #2f3940; }
        .product-wrapper .licensing-section .product-license-box .over-wrapper .image-block {
          width: 100%;
          height: 83px;
          margin-bottom: 33px;
          text-align: center; }
        .product-wrapper .licensing-section .product-license-box .over-wrapper .content-block {
          height: 90px;
          margin-bottom: 7px;
          text-align: center; }
          .product-wrapper .licensing-section .product-license-box .over-wrapper .content-block h3 {
            padding: 0;
            margin-bottom: 7.5px;
            color: #fff;
            font-size: 20px;
            font-family: "DINBold";
            text-transform: uppercase; }
          .product-wrapper .licensing-section .product-license-box .over-wrapper .content-block p {
            text-align: center;
            color: #fff;
            font-size: 16px;
            font-family: "acumin-pro";
            font-weight: 300;
            text-transform: none; }
        .product-wrapper .licensing-section .product-license-box .over-wrapper .action-block {
          text-align: center; }
          .product-wrapper .licensing-section .product-license-box .over-wrapper .action-block a {
            position: relative;
            font-size: 14px;
            font-family: "DINPro-Regular";
            text-transform: uppercase; }
      .product-wrapper .licensing-section .product-license-box:last-child .over-wrapper {
        padding: 37px 50px 24px; }
    .product-wrapper .technical-info-section {
      padding: 50px 0 47px;
      background: #f7f8f9; }
      .product-wrapper .technical-info-section .top-row .top-heading h2 {
        margin: 0 0 45px;
        text-align: center; }
      .product-wrapper .technical-info-section .bottom-row > div > ul > li {
        float: left; }
        .product-wrapper .technical-info-section .bottom-row > div > ul > li h4 {
          margin: 2px 0 20px;
          font-size: 19.5px;
          font-family: "DINRegular";
          text-transform: uppercase;
          color: #2a3754; }
        .product-wrapper .technical-info-section .bottom-row > div > ul > li ul li {
          margin: 0 0 12px;
          padding: 0;
          font-size: 13px;
          font-family: "DINBold";
          color: #0075cf;
          text-transform: uppercase;
          position: relative;
          padding-left: 34px; }
          .product-wrapper .technical-info-section .bottom-row > div > ul > li ul li:before {
            float: left;
            content: '';
            width: 5px;
            height: 5px;
            display: inline-block;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background: #0075cf;
            position: absolute;
            top: 8px;
            left: 0; }
          .product-wrapper .technical-info-section .bottom-row > div > ul > li ul li:last-child {
            margin-bottom: 0; }
      .product-wrapper .technical-info-section.mu-pdf .bottom-row > div > ul > li {
        min-height: 194px;
        border-left: 1px solid #cdcfd0; }
        .product-wrapper .technical-info-section.mu-pdf .bottom-row > div > ul > li:first-child {
          width: 335px;
          border-left: none; }
        .product-wrapper .technical-info-section.mu-pdf .bottom-row > div > ul > li:nth-child(2) {
          width: calc(100% - 670px);
          padding-left: 65px;
          padding-right: 30px; }
        .product-wrapper .technical-info-section.mu-pdf .bottom-row > div > ul > li:last-child {
          width: 335px;
          padding-left: 65px; }
      .product-wrapper .technical-info-section.gs .bottom-row > div > ul > li {
        min-height: 184px;
        border-left: 1px solid #cdcfd0; }
        .product-wrapper .technical-info-section.gs .bottom-row > div > ul > li:first-child {
          border-left: none;
          width: 270px; }
        .product-wrapper .technical-info-section.gs .bottom-row > div > ul > li:nth-child(2) {
          padding-left: 30px;
          padding-right: 40px; }
        .product-wrapper .technical-info-section.gs .bottom-row > div > ul > li:nth-child(3) {
          padding-left: 40px;
          padding-right: 35px; }
        .product-wrapper .technical-info-section.gs .bottom-row > div > ul > li:last-child {
          padding-left: 40px; }

  .p-gso-wrapper .main-inner-page-banner {
    padding-top: 54px;
    padding-bottom: 54px;
    background-image: url(../images/products/background.jpg);
    /**
    .animation-block {
        padding-top: 45px;
        padding-bottom: 40px;
        .slideshow {
            position: relative;
            height: 30px;
            >div {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                display: block;
                width: 100%;
                @include custom-font(17px, 'DINBold');
                text-transform: uppercase;
                white-space: normal;
                word-wrap: break-word;
                img {
                    width: 40px;
                    height: auto;
                    opacity: 0.65;
                }
            }
        }
        .left-block {
            width: 149px;
            margin-top: 110px;
            float: left;
            right: -10px;
            position: relative;
            z-index: 9;
            // background: transparent url(../images/products/input.png) no-repeat;
            // background-position: right center; 
    .slideshow {
        width: 149px;
        >div {
            padding-right: 40px;
            color: $-green-1;
            text-align: right;
            img {
                top: 6px;
                right: 0;
                position: absolute;
            }
        }
    }
}

.middle-block {
    width: 243px;
    float: left;
    img {
        position: relative;
        z-index: 10;
    }
}

.right-block {
    width: 162px;
    margin-top: 110px;
    float: left;
    height: 30px;
    left: -10px;
    position: relative;
    z-index: 9;
    // background: transparent url(../images/products/output.png) no-repeat;
    // background-position: left center;
    .slideshow {
        width: 162px;
        >div {
            color: $medium-blue-1;
            text-align: left;
            padding-left: 44px;
            left: -170px;
            opacity: 0.4;
            img {
                top: 6px;
                left: -3px;
                position: absolute;
            }
        }
    }
}

 
}
*/ }
    .p-gso-wrapper .main-inner-page-banner .container {
      padding: 0 15px 0; }
    .p-gso-wrapper .main-inner-page-banner .content-seccion {
      padding-top: 55px;
      padding-bottom: 60px; }
      .p-gso-wrapper .main-inner-page-banner .content-seccion h3 {
        padding: 0;
        margin: 0 0 15px;
        font-size: 20px;
        font-family: "DINBold";
        color: #000;
        text-transform: uppercase; }
      .p-gso-wrapper .main-inner-page-banner .content-seccion P {
        padding: 0;
        margin: 0 0 40px;
        font-size: 26px;
        font-family: "acumin-pro";
        font-weight: 300;
        color: #000;
        text-transform: none; }
      .p-gso-wrapper .main-inner-page-banner .content-seccion a.button {
        padding: 10px 0 8px;
        max-width: 180px;
        font-size: 14px;
        font-family: "DINRegular";
        text-align: center;
        text-transform: uppercase; }
  .p-gso-wrapper .ghostscript-cs .clients-image-carousel.slider-off .yerslider-slider {
    padding-left: 10px;
    padding-right: 10px; }
    .p-gso-wrapper .ghostscript-cs .clients-image-carousel.slider-off .yerslider-slider .yerslider-slide {
      margin: 0 2px; }

  /* ------------------------------------------------------------ *\ 
          GhostScript Technical Info Page content section
  \* ------------------------------------------------------------ */
  .gs-ti-wrapper {
    /*
      - main banner section
    */ }
    .gs-ti-wrapper .main-inner-page-banner {
      background-image: url(../images/products/ghost-script/bg-tech-info.png); }
      .gs-ti-wrapper .main-inner-page-banner .container h2 {
        color: #000;
        font-weight: 100; }
    .gs-ti-wrapper .internal-content-wrapper {
      padding-top: 40px;
      /*
        -  left-section
      */
      /*
        -  right-section
      */ }
      .gs-ti-wrapper .internal-content-wrapper .left-section {
        width: 300px;
        float: left;
        padding-right: 0; }
        .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder .top-wrapper .nav-logo {
          padding: 0 15px 25px 15px; }
          .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder .top-wrapper .nav-logo img {
            max-width: 100%; }
        .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder .top-wrapper .nav-heading h4 {
          font-size: 20px;
          line-height: 30px;
          margin: 0; }
        .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children {
          background: url("../images/arrow-down.png") no-repeat 13px 19px !important; }
          .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children a {
            font-size: 13px; }
          .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children > a {
            color: #0075cf; }
          .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children > ul {
            display: block; }
          .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active, .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover {
            background: url("../images/arrow-down.png") no-repeat 13px 19px !important; }
            .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active > a, .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover > a {
              color: #0075cf; }
            .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active > ul, .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover > ul {
              display: block; }
      .gs-ti-wrapper .internal-content-wrapper .main-content-area {
        width: calc(100% - 370px);
        margin-top: 0;
        float: right;
        padding-left: 0;
        position: relative; }
        .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section h2 {
          margin: 20px 0 0;
          font-size: 35px;
          font-family: "acumin-pro";
          font-weight: 300;
          color: #000;
          text-transform: uppercase; }
        .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section h3 {
          font-size: 25px;
          font-family: "acumin-pro";
          font-weight: 300;
          color: #009817;
          margin: 30px 0 15px 0;
          position: relative; }
        .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block p {
          font-size: 15.4px;
          font-family: "acumin-pro";
          font-weight: 500;
          color: #697287;
          margin-bottom: 15px; }
        .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul li {
          margin-bottom: 15px;
          font-size: 15.4px;
          font-family: "acumin-pro";
          font-weight: 500;
          color: #697287; }
          .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul li a {
            font-size: 15.4px;
            font-family: "acumin-pro";
            font-weight: 500;
            color: #0075cf; }
            .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul li a:hover {
              color: #00b2e2; }
          .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul li:last-child {
            margin-bottom: 15px; }

  .p-mpo-wrapper .section-a .content-block {
    padding-right: 15px;
    padding-left: 15px; }
  .p-mpo-wrapper .section-b .content-block {
    padding-right: 15px; }
  .p-mpo-wrapper .section-c {
    background-position: left 72%;
    background-size: auto 50%; }
    .p-mpo-wrapper .section-c .top-heading {
      padding-left: 15px;
      padding-right: 15px; }
    .p-mpo-wrapper .section-c .content-block {
      padding-left: 15px;
      padding-right: 15px; }
  .p-mpo-wrapper .section-d .top-heading {
    padding-right: 15px; }
  .p-mpo-wrapper .section-d .content-block {
    padding-right: 15px; }
  .p-mpo-wrapper .section-e .top-heading {
    padding-left: 15px; }
  .p-mpo-wrapper .section-e .content-block {
    padding-left: 15px; }
  .p-mpo-wrapper .section-e .image-block {
    text-align: left; }
  .p-mpo-wrapper .section-f {
    background-position: right  bottom;
    background-size: auto 82%;
    padding-bottom: 120px; }
    .p-mpo-wrapper .section-f .content-block {
      padding-right: 15px; }
  .p-mpo-wrapper .mu-pdf.client-logo-section .clients-image-carousel.slider-off .yerslider-slider {
    padding-left: 10px;
    padding-right: 10px; }
    .p-mpo-wrapper .mu-pdf.client-logo-section .clients-image-carousel.slider-off .yerslider-slider .yerslider-slide {
      height: 64px;
      margin: 0 14px; }

  /* ------------------------------------------------------------ *\ 
          MuPDF Technical Info Page content section
  \* ------------------------------------------------------------ */
  .mp-ti-wrapper {
    /*
      - main banner section
    */ }
    .mp-ti-wrapper .main-inner-page-banner {
      background-image: url(../images/products/mu-pdf/bg-ti-banner.png); }
      .mp-ti-wrapper .main-inner-page-banner .container h2 {
        color: #000;
        font-weight: 100; }
    .mp-ti-wrapper .internal-content-wrapper {
      padding-top: 40px;
      /*
        -  left-section
      */
      /*
        -  right-section
      */ }
      .mp-ti-wrapper .internal-content-wrapper .left-section {
        width: 300px;
        float: left;
        padding-right: 0; }
        .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder .top-wrapper .nav-logo {
          padding: 0 25px 25px 15px; }
          .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder .top-wrapper .nav-logo img {
            max-width: 100%; }
        .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder .top-wrapper .nav-heading h4 {
          font-size: 20px;
          line-height: 30px;
          margin: 0; }
        .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children {
          background: url("../images/arrow-down.png") no-repeat 13px 19px !important; }
          .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children a {
            font-size: 13px; }
          .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children > a {
            color: #0075cf; }
          .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children > ul {
            display: block; }
          .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active, .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover {
            background: url("../images/arrow-down.png") no-repeat 13px 19px !important; }
            .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active > a, .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover > a {
              color: #0075cf; }
            .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active > ul, .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover > ul {
              display: block; }
      .mp-ti-wrapper .internal-content-wrapper .main-content-area {
        width: calc(100% - 370px);
        margin-top: 0;
        float: right;
        padding-left: 0;
        position: relative; }
        .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section h2 {
          margin: 20px 0 0;
          font-size: 35px;
          font-family: "acumin-pro";
          font-weight: 300;
          color: #3770a2;
          text-transform: uppercase; }
        .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section h3 {
          font-size: 25px;
          font-family: "acumin-pro";
          font-weight: 100;
          color: #8db4d4;
          margin: 30px 0 15px 0;
          position: relative; }
        .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block {
          width: 100%;
          float: left;
          display: block; }
          .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block p {
            font-size: 15.4px;
            font-family: "acumin-pro";
            font-weight: 500;
            color: #697287;
            margin-bottom: 15px; }
          .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul li {
            background: none;
            margin-bottom: 15px;
            padding-left: 40px;
            font-size: 15.4px;
            font-family: "acumin-pro";
            font-weight: 500;
            color: #697287; }
            .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul li a {
              font-size: 15.4px;
              font-family: "acumin-pro";
              font-weight: 500;
              color: #0075cf; }
              .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul li a:hover {
                color: #00b2e2; }
            .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul li:last-child {
              margin-bottom: 15px; }
          .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block > ul {
            width: 100%;
            float: left;
            display: block; }
            .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block > ul > li {
              width: 200px;
              float: left;
              padding-left: 0; }
              .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block > ul > li ul li {
                position: relative; }
                .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block > ul > li ul li:after {
                  content: '';
                  width: 4px;
                  height: 4px;
                  display: block;
                  left: 0;
                  top: 0;
                  bottom: 0;
                  margin: auto;
                  position: absolute;
                  background: #0075cf; }
                .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block > ul > li ul li:first-child {
                  padding-left: 0; }
                  .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block > ul > li ul li:first-child h4 {
                    margin: 0;
                    pointer-events: none;
                    font-size: 14px;
                    font-family: "DINPro-Regular";
                    color: #000;
                    text-decoration: none;
                    text-decoration: underline;
                    text-transform: uppercase; }
                  .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block > ul > li ul li:first-child:after {
                    display: none; }

  .p-sof-view-wrapper .banner-heading-section {
    background-size: 50% auto; }

  .licensing-wrapper .artifex-licensing-tab.tab-section ul.tab-nav-ul > li > a {
    padding: 25px 10px; }
  .licensing-wrapper .artifex-licensing-content section .container {
    padding-left: 15px; } }
/*Mobile phones*/
@media (max-width: 767px) {
  /*
    - Body top padding
  */
  body {
    padding-top: 70px; }

  /*
    - Section's Top heading section
  */
  .top-heading {
    text-align: center; }
    .top-heading h2 {
      font-size: 26px;
      font-family: "acumin-pro";
      font-weight: 300;
      text-transform: none; }
    .top-heading p {
      font-size: 20px;
      font-family: "acumin-pro";
      font-weight: 300;
      text-transform: none; }
    .top-heading h3 {
      font-size: 18px;
      font-family: "DINBold"; }

  /*
    - .tab-nav-section - Tab navigation
  */
  section.tab-nav-section {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 2px solid #cccccc; }
    section.tab-nav-section ul {
      width: 100% !important;
      float: left; }
      section.tab-nav-section ul li {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px; }
        section.tab-nav-section ul li a {
          width: 100%;
          padding: 10px 0 10px;
          border-right: none;
          border-bottom: 1px solid #cccccc;
          color: #697287; }
        section.tab-nav-section ul li span {
          width: 100%;
          padding: 10px 0 10px;
          border-right: none;
          border-bottom: 1px solid #cccccc; }
        section.tab-nav-section ul li:last-child a {
          border-bottom: none; }
        section.tab-nav-section ul li:last-child span {
          border-bottom: none; }

  /*
    - .pagination-block - Pagination
  */
  section.pagination-block {
    border-top: none;
    border-bottom: none; }
    section.pagination-block ul {
      width: 100% !important; }
      section.pagination-block ul li {
        text-align: center; }
        section.pagination-block ul li a,
        section.pagination-block ul li span {
          border-top: 1px solid #cccccc;
          border-bottom: 1px solid #cccccc;
          border-left: 1px solid #cccccc;
          border-right: 1px solid #cccccc; }
        section.pagination-block ul li.prev-next-page {
          width: 100%; }
          section.pagination-block ul li.prev-next-page a {
            float: left;
            padding: 10px 0;
            border-left: none;
            border-right: none;
            border-top: none;
            border-bottom: none;
            text-align: left; }
        section.pagination-block ul li.next-page a {
          width: 105px; }
          section.pagination-block ul li.next-page a:after {
            margin-left: 10px; }
        section.pagination-block ul li:nth-child(2) a,
        section.pagination-block ul li:nth-child(2) span {
          border-left: 1px solid #cccccc; }

  /*
    - .result-list-section , Listed blocks style
  */
  .result-list-section .result-block {
    padding-top: 48px;
    padding-bottom: 45px;
    position: relative; }
    .result-list-section .result-block a .image-block {
      width: 200px;
      height: 161px;
      margin-left: 15px;
      overflow: hidden;
      padding-right: 0;
      padding-left: 0;
      float: none;
      margin: auto; }
      .result-list-section .result-block a .image-block img {
        -webkit-transition: 1s ease all;
        -moz-transition: 1s ease all;
        -transition: 1s ease all; }
    .result-list-section .result-block a .content-block {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 40px; }
      .result-list-section .result-block a .content-block p {
        padding: 0; }
  .result-list-section.no-image .result-block a .content-block {
    margin-top: 0; }

  /*
    - .right-section > .block , Right block section
  */
  .right-section {
    padding-top: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #f5f5f5; }
    .right-section .block {
      display: block;
      margin-bottom: 0; }
      .right-section .block .block-title {
        margin-bottom: 0;
        padding: 10px 0;
        position: relative; }
        .right-section .block .block-title:after {
          content: " + ";
          width: 10px;
          height: 14px;
          position: absolute;
          right: 15px;
          top: 0;
          bottom: 0;
          margin: auto;
          font-size: 24px;
          line-height: 10px;
          text-align: center; }
        .right-section .block .block-title.active h4 {
          color: #0075cf; }
        .right-section .block .block-title.active:after {
          content: " - ";
          height: 14px;
          height: 10px;
          position: absolute;
          right: 15px;
          top: 0;
          bottom: 0;
          margin: auto;
          font-size: 24px;
          line-height: 10px;
          color: #0075cf; }
      .right-section .block .block-content {
        margin-bottom: 10px;
        display: none; }
      .right-section .block.recent-article {
        max-width: 100%; }
        .right-section .block.recent-article .block-title {
          margin-bottom: 0; }
      .right-section .block.tags .block-title {
        margin-bottom: 14px; }

  /*
    - .social-share-link Social sharing section
  */
  .social-share-link ul {
    width: 100%; }
    .social-share-link ul li {
      width: 100%; }
      .social-share-link ul li a {
        margin-bottom: 20px; }
        .social-share-link ul li a.linked-in {
          width: 100%; }
        .social-share-link ul li a.facebook {
          width: 100%; }
        .social-share-link ul li a.twitter {
          width: 100%; }

  /*
    - .accordian-ul, Accordian Section
  */
  ul.accordian-ul > li .heading-block {
    padding: 0 10px; }
    ul.accordian-ul > li .heading-block h3 {
      font-size: 18px; }
  ul.accordian-ul > li .content-block {
    padding-left: 0;
    padding-right: 0; }

  /*
    - .go-top-button
  */
  .go-top-button {
    right: 15px; }

  /*
    - popup styles
  */
  .pop-up-container .popup-wrap {
    width: 90%;
    margin: 50px auto; }
    .pop-up-container .popup-wrap.has-video {
      max-width: 280px;
      height: 160px; }

  header {
    height: 70px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000;
    -webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -transition: 1s ease all; }
    header .navbar {
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0; }
    header.active-box-shadow {
      -webkit-box-shadow: 0px 0px 8px 1.5px rgba(117, 117, 117, 0.2);
      -moz-box-shadow: 0px 0px 8px 1.5px rgba(117, 117, 117, 0.2);
      box-shadow: 0px 0px 8px 1.5px rgba(117, 117, 117, 0.2); }
    header .navbar-header {
      float: left; }
    header .navbar-collapse {
      display: block;
      padding-left: 0;
      border: none;
      float: right; }
    header .artifex-navigation .main-nav-bar {
      /** Header Logo **/ }
      header .artifex-navigation .main-nav-bar a.navbar-brand {
        margin: 0 0 0 15px;
        padding: 24px 0px; }
        header .artifex-navigation .main-nav-bar a.navbar-brand > img {
          max-width: 175px; }
      header .artifex-navigation .main-nav-bar .navbar-collapse {
        display: block; }
      header .artifex-navigation .main-nav-bar ul.navbar-nav {
        margin-right: 0;
        margin-top: 0;
        width: 240px;
        position: fixed;
        right: -250px;
        bottom: 0;
        top: 0;
        height: 100%;
        background: #fff;
        overflow-y: auto;
        -webkit-transition: 1s ease all;
        -moz-transition: 1s ease all;
        -transition: 1s ease all; }
        header .artifex-navigation .main-nav-bar ul.navbar-nav > li {
          width: 100%;
          float: left;
          display: block;
          /** First Child Style **/
          /* &:nth-child(6), */
          /** Developers Button **/
          /** Contact Us Button **/ }
          header .artifex-navigation .main-nav-bar ul.navbar-nav > li > a {
            padding: 20px 19px 19px;
            position: relative;
            overflow: visible;
            font-size: 14.4px;
            border-bottom: 1px solid #e0e0e0; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li > a:after {
              content: '+';
              width: 20px;
              height: 20px;
              line-height: 17px;
              bottom: 0;
              top: 0;
              left: auto;
              right: 20px;
              margin: auto;
              text-align: center;
              font-size: 20px;
              color: #fff;
              position: absolute;
              background: #ff4337;
              display: none; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li > a.active {
              color: #ff4337; }
              header .artifex-navigation .main-nav-bar ul.navbar-nav > li > a.active:after {
                content: '-'; }
          header .artifex-navigation .main-nav-bar ul.navbar-nav > li.has-sub > a:after {
            display: block; }
          header .artifex-navigation .main-nav-bar ul.navbar-nav > li > ul {
            top: 0;
            width: 100%;
            display: none;
            position: relative;
            left: 0;
            background: #fff;
            list-style: none;
            margin: 0;
            padding: 0; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li > ul > li {
              width: 100%;
              float: left;
              padding: 10px 20px;
              background-color: #f6f7f9; }
              header .artifex-navigation .main-nav-bar ul.navbar-nav > li > ul > li a {
                padding: 0; }
              header .artifex-navigation .main-nav-bar ul.navbar-nav > li > ul > li:nth-child(2n+1) {
                clear: none; }
          header .artifex-navigation .main-nav-bar ul.navbar-nav > li:hover > a {
            color: #ff4337; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li:hover > a:after {
              bottom: 0; }
          header .artifex-navigation .main-nav-bar ul.navbar-nav > li:hover > ul {
            display: none; }
          header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul {
            width: 100%;
            height: auto;
            padding: 0;
            list-style: none;
            margin: 0;
            display: none; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li {
              width: 100%;
              float: left;
              padding: 0;
              min-height: 1px; }
              header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li > a {
                height: auto;
                padding: 15px 20px 15px 70px;
                margin: 0;
                display: block;
                text-indent: 0;
                overflow: visible;
                position: relative;
                background-position: 10px center;
                background-size: auto 75%;
                background-repeat: no-repeat;
                background-color: #fff;
                border-top: 1px solid #e0e0e0;
                border-bottom: 1px solid #e0e0e0;
                border-right: none;
                border-left: none; }
                header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li > a:after {
                  content: '+';
                  width: 20px;
                  height: 20px;
                  line-height: 19px;
                  bottom: 0;
                  top: 0;
                  left: auto;
                  right: 20px;
                  margin: auto;
                  text-align: center;
                  font-size: 20px;
                  color: #fff;
                  position: absolute;
                  background: #e0e0e0;
                  display: none; }
                header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li > a.active {
                  color: #00b2e2; }
                  header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li > a.active:after {
                    content: '-'; }
              header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li.has-sub > a:after {
                display: block; }
              header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li ul {
                margin: 0;
                padding: 0;
                position: relative;
                display: none; }
                header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li ul li {
                  padding: 10px 0;
                  margin-bottom: 0;
                  float: left;
                  width: 100%;
                  background-color: #f6f7f9; }
                  header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li ul li a {
                    padding: 10px 22px;
                    background: transparent; }
              header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:hover ul {
                display: none;
                bottom: 0; }
              header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:hover a {
                border-bottom: none;
                margin-bottom: 0; }
              header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:hover > a {
                border-bottom: 1px solid #e0e0e0; }
              header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:first-child > a {
                border-top: none;
                width: 100%;
                background-image: url(../images/menu/gs.png);
                background-position: 10px center; }
              header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:nth-child(2) > a {
                width: 100%;
                background-image: url(../images/menu/so.png);
                border-right: none;
                border-left: none; }
              header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:last-child > a {
                width: 100%;
                background-position: 10px center; }
              header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:nth-child(2n+1) {
                clear: none; }
          header .artifex-navigation .main-nav-bar ul.navbar-nav > li:nth-child(7) {
            display: block;
            width: 100%;
            float: left;
            padding: 0 15px; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li:nth-child(7) a {
              -moz-border-radius: 4px;
              -webkit-border-radius: 4px;
              border-radius: 4px;
              border: none;
              padding: 10px 5px 10px;
              text-align: center;
              width: 100%;
              color: #fff; }
          header .artifex-navigation .main-nav-bar ul.navbar-nav > li:nth-child(6) {
            display: block;
            /* a {
                margin: 30px 0 10px;
                background-color: $blue;
                &:hover {
                    background-color: $blue-hover;
                }
            } */ }
          header .artifex-navigation .main-nav-bar ul.navbar-nav > li:nth-child(7) a {
            margin: 10px 0 30px;
            background-color: #009818; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li:nth-child(7) a:hover {
              background-color: #12a92a !important; }
      header .artifex-navigation .main-nav-bar .navbar-right-2 {
        margin-top: 0;
        float: right;
        /** Developer Button **/ }
        header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section {
          position: relative;
          width: auto;
          float: left; }
          header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section a {
            display: block;
            padding: 35px 30px;
            background: transparent url(../images/search-btn.png) no-repeat;
            background-position: center;
            margin: 0 5px;
            position: relative; }
            header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section a:after {
              content: '';
              width: 24px;
              height: 14px;
              display: block;
              bottom: 0;
              left: 0;
              right: 0;
              margin: auto;
              position: absolute;
              background: none; }
            header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section a.active:after {
              background: transparent url(../images/menu/search-arrow.png) no-repeat;
              background-position: center; }
          header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section .search-box {
            width: 100%;
            height: auto;
            top: 70px;
            left: 0;
            right: 0;
            position: fixed;
            z-index: 1000;
            background-color: #f6f7f9;
            -webkit-transition: 1s ease all;
            -moz-transition: 1s ease all;
            -transition: 1s ease all; }
            header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section .search-box form .input-field input {
              width: 100%;
              padding-left: 52px;
              height: 47px;
              float: right;
              border: none !important;
              outline: 0 !important;
              background: transparent url(../images/search-btn.png) no-repeat;
              background-position: 20px center;
              margin: 0;
              color: #596174;
              font-size: 16px;
              font-family: "acumin-pro";
              font-weight: 500;
              text-transform: none; }
              header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section .search-box form .input-field input::-webkit-input-placeholder {
                /* Chrome/Opera/Safari */
                color: #596174;
                font-size: 16px;
                font-family: "acumin-pro";
                font-weight: 500; }
              header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section .search-box form .input-field input::-moz-placeholder {
                /* Firefox 19+ */
                color: #596174;
                font-size: 16px;
                font-family: "acumin-pro";
                font-weight: 500; }
              header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section .search-box form .input-field input:-ms-input-placeholder {
                /* IE 10+ */
                color: #596174;
                font-size: 16px;
                font-family: "acumin-pro";
                font-weight: 500; }
              header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section .search-box form .input-field input:-moz-placeholder {
                /* Firefox 18- */
                color: #596174;
                font-size: 16px;
                font-family: "acumin-pro";
                font-weight: 500; }
        header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links {
          list-style: none;
          padding: 19px 0;
          margin: 0;
          float: left;
          display: none; }
          header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links li {
            width: auto;
            float: left;
            /** Developers Button **/
            /** Contact Us Button **/ }
            header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links li a {
              -moz-border-radius: 4px;
              -webkit-border-radius: 4px;
              border-radius: 4px;
              border: none;
              margin: 10px 5px;
              padding: 10px 5px 8px;
              text-align: center;
              width: 115px; }
            header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links li:first-child a {
              background-color: #00b2e2; }
              header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links li:first-child a:hover {
                background-color: #0075cf; }
            header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links li:last-child a {
              background-color: #009818; }
              header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links li:last-child a:hover {
                background-color: #12a92a !important; }
        header .artifex-navigation .main-nav-bar .navbar-right-2 span.humberg-icon {
          padding: 17px 0 10px 16px;
          float: right;
          font-size: 26px; }
          header .artifex-navigation .main-nav-bar .navbar-right-2 span.humberg-icon .fa-close {
            display: none; }
          header .artifex-navigation .main-nav-bar .navbar-right-2 span.humberg-icon.active {
            padding: 22px 0 10px 16px; }
            header .artifex-navigation .main-nav-bar .navbar-right-2 span.humberg-icon.active .fa-close {
              display: block; }
            header .artifex-navigation .main-nav-bar .navbar-right-2 span.humberg-icon.active .fa-bars {
              display: none; }

  .wrapper {
    -webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -transition: 1s ease all;
    position: relative;
    right: 0; }

  .main-nav-active {
    /*
    .wrapper {
        right: 240px;
    } */ }
    .main-nav-active header {
      /* right: 240px;
      left: -240px; */ }
      .main-nav-active header .artifex-navigation .main-nav-bar {
        /* .navbar-right-2 .search-section .search-box {
            right: 240px;
            left: -240px;
        } */ }
        .main-nav-active header .artifex-navigation .main-nav-bar ul.navbar-nav {
          border-left: 1px solid #e0e0e0;
          right: 0;
          z-index: 112; }
      .main-nav-active header .nav-overlayer {
        z-index: 111; }

  section.main-inner-page-banner .container h2 {
    text-align: center;
    font-size: 42px;
    font-family: "acumin-pro";
    font-weight: 100; }

  .client-logo-section .clients-image-carousel .yerslider-slider .yerslider-slide {
    background-color: transparent; }
    .client-logo-section .clients-image-carousel .yerslider-slider .yerslider-slide .yerslider-slide-inner img {
      width: auto; }

  section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .container {
    max-height: 1000px; }
  section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .image-block {
    border-bottom: none; }
    section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .image-block.pull-right {
      float: left !important; }
      section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .image-block.pull-right img {
        float: none;
        margin: auto;
        max-width: 210px; }
    section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .image-block.pull-left {
      float: left !important; }
      section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .image-block.pull-left img {
        float: none;
        margin: auto;
        max-width: 210px; }
  section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion {
    padding-top: 30px; }
    section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion .top-row {
      height: auto;
      overflow: visible;
      margin-bottom: 9px; }
      section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion .top-row .client-logo {
        height: 47px;
        width: 100px; }
        section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion .top-row .client-logo img {
          max-width: calc(100% - 11px); }
      section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion .top-row .client-detail {
        width: calc(100% - 120px);
        padding-left: 10px;
        padding-top: 3px; }
        section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion .top-row .client-detail p {
          font-size: 17px; }
    section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion .middle-row {
      height: auto;
      overflow: visible;
      margin-bottom: 20px; }
      section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion .middle-row p {
        font-size: 15px; }
    section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion .action-row {
      margin-bottom: 30px; }
      section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion .action-row a.link-wu {
        top: 0; }

  /* ------------------------------------------------------------ *\ 
  	Home Page content section
  \* ------------------------------------------------------------ */
  .home-wrapper {
    /*
      - Main banner slider
    */
    /*
      - Client logos section
    */
    /*
      - Product section
    */
    /*
      - Tools and applications section
    */
    /*
      - Product licensing section
    */ }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide .container {
      padding-top: 40px;
      max-width: 360px;
      overflow: visible; }
      .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide .container > .row {
        height: 428px;
        top: 0;
        bottom: 0;
        position: relative;
        margin: auto;
        vertical-align: middle; }
      .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide .container .content-seccion {
        padding-top: 30px;
        padding-bottom: 20px;
        text-align: center; }
        .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide .container .content-seccion p {
          margin-bottom: 30px;
          background: transparent;
          font-size: 25px;
          text-align: center !important; }
        .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide .container .content-seccion a {
          float: none;
          margin: auto; }
        .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide .container .content-seccion h4 {
          text-align: center !important; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:first-child .container .image-block {
      padding-right: 15px; }
      .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:first-child .container .image-block img {
        width: auto; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(2) .container .image-block {
      padding-right: 15px; }
      .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(2) .container .image-block img {
        width: auto; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(3) .container .image-block img {
      margin-top: 20px; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container img {
      width: auto; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .image-block img {
      float: none;
      margin: auto;
      width: 100%;
      max-width: 200px;
      margin-top: 0; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion {
      padding-top: 20px; }
      .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion .top-section {
        width: 100%;
        float: left;
        margin-bottom: 20px; }
        .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion .top-section .left-content {
          width: 55%;
          float: left;
          margin-bottom: 0; }
          .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion .top-section .left-content p {
            margin-bottom: 0;
            font-size: 26px;
            text-align: left;
            margin-top: 55px; }
          .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion .top-section .left-content h4 {
            margin-bottom: 0;
            font-size: 20px;
            text-align: left !important;
            margin-top: 72px; }
        .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion .top-section .right-content {
          width: auto;
          float: left;
          max-width: 32%;
          margin-top: 0; }
          .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion .top-section .right-content img {
            max-width: 100%; }
      .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion p.sub-p {
        font-size: 25px;
        max-width: 520px;
        margin-bottom: 30px;
        color: #2a3754; }
      .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion a {
        margin-bottom: 20px; }
    .home-wrapper .home-cs .clients-image-carousel.slider-off .yerslider-slider {
      padding-left: 0;
      padding-right: 0; }
      .home-wrapper .home-cs .clients-image-carousel.slider-off .yerslider-slider .yerslider-slide {
        height: 54px;
        margin: 0; }
    .home-wrapper .home-ps .product-box .over-wrapper .image-block {
      width: 100%;
      height: 156px;
      margin: 0 0 30px; }
    .home-wrapper .home-ps .product-box .over-wrapper .content-block {
      text-align: center;
      margin: 0 0 20px;
      height: auto; }
    .home-wrapper .home-ps .product-box .over-wrapper .action-block {
      margin-bottom: 35px; }
    .home-wrapper .home-ps .product-box:nth-child(2) .over-wrapper {
      padding: 0 20px 0; }
    .home-wrapper .home-ps .product-box:nth-child(3) .over-wrapper {
      padding: 0 20px 0; }
    .home-wrapper .home-ps .product-box:last-child .over-wrapper {
      padding: 0 20px 0; }
    .home-wrapper .home-as .tool {
      margin-bottom: 20px; }
      .home-wrapper .home-as .tool.tool-1 .over-wrapper {
        float: left;
        width: 100%;
        max-width: 100%;
        padding: 0; }
      .home-wrapper .home-as .tool.tool-1, .home-wrapper .home-as .tool.tool-3, .home-wrapper .home-as .tool.tool-5 {
        border-left: none; }
      .home-wrapper .home-as .tool.tool-4 {
        border-left: 1px solid #3b454d; }
      .home-wrapper .home-as .tool.tool-2 .over-wrapper .content-block p small {
        font-size: 12px;
        font-family: "DINLight";
        text-transform: uppercase; }
      .home-wrapper .home-as .tool.tool-6 .over-wrapper {
        float: right;
        width: 100%;
        max-width: 100%;
        padding: 0; }
      .home-wrapper .home-as .tool:nth-child(2n) {
        clear: left; }
    .home-wrapper .home-pls .product-license-box .over-wrapper {
      margin-bottom: 20px; }
      .home-wrapper .home-pls .product-license-box .over-wrapper .image-block {
        height: auto;
        margin-bottom: 30px; }
      .home-wrapper .home-pls .product-license-box .over-wrapper .content-block {
        height: auto;
        margin-bottom: 20px; }
    .home-wrapper .home-pls .product-license-box:last-child .over-wrapper {
      padding: 37px 40px 24px; }

  /* ------------------------------------------------------------ *\ 
      Solution Details Page content section
  \* ------------------------------------------------------------ */
  .sd-wrapper {
    /*
      - Middle summary section
    */ }
    .sd-wrapper .solution-content .container .top-heading ul li {
      width: 100%;
      float: left; }

  /* ------------------------------------------------------------ *\ 
      Solution Landing Page content section
  \* ------------------------------------------------------------ */
  .s-landing-wrapper {
    /*
      - Content section
    */ }
    .s-landing-wrapper .solution-landing-content .container .top-heading {
      padding-top: 35px;
      padding-bottom: 15px; }
      .s-landing-wrapper .solution-landing-content .container .top-heading h2 {
        font-size: 30px; }
    .s-landing-wrapper .solution-landing-content .container .middle-section p {
      margin-bottom: 30px; }
    .s-landing-wrapper .solution-landing-content .container .solution-lists .list-item .item-wrapper {
      padding: 0 5px;
      margin-bottom: 30px; }
      .s-landing-wrapper .solution-landing-content .container .solution-lists .list-item .item-wrapper .icon-block {
        padding: 10px;
        width: 90px;
        height: 200px; }
        .s-landing-wrapper .solution-landing-content .container .solution-lists .list-item .item-wrapper .icon-block img {
          max-width: 80%; }
      .s-landing-wrapper .solution-landing-content .container .solution-lists .list-item .item-wrapper .content-block {
        width: calc(100% - 90px);
        padding: 20px 10px 20px 10px; }
        .s-landing-wrapper .solution-landing-content .container .solution-lists .list-item .item-wrapper .content-block h4 {
          font-size: 18px;
          font-family: "DINBold"; }
        .s-landing-wrapper .solution-landing-content .container .solution-lists .list-item .item-wrapper .content-block P {
          min-height: 1px;
          margin-bottom: 20px; }
    .s-landing-wrapper .solution-landing-content .container .solution-lists .list-item:nth-child(2n+1) {
      clear: none; }
    .s-landing-wrapper .solution-landing-content .container .bottom-section p {
      margin: 10px 0 30px; }

  /*
    - Company page common styles
  */
  .company-wrapper .tab-section {
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #fff; }
    .company-wrapper .tab-section ul.tab-nav-ul > li {
      width: 100%;
      float: left;
      border-top: 1px solid #fff; }
      .company-wrapper .tab-section ul.tab-nav-ul > li > a {
        padding: 20px 20px 19px;
        background-color: #2f3940;
        text-align: left;
        font-size: 18px;
        font-family: "DINRegular"; }
        .company-wrapper .tab-section ul.tab-nav-ul > li > a:before {
          height: 100%;
          width: 3px;
          top: 0;
          left: -4px;
          right: auto;
          bottom: 0; }
        .company-wrapper .tab-section ul.tab-nav-ul > li > a:hover:before {
          left: 0; }
      .company-wrapper .tab-section ul.tab-nav-ul > li.current_page_item a:before {
        left: 0; }
      .company-wrapper .tab-section ul.tab-nav-ul > li:last-child {
        border-bottom: 1px solid #fff; }

  /* ------------------------------------------------------------ *\ 
      Leadership Team Page content section
  \* ------------------------------------------------------------ */
  .com-lt-wrapper {
    /*
      - Tab Content
    */ }
    .com-lt-wrapper .com-lt-content {
      padding-top: 35px;
      padding-bottom: 0; }
      .com-lt-wrapper .com-lt-content .ls-block .over-wrapper {
        min-height: 2px;
        padding: 50px 40px 43px; }
      .com-lt-wrapper .com-lt-content .ls-block:first-child .over-wrapper {
        padding: 50px 40px 43px; }

  /* ------------------------------------------------------------ *\ 
      About Us  Page content section
  \* ------------------------------------------------------------ */
  .com-aus-wrapper {
    /*
      - Tab Content
    */ }
    .com-aus-wrapper .com-aus-content {
      /*
         - Top Section
      */
      /*
        - Middle Section
      */
      /*
        - Bottom Section
      */ }
      .com-aus-wrapper .com-aus-content .top-heading {
        text-align: center; }
        .com-aus-wrapper .com-aus-content .top-heading h2 {
          font-size: 30px;
          font-family: "acumin-pro";
          font-weight: 300;
          margin: 0 0 20px; }
      .com-aus-wrapper .com-aus-content h3 {
        font-size: 24px;
        font-family: "acumin-pro";
        font-weight: 300;
        margin: 0 0 15px; }
      .com-aus-wrapper .com-aus-content p {
        margin: 0 0 20px; }
      .com-aus-wrapper .com-aus-content .top-section {
        padding-top: 20px;
        padding-bottom: 25px; }
        .com-aus-wrapper .com-aus-content .top-section p {
          font-size: 21px;
          font-family: "acumin-pro";
          font-weight: 300; }
      .com-aus-wrapper .com-aus-content .middle-section {
        padding-top: 25px;
        padding-bottom: 15px;
        text-align: center; }
        .com-aus-wrapper .com-aus-content .middle-section .left-section {
          padding-right: 15px; }
        .com-aus-wrapper .com-aus-content .middle-section .right-section {
          padding-right: 15px; }
      .com-aus-wrapper .com-aus-content .bottom-section {
        padding-top: 30px;
        padding-bottom: 15px; }
        .com-aus-wrapper .com-aus-content .bottom-section .left-section {
          text-align: center; }
          .com-aus-wrapper .com-aus-content .bottom-section .left-section .over-wrapper img {
            width: 100%;
            max-width: 320px;
            margin: 20px auto 20px; }
        .com-aus-wrapper .com-aus-content .bottom-section .right-section {
          text-align: center;
          padding-right: 15px; }

  /* ------------------------------------------------------------ *\ 
      Blog  Page content section
  \* ------------------------------------------------------------ */
  .com-blog-wrapper {
    /*
      - Tab Content
    */ }
    .com-blog-wrapper .com-blog-content {
      /*
         - Filteration section
      */
      	/*
             - Pagination block
          */ }
      .com-blog-wrapper .com-blog-content .filteration-section {
        margin-top: 25px;
        margin-bottom: 5px;
        text-align: left; }
        .com-blog-wrapper .com-blog-content .filteration-section label {
          margin-right: 0;
          margin-bottom: 7px; }
        .com-blog-wrapper .com-blog-content .filteration-section select {
          width: 100%;
          max-width: 100%; }
      .com-blog-wrapper .com-blog-content .pagination-block {
        margin-top: 25px; }

  /* ------------------------------------------------------------ *\ 
      About Us "News" Page content section
  \* ------------------------------------------------------------ */
  .com-np-wrapper {
    /*
      - Tab Content
    */ }
    .com-np-wrapper .com-np-content {
      /*
      - Pagination block
      */ }
      .com-np-wrapper .com-np-content .company-result-list-section {
        margin-top: 0; }
      .com-np-wrapper .com-np-content .pagination-block {
        margin-top: 0;
        margin-bottom: 20px; }

  /* ------------------------------------------------------------ *\ 
      Case Studies Page content section
  \* ------------------------------------------------------------ */
  .com-casestu-wrapper {
    /*
      - Tab Content
    */ }
    .com-casestu-wrapper .com-casestu-content {
      /*
      - Pagination block
      */ }
      .com-casestu-wrapper .com-casestu-content .company-result-list-section {
        margin-top: 5px; }
      .com-casestu-wrapper .com-casestu-content .pagination-block {
        margin-top: 25px;
        margin-bottom: 15px; }

  /* ------------------------------------------------------------ *\ 
      Resources Pages content section
  \* ------------------------------------------------------------ */
  .com-resources-wrapper .com-resources-content {
    /*
      - all resources  
    */
    /*
      - video resources
    */ }
    .com-resources-wrapper .com-resources-content .no-videos.result-list-section {
      padding-top: 40px;
      padding-bottom: 0; }
      .com-resources-wrapper .com-resources-content .no-videos.result-list-section .resources-result-block {
        clear: both;
        max-width: 280px;
        margin: 0 auto 30px;
        float: none; }
        .com-resources-wrapper .com-resources-content .no-videos.result-list-section .resources-result-block:nth-child(4n + 1) {
          clear: none; }
    .com-resources-wrapper .com-resources-content .pagination-block {
      margin-bottom: 20px; }
    .com-resources-wrapper .com-resources-content .video-results.result-list-section {
      padding-top: 15px;
      padding-bottom: 15px; }
      .com-resources-wrapper .com-resources-content .video-results.result-list-section .video-result-block {
        clear: both;
        float: none;
        max-width: 500px;
        margin: 0 auto 30px;
        border-top: 1px solid #e2e7e7; }
        .com-resources-wrapper .com-resources-content .video-results.result-list-section .video-result-block a {
          display: block;
          padding-top: 30px; }
        .com-resources-wrapper .com-resources-content .video-results.result-list-section .video-result-block:first-child {
          border-top: none; }
      .com-resources-wrapper .com-resources-content .video-results.result-list-section .hr-line {
        display: none !important; }

  /* ------------------------------------------------------------ *\ 
      Press Detail Page content section
  \* ------------------------------------------------------------ */
  .com-press-d-wrapper .com-press-d-content {
    padding-top: 20px;
    padding-bottom: 35px;
    /*
      - left-contant
    */
    /*
      - Right section
    */ }
    .com-press-d-wrapper .com-press-d-content .left-section .social-share-link {
      margin-top: 5px; }
    .com-press-d-wrapper .com-press-d-content .left-section .contact-info-block {
      margin-top: 10px; }
      .com-press-d-wrapper .com-press-d-content .left-section .contact-info-block address {
        margin: 10px 0 0;
        padding: 0;
        line-height: 7px; }
    .com-press-d-wrapper .com-press-d-content .right-section {
      padding-top: 0;
      padding-bottom: 10px; }

  /* ------------------------------------------------------------ *\ 
      Blog Detail Page content section
  \* ------------------------------------------------------------ */
  .com-blog-d-wrapper .heading-section h1 {
    font-size: 28px;
    font-family: "acumin-pro";
    font-weight: 300; }
  .com-blog-d-wrapper .detail-section ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px; }
    .com-blog-d-wrapper .detail-section ul li {
      margin-bottom: 15px; }
      .com-blog-d-wrapper .detail-section ul li.date {
        padding-right: 0;
        border-right: none; }
  .com-blog-d-wrapper .com-blog-d-content {
    padding-top: 40px;
    padding-bottom: 45px;
    /*
      - left-contant
    */
    /*
      - Right section
    */ }
    .com-blog-d-wrapper .com-blog-d-content .left-section .post-image {
      margin-top: 12px; }
    .com-blog-d-wrapper .com-blog-d-content .left-section .content-block p {
      margin: 0 0 20px;
      width: 100%;
      float: left;
      display: block; }
    .com-blog-d-wrapper .com-blog-d-content .left-section .content-block img {
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
      float: none;
      clear: both; }
    .com-blog-d-wrapper .com-blog-d-content .left-section .social-share-link {
      margin: 45px 0 20px; }
    .com-blog-d-wrapper .com-blog-d-content .right-section {
      padding-top: 0; }
      .com-blog-d-wrapper .com-blog-d-content .right-section .block.categories {
        max-width: 100%; }

  /* ------------------------------------------------------------ *\ 
     Careers  Page content section
  \* ------------------------------------------------------------ */
  .com-career-wrapper {
    /*
      - Tab Content
    */ }
    .com-career-wrapper .com-career-content {
      /*
      - top section
      */
      /*
      - right ection
      */
      /*
       - left ection
      */ }
      .com-career-wrapper .com-career-content .top-section {
        padding-top: 30px;
        padding-bottom: 30px; }
        .com-career-wrapper .com-career-content .top-section p {
          font-size: 20px; }
      .com-career-wrapper .com-career-content .bottom-right-section {
        padding-top: 10px;
        padding-bottom: 0; }
      .com-career-wrapper .com-career-content .bottom-left-section {
        padding-bottom: 20px; }
        .com-career-wrapper .com-career-content .bottom-left-section .accordian-ul .content-block .availability {
          width: 100%; }
        .com-career-wrapper .com-career-content .bottom-left-section .accordian-ul .content-block .location {
          width: 100%; }

  /* ------------------------------------------------------------ *\ 
      Case Studies Detail Page content section
  \* ------------------------------------------------------------ */
  .com-cs-detail-wrapper {
    /*
      - Go Back Link
    */
    /*
      - Tab Content
    */ }
    .com-cs-detail-wrapper .goback-link {
      background-color: #f8fbfd; }
    .com-cs-detail-wrapper .com-casestu-content {
    /*
	  - Client Detail Section
	*/
    /*
	  - The Situation Section
	*/
    /*
	  - The Solution Section
	*/
    /*
	  - Client Detail Section
	*/
    /*
	  - Client Detail Section
	*/ }
      .com-cs-detail-wrapper .com-casestu-content .content-section .top-heading h2 {
        margin: 0 0 18px;
        font-size: 22px;
        font-family: "acumin-pro";
        font-weight: 300;
        text-align: left; }
      .com-cs-detail-wrapper .com-casestu-content .content-section .content-block {
        text-align: left; }
        .com-cs-detail-wrapper .com-casestu-content .content-section .content-block p {
          margin: 0 0 17px;
          font-size: 14.5px;
          font-family: "acumin-pro";
          font-weight: 400; }
        .com-cs-detail-wrapper .com-casestu-content .content-section .content-block ul {
          padding: 0;
          margin: 0 5px; }
          .com-cs-detail-wrapper .com-casestu-content .content-section .content-block ul li {
            font-size: 14.5px;
            font-family: "acumin-pro";
            font-weight: 400;
            position: relative;
            padding-left: 15px;
            list-style: none; }
            .com-cs-detail-wrapper .com-casestu-content .content-section .content-block ul li:before {
              float: left;
              content: '';
              width: 5px;
              height: 5px;
              display: inline-block;
              -moz-border-radius: 50%;
              -webkit-border-radius: 50%;
              border-radius: 50%;
              background: #ff4337;
              position: absolute;
              top: 8px;
              left: 0; }
      .com-cs-detail-wrapper .com-casestu-content .content-section.gray {
        background-color: #edf0f3; }
      .com-cs-detail-wrapper .com-casestu-content .content-section .img-block {
        height: 130px;
        width: 200px;
        background-size: cover;
        margin-left: 15px;
        margin-bottom: 18px;
        float: left !important; }
      .com-cs-detail-wrapper .com-casestu-content .client-detail-section .left-images-block {
        text-align: right; }
        .com-cs-detail-wrapper .com-casestu-content .client-detail-section .left-images-block .top-logo {
          padding-top: 30px; }
        .com-cs-detail-wrapper .com-casestu-content .client-detail-section .left-images-block .bottom-logo {
          margin-top: 30px; }
        .com-cs-detail-wrapper .com-casestu-content .client-detail-section .left-images-block img {
          max-width: 100%; }
      .com-cs-detail-wrapper .com-casestu-content .client-detail-section .content-block {
        padding-top: 50px;
        padding-left: 15px;
        padding-right: 15px; }
      .com-cs-detail-wrapper .com-casestu-content .client-detail-section img {
        max-width: 100%; }
      .com-cs-detail-wrapper .com-casestu-content .the-situation-section {
        padding-top: 35px;
        padding-bottom: 30px;
        position: relative;
        /*	&:before {
			content: '';
			width: 100%;
			height: 100%;
			display: block;
			top:0;
			left: 0;
			right: 0;
			position: absolute;		
			background-color: rgba(0,0,0,0.4);	
		}	 */ }
        .com-cs-detail-wrapper .com-casestu-content .the-situation-section .top-heading {
          padding-left: 15px; }
          .com-cs-detail-wrapper .com-casestu-content .the-situation-section .top-heading h2 {
            font-size: 22px; }
        .com-cs-detail-wrapper .com-casestu-content .the-situation-section .content-block {
          padding-left: 15px; }
      .com-cs-detail-wrapper .com-casestu-content .the-solution-section {
        padding-top: 30px;
        padding-bottom: 16px;
        min-height: 2px;
        position: relative;
        /*	&:before {
			content: '';
			width: 100%;
			height: 100%;
			display: block;
			top:0;
			left: 0;
			right: 0;
			position: absolute;		
			background-color:  rgba(0,0,0,0.7);	
		} */ }
        .com-cs-detail-wrapper .com-casestu-content .the-solution-section .top-heading {
          float: left !important; }
          .com-cs-detail-wrapper .com-casestu-content .the-solution-section .top-heading h2 {
            font-size: 22px; }
        .com-cs-detail-wrapper .com-casestu-content .the-solution-section .content-block {
          float: left !important;
          padding-right: 15px; }
        .com-cs-detail-wrapper .com-casestu-content .the-solution-section .button-block {
          padding-bottom: 10px; }
          .com-cs-detail-wrapper .com-casestu-content .the-solution-section .button-block a {
            width: 100%;
            max-width: 260px;
            padding: 8px 0 9px;
            float: left;
            text-transform: uppercase;
            text-align: center;
            font-size: 14px;
            font-family: "DINPro-Regular"; }
      .com-cs-detail-wrapper .com-casestu-content .the-result-section {
        padding-top: 40px;
        padding-bottom: 40px;
        min-height: 2px; }
        .com-cs-detail-wrapper .com-casestu-content .the-result-section .top-heading {
          padding-top: 20px;
          padding-left: 15px; }
          .com-cs-detail-wrapper .com-casestu-content .the-result-section .top-heading h2 {
            font-size: 22px; }
        .com-cs-detail-wrapper .com-casestu-content .the-result-section .content-block {
          padding-top: 20px;
          padding-left: 15px; }
        .com-cs-detail-wrapper .com-casestu-content .the-result-section .image-block img {
          float: left;
          max-width: 100%; }
      .com-cs-detail-wrapper .com-casestu-content .other-cs-section .container {
        padding-bottom: 50px; }
        .com-cs-detail-wrapper .com-casestu-content .other-cs-section .container .top-heading h2 {
          padding-top: 40px;
          margin-bottom: 30px;
          border-top: 3px solid #efefef;
          text-align: center; }
        .com-cs-detail-wrapper .com-casestu-content .other-cs-section .container .slider-row .case-study-bottom-carousel .yerslider-slider .yerslider-slide {
          background-color: transparent; }
          .com-cs-detail-wrapper .com-casestu-content .other-cs-section .container .slider-row .case-study-bottom-carousel .yerslider-slider .yerslider-slide .yerslider-slide-inner .image-block {
            height: 125px;
            width: 100%;
            position: relative;
            margin-bottom: 20px; }
            .com-cs-detail-wrapper .com-casestu-content .other-cs-section .container .slider-row .case-study-bottom-carousel .yerslider-slider .yerslider-slide .yerslider-slide-inner .image-block img {
              max-width: 100%;
              max-height: 100%;
              width: auto;
              height: auto;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              position: absolute;
              margin: auto; }
          .com-cs-detail-wrapper .com-casestu-content .other-cs-section .container .slider-row .case-study-bottom-carousel .yerslider-slider .yerslider-slide .yerslider-slide-inner .content-block {
            text-align: center; }
            .com-cs-detail-wrapper .com-casestu-content .other-cs-section .container .slider-row .case-study-bottom-carousel .yerslider-slider .yerslider-slide .yerslider-slide-inner .content-block p {
              background-color: transparent;
              font-size: 17.5px;
              font-family: "acumin-pro";
              font-weight: 300;
              color: #697287; }

  .product-wrapper {
    /*
    * Smart Office Page Heading 
    */
    /*
    * Content area
    */
    /*
    * Learn more section
    */
    /*
    * Licensing  section
    */
    /*
    * Licensing  section
    */ }
    .product-wrapper ul {
      padding: 0;
      margin: 0;
      list-style: none; }
    .product-wrapper .feature-tab-section {
      border-top: 1px solid #d8dadd; }
      .product-wrapper .feature-tab-section .container ul li {
        width: 100%;
        float: left;
        border-bottom: 1px solid #d8dadd; }
        .product-wrapper .feature-tab-section .container ul li a {
          display: block;
          position: relative;
          padding: 10px 15px 10px;
          text-align: left; }
          .product-wrapper .feature-tab-section .container ul li a img {
            height: 33px;
            width: auto;
            margin-bottom: 0;
            float: left; }
            .product-wrapper .feature-tab-section .container ul li a img.hover {
              display: none; }
          .product-wrapper .feature-tab-section .container ul li a p {
            float: left;
            margin: 9px 25px 0; }
          .product-wrapper .feature-tab-section .container ul li a:after {
            display: none; }
          .product-wrapper .feature-tab-section .container ul li a.active {
            text-align: left; }
            .product-wrapper .feature-tab-section .container ul li a.active p {
              color: #77c11f; }
          .product-wrapper .feature-tab-section .container ul li a:hover img.hover {
            display: none; }
          .product-wrapper .feature-tab-section .container ul li a:hover img.normal {
            display: block; }
          .product-wrapper .feature-tab-section .container ul li a:hover p {
            color: #697287; }
          .product-wrapper .feature-tab-section .container ul li a.active:hover p {
            color: #77c11f; }
          .product-wrapper .feature-tab-section .container ul li a.active:hover img.hover {
            display: block;
            margin-left: auto;
            margin-right: auto; }
          .product-wrapper .feature-tab-section .container ul li a.active:hover img.normal {
            display: none; }
        .product-wrapper .feature-tab-section .container ul li:last-child {
          border-bottom: none; }
      .product-wrapper .feature-tab-section .float-icon {
        top: 8px !important;
        z-index: 10000;
        width: 55px;
        right: 0;
        -webkit-transition: 1s ease right;
        -moz-transition: 1s ease right;
        -transition: 1s ease right; }
    .product-wrapper .banner-heading-section {
      padding-top: 27px; }
      .product-wrapper .banner-heading-section .left-image-section .image-block {
        width: 70px; }
        .product-wrapper .banner-heading-section .left-image-section .image-block img {
          max-width: 90%; }
      .product-wrapper .banner-heading-section .left-image-section .heading-block {
        width: calc(100% - 75px);
        margin-top: 0; }
        .product-wrapper .banner-heading-section .left-image-section .heading-block h2 {
          margin: 0;
          padding: 10px 0 15px 15px;
          font-size: 28px;
          font-family: "acumin-pro";
          font-weight: 700; }
        .product-wrapper .banner-heading-section .left-image-section .heading-block.normal h2 {
          font-size: 20px;
          font-family: "acumin-pro";
          font-weight: 100; }
    .product-wrapper .content-section.gray {
      background-color: #eef1f3; }
    .product-wrapper .content-section .top-heading h2 {
      margin: 0 0 35px;
      color: #2a3754;
      text-align: left;
      font-size: 35.4px; }
    .product-wrapper .content-section .image-block img {
      max-width: 100%; }
    .product-wrapper .content-section .content-block .content-wrapper p {
      margin-bottom: 18px;
      font-size: 15.4px;
      font-family: "acumin-pro";
      font-weight: 500;
      color: #697287;
      text-align: left; }
      .product-wrapper .content-section .content-block .content-wrapper p a {
        font-size: 15.4px;
        font-family: "acumin-pro";
        font-weight: 500; }
      .product-wrapper .content-section .content-block .content-wrapper p strong {
        font-weight: 700; }
      .product-wrapper .content-section .content-block .content-wrapper p.no-bottom {
        margin-bottom: 5px; }
      .product-wrapper .content-section .content-block .content-wrapper p.list-heading {
        margin-bottom: 10px; }
    .product-wrapper .content-section .content-block .content-wrapper ul.with-bullets li {
      margin: 0 0 17px;
      padding: 0;
      font-size: 15.4px;
      font-family: "acumin-pro";
      font-weight: 500;
      color: #697287;
      position: relative;
      padding-left: 34px; }
      .product-wrapper .content-section .content-block .content-wrapper ul.with-bullets li strong {
        font-weight: 700; }
      .product-wrapper .content-section .content-block .content-wrapper ul.with-bullets li p {
        color: #697287;
        font-size: 15.4px;
        font-family: "acumin-pro";
        font-weight: 500; }
        .product-wrapper .content-section .content-block .content-wrapper ul.with-bullets li p strong {
          font-weight: 700; }
      .product-wrapper .content-section .content-block .content-wrapper ul.with-bullets li a {
        font-size: 15.4px;
        font-family: "acumin-pro";
        font-weight: 500; }
      .product-wrapper .content-section .content-block .content-wrapper ul.with-bullets li:before {
        float: left;
        content: '';
        width: 5px;
        height: 5px;
        display: inline-block;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #ff4337;
        position: absolute;
        top: 8px;
        left: 0; }
    .product-wrapper .content-section .button-block {
      text-align: center; }
      .product-wrapper .content-section .button-block a {
        padding: 11px 20px 9px;
        margin: 0 auto 0;
        color: #fff;
        font-size: 14px;
        font-family: "DINRegular";
        text-transform: uppercase; }
    .product-wrapper .content-section.center {
      text-align: center; }
      .product-wrapper .content-section.center .top-heading h2 {
        text-align: center; }
      .product-wrapper .content-section.center .content-block p {
        text-align: center; }
    .product-wrapper .learn-more-section .text-wrapper {
      text-align: center; }
      .product-wrapper .learn-more-section .text-wrapper h4 {
        padding: 0;
        margin: 0 0 5px;
        color: #fff;
        font-size: 20px;
        font-family: "DINBold";
        text-transform: uppercase; }
      .product-wrapper .learn-more-section .text-wrapper p {
        margin: 0 0 25px;
        font-size: 15.4px;
        font-family: "acumin-pro";
        font-weight: 300;
        text-align: center;
        color: #fff; }
      .product-wrapper .learn-more-section .text-wrapper a {
        padding: 11px 20px 9px;
        margin: 0 auto 0;
        color: #fff;
        font-size: 14px;
        font-family: "DINRegular";
        text-transform: uppercase;
        -webkit-box-shadow: 0 0.5px 1px 0px rgba(0, 0, 0, 0.7);
        -moz-box-shadow: 0 0.5px 1px 0px rgba(0, 0, 0, 0.7);
        box-shadow: 0 0.5px 1px 0px rgba(0, 0, 0, 0.7); }
    .product-wrapper .learn-more-section .half-block {
      padding-top: 48px;
      padding-bottom: 50px; }
      .product-wrapper .learn-more-section .half-block .text-wrapper {
        max-width: 404px;
        margin: auto; }
      .product-wrapper .learn-more-section .half-block.green-block {
        background: #77c11f; }
        .product-wrapper .learn-more-section .half-block.green-block .text-wrapper a {
          max-width: 147px; }
      .product-wrapper .learn-more-section .half-block.blue {
        background: #00b2e2; }
        .product-wrapper .learn-more-section .half-block.blue .text-wrapper a {
          max-width: 225px; }
    .product-wrapper .licensing-section .top-heading h2 {
      text-align: center; }
    .product-wrapper .licensing-section .product-license-box .over-wrapper {
      margin-bottom: 20px; }
      .product-wrapper .licensing-section .product-license-box .over-wrapper .image-block {
        height: auto;
        margin-bottom: 30px; }
      .product-wrapper .licensing-section .product-license-box .over-wrapper .content-block {
        height: auto;
        margin-bottom: 20px; }
    .product-wrapper .licensing-section .product-license-box:last-child .over-wrapper {
      padding: 37px 40px 24px; }
    .product-wrapper .technical-info-section.mu-pdf .bottom-row > div > ul > li {
      min-height: 2px;
      border-left: none;
      border-bottom: 1px solid #cdcfd0;
      padding-top: 10px;
      padding-bottom: 10px; }
      .product-wrapper .technical-info-section.mu-pdf .bottom-row > div > ul > li:first-child {
        width: 100%;
        border-left: none;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 10px; }
      .product-wrapper .technical-info-section.mu-pdf .bottom-row > div > ul > li:nth-child(2) {
        width: 100%;
        padding-left: 0;
        padding-right: 0; }
      .product-wrapper .technical-info-section.mu-pdf .bottom-row > div > ul > li:last-child {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        border-bottom: none; }
      .product-wrapper .technical-info-section.mu-pdf .bottom-row > div > ul > li ul li {
        width: 100%;
        float: left;
        margin-bottom: 10px;
        margin-right: 15px; }
    .product-wrapper .technical-info-section.gs .bottom-row > div > ul > li {
      min-height: 2px;
      border-left: none;
      border-bottom: 1px solid #cdcfd0;
      padding-top: 10px;
      padding-bottom: 10px; }
      .product-wrapper .technical-info-section.gs .bottom-row > div > ul > li:first-child {
        width: 100%;
        border-left: none;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 10px; }
      .product-wrapper .technical-info-section.gs .bottom-row > div > ul > li:nth-child(2) {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 10px; }
      .product-wrapper .technical-info-section.gs .bottom-row > div > ul > li:nth-child(3) {
        width: 100%;
        padding-left: 0;
        padding-right: 0; }
      .product-wrapper .technical-info-section.gs .bottom-row > div > ul > li:last-child {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        border-bottom: none; }
      .product-wrapper .technical-info-section.gs .bottom-row > div > ul > li ul li {
        width: 100%;
        float: left;
        margin-bottom: 10px;
        margin-right: 15px; }

  .main-nav-active .product-wrapper .feature-tab-section .float-icon {
    right: 240px;
    -webkit-transition: 1s ease right;
    -moz-transition: 1s ease right;
    -transition: 1s ease right; }

  .p-gso-wrapper .section-a {
    padding-top: 35px;
    padding-bottom: 35px; }
    .p-gso-wrapper .section-a .top-row {
      padding-bottom: 30px; }
      .p-gso-wrapper .section-a .top-row .content-block {
        padding-left: 15px;
        padding-right: 15px; }
    .p-gso-wrapper .section-a .middle-row:before {
      margin-bottom: 30px; }
    .p-gso-wrapper .section-a .middle-row .top-heading {
      padding-left: 15px;
      margin-top: 30px; }
      .p-gso-wrapper .section-a .middle-row .top-heading h2 {
        margin: 0 0 5px;
        text-align: center; }
    .p-gso-wrapper .section-a .middle-row .image-block {
      padding-right: 15px;
      padding-bottom: 15px;
      text-align: center; }
      .p-gso-wrapper .section-a .middle-row .image-block img {
        max-width: 300px; }
    .p-gso-wrapper .section-a .middle-row .content-block {
      padding-left: 15px; }
      .p-gso-wrapper .section-a .middle-row .content-block .content-wrapper h2 {
        text-align: center;
        padding-bottom: 32px;
        font-size: 42px;
        font-family: "acumin-pro";
        font-weight: 500; }
    .p-gso-wrapper .section-a .bottom-row {
      padding-top: 25px; }
      .p-gso-wrapper .section-a .bottom-row .top-heading {
        margin-top: 0;
        text-align: center; }
      .p-gso-wrapper .section-a .bottom-row .image-block {
        padding-right: 15px;
        padding-bottom: 15px;
        text-align: center; }
        .p-gso-wrapper .section-a .bottom-row .image-block img {
          max-width: 300px;
          width: 100%; }
  .p-gso-wrapper .section-b {
    padding-top: 30px;
    padding-bottom: 30px; }
    .p-gso-wrapper .section-b .top-heading h2 {
      text-align: center; }
    .p-gso-wrapper .section-b .content-block img {
      max-width: 300px;
      margin: auto;
      width: 100%; }
    .p-gso-wrapper .section-b .image-block {
      padding-right: 15px;
      padding-bottom: 15px;
      text-align: center; }
      .p-gso-wrapper .section-b .image-block img {
        max-width: 300px;
        width: 100%; }
  .p-gso-wrapper .section-c {
    padding-top: 30px;
    padding-bottom: 30px; }
    .p-gso-wrapper .section-c .top-heading {
      padding-left: 15px;
      margin-top: 10px;
      text-align: center; }
    .p-gso-wrapper .section-c .content-block {
      padding-left: 15px; }
    .p-gso-wrapper .section-c .image-block {
      text-align: center; }
      .p-gso-wrapper .section-c .image-block img {
        max-width: 300px;
        width: 100%; }
  .p-gso-wrapper .section-d {
    padding-top: 30px;
    padding-bottom: 30px; }
    .p-gso-wrapper .section-d .top-heading {
      margin-top: 0; }
    .p-gso-wrapper .section-d .content-block {
      padding-right: 15px; }
    .p-gso-wrapper .section-d .image-block {
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 0;
      text-align: center; }
      .p-gso-wrapper .section-d .image-block img {
        max-width: 300px;
        width: 100%; }
  .p-gso-wrapper .main-inner-page-banner {
    padding-top: 30px;
    padding-bottom: 0;
    height: auto; }
    .p-gso-wrapper .main-inner-page-banner .content-seccion {
      padding-top: 20px;
      padding-bottom: 35px;
      text-align: center; }
      .p-gso-wrapper .main-inner-page-banner .content-seccion p {
        margin-bottom: 25px;
        font-size: 23px; }
      .p-gso-wrapper .main-inner-page-banner .content-seccion a.button {
        margin: 0 auto; }
    .p-gso-wrapper .main-inner-page-banner .animation-block {
      text-align: center;
      padding-left: 15px; }
      .p-gso-wrapper .main-inner-page-banner .animation-block img {
        margin: auto;
        width: 95%;
        max-width: 320px; }

  /* ------------------------------------------------------------ *\ 
          GhostScript Technical Info Page content section
  \* ------------------------------------------------------------ */
  .gs-ti-wrapper .internal-content-wrapper {
    padding-top: 15px;
    /*
      -  left-section
    */
    /*
      -  right-section
    */ }
    .gs-ti-wrapper .internal-content-wrapper .left-section {
      width: 100%;
      padding-right: 15px; }
      .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder {
        margin-bottom: 15px; }
        .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder .top-wrapper .nav-logo {
          padding: 0 10px 25px 10px; }
          .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder .top-wrapper .nav-logo img {
            max-width: 100%; }
        .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children {
          background: url("../images/arrow-down.png") no-repeat 13px 19px !important; }
          .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children a {
            font-size: 13px; }
          .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children > a {
            color: #0075cf; }
          .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children > ul {
            display: block; }
            .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children > ul li a {
              color: #697287; }
              .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children > ul li a:hover {
                color: #697287; }
          .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active, .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover {
            background: url("../images/arrow-down.png") no-repeat 13px 19px !important; }
            .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active > a, .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover > a {
              color: #0075cf; }
            .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active > ul, .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover > ul {
              display: block; }
              .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active > ul li a, .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover > ul li a {
                color: #697287; }
    .gs-ti-wrapper .internal-content-wrapper .main-content-area {
      width: 100%;
      padding-left: 15px; }
      .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul.with-image {
        width: 168px;
        margin: 30px auto 0; }
        .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul.with-image li {
          padding-right: 0;
          padding-bottom: 16px; }
          .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul.with-image li img {
            max-width: 100%;
            display: block;
            float: none; }
          .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul.with-image li p {
            text-align: center;
            margin-top: 0; }

  .p-gst-wrapper .main-inner-page-banner {
    padding-top: 30px;
    padding-bottom: 30px; }
    .p-gst-wrapper .main-inner-page-banner .image-block {
      width: 90px; }
      .p-gst-wrapper .main-inner-page-banner .image-block img {
        width: 100%; }
    .p-gst-wrapper .main-inner-page-banner .content-block {
      width: 100%;
      max-width: 590px;
      padding-top: 0; }
      .p-gst-wrapper .main-inner-page-banner .content-block P {
        padding: 0;
        margin: 0 0 25px;
        font-size: 22px;
        font-family: "acumin-pro";
        font-weight: 300;
        color: #000;
        text-transform: none; }
  .p-gst-wrapper section.content-section .image-block {
    text-align: center; }
    .p-gst-wrapper section.content-section .image-block img {
      max-width: 300px;
      margin: 1px auto 20px; }
  .p-gst-wrapper section.content-section .top-heading h2 {
    text-align: center; }
  .p-gst-wrapper .section-a {
    padding-top: 30px;
    padding-bottom: 30px; }
    .p-gst-wrapper .section-a .top-heading {
      margin-top: 0;
      padding-right: 15px; }
      .p-gst-wrapper .section-a .top-heading h2 {
        line-height: 30px; }
    .p-gst-wrapper .section-a .content-block {
      padding-right: 15px; }
  .p-gst-wrapper .section-b {
    padding-top: 30px;
    padding-bottom: 30px; }
    .p-gst-wrapper .section-b .content-block {
      padding-left: 15px; }
      .p-gst-wrapper .section-b .content-block ul {
        width: 100%;
        display: inline-block; }
        .p-gst-wrapper .section-b .content-block ul li {
          width: 100%;
          float: left; }
    .p-gst-wrapper .section-b .top-heading {
      padding-left: 15px; }
  .p-gst-wrapper .section-c {
    padding-top: 30px;
    padding-bottom: 30px; }
    .p-gst-wrapper .section-c .content-block {
      padding-right: 15px; }
  .p-gst-wrapper .section-d {
    padding-top: 0;
    padding-bottom: 30px; }
    .p-gst-wrapper .section-d .left {
      padding-right: 15px; }
    .p-gst-wrapper .section-d .right {
      padding-left: 15px; }

  .p-mpo-wrapper {
    /*
    .section-c {
    	&:before {
    		background: rgba(71, 73, 152, 0.4);
    	}
    } */ }
    .p-mpo-wrapper .section-a {
      padding-top: 55px;
      padding-bottom: 40px; }
      .p-mpo-wrapper .section-a .content-block {
        padding-right: 15px;
        padding-left: 15px; }
    .p-mpo-wrapper .section-b {
      padding-top: 40px;
      padding-bottom: 40px; }
      .p-mpo-wrapper .section-b .top-heading {
        padding-left: 15px; }
        .p-mpo-wrapper .section-b .top-heading h2 {
          text-align: center; }
      .p-mpo-wrapper .section-b .content-block {
        padding-right: 15px; }
      .p-mpo-wrapper .section-b .image-block {
        text-align: center;
        margin-bottom: 20px; }
    .p-mpo-wrapper .section-c {
      padding-top: 40px;
      background-position: left bottom;
      background-size: auto 65%; }
      .p-mpo-wrapper .section-c .top-heading {
        padding-left: 15px;
        padding-right: 15px; }
      .p-mpo-wrapper .section-c .content-block {
        padding-left: 15px;
        padding-right: 15px; }
    .p-mpo-wrapper .section-d {
      padding-top: 40px;
      padding-bottom: 45px; }
      .p-mpo-wrapper .section-d .top-heading {
        padding-right: 15px; }
      .p-mpo-wrapper .section-d .content-block {
        padding-right: 15px; }
    .p-mpo-wrapper .section-e {
      padding-top: 45px;
      padding-bottom: 40px; }
      .p-mpo-wrapper .section-e .top-heading {
        padding-left: 15px; }
        .p-mpo-wrapper .section-e .top-heading h2 {
          text-align: center; }
      .p-mpo-wrapper .section-e .content-block {
        padding-left: 15px; }
      .p-mpo-wrapper .section-e .image-block {
        text-align: center;
        margin-bottom: 20px; }
    .p-mpo-wrapper .section-f {
      background: transparent url(../images/products/mu-pdf/overview/magnifying-glass.png) no-repeat;
      background-position: center bottom;
      background-size: 100% auto;
      padding-top: 45px;
      padding-bottom: 55px; }
      .p-mpo-wrapper .section-f .content-block {
        padding-right: 15px; }
    .p-mpo-wrapper .section-f,
    .p-mpo-wrapper .section-d {
      position: relative; }
      .p-mpo-wrapper .section-f:before,
      .p-mpo-wrapper .section-d:before {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute; }
      .p-mpo-wrapper .section-f .content-block .content-wrapper ul.with-bullets li,
      .p-mpo-wrapper .section-f .content-block .content-wrapper p,
      .p-mpo-wrapper .section-f .content-block .content-wrapper strong,
      .p-mpo-wrapper .section-d .content-block .content-wrapper ul.with-bullets li,
      .p-mpo-wrapper .section-d .content-block .content-wrapper p,
      .p-mpo-wrapper .section-d .content-block .content-wrapper strong {
        color: #fff; }
      .p-mpo-wrapper .section-f .top-heading h2,
      .p-mpo-wrapper .section-d .top-heading h2 {
        color: #fff; }
    .p-mpo-wrapper .section-f:before,
    .p-mpo-wrapper .section-d:before {
      background: rgba(0, 0, 0, 0.66); }
    .p-mpo-wrapper .section-c {
      background-image: none !important; }
      .p-mpo-wrapper .section-c .top-heading h2,
      .p-mpo-wrapper .section-c .img-block {
        text-align: center; }
      .p-mpo-wrapper .section-c .img-block img {
        max-width: 280px;
        margin: 0 auto 20px; }
    .p-mpo-wrapper .section-b .image-block {
      margin-bottom: 0; }
      .p-mpo-wrapper .section-b .image-block img {
        max-width: 280px;
        margin: 0 auto; }
    .p-mpo-wrapper .main-inner-page-banner {
      padding-top: 40px;
      padding-bottom: 45px;
      background-image: url(../images/products/mu-pdf/overview/bg-banner.png); }
      .p-mpo-wrapper .main-inner-page-banner .container {
        padding: 0 15px 0; }
      .p-mpo-wrapper .main-inner-page-banner .image-block {
        width: 125px; }
      .p-mpo-wrapper .main-inner-page-banner .content-block {
        width: 100%;
        padding-top: 15px; }
        .p-mpo-wrapper .main-inner-page-banner .content-block h3 {
          padding: 0;
          margin: 0 0 15px; }
        .p-mpo-wrapper .main-inner-page-banner .content-block P {
          margin: 0 0 25px; }

  /* ------------------------------------------------------------ *\ 
          MuPDF Technical Info Page content section
  \* ------------------------------------------------------------ */
  .mp-ti-wrapper .internal-content-wrapper {
    padding-top: 15px;
    /*
      -  left-section
    */
    /*
      -  right-section
    */ }
    .mp-ti-wrapper .internal-content-wrapper .left-section {
      width: 100%;
      padding-right: 15px; }
      .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder {
        margin-bottom: 15px; }
        .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder .top-wrapper .nav-logo {
          padding: 0 10px 25px 10px; }
          .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder .top-wrapper .nav-logo img {
            max-width: 100%; }
        .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children {
          background: url("../images/arrow-down.png") no-repeat 13px 19px !important; }
          .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children a {
            font-size: 13px; }
          .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children > a {
            color: #0075cf; }
          .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children > ul {
            display: block; }
            .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children > ul li a {
              color: #697287; }
              .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children > ul li a:hover {
                color: #697287; }
          .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active, .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover {
            background: url("../images/arrow-down.png") no-repeat 13px 19px !important; }
            .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active > a, .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover > a {
              color: #0075cf; }
            .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active > ul, .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover > ul {
              display: block; }
              .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active > ul li a, .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover > ul li a {
                color: #697287; }
    .mp-ti-wrapper .internal-content-wrapper .main-content-area {
      width: 100%;
      padding-left: 15px; }

  .p-sof-ps-wrapper .feature-tab-section {
    border-top: 1px solid #d8dadd; }
    .p-sof-ps-wrapper .feature-tab-section .float-icon {
      top: 180px; }
  .p-sof-ps-wrapper .section-a {
    padding-bottom: 30px; }
    .p-sof-ps-wrapper .section-a .top-section {
      padding-top: 35px;
      padding-bottom: 30px; }
      .p-sof-ps-wrapper .section-a .top-section p {
        font-size: 25px;
        font-family: "acumin-pro";
        font-weight: 300; }
    .p-sof-ps-wrapper .section-a .tab-nav ul li {
      margin-bottom: 1px; }
      .p-sof-ps-wrapper .section-a .tab-nav ul li a.active, .p-sof-ps-wrapper .section-a .tab-nav ul li a.active:hover {
        color: #fff;
        background: #77c11f;
        border: 1px solid #77c11f; }
        .p-sof-ps-wrapper .section-a .tab-nav ul li a.active img.normal, .p-sof-ps-wrapper .section-a .tab-nav ul li a.active:hover img.normal {
          display: none; }
        .p-sof-ps-wrapper .section-a .tab-nav ul li a.active img.hover, .p-sof-ps-wrapper .section-a .tab-nav ul li a.active:hover img.hover {
          display: block; }
      .p-sof-ps-wrapper .section-a .tab-nav ul li a:hover {
        color: #697287;
        text-transform: uppercase;
        background-color: #fff;
        border: 1px solid #d8dadd; }
        .p-sof-ps-wrapper .section-a .tab-nav ul li a:hover img.normal {
          display: block; }
        .p-sof-ps-wrapper .section-a .tab-nav ul li a:hover img.hover {
          display: none; }
    .p-sof-ps-wrapper .section-a .tab-nav.left-tab-nav {
      padding-right: 15px; }
      .p-sof-ps-wrapper .section-a .tab-nav.left-tab-nav ul li a {
        border-right: 1px solid #d8dadd; }
      .p-sof-ps-wrapper .section-a .tab-nav.left-tab-nav ul li:first-child .content-block {
        display: block; }
    .p-sof-ps-wrapper .section-a .tab-nav.right-tab-nav {
      padding-left: 15px; }
      .p-sof-ps-wrapper .section-a .tab-nav.right-tab-nav ul li a {
        border-left: 1px solid #d8dadd; }
    .p-sof-ps-wrapper .section-a .content-block {
      padding: 20px 10px;
      float: left;
      border-left: 1px solid #d8dadd;
      border-right: 1px solid #d8dadd; }
      .p-sof-ps-wrapper .section-a .content-block ul li {
        padding-left: 23px; }
  .p-sof-ps-wrapper .learn-more-section {
    padding: 70px 0; }
    .p-sof-ps-wrapper .learn-more-section.with-bg .text-wrapper a {
      width: 90%;
      max-width: 300px;
      font-size: 15px; }

  .p-sof-faq-wrapper .banner-heading-section {
    padding-top: 27px;
    padding-bottom: 30px; }
  .p-sof-faq-wrapper .feature-tab-section {
    border-top: 1px solid #d8dadd; }
    .p-sof-faq-wrapper .feature-tab-section .float-icon {
      top: 100px; }
  .p-sof-faq-wrapper .content-section .heading {
    padding: 28px 15px 25px; }
  .p-sof-faq-wrapper .content-section .left-section {
    padding-bottom: 30px; }
  .p-sof-faq-wrapper .content-section .right-section {
    padding-bottom: 15px;
    border-bottom: none; }

  .product-wrapper .banner-heading-section .left-content-section a.store-icons {
    display: none; }

  .p-so-o-wrapper .banner-heading-section {
    padding-top: 30px;
    padding-bottom: 35px; }
    .p-so-o-wrapper .banner-heading-section .image-block {
      text-align: left; }
      .p-so-o-wrapper .banner-heading-section .image-block img {
        width: 100%;
        max-width: 300px !important;
        margin: 10px auto; }
    .p-so-o-wrapper .banner-heading-section .left-content-section p {
      margin: 15px 0 10px;
      font-size: 26px;
      line-height: 32px; }
  .p-so-o-wrapper .feature-tab-section {
    border-top: none; }
    .p-so-o-wrapper .feature-tab-section .float-icon {
      top: 150px; }
  .p-so-o-wrapper .learn-more-section {
    padding: 45px 0 50px; }
    .p-so-o-wrapper .learn-more-section .text-wrapper p {
      font-size: 26px;
      font-family: "acumin-pro";
      font-weight: 300; }
    .p-so-o-wrapper .learn-more-section a.button {
      max-width: 145px; }
  .p-so-o-wrapper .section-a {
    padding-top: 30px;
    padding-bottom: 30px; }
    .p-so-o-wrapper .section-a .top-heading {
      margin-top: 0; }
    .p-so-o-wrapper .section-a .image-block {
      text-align: center; }
      .p-so-o-wrapper .section-a .image-block img {
        width: 100%;
        max-width: 300px;
        margin: 10px auto; }
  .p-so-o-wrapper .section-b {
    padding-top: 30px;
    padding-bottom: 30px; }
    .p-so-o-wrapper .section-b .top-heading {
      margin-top: 0; }
    .p-so-o-wrapper .section-b .image-block {
      text-align: center; }
      .p-so-o-wrapper .section-b .image-block img {
        width: 100%;
        max-width: 300px;
        margin: 10px auto; }
  .p-so-o-wrapper .section-c {
    padding-top: 34px;
    padding-bottom: 30px; }
    .p-so-o-wrapper .section-c .top-heading {
      margin-top: 0px; }
    .p-so-o-wrapper .section-c .content-block {
      padding-right: 15px; }
    .p-so-o-wrapper .section-c .image-block {
      text-align: center; }
      .p-so-o-wrapper .section-c .image-block img {
        width: 100%;
        max-width: 300px;
        margin: 10px auto; }
  .p-so-o-wrapper .section-d {
    padding-top: 30px;
    padding-bottom: 35px; }
    .p-so-o-wrapper .section-d .top-heading {
      margin-top: 0; }
    .p-so-o-wrapper .section-d .image-block {
      text-align: center; }
      .p-so-o-wrapper .section-d .image-block img {
        width: 100%;
        max-width: 95%;
        margin: 10px auto; }
  .p-so-o-wrapper .section-e {
    padding-top: 35px;
    padding-bottom: 30px; }
    .p-so-o-wrapper .section-e .image-block {
      text-align: center; }
      .p-so-o-wrapper .section-e .image-block img {
        width: 100%;
        max-width: 300px;
        margin: 10px auto; }
  .p-so-o-wrapper .section-f {
    padding-top: 30px;
    padding-bottom: 30px; }
    .p-so-o-wrapper .section-f .image-block {
      text-align: center; }
      .p-so-o-wrapper .section-f .image-block img {
        width: 100%;
        max-width: 300px;
        margin: 10px auto; }
  .p-so-o-wrapper .section-g {
    padding-top: 30px; }
    .p-so-o-wrapper .section-g .top-heading h2 {
      margin: 0 0 30px; }
    .p-so-o-wrapper .section-g .blog-item .blog-wrapper {
      max-width: 300px;
      margin-left: auto;
      margin-right: auto; }
    .p-so-o-wrapper .section-g .button-block {
      margin-top: 30px;
      margin-bottom: 35px;
      text-align: center; }
      .p-so-o-wrapper .section-g .button-block a {
        max-width: 270px; }
  .p-so-o-wrapper .feature-tab-section .trigger-ul li:first-child .content-block {
    display: block; }
  .p-so-o-wrapper .feature-tab-section .trigger-ul li .top-heading h2 {
    margin: 0 0 35px;
    color: #2a3754;
    text-align: center;
    font-size: 35.4px; }
  .p-so-o-wrapper .feature-tab-section .trigger-ul li .content-block {
    padding: 20px 15px;
    background: #eff0f4; }
    .p-so-o-wrapper .feature-tab-section .trigger-ul li .content-block p {
      margin-bottom: 18px;
      font-size: 15.4px;
      font-family: "acumin-pro";
      font-weight: 500;
      color: #697287;
      text-align: center; }
    .p-so-o-wrapper .feature-tab-section .trigger-ul li .content-block a {
      font-size: 15.4px;
      font-family: "acumin-pro";
      font-weight: 500;
      text-transform: uppercase;
      text-align: center; }
      .p-so-o-wrapper .feature-tab-section .trigger-ul li .content-block a:hover {
        text-align: center; }
  .p-so-o-wrapper .feature-tab-section .trigger-ul li .image-block {
    text-align: center; }
    .p-so-o-wrapper .feature-tab-section .trigger-ul li .image-block img {
      width: 100%;
      max-width: 300px;
      margin: 10px auto; }
  .p-so-o-wrapper .switch-section .slide .slider {
    width: 60px; }
  .p-so-o-wrapper .switch-section .slide .display {
    padding: 15px 33px 14px;
    font-size: 14px;
    font-family: "acumin-pro";
    font-weight: 300;
    line-height: 28px;
    min-height: 82px; }
  .p-so-o-wrapper .switch-section .slide label.switch-1, .p-so-o-wrapper .switch-section .slide label.switch-2 {
    padding-top: 30px;
    padding-bottom: 30px; }
  .p-so-o-wrapper .switch-section .slide label.switch-labels {
    background: #fff;
    pointer-events: none; }
    .p-so-o-wrapper .switch-section .slide label.switch-labels .container {
      padding-right: 15px; }
      .p-so-o-wrapper .switch-section .slide label.switch-labels .container .image-block {
        text-align: center; }
        .p-so-o-wrapper .switch-section .slide label.switch-labels .container .image-block img {
          margin-top: 0;
          width: 100%;
          max-width: 150px; }
      .p-so-o-wrapper .switch-section .slide label.switch-labels .container .top-heading {
        padding-right: 15px;
        text-align: left; }
        .p-so-o-wrapper .switch-section .slide label.switch-labels .container .top-heading h2 {
          margin: 0 0 18px;
          font-size: 30px; }
        .p-so-o-wrapper .switch-section .slide label.switch-labels .container .top-heading p {
          margin-bottom: 25px; }
      .p-so-o-wrapper .switch-section .slide label.switch-labels .container .content-block {
        padding-right: 15px; }
        .p-so-o-wrapper .switch-section .slide label.switch-labels .container .content-block p {
          font-size: 16px; }
          .p-so-o-wrapper .switch-section .slide label.switch-labels .container .content-block p strong {
            font-size: 16px; }
        .p-so-o-wrapper .switch-section .slide label.switch-labels .container .content-block ul.with-bullets {
          margin-top: 25px; }
          .p-so-o-wrapper .switch-section .slide label.switch-labels .container .content-block ul.with-bullets li {
            padding-left: 20px;
            padding-right: 0;
            font-size: 16px; }
            .p-so-o-wrapper .switch-section .slide label.switch-labels .container .content-block ul.with-bullets li strong {
              font-size: 16px; }
      .p-so-o-wrapper .switch-section .slide label.switch-labels .container .button-block {
        text-align: center;
        margin: 25px 0 0; }
        .p-so-o-wrapper .switch-section .slide label.switch-labels .container .button-block a {
          max-width: 250px;
          text-align: center; }
  .p-so-o-wrapper .switch-section .slide .switch {
    top: 4.75px;
    left: 6px; }

  .p-sof-view-wrapper .banner-heading-section {
    padding-top: 40px;
    padding-bottom: 50px;
    background-image: none !important;
    height: auto; }
    .p-sof-view-wrapper .banner-heading-section .left-content-section {
      padding-right: 0; }
      .p-sof-view-wrapper .banner-heading-section .left-content-section p {
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 28px;
        font-family: "acumin-pro";
        font-weight: 100; }
    .p-sof-view-wrapper .banner-heading-section .right-image-section {
      padding-left: 15px;
      padding-right: 15px; }
      .p-sof-view-wrapper .banner-heading-section .right-image-section .image-block img {
        margin: 20px 0;
        float: right;
        max-width: 280px; }
  .p-sof-view-wrapper .feature-tab-section {
    border-top: none; }
    .p-sof-view-wrapper .feature-tab-section .float-icon {
      top: 90px; }
  .p-sof-view-wrapper .top-section.content-section .content-block {
    padding: 40px 15px 45px; }
  .p-sof-view-wrapper section.content-section .top-heading h2 {
    margin: 0 0 15px; }
  .p-sof-view-wrapper section.content-section .image-block img {
    margin: -2 px auto;
    max-width: 280px; }
  .p-sof-view-wrapper .section-a {
    padding-top: 40px;
    padding-bottom: 45px; }
    .p-sof-view-wrapper .section-a .top-heading {
      margin-top: 0; }
    .p-sof-view-wrapper .section-a .pull-left {
      padding-right: 15px; }
  .p-sof-view-wrapper .section-b {
    padding-top: 40px;
    padding-bottom: 45px; }
    .p-sof-view-wrapper .section-b .top-heading {
      margin-top: 0; }
  .p-sof-view-wrapper .section-c {
    padding-top: 40px;
    padding-bottom: 45px; }
    .p-sof-view-wrapper .section-c .top-heading {
      margin-top: 0; }
  .p-sof-view-wrapper .section-d {
    padding-top: 40px;
    padding-bottom: 45px; }
    .p-sof-view-wrapper .section-d .top-heading {
      margin-top: 0px;
      padding-left: 15px; }
    .p-sof-view-wrapper .section-d .content-block {
      padding-right: 15px;
      padding-left: 15px; }
  .p-sof-view-wrapper .section-e {
    padding-top: 40px;
    padding-bottom: 45px; }
    .p-sof-view-wrapper .section-e .top-heading {
      margin-top: 0; }
  .p-sof-view-wrapper .section-f {
    padding-top: 40px;
    padding-bottom: 45px; }
    .p-sof-view-wrapper .section-f .top-heading {
      margin-top: 0;
      padding-left: 15px; }
    .p-sof-view-wrapper .section-f .content-block {
      padding-right: 15px;
      padding-left: 15px; }
  .p-sof-view-wrapper .section-g {
    padding-top: 40px;
    padding-bottom: 45px; }
    .p-sof-view-wrapper .section-g .top-heading {
      margin-top: 0; }
    .p-sof-view-wrapper .section-g .content-block {
      padding-right: 15px; }
  .p-sof-view-wrapper .learn-more-section {
    padding: 65px 0 70px; }
    .p-sof-view-wrapper .learn-more-section .text-wrapper p {
      font-size: 26px;
      font-family: "acumin-pro";
      font-weight: 300; }
    .p-sof-view-wrapper .learn-more-section a.button {
      max-width: 145px; }

  /* ------------------------------------------------------------ *\ 
          Search result Page
  \* ------------------------------------------------------------ */
  .search-r-content {
    /*
     - search section
    */ }
    .search-r-content .search-field-section {
      margin-top: 45px;
      margin-bottom: 15px; }
    .search-r-content .pagination-block {
      margin-top: 0px;
      margin-bottom: 15px; }

  .support-wrapper .artifex-support-tab.tab-section {
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #fff; }
    .support-wrapper .artifex-support-tab.tab-section ul.tab-nav-ul {
      width: 100% !important; }
      .support-wrapper .artifex-support-tab.tab-section ul.tab-nav-ul > li {
        width: 100%;
        float: left;
        border-top: 1px solid #fff; }
        .support-wrapper .artifex-support-tab.tab-section ul.tab-nav-ul > li > a {
          padding: 20px 20px 19px;
          background-color: #2f3940;
          text-align: left;
          font-size: 18px;
          font-family: "DINRegular"; }
          .support-wrapper .artifex-support-tab.tab-section ul.tab-nav-ul > li > a:before {
            height: 100%;
            width: 3px;
            top: 0;
            left: -4px;
            right: auto;
            bottom: 0; }
          .support-wrapper .artifex-support-tab.tab-section ul.tab-nav-ul > li > a:hover:before {
            left: 0; }
        .support-wrapper .artifex-support-tab.tab-section ul.tab-nav-ul > li.current a:before {
          left: 0; }
        .support-wrapper .artifex-support-tab.tab-section ul.tab-nav-ul > li:last-child {
          border-bottom: 1px solid #fff; }
  .support-wrapper .artifex-support-content {
    /*
    *  - Section 1 , Top section
    */
    /*
    *  - Section 2 ,"Enterprise Customers"
    */
    /*
    *  - Section 3 , "Open Source Licenses"
    */
    /*
    *  - Section 4 , "Retail SmartOffice Customers"
    */ }
    .support-wrapper .artifex-support-content section h2 {
      font-size: 30px; }
    .support-wrapper .artifex-support-content section .right-section {
      border-bottom: none; }
    .support-wrapper .artifex-support-content section.section-b h3, .support-wrapper .artifex-support-content section.section-b p, .support-wrapper .artifex-support-content section.section-b h2 {
      color: #fff; }
    .support-wrapper .artifex-support-content .section-a .top-heading {
      padding-top: 0;
      padding-bottom: 30px; }
      .support-wrapper .artifex-support-content .section-a .top-heading h2 {
        margin: 0 0 15px;
        font-size: 30px; }
      .support-wrapper .artifex-support-content .section-a .top-heading p {
        font-size: 18px; }
    .support-wrapper .artifex-support-content .section-b {
      padding: 35px 0 30px;
      position: relative; }
      .support-wrapper .artifex-support-content .section-b h2 {
        text-align: center; }
      .support-wrapper .artifex-support-content .section-b .top-heading {
        padding-left: 15px; }
      .support-wrapper .artifex-support-content .section-b .left-section {
        padding-right: 15px;
        padding-left: 15px; }
      .support-wrapper .artifex-support-content .section-b:before {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        background: rgba(0, 0, 0, 0.73); }
    .support-wrapper .artifex-support-content .section-c {
      padding: 35px 0  35px; }
      .support-wrapper .artifex-support-content .section-c h2 {
        margin-bottom: 0;
        text-align: center; }
      .support-wrapper .artifex-support-content .section-c .right-section {
        border-bottom: none; }
    .support-wrapper .artifex-support-content .section-d {
      padding: 35px 0 35px; }
      .support-wrapper .artifex-support-content .section-d h2 {
        text-align: center; }
      .support-wrapper .artifex-support-content .section-d .left-section {
        padding-right: 15px; }
        .support-wrapper .artifex-support-content .section-d .left-section p {
          margin-top: 20px;
          margin-bottom: 15px; }
        .support-wrapper .artifex-support-content .section-d .left-section ul li {
          margin-bottom: 15px; }
          .support-wrapper .artifex-support-content .section-d .left-section ul li:last-child {
            margin-bottom: 0; }
      .support-wrapper .artifex-support-content .section-d .right-section {
        padding-left: 15px; }
        .support-wrapper .artifex-support-content .section-d .right-section p {
          margin-top: 20px;
          margin-bottom: 15px; }
        .support-wrapper .artifex-support-content .section-d .right-section ul li {
          margin-bottom: 15px; }

  .licensing-wrapper .artifex-licensing-tab.tab-section {
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #fff; }
    .licensing-wrapper .artifex-licensing-tab.tab-section ul.tab-nav-ul {
      width: 100% !important; }
      .licensing-wrapper .artifex-licensing-tab.tab-section ul.tab-nav-ul > li {
        width: 100%;
        float: left;
        border-top: 1px solid #fff; }
        .licensing-wrapper .artifex-licensing-tab.tab-section ul.tab-nav-ul > li > a {
          padding: 20px 20px 19px;
          background-color: #2f3940;
          text-align: left;
          font-size: 16px;
          font-family: "DINRegular"; }
          .licensing-wrapper .artifex-licensing-tab.tab-section ul.tab-nav-ul > li > a:before {
            height: 100%;
            width: 3px;
            top: 0;
            left: -4px;
            right: auto;
            bottom: 0; }
          .licensing-wrapper .artifex-licensing-tab.tab-section ul.tab-nav-ul > li > a:hover:before {
            left: 0; }
        .licensing-wrapper .artifex-licensing-tab.tab-section ul.tab-nav-ul > li.current a:before {
          left: 0; }
        .licensing-wrapper .artifex-licensing-tab.tab-section ul.tab-nav-ul > li:last-child {
          border-bottom: 1px solid #fff; }
  .licensing-wrapper .artifex-licensing-content {
    /*
    *  - Section 2 , "Artifex Commercial Licensing Options"
    */
    /*
    *  - Section 3 , "Which is Right for you section"
    */ }
    .licensing-wrapper .artifex-licensing-content section .container {
      padding-left: 15px; }
    .licensing-wrapper .artifex-licensing-content section h3 {
      margin: 30px 0 0;
      font-size: 24px;
      font-family: "acumin-pro";
      font-weight: 300; }
    .licensing-wrapper .artifex-licensing-content section p {
      margin: 20px 0 0; }
      .licensing-wrapper .artifex-licensing-content section p.no-bottom {
        margin-bottom: -15px; }
    .licensing-wrapper .artifex-licensing-content section .button-row a.button {
      max-width: 460px;
      padding-left: 15px;
      padding-right: 15px;
      margin: 30px auto 20px; }
    .licensing-wrapper .artifex-licensing-content .section-c .table-ul {
      padding-top: 30px;
      border-bottom: 1px solid #e2e3e4; }
      .licensing-wrapper .artifex-licensing-content .section-c .table-ul > ul > li {
        width: 100%; }
        .licensing-wrapper .artifex-licensing-content .section-c .table-ul > ul > li:first-child .content-block {
          padding: 30px 15px;
          border-bottom: none; }
        .licensing-wrapper .artifex-licensing-content .section-c .table-ul > ul > li:first-child:after {
          display: none; }
        .licensing-wrapper .artifex-licensing-content .section-c .table-ul > ul > li:last-child .content-block {
          padding: 30px 15px; }
        .licensing-wrapper .artifex-licensing-content .section-c .table-ul > ul > li .content-block:nth-child(3) {
          padding-top: 0; }
        .licensing-wrapper .artifex-licensing-content .section-c .table-ul > ul > li .heading-block h4 {
          font-size: 14px;
          font-family: "DINBold"; }
        .licensing-wrapper .artifex-licensing-content .section-c .table-ul > ul > li .heading-block p {
          font-size: 14px;
          font-family: "DINBold"; }
      .licensing-wrapper .artifex-licensing-content .section-c .table-ul > ul:last-of-type {
        border-top: none;
        border-bottom: none; }
        .licensing-wrapper .artifex-licensing-content .section-c .table-ul > ul:last-of-type > li:first-child .content-block {
          padding: 30px 15px;
          border-bottom: none; }
        .licensing-wrapper .artifex-licensing-content .section-c .table-ul > ul:last-of-type > li:last-child .content-block {
          padding: 30px 15px;
          border-bottom: none; }
    .licensing-wrapper .artifex-licensing-content .section-d {
      padding-bottom: 45px; }

  .contact-us-wrapper .contact-us-content {
    padding-top: 30px;
    padding-bottom: 20px; }
    .contact-us-wrapper .contact-us-content .left-section {
      padding-right: 15px;
      margin-bottom: 20px; }
      .contact-us-wrapper .contact-us-content .left-section .content-wrapper {
        padding: 30px 20px; }
        .contact-us-wrapper .contact-us-content .left-section .content-wrapper h2 {
          margin: 0 0 20px;
          padding: 0;
          font-size: 28px; }
        .contact-us-wrapper .contact-us-content .left-section .content-wrapper h3, .contact-us-wrapper .contact-us-content .left-section .content-wrapper h4, .contact-us-wrapper .contact-us-content .left-section .content-wrapper p, .contact-us-wrapper .contact-us-content .left-section .content-wrapper address {
          max-width: 100%; }
    .contact-us-wrapper .contact-us-content .right-section {
      padding-top: 0;
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 30px;
      border-bottom: 0; }
      .contact-us-wrapper .contact-us-content .right-section h2 {
        margin: 0 0 20px;
        padding: 0;
        font-size: 28px; }
      .contact-us-wrapper .contact-us-content .right-section form .button-field {
        margin-top: 20px; }
        .contact-us-wrapper .contact-us-content .right-section form .button-field .button {
          float: right;
          margin-bottom: 10px; } }
@media (max-width: 767px) and (orientation: portrait) {
  footer .footer-content .footer-copyright img {
    max-width: 187px !important;
    width: 100% !important; } }
/*Mobile phone landscape*/
@media (min-width: 550px) and (max-width: 767px) {
  /*
    - Body top padding
  */
  body {
    padding-top: 70px; }

  /*
    - Section's Top heading section
  */
  .top-heading {
    text-align: center; }
    .top-heading h2 {
      font-size: 26px;
      font-family: "acumin-pro";
      font-weight: 300;
      text-transform: none; }
    .top-heading p {
      font-size: 20px;
      font-family: "acumin-pro";
      font-weight: 300;
      text-transform: none; }
    .top-heading h3 {
      font-size: 18px;
      font-family: "DINBold"; }

  /*
    - .tab-nav-section - Tab navigation
  */
  section.tab-nav-section {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 2px solid #cccccc; }
    section.tab-nav-section ul {
      width: 100% !important;
      float: left; }
      section.tab-nav-section ul li {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px; }
        section.tab-nav-section ul li a {
          width: 100%;
          padding: 10px 0 10px;
          border-right: none;
          border-bottom: 1px solid #cccccc;
          color: #697287; }
        section.tab-nav-section ul li span {
          width: 100%;
          padding: 10px 0 10px;
          border-right: none;
          border-bottom: 1px solid #cccccc; }
        section.tab-nav-section ul li:last-child a {
          border-bottom: none; }
        section.tab-nav-section ul li:last-child span {
          border-bottom: none; }

  /*
    - .pagination-block - Pagination
  */
  section.pagination-block {
    border-top: none;
    border-bottom: none; }
    section.pagination-block ul {
      width: 100% !important; }
      section.pagination-block ul li {
        text-align: center; }
        section.pagination-block ul li a,
        section.pagination-block ul li span {
          border-top: 1px solid #cccccc;
          border-bottom: 1px solid #cccccc;
          border-left: 1px solid #cccccc;
          border-right: 1px solid #cccccc; }
        section.pagination-block ul li.prev-next-page {
          width: 100%; }
          section.pagination-block ul li.prev-next-page a {
            float: left;
            padding: 10px 0;
            border-left: none;
            border-right: none;
            border-top: none;
            border-bottom: none;
            text-align: left; }
        section.pagination-block ul li.next-page a {
          width: 105px; }
          section.pagination-block ul li.next-page a:after {
            margin-left: 10px; }
        section.pagination-block ul li:nth-child(2) a,
        section.pagination-block ul li:nth-child(2) span {
          border-left: 1px solid #cccccc; }

  /*
    - .result-list-section , Listed blocks style
  */
  .result-list-section .result-block {
    padding-top: 48px;
    padding-bottom: 45px;
    position: relative; }
    .result-list-section .result-block a .image-block {
      width: 200px;
      height: 161px;
      margin-left: 15px;
      overflow: hidden;
      padding-right: 0;
      padding-left: 0;
      float: none;
      margin: auto; }
      .result-list-section .result-block a .image-block img {
        -webkit-transition: 1s ease all;
        -moz-transition: 1s ease all;
        -transition: 1s ease all; }
    .result-list-section .result-block a .content-block {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 40px; }
      .result-list-section .result-block a .content-block p {
        padding: 0; }
  .result-list-section.no-image .result-block a .content-block {
    margin-top: 0; }

  /*
    - .right-section > .block , Right block section
  */
  .right-section {
    padding-top: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #f5f5f5; }
    .right-section .block {
      display: block;
      margin-bottom: 0; }
      .right-section .block .block-title {
        margin-bottom: 0;
        padding: 10px 0;
        position: relative; }
        .right-section .block .block-title:after {
          content: " + ";
          width: 10px;
          height: 14px;
          position: absolute;
          right: 15px;
          top: 0;
          bottom: 0;
          margin: auto;
          font-size: 24px;
          line-height: 10px;
          text-align: center; }
        .right-section .block .block-title.active h4 {
          color: #0075cf; }
        .right-section .block .block-title.active:after {
          content: " - ";
          height: 14px;
          height: 10px;
          position: absolute;
          right: 15px;
          top: 0;
          bottom: 0;
          margin: auto;
          font-size: 24px;
          line-height: 10px;
          color: #0075cf; }
      .right-section .block .block-content {
        margin-bottom: 10px;
        display: none; }
      .right-section .block.recent-article {
        max-width: 100%; }
        .right-section .block.recent-article .block-title {
          margin-bottom: 0; }
      .right-section .block.tags .block-title {
        margin-bottom: 14px; }

  /*
    - .social-share-link Social sharing section
  */
  .social-share-link ul {
    width: 100%; }
    .social-share-link ul li {
      width: 100%; }
      .social-share-link ul li a {
        margin-bottom: 20px; }
        .social-share-link ul li a.linked-in {
          width: 100%; }
        .social-share-link ul li a.facebook {
          width: 100%; }
        .social-share-link ul li a.twitter {
          width: 100%; }

  /*
    - .accordian-ul, Accordian Section
  */
  ul.accordian-ul > li .heading-block {
    padding: 0 10px; }
    ul.accordian-ul > li .heading-block h3 {
      font-size: 18px; }
  ul.accordian-ul > li .content-block {
    padding-left: 0;
    padding-right: 0; }

  /*
    - .go-top-button
  */
  .go-top-button {
    right: 15px; }

  /*
    - popup styles
  */
  .pop-up-container .popup-wrap {
    width: 90%;
    margin: 50px auto; }
    .pop-up-container .popup-wrap.has-video {
      max-width: 280px;
      height: 160px; }

  /*****Comment ****/
  .download-inner-content .download-inner-table .top-wrapper-dtable .middle-wrapper .download-main-item-left {
    min-height: 111px !important; }

  .download-inner-content .download-inner-table .top-wrapper-dtable .middle-wrapper .download-main-item-right .dtable-logo-main {
    padding: 10px 5px;
    width: 50%;
    float: left; }

  .download-inner-content .download-inner-table .top-wrapper-dtable .middle-wrapper .download-main-item-right .dtable-logo-main .dtable-logo-wrapper {
    margin: 5px auto; }

  header {
    height: 70px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000;
    -webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -transition: 1s ease all; }
    header .navbar {
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0; }
    header.active-box-shadow {
      -webkit-box-shadow: 0px 0px 8px 1.5px rgba(117, 117, 117, 0.2);
      -moz-box-shadow: 0px 0px 8px 1.5px rgba(117, 117, 117, 0.2);
      box-shadow: 0px 0px 8px 1.5px rgba(117, 117, 117, 0.2); }
    header .navbar-header {
      float: left; }
    header .navbar-collapse {
      display: block;
      padding-left: 0;
      border: none;
      float: right; }
    header .artifex-navigation .main-nav-bar {
      /** Header Logo **/ }
      header .artifex-navigation .main-nav-bar a.navbar-brand {
        margin: 0 0 0 15px;
        padding: 24px 0px; }
        header .artifex-navigation .main-nav-bar a.navbar-brand > img {
          max-width: 175px; }
      header .artifex-navigation .main-nav-bar .navbar-collapse {
        display: block; }
      header .artifex-navigation .main-nav-bar ul.navbar-nav {
        margin-right: 0;
        margin-top: 0;
        width: 240px;
        position: fixed;
        right: -250px;
        bottom: 0;
        top: 0;
        height: 100%;
        background: #fff;
        overflow-y: auto;
        -webkit-transition: 1s ease all;
        -moz-transition: 1s ease all;
        -transition: 1s ease all; }
        header .artifex-navigation .main-nav-bar ul.navbar-nav > li {
          width: 100%;
          float: left;
          display: block;
          /** First Child Style **/
          /* &:nth-child(6), */
          /** Developers Button **/
          /** Contact Us Button **/ }
          header .artifex-navigation .main-nav-bar ul.navbar-nav > li > a {
            padding: 20px 19px 19px;
            position: relative;
            overflow: visible;
            font-size: 14.4px;
            border-bottom: 1px solid #e0e0e0; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li > a:after {
              content: '+';
              width: 20px;
              height: 20px;
              line-height: 17px;
              bottom: 0;
              top: 0;
              left: auto;
              right: 20px;
              margin: auto;
              text-align: center;
              font-size: 20px;
              color: #fff;
              position: absolute;
              background: #ff4337;
              display: none; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li > a.active {
              color: #ff4337; }
              header .artifex-navigation .main-nav-bar ul.navbar-nav > li > a.active:after {
                content: '-'; }
          header .artifex-navigation .main-nav-bar ul.navbar-nav > li.has-sub > a:after {
            display: block; }
          header .artifex-navigation .main-nav-bar ul.navbar-nav > li > ul {
            top: 0;
            width: 100%;
            display: none;
            position: relative;
            left: 0;
            background: #fff;
            list-style: none;
            margin: 0;
            padding: 0; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li > ul > li {
              width: 100%;
              float: left;
              padding: 10px 20px;
              background-color: #f6f7f9; }
              header .artifex-navigation .main-nav-bar ul.navbar-nav > li > ul > li a {
                padding: 0; }
              header .artifex-navigation .main-nav-bar ul.navbar-nav > li > ul > li:nth-child(2n+1) {
                clear: none; }
          header .artifex-navigation .main-nav-bar ul.navbar-nav > li:hover > a {
            color: #ff4337; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li:hover > a:after {
              bottom: 0; }
          header .artifex-navigation .main-nav-bar ul.navbar-nav > li:hover > ul {
            display: none; }
          header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul {
            width: 100%;
            height: auto;
            padding: 0;
            list-style: none;
            margin: 0;
            display: none; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li {
              width: 100%;
              float: left;
              padding: 0;
              min-height: 1px; }
              header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li > a {
                height: auto;
                padding: 15px 20px 15px 70px;
                margin: 0;
                display: block;
                text-indent: 0;
                overflow: visible;
                position: relative;
                background-position: 10px center;
                background-size: auto 75%;
                background-repeat: no-repeat;
                background-color: #fff;
                border-top: 1px solid #e0e0e0;
                border-bottom: 1px solid #e0e0e0;
                border-right: none;
                border-left: none; }
                header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li > a:after {
                  content: '+';
                  width: 20px;
                  height: 20px;
                  line-height: 19px;
                  bottom: 0;
                  top: 0;
                  left: auto;
                  right: 20px;
                  margin: auto;
                  text-align: center;
                  font-size: 20px;
                  color: #fff;
                  position: absolute;
                  background: #e0e0e0;
                  display: none; }
                header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li > a.active {
                  color: #00b2e2; }
                  header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li > a.active:after {
                    content: '-'; }
              header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li.has-sub > a:after {
                display: block; }
              header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li ul {
                margin: 0;
                padding: 0;
                position: relative;
                display: none; }
                header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li ul li {
                  padding: 10px 0;
                  margin-bottom: 0;
                  float: left;
                  width: 100%;
                  background-color: #f6f7f9; }
                  header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li ul li a {
                    padding: 10px 22px;
                    background: transparent; }
              header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:hover ul {
                display: none;
                bottom: 0; }
              header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:hover a {
                border-bottom: none;
                margin-bottom: 0; }
              header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:hover > a {
                border-bottom: 1px solid #e0e0e0; }
              header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:first-child > a {
                border-top: none;
                width: 100%;
                background-image: url(../images/menu/gs.png);
                background-position: 10px center; }
              header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:nth-child(2) > a {
                width: 100%;
                background-image: url(../images/menu/so.png);
                border-right: none;
                border-left: none; }
              header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:last-child > a {
                width: 100%;
                background-position: 10px center; }
              header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:nth-child(2n+1) {
                clear: none; }
          header .artifex-navigation .main-nav-bar ul.navbar-nav > li:nth-child(7) {
            display: block;
            width: 100%;
            float: left;
            padding: 0 15px; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li:nth-child(7) a {
              -moz-border-radius: 4px;
              -webkit-border-radius: 4px;
              border-radius: 4px;
              border: none;
              padding: 10px 5px 10px;
              text-align: center;
              width: 100%;
              color: #fff; }
          header .artifex-navigation .main-nav-bar ul.navbar-nav > li:nth-child(6) {
            display: block;
            /* a {
                margin: 30px 0 10px;
                background-color: $blue;
                &:hover {
                    background-color: $blue-hover;
                }
            } */ }
          header .artifex-navigation .main-nav-bar ul.navbar-nav > li:nth-child(7) a {
            margin: 10px 0 30px;
            background-color: #009818; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li:nth-child(7) a:hover {
              background-color: #12a92a !important; }
      header .artifex-navigation .main-nav-bar .navbar-right-2 {
        margin-top: 0;
        float: right;
        /** Developer Button **/ }
        header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section {
          position: relative;
          width: auto;
          float: left; }
          header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section a {
            display: block;
            padding: 35px 30px;
            background: transparent url(../images/search-btn.png) no-repeat;
            background-position: center;
            margin: 0 5px;
            position: relative; }
            header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section a:after {
              content: '';
              width: 24px;
              height: 14px;
              display: block;
              bottom: 0;
              left: 0;
              right: 0;
              margin: auto;
              position: absolute;
              background: none; }
            header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section a.active:after {
              background: transparent url(../images/menu/search-arrow.png) no-repeat;
              background-position: center; }
          header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section .search-box {
            width: 100%;
            height: auto;
            top: 70px;
            left: 0;
            right: 0;
            position: fixed;
            z-index: 1000;
            background-color: #f6f7f9;
            -webkit-transition: 1s ease all;
            -moz-transition: 1s ease all;
            -transition: 1s ease all; }
            header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section .search-box form .input-field input {
              width: 100%;
              padding-left: 52px;
              height: 47px;
              float: right;
              border: none !important;
              outline: 0 !important;
              background: transparent url(../images/search-btn.png) no-repeat;
              background-position: 20px center;
              margin: 0;
              color: #596174;
              font-size: 16px;
              font-family: "acumin-pro";
              font-weight: 500;
              text-transform: none; }
              header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section .search-box form .input-field input::-webkit-input-placeholder {
                /* Chrome/Opera/Safari */
                color: #596174;
                font-size: 16px;
                font-family: "acumin-pro";
                font-weight: 500; }
              header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section .search-box form .input-field input::-moz-placeholder {
                /* Firefox 19+ */
                color: #596174;
                font-size: 16px;
                font-family: "acumin-pro";
                font-weight: 500; }
              header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section .search-box form .input-field input:-ms-input-placeholder {
                /* IE 10+ */
                color: #596174;
                font-size: 16px;
                font-family: "acumin-pro";
                font-weight: 500; }
              header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section .search-box form .input-field input:-moz-placeholder {
                /* Firefox 18- */
                color: #596174;
                font-size: 16px;
                font-family: "acumin-pro";
                font-weight: 500; }
        header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links {
          list-style: none;
          padding: 19px 0;
          margin: 0;
          float: left;
          display: none; }
          header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links li {
            width: auto;
            float: left;
            /** Developers Button **/
            /** Contact Us Button **/ }
            header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links li a {
              -moz-border-radius: 4px;
              -webkit-border-radius: 4px;
              border-radius: 4px;
              border: none;
              margin: 10px 5px;
              padding: 10px 5px 8px;
              text-align: center;
              width: 115px; }
            header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links li:first-child a {
              background-color: #00b2e2; }
              header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links li:first-child a:hover {
                background-color: #0075cf; }
            header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links li:last-child a {
              background-color: #009818; }
              header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links li:last-child a:hover {
                background-color: #12a92a !important; }
          header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links > li {
            /** Developers Button **/ }
            header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links > li.developer-link > ul {
              width: 231px; }
        header .artifex-navigation .main-nav-bar .navbar-right-2 span.humberg-icon {
          padding: 17px 0 10px 16px;
          float: right;
          font-size: 26px; }
          header .artifex-navigation .main-nav-bar .navbar-right-2 span.humberg-icon .fa-close {
            display: none; }
          header .artifex-navigation .main-nav-bar .navbar-right-2 span.humberg-icon.active {
            padding: 22px 0 10px 16px; }
            header .artifex-navigation .main-nav-bar .navbar-right-2 span.humberg-icon.active .fa-close {
              display: block; }
            header .artifex-navigation .main-nav-bar .navbar-right-2 span.humberg-icon.active .fa-bars {
              display: none; }

  .wrapper {
    -webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -transition: 1s ease all;
    position: relative;
    right: 0; }

  .main-nav-active {
    /*
    .wrapper {
        right: 240px;
    } */ }
    .main-nav-active header {
      /* right: 240px;
      left: -240px; */ }
      .main-nav-active header .artifex-navigation .main-nav-bar {
        /* .navbar-right-2 .search-section .search-box {
            right: 240px;
            left: -240px;
        } */ }
        .main-nav-active header .artifex-navigation .main-nav-bar ul.navbar-nav {
          border-left: 1px solid #e0e0e0;
          right: 0;
          z-index: 112; }
      .main-nav-active header .nav-overlayer {
        z-index: 111; }

  section.main-inner-page-banner .container h2 {
    text-align: center;
    font-size: 42px;
    font-family: "acumin-pro";
    font-weight: 100; }

  .client-logo-section .clients-image-carousel .yerslider-slider .yerslider-slide {
    background-color: transparent; }
    .client-logo-section .clients-image-carousel .yerslider-slider .yerslider-slide .yerslider-slide-inner img {
      width: auto; }

  section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .container {
    max-height: 1000px; }
  section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .image-block {
    border-bottom: none; }
    section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .image-block.pull-right {
      float: left !important; }
      section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .image-block.pull-right img {
        float: none;
        margin: auto;
        max-width: 210px; }
    section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .image-block.pull-left {
      float: left !important; }
      section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .image-block.pull-left img {
        float: none;
        margin: auto;
        max-width: 210px; }
  section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion {
    padding-top: 30px; }
    section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion .top-row {
      height: auto;
      overflow: visible;
      margin-bottom: 9px; }
      section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion .top-row .client-logo {
        height: 47px;
        width: 100px; }
        section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion .top-row .client-logo img {
          max-width: calc(100% - 11px); }
      section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion .top-row .client-detail {
        width: calc(100% - 120px);
        padding-left: 10px;
        padding-top: 3px; }
        section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion .top-row .client-detail p {
          font-size: 17px; }
    section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion .middle-row {
      height: auto;
      overflow: visible;
      margin-bottom: 20px; }
      section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion .middle-row p {
        font-size: 15px; }
    section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion .action-row {
      margin-bottom: 30px; }
      section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion .action-row a.link-wu {
        top: 0; }

  /* ------------------------------------------------------------ *\ 
  	Home Page content section
  \* ------------------------------------------------------------ */
  .home-wrapper {
    /*
      - Main banner slider
    */
    /*
      - Client logos section
    */
    /*
      - Product section
    */
    /*
      - Tools and applications section
    */
    /*
      - Product licensing section
    */ }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide .container {
      width: 100%;
      max-width: 100%;
      min-height: 200px; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide .container .image-block {
      width: 220px;
      float: left !important;
      padding-left: 5px;
      padding-right: 10px; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide .container .content-seccion {
      width: calc(100% - 235px);
      float: left !important;
      text-align: left !important; }
      .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide .container .content-seccion a {
        float: left;
        height: 36px;
        line-height: 37px;
        font-size: 15px;
        width: 160px; }
      .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide .container .content-seccion p {
        margin-bottom: 10px;
        font-size: 18px;
        text-align: left !important; }
      .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide .container .content-seccion h4 {
        padding: 0;
        margin: 0 0 5px;
        font-size: 20px;
        text-align: left !important; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion p.sub-p {
      font-size: 16px;
      margin-bottom: 15px; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion .top-section {
      margin-bottom: 10px; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide .container > .row {
      height: 200px; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion .top-section .right-content {
      max-width: 20%; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion .top-section .left-content h4 {
      margin-top: 50px; }
    .home-wrapper .home-cs .clients-image-carousel.slider-off .yerslider-slider {
      padding-left: 0;
      padding-right: 0; }
      .home-wrapper .home-cs .clients-image-carousel.slider-off .yerslider-slider .yerslider-slide {
        height: 54px;
        margin: 0; }
    .home-wrapper .home-ps .product-box .over-wrapper .image-block {
      width: 100%;
      height: 156px;
      margin: 0 0 30px; }
    .home-wrapper .home-ps .product-box .over-wrapper .content-block {
      text-align: center;
      margin: 0 0 20px;
      height: auto; }
    .home-wrapper .home-ps .product-box .over-wrapper .action-block {
      margin-bottom: 35px; }
    .home-wrapper .home-ps .product-box:nth-child(2) .over-wrapper {
      padding: 0 20px 0; }
    .home-wrapper .home-ps .product-box:nth-child(3) .over-wrapper {
      padding: 0 20px 0; }
    .home-wrapper .home-ps .product-box:last-child .over-wrapper {
      padding: 0 20px 0; }
    .home-wrapper .home-as .tool {
      margin-bottom: 20px; }
      .home-wrapper .home-as .tool.tool-1 .over-wrapper {
        float: left;
        width: 100%;
        max-width: 100%;
        padding: 0; }
      .home-wrapper .home-as .tool.tool-1, .home-wrapper .home-as .tool.tool-3, .home-wrapper .home-as .tool.tool-5 {
        border-left: none; }
      .home-wrapper .home-as .tool.tool-4 {
        border-left: 1px solid #3b454d; }
      .home-wrapper .home-as .tool.tool-2 .over-wrapper .content-block p small {
        font-size: 12px;
        font-family: "DINLight";
        text-transform: uppercase; }
      .home-wrapper .home-as .tool.tool-6 .over-wrapper {
        float: right;
        width: 100%;
        max-width: 100%;
        padding: 0; }
      .home-wrapper .home-as .tool:nth-child(2n) {
        clear: left; }
    .home-wrapper .home-pls .product-license-box .over-wrapper {
      margin-bottom: 20px; }
      .home-wrapper .home-pls .product-license-box .over-wrapper .image-block {
        height: auto;
        margin-bottom: 30px; }
      .home-wrapper .home-pls .product-license-box .over-wrapper .content-block {
        height: auto;
        margin-bottom: 20px; }
    .home-wrapper .home-pls .product-license-box:last-child .over-wrapper {
      padding: 37px 40px 24px; }

  /* ------------------------------------------------------------ *\ 
      Solution Details Page content section
  \* ------------------------------------------------------------ */
  .sd-wrapper {
    /*
      - Middle summary section
    */ }
    .sd-wrapper .solution-content .container .top-heading ul li {
      width: 100%;
      float: left; }

  /* ------------------------------------------------------------ *\ 
      Solution Landing Page content section
  \* ------------------------------------------------------------ */
  .s-landing-wrapper {
    /*
      - Content section
    */ }
    .s-landing-wrapper .solution-landing-content .container .top-heading {
      padding-top: 35px;
      padding-bottom: 15px; }
      .s-landing-wrapper .solution-landing-content .container .top-heading h2 {
        font-size: 30px; }
    .s-landing-wrapper .solution-landing-content .container .middle-section p {
      margin-bottom: 30px; }
    .s-landing-wrapper .solution-landing-content .container .solution-lists .list-item .item-wrapper {
      padding: 0 5px;
      margin-bottom: 30px; }
      .s-landing-wrapper .solution-landing-content .container .solution-lists .list-item .item-wrapper .icon-block {
        padding: 10px;
        width: 90px;
        height: 200px; }
        .s-landing-wrapper .solution-landing-content .container .solution-lists .list-item .item-wrapper .icon-block img {
          max-width: 80%; }
      .s-landing-wrapper .solution-landing-content .container .solution-lists .list-item .item-wrapper .content-block {
        width: calc(100% - 90px);
        padding: 20px 10px 20px 10px; }
        .s-landing-wrapper .solution-landing-content .container .solution-lists .list-item .item-wrapper .content-block h4 {
          font-size: 18px;
          font-family: "DINBold"; }
        .s-landing-wrapper .solution-landing-content .container .solution-lists .list-item .item-wrapper .content-block P {
          min-height: 1px;
          margin-bottom: 20px; }
    .s-landing-wrapper .solution-landing-content .container .solution-lists .list-item:nth-child(2n+1) {
      clear: none; }
    .s-landing-wrapper .solution-landing-content .container .bottom-section p {
      margin: 10px 0 30px; }

  /*
    - Company page common styles
  */
  .company-wrapper .tab-section {
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #fff; }
    .company-wrapper .tab-section ul.tab-nav-ul > li {
      width: 100%;
      float: left;
      border-top: 1px solid #fff; }
      .company-wrapper .tab-section ul.tab-nav-ul > li > a {
        padding: 20px 20px 19px;
        background-color: #2f3940;
        text-align: left;
        font-size: 18px;
        font-family: "DINRegular"; }
        .company-wrapper .tab-section ul.tab-nav-ul > li > a:before {
          height: 100%;
          width: 3px;
          top: 0;
          left: -4px;
          right: auto;
          bottom: 0; }
        .company-wrapper .tab-section ul.tab-nav-ul > li > a:hover:before {
          left: 0; }
      .company-wrapper .tab-section ul.tab-nav-ul > li.current_page_item a:before {
        left: 0; }
      .company-wrapper .tab-section ul.tab-nav-ul > li:last-child {
        border-bottom: 1px solid #fff; }

  /* ------------------------------------------------------------ *\ 
      Leadership Team Page content section
  \* ------------------------------------------------------------ */
  .com-lt-wrapper {
    /*
      - Tab Content
    */ }
    .com-lt-wrapper .com-lt-content {
      padding-top: 35px;
      padding-bottom: 0; }
      .com-lt-wrapper .com-lt-content .ls-block .over-wrapper {
        min-height: 2px;
        padding: 50px 40px 43px; }
      .com-lt-wrapper .com-lt-content .ls-block:first-child .over-wrapper {
        padding: 50px 40px 43px; }

  /* ------------------------------------------------------------ *\ 
      About Us  Page content section
  \* ------------------------------------------------------------ */
  .com-aus-wrapper {
    /*
      - Tab Content
    */ }
    .com-aus-wrapper .com-aus-content {
      /*
         - Top Section
      */
      /*
        - Middle Section
      */
      /*
        - Bottom Section
      */ }
      .com-aus-wrapper .com-aus-content .top-heading {
        text-align: center; }
        .com-aus-wrapper .com-aus-content .top-heading h2 {
          font-size: 30px;
          font-family: "acumin-pro";
          font-weight: 300;
          margin: 0 0 20px; }
      .com-aus-wrapper .com-aus-content h3 {
        font-size: 24px;
        font-family: "acumin-pro";
        font-weight: 300;
        margin: 0 0 15px; }
      .com-aus-wrapper .com-aus-content p {
        margin: 0 0 20px; }
      .com-aus-wrapper .com-aus-content .top-section {
        padding-top: 20px;
        padding-bottom: 25px; }
        .com-aus-wrapper .com-aus-content .top-section p {
          font-size: 21px;
          font-family: "acumin-pro";
          font-weight: 300; }
      .com-aus-wrapper .com-aus-content .middle-section {
        padding-top: 25px;
        padding-bottom: 15px;
        text-align: center; }
        .com-aus-wrapper .com-aus-content .middle-section .left-section {
          padding-right: 15px; }
        .com-aus-wrapper .com-aus-content .middle-section .right-section {
          padding-right: 15px; }
      .com-aus-wrapper .com-aus-content .bottom-section {
        padding-top: 30px;
        padding-bottom: 15px; }
        .com-aus-wrapper .com-aus-content .bottom-section .left-section {
          text-align: center; }
          .com-aus-wrapper .com-aus-content .bottom-section .left-section .over-wrapper img {
            width: 100%;
            max-width: 320px;
            margin: 20px auto 20px; }
        .com-aus-wrapper .com-aus-content .bottom-section .right-section {
          text-align: center;
          padding-right: 15px; }

  /* ------------------------------------------------------------ *\ 
      Blog  Page content section
  \* ------------------------------------------------------------ */
  .com-blog-wrapper {
    /*
      - Tab Content
    */ }
    .com-blog-wrapper .com-blog-content {
      /*
         - Filteration section
      */
      	/*
             - Pagination block
          */ }
      .com-blog-wrapper .com-blog-content .filteration-section {
        margin-top: 25px;
        margin-bottom: 5px;
        text-align: left; }
        .com-blog-wrapper .com-blog-content .filteration-section label {
          margin-right: 0;
          margin-bottom: 7px; }
        .com-blog-wrapper .com-blog-content .filteration-section select {
          width: 100%;
          max-width: 100%; }
      .com-blog-wrapper .com-blog-content .pagination-block {
        margin-top: 25px; }

  /* ------------------------------------------------------------ *\ 
      About Us "News" Page content section
  \* ------------------------------------------------------------ */
  .com-np-wrapper {
    /*
      - Tab Content
    */ }
    .com-np-wrapper .com-np-content {
      /*
      - Pagination block
      */ }
      .com-np-wrapper .com-np-content .company-result-list-section {
        margin-top: 0; }
      .com-np-wrapper .com-np-content .pagination-block {
        margin-top: 0;
        margin-bottom: 20px; }

  /* ------------------------------------------------------------ *\ 
      Case Studies Page content section
  \* ------------------------------------------------------------ */
  .com-casestu-wrapper {
    /*
      - Tab Content
    */ }
    .com-casestu-wrapper .com-casestu-content {
      /*
      - Pagination block
      */ }
      .com-casestu-wrapper .com-casestu-content .company-result-list-section {
        margin-top: 5px; }
      .com-casestu-wrapper .com-casestu-content .pagination-block {
        margin-top: 25px;
        margin-bottom: 15px; }

  /* ------------------------------------------------------------ *\ 
      Resources Pages content section
  \* ------------------------------------------------------------ */
  .com-resources-wrapper .com-resources-content {
    /*
      - all resources  
    */
    /*
      - video resources
    */ }
    .com-resources-wrapper .com-resources-content .no-videos.result-list-section {
      padding-top: 40px;
      padding-bottom: 0; }
      .com-resources-wrapper .com-resources-content .no-videos.result-list-section .resources-result-block {
        clear: both;
        max-width: 280px;
        margin: 0 auto 30px;
        float: none; }
        .com-resources-wrapper .com-resources-content .no-videos.result-list-section .resources-result-block:nth-child(4n + 1) {
          clear: none; }
    .com-resources-wrapper .com-resources-content .pagination-block {
      margin-bottom: 20px; }
    .com-resources-wrapper .com-resources-content .video-results.result-list-section {
      padding-top: 15px;
      padding-bottom: 15px; }
      .com-resources-wrapper .com-resources-content .video-results.result-list-section .video-result-block {
        clear: both;
        float: none;
        max-width: 500px;
        margin: 0 auto 30px;
        border-top: 1px solid #e2e7e7; }
        .com-resources-wrapper .com-resources-content .video-results.result-list-section .video-result-block a {
          display: block;
          padding-top: 30px; }
        .com-resources-wrapper .com-resources-content .video-results.result-list-section .video-result-block:first-child {
          border-top: none; }
      .com-resources-wrapper .com-resources-content .video-results.result-list-section .hr-line {
        display: none !important; }

  /* ------------------------------------------------------------ *\ 
      Press Detail Page content section
  \* ------------------------------------------------------------ */
  .com-press-d-wrapper .com-press-d-content {
    padding-top: 20px;
    padding-bottom: 35px;
    /*
      - left-contant
    */
    /*
      - Right section
    */ }
    .com-press-d-wrapper .com-press-d-content .left-section .social-share-link {
      margin-top: 5px; }
    .com-press-d-wrapper .com-press-d-content .left-section .contact-info-block {
      margin-top: 10px; }
      .com-press-d-wrapper .com-press-d-content .left-section .contact-info-block address {
        margin: 10px 0 0;
        padding: 0;
        line-height: 7px; }
    .com-press-d-wrapper .com-press-d-content .right-section {
      padding-top: 0;
      padding-bottom: 10px; }

  /* ------------------------------------------------------------ *\ 
      Blog Detail Page content section
  \* ------------------------------------------------------------ */
  .com-blog-d-wrapper .heading-section h1 {
    font-size: 28px;
    font-family: "acumin-pro";
    font-weight: 300; }
  .com-blog-d-wrapper .detail-section ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px; }
    .com-blog-d-wrapper .detail-section ul li {
      margin-bottom: 15px; }
      .com-blog-d-wrapper .detail-section ul li.date {
        padding-right: 0;
        border-right: none; }
  .com-blog-d-wrapper .com-blog-d-content {
    padding-top: 40px;
    padding-bottom: 45px;
    /*
      - left-contant
    */
    /*
      - Right section
    */ }
    .com-blog-d-wrapper .com-blog-d-content .left-section .post-image {
      margin-top: 12px; }
    .com-blog-d-wrapper .com-blog-d-content .left-section .content-block p {
      margin: 0 0 20px;
      width: 100%;
      float: left;
      display: block; }
    .com-blog-d-wrapper .com-blog-d-content .left-section .content-block img {
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
      float: none;
      clear: both; }
    .com-blog-d-wrapper .com-blog-d-content .left-section .social-share-link {
      margin: 45px 0 20px; }
    .com-blog-d-wrapper .com-blog-d-content .right-section {
      padding-top: 0; }
      .com-blog-d-wrapper .com-blog-d-content .right-section .block.categories {
        max-width: 100%; }

  /* ------------------------------------------------------------ *\ 
     Careers  Page content section
  \* ------------------------------------------------------------ */
  .com-career-wrapper {
    /*
      - Tab Content
    */ }
    .com-career-wrapper .com-career-content {
      /*
      - top section
      */
      /*
      - right ection
      */
      /*
       - left ection
      */ }
      .com-career-wrapper .com-career-content .top-section {
        padding-top: 30px;
        padding-bottom: 30px; }
        .com-career-wrapper .com-career-content .top-section p {
          font-size: 20px; }
      .com-career-wrapper .com-career-content .bottom-right-section {
        padding-top: 10px;
        padding-bottom: 0; }
      .com-career-wrapper .com-career-content .bottom-left-section {
        padding-bottom: 20px; }
        .com-career-wrapper .com-career-content .bottom-left-section .accordian-ul .content-block .availability {
          width: 100%; }
        .com-career-wrapper .com-career-content .bottom-left-section .accordian-ul .content-block .location {
          width: 100%; }

  /* ------------------------------------------------------------ *\ 
      Case Studies Detail Page content section
  \* ------------------------------------------------------------ */
  .com-cs-detail-wrapper {
    /*
      - Go Back Link
    */
    /*
      - Tab Content
    */ }
    .com-cs-detail-wrapper .goback-link {
      background-color: #f8fbfd; }
    .com-cs-detail-wrapper .com-casestu-content {
    /*
	  - Client Detail Section
	*/
    /*
	  - The Situation Section
	*/
    /*
	  - The Solution Section
	*/
    /*
	  - Client Detail Section
	*/
    /*
	  - Client Detail Section
	*/ }
      .com-cs-detail-wrapper .com-casestu-content .content-section .top-heading h2 {
        margin: 0 0 18px;
        font-size: 22px;
        font-family: "acumin-pro";
        font-weight: 300;
        text-align: left; }
      .com-cs-detail-wrapper .com-casestu-content .content-section .content-block {
        text-align: left; }
        .com-cs-detail-wrapper .com-casestu-content .content-section .content-block p {
          margin: 0 0 17px;
          font-size: 14.5px;
          font-family: "acumin-pro";
          font-weight: 400; }
        .com-cs-detail-wrapper .com-casestu-content .content-section .content-block ul {
          padding: 0;
          margin: 0 5px; }
          .com-cs-detail-wrapper .com-casestu-content .content-section .content-block ul li {
            font-size: 14.5px;
            font-family: "acumin-pro";
            font-weight: 400;
            position: relative;
            padding-left: 15px;
            list-style: none; }
            .com-cs-detail-wrapper .com-casestu-content .content-section .content-block ul li:before {
              float: left;
              content: '';
              width: 5px;
              height: 5px;
              display: inline-block;
              -moz-border-radius: 50%;
              -webkit-border-radius: 50%;
              border-radius: 50%;
              background: #ff4337;
              position: absolute;
              top: 8px;
              left: 0; }
      .com-cs-detail-wrapper .com-casestu-content .content-section.gray {
        background-color: #edf0f3; }
      .com-cs-detail-wrapper .com-casestu-content .content-section .img-block {
        height: 130px;
        width: 200px;
        background-size: cover;
        margin-left: 15px;
        margin-bottom: 18px;
        float: left !important; }
      .com-cs-detail-wrapper .com-casestu-content .client-detail-section .left-images-block {
        text-align: right; }
        .com-cs-detail-wrapper .com-casestu-content .client-detail-section .left-images-block .top-logo {
          padding-top: 30px; }
        .com-cs-detail-wrapper .com-casestu-content .client-detail-section .left-images-block .bottom-logo {
          margin-top: 30px; }
        .com-cs-detail-wrapper .com-casestu-content .client-detail-section .left-images-block img {
          max-width: 100%; }
      .com-cs-detail-wrapper .com-casestu-content .client-detail-section .content-block {
        padding-top: 50px;
        padding-left: 15px;
        padding-right: 15px; }
      .com-cs-detail-wrapper .com-casestu-content .client-detail-section img {
        max-width: 100%; }
      .com-cs-detail-wrapper .com-casestu-content .the-situation-section {
        padding-top: 35px;
        padding-bottom: 30px;
        min-height: 2px;
        position: relative;
        /*
		&:before {
			content: '';
			width: 100%;
			height: 100%;
			display: block;
			top:0;
			left: 0;
			right: 0;
			position: absolute;		
			background-color: rgba(0,0,0,0.4);	
		}	 */ }
        .com-cs-detail-wrapper .com-casestu-content .the-situation-section .top-heading {
          padding-left: 15px; }
          .com-cs-detail-wrapper .com-casestu-content .the-situation-section .top-heading h2 {
            font-size: 22px; }
        .com-cs-detail-wrapper .com-casestu-content .the-situation-section .content-block {
          padding-left: 15px; }
      .com-cs-detail-wrapper .com-casestu-content .the-solution-section {
        padding-top: 30px;
        padding-bottom: 16px;
        position: relative;
        min-height: 2px;
        /*
        &:before {
            content: '';
            width: 100%;
            height: 100%;
            display: block;
            top: 0;
            left: 0;
            right: 0;
            position: absolute;
            background-color: rgba(0, 0, 0, 0.7);
        } */ }
        .com-cs-detail-wrapper .com-casestu-content .the-solution-section .top-heading {
          float: left !important; }
          .com-cs-detail-wrapper .com-casestu-content .the-solution-section .top-heading h2 {
            font-size: 22px; }
        .com-cs-detail-wrapper .com-casestu-content .the-solution-section .content-block {
          float: left !important;
          padding-right: 15px; }
        .com-cs-detail-wrapper .com-casestu-content .the-solution-section .button-block {
          padding-bottom: 10px; }
          .com-cs-detail-wrapper .com-casestu-content .the-solution-section .button-block a {
            width: 100%;
            max-width: 260px;
            padding: 8px 0 9px;
            float: left;
            text-transform: uppercase;
            text-align: center;
            font-size: 14px;
            font-family: "DINPro-Regular"; }
      .com-cs-detail-wrapper .com-casestu-content .the-result-section {
        padding-top: 40px;
        padding-bottom: 40px; }
        .com-cs-detail-wrapper .com-casestu-content .the-result-section .top-heading {
          padding-top: 20px;
          padding-left: 15px; }
          .com-cs-detail-wrapper .com-casestu-content .the-result-section .top-heading h2 {
            font-size: 22px; }
        .com-cs-detail-wrapper .com-casestu-content .the-result-section .content-block {
          padding-top: 20px;
          padding-left: 15px; }
        .com-cs-detail-wrapper .com-casestu-content .the-result-section .image-block img {
          float: left;
          max-width: 100%; }
      .com-cs-detail-wrapper .com-casestu-content .other-cs-section .container {
        padding-bottom: 50px; }
        .com-cs-detail-wrapper .com-casestu-content .other-cs-section .container .top-heading h2 {
          padding-top: 40px;
          margin-bottom: 30px;
          border-top: 3px solid #efefef;
          text-align: center; }
        .com-cs-detail-wrapper .com-casestu-content .other-cs-section .container .slider-row .case-study-bottom-carousel .yerslider-slider .yerslider-slide {
          background-color: transparent; }
          .com-cs-detail-wrapper .com-casestu-content .other-cs-section .container .slider-row .case-study-bottom-carousel .yerslider-slider .yerslider-slide .yerslider-slide-inner .image-block {
            height: 125px;
            width: 100%;
            position: relative;
            margin-bottom: 20px; }
            .com-cs-detail-wrapper .com-casestu-content .other-cs-section .container .slider-row .case-study-bottom-carousel .yerslider-slider .yerslider-slide .yerslider-slide-inner .image-block img {
              max-width: 100%;
              max-height: 100%;
              width: auto;
              height: auto;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              position: absolute;
              margin: auto; }
          .com-cs-detail-wrapper .com-casestu-content .other-cs-section .container .slider-row .case-study-bottom-carousel .yerslider-slider .yerslider-slide .yerslider-slide-inner .content-block {
            text-align: center; }
            .com-cs-detail-wrapper .com-casestu-content .other-cs-section .container .slider-row .case-study-bottom-carousel .yerslider-slider .yerslider-slide .yerslider-slide-inner .content-block p {
              background-color: transparent;
              font-size: 17.5px;
              font-family: "acumin-pro";
              font-weight: 300;
              color: #697287; }

  .product-wrapper {
    /*
    * Smart Office Page Heading 
    */
    /*
    * Content area
    */
    /*
    * Learn more section
    */
    /*
    * Licensing  section
    */
    /*
    * Licensing  section
    */ }
    .product-wrapper ul {
      padding: 0;
      margin: 0;
      list-style: none; }
    .product-wrapper .feature-tab-section {
      border-top: 1px solid #d8dadd;
      /*.float-icon {
          top: 100px;
      } */ }
      .product-wrapper .feature-tab-section .container ul li {
        width: 100%;
        float: left;
        border-bottom: 1px solid #d8dadd; }
        .product-wrapper .feature-tab-section .container ul li a {
          display: block;
          position: relative;
          padding: 10px 15px 10px;
          text-align: left; }
          .product-wrapper .feature-tab-section .container ul li a img {
            height: 33px;
            width: auto;
            margin-bottom: 0;
            float: left; }
            .product-wrapper .feature-tab-section .container ul li a img.hover {
              display: none; }
          .product-wrapper .feature-tab-section .container ul li a p {
            float: left;
            margin: 9px 25px 0; }
          .product-wrapper .feature-tab-section .container ul li a:after {
            display: none; }
          .product-wrapper .feature-tab-section .container ul li a.active {
            text-align: left; }
            .product-wrapper .feature-tab-section .container ul li a.active p {
              color: #77c11f; }
          .product-wrapper .feature-tab-section .container ul li a:hover img.hover {
            display: none; }
          .product-wrapper .feature-tab-section .container ul li a:hover img.normal {
            display: block; }
          .product-wrapper .feature-tab-section .container ul li a:hover p {
            color: #697287; }
          .product-wrapper .feature-tab-section .container ul li a.active:hover p {
            color: #77c11f; }
          .product-wrapper .feature-tab-section .container ul li a.active:hover img.hover {
            display: block;
            margin-left: auto;
            margin-right: auto; }
          .product-wrapper .feature-tab-section .container ul li a.active:hover img.normal {
            display: none; }
        .product-wrapper .feature-tab-section .container ul li:last-child {
          border-bottom: none; }
    .product-wrapper .banner-heading-section {
      padding-top: 27px; }
      .product-wrapper .banner-heading-section .left-image-section .image-block {
        width: 70px; }
        .product-wrapper .banner-heading-section .left-image-section .image-block img {
          max-width: 90%; }
      .product-wrapper .banner-heading-section .left-image-section .heading-block {
        width: calc(100% - 75px);
        margin-top: 0; }
        .product-wrapper .banner-heading-section .left-image-section .heading-block h2 {
          margin: 0;
          padding: 10px 0 15px 15px;
          font-size: 28px;
          font-family: "acumin-pro";
          font-weight: 700; }
        .product-wrapper .banner-heading-section .left-image-section .heading-block.normal h2 {
          font-size: 20px;
          font-family: "acumin-pro";
          font-weight: 100; }
    .product-wrapper .content-section.gray {
      background-color: #eef1f3; }
    .product-wrapper .content-section .top-heading h2 {
      margin: 0 0 35px;
      color: #2a3754;
      text-align: left;
      font-size: 35.4px; }
    .product-wrapper .content-section .image-block img {
      max-width: 100%; }
    .product-wrapper .content-section .content-block .content-wrapper p {
      margin-bottom: 18px;
      font-size: 15.4px;
      font-family: "acumin-pro";
      font-weight: 500;
      color: #697287;
      text-align: left; }
      .product-wrapper .content-section .content-block .content-wrapper p a {
        font-size: 15.4px;
        font-family: "acumin-pro";
        font-weight: 500; }
      .product-wrapper .content-section .content-block .content-wrapper p strong {
        font-weight: 700; }
      .product-wrapper .content-section .content-block .content-wrapper p.no-bottom {
        margin-bottom: 5px; }
      .product-wrapper .content-section .content-block .content-wrapper p.list-heading {
        margin-bottom: 10px; }
    .product-wrapper .content-section .content-block .content-wrapper ul.with-bullets li {
      margin: 0 0 17px;
      padding: 0;
      font-size: 15.4px;
      font-family: "acumin-pro";
      font-weight: 500;
      color: #697287;
      position: relative;
      padding-left: 34px; }
      .product-wrapper .content-section .content-block .content-wrapper ul.with-bullets li strong {
        font-weight: 700; }
      .product-wrapper .content-section .content-block .content-wrapper ul.with-bullets li p {
        color: #697287;
        font-size: 15.4px;
        font-family: "acumin-pro";
        font-weight: 500; }
        .product-wrapper .content-section .content-block .content-wrapper ul.with-bullets li p strong {
          font-weight: 700; }
      .product-wrapper .content-section .content-block .content-wrapper ul.with-bullets li a {
        font-size: 15.4px;
        font-family: "acumin-pro";
        font-weight: 500; }
      .product-wrapper .content-section .content-block .content-wrapper ul.with-bullets li:before {
        float: left;
        content: '';
        width: 5px;
        height: 5px;
        display: inline-block;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #ff4337;
        position: absolute;
        top: 8px;
        left: 0; }
    .product-wrapper .content-section .button-block {
      text-align: center; }
      .product-wrapper .content-section .button-block a {
        padding: 11px 20px 9px;
        margin: 0 auto 0;
        color: #fff;
        font-size: 14px;
        font-family: "DINRegular";
        text-transform: uppercase; }
    .product-wrapper .content-section.center {
      text-align: center; }
      .product-wrapper .content-section.center .top-heading h2 {
        text-align: center; }
      .product-wrapper .content-section.center .content-block p {
        text-align: center; }
    .product-wrapper .learn-more-section .text-wrapper {
      text-align: center; }
      .product-wrapper .learn-more-section .text-wrapper h4 {
        padding: 0;
        margin: 0 0 5px;
        color: #fff;
        font-size: 20px;
        font-family: "DINBold";
        text-transform: uppercase; }
      .product-wrapper .learn-more-section .text-wrapper p {
        margin: 0 0 25px;
        font-size: 15.4px;
        font-family: "acumin-pro";
        font-weight: 300;
        text-align: center;
        color: #fff; }
      .product-wrapper .learn-more-section .text-wrapper a {
        padding: 11px 20px 9px;
        margin: 0 auto 0;
        color: #fff;
        font-size: 14px;
        font-family: "DINRegular";
        text-transform: uppercase;
        -webkit-box-shadow: 0 0.5px 1px 0px rgba(0, 0, 0, 0.7);
        -moz-box-shadow: 0 0.5px 1px 0px rgba(0, 0, 0, 0.7);
        box-shadow: 0 0.5px 1px 0px rgba(0, 0, 0, 0.7); }
    .product-wrapper .learn-more-section .half-block {
      padding-top: 48px;
      padding-bottom: 50px; }
      .product-wrapper .learn-more-section .half-block .text-wrapper {
        max-width: 404px;
        margin: auto; }
      .product-wrapper .learn-more-section .half-block.green-block {
        background: #77c11f; }
        .product-wrapper .learn-more-section .half-block.green-block .text-wrapper a {
          max-width: 147px; }
      .product-wrapper .learn-more-section .half-block.blue {
        background: #00b2e2; }
        .product-wrapper .learn-more-section .half-block.blue .text-wrapper a {
          max-width: 225px; }
    .product-wrapper .licensing-section .top-heading h2 {
      text-align: center; }
    .product-wrapper .licensing-section .product-license-box .over-wrapper {
      margin-bottom: 20px; }
      .product-wrapper .licensing-section .product-license-box .over-wrapper .image-block {
        height: auto;
        margin-bottom: 30px; }
      .product-wrapper .licensing-section .product-license-box .over-wrapper .content-block {
        height: auto;
        margin-bottom: 20px; }
    .product-wrapper .licensing-section .product-license-box:last-child .over-wrapper {
      padding: 37px 40px 24px; }
    .product-wrapper .technical-info-section.mu-pdf .bottom-row > div > ul > li {
      min-height: 2px;
      border-left: none;
      border-bottom: 1px solid #cdcfd0;
      padding-top: 10px;
      padding-bottom: 10px; }
      .product-wrapper .technical-info-section.mu-pdf .bottom-row > div > ul > li:first-child {
        width: 100%;
        border-left: none;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 10px; }
      .product-wrapper .technical-info-section.mu-pdf .bottom-row > div > ul > li:nth-child(2) {
        width: 100%;
        padding-left: 0;
        padding-right: 0; }
      .product-wrapper .technical-info-section.mu-pdf .bottom-row > div > ul > li:last-child {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        border-bottom: none; }
      .product-wrapper .technical-info-section.mu-pdf .bottom-row > div > ul > li ul li {
        width: 100%;
        float: left;
        margin-bottom: 10px;
        margin-right: 15px; }
    .product-wrapper .technical-info-section.gs .bottom-row > div > ul > li {
      min-height: 2px;
      border-left: none;
      border-bottom: 1px solid #cdcfd0;
      padding-top: 10px;
      padding-bottom: 10px; }
      .product-wrapper .technical-info-section.gs .bottom-row > div > ul > li:first-child {
        width: 100%;
        border-left: none;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 10px; }
      .product-wrapper .technical-info-section.gs .bottom-row > div > ul > li:nth-child(2) {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 10px; }
      .product-wrapper .technical-info-section.gs .bottom-row > div > ul > li:nth-child(3) {
        width: 100%;
        padding-left: 0;
        padding-right: 0; }
      .product-wrapper .technical-info-section.gs .bottom-row > div > ul > li:last-child {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        border-bottom: none; }
      .product-wrapper .technical-info-section.gs .bottom-row > div > ul > li ul li {
        width: 100%;
        float: left;
        margin-bottom: 10px;
        margin-right: 15px; }

  .main-nav-active .product-wrapper .feature-tab-section .float-icon {
    right: 240px;
    -webkit-transition: 1s ease right;
    -moz-transition: 1s ease right;
    -transition: 1s ease right; }

  .p-gso-wrapper .section-a {
    padding-top: 35px;
    padding-bottom: 35px; }
    .p-gso-wrapper .section-a .top-row {
      padding-bottom: 30px; }
      .p-gso-wrapper .section-a .top-row .content-block {
        padding-left: 15px;
        padding-right: 15px; }
    .p-gso-wrapper .section-a .middle-row:before {
      margin-bottom: 30px; }
    .p-gso-wrapper .section-a .middle-row .top-heading {
      padding-left: 15px;
      margin-top: 30px; }
      .p-gso-wrapper .section-a .middle-row .top-heading h2 {
        margin: 0 0 5px;
        text-align: center; }
    .p-gso-wrapper .section-a .middle-row .image-block {
      padding-right: 15px;
      padding-bottom: 15px;
      text-align: center; }
      .p-gso-wrapper .section-a .middle-row .image-block img {
        max-width: 300px; }
    .p-gso-wrapper .section-a .middle-row .content-block {
      padding-left: 15px; }
      .p-gso-wrapper .section-a .middle-row .content-block .content-wrapper h2 {
        text-align: center;
        padding-bottom: 32px;
        font-size: 42px;
        font-family: "acumin-pro";
        font-weight: 500; }
    .p-gso-wrapper .section-a .bottom-row {
      padding-top: 25px; }
      .p-gso-wrapper .section-a .bottom-row .top-heading {
        margin-top: 0;
        text-align: center; }
      .p-gso-wrapper .section-a .bottom-row .image-block {
        padding-right: 15px;
        padding-bottom: 15px;
        text-align: center; }
        .p-gso-wrapper .section-a .bottom-row .image-block img {
          max-width: 300px;
          width: 100%; }
  .p-gso-wrapper .section-b {
    padding-top: 30px;
    padding-bottom: 30px; }
    .p-gso-wrapper .section-b .top-heading h2 {
      text-align: center; }
    .p-gso-wrapper .section-b .content-block img {
      max-width: 300px;
      margin: auto;
      width: 100%; }
    .p-gso-wrapper .section-b .image-block {
      padding-right: 15px;
      padding-bottom: 15px;
      text-align: center; }
      .p-gso-wrapper .section-b .image-block img {
        max-width: 300px;
        width: 100%; }
  .p-gso-wrapper .section-c {
    padding-top: 30px;
    padding-bottom: 30px; }
    .p-gso-wrapper .section-c .top-heading {
      padding-left: 15px;
      margin-top: 10px;
      text-align: center; }
    .p-gso-wrapper .section-c .content-block {
      padding-left: 15px; }
    .p-gso-wrapper .section-c .image-block {
      text-align: center; }
      .p-gso-wrapper .section-c .image-block img {
        max-width: 300px;
        width: 100%; }
  .p-gso-wrapper .section-d {
    padding-top: 30px;
    padding-bottom: 30px; }
    .p-gso-wrapper .section-d .top-heading {
      margin-top: 0; }
    .p-gso-wrapper .section-d .content-block {
      padding-right: 15px; }
    .p-gso-wrapper .section-d .image-block {
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 0;
      text-align: center; }
      .p-gso-wrapper .section-d .image-block img {
        max-width: 300px;
        width: 100%; }
  .p-gso-wrapper .main-inner-page-banner {
    padding-top: 30px;
    padding-bottom: 0;
    height: auto; }
    .p-gso-wrapper .main-inner-page-banner .content-seccion {
      padding-top: 0;
      padding-bottom: 25px;
      text-align: left;
      width: calc(90% - 175px); }
      .p-gso-wrapper .main-inner-page-banner .content-seccion p {
        margin-bottom: 10px;
        font-size: 16px; }
        .p-gso-wrapper .main-inner-page-banner .content-seccion p br {
          display: none; }
      .p-gso-wrapper .main-inner-page-banner .content-seccion a.button {
        width: 100%;
        float: left;
        margin: 0 auto; }
    .p-gso-wrapper .main-inner-page-banner .animation-block {
      text-align: center;
      padding-left: 5px;
      width: 170px;
      padding-right: 5px;
      float: left !important;
      padding-bottom: 0; }
      .p-gso-wrapper .main-inner-page-banner .animation-block img {
        margin: auto;
        width: 95%;
        max-width: 320px; }

  /* ------------------------------------------------------------ *\ 
          GhostScript Technical Info Page content section
  \* ------------------------------------------------------------ */
  .gs-ti-wrapper .internal-content-wrapper {
    padding-top: 15px;
    /*
      -  left-section
    */
    /*
      -  right-section
    */ }
    .gs-ti-wrapper .internal-content-wrapper .left-section {
      width: 100%;
      padding-right: 15px; }
      .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder {
        margin-bottom: 15px; }
        .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder .top-wrapper .nav-logo {
          padding: 0 10px 25px 10px; }
          .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder .top-wrapper .nav-logo img {
            max-width: 100%; }
        .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children {
          background: url("../images/arrow-down.png") no-repeat 13px 19px !important; }
          .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children a {
            font-size: 13px; }
          .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children > a {
            color: #0075cf; }
          .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children > ul {
            display: block; }
            .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children > ul li a {
              color: #697287; }
              .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children > ul li a:hover {
                color: #697287; }
          .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active, .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover {
            background: url("../images/arrow-down.png") no-repeat 13px 19px !important; }
            .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active > a, .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover > a {
              color: #0075cf; }
            .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active > ul, .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover > ul {
              display: block; }
              .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active > ul li a, .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover > ul li a {
                color: #697287; }
    .gs-ti-wrapper .internal-content-wrapper .main-content-area {
      width: 100%;
      padding-left: 15px; }
      .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul.with-image {
        width: 168px;
        margin: 30px auto 0; }
        .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul.with-image li {
          padding-right: 0;
          padding-bottom: 16px; }
          .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul.with-image li img {
            max-width: 100%;
            display: block;
            float: none; }
          .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul.with-image li p {
            text-align: center;
            margin-top: 0; }

  .p-gst-wrapper .main-inner-page-banner {
    padding-top: 30px;
    padding-bottom: 30px; }
    .p-gst-wrapper .main-inner-page-banner .image-block {
      width: 115px; }
      .p-gst-wrapper .main-inner-page-banner .image-block img {
        width: 100%; }
    .p-gst-wrapper .main-inner-page-banner .content-block {
      width: calc(100% - 115px);
      max-width: 590px;
      padding-top: 0; }
      .p-gst-wrapper .main-inner-page-banner .content-block P {
        padding: 0;
        margin: 0 0 15px;
        font-size: 15px;
        font-family: "acumin-pro";
        font-weight: 300;
        color: #000;
        text-transform: none; }
  .p-gst-wrapper section.content-section .image-block {
    text-align: center; }
    .p-gst-wrapper section.content-section .image-block img {
      max-width: 300px;
      margin: 1px auto 20px; }
  .p-gst-wrapper section.content-section .top-heading h2 {
    text-align: center; }
  .p-gst-wrapper .section-a {
    padding-top: 30px;
    padding-bottom: 30px; }
    .p-gst-wrapper .section-a .top-heading {
      margin-top: 0;
      padding-right: 15px; }
      .p-gst-wrapper .section-a .top-heading h2 {
        line-height: 30px; }
    .p-gst-wrapper .section-a .content-block {
      padding-right: 15px; }
  .p-gst-wrapper .section-b {
    padding-top: 30px;
    padding-bottom: 30px; }
    .p-gst-wrapper .section-b .content-block {
      padding-left: 15px; }
      .p-gst-wrapper .section-b .content-block ul {
        width: 100%;
        display: inline-block; }
        .p-gst-wrapper .section-b .content-block ul li {
          width: 100%;
          float: left; }
    .p-gst-wrapper .section-b .top-heading {
      padding-left: 15px; }
  .p-gst-wrapper .section-c {
    padding-top: 30px;
    padding-bottom: 30px; }
    .p-gst-wrapper .section-c .content-block {
      padding-right: 15px; }
  .p-gst-wrapper .section-d {
    padding-top: 0;
    padding-bottom: 30px; }
    .p-gst-wrapper .section-d .left {
      padding-right: 15px; }
    .p-gst-wrapper .section-d .right {
      padding-left: 15px; }

  .p-mpo-wrapper {
    /*
    .section-c {
        &:before {
            background: rgba(71, 73, 152, 0.4);
        }
    } */ }
    .p-mpo-wrapper .section-a {
      padding-top: 55px;
      padding-bottom: 40px; }
      .p-mpo-wrapper .section-a .content-block {
        padding-right: 15px;
        padding-left: 15px; }
    .p-mpo-wrapper .section-b {
      padding-top: 40px;
      padding-bottom: 40px; }
      .p-mpo-wrapper .section-b .top-heading {
        padding-left: 15px; }
        .p-mpo-wrapper .section-b .top-heading h2 {
          text-align: center; }
      .p-mpo-wrapper .section-b .content-block {
        padding-right: 15px; }
      .p-mpo-wrapper .section-b .image-block {
        text-align: center;
        margin-bottom: 20px; }
    .p-mpo-wrapper .section-c {
      padding-top: 40px;
      background-position: left bottom;
      background-size: auto 65%; }
      .p-mpo-wrapper .section-c .top-heading {
        padding-left: 15px;
        padding-right: 15px; }
      .p-mpo-wrapper .section-c .content-block {
        padding-left: 15px;
        padding-right: 15px; }
    .p-mpo-wrapper .section-d {
      padding-top: 40px;
      padding-bottom: 45px; }
      .p-mpo-wrapper .section-d .top-heading {
        padding-right: 15px; }
      .p-mpo-wrapper .section-d .content-block {
        padding-right: 15px; }
    .p-mpo-wrapper .section-e {
      padding-top: 45px;
      padding-bottom: 40px; }
      .p-mpo-wrapper .section-e .top-heading {
        padding-left: 15px; }
        .p-mpo-wrapper .section-e .top-heading h2 {
          text-align: center; }
      .p-mpo-wrapper .section-e .content-block {
        padding-left: 15px; }
      .p-mpo-wrapper .section-e .image-block {
        text-align: center;
        margin-bottom: 20px; }
    .p-mpo-wrapper .section-f {
      background: transparent url(../images/products/mu-pdf/overview/magnifying-glass.png) no-repeat;
      background-position: center bottom;
      background-size: 100% auto;
      padding-top: 45px;
      padding-bottom: 55px; }
      .p-mpo-wrapper .section-f .content-block {
        padding-right: 15px; }
    .p-mpo-wrapper .section-f,
    .p-mpo-wrapper .section-d {
      position: relative; }
      .p-mpo-wrapper .section-f:before,
      .p-mpo-wrapper .section-d:before {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute; }
      .p-mpo-wrapper .section-f .content-block .content-wrapper ul.with-bullets li,
      .p-mpo-wrapper .section-f .content-block .content-wrapper p,
      .p-mpo-wrapper .section-f .content-block .content-wrapper strong,
      .p-mpo-wrapper .section-d .content-block .content-wrapper ul.with-bullets li,
      .p-mpo-wrapper .section-d .content-block .content-wrapper p,
      .p-mpo-wrapper .section-d .content-block .content-wrapper strong {
        color: #fff; }
      .p-mpo-wrapper .section-f .top-heading h2,
      .p-mpo-wrapper .section-d .top-heading h2 {
        color: #fff; }
    .p-mpo-wrapper .section-f:before,
    .p-mpo-wrapper .section-d:before {
      background: rgba(0, 0, 0, 0.83); }
    .p-mpo-wrapper .section-b .image-block {
      margin-bottom: 0; }
      .p-mpo-wrapper .section-b .image-block img {
        max-width: 280px;
        margin: 0 auto; }
    .p-mpo-wrapper .main-inner-page-banner {
      padding-top: 40px;
      padding-bottom: 45px;
      background-image: url(../images/products/mu-pdf/overview/bg-banner.png); }
      .p-mpo-wrapper .main-inner-page-banner .container {
        padding: 0 15px 0; }
      .p-mpo-wrapper .main-inner-page-banner .image-block {
        width: 125px; }
      .p-mpo-wrapper .main-inner-page-banner .content-block {
        width: calc(100% - 150px);
        padding-top: 15px; }
        .p-mpo-wrapper .main-inner-page-banner .content-block h3 {
          padding: 0;
          margin: 0 0 15px; }
        .p-mpo-wrapper .main-inner-page-banner .content-block P {
          margin: 0 0 25px; }

  /* ------------------------------------------------------------ *\ 
          MuPDF Technical Info Page content section
  \* ------------------------------------------------------------ */
  .mp-ti-wrapper .internal-content-wrapper {
    padding-top: 15px;
    /*
      -  left-section
    */
    /*
      -  right-section
    */ }
    .mp-ti-wrapper .internal-content-wrapper .left-section {
      width: 100%;
      padding-right: 15px; }
      .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder {
        margin-bottom: 15px; }
        .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder .top-wrapper .nav-logo {
          padding: 0 10px 25px 10px; }
          .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder .top-wrapper .nav-logo img {
            max-width: 100%; }
        .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children {
          background: url("../images/arrow-down.png") no-repeat 13px 19px !important; }
          .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children a {
            font-size: 13px; }
          .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children > a {
            color: #0075cf; }
          .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children > ul {
            display: block; }
            .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children > ul li a {
              color: #697287; }
              .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children > ul li a:hover {
                color: #697287; }
          .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active, .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover {
            background: url("../images/arrow-down.png") no-repeat 13px 19px !important; }
            .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active > a, .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover > a {
              color: #0075cf; }
            .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active > ul, .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover > ul {
              display: block; }
              .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active > ul li a, .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover > ul li a {
                color: #697287; }
    .mp-ti-wrapper .internal-content-wrapper .main-content-area {
      width: 100%;
      padding-left: 15px; }

  .p-sof-ps-wrapper .feature-tab-section {
    border-top: 1px solid #d8dadd; }
    .p-sof-ps-wrapper .feature-tab-section .float-icon {
      top: 180px; }
  .p-sof-ps-wrapper .section-a {
    padding-bottom: 30px; }
    .p-sof-ps-wrapper .section-a .top-section {
      padding-top: 35px;
      padding-bottom: 30px; }
      .p-sof-ps-wrapper .section-a .top-section p {
        font-size: 25px;
        font-family: "acumin-pro";
        font-weight: 300; }
    .p-sof-ps-wrapper .section-a .tab-nav ul li {
      margin-bottom: 1px; }
      .p-sof-ps-wrapper .section-a .tab-nav ul li a.active, .p-sof-ps-wrapper .section-a .tab-nav ul li a.active:hover {
        color: #fff;
        background: #77c11f;
        border: 1px solid #77c11f; }
        .p-sof-ps-wrapper .section-a .tab-nav ul li a.active img.normal, .p-sof-ps-wrapper .section-a .tab-nav ul li a.active:hover img.normal {
          display: none; }
        .p-sof-ps-wrapper .section-a .tab-nav ul li a.active img.hover, .p-sof-ps-wrapper .section-a .tab-nav ul li a.active:hover img.hover {
          display: block; }
      .p-sof-ps-wrapper .section-a .tab-nav ul li a:hover {
        color: #697287;
        text-transform: uppercase;
        background-color: #fff;
        border: 1px solid #d8dadd; }
        .p-sof-ps-wrapper .section-a .tab-nav ul li a:hover img.normal {
          display: block; }
        .p-sof-ps-wrapper .section-a .tab-nav ul li a:hover img.hover {
          display: none; }
    .p-sof-ps-wrapper .section-a .tab-nav.left-tab-nav {
      padding-right: 15px; }
      .p-sof-ps-wrapper .section-a .tab-nav.left-tab-nav ul li a {
        border-right: 1px solid #d8dadd; }
      .p-sof-ps-wrapper .section-a .tab-nav.left-tab-nav ul li:first-child .content-block {
        display: block; }
    .p-sof-ps-wrapper .section-a .tab-nav.right-tab-nav {
      padding-left: 15px; }
      .p-sof-ps-wrapper .section-a .tab-nav.right-tab-nav ul li a {
        border-left: 1px solid #d8dadd; }
    .p-sof-ps-wrapper .section-a .content-block {
      padding: 20px 10px;
      float: left;
      border-left: 1px solid #d8dadd;
      border-right: 1px solid #d8dadd; }
      .p-sof-ps-wrapper .section-a .content-block ul li {
        padding-left: 23px; }
  .p-sof-ps-wrapper .learn-more-section {
    padding: 70px 0; }
    .p-sof-ps-wrapper .learn-more-section.with-bg .text-wrapper a {
      width: 90%;
      max-width: 300px;
      font-size: 15px; }

  .p-sof-faq-wrapper .banner-heading-section {
    padding-top: 27px;
    padding-bottom: 30px; }
  .p-sof-faq-wrapper .feature-tab-section {
    border-top: 1px solid #d8dadd; }
    .p-sof-faq-wrapper .feature-tab-section .float-icon {
      top: 100px; }
  .p-sof-faq-wrapper .content-section .heading {
    padding: 28px 15px 25px; }
  .p-sof-faq-wrapper .content-section .left-section {
    padding-bottom: 30px; }
  .p-sof-faq-wrapper .content-section .right-section {
    padding-bottom: 15px;
    border-bottom: none; }

  .product-wrapper .banner-heading-section .left-image-section,
  .product-wrapper .banner-heading-section .right-image-section,
  .product-wrapper .banner-heading-section .left-content-section {
    width: 50%; }

  .product-wrapper .banner-heading-section .right-image-section {
    padding-right: 15px;
    padding-left: 15px; }

  .product-wrapper .banner-heading-section .left-content-section p.sub-heading {
    font-size: 16px;
    margin: 0 0 22px;
    line-height: 20px; }

  .p-so-o-wrapper .banner-heading-section .left-content-section p {
    margin: 5px 0 10px;
    font-size: 21px;
    line-height: 24px; }

  .p-so-o-wrapper .switch-section .slide label.switch-labels .container .image-block {
    width: 120px; }

  .p-so-o-wrapper .switch-section .slide label.switch-labels .container .top-heading,
  .p-so-o-wrapper .switch-section .slide label.switch-labels .container .content-block,
  .p-so-o-wrapper .switch-section .slide label.switch-labels .container .button-block {
    width: calc(100% - 120px); }

  .p-so-o-wrapper .feature-tab-section .trigger-ul li .image-block {
    width: 200px;
    float: right; }
  .p-so-o-wrapper .feature-tab-section .trigger-ul li .content-block p {
    margin-bottom: 10px;
    font-size: 15.4px;
    text-align: left; }
  .p-so-o-wrapper .feature-tab-section .trigger-ul li .top-heading {
    width: calc(100% - 210px); }
    .p-so-o-wrapper .feature-tab-section .trigger-ul li .top-heading h2 {
      margin: 0 0 10px;
      text-align: left;
      font-size: 20px; }

  .p-so-o-wrapper .smo-view-content .image-block {
    width: 40%; }

  .p-so-o-wrapper .smo-view-content .top-heading,
  .p-so-o-wrapper .smo-view-content .content-block {
    width: 60%; }

  .product-wrapper .smo-view-content .top-heading h2 {
    margin: 0 0 20px;
    color: #2a3754;
    text-align: left;
    font-size: 24px; }

  .p-sof-view-wrapper .banner-heading-section .left-content-section p {
    font-size: 23px;
    line-height: 28px; }

  .p-sof-view-wrapper .banner-heading-section {
    padding-bottom: 0; }

  /* ------------------------------------------------------------ *\ 
          Search result Page
  \* ------------------------------------------------------------ */
  .search-r-content {
    /*
     - search section
    */ }
    .search-r-content .search-field-section {
      margin-top: 45px;
      margin-bottom: 15px; }
    .search-r-content .pagination-block {
      margin-top: 0px;
      margin-bottom: 15px; }

  .support-wrapper .artifex-support-tab.tab-section {
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #fff; }
    .support-wrapper .artifex-support-tab.tab-section ul.tab-nav-ul {
      width: 100% !important; }
      .support-wrapper .artifex-support-tab.tab-section ul.tab-nav-ul > li {
        width: 100%;
        float: left;
        border-top: 1px solid #fff; }
        .support-wrapper .artifex-support-tab.tab-section ul.tab-nav-ul > li > a {
          padding: 20px 20px 19px;
          background-color: #2f3940;
          text-align: left;
          font-size: 18px;
          font-family: "DINRegular"; }
          .support-wrapper .artifex-support-tab.tab-section ul.tab-nav-ul > li > a:before {
            height: 100%;
            width: 3px;
            top: 0;
            left: -4px;
            right: auto;
            bottom: 0; }
          .support-wrapper .artifex-support-tab.tab-section ul.tab-nav-ul > li > a:hover:before {
            left: 0; }
        .support-wrapper .artifex-support-tab.tab-section ul.tab-nav-ul > li.current a:before {
          left: 0; }
        .support-wrapper .artifex-support-tab.tab-section ul.tab-nav-ul > li:last-child {
          border-bottom: 1px solid #fff; }
  .support-wrapper .artifex-support-content .section-c .left-section {
    margin-left: 0;
    width: 100px; }
  .support-wrapper .artifex-support-content .section-c .right-section {
    width: calc(100% - 110px);
    margin-top: 20px; }

  .licensing-wrapper .artifex-licensing-tab.tab-section {
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #fff; }
    .licensing-wrapper .artifex-licensing-tab.tab-section ul.tab-nav-ul {
      width: 100% !important; }
      .licensing-wrapper .artifex-licensing-tab.tab-section ul.tab-nav-ul > li {
        width: 100%;
        float: left;
        border-top: 1px solid #fff; }
        .licensing-wrapper .artifex-licensing-tab.tab-section ul.tab-nav-ul > li > a {
          padding: 20px 20px 19px;
          background-color: #2f3940;
          text-align: left;
          font-size: 16px;
          font-family: "DINRegular"; }
          .licensing-wrapper .artifex-licensing-tab.tab-section ul.tab-nav-ul > li > a:before {
            height: 100%;
            width: 3px;
            top: 0;
            left: -4px;
            right: auto;
            bottom: 0; }
          .licensing-wrapper .artifex-licensing-tab.tab-section ul.tab-nav-ul > li > a:hover:before {
            left: 0; }
        .licensing-wrapper .artifex-licensing-tab.tab-section ul.tab-nav-ul > li.current a:before {
          left: 0; }
        .licensing-wrapper .artifex-licensing-tab.tab-section ul.tab-nav-ul > li:last-child {
          border-bottom: 1px solid #fff; }
  .licensing-wrapper .artifex-licensing-content {
    /*
    *  - Section 2 , "Artifex Commercial Licensing Options"
    */
    /*
    *  - Section 3 , "Which is Right for you section"
    */ }
    .licensing-wrapper .artifex-licensing-content section .container {
      padding-left: 15px; }
    .licensing-wrapper .artifex-licensing-content section h3 {
      margin: 30px 0 0;
      font-size: 24px;
      font-family: "acumin-pro";
      font-weight: 300; }
    .licensing-wrapper .artifex-licensing-content section p {
      margin: 20px 0 0; }
      .licensing-wrapper .artifex-licensing-content section p.no-bottom {
        margin-bottom: -15px; }
    .licensing-wrapper .artifex-licensing-content section .button-row a.button {
      max-width: 460px;
      padding-left: 15px;
      padding-right: 15px;
      margin: 30px auto 20px; }
    .licensing-wrapper .artifex-licensing-content .section-c .table-ul {
      padding-top: 30px;
      border-bottom: 1px solid #e2e3e4; }
      .licensing-wrapper .artifex-licensing-content .section-c .table-ul > ul > li {
        width: 100%; }
        .licensing-wrapper .artifex-licensing-content .section-c .table-ul > ul > li:first-child .content-block {
          padding: 30px 15px;
          border-bottom: none; }
        .licensing-wrapper .artifex-licensing-content .section-c .table-ul > ul > li:first-child:after {
          display: none; }
        .licensing-wrapper .artifex-licensing-content .section-c .table-ul > ul > li:last-child .content-block {
          padding: 30px 15px; }
        .licensing-wrapper .artifex-licensing-content .section-c .table-ul > ul > li .content-block:nth-child(3) {
          padding-top: 0; }
        .licensing-wrapper .artifex-licensing-content .section-c .table-ul > ul > li .heading-block h4 {
          font-size: 14px;
          font-family: "DINBold"; }
        .licensing-wrapper .artifex-licensing-content .section-c .table-ul > ul > li .heading-block p {
          font-size: 14px;
          font-family: "DINBold"; }
      .licensing-wrapper .artifex-licensing-content .section-c .table-ul > ul:last-of-type {
        border-top: none;
        border-bottom: none; }
        .licensing-wrapper .artifex-licensing-content .section-c .table-ul > ul:last-of-type > li:first-child .content-block {
          padding: 30px 15px;
          border-bottom: none; }
        .licensing-wrapper .artifex-licensing-content .section-c .table-ul > ul:last-of-type > li:last-child .content-block {
          padding: 30px 15px;
          border-bottom: none; }
    .licensing-wrapper .artifex-licensing-content .section-d {
      padding-bottom: 45px; }

  .contact-us-wrapper .contact-us-content {
    padding-top: 30px;
    padding-bottom: 20px; }
    .contact-us-wrapper .contact-us-content .left-section {
      padding-right: 15px;
      margin-bottom: 20px; }
      .contact-us-wrapper .contact-us-content .left-section .content-wrapper {
        padding: 30px 20px; }
        .contact-us-wrapper .contact-us-content .left-section .content-wrapper h2 {
          margin: 0 0 20px;
          padding: 0;
          font-size: 28px; }
        .contact-us-wrapper .contact-us-content .left-section .content-wrapper h3, .contact-us-wrapper .contact-us-content .left-section .content-wrapper h4, .contact-us-wrapper .contact-us-content .left-section .content-wrapper p, .contact-us-wrapper .contact-us-content .left-section .content-wrapper address {
          max-width: 100%; }
    .contact-us-wrapper .contact-us-content .right-section {
      padding-top: 0;
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 30px;
      border-bottom: 0; }
      .contact-us-wrapper .contact-us-content .right-section h2 {
        margin: 0 0 20px;
        padding: 0;
        font-size: 28px; }
      .contact-us-wrapper .contact-us-content .right-section form .button-field {
        margin-top: 20px; }
        .contact-us-wrapper .contact-us-content .right-section form .button-field .button {
          float: right;
          margin-bottom: 10px; } }
/*Tab devices*/
/** Ipad Landscape View **/
@media (min-width: 992px) and (max-width: 1024px) {
  .client-logo-section .clients-image-carousel .yerslider-slider .yerslider-slide {
    background-color: transparent; }
    .client-logo-section .clients-image-carousel .yerslider-slider .yerslider-slide .yerslider-slide-inner img {
      width: auto; }

  header {
    height: 90px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000;
    -webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -transition: 1s ease all;
    /** Header Logo **/ }
    header .navbar {
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0; }
    header.active-box-shadow {
      -webkit-box-shadow: 0px 0px 8px 1.5px rgba(117, 117, 117, 0.2);
      -moz-box-shadow: 0px 0px 8px 1.5px rgba(117, 117, 117, 0.2);
      box-shadow: 0px 0px 8px 1.5px rgba(117, 117, 117, 0.2); }
    header a.navbar-brand > img {
      max-width: 175px; }
    header .artifex-navigation .main-nav-bar ul.navbar-nav {
      margin-right: 0;
      margin-top: 0;
      width: 240px;
      position: fixed;
      right: -250px;
      bottom: 0;
      top: 0;
      height: 100%;
      background: #fff;
      overflow-y: auto;
      -webkit-transition: 1s ease all;
      -moz-transition: 1s ease all;
      -transition: 1s ease all; }
      header .artifex-navigation .main-nav-bar ul.navbar-nav > li {
        width: 100%;
        float: left;
        display: block;
        /** First Child Style **/ }
        header .artifex-navigation .main-nav-bar ul.navbar-nav > li > a {
          padding: 20px 19px 19px;
          position: relative;
          overflow: visible;
          font-size: 14.4px;
          border-bottom: 1px solid #e0e0e0; }
          header .artifex-navigation .main-nav-bar ul.navbar-nav > li > a:after {
            content: '+';
            width: 20px;
            height: 20px;
            line-height: 17px;
            bottom: 0;
            top: 0;
            left: auto;
            right: 20px;
            margin: auto;
            text-align: center;
            font-size: 20px;
            color: #fff;
            position: absolute;
            background: #ff4337;
            display: none; }
          header .artifex-navigation .main-nav-bar ul.navbar-nav > li > a.active {
            color: #ff4337; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li > a.active:after {
              content: '-'; }
        header .artifex-navigation .main-nav-bar ul.navbar-nav > li.has-sub > a:after {
          display: block; }
        header .artifex-navigation .main-nav-bar ul.navbar-nav > li > ul {
          top: 0;
          width: 100%;
          display: none;
          position: relative;
          left: 0;
          background: #fff;
          list-style: none;
          margin: 0;
          padding: 0; }
          header .artifex-navigation .main-nav-bar ul.navbar-nav > li > ul > li {
            width: 100%;
            float: left;
            padding: 10px 20px;
            background-color: #f6f7f9; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li > ul > li a {
              padding: 0; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li > ul > li:nth-child(2n+1) {
              clear: none; }
        header .artifex-navigation .main-nav-bar ul.navbar-nav > li:hover > a {
          color: #ff4337; }
          header .artifex-navigation .main-nav-bar ul.navbar-nav > li:hover > a:after {
            bottom: 0; }
        header .artifex-navigation .main-nav-bar ul.navbar-nav > li:hover > ul {
          display: none; }
        header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul {
          width: 100%;
          height: auto;
          padding: 0;
          list-style: none;
          margin: 0;
          display: none; }
          header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li {
            width: 100%;
            float: left;
            padding: 0;
            min-height: 1px; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li > a {
              height: auto;
              padding: 15px 20px 15px 70px;
              margin: 0;
              display: block;
              text-indent: 0;
              overflow: visible;
              position: relative;
              background-position: 10px center;
              background-size: auto 75%;
              background-repeat: no-repeat;
              background-color: #fff;
              border-top: 1px solid #e0e0e0;
              border-bottom: 1px solid #e0e0e0;
              border-right: none;
              border-left: none; }
              header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li > a:after {
                content: '+';
                width: 20px;
                height: 20px;
                line-height: 19px;
                bottom: 0;
                top: 0;
                left: auto;
                right: 20px;
                margin: auto;
                text-align: center;
                font-size: 20px;
                color: #fff;
                position: absolute;
                background: #e0e0e0;
                display: none; }
              header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li > a.active {
                color: #00b2e2; }
                header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li > a.active:after {
                  content: '-'; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li.has-sub > a:after {
              display: block; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li ul {
              margin: 0;
              padding: 0;
              position: relative;
              display: none; }
              header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li ul li {
                padding: 10px 0;
                margin-bottom: 0;
                float: left;
                width: 100%;
                background-color: #f6f7f9; }
                header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li ul li a {
                  padding: 10px 22px;
                  background: transparent; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:hover ul {
              display: none;
              bottom: 0; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:hover a {
              border-bottom: none;
              margin-bottom: 0; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:hover > a {
              border-bottom: 1px solid #e0e0e0; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:first-child > a {
              border-top: none;
              width: 100%;
              background-image: url(../images/menu/gs.png);
              background-position: 10px center; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:nth-child(2) > a {
              width: 100%;
              background-image: url(../images/menu/so.png);
              border-right: none;
              border-left: none; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:last-child > a {
              width: 100%;
              background-position: 10px center; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:nth-child(2n+1) {
              clear: none; }
        header .artifex-navigation .main-nav-bar ul.navbar-nav > li:nth-child(6) {
          display: block; }
        header .artifex-navigation .main-nav-bar ul.navbar-nav > li:nth-child(7) {
          display: none; }
    header .artifex-navigation .main-nav-bar .navbar-header {
      float: left; }
    header .artifex-navigation .main-nav-bar .navbar-collapse.collapse {
      display: block !important;
      float: right; }
    header .artifex-navigation .main-nav-bar .navbar-right-2 {
      margin-top: 0;
      float: right;
      /** Developer Button **/ }
      header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section {
        position: relative;
        width: auto;
        float: left; }
        header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section a {
          display: block;
          padding: 45px 34px;
          background: transparent url(../images/search-btn.png) no-repeat;
          background-position: center;
          margin: 0 5px;
          position: relative; }
          header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section a:after {
            content: '';
            width: 24px;
            height: 14px;
            display: block;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            position: absolute;
            background: none; }
          header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section a.active:after {
            background: transparent url(../images/menu/search-arrow.png) no-repeat;
            background-position: center; }
        header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section .search-box {
          width: 264px;
          height: auto;
          top: 100%;
          right: 0;
          position: absolute;
          background-color: #f6f7f9; }
          header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section .search-box form .input-field input {
            width: 100%;
            padding-left: 52px;
            height: 47px;
            float: right;
            border: none !important;
            outline: 0 !important;
            background: transparent url(../images/search-btn.png) no-repeat;
            background-position: 20px center;
            margin: 0;
            color: #596174;
            font-size: 16px;
            font-family: "acumin-pro";
            font-weight: 500;
            text-transform: none; }
            header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section .search-box form .input-field input::-webkit-input-placeholder {
              /* Chrome/Opera/Safari */
              color: #596174;
              font-size: 16px;
              font-family: "acumin-pro";
              font-weight: 500; }
            header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section .search-box form .input-field input::-moz-placeholder {
              /* Firefox 19+ */
              color: #596174;
              font-size: 16px;
              font-family: "acumin-pro";
              font-weight: 500; }
            header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section .search-box form .input-field input:-ms-input-placeholder {
              /* IE 10+ */
              color: #596174;
              font-size: 16px;
              font-family: "acumin-pro";
              font-weight: 500; }
            header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section .search-box form .input-field input:-moz-placeholder {
              /* Firefox 18- */
              color: #596174;
              font-size: 16px;
              font-family: "acumin-pro";
              font-weight: 500; }
      header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links {
        list-style: none;
        padding: 19px 0;
        margin: 0;
        float: left; }
        header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links li {
          width: auto;
          float: left;
          /** Developers Button **/
          /** Contact Us Button **/ }
          header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links li a {
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            border: none;
            margin: 10px 5px;
            padding: 10px 5px 8px;
            text-align: center;
            width: 115px; }
          header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links li:first-child {
            display: none; }
            header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links li:first-child a {
              background-color: #00b2e2; }
              header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links li:first-child a:hover {
                background-color: #0075cf; }
          header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links li:last-child a {
            background-color: #009818; }
            header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links li:last-child a:hover {
              background-color: #12a92a !important; }
      header .artifex-navigation .main-nav-bar .navbar-right-2 span.humberg-icon {
        padding: 26px 0 10px 16px;
        float: right;
        font-size: 26px;
        display: block !important; }
        header .artifex-navigation .main-nav-bar .navbar-right-2 span.humberg-icon .fa-close {
          display: none; }
        header .artifex-navigation .main-nav-bar .navbar-right-2 span.humberg-icon.active {
          padding: 30px 0 10px 16px; }
          header .artifex-navigation .main-nav-bar .navbar-right-2 span.humberg-icon.active .fa-close {
            display: block; }
          header .artifex-navigation .main-nav-bar .navbar-right-2 span.humberg-icon.active .fa-bars {
            display: none; }

  .wrapper {
    -webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -transition: 1s ease all;
    position: relative;
    right: 0; }

  .main-nav-active {
    /* .wrapper {
        right: 240px;
    } */ }
    .main-nav-active header {
      /* right: 240px;
      left: -240px; */ }
      .main-nav-active header .artifex-navigation .main-nav-bar ul.navbar-nav {
        border-left: 1px solid #e0e0e0;
        right: 0;
        z-index: 112; }
      .main-nav-active header .nav-overlayer {
        z-index: 111; }

  footer .footer-content .greenbtn {
    margin-top: 5px;
    margin-bottom: 20px; }

  footer .footer-content .footer-copyright img {
    max-width: 132px;
    width: 132px;
    float: left; }

  footer .footer-content .footer-copyright p {
    font-size: 12px !important;
    margin-top: 9px;
    width: 135px;
    float: left; }

  footer .footer-content .footer-copyright .social-media-row {
    padding: 20px 0; }
    footer .footer-content .footer-copyright .social-media-row li {
      margin-right: 10px; }

  section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion {
    padding-top: 35px; }
    section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion .top-row {
      margin-bottom: 20px;
      height: 185px; }

  /* ------------------------------------------------------------ *\ 
  	Home Page content section
  \* ------------------------------------------------------------ */
  .home-wrapper {
    /*
      - Main banner slider
    */
    /*
      - Product section
    */
    /*
      - Product licensing section
    */ }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide .container {
      min-height: 530px; }
      .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide .container > .row {
        height: 400px; }
      .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide .container .content-seccion {
        padding-top: 5px; }
        .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide .container .content-seccion p {
          margin-bottom: 30px;
          font-size: 32px; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:first-child .container .image-block {
      padding-right: 15px; }
      .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:first-child .container .image-block img {
        width: auto; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(2) .container .image-block {
      padding-right: 45px; }
      .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(2) .container .image-block img {
        width: auto; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(3) .container .image-block img {
      margin-top: 20px; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container img {
      width: auto; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .image-block img {
      margin-top: 25px; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion {
      padding-top: 55px; }
      .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion .top-section {
        width: 100%;
        float: left;
        margin-bottom: 20px; }
        .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion .top-section .left-content {
          width: 60%;
          float: left;
          margin-bottom: 0; }
          .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion .top-section .left-content p {
            margin-bottom: 0; }
        .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion .top-section .right-content {
          width: auto;
          float: left;
          max-width: 32%;
          margin-top: -102px; }
          .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion .top-section .right-content img {
            max-width: 100%; }
      .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion p.sub-p {
        font-size: 30px;
        max-width: 520px;
        margin-bottom: 30px;
        color: #2a3754; }
    .home-wrapper .home-ps .product-box .over-wrapper .content-block {
      height: 235px; }
    .home-wrapper .home-pls .product-license-box .over-wrapper .content-block {
      height: 100px; }

  /*
    - Company page common styles
  */
  .company-wrapper .tab-section ul.tab-nav-ul > li > a {
    padding: 25px 14px; }

  .com-resources-wrapper .tab-nav-section ul.get-height {
    width: 702px !important; }

  /* ------------------------------------------------------------ *\ 
      Leadership Team Page content section
  \* ------------------------------------------------------------ */
  .com-lt-wrapper {
    /*
      - Tab Content
    */ }
    .com-lt-wrapper .com-lt-content .ls-block .over-wrapper {
      min-height: 470px;
      padding: 50px 100px 43px; }

  /* ------------------------------------------------------------ *\ 
      Case Studies Detail Page content section
  \* ------------------------------------------------------------ */
  .com-cs-detail-wrapper {
    /*
      - Tab Content
    */ }
    .com-cs-detail-wrapper .com-cs-detail-content {
    /*
	  - Client Detail Section
	*/
    /*
	  - The Situation Section
	*/
    /*
	  - The Solution Section
	*/
    /*
	  - Client Detail Section
	*/
    /*
	  - Client Detail Section
	*/ }
      .com-cs-detail-wrapper .com-cs-detail-content .client-detail-section .left-images-block {
        text-align: right; }
        .com-cs-detail-wrapper .com-cs-detail-content .client-detail-section .left-images-block .top-logo {
          padding-top: 50px; }
        .com-cs-detail-wrapper .com-cs-detail-content .client-detail-section .left-images-block .bottom-logo {
          margin-top: 30px; }
      .com-cs-detail-wrapper .com-cs-detail-content .client-detail-section .content-block {
        padding-top: 50px;
        padding-left: 15px;
        padding-right: 15px; }
        .com-cs-detail-wrapper .com-cs-detail-content .client-detail-section .content-block ul li {
          color: #fff;
          font-size: 15.5px; }
      .com-cs-detail-wrapper .com-cs-detail-content .the-situation-section {
        padding-top: 35px;
        padding-bottom: 30px;
        min-height: 2px;
        position: relative; }
        .com-cs-detail-wrapper .com-cs-detail-content .the-situation-section .top-heading {
          padding-left: 30px; }
        .com-cs-detail-wrapper .com-cs-detail-content .the-situation-section .content-block {
          padding-left: 30px; }
          .com-cs-detail-wrapper .com-cs-detail-content .the-situation-section .content-block ul li {
            font-size: 15.5px; }
      .com-cs-detail-wrapper .com-cs-detail-content .the-solution-section {
        padding-top: 30px;
        padding-bottom: 16px;
        position: relative;
        min-height: 2px;
        /*
		&:before {
			content: '';
			width: 100%;
			height: 100%;
			display: block;
			top:0;
			left: 0;
			right: 0;
			position: absolute;		
			background-color:  rgba(0,0,0,0.7);	
		} */ }
        .com-cs-detail-wrapper .com-cs-detail-content .the-solution-section .top-heading {
          float: left !important; }
        .com-cs-detail-wrapper .com-cs-detail-content .the-solution-section .content-block {
          float: left !important;
          padding-right: 30px; }
          .com-cs-detail-wrapper .com-cs-detail-content .the-solution-section .content-block ul li {
            font-size: 15.5px; }
        .com-cs-detail-wrapper .com-cs-detail-content .the-solution-section .button-block {
          padding-bottom: 10px; }
          .com-cs-detail-wrapper .com-cs-detail-content .the-solution-section .button-block a {
            float: left; }
      .com-cs-detail-wrapper .com-cs-detail-content .the-result-section {
        padding-top: 40px;
        padding-bottom: 40px; }
        .com-cs-detail-wrapper .com-cs-detail-content .the-result-section .top-heading {
          padding-top: 20px;
          padding-left: 15px; }
        .com-cs-detail-wrapper .com-cs-detail-content .the-result-section .content-block {
          padding-left: 15px; }
        .com-cs-detail-wrapper .com-cs-detail-content .the-result-section .image-block img {
          float: left;
          max-width: 100%; }
      .com-cs-detail-wrapper .com-cs-detail-content .other-cs-section .container {
        padding-bottom: 60px; }
        .com-cs-detail-wrapper .com-cs-detail-content .other-cs-section .container .top-heading h2 {
          padding-top: 65px;
          margin-bottom: 40px; }

  .product-wrapper {
  /*
* Smart Office Tab Section
*/
    /*
    * Smart Office Page Heading 
    */
    /*
    * Licensing  section
    */
    /*
    * Technical Info Section
    */ }
    .product-wrapper .feature-tab-section .container ul li a {
      padding: 25px 27px 19px; }
      .product-wrapper .feature-tab-section .container ul li a img {
        height: 30px; }
    .product-wrapper .feature-tab-section .float-icon {
      top: 180px; }
    .product-wrapper .licensing-section .top-heading h2 {
      text-align: center; }
    .product-wrapper .licensing-section .product-license-box .over-wrapper .content-block {
      height: 100px; }
    .product-wrapper .technical-info-section.mu-pdf .bottom-row > div > ul > li {
      min-height: 194px;
      border-left: 1px solid #cdcfd0; }
      .product-wrapper .technical-info-section.mu-pdf .bottom-row > div > ul > li:first-child {
        width: 33.333%;
        border-left: none; }
      .product-wrapper .technical-info-section.mu-pdf .bottom-row > div > ul > li:nth-child(2) {
        width: calc(100% - 68%);
        padding-left: 65px;
        padding-right: 30px; }
      .product-wrapper .technical-info-section.mu-pdf .bottom-row > div > ul > li:last-child {
        width: 33.333%;
        padding-left: 30px; }
    .product-wrapper .technical-info-section.gs .bottom-row > div > ul > li {
      min-height: 184px;
      border-left: 1px solid #cdcfd0; }
      .product-wrapper .technical-info-section.gs .bottom-row > div > ul > li:first-child {
        border-left: none;
        width: 24%;
        padding-right: 20px; }
      .product-wrapper .technical-info-section.gs .bottom-row > div > ul > li:nth-child(2) {
        padding-left: 20px;
        padding-right: 20px;
        width: 24%; }
      .product-wrapper .technical-info-section.gs .bottom-row > div > ul > li:nth-child(3) {
        padding-left: 20px;
        padding-right: 20px;
        width: 24%; }
      .product-wrapper .technical-info-section.gs .bottom-row > div > ul > li:last-child {
        padding-left: 20px;
        width: 24%; }

  .p-gso-wrapper .main-inner-page-banner {
    padding-top: 54px;
    padding-bottom: 95px;
    background-image: url(../images/products/background.jpg);
    height: auto;
    /*
    .animation-block {
        //padding-top: 45px; 
        //padding-bottom: 40px; Animation Code
        padding-top: 0;
        padding-bottom: 0;
        // width: 530px; Animation Code
        max-width: 100%;
       //float: none !important;  Animation Code
        margin: auto;
        float: left !important;
        .middle-block {
            left: 152px;
        }
        &.ipad {
            display: block !important;
        }
        &.web {
            display: none !important;
        }
        .middle-block-ipad {
            width: 200px;
            height: 205px;
            float: left;
            margin: 19px 175px;
            position: relative;
            background-color: $white;
            @include border-radius(80px);
            @include custom-box-shadow(0 0 10px 0px, rgba(0, 0, 0, 0.2));
            opacity: 1;
            @include transitionElement(0.5s, ease, all);
            overflow: hidden;
            img {
                bottom: 49px;
                left: 0;
                right: 0;
                margin-left: auto;
                margin-right: auto;
                width: 195px;
                height: auto;
            }
        }
    } */ }
    .p-gso-wrapper .main-inner-page-banner .container {
      padding: 0 15px 0; }
    .p-gso-wrapper .main-inner-page-banner .content-seccion {
      padding-top: 35px;
      padding-bottom: 0;
      /* padding-top: 68px; Animation Code*/
      padding-top: 15px;
      padding-bottom: 20px;
      /* text-align: center;  Animation Code*/
      text-align: left;
      /*  width: 100%; Animation Code*/ }
      .p-gso-wrapper .main-inner-page-banner .content-seccion p br {
        display: none; }
      .p-gso-wrapper .main-inner-page-banner .content-seccion a.button {
        /***Animation Remove Additional Code ***/
        width: 100%;
        float: left;
        /***Animation Remove Additional Code ***/
        margin: 0 auto; }
  .p-gso-wrapper .home-cs .clients-image-carousel.slider-off .yerslider-slider {
    padding-left: 10px;
    padding-right: 10px; }
    .p-gso-wrapper .home-cs .clients-image-carousel.slider-off .yerslider-slider .yerslider-slide {
      height: 54px;
      margin: 0 23px; }

  /* ------------------------------------------------------------ *\ 
          GhostScript Technical Info Page content section
  \* ------------------------------------------------------------ */
  .gs-ti-wrapper {
    /*
      - main banner section
    */ }
    .gs-ti-wrapper .main-inner-page-banner {
      background-image: url(../images/products/ghost-script/bg-tech-info.png); }
      .gs-ti-wrapper .main-inner-page-banner .container h2 {
        color: #000;
        font-weight: 100; }
    .gs-ti-wrapper .internal-content-wrapper {
      padding-top: 40px;
      /*
        -  left-section
      */
      /*
        -  right-section
      */ }
      .gs-ti-wrapper .internal-content-wrapper .left-section {
        width: 300px;
        float: left;
        padding-right: 0; }
        .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder .top-wrapper .nav-logo {
          padding: 0 15px 25px 15px; }
          .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder .top-wrapper .nav-logo img {
            max-width: 100%; }
        .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder .top-wrapper .nav-heading h4 {
          font-size: 20px;
          line-height: 30px;
          margin: 0; }
        .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children {
          background: url("../images/arrow-down.png") no-repeat 13px 19px !important; }
          .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children a {
            font-size: 13px; }
          .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children > a {
            color: #0075cf; }
          .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children > ul {
            display: block; }
          .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active, .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover {
            background: url("../images/arrow-down.png") no-repeat 13px 19px !important; }
            .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active > a, .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover > a {
              color: #0075cf; }
            .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active > ul, .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover > ul {
              display: block; }
      .gs-ti-wrapper .internal-content-wrapper .main-content-area {
        width: calc(100% - 370px);
        margin-top: 0;
        float: right;
        padding-left: 0;
        position: relative; }
        .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section h2 {
          margin: 20px 0 0;
          font-size: 35px;
          font-family: "acumin-pro";
          font-weight: 300;
          color: #000;
          text-transform: uppercase; }
        .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section h3 {
          font-size: 25px;
          font-family: "acumin-pro";
          font-weight: 300;
          color: #009817;
          margin: 30px 0 15px 0;
          position: relative; }
        .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block p {
          font-size: 15.4px;
          font-family: "acumin-pro";
          font-weight: 500;
          color: #697287;
          margin-bottom: 15px; }
        .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul li {
          margin-bottom: 15px;
          font-size: 15.4px;
          font-family: "acumin-pro";
          font-weight: 500;
          color: #697287; }
          .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul li a {
            font-size: 15.4px;
            font-family: "acumin-pro";
            font-weight: 500;
            color: #0075cf; }
            .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul li a:hover {
              color: #00b2e2; }
          .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul li:last-child {
            margin-bottom: 15px; }

  .p-mpo-wrapper .section-a .content-block {
    padding-right: 15px;
    padding-left: 15px; }
  .p-mpo-wrapper .section-b .content-block {
    padding-right: 15px; }
  .p-mpo-wrapper .section-c {
    background-position: left 72%;
    background-size: auto 50%; }
    .p-mpo-wrapper .section-c .top-heading {
      padding-left: 15px;
      padding-right: 15px; }
    .p-mpo-wrapper .section-c .content-block {
      padding-left: 15px;
      padding-right: 15px; }
  .p-mpo-wrapper .section-d .top-heading {
    padding-right: 15px; }
  .p-mpo-wrapper .section-d .content-block {
    padding-right: 15px; }
  .p-mpo-wrapper .section-e .top-heading {
    padding-left: 15px; }
  .p-mpo-wrapper .section-e .content-block {
    padding-left: 15px; }
  .p-mpo-wrapper .section-e .image-block {
    text-align: left; }
  .p-mpo-wrapper .section-f {
    background-position: right  bottom;
    background-size: auto 70%;
    padding-bottom: 70px; }
    .p-mpo-wrapper .section-f .content-block {
      padding-right: 15px; }

  /* ------------------------------------------------------------ *\ 
          MuPDF Technical Info Page content section
  \* ------------------------------------------------------------ */
  .mp-ti-wrapper {
    /*
      - main banner section
    */ }
    .mp-ti-wrapper .main-inner-page-banner {
      background-image: url(../images/products/mu-pdf/bg-ti-banner.png); }
      .mp-ti-wrapper .main-inner-page-banner .container h2 {
        color: #000;
        font-weight: 100; }
    .mp-ti-wrapper .internal-content-wrapper {
      padding-top: 40px;
      /*
        -  left-section
      */
      /*
        -  right-section
      */ }
      .mp-ti-wrapper .internal-content-wrapper .left-section {
        width: 300px;
        float: left;
        padding-right: 0; }
        .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder .top-wrapper .nav-logo {
          padding: 0 25px 25px 15px; }
          .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder .top-wrapper .nav-logo img {
            max-width: 100%; }
        .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder .top-wrapper .nav-heading h4 {
          font-size: 20px;
          line-height: 30px;
          margin: 0; }
        .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children {
          background: url("../images/arrow-down.png") no-repeat 13px 19px !important; }
          .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children a {
            font-size: 13px; }
          .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children > a {
            color: #0075cf; }
          .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children > ul {
            display: block; }
          .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active, .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover {
            background: url("../images/arrow-down.png") no-repeat 13px 19px !important; }
            .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active > a, .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover > a {
              color: #0075cf; }
            .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active > ul, .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover > ul {
              display: block; }
      .mp-ti-wrapper .internal-content-wrapper .main-content-area {
        width: calc(100% - 370px);
        margin-top: 0;
        float: right;
        padding-left: 0;
        position: relative; }
        .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section h2 {
          margin: 20px 0 0;
          font-size: 35px;
          font-family: "acumin-pro";
          font-weight: 300;
          color: #3770a2;
          text-transform: uppercase; }
        .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section h3 {
          font-size: 25px;
          font-family: "acumin-pro";
          font-weight: 100;
          color: #8db4d4;
          margin: 30px 0 15px 0;
          position: relative; }
        .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block {
          width: 100%;
          float: left;
          display: block; }
          .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block p {
            font-size: 15.4px;
            font-family: "acumin-pro";
            font-weight: 500;
            color: #697287;
            margin-bottom: 15px; }
          .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul li {
            background: none;
            margin-bottom: 15px;
            padding-left: 40px;
            font-size: 15.4px;
            font-family: "acumin-pro";
            font-weight: 500;
            color: #697287; }
            .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul li a {
              font-size: 15.4px;
              font-family: "acumin-pro";
              font-weight: 500;
              color: #0075cf; }
              .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul li a:hover {
                color: #00b2e2; }
            .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul li:last-child {
              margin-bottom: 15px; }
          .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block > ul {
            width: 100%;
            float: left;
            display: block; }
            .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block > ul > li {
              width: 200px;
              float: left;
              padding-left: 0; }
              .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block > ul > li ul li {
                position: relative; }
                .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block > ul > li ul li:after {
                  content: '';
                  width: 4px;
                  height: 4px;
                  display: block;
                  left: 0;
                  top: 0;
                  bottom: 0;
                  margin: auto;
                  position: absolute;
                  background: #0075cf; }
                .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block > ul > li ul li:first-child {
                  padding-left: 0; }
                  .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block > ul > li ul li:first-child h4 {
                    margin: 0;
                    pointer-events: none;
                    font-size: 14px;
                    font-family: "DINPro-Regular";
                    color: #000;
                    text-decoration: none;
                    text-decoration: underline;
                    text-transform: uppercase; }
                  .mp-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block > ul > li ul li:first-child:after {
                    display: none; }

  .p-sof-ps-wrapper .section-a .tab-nav ul li a {
    background: #fff; }
    .p-sof-ps-wrapper .section-a .tab-nav ul li a:hover {
      border: 1px solid #d8dadd;
      font-size: 14px;
      font-family: "DINRegular";
      color: #697287;
      background: #fff; }
      .p-sof-ps-wrapper .section-a .tab-nav ul li a:hover img.normal {
        display: block; }
      .p-sof-ps-wrapper .section-a .tab-nav ul li a:hover img.hover {
        display: none; }
    .p-sof-ps-wrapper .section-a .tab-nav ul li a.active {
      color: #fff;
      background: #77c11f;
      border: 1px solid #77c11f; }
      .p-sof-ps-wrapper .section-a .tab-nav ul li a.active img.normal {
        display: none; }
      .p-sof-ps-wrapper .section-a .tab-nav ul li a.active img.hover {
        display: block; }

  .product-wrapper .banner-heading-section .left-content-section a.store-icons {
    display: none; }

  .p-so-o-wrapper .overview-tab-content .tab-content > li .container {
    min-height: 395px; }
    .p-so-o-wrapper .overview-tab-content .tab-content > li .container .pull-right {
      bottom: 0;
      right: 0;
      position: absolute;
      padding-right: 0; }
  .p-so-o-wrapper .overview-tab-content .tab-content > li:first-child .container {
    padding-top: 45px; }
  .p-so-o-wrapper .overview-tab-content .tab-content > li:nth-child(2) .container {
    padding-top: 40px; }
    .p-so-o-wrapper .overview-tab-content .tab-content > li:nth-child(2) .container .pull-left {
      padding-right: 15px; }
  .p-so-o-wrapper .overview-tab-content .tab-content > li:nth-child(3) .container {
    padding-top: 50px; }
  .p-so-o-wrapper .overview-tab-content .tab-content > li:nth-child(4) .container {
    padding-top: 50px; }
  .p-so-o-wrapper .overview-tab-content .tab-content > li:nth-child(5) .container {
    padding-top: 50px; }
  .p-so-o-wrapper .overview-tab-content .tab-content > li:nth-child(6) .container {
    padding-top: 50px; }

  .p-sof-view-wrapper .banner-heading-section {
    background-size: 50% auto; }
    .p-sof-view-wrapper .banner-heading-section .left-image-section .heading-block h2 {
      padding: 30px 0 35px 36px;
      font-size: 41px; }

  .support-wrapper .artifex-support-tab.tab-section ul.tab-nav-ul > li > a {
    padding: 25px 17px; }
  .support-wrapper .artifex-support-content {
   /*
*  - Section 2 ,"Enterprise Customers"
*/ }
    .support-wrapper .artifex-support-content section.section-b h3, .support-wrapper .artifex-support-content section.section-b p {
      color: #fff; }
    .support-wrapper .artifex-support-content .section-b {
      position: relative; }
      .support-wrapper .artifex-support-content .section-b:before {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        background: rgba(0, 0, 0, 0.23); }

  /* ------------------------------------------------------------ *\ 
      Solution Landing Page content section
  \* ------------------------------------------------------------ */
  .s-landing-wrapper {
    /*
      - Content section
    */ }
    .s-landing-wrapper .solution-landing-content .container .solution-lists .list-item .item-wrapper {
      min-height: 250px; }

  .licensing-wrapper .artifex-licensing-tab.tab-section ul.tab-nav-ul > li > a {
    padding: 25px 10px;
    font-size: 14.4px; }
  .licensing-wrapper .artifex-licensing-content section .container {
    padding-left: 15px; } }
/** Ipad Portrait View **/
@media (min-width: 768px) and (max-width: 991px) {
  /*
    - .right-section > .block , Right block section
  */
  .right-section .block {
    margin-bottom: 25px; }
    .right-section .block.tags .block-title {
      margin-bottom: 23px; }
    .right-section .block.tags ul li a {
      margin-right: 5px;
      margin-bottom: 10px; }

  footer .footer-content .greenbtn {
    margin-top: 5px;
    margin-bottom: 20px; }

  header {
    height: 90px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000;
    -webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -transition: 1s ease all;
    /** Header Logo **/ }
    header .navbar {
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0; }
    header.active-box-shadow {
      -webkit-box-shadow: 0px 0px 8px 1.5px rgba(117, 117, 117, 0.2);
      -moz-box-shadow: 0px 0px 8px 1.5px rgba(117, 117, 117, 0.2);
      box-shadow: 0px 0px 8px 1.5px rgba(117, 117, 117, 0.2); }
    header a.navbar-brand > img {
      max-width: 175px; }
    header .artifex-navigation .main-nav-bar ul.navbar-nav {
      margin-right: 0;
      margin-top: 0;
      width: 240px;
      position: fixed;
      right: -250px;
      bottom: 0;
      top: 0;
      height: 100%;
      background: #fff;
      overflow-y: auto;
      -webkit-transition: 1s ease all;
      -moz-transition: 1s ease all;
      -transition: 1s ease all; }
      header .artifex-navigation .main-nav-bar ul.navbar-nav > li {
        width: 100%;
        float: left;
        display: block;
        /** First Child Style **/ }
        header .artifex-navigation .main-nav-bar ul.navbar-nav > li > a {
          padding: 20px 19px 19px;
          position: relative;
          overflow: visible;
          font-size: 14.4px;
          border-bottom: 1px solid #e0e0e0; }
          header .artifex-navigation .main-nav-bar ul.navbar-nav > li > a:after {
            content: '+';
            width: 20px;
            height: 20px;
            line-height: 17px;
            bottom: 0;
            top: 0;
            left: auto;
            right: 20px;
            margin: auto;
            text-align: center;
            font-size: 20px;
            color: #fff;
            position: absolute;
            background: #ff4337;
            display: none; }
          header .artifex-navigation .main-nav-bar ul.navbar-nav > li > a.active {
            color: #ff4337; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li > a.active:after {
              content: '-'; }
        header .artifex-navigation .main-nav-bar ul.navbar-nav > li.has-sub > a:after {
          display: block; }
        header .artifex-navigation .main-nav-bar ul.navbar-nav > li > ul {
          top: 0;
          width: 100%;
          display: none;
          position: relative;
          left: 0;
          background: #fff;
          list-style: none;
          margin: 0;
          padding: 0; }
          header .artifex-navigation .main-nav-bar ul.navbar-nav > li > ul > li {
            width: 100%;
            float: left;
            padding: 10px 20px;
            background-color: #f6f7f9; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li > ul > li a {
              padding: 0; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li > ul > li:nth-child(2n+1) {
              clear: none; }
        header .artifex-navigation .main-nav-bar ul.navbar-nav > li:hover > a {
          color: #ff4337; }
          header .artifex-navigation .main-nav-bar ul.navbar-nav > li:hover > a:after {
            bottom: 0; }
        header .artifex-navigation .main-nav-bar ul.navbar-nav > li:hover > ul {
          display: none; }
        header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul {
          width: 100%;
          height: auto;
          padding: 0;
          list-style: none;
          margin: 0;
          display: none; }
          header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li {
            width: 100%;
            float: left;
            padding: 0;
            min-height: 1px; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li > a {
              height: auto;
              padding: 15px 20px 15px 70px;
              margin: 0;
              display: block;
              text-indent: 0;
              overflow: visible;
              position: relative;
              background-position: 10px center;
              background-size: auto 75%;
              background-repeat: no-repeat;
              background-color: #fff;
              border-top: 1px solid #e0e0e0;
              border-bottom: 1px solid #e0e0e0;
              border-right: none;
              border-left: none; }
              header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li > a:after {
                content: '+';
                width: 20px;
                height: 20px;
                line-height: 19px;
                bottom: 0;
                top: 0;
                left: auto;
                right: 20px;
                margin: auto;
                text-align: center;
                font-size: 20px;
                color: #fff;
                position: absolute;
                background: #e0e0e0;
                display: none; }
              header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li > a.active {
                color: #00b2e2; }
                header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li > a.active:after {
                  content: '-'; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li.has-sub > a:after {
              display: block; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li ul {
              margin: 0;
              padding: 0;
              position: relative;
              display: none; }
              header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li ul li {
                padding: 10px 0;
                margin-bottom: 0;
                float: left;
                width: 100%;
                background-color: #f6f7f9; }
                header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li ul li a {
                  padding: 10px 22px;
                  background: transparent; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:hover ul {
              display: none;
              bottom: 0; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:hover a {
              border-bottom: none;
              margin-bottom: 0; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:hover > a {
              border-bottom: 1px solid #e0e0e0; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:first-child > a {
              border-top: none;
              width: 100%;
              background-image: url(../images/menu/gs.png);
              background-position: 10px center; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:nth-child(2) > a {
              width: 100%;
              background-image: url(../images/menu/so.png);
              border-right: none;
              border-left: none; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:last-child > a {
              width: 100%;
              background-position: 10px center; }
            header .artifex-navigation .main-nav-bar ul.navbar-nav > li:first-child > ul > li:nth-child(2n+1) {
              clear: none; }
        header .artifex-navigation .main-nav-bar ul.navbar-nav > li:nth-child(6) {
          display: block; }
        header .artifex-navigation .main-nav-bar ul.navbar-nav > li:nth-child(7) {
          display: none; }
    header .artifex-navigation .main-nav-bar .navbar-header {
      float: left; }
    header .artifex-navigation .main-nav-bar .navbar-collapse.collapse {
      display: block !important;
      float: right; }
    header .artifex-navigation .main-nav-bar .navbar-right-2 {
      margin-top: 0;
      float: right;
      /** Developer Button **/ }
      header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section {
        position: relative;
        width: auto;
        float: left; }
        header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section a {
          display: block;
          padding: 45px 34px;
          background: transparent url(../images/search-btn.png) no-repeat;
          background-position: center;
          margin: 0 5px;
          position: relative; }
          header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section a:after {
            content: '';
            width: 24px;
            height: 14px;
            display: block;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            position: absolute;
            background: none; }
          header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section a.active:after {
            background: transparent url(../images/menu/search-arrow.png) no-repeat;
            background-position: center; }
        header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section .search-box {
          width: 264px;
          height: auto;
          top: 100%;
          right: 0;
          position: absolute;
          background-color: #f6f7f9; }
          header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section .search-box form .input-field input {
            width: 100%;
            padding-left: 52px;
            height: 47px;
            float: right;
            border: none !important;
            outline: 0 !important;
            background: transparent url(../images/search-btn.png) no-repeat;
            background-position: 20px center;
            margin: 0;
            color: #596174;
            font-size: 16px;
            font-family: "acumin-pro";
            font-weight: 500;
            text-transform: none; }
            header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section .search-box form .input-field input::-webkit-input-placeholder {
              /* Chrome/Opera/Safari */
              color: #596174;
              font-size: 16px;
              font-family: "acumin-pro";
              font-weight: 500; }
            header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section .search-box form .input-field input::-moz-placeholder {
              /* Firefox 19+ */
              color: #596174;
              font-size: 16px;
              font-family: "acumin-pro";
              font-weight: 500; }
            header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section .search-box form .input-field input:-ms-input-placeholder {
              /* IE 10+ */
              color: #596174;
              font-size: 16px;
              font-family: "acumin-pro";
              font-weight: 500; }
            header .artifex-navigation .main-nav-bar .navbar-right-2 .search-section .search-box form .input-field input:-moz-placeholder {
              /* Firefox 18- */
              color: #596174;
              font-size: 16px;
              font-family: "acumin-pro";
              font-weight: 500; }
      header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links {
        list-style: none;
        padding: 19px 0;
        margin: 0;
        float: left; }
        header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links li {
          width: auto;
          float: left;
          /** Developers Button **/
          /** Contact Us Button **/ }
          header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links li a {
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            border: none;
            margin: 10px 5px;
            padding: 10px 5px 8px;
            text-align: center;
            width: 115px; }
          header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links li:first-child a {
            background-color: #00b2e2; }
            header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links li:first-child a:hover {
              background-color: #0075cf; }
          header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links li:last-child a {
            background-color: #009818; }
            header .artifex-navigation .main-nav-bar .navbar-right-2 ul.button-links li:last-child a:hover {
              background-color: #12a92a !important; }
      header .artifex-navigation .main-nav-bar .navbar-right-2 span.humberg-icon {
        padding: 26px 0 10px 16px;
        float: right;
        font-size: 26px; }
        header .artifex-navigation .main-nav-bar .navbar-right-2 span.humberg-icon .fa-close {
          display: none; }
        header .artifex-navigation .main-nav-bar .navbar-right-2 span.humberg-icon.active {
          padding: 30px 0 10px 16px; }
          header .artifex-navigation .main-nav-bar .navbar-right-2 span.humberg-icon.active .fa-close {
            display: block; }
          header .artifex-navigation .main-nav-bar .navbar-right-2 span.humberg-icon.active .fa-bars {
            display: none; }

  .wrapper {
    -webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -transition: 1s ease all;
    position: relative;
    right: 0; }

  .main-nav-active {
    /* .wrapper {
        right: 240px;
    } */ }
    .main-nav-active header {
      /* right: 240px;
      left: -240px; */ }
      .main-nav-active header .artifex-navigation .main-nav-bar ul.navbar-nav {
        border-left: 1px solid #e0e0e0;
        right: 0;
        z-index: 112; }
      .main-nav-active header .nav-overlayer {
        z-index: 111; }

  footer .footer-content .greenbtn {
    margin-top: 5px;
    margin-bottom: 20px; }

  footer .footer-content .footer-copyright img {
    max-width: 132px;
    width: 132px;
    float: left; }

  footer .footer-content .footer-copyright p {
    font-size: 12px !important;
    margin-top: 9px;
    width: 135px;
    float: left; }

  footer .footer-content .footer-copyright .social-media-row {
    display: table;
    padding: 20px 0; }

  .client-logo-section .clients-image-carousel .yerslider-slider .yerslider-slide {
    background-color: transparent; }
    .client-logo-section .clients-image-carousel .yerslider-slider .yerslider-slide .yerslider-slide-inner img {
      width: auto; }

  section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .image-block {
    border-bottom: none; }
    section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .image-block.pull-right {
      float: left !important;
      width: 100%; }
      section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .image-block.pull-right img {
        float: none;
        margin: auto;
        max-width: 300px; }
    section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .image-block.pull-left {
      float: left !important; }
      section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .image-block.pull-left img {
        float: left;
        margin-left: 20px; }
  section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion {
    padding-top: 30px; }
    section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion .top-row {
      height: auto;
      overflow: visible;
      margin-bottom: 30px; }
      section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion .top-row .client-logo {
        height: 100px;
        width: 215px;
        border-right: 1px solid #00b2e2; }
    section .slider-wrapper .case-studies-carousel .yerslider-slider .yerslider-slide .content-seccion .middle-row {
      height: auto;
      overflow: visible;
      margin-bottom: 30px; }

  /* ------------------------------------------------------------ *\ 
  	Home Page content section
  \* ------------------------------------------------------------ */
  .home-wrapper {
    /*
      - Main banner slider
    */
    /*
      - Client logos section
    */
    /*
      - Product section
    */
    /*
      - Tools and Aplication section
    */
    /*
      - Product licensing section
    */ }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide .container {
      min-height: 470px; }
      .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide .container > .row {
        height: 400px; }
      .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide .container .content-seccion {
        padding-top: 5px; }
        .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide .container .content-seccion p {
          margin-bottom: 30px;
          font-size: 30px; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:first-child .container .image-block {
      padding-right: 15px; }
      .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:first-child .container .image-block img {
        width: auto; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(2) .container .image-block {
      padding-right: 15px; }
      .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(2) .container .image-block img {
        width: auto; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(3) .container .image-block img {
      margin-top: 20px; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container img {
      width: auto; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .image-block img {
      margin-top: 80px; }
    .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion {
      padding-top: 55px; }
      .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion .top-section {
        width: 100%;
        float: left;
        margin-bottom: 5px; }
        .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion .top-section p {
          font-size: 30px; }
        .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion .top-section .left-content {
          width: 70%;
          float: left;
          margin-bottom: 0; }
          .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion .top-section .left-content p {
            margin-bottom: 0; }
        .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion .top-section .right-content {
          width: auto;
          float: left;
          max-width: 29%;
          margin-top: -71px; }
          .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion .top-section .right-content img {
            max-width: 100%; }
      .home-wrapper .main-slider .main-banner-carousel .yerslider-slider .yerslider-slide:nth-child(4) .container .content-seccion p.sub-p {
        font-size: 28px;
        max-width: 520px;
        margin-bottom: 30px;
        color: #2a3754; }
    .home-wrapper .home-cs .clients-image-carousel.slider-off .yerslider-slider {
      padding-left: 10px;
      padding-right: 10px; }
      .home-wrapper .home-cs .clients-image-carousel.slider-off .yerslider-slider .yerslider-slide {
        height: 54px;
        margin: 0 23px; }
    .home-wrapper .home-ps .product-box .over-wrapper .content-block {
      height: 220px; }
    .home-wrapper .home-ps .product-box:nth-child(2) .over-wrapper {
      padding: 0; }
    .home-wrapper .home-ps .product-box:nth-child(3) .over-wrapper {
      padding: 0; }
    .home-wrapper .home-ps .product-box:last-child .over-wrapper {
      padding: 0; }
    .home-wrapper .home-as .tool {
      border-left: 1px solid #3b454d;
      height: 208px;
      margin-bottom: 20px; }
      .home-wrapper .home-as .tool.tool-1 {
        border-left: none; }
      .home-wrapper .home-as .tool.tool-4 {
        border-left: none; }
    .home-wrapper .home-pls .product-license-box .over-wrapper {
      padding: 37px 20px 24px; }
      .home-wrapper .home-pls .product-license-box .over-wrapper .content-block {
        height: 150px; }
      .home-wrapper .home-pls .product-license-box .over-wrapper .action-block {
        height: 40px; }
    .home-wrapper .home-pls .product-license-box:last-child .over-wrapper {
      padding: 37px 20px 24px; }

  /*
    - Company page common styles
  */
  .company-wrapper .tab-section ul.tab-nav-ul > li > a {
    padding: 25px 12px;
    font-size: 14px; }

  .com-resources-wrapper .tab-nav-section ul.get-height {
    width: 702px !important; }

  /* ------------------------------------------------------------ *\ 
      Leadership Team Page content section
  \* ------------------------------------------------------------ */
  .com-lt-wrapper {
    /*
      - Tab Content
    */ }
    .com-lt-wrapper .com-lt-content .ls-block .over-wrapper {
      min-height: 460px;
      padding: 50px 40px 43px; }
    .com-lt-wrapper .com-lt-content .ls-block:first-child .over-wrapper {
      padding: 50px 40px 43px; }

  /* ------------------------------------------------------------ *\ 
      Resources Pages content section
  \* ------------------------------------------------------------ */
  .com-resources-wrapper .com-resources-content {
    /*
      - all resources  
    */
    /*
      - video resources
    */ }
    .com-resources-wrapper .com-resources-content .no-videos.result-list-section {
      padding-top: 30px;
      padding-bottom: 0; }
      .com-resources-wrapper .com-resources-content .no-videos.result-list-section .resources-result-block:nth-child(4n + 1) {
        clear: none; }
      .com-resources-wrapper .com-resources-content .no-videos.result-list-section .resources-result-block:nth-child(3n+1) {
        clear: left; }

  /* ------------------------------------------------------------ *\ 
      Press Detail Page content section
  \* ------------------------------------------------------------ */
  .com-press-d-wrapper .com-press-d-content {
    padding-top: 50px;
    padding-bottom: 55px;
    /*
      - Right section
    */ }
    .com-press-d-wrapper .com-press-d-content .right-section {
      padding-top: 83px;
      padding-bottom: 30px; }

  /* ------------------------------------------------------------ *\ 
     Careers  Page content section
  \* ------------------------------------------------------------ */
  .com-career-wrapper {
    /*
      - Tab Content
    */ }
    .com-career-wrapper .com-career-content {
      /*
      - top section
      */
      /*
      - right ection
      */
      /*
       - left ection
      */ }
      .com-career-wrapper .com-career-content .top-section {
        padding-top: 50px;
        padding-bottom: 50px; }
      .com-career-wrapper .com-career-content .bottom-right-section {
        padding-bottom: 40px; }
      .com-career-wrapper .com-career-content .bottom-left-section {
        padding-bottom: 40px; }

  /* ------------------------------------------------------------ *\ 
      Case Studies Detail Page content section
  \* ------------------------------------------------------------ */
  .com-cs-detail-wrapper {
    /*
      - Tab Content
    */ }
    .com-cs-detail-wrapper .com-cs-detail-content {
    /*
	  - Client Detail Section
	*/
    /*
	  - The Situation Section
	*/
    /*
	  - The Solution Section
	*/
    /*
	  - Client Detail Section
	*/
    /*
	  - Client Detail Section
	*/ }
      .com-cs-detail-wrapper .com-cs-detail-content .client-detail-section .left-images-block {
        text-align: right; }
        .com-cs-detail-wrapper .com-cs-detail-content .client-detail-section .left-images-block .top-logo {
          padding-top: 50px; }
        .com-cs-detail-wrapper .com-cs-detail-content .client-detail-section .left-images-block .bottom-logo {
          margin-top: 30px; }
      .com-cs-detail-wrapper .com-cs-detail-content .client-detail-section .content-block {
        padding-top: 50px;
        padding-left: 15px;
        padding-right: 15px; }
        .com-cs-detail-wrapper .com-cs-detail-content .client-detail-section .content-block ul li {
          font-size: 14.5px; }
      .com-cs-detail-wrapper .com-cs-detail-content .the-situation-section {
        padding-top: 35px;
        padding-bottom: 30px;
        position: relative;
        min-height: 2px;
        /*
		&:before {
			content: '';
			width: 100%;
			height: 100%;
			display: block;
			top:0;
			left: 0;
			right: 0;
			position: absolute;		
			background-color: rgba(0,0,0,0.4);	
		}	*/ }
        .com-cs-detail-wrapper .com-cs-detail-content .the-situation-section .top-heading {
          padding-left: 20px; }
          .com-cs-detail-wrapper .com-cs-detail-content .the-situation-section .top-heading h2 {
            font-size: 22px; }
        .com-cs-detail-wrapper .com-cs-detail-content .the-situation-section .content-block {
          padding-left: 20px; }
          .com-cs-detail-wrapper .com-cs-detail-content .the-situation-section .content-block ul li {
            font-size: 14.5px; }
      .com-cs-detail-wrapper .com-cs-detail-content .the-solution-section {
        padding-top: 30px;
        padding-bottom: 16px;
        position: relative;
        min-height: 2px;
        /*
		&:before {
			content: '';
			width: 100%;
			height: 100%;
			display: block;
			top:0;
			left: 0;
			right: 0;
			position: absolute;		
			background-color:  rgba(0,0,0,0.7);	
		} */ }
        .com-cs-detail-wrapper .com-cs-detail-content .the-solution-section .top-heading {
          float: left !important; }
          .com-cs-detail-wrapper .com-cs-detail-content .the-solution-section .top-heading h2 {
            font-size: 22px; }
        .com-cs-detail-wrapper .com-cs-detail-content .the-solution-section .content-block {
          float: left !important;
          padding-right: 20px; }
          .com-cs-detail-wrapper .com-cs-detail-content .the-solution-section .content-block ul li {
            font-size: 14.5px; }
        .com-cs-detail-wrapper .com-cs-detail-content .the-solution-section .button-block {
          padding-bottom: 10px; }
          .com-cs-detail-wrapper .com-cs-detail-content .the-solution-section .button-block a {
            float: left; }
      .com-cs-detail-wrapper .com-cs-detail-content .the-result-section {
        padding-top: 40px;
        padding-bottom: 40px;
        min-height: 2px; }
        .com-cs-detail-wrapper .com-cs-detail-content .the-result-section .top-heading {
          padding-top: 20px;
          padding-left: 15px; }
        .com-cs-detail-wrapper .com-cs-detail-content .the-result-section .content-block {
          padding-left: 15px; }
        .com-cs-detail-wrapper .com-cs-detail-content .the-result-section .image-block img {
          float: left;
          max-width: 100%; }
      .com-cs-detail-wrapper .com-cs-detail-content .other-cs-section .container {
        padding-bottom: 60px; }
        .com-cs-detail-wrapper .com-cs-detail-content .other-cs-section .container .top-heading h2 {
          padding-top: 65px;
          margin-bottom: 40px; }

  .product-wrapper {
    /*
    * Smart Office Tab Section
    */
    /*
    * Smart Office Page Heading 
    */
    /*
    * Content area
    */
    /*
    * Learn more section
    */
    /*
    * Licensing  section
    */
    /*
    * Licensing  section
    */ }
    .product-wrapper ul {
      padding: 0;
      margin: 0;
      list-style: none; }
    .product-wrapper .feature-tab-section .container ul li a {
      padding: 25px 16px 19px; }
      .product-wrapper .feature-tab-section .container ul li a img {
        height: 30px;
        margin-bottom: 20px; }
      .product-wrapper .feature-tab-section .container ul li a p {
        font-size: 14px;
        font-family: "DINRegular"; }
    .product-wrapper .feature-tab-section .float-icon {
      top: 180px; }
    .product-wrapper .content-section.gray {
      background-color: #eef1f3; }
    .product-wrapper .content-section .top-heading h2 {
      margin: 0 0 35px;
      color: #2a3754;
      text-align: left;
      font-size: 35.4px; }
    .product-wrapper .content-section .image-block img {
      max-width: 100%; }
    .product-wrapper .content-section .content-block .content-wrapper p {
      margin-bottom: 18px;
      font-size: 15.4px;
      font-family: "acumin-pro";
      font-weight: 500;
      color: #697287;
      text-align: left; }
      .product-wrapper .content-section .content-block .content-wrapper p a {
        font-size: 15.4px;
        font-family: "acumin-pro";
        font-weight: 500; }
      .product-wrapper .content-section .content-block .content-wrapper p strong {
        font-weight: 700; }
      .product-wrapper .content-section .content-block .content-wrapper p.no-bottom {
        margin-bottom: 5px; }
      .product-wrapper .content-section .content-block .content-wrapper p.list-heading {
        margin-bottom: 10px; }
    .product-wrapper .content-section .content-block .content-wrapper ul.with-bullets li {
      margin: 0 0 17px;
      padding: 0;
      font-size: 15.4px;
      font-family: "acumin-pro";
      font-weight: 500;
      color: #697287;
      position: relative;
      padding-left: 34px; }
      .product-wrapper .content-section .content-block .content-wrapper ul.with-bullets li strong {
        font-weight: 700; }
      .product-wrapper .content-section .content-block .content-wrapper ul.with-bullets li p {
        color: #697287;
        font-size: 15.4px;
        font-family: "acumin-pro";
        font-weight: 500; }
        .product-wrapper .content-section .content-block .content-wrapper ul.with-bullets li p strong {
          font-weight: 700; }
      .product-wrapper .content-section .content-block .content-wrapper ul.with-bullets li a {
        font-size: 15.4px;
        font-family: "acumin-pro";
        font-weight: 500; }
      .product-wrapper .content-section .content-block .content-wrapper ul.with-bullets li:before {
        float: left;
        content: '';
        width: 5px;
        height: 5px;
        display: inline-block;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #ff4337;
        position: absolute;
        top: 8px;
        left: 0; }
    .product-wrapper .content-section .button-block {
      text-align: center; }
      .product-wrapper .content-section .button-block a {
        padding: 11px 20px 9px;
        margin: 0 auto 0;
        color: #fff;
        font-size: 14px;
        font-family: "DINRegular";
        text-transform: uppercase; }
    .product-wrapper .content-section.center {
      text-align: center; }
      .product-wrapper .content-section.center .top-heading h2 {
        text-align: center; }
      .product-wrapper .content-section.center .content-block p {
        text-align: center; }
    .product-wrapper .learn-more-section .text-wrapper {
      text-align: center; }
      .product-wrapper .learn-more-section .text-wrapper h4 {
        padding: 0;
        margin: 0 0 5px;
        color: #fff;
        font-size: 20px;
        font-family: "DINBold";
        text-transform: uppercase; }
      .product-wrapper .learn-more-section .text-wrapper p {
        margin: 0 0 25px;
        font-size: 15.4px;
        font-family: "acumin-pro";
        font-weight: 300;
        text-align: center;
        color: #fff; }
      .product-wrapper .learn-more-section .text-wrapper a {
        padding: 11px 20px 9px;
        margin: 0 auto 0;
        color: #fff;
        font-size: 14px;
        font-family: "DINRegular";
        text-transform: uppercase;
        -webkit-box-shadow: 0 0.5px 1px 0px rgba(0, 0, 0, 0.7);
        -moz-box-shadow: 0 0.5px 1px 0px rgba(0, 0, 0, 0.7);
        box-shadow: 0 0.5px 1px 0px rgba(0, 0, 0, 0.7); }
    .product-wrapper .learn-more-section .half-block {
      padding-top: 48px;
      padding-bottom: 50px; }
      .product-wrapper .learn-more-section .half-block .text-wrapper {
        max-width: 344px;
        margin: auto; }
      .product-wrapper .learn-more-section .half-block.green-block {
        background: #77c11f; }
        .product-wrapper .learn-more-section .half-block.green-block .text-wrapper a {
          max-width: 147px; }
      .product-wrapper .learn-more-section .half-block.blue {
        background: #00b2e2; }
        .product-wrapper .learn-more-section .half-block.blue .text-wrapper a {
          max-width: 225px; }
    .product-wrapper .licensing-section .top-heading h2 {
      text-align: center; }
    .product-wrapper .licensing-section .product-license-box .over-wrapper {
      padding: 37px 20px 24px; }
      .product-wrapper .licensing-section .product-license-box .over-wrapper .content-block {
        height: 150px; }
      .product-wrapper .licensing-section .product-license-box .over-wrapper .action-block {
        height: 40px; }
    .product-wrapper .licensing-section .product-license-box:last-child .over-wrapper {
      padding: 37px 20px 24px; }
    .product-wrapper .technical-info-section.mu-pdf .bottom-row > div > ul > li {
      min-height: 2px;
      border-left: none;
      border-bottom: 1px solid #cdcfd0;
      padding-top: 10px;
      padding-bottom: 10px; }
      .product-wrapper .technical-info-section.mu-pdf .bottom-row > div > ul > li:first-child {
        width: 100%;
        border-left: none;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 10px; }
      .product-wrapper .technical-info-section.mu-pdf .bottom-row > div > ul > li:nth-child(2) {
        width: 100%;
        padding-left: 0;
        padding-right: 0; }
      .product-wrapper .technical-info-section.mu-pdf .bottom-row > div > ul > li:last-child {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        border-bottom: none; }
      .product-wrapper .technical-info-section.mu-pdf .bottom-row > div > ul > li ul li {
        width: auto;
        float: left;
        margin-bottom: 10px;
        margin-right: 15px; }
    .product-wrapper .technical-info-section.gs .bottom-row > div > ul > li {
      min-height: 2px;
      border-left: none;
      border-bottom: 1px solid #cdcfd0;
      padding-top: 10px;
      padding-bottom: 10px; }
      .product-wrapper .technical-info-section.gs .bottom-row > div > ul > li:first-child {
        width: 100%;
        border-left: none;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 10px; }
      .product-wrapper .technical-info-section.gs .bottom-row > div > ul > li:nth-child(2) {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 10px; }
      .product-wrapper .technical-info-section.gs .bottom-row > div > ul > li:nth-child(3) {
        width: 100%;
        padding-left: 0;
        padding-right: 0; }
      .product-wrapper .technical-info-section.gs .bottom-row > div > ul > li:last-child {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        border-bottom: none; }
      .product-wrapper .technical-info-section.gs .bottom-row > div > ul > li ul li {
        width: auto;
        float: left;
        margin-bottom: 10px;
        margin-right: 15px; }

  .p-gso-wrapper .section-a .top-row {
    text-align: center; }
    .p-gso-wrapper .section-a .top-row .top-heading h2 {
      text-align: center; }
    .p-gso-wrapper .section-a .top-row .content-block {
      padding-left: 15px;
      padding-right: 15px; }
  .p-gso-wrapper .section-a .middle-row .top-heading {
    padding-left: 0;
    margin-top: 20px; }
  .p-gso-wrapper .section-a .middle-row .image-block {
    padding-right: 20px;
    padding-bottom: 54px; }
  .p-gso-wrapper .section-a .middle-row .content-block {
    padding-left: 20px; }
  .p-gso-wrapper .section-a .bottom-row {
    padding-top: 60px; }
  .p-gso-wrapper section.content-section .image-block img {
    max-width: 100%; }
  .p-gso-wrapper .section-b {
    padding-top: 30px;
    padding-bottom: 30px; }
  .p-gso-wrapper .section-c {
    padding-top: 30px;
    padding-bottom: 30px; }
    .p-gso-wrapper .section-c .top-heading {
      padding-left: 15px;
      margin-top: 20px; }
    .p-gso-wrapper .section-c .content-block {
      padding-left: 15px; }
    .p-gso-wrapper .section-c .image-block {
      text-align: left; }
  .p-gso-wrapper .section-d {
    padding-top: 30px;
    padding-bottom: 40px; }
    .p-gso-wrapper .section-d .top-heading {
      margin-top: 20px; }
    .p-gso-wrapper .section-d .content-block {
      padding-right: 15px; }
    .p-gso-wrapper .section-d .image-block {
      padding-left: 5px;
      padding-right: 5px;
      margin-top: -105px; }
  .p-gso-wrapper .main-inner-page-banner {
    padding-top: 54px;
    padding-bottom: 95px;
    background-image: url(../images/products/background.jpg);
    height: auto;
    /*
    .animation-block {
        //padding-top: 45px; Animation Code
        padding-top: 0;
        padding-bottom: 40px;
        //width: 530px; Animation Code
        max-width: 100%;
        //float: none !important; Animation Code
        float: left !important;
        margin: auto;
        .middle-block {
            left: 152px;
        }
        &.ipad {
            display: block !important;
        }
        &.web {
            display: none !important;
        }
        .middle-block-ipad {
            width: 200px;
            height: 205px;
            float: left;
            margin: 19px 175px;
            position: relative;
            background-color: $white;
            @include border-radius(80px);
            @include custom-box-shadow(0 0 10px 0px, rgba(0, 0, 0, 0.2));
            opacity: 1;
            @include transitionElement(0.5s, ease, all);
            overflow: hidden;
            img {
                bottom: 49px;
                left: 0;
                right: 0;
                margin-left: auto;
                margin-right: auto;
                width: 195px;
                height: auto;
            }
        }
    } */ }
    .p-gso-wrapper .main-inner-page-banner .container {
      padding: 0 15px 0; }
    .p-gso-wrapper .main-inner-page-banner .content-seccion {
      /* padding-top: 55px; Animation Code*/
      padding-top: 25px;
      padding-right: 0;
      padding-bottom: 0;
      /* text-align: center;  Animation Code*/
      text-align: left; }
      .p-gso-wrapper .main-inner-page-banner .content-seccion a.button {
        /***Animation Remove Additional Code ***/
        width: 100%;
        float: left;
        /***Animation Remove Additional Code ***/
        margin: 0 auto; }
      .p-gso-wrapper .main-inner-page-banner .content-seccion p {
        margin: 0 auto 25px;
        max-width: 409px;
        font-size: 20px;
        /* text-align: center !important; Animation Code*/
        text-align: left; }
        .p-gso-wrapper .main-inner-page-banner .content-seccion p br {
          display: none; }

  /* ------------------------------------------------------------ *\ 
          GhostScript Technical Info Page content section
  \* ------------------------------------------------------------ */
  .gs-ti-wrapper .internal-content-wrapper {
    padding-top: 40px;
    /*
      -  left-section
    */
    /*
      -  right-section
    */ }
    .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder .top-wrapper .nav-logo {
      padding: 0 10px 25px 10px; }
      .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder .top-wrapper .nav-logo img {
        max-width: 100%; }
    .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children {
      background: url("../images/arrow-down.png") no-repeat 13px 19px !important; }
      .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children a {
        font-size: 13px; }
      .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children > a {
        color: #0075cf; }
      .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children > ul {
        display: block; }
        .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children > ul li a {
          color: #697287; }
          .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children > ul li a:hover {
            color: #697287; }
      .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active, .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover {
        background: url("../images/arrow-down.png") no-repeat 13px 19px !important; }
        .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active > a, .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover > a {
          color: #0075cf; }
        .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active > ul, .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover > ul {
          display: block; }
          .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active > ul li a, .gs-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover > ul li a {
            color: #697287; }
    .gs-ti-wrapper .internal-content-wrapper .main-content-area {
      width: calc(100% - 330px);
      padding-left: 0; }
      .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul.with-image {
        width: 168px;
        margin: 30px auto 0; }
        .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul.with-image li {
          padding-right: 0;
          padding-bottom: 16px; }
          .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul.with-image li img {
            max-width: 100%;
            display: block;
            float: none; }
          .gs-ti-wrapper .internal-content-wrapper .main-content-area .tab-section .sub-section .content-block ul.with-image li p {
            text-align: center;
            margin-top: 0; }

  .p-gst-wrapper .section-a .top-heading {
    margin-top: 0;
    padding-right: 15px;
    text-align: center; }
    .p-gst-wrapper .section-a .top-heading h2 {
      margin: 0 0 15px;
      font-size: 25px;
      line-height: 35px;
      text-align: center; }
  .p-gst-wrapper .section-a .content-block {
    text-align: center;
    padding-right: 15px; }
    .p-gst-wrapper .section-a .content-block .content-wrapper p {
      text-align: center; }
  .p-gst-wrapper .section-a .image-block {
    text-align: center; }
    .p-gst-wrapper .section-a .image-block img {
      margin: 20px auto; }
  .p-gst-wrapper .section-b .content-block {
    padding-left: 15px; }
    .p-gst-wrapper .section-b .content-block ul {
      width: 100%;
      display: inline-block; }
      .p-gst-wrapper .section-b .content-block ul li {
        width: 100%;
        float: left; }
  .p-gst-wrapper .section-b .top-heading {
    padding-left: 15px; }
  .p-gst-wrapper .section-c .top-heading {
    text-align: center; }
    .p-gst-wrapper .section-c .top-heading h2 {
      text-align: center; }
  .p-gst-wrapper .section-c .content-block {
    text-align: center;
    padding-right: 15px; }
    .p-gst-wrapper .section-c .content-block .content-wrapper p {
      text-align: center; }
  .p-gst-wrapper .section-c .image-block {
    text-align: center; }
    .p-gst-wrapper .section-c .image-block img {
      margin: 20px auto; }
  .p-gst-wrapper .section-d .left {
    padding-right: 15px; }
  .p-gst-wrapper .section-d .right {
    padding-left: 15px; }

  .p-mpo-wrapper .section-a {
    padding-top: 55px;
    padding-bottom: 40px; }
    .p-mpo-wrapper .section-a .content-block {
      padding-right: 15px;
      padding-left: 15px; }
  .p-mpo-wrapper .section-b {
    padding-top: 80px;
    padding-bottom: 30px; }
    .p-mpo-wrapper .section-b .content-block {
      padding-right: 15px; }
  .p-mpo-wrapper .section-c {
    background-position: left 60%;
    background-size: auto 44%; }
    .p-mpo-wrapper .section-c .top-heading {
      padding-left: 15px;
      padding-right: 15px; }
    .p-mpo-wrapper .section-c .content-block {
      padding-left: 300px;
      padding-right: 15px; }
  .p-mpo-wrapper .section-d {
    padding-top: 80px;
    padding-bottom: 65px;
    background: transparent url(../images/products/mu-pdf/overview/get-productivity.png) no-repeat;
    background-position: right center;
    background-size: auto 100%; }
    .p-mpo-wrapper .section-d .top-heading {
      padding-right: 15px; }
    .p-mpo-wrapper .section-d .content-block {
      padding-right: 15px; }
  .p-mpo-wrapper .section-e {
    padding-top: 75px;
    padding-bottom: 70px; }
    .p-mpo-wrapper .section-e .top-heading {
      padding-left: 15px; }
    .p-mpo-wrapper .section-e .content-block {
      padding-left: 15px; }
    .p-mpo-wrapper .section-e .image-block {
      text-align: left; }
  .p-mpo-wrapper .section-f {
    background: transparent url(../images/products/mu-pdf/overview/magnifying-glass.png) no-repeat;
    background-position: right -3% bottom;
    background-size: auto 100%;
    padding-top: 75px;
    padding-bottom: 170px; }
    .p-mpo-wrapper .section-f .content-block {
      padding-right: 15px; }
  .p-mpo-wrapper .section-f,
  .p-mpo-wrapper .section-d {
    position: relative; }
    .p-mpo-wrapper .section-f:before,
    .p-mpo-wrapper .section-d:before {
      content: '';
      width: 100%;
      height: 100%;
      display: block;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute; }
    .p-mpo-wrapper .section-f .content-block .content-wrapper ul.with-bullets li,
    .p-mpo-wrapper .section-f .content-block .content-wrapper p,
    .p-mpo-wrapper .section-f .content-block .content-wrapper strong,
    .p-mpo-wrapper .section-d .content-block .content-wrapper ul.with-bullets li,
    .p-mpo-wrapper .section-d .content-block .content-wrapper p,
    .p-mpo-wrapper .section-d .content-block .content-wrapper strong {
      color: #fff; }
    .p-mpo-wrapper .section-f .top-heading h2,
    .p-mpo-wrapper .section-d .top-heading h2 {
      color: #fff; }
  .p-mpo-wrapper .section-f:before,
  .p-mpo-wrapper .section-d:before {
    /*background: rgba(0,0,0,0.4);*/
    background: rgba(0, 0, 0, 0.66); }
  .p-mpo-wrapper .section-c {
    /* &:before {
        background: rgba(71, 73, 152, 0.4);
    } */ }
  .p-mpo-wrapper.product-wrapper .learn-more-section .half-block .text-wrapper {
    max-width: 330px; }
  .p-mpo-wrapper .main-inner-page-banner .content-block {
    padding-top: 94px; }

  /* ------------------------------------------------------------ *\ 
          MuPDF Technical Info Page content section
  \* ------------------------------------------------------------ */
  .mp-ti-wrapper .internal-content-wrapper {
    padding-top: 40px;
    /*
      -  left-section
    */
    /*
      -  right-section
    */ }
    .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder .top-wrapper .nav-logo {
      padding: 0 10px 25px 10px; }
      .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder .top-wrapper .nav-logo img {
        max-width: 100%; }
    .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children {
      background: url("../images/arrow-down.png") no-repeat 13px 19px !important; }
      .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children a {
        font-size: 13px; }
      .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children > a {
        color: #0075cf; }
      .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children > ul {
        display: block; }
        .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children > ul li a {
          color: #697287; }
          .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children > ul li a:hover {
            color: #697287; }
      .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active, .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover {
        background: url("../images/arrow-down.png") no-repeat 13px 19px !important; }
        .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active > a, .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover > a {
          color: #0075cf; }
        .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active > ul, .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover > ul {
          display: block; }
          .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children.active > ul li a, .mp-ti-wrapper .internal-content-wrapper .left-section .nav_holder > ul > li.menu-item-has-children:hover > ul li a {
            color: #697287; }
    .mp-ti-wrapper .internal-content-wrapper .main-content-area {
      width: calc(100% - 330px);
      padding-left: 0; }

  .p-sof-ps-wrapper .feature-tab-section {
    border-top: none; }
    .p-sof-ps-wrapper .feature-tab-section .float-icon {
      top: 180px; }
  .p-sof-ps-wrapper .section-a .tab-nav ul li a {
    padding: 20px 15px  20px 50px;
    font-size: 12px;
    font-family: "DINRegular";
    background: #fff; }
    .p-sof-ps-wrapper .section-a .tab-nav ul li a img {
      left: 15px;
      height: auto;
      width: 25px; }
    .p-sof-ps-wrapper .section-a .tab-nav ul li a:hover {
      border: 1px solid #d8dadd;
      font-size: 12px;
      font-family: "DINRegular";
      color: #697287;
      background: #fff; }
      .p-sof-ps-wrapper .section-a .tab-nav ul li a:hover img.normal {
        display: block; }
      .p-sof-ps-wrapper .section-a .tab-nav ul li a:hover img.hover {
        display: none; }
    .p-sof-ps-wrapper .section-a .tab-nav ul li a.active {
      color: #fff;
      background: #77c11f;
      border: 1px solid #77c11f;
      font-size: 12px;
      font-family: "DINRegular"; }
      .p-sof-ps-wrapper .section-a .tab-nav ul li a.active img.normal {
        display: none; }
      .p-sof-ps-wrapper .section-a .tab-nav ul li a.active img.hover {
        display: block; }
  .p-sof-ps-wrapper .section-a .tab-content {
    padding: 30px 10px 13px 10px; }

  .product-wrapper .banner-heading-section .left-content-section a.store-icons {
    display: none; }

  .p-so-o-wrapper .section-d .image-block img {
    margin-bottom: 20px; }
  .p-so-o-wrapper .overview-tab-content .top-heading h2 {
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 29px; }
  .p-so-o-wrapper .overview-tab-content .image-block {
    text-align: center; }
    .p-so-o-wrapper .overview-tab-content .image-block img {
      margin-top: 10px;
      width: 100%;
      max-width: 100%; }
  .p-so-o-wrapper .overview-tab-content .tab-content > li .container {
    min-height: 410px; }
    .p-so-o-wrapper .overview-tab-content .tab-content > li .container .pull-right {
      bottom: 0;
      right: 0;
      /* position: relative; */
      padding-right: 0;
      margin-top: 20px; }
  .p-so-o-wrapper .overview-tab-content .tab-content > li:first-child .container {
    padding-top: 30px; }
  .p-so-o-wrapper .overview-tab-content .tab-content > li:nth-child(2) .container {
    padding-top: 30px; }
    .p-so-o-wrapper .overview-tab-content .tab-content > li:nth-child(2) .container .pull-left {
      padding-right: 15px; }
  .p-so-o-wrapper .overview-tab-content .tab-content > li:nth-child(3) .container {
    padding-top: 30px; }
  .p-so-o-wrapper .overview-tab-content .tab-content > li:nth-child(4) .container {
    padding-top: 30px; }
  .p-so-o-wrapper .overview-tab-content .tab-content > li:nth-child(5) .container {
    padding-top: 30px; }
  .p-so-o-wrapper .overview-tab-content .tab-content > li:nth-child(6) .container {
    padding-top: 30px; }
  .p-so-o-wrapper .switch-section .slide .display {
    font-size: 18px;
    font-family: "acumin-pro";
    font-weight: 300; }
  .p-so-o-wrapper .switch-section .slide label.switch-labels .container .top-heading {
    padding-right: 15px; }
  .p-so-o-wrapper .switch-section .slide label.switch-labels .container .content-block {
    padding-right: 15px; }
    .p-so-o-wrapper .switch-section .slide label.switch-labels .container .content-block p {
      font-size: 16px; }
      .p-so-o-wrapper .switch-section .slide label.switch-labels .container .content-block p strong {
        font-size: 16px; }
    .p-so-o-wrapper .switch-section .slide label.switch-labels .container .content-block ul.with-bullets li {
      padding-left: 20px;
      padding-right: 0;
      font-size: 16px; }
      .p-so-o-wrapper .switch-section .slide label.switch-labels .container .content-block ul.with-bullets li strong {
        font-size: 16px; }
  .p-so-o-wrapper .switch-section .slide label.switch-labels .container .button-block {
    margin: 25px 0 0; }
    .p-so-o-wrapper .switch-section .slide label.switch-labels .container .button-block a {
      text-align: center;
      padding-left: 50px;
      padding-right: 50px;
      max-width: 490px; }

  .p-sof-view-wrapper .banner-heading-section {
    padding-top: 40px;
    padding-bottom: 50px;
    background-size: 50% auto;
    height: 365px;
    border-bottom: 1px solid #d8dadd; }
    .p-sof-view-wrapper .banner-heading-section .left-content-section {
      padding-right: 0; }
      .p-sof-view-wrapper .banner-heading-section .left-content-section p {
        margin-top: 10px;
        font-size: 28px;
        font-family: "acumin-pro";
        font-weight: 100; }
    .p-sof-view-wrapper .banner-heading-section .right-image-section .image-block img {
      margin: 20px 0;
      float: left;
      max-width: 280px; }
    .p-sof-view-wrapper .banner-heading-section .left-image-section .heading-block h2 {
      padding: 30px 0 35px 35px;
      font-size: 28px; }
  .p-sof-view-wrapper .feature-tab-section {
    border-top: none; }
    .p-sof-view-wrapper .feature-tab-section .float-icon {
      top: 180px; }
  .p-sof-view-wrapper .top-section.content-section .content-block {
    padding: 40px 15px 45px; }
  .p-sof-view-wrapper section.content-section .top-heading h2 {
    margin: 0 0 15px; }
  .p-sof-view-wrapper section.content-section .image-block img {
    margin: 20px auto 0;
    max-width: 280px; }
  .p-sof-view-wrapper .section-a {
    padding-top: 40px;
    padding-bottom: 0; }
    .p-sof-view-wrapper .section-a .top-heading {
      margin-top: 0; }
    .p-sof-view-wrapper .section-a .pull-left {
      padding-right: 15px; }
  .p-sof-view-wrapper .section-b {
    padding-top: 40px;
    padding-bottom: 0; }
    .p-sof-view-wrapper .section-b .top-heading {
      margin-top: 0; }
    .p-sof-view-wrapper .section-b .image-block img {
      margin: 20px auto 0; }
    .p-sof-view-wrapper .section-b .content-block {
      padding-top: 10px; }
  .p-sof-view-wrapper .section-c {
    padding-top: 40px;
    padding-bottom: 0; }
    .p-sof-view-wrapper .section-c .top-heading {
      margin-top: 0; }
    .p-sof-view-wrapper .section-c .image-block img {
      margin: 20px auto 0; }
    .p-sof-view-wrapper .section-c .content-block {
      padding-top: 10px; }
  .p-sof-view-wrapper .section-d {
    padding-top: 40px;
    padding-bottom: 0; }
    .p-sof-view-wrapper .section-d .top-heading {
      margin-top: 0px;
      padding-left: 15px; }
    .p-sof-view-wrapper .section-d .content-block {
      padding-right: 15px;
      padding-left: 15px;
      padding-top: 10px; }
    .p-sof-view-wrapper .section-d .image-block img {
      margin: 20px auto 0; }
  .p-sof-view-wrapper .section-e {
    padding-top: 40px;
    padding-bottom: 0; }
    .p-sof-view-wrapper .section-e .top-heading {
      margin-top: 0; }
    .p-sof-view-wrapper .section-e .image-block img {
      margin: 20px auto 0; }
    .p-sof-view-wrapper .section-e .content-block {
      padding-top: 10px; }
  .p-sof-view-wrapper .section-f {
    padding-top: 40px;
    padding-bottom: 0; }
    .p-sof-view-wrapper .section-f .top-heading {
      margin-top: 0;
      padding-left: 15px; }
    .p-sof-view-wrapper .section-f .content-block {
      padding-right: 15px;
      padding-left: 15px;
      padding-top: 10px; }
    .p-sof-view-wrapper .section-f .image-block img {
      margin: 20px auto 0; }
  .p-sof-view-wrapper .section-g {
    padding-top: 40px;
    padding-bottom: 0; }
    .p-sof-view-wrapper .section-g .top-heading {
      margin-top: 0; }
    .p-sof-view-wrapper .section-g .content-block {
      padding-right: 15px;
      padding-top: 10px; }
    .p-sof-view-wrapper .section-g .image-block img {
      margin: 20px auto 0; }
  .p-sof-view-wrapper .learn-more-section {
    padding: 65px 0 70px; }
    .p-sof-view-wrapper .learn-more-section .text-wrapper p {
      font-size: 26px;
      font-family: "acumin-pro";
      font-weight: 300; }
    .p-sof-view-wrapper .learn-more-section a.button {
      max-width: 145px; }

  .support-wrapper .artifex-support-tab.tab-section ul.tab-nav-ul > li > a {
    padding: 25px 12px;
    font-size: 14px; }
  .support-wrapper .artifex-support-content {
   /*
*  - Section 2 ,"Enterprise Customers"
*/ }
    .support-wrapper .artifex-support-content section.section-b h3, .support-wrapper .artifex-support-content section.section-b p {
      color: #fff; }
    .support-wrapper .artifex-support-content .section-b {
      position: relative; }
      .support-wrapper .artifex-support-content .section-b:before {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        background: rgba(0, 0, 0, 0.23); }

  /* ------------------------------------------------------------ *\ 
      Solution Landing Page content section
  \* ------------------------------------------------------------ */
  .s-landing-wrapper {
    /*
      - Content section
    */ }
    .s-landing-wrapper .solution-landing-content .container .solution-lists .list-item .item-wrapper {
      min-height: 375px; }

  .licensing-wrapper .artifex-licensing-tab.tab-section ul.tab-nav-ul > li > a {
    padding: 25px 10px;
    font-size: 14.4px; }
  .licensing-wrapper .artifex-licensing-content {
    /*
    *  - Section 2 , "Artifex Commercial Licensing Options"
    */ }
    .licensing-wrapper .artifex-licensing-content section .container {
      padding-left: 15px; }
    .licensing-wrapper .artifex-licensing-content .section-c .table-ul > ul > li .heading-block h4 {
      font-size: 15px;
      font-family: "DINBold"; }
    .licensing-wrapper .artifex-licensing-content .section-c .table-ul > ul > li .heading-block p {
      font-size: 15px;
      font-family: "DINBold"; }

  .contact-us-wrapper .contact-us-content {
    padding-top: 35px;
    padding-bottom: 40px; }
    .contact-us-wrapper .contact-us-content .left-section {
      padding-right: 15px; }
      .contact-us-wrapper .contact-us-content .left-section .content-wrapper {
        padding: 23px 20px  30px  20px;
        background-color: #f6f7f9; }
    .contact-us-wrapper .contact-us-content .right-section {
      padding-left: 15px;
      padding-right: 15px; } }
@media (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
  .home-content-wrapper .content-box-holder .box-wrapper {
    width: 100%; } }
@media (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
  .home-content-wrapper .content-box-holder .box-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; } }

/*# sourceMappingURL=styles.css.map */
