/* ---------------------------------------------------- */
/* Variables */
/* ---------------------------------------------------- */
/* Asset Paths */
/* Main Colors */
/* Bootstrap Grays */
/* Contexts colors */
/* Social Colors */
/* Fonts */
/* Navigation Colors */
/* NOT YET USED*/
/* Responsive Widths */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400|Open+Sans:400italic,400,600|Muli:300');
/* Moved from boxed.css*/

#site {
  background-image: url("/content/images/template/back.png");
  background-repeat: repeat;
}
.layout {
  background-color: white;
}
.sf_cols.margin-top {
  margin-top: 40px;
}
.sf_cols.margin-bottom {
  margin-bottom: 40px;
}
.sf_cols.row {
  margin-left: -15px !important;
  margin-right: -15px !important;
  width: inherit !important;
}
/* Permits a designer to reverse the effects of margin-bottom in a below container*/

.sf_cols.reverse-margin-top,
.reverse-margin-top {
  margin-top: -40px;
}
.margin-16 {
  margin: 16px;
}
.checkbox-margin-right input[type='checkbox'] {
  margin-right: 5px !important;
}
.horiztonal-radio-button-list input {
  margin-right: 5px !important;
}
.horiztonal-radio-button-list label {
  margin-right: 15px !important;
}
.widget-control-margin-left {
  margin-left: 15px !important;
}
.k-current-page {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .k-pager-numbers li:not(.k-current-page) {
    display: list-item !important;
  }
  .k-pager-numbers {
    display: inline-block !important;
    position: static !important;
    transform: none !important;
  }
  .k-pager-numbers .k-link,
  .k-pager-numbers .k-state-selected {
    padding: 0 !important;
    text-align: center !important;
  }
  .k-pager-wrap.k-widget {
    overflow: hidden !important;
    box-sizing: border-box;
  }
  .k-pager-wrap.k-widget .k-link {
    box-sizing: border-box;
    margin-left: 0.08333em !important;
  }
  .k-pager-info.k-label {
    display: block !important;
  }
  .k-pager-refresh.k-link {
    float: right !important;
  }
}
.RadSiteMap {
  font-size: 12px;
  margin: 0;
  padding: 0;
}
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url('../../content/lib/font-awesome-4.2.0/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('../../content/lib/font-awesome-4.2.0/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../../content/lib/font-awesome-4.2.0/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../../content/lib/font-awesome-4.2.0/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../../content/lib/font-awesome-4.2.0/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.285714286em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857143em;
  width: 2.142857143em;
  top: 0.142857143em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.857142857em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: white;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
/* ---------------------------------------------------- */

/* Imports */

/* ---------------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Lato:300,400|Open+Sans:400italic,400,600|Muli:300|Indie+Flower:400);
/* ---------------------------------------------------- */

/* Global Variables */

/* ---------------------------------------------------- */

/*@img-path: '../img';
@font-path: '../fonts';*/

/* ---------------------------------------------------- */

/* Animations Delay */

/* ---------------------------------------------------- */

.animation-delay-1 {
  -webkit-animation-delay: .1s !important;
  -moz-animation-delay: .1s !important;
  -ms-animation-delay: .1s !important;
  -o-animation-delay: .1s !important;
  animation-delay: .1s !important;
}
.animation-delay-2 {
  -webkit-animation-delay: .2s !important;
  -moz-animation-delay: .2s !important;
  -ms-animation-delay: .2s !important;
  -o-animation-delay: .2s !important;
  animation-delay: .2s !important;
}
.animation-delay-3 {
  -webkit-animation-delay: .3s !important;
  -moz-animation-delay: .3s !important;
  -ms-animation-delay: .3s !important;
  -o-animation-delay: .3s !important;
  animation-delay: .3s !important;
}
.animation-delay-4 {
  -webkit-animation-delay: .4s !important;
  -moz-animation-delay: .4s !important;
  -ms-animation-delay: .4s !important;
  -o-animation-delay: .4s !important;
  animation-delay: .4s !important;
}
.animation-delay-5 {
  -webkit-animation-delay: .5s !important;
  -moz-animation-delay: .5s !important;
  -ms-animation-delay: .5s !important;
  -o-animation-delay: .5s !important;
  animation-delay: .5s !important;
}
.animation-delay-6 {
  -webkit-animation-delay: .6s !important;
  -moz-animation-delay: .6s !important;
  -ms-animation-delay: .6s !important;
  -o-animation-delay: .6s !important;
  animation-delay: .6s !important;
}
.animation-delay-7 {
  -webkit-animation-delay: .7s !important;
  -moz-animation-delay: .7s !important;
  -ms-animation-delay: .7s !important;
  -o-animation-delay: .7s !important;
  animation-delay: .7s !important;
}
.animation-delay-8 {
  -webkit-animation-delay: .8s !important;
  -moz-animation-delay: .8s !important;
  -ms-animation-delay: .8s !important;
  -o-animation-delay: .8s !important;
  animation-delay: .8s !important;
}
.animation-delay-9 {
  -webkit-animation-delay: .9s !important;
  -moz-animation-delay: .9s !important;
  -ms-animation-delay: .9s !important;
  -o-animation-delay: .9s !important;
  animation-delay: .9s !important;
}
.animation-delay-10 {
  -webkit-animation-delay: 1s !important;
  -moz-animation-delay: 1s !important;
  -ms-animation-delay: 1s !important;
  -o-animation-delay: 1s !important;
  animation-delay: 1s !important;
}
.animation-delay-11 {
  -webkit-animation-delay: 1.1s !important;
  -moz-animation-delay: 1.1s !important;
  -ms-animation-delay: 1.1s !important;
  -o-animation-delay: 1.1s !important;
  animation-delay: 1.1s !important;
}
.animation-delay-12 {
  -webkit-animation-delay: 1.2s !important;
  -moz-animation-delay: 1.2s !important;
  -ms-animation-delay: 1.2s !important;
  -o-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}
.animation-delay-13 {
  -webkit-animation-delay: 1.3s !important;
  -moz-animation-delay: 1.3s !important;
  -ms-animation-delay: 1.3s !important;
  -o-animation-delay: 1.3s !important;
  animation-delay: 1.3s !important;
}
.animation-delay-14 {
  -webkit-animation-delay: 1.4s !important;
  -moz-animation-delay: 1.4s !important;
  -ms-animation-delay: 1.4s !important;
  -o-animation-delay: 1.4s !important;
  animation-delay: 1.4s !important;
}
.animation-delay-15 {
  -webkit-animation-delay: 1.5s !important;
  -moz-animation-delay: 1.5s !important;
  -ms-animation-delay: 1.5s !important;
  -o-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}
.animation-delay-16 {
  -webkit-animation-delay: 1.6s !important;
  -moz-animation-delay: 1.6s !important;
  -ms-animation-delay: 1.6s !important;
  -o-animation-delay: 1.6s !important;
  animation-delay: 1.6s !important;
}
.animation-delay-17 {
  -webkit-animation-delay: 1.7s !important;
  -moz-animation-delay: 1.7s !important;
  -ms-animation-delay: 1.7s !important;
  -o-animation-delay: 1.7s !important;
  animation-delay: 1.7s !important;
}
.animation-delay-18 {
  -webkit-animation-delay: 1.8s !important;
  -moz-animation-delay: 1.8s !important;
  -ms-animation-delay: 1.8s !important;
  -o-animation-delay: 1.8s !important;
  animation-delay: 1.8s !important;
}
.animation-delay-19 {
  -webkit-animation-delay: 1.9s !important;
  -moz-animation-delay: 1.9s !important;
  -ms-animation-delay: 1.9s !important;
  -o-animation-delay: 1.9s !important;
  animation-delay: 1.9s !important;
}
.animation-delay-20 {
  -webkit-animation-delay: 2s !important;
  -moz-animation-delay: 2s !important;
  -ms-animation-delay: 2s !important;
  -o-animation-delay: 2s !important;
  animation-delay: 2s !important;
}
.animation-delay-21 {
  -webkit-animation-delay: 2.1s !important;
  -moz-animation-delay: 2.1s !important;
  -ms-animation-delay: 2.1s !important;
  -o-animation-delay: 2.1s !important;
  animation-delay: 2.1s !important;
}
.animation-delay-22 {
  -webkit-animation-delay: 2.2s !important;
  -moz-animation-delay: 2.2s !important;
  -ms-animation-delay: 2.2s !important;
  -o-animation-delay: 2.2s !important;
  animation-delay: 2.2s !important;
}
.animation-delay-23 {
  -webkit-animation-delay: 2.3s !important;
  -moz-animation-delay: 2.3s !important;
  -ms-animation-delay: 2.3s !important;
  -o-animation-delay: 2.3s !important;
  animation-delay: 2.3s !important;
}
.animation-delay-24 {
  -webkit-animation-delay: 2.4s !important;
  -moz-animation-delay: 2.4s !important;
  -ms-animation-delay: 2.4s !important;
  -o-animation-delay: 2.4s !important;
  animation-delay: 2.4s !important;
}
.animation-delay-25 {
  -webkit-animation-delay: 2.5s !important;
  -moz-animation-delay: 2.5s !important;
  -ms-animation-delay: 2.5s !important;
  -o-animation-delay: 2.5s !important;
  animation-delay: 2.5s !important;
}
.animation-delay-26 {
  -webkit-animation-delay: 2.6s !important;
  -moz-animation-delay: 2.6s !important;
  -ms-animation-delay: 2.6s !important;
  -o-animation-delay: 2.6s !important;
  animation-delay: 2.6s !important;
}
.animation-delay-27 {
  -webkit-animation-delay: 2.6s !important;
  -moz-animation-delay: 2.6s !important;
  -ms-animation-delay: 2.6s !important;
  -o-animation-delay: 2.6s !important;
  animation-delay: 2.6s !important;
}
.animation-delay-28 {
  -webkit-animation-delay: 2.8s !important;
  -moz-animation-delay: 2.8s !important;
  -ms-animation-delay: 2.8s !important;
  -o-animation-delay: 2.8s !important;
  animation-delay: 2.8s !important;
}
.animation-delay-29 {
  -webkit-animation-delay: 2.9s !important;
  -moz-animation-delay: 2.9s !important;
  -ms-animation-delay: 2.9s !important;
  -o-animation-delay: 2.9s !important;
  animation-delay: 2.9s !important;
}
.animation-delay-30 {
  -webkit-animation-delay: 3s !important;
  -moz-animation-delay: 3s !important;
  -ms-animation-delay: 3s !important;
  -o-animation-delay: 3s !important;
  animation-delay: 3s !important;
}
@font-face {
  font-family: 'SocialGlyphs';
  src: url('/content/fonts//socialglyphs-webfont.eot');
  src: url('/content/fonts//socialglyphs-webfont.eot?#iefix') format('embedded-opentype'), url('/content/fonts//socialglyphs-webfont.woff') format('woff'), url('/content/fonts//socialglyphs-webfont.ttf') format('truetype'), url('/content/fonts//socialglyphs-webfont.svg#SocialGlyphsRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
a.social {
  display: inline-block;
  margin: 0 20px 20px 0;
  color: white;
}
/* Hover and Active States for All Button Styles */

a.social:link {
  opacity: 1;
}
a.social:hover {
  -webkit-box-shadow: inset 0 0 0 250px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 0 0 250px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 250px rgba(255, 255, 255, 0.1);
  text-decoration: none;
  color: white;
}
a.social:active {
  opacity: 0.8;
}
/* Button Styles */

.social-facebook {
  /*General*/
  display: block;
  text-decoration: none;
  /*Text*/
  font-family: 'SocialGlyphs';
  text-align: center;
  font-size: 35px;
  line-height: 1.2em;
  text-indent: 10px;
  font-weight: regular;
  color: white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /*Background*/
  width: 44px;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #4f78b4;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(bottom, #4974b0, #6e90c0);
  background-image: -moz-linear-gradient(bottom, #4974b0, #6e90c0);
  background-image: -o-linear-gradient(bottom, #4974b0, #6e90c0);
  background-image: linear-gradient(to top, #4974b0, #6e90c0);
}
.social-facebook:after {
  content: "A";
}
.social-twitter {
  /*General*/
  display: block;
  text-decoration: none;
  /*Text*/
  font-family: 'SocialGlyphs';
  text-align: center;
  font-size: 33px;
  line-height: 1.3em;
  text-indent: 2px;
  color: white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /*Background*/
  width: 44px;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #4e9edc;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(bottom, #4e9edc, #5daae6);
  background-image: -moz-linear-gradient(bottom, #4e9edc, #5daae6);
  background-image: -o-linear-gradient(bottom, #4e9edc, #5daae6);
  background-image: linear-gradient(to top, #4e9edc, #5daae6);
}
.social-twitter:after {
  content: "B";
}
.social-google {
  /*General*/
  display: block;
  text-decoration: none;
  /*Text*/
  font-family: 'SocialGlyphs';
  text-align: center;
  font-size: 34px;
  line-height: 1.2em;
  text-indent: 2px;
  color: white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /*Background*/
  width: 44px;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #da4935;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(bottom, #da4935, #e15946);
  background-image: -moz-linear-gradient(bottom, #da4935, #e15946);
  background-image: -o-linear-gradient(bottom, #da4935, #e15946);
  background-image: linear-gradient(to top, #da4935, #e15946);
}
.social-google:after {
  content: "C";
}
.social-myspace {
  /*General*/
  display: block;
  text-decoration: none;
  /*Text*/
  font-family: 'SocialGlyphs';
  text-align: center;
  font-size: 32px;
  line-height: 1.4em;
  color: white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /*Background*/
  width: 44px;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #474747;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(bottom, #424242, #4e4e4e);
  background-image: -moz-linear-gradient(bottom, #424242, #4e4e4e);
  background-image: -o-linear-gradient(bottom, #424242, #4e4e4e);
  background-image: linear-gradient(to top, #424242, #4e4e4e);
}
.social-myspace:after {
  content: "D";
}
.social-instagram {
  /*General*/
  display: block;
  text-decoration: none;
  /*Text*/
  font-family: 'SocialGlyphs';
  text-align: center;
  font-size: 35px;
  line-height: 1.2em;
  text-indent: 2px;
  color: white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /*Background*/
  width: 44px;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #49709b;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(bottom, #49709b, #6387af);
  background-image: -moz-linear-gradient(bottom, #49709b, #6387af);
  background-image: -o-linear-gradient(bottom, #49709b, #6387af);
  background-image: linear-gradient(to top, #49709b, #6387af);
}
.social-instagram:after {
  content: "E";
}
.social-linkedin {
  /*General*/
  display: block;
  text-decoration: none;
  /*Text*/
  font-family: 'SocialGlyphs';
  text-align: center;
  font-size: 30px;
  line-height: 1.4em;
  color: white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /*Background*/
  width: 44px;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #005a87;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(bottom, #005a87, #066696);
  background-image: -moz-linear-gradient(bottom, #005a87, #066696);
  background-image: -o-linear-gradient(bottom, #005a87, #066696);
  background-image: linear-gradient(to top, #005a87, #066696);
}
.social-linkedin:after {
  content: "F";
}
.social-vimeo {
  /*General*/
  display: block;
  text-decoration: none;
  /*Text*/
  font-family: 'SocialGlyphs';
  text-align: center;
  font-size: 32px;
  text-indent: 0px;
  line-height: 1.3em;
  color: white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /*Background*/
  width: 44px;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #61a0ad;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(bottom, #61a0ad, #68aebd);
  background-image: -moz-linear-gradient(bottom, #61a0ad, #68aebd);
  background-image: -o-linear-gradient(bottom, #61a0ad, #68aebd);
  background-image: linear-gradient(to top, #61a0ad, #68aebd);
}
.social-vimeo:after {
  content: "G";
}
.social-youtube {
  /*General*/
  display: block;
  text-decoration: none;
  /*Text*/
  font-family: 'SocialGlyphs';
  text-align: center;
  font-size: 32px;
  line-height: 1.3em;
  text-indent: 2px;
  color: white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /*Background*/
  width: 44px;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #c9322b;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(bottom, #c9322b, #dc3f38);
  background-image: -moz-linear-gradient(bottom, #c9322b, #dc3f38);
  background-image: -o-linear-gradient(bottom, #c9322b, #dc3f38);
  background-image: linear-gradient(to top, #c9322b, #dc3f38);
}
.social-youtube:after {
  content: "H";
}
.social-dribbble {
  /*General*/
  display: block;
  text-decoration: none;
  /*Text*/
  font-family: 'SocialGlyphs';
  text-align: center;
  font-size: 35px;
  line-height: 1.2em;
  color: white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /*Background*/
  width: 44px;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #eb4d8a;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(bottom, #eb4d8a, #f84e90);
  background-image: -moz-linear-gradient(bottom, #eb4d8a, #f84e90);
  background-image: -o-linear-gradient(bottom, #eb4d8a, #f84e90);
  background-image: linear-gradient(to top, #eb4d8a, #f84e90);
}
.social-dribbble:after {
  content: "I";
}
.social-forrst {
  /*General*/
  display: block;
  text-decoration: none;
  /*Text*/
  font-family: 'SocialGlyphs';
  text-align: center;
  font-size: 32px;
  line-height: 1.4em;
  color: white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /*Background*/
  width: 44px;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #267434;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(bottom, #267434, #328a42);
  background-image: -moz-linear-gradient(bottom, #267434, #328a42);
  background-image: -o-linear-gradient(bottom, #267434, #328a42);
  background-image: linear-gradient(to top, #267434, #328a42);
}
.social-forrst:after {
  content: "J";
}
.social-stumbleupon {
  /*General*/
  display: block;
  text-decoration: none;
  /*Text*/
  font-family: 'SocialGlyphs';
  text-align: center;
  font-size: 35px;
  line-height: 1.1em;
  color: white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /*Background*/
  width: 44px;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ea4b24;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(bottom, #ea4b24, #f7623d);
  background-image: -moz-linear-gradient(bottom, #ea4b24, #f7623d);
  background-image: -o-linear-gradient(bottom, #ea4b24, #f7623d);
  background-image: linear-gradient(to top, #ea4b24, #f7623d);
}
.social-stumbleupon:after {
  content: "K";
}
.social-pinterest {
  /*General*/
  display: block;
  text-decoration: none;
  /*Text*/
  font-family: 'SocialGlyphs';
  text-align: center;
  font-size: 36px;
  line-height: 1.2em;
  color: white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /*Background*/
  width: 44px;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #b8242a;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(bottom, #b8242a, #c5383e);
  background-image: -moz-linear-gradient(bottom, #b8242a, #c5383e);
  background-image: -o-linear-gradient(bottom, #b8242a, #c5383e);
  background-image: linear-gradient(to top, #b8242a, #c5383e);
}
.social-pinterest:after {
  content: "L";
}
.social-blogger {
  /*General*/
  display: block;
  text-decoration: none;
  /*Text*/
  font-family: 'SocialGlyphs';
  text-align: center;
  font-size: 35px;
  line-height: 1.2em;
  text-indent: 5px;
  color: white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /*Background*/
  width: 44px;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fc9847;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(bottom, #fc9847, #ffa55c);
  background-image: -moz-linear-gradient(bottom, #fc9847, #ffa55c);
  background-image: -o-linear-gradient(bottom, #fc9847, #ffa55c);
  background-image: linear-gradient(to top, #fc9847, #ffa55c);
}
.social-blogger:after {
  content: "M";
}
.social-yahoo {
  /*General*/
  display: block;
  text-decoration: none;
  /*Text*/
  font-family: 'SocialGlyphs';
  text-align: center;
  font-size: 33px;
  line-height: 1.2em;
  color: white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /*Background*/
  width: 44px;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #5f0d8e;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(bottom, #72179d, #9227b6);
  background-image: -moz-linear-gradient(bottom, #72179d, #9227b6);
  background-image: -o-linear-gradient(bottom, #72179d, #9227b6);
  background-image: linear-gradient(to top, #72179d, #9227b6);
}
.social-yahoo:after {
  content: "N";
}
.social-evernote {
  /*General*/
  display: block;
  text-decoration: none;
  /*Text*/
  font-family: 'SocialGlyphs';
  text-align: center;
  font-size: 38px;
  line-height: 1.1em;
  color: white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /*Background*/
  width: 44px;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #7ac143;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(bottom, #7ac143, #8fc565);
  background-image: -moz-linear-gradient(bottom, #7ac143, #8fc565);
  background-image: -o-linear-gradient(bottom, #7ac143, #8fc565);
  background-image: linear-gradient(to top, #7ac143, #8fc565);
}
.social-evernote:after {
  content: "O";
}
.social-wordpress {
  /*General*/
  display: block;
  text-decoration: none;
  /*Text*/
  font-family: 'SocialGlyphs';
  text-align: center;
  font-size: 38px;
  line-height: 1.1em;
  text-indent: 2px;
  color: white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /*Background*/
  width: 44px;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #2485b3;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(bottom, #2485b3, #4597be);
  background-image: -moz-linear-gradient(bottom, #2485b3, #4597be);
  background-image: -o-linear-gradient(bottom, #2485b3, #4597be);
  background-image: linear-gradient(to top, #2485b3, #4597be);
}
.social-wordpress:after {
  content: "P";
}
.social-foursquare {
  /*General*/
  display: block;
  text-decoration: none;
  /*Text*/
  font-family: 'SocialGlyphs';
  text-align: center;
  font-size: 34px;
  line-height: 1.4em;
  color: white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /*Background*/
  width: 44px;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #0bbadf;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(bottom, #0bbadf, #4cc1da);
  background-image: -moz-linear-gradient(bottom, #0bbadf, #4cc1da);
  background-image: -o-linear-gradient(bottom, #0bbadf, #4cc1da);
  background-image: linear-gradient(to top, #0bbadf, #4cc1da);
}
.social-foursquare:after {
  content: "Q";
}
.social-lastfm {
  /*General*/
  display: block;
  text-decoration: none;
  /*Text*/
  font-family: 'SocialGlyphs';
  text-align: center;
  font-size: 32px;
  line-height: 1.3em;
  color: white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /*Background*/
  width: 44px;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #de1600;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(bottom, #de1600, #de402e);
  background-image: -moz-linear-gradient(bottom, #de1600, #de402e);
  background-image: -o-linear-gradient(bottom, #de1600, #de402e);
  background-image: linear-gradient(to top, #de1600, #de402e);
}
.social-lastfm:after {
  content: "R";
}
.social-behance {
  /*General*/
  display: block;
  text-decoration: none;
  /*Text*/
  font-family: 'SocialGlyphs';
  text-align: center;
  font-size: 36px;
  line-height: 0.9em;
  text-indent: 2px;
  color: white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /*Background*/
  width: 44px;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1e6fed;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(bottom, #1e6fed, #2f7df6);
  background-image: -moz-linear-gradient(bottom, #1e6fed, #2f7df6);
  background-image: -o-linear-gradient(bottom, #1e6fed, #2f7df6);
  background-image: linear-gradient(to top, #1e6fed, #2f7df6);
}
.social-behance:after {
  content: "S";
}
.social-tumblr {
  /*General*/
  display: block;
  text-decoration: none;
  /*Text*/
  font-family: 'SocialGlyphs';
  text-align: center;
  font-size: 32px;
  line-height: 1.3em;
  color: white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /*Background*/
  width: 44px;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #466484;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(bottom, #466484, #4f759e);
  background-image: -moz-linear-gradient(bottom, #466484, #4f759e);
  background-image: -o-linear-gradient(bottom, #466484, #4f759e);
  background-image: linear-gradient(to top, #466484, #4f759e);
}
.social-tumblr:after {
  content: "T";
}
.social-feed {
  /*General*/
  display: block;
  text-decoration: none;
  /*Text*/
  font-family: 'SocialGlyphs';
  text-align: center;
  font-size: 34px;
  line-height: 1.2em;
  color: white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /*Background*/
  width: 44px;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ef922f;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(bottom, #ef922f, #f8a64f);
  background-image: -moz-linear-gradient(bottom, #ef922f, #f8a64f);
  background-image: -o-linear-gradient(bottom, #ef922f, #f8a64f);
  background-image: linear-gradient(to top, #ef922f, #f8a64f);
}
.social-feed:after {
  content: "U";
}
.social-skype {
  /*General*/
  display: block;
  text-decoration: none;
  /*Text*/
  font-family: 'SocialGlyphs';
  text-align: center;
  font-size: 36px;
  text-indent: 1px;
  line-height: 1.1em;
  color: white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /*Background*/
  width: 44px;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #00aff0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(bottom, #00aff0, #1bc1ff);
  background-image: -moz-linear-gradient(bottom, #00aff0, #1bc1ff);
  background-image: -o-linear-gradient(bottom, #00aff0, #1bc1ff);
  background-image: linear-gradient(to top, #00aff0, #1bc1ff);
}
.social-skype:after {
  content: "V";
}
.social-email {
  /*General*/
  display: block;
  text-decoration: none;
  /*Text*/
  font-family: 'SocialGlyphs';
  text-align: center;
  font-size: 35px;
  line-height: 1.0em;
  color: white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /*Background*/
  width: 44px;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1d90dd;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(bottom, #1d90dd, #2da2f0);
  background-image: -moz-linear-gradient(bottom, #1d90dd, #2da2f0);
  background-image: -o-linear-gradient(bottom, #1d90dd, #2da2f0);
  background-image: linear-gradient(to top, #1d90dd, #2da2f0);
}
.social-email:after {
  content: "W";
}
.social-sharethis {
  /*General*/
  display: block;
  text-decoration: none;
  /*Text*/
  font-family: 'SocialGlyphs';
  text-align: center;
  font-size: 33px;
  line-height: 1.3em;
  color: white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /*Background*/
  width: 44px;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #008850;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(bottom, #008850, #119e64);
  background-image: -moz-linear-gradient(bottom, #008850, #119e64);
  background-image: -o-linear-gradient(bottom, #008850, #119e64);
  background-image: linear-gradient(to top, #008850, #119e64);
}
.social-sharethis:after {
  content: "X";
}
/* ---------------------------------------------------- */

/* CSS Basic */

/* ---------------------------------------------------- */

html {
  -webkit-font-smoothing: antialiased;
}
body {
  background-color: white;
  color: #666666;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.75em;
}
.boxed {
  background-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  line-height: 120%;
  color: #005aaa;
  margin: 20px 0 17px 0;
}
h1 {
  font-size: 2.3em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.7em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.2em;
  font-weight: 400;
}
h6 {
  font-size: 1em;
  font-weight: 400;
}
a {
  color: #005aaa;
}
.strong {
  font-weight: 400;
}
a:hover,
a:focus,
a:active {
  color: black;
}
a.button {
  text-decoration: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
:focus {
  outline: none !important;
}
::-moz-focus-inner {
  border: 0 !important;
}
iframe {
  border: 0;
}
p.small {
  font-size: .9em;
}
.margin-small {
  margin-top: 5px;
  margin-bottom: 5px;
}
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.handwriting {
  font-family: 'Indie Flower', cursive;
}
dt {
  color: #005aaa;
}
dt,
dd {
  margin: 2px 0;
}
.small-font {
  font-size: .9em;
}
.primary-color {
  color: #005aaa;
}
.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.imageborder {
  padding: 5px;
  border: solid 1px #dddddd;
}
img + p {
  margin-top: 20px;
}
img.alignleft + p,
img.alignright + p {
  margin-top: 0px;
}
.p-lg {
  font-size: 1.1em;
  line-height: 180%;
}
.margin-bottom {
  margin-bottom: 40px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top {
  margin-top: 40px;
}
.margin-top-80 {
  margin-top: 80px;
}
hr {
  display: block;
  border-top: 1px solid #dddddd;
  margin: 25px 0;
}
hr.color {
  border-color: #005aaa !important;
}
hr.dotted {
  border-style: dotted !important;
}
hr.dashed {
  border-style: dashed !important;
}
hr.double {
  height: 5px;
  border-bottom-width: 1px;
  border-bottom-color: #dddddd;
  border-bottom-style: solid;
}
.list-line {
  list-style-type: none;
  padding: 0;
}
.list-line li {
  border-bottom: solid 1px #eeeeee;
}
.list-line li:first-child {
  border-top: solid 1px #eeeeee;
}
.list-line li a {
  color: #333333;
  text-decoration: none;
  padding: 7px;
  display: block;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.list-line li a:hover {
  background-color: whitesmoke;
  color: #005aaa;
}
.small-caps {
  font-variant: small-caps;
}
/* ---------------------------------------------------- */

/* Artificial Reason Class */

/* ---------------------------------------------------- */

#Container .mix {
  display: none;
}
.text-icon {
  margin-bottom: 30px;
  overflow: hidden;
}
.text-icon .icon-ar {
  float: left;
  margin-top: 5px;
}
.text-icon-content {
  padding-left: 70px;
  font-size: .9em;
}
.text-icon-content p {
  margin-top: 5px;
}
.slogan {
  font-family: "Lato", sans-serif;
  font-size: 2em;
  line-height: 150%;
  margin-bottom: 50px;
  font-weight: 300;
}
.slogan > span {
  color: #005aaa;
}
.section-lines {
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  margin-bottom: 40px;
  background-color: #f9f9f9;
}
.section-title {
  border-bottom: solid 1px #dddddd;
  padding-bottom: 15px;
  margin-top: 39px;
  color: black;
}
.section-title:first-letter {
  color: #005aaa;
}
.css-section {
  margin-bottom: 50px;
}
.wrap-primary-color {
  background-color: #005aaa;
  padding: 40px 0;
  color: white;
}
.wrap-primary-color h1,
.wrap-primary-color h2,
.wrap-primary-color h3,
.wrap-primary-color h4,
.wrap-primary-color h5,
.wrap-primary-color h6 {
  color: white;
}
.dropcaps::first-letter {
  float: left;
  color: #005aaa;
  font-size: 3em;
  font-weight: 400;
  padding: 10px 10px 10px 5px;
  margin-top: 2px;
}
.dropcaps-bg::first-letter {
  background-color: #005aaa;
  color: white;
  padding-bottom: 12px;
  margin-right: 10px;
  border-radius: 2px;
  margin-top: 2px;
  padding: 10px 5px;
  font-size: 2.8em;
  margin-top: 4px;
}
.dropcaps-circle::first-letter {
  border: solid 1px #005aaa;
  border-radius: 30px;
  padding: 10px 8px;
  font-size: 2.3em;
  margin-right: 10px;
  margin-top: 2px;
}
.dropcaps-circle-bg::first-letter {
  background-color: #005aaa;
  color: white;
  border-radius: 30px;
  padding: 10px 8px;
  font-size: 2.3em;
  margin-right: 10px;
  margin-top: 2px;
}
.border-box {
  background-color: #f9f9f9;
  border: solid 3px #eeeeee;
  border-left-color: #005aaa;
  padding: 20px;
  margin-bottom: 20px;
}
.blockquote-color {
  border-color: #005aaa;
}
.blockquote-color-bg {
  border-color: #005aaa;
  border-bottom: solid 1px #005aaa;
  background-color: #f9f9f9;
}
.blockquote-big {
  font-size: 1.8em;
  line-height: 140%;
  font-style: oblique;
  border: none;
}
.blockquote-big footer {
  font-style: normal;
  font-size: .7em;
}
.blockquote-color-bg-primary {
  font-size: 1em;
  background-color: #005aaa;
  color: white;
  padding: 20px;
  text-align: center;
  position: relative;
  border: none;
}
.blockquote-color-bg-primary:after,
.blockquote-color-bg-dark:after {
  font-family: "FontAwesome";
  content: "\f10e";
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: white;
  font-size: 2.6em;
}
.blockquote-color-bg-dark {
  font-size: 1em;
  background-color: #444444;
  color: white;
  padding: 20px;
  text-align: center;
  position: relative;
  border: none;
}
.blockquote-color-bg-light {
  font-size: 1em;
  background-color: #dddddd;
  color: #333333;
  padding: 20px;
  text-align: center;
  position: relative;
  border: none;
  text-shadow: 1px 1px 0px white;
}
.blockquote-color-bg-light:after {
  font-family: "FontAwesome";
  content: "\f10e";
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #333333;
  font-size: 2.6em;
}
.blockquote-color-bg-primary footer,
.blockquote-color-bg-dark footer {
  color: #eeeeee;
  font-size: .9em;
}
.blockquote-color-bg-light footer {
  color: #666666;
  font-size: .9em;
}
.em-primary {
  color: #005aaa;
}
.em-success {
  color: #02c66c;
}
.em-info {
  color: #6693bc;
}
.em-warning {
  color: #dd7500;
}
.em-danger {
  color: #b55400;
}
.em-help,
.em-royal {
  color: #f9e04c;
}
.em-primary-inverse {
  background-color: #005aaa;
  color: white;
  padding: 0px 5px;
  border-radius: 2px;
}
.em-success-inverse {
  background-color: #02c66c;
  color: white;
  padding: 0px 5px;
  border-radius: 2px;
}
.em-info-inverse {
  background-color: #6693bc;
  color: white;
  padding: 0px 5px;
  border-radius: 2px;
}
.em-warning-inverse {
  background-color: #dd7500;
  color: white;
  padding: 0px 5px;
  border-radius: 2px;
}
.em-danger-inverse {
  background-color: #b55400;
  color: white;
  padding: 0px 5px;
  border-radius: 2px;
}
.em-royal-inverse {
  background-color: #f9e04c;
  color: white;
  padding: 0px 5px;
  border-radius: 2px;
}
.main-header {
  background-color: #005aaa;
  color: white;
  padding: 20px 0;
  margin-bottom: 40px;
  position: relative;
}
.main-header.main-header-inverse {
  background-color: whitesmoke;
  color: black;
  border-bottom: solid 1px #dddddd;
}
.main-header.main-header-inverse .page-title,
.main-header.main-header-inverse .breadcrumb a,
.main-header.main-header-inverse .breadcrumb a,
.main-header.main-header-inverse .breadcrumb {
  color: black;
}
.main-header.main-header-inverse .breadcrumb li {
  color: #005aaa;
}
.main-header.main-header-inverse .breadcrumb a:hover {
  border-bottom: solid 1px black;
}
.main-header.main-header-inverse .breadcrumb > li + li:before {
  color: #666666;
}
.main-header .page-title {
  color: white;
  margin: 0;
  padding: 0;
  line-height: 100%;
  font-size: 2em;
  display: inline-block;
  padding-top: 5px;
}
.sidebar-nav {
  background-color: #f9f9f9;
  border: solid 1px #eeeeee;
  margin: 0;
  padding: 0;
  font-size: .9em;
  margin-bottom: 40px;
}
.sidebar-nav li {
  padding: 0;
  list-style: none;
}
.sidebar-nav li a > i {
  margin: 2px 5px 0 0;
  font-size: 1.1em;
  color: #999999;
}
.sidebar-nav li a {
  display: block;
  padding: 5px 15px;
  color: #333333;
  text-decoration: none;
  border-left: solid 3px #333333;
  background-color: #f3f3f3;
}
.sidebar-nav > li > a:after {
  font-family: 'FontAwesome';
  content: "\f107";
  font-size: 1.2em;
  float: right;
}
.sidebar-nav > li > a.collapsed:after {
  content: "\f105";
}
.sidebar-nav li a.collapsed {
  background-color: transparent;
  border-left: solid 3px #005aaa;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:focus,
.sidebar-nav li a:active {
  border-color: #333333;
  background-color: #f3f3f3;
}
.menu-submenu li a {
  border-color: #dddddd;
  padding-left: 35px;
  background-color: transparent;
}
.menu-submenu li.active a {
  border-color: #333333;
  background-color: #f3f3f3;
}
.menu-submenu li:last-child a {
  border-bottom: solid 1px #eeeeee;
}
.sidebar-nav li.active > a {
  border-left-color: #333333;
  background-color: #f3f3f3;
}
.btn-ar {
  border-radius: 2px;
  font-size: 14px;
}
.btn-ar > .fa {
  margin-right: 5px;
}
.btn-ar.btn-transparent {
  background-color: transparent;
  color: white;
  border-color: white;
}
.btn-ar.btn-transparent:hover,
.btn-ar.btn-transparent:focus,
.btn-ar.btn-transparent:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.btn-ar.btn-primary {
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #005aaa), color-stop(1, #004c91));
  background: -moz-linear-gradient(top, #005aaa 5%, #004c91 100%);
  background: -webkit-linear-gradient(top, #005aaa 5%, #004c91 100%);
  background: -o-linear-gradient(top, #005aaa 5%, #004c91 100%);
  background: -ms-linear-gradient(top, #005aaa 5%, #004c91 100%);
  background: linear-gradient(to bottom, #005aaa 5%, #004c91 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@primary-color', endColorstr='darken(@primary-color, 5%)', GradientType=0);
  background-color: #005aaa;
  border: 1px solid #004c91;
}
.btn-ar.btn-primary:active {
  background-color: #004c91;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #004c91), color-stop(1, #005aaa));
  background: -moz-linear-gradient(top, #004c91 5%, #005aaa 100%);
  background: -webkit-linear-gradient(top, #004c91 5%, #005aaa 100%);
  background: -o-linear-gradient(top, #004c91 5%, #005aaa 100%);
  background: -ms-linear-gradient(top, #004c91 5%, #005aaa 100%);
  background: linear-gradient(to bottom, #004c91 5%, #005aaa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='darken(@primary-color, 8%)', endColorstr='@primary-color', GradientType=0);
}
.btn-ar.btn-default {
  color: #333333;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f1f1f1), color-stop(1, #e4e4e4));
  background: -moz-linear-gradient(top, #f1f1f1 5%, #e4e4e4 100%);
  background: -webkit-linear-gradient(top, #f1f1f1 5%, #e4e4e4 100%);
  background: -o-linear-gradient(top, #f1f1f1 5%, #e4e4e4 100%);
  background: -ms-linear-gradient(top, #f1f1f1 5%, #e4e4e4 100%);
  background: linear-gradient(to bottom, #f1f1f1 5%, #e4e4e4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='darken(#f1f1f1, 5%)', GradientType=0);
  background-color: #f1f1f1;
  border: 1px solid #d0d0d0;
}
.btn-ar.btn-default:active {
  background-color: #e4e4e4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e4e4e4), color-stop(1, #f1f1f1));
  background: -moz-linear-gradient(top, #e4e4e4 5%, #f1f1f1 100%);
  background: -webkit-linear-gradient(top, #e4e4e4 5%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #e4e4e4 5%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #e4e4e4 5%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #e4e4e4 5%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='darken(#f1f1f1, 8%)', endColorstr='#f1f1f1', GradientType=0);
}
.btn-ar.btn-success {
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #02c66c), color-stop(1, #02ad5e));
  background: -moz-linear-gradient(top, #02c66c 5%, #02ad5e 100%);
  background: -webkit-linear-gradient(top, #02c66c 5%, #02ad5e 100%);
  background: -o-linear-gradient(top, #02c66c 5%, #02ad5e 100%);
  background: -ms-linear-gradient(top, #02c66c 5%, #02ad5e 100%);
  background: linear-gradient(to bottom, #02c66c 5%, #02ad5e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@success-color', endColorstr='darken(@success-color, 5%)', GradientType=0);
  background-color: #02c66c;
  border: 1px solid #02ad5e;
}
.btn-ar.btn-success:active {
  background-color: #02ad5e;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #02ad5e), color-stop(1, #02c66c));
  background: -moz-linear-gradient(top, #02ad5e 5%, #02c66c 100%);
  background: -webkit-linear-gradient(top, #02ad5e 5%, #02c66c 100%);
  background: -o-linear-gradient(top, #02ad5e 5%, #02c66c 100%);
  background: -ms-linear-gradient(top, #02ad5e 5%, #02c66c 100%);
  background: linear-gradient(to bottom, #02ad5e 5%, #02c66c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='darken(@success-color, 8%)', endColorstr='@success-color', GradientType=0);
}
.btn-ar.btn-info {
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6693bc), color-stop(1, #4c7fad));
  background: -moz-linear-gradient(top, #6693bc 5%, #4c7fad 100%);
  background: -webkit-linear-gradient(top, #6693bc 5%, #4c7fad 100%);
  background: -o-linear-gradient(top, #6693bc 5%, #4c7fad 100%);
  background: -ms-linear-gradient(top, #6693bc 5%, #4c7fad 100%);
  background: linear-gradient(to bottom, #6693bc 5%, #4c7fad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@info-color', endColorstr='darken(@info-color, 5%)', GradientType=0);
  background-color: #6693bc;
  border: 1px solid #4d81b1;
}
.btn-ar.btn-info:active {
  background-color: #5486b4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5486b4), color-stop(1, #6693bc));
  background: -moz-linear-gradient(top, #5486b4 5%, #6693bc 100%);
  background: -webkit-linear-gradient(top, #5486b4 5%, #6693bc 100%);
  background: -o-linear-gradient(top, #5486b4 5%, #6693bc 100%);
  background: -ms-linear-gradient(top, #5486b4 5%, #6693bc 100%);
  background: linear-gradient(to bottom, #5486b4 5%, #6693bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='darken(@info-color, 8%)', endColorstr='@info-color', GradientType=0);
}
.btn-ar.btn-warning {
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dd7500), color-stop(1, #b45f00));
  background: -moz-linear-gradient(top, #dd7500 5%, #b45f00 100%);
  background: -webkit-linear-gradient(top, #dd7500 5%, #b45f00 100%);
  background: -o-linear-gradient(top, #dd7500 5%, #b45f00 100%);
  background: -ms-linear-gradient(top, #dd7500 5%, #b45f00 100%);
  background: linear-gradient(to bottom, #dd7500 5%, #b45f00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@warning-color', endColorstr='darken(@warning-color, 5%)', GradientType=0);
  background-color: #dd7500;
  border: 1px solid #c46800;
}
.btn-ar.btn-warning:active {
  background-color: #c46800;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c46800), color-stop(1, #dd7500));
  background: -moz-linear-gradient(top, #c46800 5%, #dd7500 100%);
  background: -webkit-linear-gradient(top, #c46800 5%, #dd7500 100%);
  background: -o-linear-gradient(top, #c46800 5%, #dd7500 100%);
  background: -ms-linear-gradient(top, #c46800 5%, #dd7500 100%);
  background: linear-gradient(to bottom, #c46800 5%, #dd7500 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='darken(@warning-color, 8%)', endColorstr='@warning-color', GradientType=0);
}
.btn-ar.btn-danger {
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b55400), color-stop(1, #8c4100));
  background: -moz-linear-gradient(top, #b55400 5%, #8c4100 100%);
  background: -webkit-linear-gradient(top, #b55400 5%, #8c4100 100%);
  background: -o-linear-gradient(top, #b55400 5%, #8c4100 100%);
  background: -ms-linear-gradient(top, #b55400 5%, #8c4100 100%);
  background: linear-gradient(to bottom, #b55400 5%, #8c4100 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@danger-color', endColorstr='darken(@danger-color, 5%)', GradientType=0);
  background-color: #b55400;
  border: 1px solid #9c4800;
}
.btn-ar.btn-danger:active {
  background-color: #9c4800;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9c4800), color-stop(1, #b55400));
  background: -moz-linear-gradient(top, #9c4800 5%, #b55400 100%);
  background: -webkit-linear-gradient(top, #9c4800 5%, #b55400 100%);
  background: -o-linear-gradient(top, #9c4800 5%, #b55400 100%);
  background: -ms-linear-gradient(top, #9c4800 5%, #b55400 100%);
  background: linear-gradient(to bottom, #9c4800 5%, #b55400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='darken(@danger-color, 8%)', endColorstr='@danger-color', GradientType=0);
}
.btn-ar.btn-royal {
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9e04c), color-stop(1, #f8d925));
  background: -moz-linear-gradient(top, #f9e04c 5%, #f8d925 100%);
  background: -webkit-linear-gradient(top, #f9e04c 5%, #f8d925 100%);
  background: -o-linear-gradient(top, #f9e04c 5%, #f8d925 100%);
  background: -ms-linear-gradient(top, #f9e04c 5%, #f8d925 100%);
  background: linear-gradient(to bottom, #f9e04c 5%, #f8d925 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@royal-color', endColorstr='darken(@royal-color, 5%)', GradientType=0);
  background-color: #f9e04c;
  border: 1px solid #f8da29;
}
.btn-ar.btn-royal:active {
  background-color: #f8dc33;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f8dc33), color-stop(1, #f9e04c));
  background: -moz-linear-gradient(top, #f8dc33 5%, #f9e04c 100%);
  background: -webkit-linear-gradient(top, #f8dc33 5%, #f9e04c 100%);
  background: -o-linear-gradient(top, #f8dc33 5%, #f9e04c 100%);
  background: -ms-linear-gradient(top, #f8dc33 5%, #f9e04c 100%);
  background: linear-gradient(to bottom, #f8dc33 5%, #f9e04c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='darken(@royal-color, 8%)', endColorstr='@royal-color', GradientType=0);
}
.btn-social {
  color: #aaaaaa;
  border: solid 1px #aaaaaa;
  padding: 8px 0px;
  width: 150px;
  text-align: center;
  margin: 0 5px 5px 0;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: background .25s ease;
  -moz-transition: background .25s ease;
  -ms-transition: background .25s ease;
  -o-transition: background .25s ease;
  transition: background .25s ease;
}
.btn-social:hover {
  text-decoration: none;
  background-color: #aaaaaa;
  color: white;
}
.btn-social:active {
  box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.2);
}
.btn-social-white {
  color: white;
  border-color: white;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.btn-social-white:hover {
  color: #005aaa;
  border-color: #005aaa;
  background-color: rgba(0, 0, 0, 0.1);
}
.btn-social .fa {
  margin: 0 10px 0 0;
  font-size: 18px;
}
.btn-social.solid:hover {
  text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3);
}
.btn-social.sm {
  width: 32px;
  height: 32px;
}
.btn-social.lg {
  width: 220px;
  padding: 12px 0;
}
.btn-social.xl-lg {
  width: 400px;
  padding: 18px 0;
}
.btn-social.round {
  border-radius: 5px;
}
.btn-social.sm .fa {
  margin: 0;
}
.btn-social.rss {
  color: #ef922f;
  border-color: #ef922f;
}
.btn-social.rss:hover,
.btn-social.rss.solid {
  color: white;
  background-color: #ef922f;
}
.btn-social.facebook {
  color: #3b5998;
  border-color: #3b5998;
}
.btn-social.facebook:hover,
.btn-social.facebook.solid {
  color: white;
  background-color: #3b5998;
}
.btn-social.twitter {
  color: #00aced;
  border-color: #00aced;
}
.btn-social.twitter:hover,
.btn-social.twitter.solid {
  color: white;
  background-color: #00aced;
}
.btn-social.google-plus {
  color: #dd4b39;
  border-color: #dd4b39;
}
.btn-social.google-plus:hover,
.btn-social.google-plus.solid {
  color: white;
  background-color: #dd4b39;
}
.btn-social.youtube {
  color: #bb0000;
  border-color: #bb0000;
}
.btn-social.youtube:hover,
.btn-social.youtube.solid {
  color: white;
  background-color: #bb0000;
}
.btn-social.linkedin {
  color: #007bb6;
  border-color: #007bb6;
}
.btn-social.linkedin:hover,
.btn-social.linkedin.solid {
  color: white;
  background-color: #007bb6;
}
.btn-social.instagram {
  color: #517fa4;
  border-color: #517fa4;
}
.btn-social.instagram:hover,
.btn-social.instagram.solid {
  color: white;
  background-color: #517fa4;
}
.btn-social.pinterest {
  color: #cb2027;
  border-color: #cb2027;
}
.btn-social.pinterest:hover,
.btn-social.pinterest.solid {
  color: white;
  background-color: #cb2027;
}
.btn-social.wordpress {
  color: #4597be;
  border-color: #4597be;
}
.btn-social.wordpress:hover,
.btn-social.wordpress.solid {
  color: white;
  background-color: #4597be;
}
.btn-social.git {
  color: #666666;
  border-color: #666666;
}
.btn-social.git:hover,
.btn-social.git.solid {
  color: white;
  background-color: #666666;
}
.btn-social.flickr {
  color: #ff0084;
  border-color: #ff0084;
}
.btn-social.flickr:hover,
.btn-social.flickr.solid {
  color: white;
  background-color: #ff0084;
}
.btn-social.stack-overflow {
  color: #bbbbbb;
  border-color: #bbbbbb;
}
.btn-social.stack-overflow:hover,
.btn-social.stack-overflow.solid {
  color: white;
  background-color: #bbbbbb;
}
.btn-social.vine {
  color: #00b48a;
  border-color: #00b48a;
}
.btn-social.vine:hover,
.btn-social.vine.solid {
  color: white;
  background-color: #00b48a;
}
.btn-social.dribbble {
  color: #f26798;
  border-color: #f26798;
}
.btn-social.dribbble:hover,
.btn-social.dribbble.solid {
  color: white;
  background-color: #f26798;
}
.btn-social.foursquare {
  color: #0072b1;
  border-color: #0072b1;
}
.btn-social.foursquare:hover,
.btn-social.foursquare.solid {
  color: white;
  background-color: #0072b1;
}
.btn-social.tumblr {
  color: #32506d;
  border-color: #32506d;
}
.btn-social.tumblr:hover,
.btn-social.tumblr.solid {
  color: white;
  background-color: #32506d;
}
.social-icon-ar {
  display: inline-block;
  width: 44px;
  height: 44px;
  color: white;
  text-align: center;
  font-size: 28px;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin: 0 20px 20px 0;
}
.social-icon-ar .fa {
  padding-top: 10px;
}
.social-icon-ar:hover {
  color: white;
  text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.social-icon-ar.round {
  border-radius: 5px;
}
.social-icon-ar.circle {
  border-radius: 40px;
}
.social-icon-ar.sm {
  width: 25px;
  height: 25px;
  margin: 0 10px 10px 0;
  font-size: 15px;
}
.social-icon-ar.sm .fa {
  padding-top: 6px;
}
.social-icon-ar.tumblr {
  background-color: #32506d;
  background-image: -webkit-linear-gradient(bottom, #32506d, #426a90);
  background-image: -moz-linear-gradient(bottom, #32506d, #426a90);
  background-image: -o-linear-gradient(bottom, #32506d, #426a90);
  background-image: linear-gradient(to top, #32506d, #426a90);
}
.social-icon-ar.rss {
  background-color: #ef922f;
  background-image: -webkit-linear-gradient(bottom, #ef922f, #f3ab5e);
  background-image: -moz-linear-gradient(bottom, #ef922f, #f3ab5e);
  background-image: -o-linear-gradient(bottom, #ef922f, #f3ab5e);
  background-image: linear-gradient(to top, #ef922f, #f3ab5e);
}
.social-icon-ar.twitter {
  background-color: #00aced;
  background-image: -webkit-linear-gradient(bottom, #00aced, #21c2ff);
  background-image: -moz-linear-gradient(bottom, #00aced, #21c2ff);
  background-image: -o-linear-gradient(bottom, #00aced, #21c2ff);
  background-image: linear-gradient(to top, #00aced, #21c2ff);
}
.social-icon-ar.facebook {
  background-color: #3b5998;
  background-image: -webkit-linear-gradient(bottom, #3b5998, #4c70ba);
  background-image: -moz-linear-gradient(bottom, #3b5998, #4c70ba);
  background-image: -o-linear-gradient(bottom, #3b5998, #4c70ba);
  background-image: linear-gradient(to top, #3b5998, #4c70ba);
}
.social-icon-ar.linkedin {
  background-color: #007bb6;
  background-image: -webkit-linear-gradient(bottom, #007bb6, #009de9);
  background-image: -moz-linear-gradient(bottom, #007bb6, #009de9);
  background-image: -o-linear-gradient(bottom, #007bb6, #009de9);
  background-image: linear-gradient(to top, #007bb6, #009de9);
}
.social-icon-ar.pinterest {
  background-color: #cb2027;
  background-image: -webkit-linear-gradient(bottom, #cb2027, #e03e44);
  background-image: -moz-linear-gradient(bottom, #cb2027, #e03e44);
  background-image: -o-linear-gradient(bottom, #cb2027, #e03e44);
  background-image: linear-gradient(to top, #cb2027, #e03e44);
}
.social-icon-ar.instagram {
  background-color: #517fa4;
  background-image: -webkit-linear-gradient(bottom, #517fa4, #7098b8);
  background-image: -moz-linear-gradient(bottom, #517fa4, #7098b8);
  background-image: -o-linear-gradient(bottom, #517fa4, #7098b8);
  background-image: linear-gradient(to top, #517fa4, #7098b8);
}
.social-icon-ar.google-plus {
  background-color: #dd4b39;
  background-image: -webkit-linear-gradient(bottom, #dd4b39, #e47365);
  background-image: -moz-linear-gradient(bottom, #dd4b39, #e47365);
  background-image: -o-linear-gradient(bottom, #dd4b39, #e47365);
  background-image: linear-gradient(to top, #dd4b39, #e47365);
}
.social-icon-ar.youtube {
  background-color: #bb0000;
  background-image: -webkit-linear-gradient(bottom, #bb0000, #ee0000);
  background-image: -moz-linear-gradient(bottom, #bb0000, #ee0000);
  background-image: -o-linear-gradient(bottom, #bb0000, #ee0000);
  background-image: linear-gradient(to top, #bb0000, #ee0000);
}
.social-icon-ar.git {
  background-color: #666666;
  background-image: -webkit-linear-gradient(bottom, #666666, gray);
  background-image: -moz-linear-gradient(bottom, #666666, gray);
  background-image: -o-linear-gradient(bottom, #666666, gray);
  background-image: linear-gradient(to top, #666666, gray);
}
.social-icon-ar.wordpress {
  background-color: #4597be;
  background-image: -webkit-linear-gradient(bottom, #4597be, #6baccb);
  background-image: -moz-linear-gradient(bottom, #4597be, #6baccb);
  background-image: -o-linear-gradient(bottom, #4597be, #6baccb);
  background-image: linear-gradient(to top, #4597be, #6baccb);
}
.social-icon-ar.flickr {
  background-color: #ff0084;
  background-image: -webkit-linear-gradient(bottom, #ff0084, #ff339d);
  background-image: -moz-linear-gradient(bottom, #ff0084, #ff339d);
  background-image: -o-linear-gradient(bottom, #ff0084, #ff339d);
  background-image: linear-gradient(to top, #ff0084, #ff339d);
}
.social-icon-ar.stack-overflow {
  background-color: #bbbbbb;
  background-image: -webkit-linear-gradient(bottom, #bbbbbb, #d4d4d4);
  background-image: -moz-linear-gradient(bottom, #bbbbbb, #d4d4d4);
  background-image: -o-linear-gradient(bottom, #bbbbbb, #d4d4d4);
  background-image: linear-gradient(to top, #bbbbbb, #d4d4d4);
}
.social-icon-ar.vine {
  background-color: #00b48a;
  background-image: -webkit-linear-gradient(bottom, #00b48a, #00e7b1);
  background-image: -moz-linear-gradient(bottom, #00b48a, #00e7b1);
  background-image: -o-linear-gradient(bottom, #00b48a, #00e7b1);
  background-image: linear-gradient(to top, #00b48a, #00e7b1);
}
.social-icon-ar.dribbble {
  background-color: #f26798;
  background-image: -webkit-linear-gradient(bottom, #f26798, #f696b8);
  background-image: -moz-linear-gradient(bottom, #f26798, #f696b8);
  background-image: -o-linear-gradient(bottom, #f26798, #f696b8);
  background-image: linear-gradient(to top, #f26798, #f696b8);
}
.social-icon-ar.foursquare {
  background-color: #0072b1;
  background-image: -webkit-linear-gradient(bottom, #0072b1, #0093e4);
  background-image: -moz-linear-gradient(bottom, #0072b1, #0093e4);
  background-image: -o-linear-gradient(bottom, #0072b1, #0093e4);
  background-image: linear-gradient(to top, #0072b1, #0093e4);
}
.icon-ar {
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #005aaa;
  color: white;
  border-radius: 2px;
  display: inline-block;
  margin: 0 5px 5px 0;
  text-align: center;
  line-height: 2.2;
}
.icon-ar.icon-ar-square {
  border-radius: 0;
}
.icon-ar.icon-ar-round {
  border-radius: 5px;
}
.icon-ar.icon-ar-circle {
  border-radius: 100px;
}
.icon-ar.icon-ar-inverse {
  background-color: transparent;
  color: #005aaa;
  border: solid 1px #005aaa;
}
.icon-ar.icon-ar-inverse.icon-ar-no-border {
  width: auto;
  height: auto;
  line-height: 1;
  border: none;
  font-size: 60px;
}
.icon-ar.icon-ar-sm {
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 2;
}
.icon-ar.icon-ar-lg {
  width: 50px;
  height: 50px;
  font-size: 22px;
  line-height: 2.2;
}
.icon-ar.icon-ar-xl-lg {
  width: 80px;
  height: 80px;
  font-size: 36px;
  line-height: 2.2;
}
.icon-ar.icon-ar-xxl-lg {
  width: 120px;
  height: 120px;
  font-size: 48px;
  line-height: 2.6;
}
.icon-ar.icon-ar-white {
  background-color: white;
  color: #005aaa;
}
.icon-ar.icon-ar-white.icon-ar-inverse {
  background-color: transparent;
  color: white;
  border: solid 1px white;
}
.icon-ar.icon-ar-danger {
  background-color: #b55400;
}
.icon-ar.icon-ar-warning {
  background-color: #dd7500;
}
.icon-ar.icon-ar-success {
  background-color: #02c66c;
}
.icon-ar.icon-ar-info {
  background-color: #6693bc;
}
.icon-ar.icon-ar-help {
  background-color: #f9e04c;
}
.icon-ar.icon-ar-black {
  background-color: #333333;
}
.icon-ar.icon-ar-inverse.icon-ar-white {
  background-color: transparent;
  color: white;
  border-color: white;
}
.icon-ar.icon-ar-inverse.icon-ar-danger {
  background-color: transparent;
  color: #b55400;
  border-color: #b55400;
}
.icon-ar.icon-ar-inverse.icon-ar-warning {
  background-color: transparent;
  color: #dd7500;
  border-color: #dd7500;
}
.icon-ar.icon-ar-inverse.icon-ar-success {
  background-color: transparent;
  color: #02c66c;
  border-color: #02c66c;
}
.icon-ar.icon-ar-inverse.icon-ar-info {
  background-color: transparent;
  color: #6693bc;
  border-color: #6693bc;
}
.icon-ar.icon-ar-inverse.icon-ar-help {
  background-color: transparent;
  color: #f9e04c;
  border-color: #f9e04c;
}
.icon-ar.icon-ar-inverse.icon-ar-black {
  background-color: transparent;
  color: #333333;
  border-color: #333333;
}
a > .icon-ar.icon-ar-inverse:hover {
  background-color: #005aaa;
  color: white;
}
.table-striped-primary > tbody > tr:nth-child(odd) > td,
.table-striped-primary > tbody > tr:nth-child(odd) > th {
  background-color: #005aaa;
  color: white;
}
.content-box {
  display: block;
  text-align: center;
  overflow: hidden;
  padding: 15px;
  margin-bottom: 5px;
}
.content-box.box-default {
  background-color: #f6f6f6;
  border: solid 1px #e5e5e5;
}
.content-box.box-default:hover {
  background-color: #f3f3f3;
}
.content-box.box-primary .content-box-title,
.content-box.box-info .content-box-title,
.content-box.box-success .content-box-title,
.content-box.box-warning .content-box-title,
.content-box.box-danger .content-box-title,
.content-box.box-royal .content-box-title {
  color: white;
}
.content-box-title.counter {
  font-size: 3em;
  color: #333333;
  margin-top: 0;
}
.content-box.box-primary {
  background-color: #005aaa;
  color: white;
  border: solid 1px #002444;
}
.content-box.box-success {
  background-color: #02c66c;
  color: white;
  border: solid 1px #016135;
}
.content-box.box-info {
  background-color: #6693bc;
  color: white;
  border: solid 1px #396083;
}
.content-box.box-warning {
  background-color: #dd7500;
  color: white;
  border: solid 1px #773f00;
}
.content-box.box-danger {
  background-color: #b55400;
  color: white;
  border: solid 1px #4f2500;
}
.content-box.box-royal {
  background-color: #f9e04c;
  color: white;
  border: solid 1px #d8ba07;
}
.content-box.box-primary:hover {
  background-color: #004c91;
}
.content-box.box-success:hover {
  background-color: #02ad5e;
}
.content-box.box-info:hover {
  background-color: #5486b4;
}
.content-box.box-warning:hover {
  background-color: #c46800;
}
.content-box.box-danger:hover {
  background-color: #9c4800;
}
.content-box.box-royal:hover {
  background-color: #f8dc33;
}
/* ---------------------------------------------------- */

/* Bootstrap Elements */

/* ---------------------------------------------------- */

.progress {
  border-radius: 2px;
}
/* Progress Bar */

.progress {
  border-radius: 0;
}
.progress-sm {
  height: 10px;
}
.progress-xs {
  height: 5px;
}
.progress-lg {
  height: 30px;
}
.progress-lg .progress-bar {
  line-height: 30px;
}
.progress-bar {
  background-color: #005aaa;
}
.progress-bar-success {
  background-color: #02c66c;
}
.progress-bar-info {
  background-color: #6693bc;
}
.progress-bar-warning {
  background-color: #dd7500;
}
.progress-bar-danger {
  background-color: #b55400;
}
.progress-bar-royal {
  background-color: #f9e04c;
}
.popover {
  border-radius: 0;
}
.panel-border {
  background-color: whitesmoke;
  box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.1);
  border: 0;
  padding: 10px;
}
.panel-border .panel-body {
  background-color: white;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.modal-content {
  border-radius: 0px;
}
.modal-body.no-padding {
  padding: 0;
}
.moda-title {
  font-weight: 400;
}
.modal-open #sb-site {
  position: static !important;
  overflow: hidden !important;
  width: auto !important;
  height: auto !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.modal-open {
  position: static !important;
  overflow: hidden !important;
  width: auto !important;
  height: auto !important;
}
.nav-tabs.nav-tabs-transparent li a {
  font-size: 1.3em;
  color: #7e8488;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  border-right: solid 1px #dddddd;
  font-family: "Lato";
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.nav-tabs.nav-tabs-transparent li a:hover {
  background-color: #e5e5e5;
}
.nav-tabs.nav-tabs-transparent li.active a,
.nav-tabs.nav-tabs-transparent li.active a:hover,
.nav-tabs.nav-tabs-transparent li.active a:focus {
  background-image: -webkit-linear-gradient(bottom, #004c91, #005aaa);
  background-image: -moz-linear-gradient(bottom, #004c91, #005aaa);
  background-image: -o-linear-gradient(bottom, #004c91, #005aaa);
  background-image: linear-gradient(to top, #004c91, #005aaa);
  color: white;
  border-bottom: solid 1px #dddddd;
}
.nav-tabs.nav-tabs-ar {
  border-top: solid 3px #e5e5e5;
  border-right: solid 1px #e5e5e5;
  font-family: "Lato", sans-serif;
  background-color: #fafafa;
}
.nav-tabs.nav-tabs-ar li a {
  margin-top: -3px;
  margin-right: 0;
  margin-left: 0;
  border-radius: 0;
  color: #555555;
  transition: padding 0.2s, border-top 0.2s;
  -moz-transition: padding 0.2s, border-top 0.2s;
  -webkit-transition: padding 0.2s, border-top 0.2s;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #fafafa;
  margin-left: -1px;
  border: 0;
  border-bottom: solid 1px #e5e5e5;
  border-top: solid 3px #e5e5e5;
}
.nav-tabs.nav-tabs-ar li:first-child a {
  border-left: solid 1px #e5e5e5;
}
.nav-tabs.nav-tabs-ar li:first-child a {
  margin-left: 0px;
}
.nav-tabs.nav-tabs-ar li a:hover,
.nav-tabs.nav-tabs-ar li.active a,
.nav-tabs.nav-tabs-ar li.active a:hover,
.nav-tabs.nav-tabs-ar li.active a:focus {
  border-top: solid 3px #005aaa;
  background-color: #f9f9f9;
  border-left: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
  color: #005aaa;
  padding-right: 5px;
  padding-left: 5px;
  font-weight: 500;
}
.nav-tabs.nav-tabs-ar li.active a {
  position: relative;
  z-index: 2;
}
.nav-tabs.nav-tabs-ar li.active a,
.nav-tabs.nav-tabs-ar li.active a:hover,
.nav-tabs.nav-tabs-ar li.active a:focus {
  border-bottom: solid 1px #f9f9f9;
}
.nav-tabs.nav-tabs-ar li a:hover {
  position: relative;
  z-index: 1;
  border-bottom-color: #e5e5e5;
  border-top-color: black;
  color: black;
}
@media (min-width: 370px) {
  .nav-tabs.nav-tabs-ar li a {
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-tabs.nav-tabs-ar li a:hover,
  .nav-tabs.nav-tabs-ar li.active a,
  .nav-tabs.nav-tabs-ar li.active a:hover,
  .nav-tabs.nav-tabs-ar li.active a:focus {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.nav-tabs.nav-tabs-ar + .tab-content {
  padding: 15px;
  border-left: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  overflow: hidden;
  background-color: #f9f9f9;
}
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white,
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white li a,
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white li a:hover,
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white li.active a,
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white li.active a:hover,
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white li.active a:focus,
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white + .tab-content {
  background-color: white;
}
.nav-tabs.nav-tabs-ar li a i {
  font-size: 1.2em;
}
.nav-tabs + .tab-content {
  padding: 15px;
  border-left: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  overflow: hidden;
}
.nav-tabs li a {
  border-radius: 2px;
}
.nav-tabs.nav-tabs-round li a {
  border-radius: 5px 5px 0 0;
}
.nav-tabs li a:hover {
  background-color: whitesmoke;
}
.label {
  text-shadow: none;
  font-family: "Open Sans";
}
.label-primary {
  background-color: #005aaa;
}
.label-success {
  background-color: #02c66c;
}
.label-warning {
  background-color: #dd7500;
}
.label-danger {
  background-color: #b55400;
}
.label-info {
  background-color: #6693bc;
}
.label-royal {
  background-color: #f9e04c;
}
.badge-square {
  border-radius: 0;
}
.badge-round {
  border-radius: 2px;
}
.badge-primary {
  background-color: #005aaa;
  color: white;
}
.alert {
  border-radius: 2px;
}
.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
  color: inherit;
  margin: 0px 0 5px 0;
  font-weight: 400;
}
.alert i {
  font-size: 1.2em;
  margin-right: 5px;
}
.alert > .close {
  text-shadow: 0 1px 0 white;
  filter: alpha(opacity=30);
  opacity: .3;
}
.alert-primary > .close {
  color: white;
  text-shadow: none;
  filter: alpha(opacity=80);
  opacity: .8;
}
.alert-info {
  background-color: #d0deeb;
  border: solid 1px #6693bc;
}
.alert-success {
  background-color: #ddffef;
  border: solid 1px #02c66c;
}
.alert-warning {
  background-color: #ffbf77;
  border: solid 1px #dd7500;
}
.alert-danger {
  background-color: #ffa14f;
  border: solid 1px #b55400;
}
.alert-royal {
  background-color: #fefae0;
  border: solid 1px #f9e04c;
  color: #d8ba07;
}
.alert-primary {
  background-color: #0067c3;
  border: solid 1px #005aaa;
  color: #aad7ff;
}
.alert.alert-border {
  border-left-width: 5px !important;
  border-right-width: 5px !important;
}
.alert.alert-primary.alert-border {
  border-color: #002444;
}
.well {
  border-radius: 2px;
  background-color: #f3f3f3;
  border-color: #e0e0e0;
}
.nav-pills > .active > a > .badge {
  color: white;
  background-color: #005aaa;
}
.list-group-sm li,
.list-group-sm a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.list-group-item-success {
  background-color: #d3ffea;
  color: #017a43;
}
.list-group-item-warning {
  background-color: #ffbf77;
  color: #914d00;
}
.list-group-item-danger {
  background-color: #ffac63;
  color: #693000;
}
.list-group-item-info {
  background-color: #c9d9e7;
  color: #416d94;
}
.list-group-item-royal {
  background-color: #fffdf4;
  color: #f0cf08;
}
.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.list-group-striped li:nth-child(odd) {
  background-color: #eeeeee;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: whitesmoke;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: white;
  background-color: #005aaa;
  border-color: #005aaa;
}
.page-header {
  color: black;
  border-bottom: solid 1px #005aaa;
  margin-bottom: 30px;
}
.right-line {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: black;
  margin: 30px 0;
}
.right-line:after {
  position: absolute;
  top: 55%;
  overflow: hidden;
  width: 100%;
  height: 1px;
  content: '\a0';
  background-color: #dddddd;
  border-left: solid 20px white;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #005aaa;
  text-decoration: none;
  background-color: white;
  border: 1px solid #dddddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: black;
  background-color: #005aaa;
  border-color: #005aaa;
  color: white;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: white;
  cursor: default;
  background-color: #005aaa;
  border-color: #005aaa;
}
.pagination.pagination-border > li > a,
.pagination.pagination-border > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: black;
  text-decoration: none;
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #eeeeee;
}
.pagination.pagination-border > .active > a,
.pagination.pagination-border > .active > span,
.pagination.pagination-border > .active > a:hover,
.pagination.pagination-border > .active > span:hover,
.pagination.pagination-border > .active > a:focus,
.pagination.pagination-border > .active > span:focus,
.pagination.pagination-border > li > a:hover,
.pagination.pagination-border > li > span:hover,
.pagination.pagination-border > li > a:focus,
.pagination.pagination-border > li > span:focus {
  border-color: #005aaa;
  background-color: transparent;
  color: #005aaa;
}
.pager li > a,
.pager li > span {
  border-radius: 2px;
  color: #005aaa;
}
.pager li > a:hover,
.pager li > span:hover {
  color: white;
  background-color: #005aaa;
}
.pager.pager-border li > a,
.pager.pager-border li > span {
  border-radius: 2px;
  color: #005aaa;
  border: none;
  border-bottom: 3px solid #eeeeee;
  padding-left: 0;
  padding-right: 0;
  margin: 0 15px;
}
.pager.pager-border li > a:hover,
.pager.pager-border li > span:hover {
  color: white;
  background-color: transparent;
  border-color: #005aaa;
  color: black;
}
input {
  border-radius: 0 !important;
  box-shadow: none;
}
.form-control {
  display: block;
  border-radius: 0;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #005aaa;
  box-shadow: none;
}
textarea.form-control,
select.form-control {
  border-radius: 0;
}
textarea.form-control:focus {
  border-color: #005aaa;
}
.input-group-addon {
  border-radius: 0;
  background-color: #005aaa;
  border-color: #004f96;
  color: white;
}
.has-success .royal-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #019450;
}
.has-success .form-control {
  border-color: #02c66c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #019450;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .input-group-addon {
  color: #02c66c;
  background-color: #dff0d8;
  border-color: #02c66c;
}
.has-success .form-control-feedback {
  color: #02c66c;
}
.has-warning .royal-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #aa5a00;
}
.has-warning .form-control {
  border-color: #dd7500;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #773f00;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .input-group-addon {
  color: #dd7500;
  background-color: #dff0d8;
  border-color: #dd7500;
}
.has-warning .form-control-feedback {
  color: #dd7500;
}
.has-error .royal-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #823c00;
}
.has-error .form-control {
  border-color: #b55400;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #4f2500;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .input-group-addon {
  color: #b55400;
  background-color: #dff0d8;
  border-color: #b55400;
}
.has-error .form-control-feedback {
  color: #b55400;
}
.form-group .glyphicon {
  margin-top: 5px;
}
.jumbotron {
  padding: 20px 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: whitesmoke;
  border-radius: 0;
  border-left: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-top: solid 5px #005aaa;
  border-bottom: solid 5px #005aaa;
  overflow: hidden;
}
.container .jumbotron {
  border-radius: 0px;
}
.jumbotron p {
  font-size: 1.2em;
  font-weight: 400;
}
.lead {
  font-weight: 400;
  font-family: "Lato", "Open Sans", sans-serif;
}
.lead-lg {
  font-size: 1.8em;
  font-weight: 300;
}
.lead-lg strong {
  font-weight: 400;
}
.lead-sm {
  font-size: 1.2em;
}
.lead-hand {
  font-size: 1.3em;
  font-family: 'Indie Flower', cursive;
  line-height: 170%;
}
.panel,
.panel .panel-footer {
  border-radius: 0;
}
.panel-default {
  border-color: #e5e5e5;
}
.panel-default .panel-heading {
  border-color: #e5e5e5;
}
.panel-primary {
  border-color: #005aaa;
}
.panel-primary .panel-heading,
.panel-primary .panel-footer {
  background-color: #005aaa;
  color: white;
}
.panel-heading {
  border-radius: 0;
  font-family: "Lato", "Open Sans", sans-serif;
}
.panel-heading a {
  font-weight: 500 !important;
}
.panel-heading i {
  margin-right: 5px;
  font-size: 1.1em;
}
.panel-title {
  padding: 7px;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-heading-link,
.panel-plus-link {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  position: relative;
  font-family: "Lato", "Open Sans", sans-serif;
}
.panel-plus-link a {
  background-color: inherit;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.panel-plus-link a:hover,
.panel-plus-link a:focus,
.panel-plus-link a:active {
  background-color: transparent !important;
}
.panel-group .panel > .panel-heading.panel-plus-link a.collapsed:before {
  font-family: 'FontAwesome';
  content: "\f067";
  font-size: 1.4em;
  margin-right: 10px;
  vertical-align: middle;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  *margin-right: .3em;
}
.panel-group .panel > .panel-heading.panel-plus-link a:before {
  font-family: 'FontAwesome';
  content: "\f068";
  font-size: 1.4em;
  margin-right: 10px;
  vertical-align: middle;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  *margin-right: .3em;
}
.panel-primary .panel-heading a,
.panel-primary-dark .panel-heading a,
.panel-info-dark .panel-heading a,
.panel-success-dark .panel-heading a,
.panel-warning-dark .panel-heading a,
.panel-danger-dark .panel-heading a,
.panel-royal-dark .panel-heading a,
.panel-primary .panel-plus-link a,
.panel-primary-dark .panel-plus-link a,
.panel-info-dark .panel-plus-link a,
.panel-success-dark .panel-plus-link a,
.panel-warning-dark .panel-plus-link a,
.panel-danger-dark .panel-plus-link a,
.panel-royal-dark .panel-plus-link a {
  color: white;
}
.panel-primary .panel-heading a:hover,
.panel-primary-dark .panel-heading a:hover,
.panel-info-dark .panel-heading a:hover,
.panel-success-dark .panel-heading a:hover,
.panel-warning-dark .panel-heading a:hover,
.panel-danger-dark .panel-heading a:hover,
.panel-royal-dark .panel-heading a:hover,
.panel-primary .panel-plus-link a:hover,
.panel-primary-dark .panel-plus-link a:hover,
.panel-info-dark .panel-plus-link a:hover,
.panel-success-dark .panel-plus-link a:hover,
.panel-warning-dark .panel-plus-link a:hover,
.panel-danger-dark .panel-plus-link a:hover,
.panel-royal-dark .panel-plus-link a:hover {
  background-color: none;
}
.panel-primary .panel-header a,
.panel-primary .panel-footer a,
.panel-primary-dark .panel-header a,
.panel-primary-dark .panel-footer a,
.panel-info-dark .panel-header a,
.panel-info-dark .panel-footer a,
.panel-success-dark .panel-header a,
.panel-success-dark .panel-footer a,
.panel-warning-dark .panel-header a,
.panel-warning-dark .panel-footer a,
.panel-danger-dark .panel-header a,
.panel-danger-dark .panel-footer a,
.panel-royal-dark .panel-header a,
.panel-royal-dark .panel-footer a,
.panel-primary .panel-header a,
.panel-primary .panel-footer a,
.panel-primary-dark .panel-header a,
.panel-primary-dark .panel-footer a,
.panel-info-dark .panel-header a,
.panel-info-dark .panel-footer a,
.panel-success-dark .panel-header a,
.panel-success-dark .panel-footer a,
.panel-warning-dark .panel-header a,
.panel-warning-dark .panel-footer a,
.panel-danger-dark .panel-header a,
.panel-danger-dark .panel-footer a,
.panel-royal-dark .panel-header a,
.panel-royal-dark .panel-footer a {
  color: white;
}
.panel-default .panel-heading-link a,
.panel-default .panel-plus-link a {
  color: #333333;
}
.panel .panel-footer i {
  margin: 0 5px;
}
.panel .panel-heading-link a:after {
  font-family: 'FontAwesome';
  content: "\f107";
  font-size: 1.2em;
  float: right;
  background-color: #005aaa;
  color: white;
  padding: 5px 0px;
  margin-top: -5px;
  margin-right: -15px;
  width: 33px;
  text-align: center;
}
.panel-primary .panel-heading-link a:after,
.panel-primary-dark .panel-heading-link a:after,
.panel-info-dark .panel-heading-link a:after,
.panel-success-dark .panel-heading-link a:after,
.panel-warning-dark .panel-heading-link a:after,
.panel-danger-dark .panel-heading-link a:after,
.panel-royal-dark .panel-heading-link a:after {
  background-color: #333333;
}
.panel .panel-heading-link a.collapsed:after {
  content: "\f104";
}
.panel-success .panel-heading-link a:after {
  background-color: #02c66c;
}
.panel-info .panel-heading-link a:after {
  background-color: #6693bc;
}
.panel-warning .panel-heading-link a:after {
  background-color: #dd7500;
}
.panel-danger .panel-heading-link a:after {
  background-color: #b55400;
}
.panel-royal .panel-heading-link a:after {
  background-color: #f9e04c;
}
.panel-success .panel-plus-link a,
.panel-success .panel-heading-link a {
  color: #017a43;
}
.panel-info .panel-plus-link a,
.panel-info .panel-heading-link a {
  color: #416d94;
}
.panel-warning .panel-plus-link a,
.panel-warning .panel-heading-link a {
  color: #914d00;
}
.panel-danger .panel-plus-link a,
.panel-danger .panel-heading-link a {
  color: #693000;
}
.panel-royal .panel-plus-link a,
.panel-royal .panel-heading-link a {
  color: #f0cf08;
}
.panel-heading.panel-plus-link > a,
.panel-heading-link > a {
  display: block;
  padding: 5px 15px;
}
.panel-heading-link > a > i {
  margin-right: 10px;
}
.panel .panel-heading a {
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
}
.panel .panel-primary .panel-heading a:hover,
.panel .panel-success .panel-heading a:hover,
.panel .panel-info .panel-heading a:hover,
.panel .panel-warning .panel-heading a:hover,
.panel .panel-danger .panel-heading a:hover,
.panel .panel-royal .panel-heading a:hover,
.panel .panel-primary-dark .panel-heading a:hover,
.panel .panel-info-dark .panel-heading a:hover,
.panel .panel-success-dark .panel-heading a:hover,
.panel .panel-warning-dark .panel-heading a:hover,
.panel .panel-danger-dark .panel-heading a:hover,
.panel .panel-royal-dark .panel-heading a:hover {
  background-color: transparent !important;
}
.panel-body-no-padding {
  padding: 0 !important;
}
.panel-default .panel-heading,
.panel-default .panel-footer {
  background-color: #f3f3f3;
  color: #333333;
}
.panel-royal .panel-heading,
.panel-royal .panel-footer {
  background-color: #fdf5c7;
  color: #a68f06;
  border: solid 1px #fcf1af;
}
.panel-royal .panel-body {
  border: solid 1px #fdf5c7;
}
.panel-primary-dark .panel-heading,
.panel-primary-dark .panel-footer {
  background-color: #003f77;
  color: white;
}
.panel-success-dark .panel-heading,
.panel-success-dark .panel-footer {
  background-color: #5ca43f;
  color: white;
}
.panel-info-dark .panel-heading,
.panel-info-dark .panel-footer {
  background-color: #288ec3;
  color: white;
}
.panel-warning-dark .panel-heading,
.panel-warning-dark .panel-footer {
  background-color: #e4c016;
  color: white;
}
.panel-danger-dark .panel-heading,
.panel-danger-dark .panel-footer {
  background-color: #a94242;
  color: white;
}
.panel-royal-dark .panel-heading,
.panel-royal-dark .panel-footer {
  background-color: #d8ba07;
  color: white;
}
.panel-primary-dark .panel-body {
  border: solid 1px #003f77;
}
.panel-success-dark .panel-body {
  border: solid 1px #5ca43f;
}
.panel-info-dark .panel-body {
  border: solid 1px #288ec3;
}
.panel-warning-dark .panel-body {
  border: solid 1px #e4c016;
}
.panel-danger-dark .panel-body {
  border: solid 1px #a94242;
}
.panel-royal-dark .panel-body {
  border: solid 1px #d8ba07;
}
.dropdown-submenu {
  position: relative;
}
.dropdown.dropdown-inverse a {
  color: white;
}
.dropdown.dropdown-inverse a:hover {
  color: white;
  background-image: -webkit-linear-gradient(bottom, #004c91, #005aaa);
  background-image: -moz-linear-gradient(bottom, #004c91, #005aaa);
  background-image: -o-linear-gradient(bottom, #004c91, #005aaa);
  background-image: linear-gradient(to top, #004c91, #005aaa);
}
.dropdown.dropdown-inverse ul {
  background-color: #333333;
  color: white;
  border-color: #222222;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), inset 0 0 0px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), inset 0 0 0px rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), inset 0 0 0px rgba(255, 255, 255, 0.75);
}
.dropdown.dropdown-inverse .divider {
  background-color: #555555;
}
.dropdown.dropdown-inverse .dropdown-header {
  border-color: #555555;
  box-shadow: none;
  color: #cccccc;
}
.dropdown > a:after,
.dropdown-submenu > a:after {
  top: 8px;
  right: 9px;
  font-size: 11px;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
}
.dropdown > a:after {
  top: 18px;
  right: 15px;
  content: "\f107";
}
.dropdown-submenu > .dropdown-menu {
  top: -1px;
  left: 100%;
  margin-top: -5px;
  margin-left: 0px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
@media (max-width: 767px) {
  .dropdown-submenu > .dropdown-menu {
    display: block;
    margin-left: 15px;
  }
  .dropdown > a {
    border-bottom: solid 1px #dddddd;
    margin: 0;
  }
  .dropdown.open > a,
  .dropdown.open > a:focus,
  .dropdown.open > a:active {
    border-bottom: solid 1px #dddddd;
  }
  .dropdown a {
    padding: 0 6px;
  }
  .dropdown-submenu {
    padding: 0;
    margin-top: -5px;
  }
  .dropdown-submenu a {
    padding: 5px 0;
    margin: 0;
  }
  .dropdown-submenu > a:after {
    content: " ";
  }
  .dropdown > a:after {
    top: 10px;
    right: 15px;
    content: "\f104";
  }
  .dropdown.open > a:after {
    top: 10px;
    right: 15px;
    content: "\f107";
  }
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.dropdown-header {
  text-align: center;
  border-bottom: solid 1px #e5e5e5;
  border-top: solid 1px #e5e5e5;
  padding: 6px 0;
  margin: 9px 0;
}
.main-header .container {
  position: relative;
}
@media (max-width: 500px) {
  .main-header .breadcrumb {
    display: none !important;
  }
}
.main-header .breadcrumb {
  margin: 0;
  display: inline-block;
  background: none;
  color: white;
  font-size: 1.1em;
  position: absolute;
  top: 0px;
  right: 10px;
}
.main-header .breadcrumb li {
  color: #eeeeee;
}
.main-header .breadcrumb li.current_item {
  color: #eeeeee;
}
.main-header .breadcrumb a {
  color: white;
}
.main-header .breadcrumb a:hover {
  text-decoration: none;
  border-bottom: solid 1px white;
}
.breadcrumb > li + li:before {
  padding: 0 6px 0 5px;
  content: "\00bb";
}
.main-header .breadcrumb > li + li:before {
  color: white;
}
.nav-pills > li > a {
  border-radius: 0px;
  color: #333333;
}
.nav-pills.nav-stacked > li.active > a,
.nav-pills.nav-stacked > li.active > a:hover,
.nav-pills.nav-stacked > li.active > a:focus {
  border-left: solid 3px black;
  background-color: #eeeeee;
  color: #333333;
}
.nav-pills.nav-stacked > li > a {
  border-left: solid 3px #005aaa;
}
.nav-pills.nav-stacked > li > a:hover {
  border-left: solid 3px black;
}
.nav-stacked > li + li {
  margin: 0;
}
.nav-stacked {
  background-color: #f9f9f9;
  border: solid 1px #eeeeee;
}
.thumbnail {
  border-radius: 0px;
  position: relative;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #005aaa;
}
.thumbnail.thumbnail-round {
  border-radius: 5px;
}
.thumbnail.thumbnail-round > img {
  border-radius: 5px;
}
/* Caption */

.img-caption-ar {
  position: relative;
  padding: 5px;
  border: solid 1px #dddddd;
  margin-bottom: 20px;
  color: white;
  width: 100%;
}
.img-caption-ar img {
  width: 100%;
}
.caption-ar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.caption-ar .caption-content {
  width: 80%;
  height: 150px;
  left: 10%;
  top: 40%;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  visibility: hidden;
  -webkit-transition: all .50s ease;
  -moz-transition: all .50s ease;
  -ms-transition: all .50s ease;
  -o-transition: all .50s ease;
  transition: all .50s ease;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.caption-ar:hover .caption-content {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.caption-ar:hover {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.caption-ar .caption-content a {
  background-color: rgba(128, 128, 128, 0.5);
  padding: 10px 10px 8px 10px;
  color: white;
  border: solid 1px #999999;
  text-decoration: none;
  margin-bottom: 10px !important;
  display: inline-block;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.caption-ar .caption-content a:hover {
  background-color: rgba(200, 200, 200, 0.5);
}
.caption-ar .caption-content a i {
  margin-right: 10px;
}
.caption-ar .caption-content .caption-title {
  padding: 0;
  color: white;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5em;
}
.caption-ar .caption-content .caption-title + p {
  margin-top: 5px;
}
/* ---------------------------------------------------- */

/* Navbar */

/* ---------------------------------------------------- */

.navbar-default {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
  background-image: -webkit-linear-gradient(bottom, #ececec, #f4f4f4);
  background-image: -moz-linear-gradient(bottom, #ececec, #f4f4f4);
  background-image: -o-linear-gradient(bottom, #ececec, #f4f4f4);
  background-image: linear-gradient(to top, #ececec, #f4f4f4);
  margin-bottom: 0;
  border-bottom: 0;
}
.navbar-default .navbar-brand {
  font-size: 28px;
  font-weight: 300;
  text-transform: lowercase;
  font-family: "Muli", sans-serif;
  word-spacing: -6px;
  -webkit-text-stroke: 0.01em;
  background-image: url("/content/images/owl-small.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 45px;
  color: black;
}
@media (min-width: 360px) and (max-width: 768px) {
  .navbar-default .navbar-brand {
    margin-left: 10px;
  }
}
/*@media (max-width: 400px) {
    .navbar-default .navbar-brand {
         background: none;
         padding-left: 0;
    }
}*/

.navbar-default .navbar-brand span {
  color: #005aaa;
}
.dropdown-menu li a {
  position: relative;
}
.dropdown-menu li a .label {
  position: absolute;
  right: 10px;
  top: 8px;
}
.dropdown-menu li a:hover .label {
  background-color: white;
  color: #005aaa;
}
@media (min-width: 767px) {
  /*Navbar Collapse*/
  
  .navbar-collapse {
    padding: 0;
  }
  /*Navbar*/
  
  .navbar-default .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 15px;
    margin-top: -1px;
    color: black;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 400;
  }
  .navbar-default .navbar-nav > li.dropdown > a {
    padding-right: 30px;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:active,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a {
    background-color: #005aaa;
    background-image: -webkit-linear-gradient(bottom, #004c91, #005aaa);
    background-image: -moz-linear-gradient(bottom, #004c91, #005aaa);
    background-image: -o-linear-gradient(bottom, #004c91, #005aaa);
    background-image: linear-gradient(to top, #004c91, #005aaa);
    color: white;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: #005aaa;
    background-image: -webkit-linear-gradient(bottom, #004c91, #005aaa);
    background-image: -moz-linear-gradient(bottom, #004c91, #005aaa);
    background-image: -o-linear-gradient(bottom, #004c91, #005aaa);
    background-image: linear-gradient(to top, #004c91, #005aaa);
    color: white;
  }
  /*Dropdown Menu*/
  
  .dropdown-menu {
    padding: 0;
    min-width: 200px;
    border-radius: 0;
    z-index: 9999 !important;
    margin-top: 0px !important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
    background-color: whitesmoke;
  }
  .dropdown-menu li a {
    font-size: 13px;
    font-weight: 400;
    padding: 6px 15px;
  }
  .dropdown-menu .active > a,
  .dropdown-menu li > a:hover,
  .dropdown-menu li > a:focus,
  .dropdown-menu li > a:active {
    background-color: #005aaa;
    background-image: -webkit-linear-gradient(bottom, #004c91, #005aaa);
    background-image: -moz-linear-gradient(bottom, #004c91, #005aaa);
    background-image: -o-linear-gradient(bottom, #004c91, #005aaa);
    background-image: linear-gradient(to top, #004c91, #005aaa);
    color: white;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .navbar-default .navbar-nav > li.dropdown > a {
    padding-right: 25px;
  }
  .dropdown > a:after {
    right: 10px;
  }
  .navbar-default .navbar-brand {
    font-size: 1.9em;
    word-spacing: -5px;
    -webkit-text-stroke: 0.007em;
    background-image: none;
    padding-left: 5px;
  }
}
.navbar-header .navbar-toggle {
  margin: 0;
  padding: 8px 12px 4px 12px;
  background-color: #555555;
  background-image: -webkit-linear-gradient(bottom, #4d4d4d, #666666);
  background-image: -moz-linear-gradient(bottom, #4d4d4d, #666666);
  background-image: -o-linear-gradient(bottom, #4d4d4d, #666666);
  background-image: linear-gradient(to top, #4d4d4d, #666666);
  border: none;
  border-radius: 0;
  color: white;
  position: absolute;
  left: 0px;
  height: 50px;
}
.navbar-header .navbar-toggle:hover,
.navbar-header .navbar-toggle:focus {
  background-color: #004c91;
}
.navbar-header .navbar-toggle i {
  margin: 0;
  padding: 0;
  line-height: 100%;
  font-size: 1.5em;
}
.sb-icon-navbar i {
  background-color: #555555;
  background-image: -webkit-linear-gradient(bottom, #4d4d4d, #666666);
  background-image: -moz-linear-gradient(bottom, #4d4d4d, #666666);
  background-image: -o-linear-gradient(bottom, #4d4d4d, #666666);
  background-image: linear-gradient(to top, #4d4d4d, #666666);
  color: white;
  padding: 11px;
  margin-left: 15px;
  vertical-align: middle;
  font-size: 1.5em;
  padding: 15px 14px 14px 14px;
  height: 50px;
}
@media (min-width: 768px) and (max-width: 842px) {
  .navbar-right {
    float: left !important;
  }
}
@media (max-width: 991px) {
  .sb-icon-navbar i {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-brand {
    font-size: 1.7em;
    word-spacing: -4px;
    margin-left: 60px;
  }
}
/*-------------------------------------------------------------------*/

/* Carousel razon */

/*-------------------------------------------------------------------*/

.carousel-section-e {
  margin-bottom: 40px;
  overflow: hidden;
}
.carousel-e {
  background-color: #005aaa;
}
.carousel-e {
  background-color: #005aaa;
  background-color: rgba(0, 90, 170, 0.9);
}
.carousel-e .carousel-caption {
  position: static;
  text-align: left;
}
.carousel-e .carousel-img-wrap {
  display: table-row;
}
.carousel-e .carousel-img {
  height: 400px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  display: static;
}
.carousel-e .carousel-img img {
  width: 100%;
}
.carousel-e .carousel-indicators {
  bottom: 0px !important;
}
.carousel-e .carousel-indicators li {
  margin: 0 2px;
}
.carousel-section {
  background-image: url("/content/images/template/slide_back.jpg");
  margin-bottom: 40px;
  overflow: hidden;
}
.carousel-razon {
  background-color: #005aaa;
  background-color: rgba(0, 76, 145, 0.9);
}
.carousel-razon-dark {
  background-color: #444444;
  background-color: rgba(0, 0, 0, 0.6);
}
.carousel-razon .carousel-caption {
  position: static;
  text-align: left;
}
.carousel-razon .carousel-img-wrap {
  display: table-row;
}
.carousel-razon .carousel-img {
  height: 400px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  display: static;
}
.carousel-razon .carousel-img img {
  width: 100%;
}
.carousel-razon .carousel-indicators {
  bottom: 0px !important;
}
.carousel-razon .carousel-indicators li {
  margin: 0 2px;
}
.carousel-text span {
  color: #f9e04c;
}
.carousel-title {
  margin: 20px 0 10px 0;
  padding: 0;
  font-size: 2.2em;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  line-height: 1.4em;
}
.crousel-subtitle {
  font-size: 1.8em;
  color: #f9e04c;
  margin-bottom: 20px;
  font-weight: 300;
  font-family: "Lato", sans-serif;
}
.carousel-list {
  margin: 20px 0;
}
.carousel-list li {
  color: white;
  font-size: 1.4em;
  margin-bottom: 10px;
  overflow: hidden;
}
.carousel-list li i {
  font-size: 1.6em;
  margin-right: 20px;
  color: white;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: white;
  text-align: center;
  filter: alpha(opacity=80);
  opacity: .8;
}
.carousel-control.left {
  background-image: none;
  filter: none;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: none;
  filter: none;
}
.carousel-control:hover,
.carousel-control:focus {
  color: white;
  text-decoration: none;
  filter: alpha(opacity=100);
  outline: none;
  opacity: 1;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
@media (max-width: 767px) {
  .carousel-indicators {
    top: 10px !important;
    bottom: auto !important;
  }
  .carousel-title {
    margin: 10px 0 5px 0;
    padding: 0;
    font-size: 2em;
    line-height: 1.3em;
  }
  .crousel-subtitle {
    font-size: 1.4em;
  }
  .carousel-text p {
    margin-bottom: 10px;
  }
  .carousel-list {
    margin: 5px 0 0 0;
  }
  .carousel-list li {
    font-size: 1.2em;
    line-height: 1em;
    margin-bottom: 4px;
  }
  .carousel-list li span {
    padding: 5px;
  }
  .carousel-list li i {
    width: 42px;
    padding: 5px;
  }
  .carousel-control {
    left: auto;
    bottom: auto;
    top: 20px;
  }
  .carousel-control.left {
    right: 50px;
  }
  .carousel-control.right {
    right: 0;
  }
}
/* ---------------------------------------------------- */

/* Footer */

/* ---------------------------------------------------- */

#footer-widgets {
  background-color: #444444;
  color: #eeeeee;
  padding: 0px 0 20px 0;
  margin-top: 30px;
  border-top: solid 1px #cccccc;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
}
.footer-widget-title {
  font-family: 'Lato', sans-serif;
  font-size: 1.6em;
  color: #0075dd;
}
#footer-widgets a {
  color: #eeeeee;
  text-decoration: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#footer-widgets a:hover {
  color: #ff8f11;
}
#footer {
  background-color: #333333;
  color: #cccccc;
  padding: 17px 0;
  text-align: center;
  border-top: solid 1px #555555;
}
#footer a {
  color: #005aaa;
  text-decoration: none;
}
#footer a:hover {
  color: #005aaa;
}
#footer p {
  margin: 0;
  padding: 0;
  line-height: 100%;
}
.footer-widget .media {
  margin-bottom: 10px;
}
.footer-widget .media .media-heading {
  font-size: 1.1em;
  line-height: 1.3em;
}
.footer-widget small {
  color: #cccccc;
  font-style: oblique;
}
.footer-widget .thumbnail {
  border-color: #666666;
  background-color: rgba(0, 0, 0, 0.2);
}
.three_cols {
  overflow: hidden;
}
.three_cols > li {
  float: left;
  width: 33.333%;
  padding-bottom: 2px;
  padding-top: 1px;
}
.input-group > input[type="text"] {
  height: 34px;
  position: relative;
  z-index: 3;
}
input.input-lg[type="text"] {
  height: 40px !important;
}
/* ---------------------------------------------------- */

/* Slidebar */

/* ---------------------------------------------------- */

.sb-slidebar {
  color: white;
}
.sb-slidebar input[type="text"] {
  border-radius: 0;
  height: 50px;
  background-color: #333333;
  border: 0;
  border-bottom: solid 1px #2f2f2f;
  box-shadow: none;
  color: white;
}
.sb-slidebar .input-group .btn {
  height: 50px;
  background-color: #005aaa;
  color: white;
  border-color: #2f2f2f;
  border-radius: 0;
}
.sb-slidebar .input-group .btn i {
  font-size: 1.4em;
}
.slidebar-header {
  color: #005aaa;
  font-size: 1.6em;
  border-bottom: solid 1px #2f2f2f;
  padding: 15px 20px;
  margin: 10px 0 20px 0;
}
.padding-20 {
  padding: 20px 0;
}
.padding-40 {
  padding: 40px 0;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-top-40 {
  padding-top: 40px;
}
.margin-10 {
  margin: 10px 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.lateral-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.slidebar-menu {
  margin: 0;
  padding: 0;
}
.slidebar-menu li {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}
.slidebar-menu li a {
  display: block;
  color: #dddddd;
  padding: 10px 20px;
  border-bottom: solid 1px #2f2f2f;
  text-decoration: none;
}
.slidebar-menu li a:hover {
  background-color: black;
  color: white;
}
.slidebar-social-icons {
  padding: 0 20px;
}
/* ---------------------------------------------------- */

/* Theme Options */

/* ---------------------------------------------------- */

#theme-options {
  display: table;
  position: fixed;
  top: 150px;
  left: -260px;
  z-index: 1000;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#theme-options:hover {
  left: 0;
}
#icon-options {
  display: table-cell;
}
#icon-options i {
  padding: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
  background-image: -webkit-linear-gradient(bottom, #ececec, #f4f4f4);
  background-image: -moz-linear-gradient(bottom, #ececec, #f4f4f4);
  background-image: -o-linear-gradient(bottom, #ececec, #f4f4f4);
  background-image: linear-gradient(to top, #ececec, #f4f4f4);
}
#body-options {
  display: table-cell;
  width: 260px;
  background-color: #eeeeee;
  padding: 15px 20px;
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
  background-image: -webkit-linear-gradient(bottom, #ececec, #f4f4f4);
  background-image: -moz-linear-gradient(bottom, #ececec, #f4f4f4);
  background-image: -o-linear-gradient(bottom, #ececec, #f4f4f4);
  background-image: linear-gradient(to top, #ececec, #f4f4f4);
}
#body-options h2 {
  font-size: 1.3em;
  margin-bottom: 10px;
}
#body-options .color-box {
  display: inline-block;
  text-indent: -999999px !important;
  width: 30px;
  height: 30px;
  background-color: white;
  border: solid 1px black;
  margin: 2px;
}
#body-options .color-blue {
  background-color: #0099da;
}
#body-options .color-blue2 {
  background-color: #4d7db3;
}
#body-options .color-blue3 {
  background-color: #6695e2;
}
#body-options .color-blue4 {
  background-color: #2366f0;
}
#body-options .color-blue5 {
  background-color: #38d3ff;
}
#body-options .color-green {
  background-color: #21ba91;
}
#body-options .color-green2 {
  background-color: #21ba49;
}
#body-options .color-green3 {
  background-color: #13e018;
}
#body-options .color-green4 {
  background-color: #5ebe1e;
}
#body-options .color-green5 {
  background-color: #0a9200;
}
#body-options .color-red {
  background-color: #e73c3c;
}
#body-options .color-red2 {
  background-color: #ae0000;
}
#body-options .color-red3 {
  background-color: #ed0742;
}
#body-options .color-fuchsia {
  background-color: #ff4c94;
}
#body-options .color-pink {
  background-color: #ff41e6;
}
#body-options .color-yellow {
  background-color: #f6dc00;
}
#body-options .color-yellow2 {
  background-color: #c5b319;
}
#body-options .color-orange {
  background-color: #ffb644;
}
#body-options .color-orange2 {
  background-color: #e97900;
}
#body-options .color-orange3 {
  background-color: #c37744;
}
#body-options .color-violet {
  background-color: #9f2cc0;
}
#body-options .color-violet2 {
  background-color: #9000ec;
}
#body-options .color-violet3 {
  background-color: #c64dff;
}
#body-options .color-gray {
  background-color: gray;
}
#body-options .color-aqua {
  background-color: #29d7d5;
}
.syntaxhighlighter {
  background-color: white !important;
}
.syntaxhighlighter .line.alt1 {
  background-color: white !important;
}
.syntaxhighlighter .line.alt2 {
  background-color: white !important;
}
.syntaxhighlighter .line.highlighted.alt1,
.syntaxhighlighter .line.highlighted.alt2 {
  background-color: #e0e0e0 !important;
}
.syntaxhighlighter .line.highlighted.number {
  color: black !important;
}
.syntaxhighlighter table caption {
  color: black !important;
}
.syntaxhighlighter .gutter {
  color: #afafaf !important;
}
.syntaxhighlighter .gutter .line {
  border-right: 3px solid #005aaa !important;
}
.syntaxhighlighter .gutter .line.highlighted {
  background-color: #005aaa !important;
  color: white !important;
}
.syntaxhighlighter.printing .line .content {
  border: none !important;
}
.syntaxhighlighter.collapsed {
  overflow: visible !important;
}
.syntaxhighlighter.collapsed .toolbar {
  color: blue !important;
  background: white !important;
  border: 1px solid #005aaa !important;
}
.syntaxhighlighter.collapsed .toolbar a {
  color: blue !important;
}
.syntaxhighlighter.collapsed .toolbar a:hover {
  color: red !important;
}
.syntaxhighlighter .toolbar {
  color: white !important;
  background: #005aaa !important;
  border: none !important;
}
.syntaxhighlighter .toolbar a {
  color: white !important;
}
.syntaxhighlighter .toolbar a:hover {
  color: black !important;
}
.syntaxhighlighter .plain,
.syntaxhighlighter .plain a {
  color: black !important;
}
.syntaxhighlighter .comments,
.syntaxhighlighter .comments a {
  color: #008200 !important;
}
.syntaxhighlighter .string,
.syntaxhighlighter .string a {
  color: blue !important;
}
.syntaxhighlighter .keyword {
  color: #006699 !important;
}
.syntaxhighlighter .preprocessor {
  color: gray !important;
}
.syntaxhighlighter .variable {
  color: #aa7700 !important;
}
.syntaxhighlighter .value {
  color: #009900 !important;
}
.syntaxhighlighter .functions {
  color: deeppink !important;
}
.syntaxhighlighter .constants {
  color: #0066cc !important;
}
.syntaxhighlighter .script {
  font-weight: bold !important;
  color: #006699 !important;
  background-color: none !important;
}
.syntaxhighlighter .color1,
.syntaxhighlighter .color1 a {
  color: gray !important;
}
.syntaxhighlighter .color2,
.syntaxhighlighter .color2 a {
  color: deeppink !important;
}
.syntaxhighlighter .color3,
.syntaxhighlighter .color3 a {
  color: red !important;
}
.syntaxhighlighter .keyword {
  font-weight: bold !important;
}
/* UI ELEMNTS PAGES */

.bs-glyphicons-list {
  padding-left: 0;
  list-style: none;
}
.bs-glyphicons-list li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid white;
  background-color: #f9f9f9;
}
.bs-glyphicons-list .glyphicon {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
}
.bs-glyphicons-list .glyphicon-class {
  display: block;
  text-align: center;
  word-wrap: break-word;
  /* Help out IE10+ with class names */

}
.bs-glyphicons-list li:hover {
  color: white;
  background-color: #005aaa;
}
@media (min-width: 768px) {
  .bs-glyphicons-list {
    margin-left: 0;
    margin-right: 0;
  }
  .bs-glyphicons-list li {
    width: 12.5%;
    font-size: 12px;
  }
}
.fontawesome-icon-list .fa-hover a {
  font-size: 1.1em;
  line-height: 2em;
  color: #333333;
  display: block;
  text-decoration: none;
  padding: 3px 10px;
  border-radius: 2px;
}
.fontawesome-icon-list .fa-hover a:hover {
  color: white;
  background-color: #005aaa;
}
.fontawesome-icon-list .fa-hover a i {
  font-size: 1.4em;
  margin-right: 10px;
  line-height: 1.8em;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .drop-demo ul {
    position: static;
    z-index: 0;
    margin: 0;
    padding: 0;
  }
  .drop-demo .dropdown-menu .dropdown-submenu ul {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .drop-demo ul {
    position: static;
    z-index: 0;
    margin: 0;
    padding: 0;
  }
  .drop-demo .dropdown-menu .dropdown-submenu ul {
    position: static;
    box-shadow: none;
    border: 0;
    margin: 0;
    padding-left: 15px;
  }
}
/*-------------------------------------------------------------------*/

/* Carousel Images */

/*-------------------------------------------------------------------*/

.carousel-images .carousel-indicators {
  bottom: auto;
  top: 10px;
}
.carousel-images .carousel-control {
  position: absolute;
  top: 50%;
  bottom: auto;
  height: 50px;
  left: 20px;
  width: 50px;
  font-size: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 90;
}
.carousel-images .carousel-control.left {
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
}
.carousel-images .carousel-control.right {
  right: 0;
  left: auto;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
}
.carousel-images .carousel-control:hover,
.carousel-images .carousel-control:focus {
  color: white;
  text-decoration: none;
  outline: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-images .carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  left: auto;
  right: auto;
  bottom: 0;
  padding: 20px;
}
.carousel-images .carousel-caption.carousel-caption-dark {
  background-color: rgba(0, 0, 0, 0.7);
}
.carousel-images .carousel-caption h1,
.carousel-images .carousel-caption h2,
.carousel-images .carousel-caption h3,
.carousel-images .carousel-caption h4,
.carousel-images .carousel-caption h5,
.carousel-images .carousel-caption h6 {
  color: white;
  margin: 0 0 10px 0;
}
.carousel-images .carousel-caption h1 a,
.carousel-images .carousel-caption h2 a,
.carousel-images .carousel-caption h3 a,
.carousel-images .carousel-caption h4 a,
.carousel-images .carousel-caption h5 a,
.carousel-images .carousel-caption h6 a {
  color: white;
  text-decoration: none;
}
/*-------------------------------------------------------------------*/

/* bxslider */

/*-------------------------------------------------------------------*/

.bx-wrapper {
  border: none;
  box-shadow: none;
}
.bx-wrapper .bx-loading {
  background-image: url("/content/images/template/bx_loader.gif");
}
.bx-wrapper .bx-caption {
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.7);
}
.bx-wrapper .bx-caption span {
  font-family: "Lato", sans-serif;
  font-size: 1em;
  margin: 0;
  line-height: 1em;
  padding-bottom: 15px;
}
.bx-wrapper .bx-prev {
  left: 0px;
  background: url("/content/images/template/controls.png") no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url("/content/images/template/controls.png") no-repeat -43px -32px;
}
.bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.bxslider-controls {
  position: relative;
}
.bxslider-controls .bx-next {
  font-size: 1.4em;
  font-weight: 500;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 6px 0px;
  color: white;
  width: 32px;
  height: 35px;
  text-align: center;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: -60px;
}
.bxslider-controls .bx-prev {
  font-size: 1.4em;
  font-weight: 500;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 6px 0px;
  color: white;
  width: 32px;
  height: 35px;
  text-align: center;
  text-decoration: none;
  position: absolute;
  right: 37px;
  top: -60px;
}
.bxslider-controls .bx-prev:hover,
.bxslider-controls .bx-next:hover {
  background-color: #005aaa;
}
.calification {
  color: #ffde00;
  font-size: 1.3em;
  margin-bottom: 10px;
}
.calification i {
  margin: 0;
  padding: 0;
  line-height: 100%;
}
/* ---------------------------------------------------- */

/* Index Page */

/* ---------------------------------------------------- */

.home-devices {
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .home-devices {
    padding-top: 80px;
  }
}
.icon-devices {
  margin: 30px 0 20px 0px;
  font-size: 3em;
  text-align: center;
  padding: 0;
}
.icon-devices li {
  list-style-type: none;
  list-style-position: outside;
  display: inline-block;
}
.icon-devices li a {
  color: #777777;
  margin-right: 10px;
}
.icon-devices li a:hover {
  color: #666666;
}
.icon-devices li.active a {
  color: #005aaa;
}
/* ---------------------------------------------------- */

/* Portfolio */

/* ---------------------------------------------------- */

.portfolio-menu {
  background-color: #f9f9f9;
  margin-bottom: 40px;
}
.portfolio-menu h3 {
  font-size: 1.2em;
  color: white;
  background-color: #005aaa;
  padding: 10px 10px;
  border-left: solid 3px #005aaa;
  margin: 0;
  font-weight: 400;
}
.portfolio-menu h3 i,
.portfolio-menu h4 i {
  font-size: .85em;
  margin-right: 5px;
}
.portfolio-menu h4 {
  font-size: 1.2em;
  color: #333333;
  background-color: #f1f1f1;
  padding: 10px 10px;
  border-left: solid 3px #005aaa;
  margin: 0;
  font-weight: 400;
}
.portfolio-cats,
.portfolio-cols,
.portfolio-desc {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
  box-sizing: border-box;
}
.portfolio-cats li span {
  padding: 7px 10px;
  border-left: solid 3px #dddddd;
  display: block;
  margin: 0;
  text-decoration: none;
  color: #333333;
  cursor: pointer;
}
.portfolio-cats li span:hover,
.portfolio-cats li span.active,
.portfolio-cats li span.active:hover {
  color: black;
  border-color: #005aaa;
}
.portfolio-cats li span.active {
  font-weight: 600;
}
.portfolio-cols li {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.portfolio-cols li a {
  display: block;
  text-decoration: none;
  color: #333333;
  font-size: 1.3em;
  margin: 0;
  padding: 0;
  border-right: solid 1px #dddddd;
  padding: 7px 0;
}
.portfolio-desc li:first-child a,
.portfolio-cols li:first-child a {
  border-left: solid 3px #dddddd;
}
.portfolio-desc li:last-child a,
.portfolio-cols li:last-child a {
  border-right: none;
}
.portfolio-cols li a.active,
.portfolio-desc li a.active,
.portfolio-cols li a.active:focus,
.portfolio-desc li a.active:focus,
.portfolio-cols li a.active:hover,
.portfolio-desc li a.active:hover {
  background-color: #005aaa;
  color: white;
  font-weight: normal;
}
.portfolio-desc li {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.portfolio-desc li a {
  display: block;
  text-decoration: none;
  color: #333333;
  font-size: 1.1em;
  margin: 0;
  padding: 0;
  border-right: solid 1px #dddddd;
  padding: 5px 0;
}
.portfolio-item-caption {
  text-align: center;
  margin-bottom: 20px;
}
.portfolio-item-caption h1,
.portfolio-item-caption h2,
.portfolio-item-caption h3,
.portfolio-item-caption h4,
.portfolio-item-caption h5,
.portfolio-item-caption h6 {
  margin-bottom: 5px;
  margin-top: 0px;
}
.portfolio-topbar {
  background-color: #f9f9f9;
  margin-bottom: 30px;
  border-top: solid 1px #eeeeee;
  border-left: solid 1px #eeeeee;
}
.portfolio-topbar h1,
.portfolio-topbar h2,
.portfolio-topbar h3,
.portfolio-topbar h4,
.portfolio-topbar h5,
.portfolio-topbar h6 {
  display: block;
  text-align: center;
  font-size: 1.3em;
  margin: 0;
  padding: 8px 0;
  line-height: 1;
  border-right: solid 1px #eeeeee;
}
.portfolio-topbar-cats li,
.portfolio-topbar-cols li,
.portfolio-topbar-desc li {
  float: left;
  list-style-type: none;
  list-style-position: outside;
}
.portfolio-topbar-cats,
.portfolio-topbar-cols,
.portfolio-topbar-desc {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  float: left;
}
.portfolio-topbar-cats li span {
  display: inline-block;
  padding: 5px 12px;
  cursor: pointer;
  border-bottom: solid 3px #eeeeee;
}
.portfolio-topbar-cats li span.active,
.portfolio-topbar-cats li span.active:hover {
  border-bottom: solid 3px #005aaa;
}
.topbar-border {
  display: block;
  width: 100%;
  padding: 5px 12px;
  border-bottom: solid 3px #eeeeee;
  border-right: solid 1px #eeeeee;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-topbar-cats li span {
    padding: 5px 9px;
  }
}
.portfolio-topbar-cols {
  display: block;
  width: 100%;
}
.portfolio-topbar-cols li {
  width: 25%;
  float: left;
  text-align: center;
}
.portfolio-topbar-cols li a {
  display: block;
  padding: 5px 12px;
  cursor: pointer;
  border-bottom: solid 3px #eeeeee;
  text-decoration: none;
  color: #333333;
}
.portfolio-topbar-cols li a.active,
.portfolio-topbar-cols li a.active:hover,
.portfolio-topbar-desc li a.active,
.portfolio-topbar-desc li a.active:hover {
  border-bottom-color: #005aaa;
}
.portfolio-topbar-cols li a:hover,
.portfolio-topbar-desc li a:hover,
.portfolio-topbar-cats li span:hover {
  border-bottom-color: #999999;
}
.portfolio-topbar-cols li:last-child,
.portfolio-topbar-desc li:last-child {
  border-right: solid 1px #eeeeee;
}
.portfolio-topbar .col-md-8 {
  padding-right: 0;
}
.portfolio-topbar .col-md-2.port-fix {
  padding-right: 0;
  padding-left: 0;
}
.portfolio-topbar .col-md-2 {
  padding-left: 0;
}
.portfolio-topbar-desc li {
  float: left;
  width: 50%;
  text-align: center;
}
.portfolio-topbar-desc {
  display: block;
  width: 100%;
}
.portfolio-topbar-desc li a {
  display: block;
  padding: 5px 12px;
  cursor: pointer;
  border-bottom: solid 3px #eeeeee;
  text-decoration: none;
  color: #333333;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-item-panel .panel-body {
    font-size: .9em;
    line-height: 160%;
  }
  .portfolio-item-panel h4 {
    margin-top: 0;
  }
}
/* ---------------------------------------------------- */

/* E-Commerce */

/* ---------------------------------------------------- */

.ec-box {
  margin-bottom: 20px;
  border: solid 1px #eeeeee;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.ec-box:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  z-index: 10;
}
.ec-box img {
  display: block;
  margin: 0 auto;
}
.ec-box-footer {
  background-color: whitesmoke;
  padding: 5px;
  overflow: hidden;
  margin-top: 10px;
}
.ec-box-footer .label {
  font-size: 1em;
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
  margin-bottom: 0;
}
.ec-box-footer .ec-price {
  display: block;
  font-size: 1.2em;
  color: #02c66c;
  text-align: center;
  margin-top: 5px;
}
.ec-box-header {
  background-color: whitesmoke;
  padding: 5px;
  font-weight: 600;
  text-align: center;
}
.ec-filters-menu ul {
  padding: 0;
  list-style-type: none;
}
.ec-filters-menu ul li a {
  display: block;
  color: #333333;
  border-left: solid 3px #dddddd;
  padding-left: 15px;
  text-decoration: none;
}
.ec-filters-menu ul li a:hover {
  border-color: black;
  color: black;
}
.ec-filters-menu ul li a.active {
  border-color: #005aaa;
  color: #005aaa;
}
.price-box {
  font-size: 2.4em;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  border: solid 1px #f9e04c;
  padding: 9px;
  border-radius: 2px;
}
#bx-pager a {
  display: inline-block;
  border: solid 1px #dddddd;
  padding: 3px;
}
@media (max-width: 991px) {
  #bx-pager {
    margin-bottom: 40px;
  }
}
.e-price {
  font-size: 1.4em;
  padding: 15px;
  background-color: #005aaa;
  color: white;
  margin-bottom: 20px;
  text-align: center;
}
.e-price span {
  font-size: 2em;
}
/*-------------------------------------------------------------------*/

/* Blog */

/*-------------------------------------------------------------------*/

.post {
  margin-bottom: 30px;
  overflow: hidden;
}
.post .panel.panel-default .panel-heading a {
  color: black;
  font-size: 1.2em;
  margin: 0;
}
.post .panel.panel-primary .panel-heading a {
  color: white;
  font-size: 1.2em;
  margin: 0;
}
.post-title {
  font-size: 1.6em;
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border-bottom: solid 1px #eeeeee;
}
.post .post-title a {
  color: #005aaa;
  text-decoration: none;
}
.img-post {
  padding: 5px;
  border: solid 1px #cccccc;
  background-color: #eeeeee;
  margin: 0 auto 20px auto;
}
.post p {
  line-height: 190%;
}
.post-content {
  font-size: .9em;
}
.post-info {
  margin-top: 20px;
  padding: 5px 0;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  overflow: hidden;
  vertical-align: baseline;
  position: relative;
}
.post-info span {
  color: #005aaa;
}
.post-info .btn {
  position: absolute;
  right: 0;
  top: 3px;
}
.post-info-b i {
  margin: 0 5px;
}
.pi-content {
  margin-top: 5px;
  display: inline-block;
}
/* Comments */

.sub-comments {
  padding-left: 50px;
  border-left: dotted 1px #dddddd;
}
/*-------------------------------------------------------------------*/

/* Sidebar */

/*-------------------------------------------------------------------*/

.block {
  margin-bottom: 40px;
}
.block .nav > li > a > i {
  font-size: 1.3em;
}
.block ul {
  padding: 0;
}
.block ul.simple li {
  list-style-type: none;
  margin: 3px 0;
}
.block ul.simple li a {
  border-left: solid 2px #005aaa;
  padding-left: 20px;
}
.block ul.simple li a:hover {
  border-color: black;
}
.block ul.simple li ul {
  padding-left: 20px;
}
.post-sidebar {
  padding: 0;
}
.post-sidebar li {
  list-style-type: none;
  overflow: hidden;
  margin-bottom: 20px;
}
.post-sidebar img {
  float: left;
  padding: 5px;
  border: solid 1px #ccccdd;
  background-color: #dddddd;
  margin-right: 10px;
}
.post-sidebar h4 {
  margin: 0;
  padding: 0;
  line-height: 140%;
  font-size: 1.1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.post-sidebar .date {
  margin-top: 10px;
  color: #666666;
  display: block;
}
.tags-cloud a {
  border: solid 1px #dddddd;
  padding: 3px 5px;
  margin: 2px;
  display: inline-block;
  font-size: .9em;
  color: #005aaa;
  text-decoration: none;
}
.tags-cloud a:hover {
  background-color: #005aaa;
  color: white;
}
.comments-sidebar {
  padding: 0;
  margin: 0;
}
.comments-sidebar li {
  list-style-type: none;
  margin: 10px 0;
  overflow: hidden;
}
.comments-sidebar li:nth-child(2n) img {
  border-radius: 50px;
  float: left;
  margin-right: 10px;
}
.comments-sidebar li:nth-child(2n+1) img {
  border-radius: 50px;
  float: right;
  margin-left: 10px;
}
.comments-sidebar li h4 {
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 140%;
}
/*-------------------------------------------------------------------*/

/* Masonry Blog */

/*-------------------------------------------------------------------*/

.masonry-item.blog-item hr {
  margin: 0 0 10px 0;
}
.masonry-item.blog-item .btn {
  margin-top: 5px;
}
.masonry-item.blog-item .img-responsive {
  width: 100%;
}
.masonry-item.blog-item .autor-post img {
  width: 45px;
  height: 45px;
  border-radius: 200px;
  margin-right: 10px;
}
/*-------------------------------------------------------------------*/

/* Timeline */

/*-------------------------------------------------------------------*/

@media (min-width: 768px) {
  .timeline-left {
    border-right: solid 5px #dddddd;
  }
  .timeline-right {
    padding-top: 100px;
  }
  .timeline-event-left {
    width: 97%;
    position: relative;
  }
  .timeline-event-left:before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #005aaa;
    border-radius: 50px;
    border: solid 4px #dddddd;
    position: absolute;
    right: -37px;
    top: 13px;
    margin-left: -12px;
    z-index: 10;
  }
  .timeline-event-right:before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #005aaa;
    border-radius: 50px;
    border: solid 4px #dddddd;
    position: absolute;
    left: -25px;
    top: 13px;
    margin-left: -12px;
    z-index: 10;
  }
  .timeline-event-right {
    width: 97%;
    margin-left: 3%;
    position: relative;
  }
  .timeline-event:after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    position: absolute;
    top: 9px;
  }
  .timeline-event-left:after {
    border-width: 14px 0 14px 20px;
    border-color: transparent transparent transparent #005aaa;
    right: -18px;
  }
  .timeline-event-right:after {
    border-width: 14px 20px 14px 0;
    border-color: transparent #005aaa transparent transparent;
    left: -18px;
  }
}
@media (min-width: 992px) {
  .timeline-event-left:before {
    right: -41px;
    margin-left: -12px;
  }
  .timeline-event-right:before {
    left: -29px;
    margin-left: -12px;
  }
}
@media (min-width: 1200px) {
  .timeline-event-left:before {
    right: -44px;
    margin-left: -12px;
  }
  .timeline-event-right:before {
    left: -32px;
    margin-left: -12px;
  }
}
.timeline-title {
  text-align: center;
  display: block;
  margin: 0 auto 40px auto;
}
.timeline-title span {
  background-color: #005aaa;
  padding: 8px;
  color: white;
  border-radius: 3px;
}
/* Timeline 2 */

@media (min-width: 768px) {
  .timeline-2 {
    border-left: solid 5px #eeeeee;
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    margin-left: 110px;
  }
  .timeline-2 li {
    position: relative;
  }
  .timeline-2-point {
    top: 20px;
    left: -10px;
    width: 10px;
    height: 10px;
    position: absolute;
    background: #005aaa;
    margin: 0 0 0 -17px;
    box-shadow: 0 0 0 4px #eeeeee;
    -webkit-font-smoothing: antialiased;
    border-radius: 30px;
    z-index: 20;
  }
  .timeline-2 li:hover .timeline-2-point {
    background-color: #444444;
  }
  .timeline-2 li .timeline-time {
    position: relative;
    top: 0px;
    left: -150px;
    z-index: 20;
    text-align: right;
    display: block;
    width: 100px;
  }
  .timeline-2 li .timeline-time span {
    display: block;
    font-size: 1.6em;
  }
  .timeline-2 li .panel,
  .timeline-2 li .alert,
  .timeline-2 li blockquote {
    margin-top: -45px;
    position: relative;
    top: 0;
  }
}
@media (max-width: 767px) {
  .timeline-2 {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .timeline-2-point {
    display: none;
  }
  .timeline-2 li {
    margin-bottom: 40px;
  }
  .timeline-2 li .timeline-time {
    font-size: 1.6em;
    padding-bottom: 20px;
    display: block;
  }
}
/*-------------------------------------------------------------------*/

/* Pricing */

/*-------------------------------------------------------------------*/

.pricign-box {
  border: solid 1px #444444;
  -webkit-box-shadow: 3px 3px 8px 0px #cccccc;
  -moz-box-shadow: 3px 3px 8px 0px #cccccc;
  box-shadow: 3px 3px 8px 0px #cccccc;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pricign-box:hover {
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.39);
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.39);
}
.pricing-box-header {
  color: white;
  background-color: #444444;
  padding: 10px;
}
.pricing-box-header > h2 {
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 100%;
  font-size: 2em;
  text-align: center;
  color: white;
}
.pricing-box-header > p {
  font-size: .9em;
  font-weight: 300;
  text-align: center;
  margin: 0;
}
.pricing-box-price {
  padding: 10px;
  margin-bottom: 7px;
  background-color: #ededed;
  border-bottom: solid 1px #dddddd;
}
.pricing-box-price h3 {
  margin: 0;
  padding: 0;
  line-height: 100%;
  font-size: 2em;
  text-align: center;
}
.pricing-box-price h3 > sub {
  font-size: .6em;
}
.pricing-box-content > ul {
  padding: 0;
}
.pricing-box-content > ul > li {
  list-style-type: none;
  padding: 7px 0;
  border-bottom: dotted 1px #dddddd;
  vertical-align: top;
}
.pricing-box-content > ul > li > i {
  margin: 0 14px;
  font-size: 1.4em;
  list-style-position: inside;
}
.pricing-box-footer {
  margin: 10px auto;
  text-align: center;
}
.pricign-box-pro {
  border-color: #005aaa;
}
.pricign-box-pro > .pricing-box-header {
  color: white;
  background-color: #005aaa;
}
/* Pricing Mega Table */

.pricing-table {
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  margin-bottom: 40px;
}
.pricing-table-head {
  border-bottom: solid 1px #dddddd;
}
.pricing-table-head .price {
  text-align: center;
}
.pricing-table-content {
  list-style-type: none;
  padding: 0;
  font-size: .9em;
  margin: 0;
}
.pricing-table-content li {
  padding: 5px 10px;
  border-bottom: solid 1px #dddddd;
  margin: 0;
}
.border-fix-pricing {
  border-right: solid 1px #dddddd;
}
.pricing-table-description {
  margin-top: 70px;
}
.pricing-desc-title {
  font-size: 24px;
  text-align: center;
  background-color: #005aaa;
  color: white;
  margin: 0;
  padding: 21px 5px 20px 5px;
  height: 69px;
}
.pricing-table-head h2 {
  font-size: 1.3em;
  text-align: center;
  background-color: #005aaa;
  color: white;
  margin: 0;
  padding: 10px 5px;
  font-weight: 400;
  height: 70px;
}
.pricing-table-head h2 span {
  font-size: 12px;
  display: block;
  padding-top: 5px;
}
.pricing-table-head .price {
  font-size: 1em;
}
.pricing-table-head .price {
  font-size: 24px;
  font-weight: 400;
  height: 32px;
}
.pricing-table-head .price i {
  font-style: normal;
  font-size: 32px;
}
.pricing-table-content {
  text-align: center;
}
.pricing-table-description .pricing-table-content {
  text-align: left;
}
.pricing-table-content li:nth-child(2n+1) {
  background-color: #f9f9f9;
}
.pricing-table-description i {
  margin-right: 10px;
  color: #005aaa;
  font-size: 1.1em;
}
.pricing-table-footer .btn {
  border-radius: 0px;
}
.pricing-table-content .fa-check {
  color: #02c66c;
}
.pricing-table-content .fa-times {
  color: #b55400;
}
@media (min-width: 992px) {
  .pricing-col {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .pricing-table-content span {
    display: block;
  }
  .pricing-table {
    border-right: solid 1px #dddddd;
  }
}
/*-------------------------------------------------------------------*/

/* Charts */

/*-------------------------------------------------------------------*/

.circles-text {
  font-size: 2em !important;
}
/*-------------------------------------------------------------------*/

/* Home Full */

/*-------------------------------------------------------------------*/

#header-full {
  background-image: url("/content/images/template/back.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
}
.wrap-primary {
  background-color: #005aaa;
  background-color: rgba(0, 22, 42, 0.7);
  padding: 40px 0;
}
#header-full .secondary-color {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  color: #f9e04c;
  font-weight: 300;
}
#header-full .lead {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  font-weight: 300;
  font-size: 1.6em;
  max-width: 700px;
  margin: 0 auto;
}
.header-full-icons {
  margin-top: 80px;
}
.header-full-icons {
  margin-top: 80px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}
.header-full-icons .icon-ar {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.header-full-icons .icon-ar:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#header-full h1,
#header-full h2,
#header-full h3,
#header-full h4,
#header-full h4,
#header-full h6 {
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  font-family: "Muli", "Lato", sans-serif;
}
.head-title {
  font-size: 5em;
  font-weight: 300;
  text-align: center;
  color: white !important;
}
@media (min-height: 900px) {
  .wrap-primary {
    padding: 20px 0;
  }
  .header-full-icons {
    margin-top: 40px;
  }
}
@media (min-height: 990px) {
  .wrap-primary {
    padding: 80px 0 40px 0;
  }
}
@media (max-height: 900px) {
  .wrap-primary {
    padding: 0;
  }
  .header-full-icons {
    margin-top: 40px;
  }
  .head-title {
    font-size: 3em;
  }
  .head-subtitle {
    font-size: 2em;
  }
  .header-full-icons .icon-ar.icon-ar-xl-lg {
    width: 60px;
    height: 60px;
    font-size: 32px;
    line-height: 1.8;
  }
}
@media (max-height: 768px) {
  .head-full-logo {
    display: none;
  }
}
@media (max-width: 991px) {
  .wrap-primary {
    padding: 20px 0;
  }
  .header-full-icons {
    margin-top: 40px;
  }
  .head-title {
    font-size: 3em;
    font-weight: 300;
    text-align: center;
    color: white !important;
  }
  .head-subtitle {
    font-size: 2em;
  }
}
/* ---------------------------------------------------- */

/* Feature icon */

/* ---------------------------------------------------- */

.wrap-dark-color {
  background-color: #333333;
  color: #666666;
}
.wrap-dark-color p.lead {
  margin: 20px 0;
  font-size: 1.3em;
}
.feature-icon:first-child {
  border-left: solid 1px #444444;
}
.feature-container {
  display: table;
}
a.feature-icon {
  display: table-cell;
  padding: 20px;
  min-width: 130px;
  border-right: solid 1px #444444;
  text-decoration: none;
  color: #666666;
  cursor: pointer;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
a.feature-icon:hover {
  color: white;
  background-color: #005aaa;
}
.feature-icon i {
  display: block;
  font-size: 2.6em;
  margin-bottom: 10px;
  text-align: center;
}
.feature-icon h4 {
  font-size: 1.2em;
  margin: 0;
  color: #666666;
  text-align: center;
}
.feature-icon:hover h4 {
  color: white;
}
@media (min-width: 1200px) {
  a.feature-icon:hover {
    min-width: 200px;
  }
}
@media (max-width: 991px) {
  .feature-container {
    display: block;
    text-align: center;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .feature-icon:first-child {
    border-left: 0;
  }
  a.feature-icon {
    float: left;
    width: 25%;
    border: 0;
  }
}
@media (max-width: 519px) {
  .feature-container h4 {
    font-size: 1em;
  }
  .feature-icon:first-child {
    border-left: 0;
  }
  a.feature-icon {
    float: left;
    border: 0;
    min-width: 0;
    width: 50%;
  }
}
/* ---------------------------------------------------- */

/* Errors */

/* ---------------------------------------------------- */

.error-404 {
  max-width: 500px;
}
.error-404 h1 {
  font-size: 6em;
  text-transform: uppercase;
  font-family: 'Open Sans';
}
.error-404 h2 {
  font-size: 3em;
  text-transform: uppercase;
}
@media (min-height: 1019px) {
  .error-404 {
    margin: 48px auto 49px auto;
  }
}
/* 404 2 */

.paper-back {
  background-image: url("/content/images/template/back.png");
  background-repeat: repeat;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.title-logo {
  background-image: url("/content/images/template/colors/blue/logo50.png");
  background-repeat: no-repeat;
  background-position: center top;
  font-size: 2.3em;
  font-weight: 300;
  font-family: "Muli", "Lato", sans-serif;
  color: black;
  padding-top: 70px;
  margin-bottom: 20px;
  text-align: center;
}
.title-logo span {
  color: #005aaa;
}
.transparent-div {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 2px white;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 2px white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 2px white;
  border: solid 1px #c3c3c3;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 20px;
  color: #7e8488;
}
.transparent-div h1,
.transparent-div h2,
.transparent-div h3 {
  color: #7e8488;
}
.transparent-div h1 {
  font-size: 3.5em;
}
.transparent-div p {
  font-size: 1.2em;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  margin-bottom: 25px;
}
.transparent-div .btn-ar.btn-primary {
  border: solid 1px #00315e;
  background-image: -webkit-linear-gradient(top, #005aaa, #004786);
  background-image: -moz-linear-gradient(top, #005aaa, #004786);
  background-image: -o-linear-gradient(top, #005aaa, #004786);
  background-image: linear-gradient(to bottom, #005aaa, #004786);
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0;
}
.absolute-center {
  height: 700px;
}
@media (min-width: 500px) {
  .absolute-center {
    width: 500px;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}
/* ---------------------------------------------------- */

/* Home News */

/* ---------------------------------------------------- */

.home-news-box {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .home-news-box {
    margin-top: 40px;
  }
  .home-news-box h5 {
    font-size: 1em;
  }
}
/* ---------------------------------------------------- */

/* Home Profile */

/* ---------------------------------------------------- */

.profile-header {
  min-height: 350px;
  background-image: url("/content/images/template/back_profile.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
  margin-bottom: 40px;
}
.dark-div {
  background-color: rgba(0, 0, 0, 0.5);
}
.profile-header .dark-div {
  min-height: 350px;
  padding: 50px 0;
}
.profile-header h1 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  font-size: 3em;
  text-align: center;
  color: white;
}
.profile-header h2 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  font-size: 1.7em;
  text-align: center;
  color: #f9e04c;
}
.profile-header-btn .btn {
  margin: 10px;
  padding: 12px 20px;
}
.home-profile-img img {
  border: solid 10px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  margin-top: 10px;
}
.profile-header-social {
  text-align: center;
  margin: 20px 0 0 0;
}
/* ---------------------------------------------------- */

/* Home Services */

/* ---------------------------------------------------- */

.services-header {
  min-height: 350px;
  background-image: url("/content/images/template/back_services.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
  margin-bottom: 40px;
}
.primary-dark-div {
  background-color: rgba(0, 41, 78, 0.5);
}
.services-header .primary-dark-div {
  min-height: 350px;
  padding: 50px 0;
}
.service-header-text {
  max-width: 450px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}
.service-header-text h1 {
  color: #f9e04c;
}
.service-header-text .btn-ar.btn-primary {
  -webkit-box-shadow: 0 0 3px rgba(255, 255, 255, 0.75), inset 0 0 2px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 0 3px rgba(255, 255, 255, 0.75), inset 0 0 2px rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.75), inset 0 0 2px rgba(255, 255, 255, 0.75);
  border: solid 1px #00577c;
  background-image: -webkit-linear-gradient(bottom, #004a8b, #005aaa);
  background-image: -moz-linear-gradient(bottom, #004a8b, #005aaa);
  background-image: -o-linear-gradient(bottom, #004a8b, #005aaa);
  background-image: linear-gradient(to top, #004a8b, #005aaa);
  padding: 13px 45px;
  font-size: 1.1em;
  text-shadow: none;
  margin: 20px 0;
}
.service-header-text .btn-ar.btn-primary:active {
  background-image: -webkit-linear-gradient(top, #004a8b, #005aaa);
  background-image: -moz-linear-gradient(top, #004a8b, #005aaa);
  background-image: -o-linear-gradient(top, #004a8b, #005aaa);
  background-image: linear-gradient(to bottom, #004a8b, #005aaa);
  -webkit-box-shadow: 0 0 3px rgba(255, 255, 255, 0.75), inset 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(255, 255, 255, 0.75), inset 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.75), inset 0 0 2px rgba(0, 0, 0, 0.2);
}
.services-header-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.services-header-list li a {
  display: block;
  color: white;
  text-decoration: none;
  font-size: 1.7em;
  font-family: "Lato", "Open Sans", sans-serif;
  font-weight: 300;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 5px black, inset 0 0 2px rgba(255, 255, 255, 0.65);
  -moz-box-shadow: 0 0 5px black, inset 0 0 2px rgba(255, 255, 255, 0.65);
  box-shadow: 0 0 5px black, inset 0 0 2px rgba(255, 255, 255, 0.65);
  border: solid 1px rgba(255, 255, 255, 0.4);
  padding: 15px;
  margin: 20px 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.services-header-list li a i {
  margin-right: 10px;
  font-size: 1.1em;
}
.services-header-list li a:hover {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 5px black, inset 0 0 2px rgba(255, 255, 255, 0.95);
  -moz-box-shadow: 0 0 5px black, inset 0 0 2px rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 5px black, inset 0 0 2px rgba(255, 255, 255, 0.95);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .services-header-list li a {
    font-size: 1.4em;
  }
}
@media (max-width: 600px) {
  .services-header-list li a {
    font-size: 1.4em;
  }
}
/* ---------------------------------------------------- */

/* Login Pages */

/* ---------------------------------------------------- */

.logig-form {
  max-width: 500px;
}
.login-form-full {
  padding-top: 50px;
  max-width: 500px;
  margin: 0 auto;
}
.paper-back-full {
  background-image: url("/content/images/template/back.png");
  background-repeat: repeat;
  padding-bottom: 30px;
}
@media (min-height: 800px) {
  .login-form-full {
    padding-top: 10%;
  }
}
/* ---------------------------------------------------- */

/* Page Profile */

/* ---------------------------------------------------- */

.profile-avatar-container {
  position: relative;
}
.profile-avatar {
  position: absolute;
  top: -100px;
  left: 100px;
  border: solid 10px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.nav-profile {
  background-color: #f9f9f9;
  border-bottom: solid 1px #eeeeee;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 60px;
}
.nav-profile ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
  min-height: 50px;
  list-style-type: none;
}
.profile-counters li {
  float: left;
  text-align: center;
}
.profile-counters li a {
  font-family: "Lato";
  display: block;
  color: #333333;
  font-size: 22px;
  padding: 6px 40px 4px 0;
  text-decoration: none;
}
.profile-counters li a:hover {
  color: #005aaa;
}
.profile-counters li a span {
  display: block;
  font-size: 13px;
}
.profile-header-text {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  margin-top: 130px;
}
.profile-header-text h1 {
  color: #f9e04c;
}
.profile-header-text h2 {
  color: white;
}
@media (max-width: 767px) {
  .profile-avatar {
    position: static;
    margin: 0 auto;
    display: block;
  }
  .nav-profile {
    margin-bottom: 40px;
  }
  .profile-header-text {
    text-align: center;
    margin-top: 0px;
  }
}
/* ---------------------------------------------------- */

/* Coming Soon */

/* ---------------------------------------------------- */

.coming-back {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/content/images/template/coming_back.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
}
.coming-content {
  background-color: rgba(0, 10, 17, 0.76);
  margin-top: 20px;
  padding: 30px 0;
}
.coming-content h1 {
  font-family: "Muli", "Lato", sans-serif;
}
.coming-counter h1 {
  color: white;
  font-size: 3em;
  text-align: right;
  margin: 0 0 40px 0;
}
#getting-started {
  color: white;
}
#getting-started span {
  display: block;
}
.coming-date {
  list-style-type: none;
  padding: 0;
  float: right;
}
.coming-date li {
  float: left;
  display: block;
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  font-family: "Lato";
  margin: 0 15px;
}
.coming-date li span {
  display: block;
  font-size: 18px;
  margin-top: 15px;
}
.coming-date li.colon {
  margin: 0;
}
.coming-date li:last-child {
  margin-right: 0;
}
.coming-desc h1 {
  font-size: 40px;
  color: white;
  display: block;
  margin: 0 0 20px 0;
  padding-left: 70px;
  background-image: url("/content/images/template/logo50_white.png");
  background-repeat: no-repeat;
  background-position: left center;
}
.coming-desc p {
  font-size: 1.2em;
  line-height: 170%;
}
.coming-social {
  float: right;
  margin-top: 150px;
}
@media (max-width: 991px) {
  .coming-social {
    float: left;
    margin-top: 20px;
  }
}
@media (min-height: 600px) {
  .coming-content {
    margin-top: 50px;
  }
}
@media (min-height: 800px) {
  .coming-content {
    margin-top: 300px;
  }
}
.coming-date.coming-date-black {
  display: block;
  width: 100%;
  overflow: hidden;
  float: none;
  text-align: center;
  margin: 20px auto;
}
.coming-date.coming-date-black li {
  color: #7e8488;
  float: none;
  display: inline-block;
  vertical-align: top;
}
/*-------------------------------------------------------------------*/

/* Service List */

/*-------------------------------------------------------------------*/

.service-list li {
  counter-increment: myIndex;
  position: relative;
  margin-bottom: 20px;
  padding: 10px 0 10px 80px;
}
.service-list li:before {
  content: counter(myIndex);
  font-family: "Roboto", sans-serif;
  font-size: 2em;
  padding: 10px 15px;
  border: solid 1px #005aaa;
  color: #005aaa;
  border-radius: 500px;
  position: absolute;
  top: 10px;
  left: 0;
}
/*-------------------------------------------------------------------*/

/* Back to Top */

/*-------------------------------------------------------------------*/

#back-top a {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999999999;
  color: #eeeeee;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}
#back-top a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
#back-top a i {
  font-size: 2em;
}
@media (max-width: 767px) {
  #back-top a {
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
  #back-top a i {
    font-size: 1.6em;
  }
}
/*-------------------------------------------------------------------*/

/* Header full */

/*-------------------------------------------------------------------*/

.header-full-title {
  float: left;
  overflow: hidden;
  padding-left: 75px;
  background-image: url("/content/images/template/colors/blue/logo_big.png");
  background-repeat: no-repeat;
  background-position: left center;
}
.header-full-title h1 {
  margin-bottom: 5px;
  margin-top: 15px;
  font-family: "Muli";
  word-spacing: -7px;
  color: black;
  font-size: 32px;
}
.header-full-title h1 a {
  color: black;
  text-decoration: none;
}
.header-full-title h1 span,
.header-full-title h1 span a {
  color: #005aaa;
}
.header-full-title p {
  margin-bottom: 15px;
  font-size: 1.2em;
  text-align: center;
}
.top-nav {
  float: right;
  position: relative;
}
.top-nav .dropdown {
  display: inline-block;
  margin-left: 20px;
  z-index: 60000000;
  vertical-align: top;
}
.top-nav .dropdown a {
  margin: 0;
  padding: 0;
  display: inline-block;
  padding: 7px 10px;
  color: black;
  text-decoration: none;
  background-color: #f1f1f1;
  -webkit-box-shadow: inset 0 0 1px white;
  -moz-box-shadow: inset 0 0 1px white;
  box-shadow: inset 0 0 1px white;
  border: solid 1px #e3e6e8;
  border-top: 0;
}
.top-nav .dropdown > a:after {
  content: none;
}
.top-nav .dropdown a i {
  font-size: 1.2em;
  color: #444444;
}
.dropdown-search-box,
.dropdown-login-box {
  overflow: hidden;
  padding: 10px;
  min-width: 300px;
  box-shadow: none;
}
.dropdown-search-box .form-group,
.dropdown-login-box {
  margin: 0;
}
.dropdown-login-box h4 {
  margin: 5px 0 10px 0;
}
.dropdown-login-box .btn {
  margin-top: 10px;
}
.top-nav-social {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  margin-left: 20px;
  background-color: #f1f1f1;
  -webkit-box-shadow: inset 0 0 1px white;
  -moz-box-shadow: inset 0 0 1px white;
  box-shadow: inset 0 0 1px white;
  border: solid 1px #e3e6e8;
  border-top: 0;
  overflow: hidden;
}
.top-nav-social li {
  float: left;
  margin: 0;
}
.top-nav-social a {
  font-size: 1.5em;
  margin: 0;
  color: #444444;
  display: inline-block;
  padding: 7px 10px;
  min-width: 40px;
  text-align: center;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.top-nav-social a.twitter:hover {
  background-color: #00aced;
  color: white;
}
.top-nav-social a.facebook:hover {
  background-color: #3b5998;
  color: white;
}
.top-nav-social a.instagram:hover {
  background-color: #517fa4;
  color: white;
}
.top-nav-social a.rss:hover {
  background-color: #ef922f;
  color: white;
}
.top-nav-social a.linkedin:hover {
  background-color: #007bb6;
  color: white;
}
.top-nav-social a.git:hover {
  background-color: #666666;
  color: white;
}
.top-nav-social a.google-plus:hover {
  background-color: #dd4b39;
  color: white;
}
.top-nav-social a.youtube:hover {
  background-color: #bb0000;
  color: white;
}
.top-nav-social a.pinterest:hover {
  background-color: #cb2027;
  color: white;
}
.top-nav-social a.wordpress:hover {
  background-color: #4597be;
  color: white;
}
.top-nav-social a.flickr:hover {
  background-color: #ff0084;
  color: white;
}
.top-nav-social a.vine:hover {
  background-color: #00b48a;
  color: white;
}
.top-nav-social a.dribbble:hover {
  background-color: #f26798;
  color: white;
}
.top-nav-social a.foursquare:hover {
  background-color: #0072b1;
  color: white;
}
.top-nav-social a.tumblr:hover {
  background-color: #32506d;
  color: white;
}
/* ----- */

.navbar-header-full {
  background-color: #f0f0f0;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-top: solid 1px #dddddd;
}
.navbar-header-full.navbar-inverse {
  border-top: solid 1px #005aaa;
}
.navbar-header-full.navbar-dark {
  border-top: solid 1px #444444;
}
.navbar-default.navbar-inverse + .main-header {
  background-color: white;
  border-bottom: solid 1px #dddddd;
  color: #333333;
}
.navbar-default.navbar-inverse + .main-header .page-title,
.navbar-default.navbar-inverse + .main-header a {
  color: #333333;
  border-color: #333333;
}
.navbar-default.navbar-inverse + .main-header .breadcrumb > li + li:before {
  color: #888888;
}
.navbar-default.navbar-inverse + .main-header li.active,
.navbar-default.navbar-inverse + .main-header li.current_item {
  color: black;
  border-color: black;
}
.header-full-dark {
  background-image: none;
  background-color: #444444;
  color: white;
}
.header-full-dark .header-full-title h1 a {
  margin-bottom: 5px;
  margin-top: 15px;
  font-family: "Muli";
  word-spacing: -7px;
  color: white;
  font-size: 32px;
}
.navbar-header-full .sb-icon-navbar i {
  height: 51px;
  margin-top: -1px;
}
.navbar-inverse .sb-icon-navbar i {
  background-color: #444444;
  background-image: none;
}
.header-full + .navbar-inverse {
  background-image: none;
  box-shadow: none;
}
.header-full-dark .top-nav-social {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  margin-left: 20px;
  background-color: #333333;
  -webkit-box-shadow: inset 0 0 1px #323232;
  -moz-box-shadow: inset 0 0 1px #323232;
  box-shadow: inset 0 0 1px #323232;
  border: solid 1px #555555;
  border-top: 0;
  overflow: hidden;
}
.header-full-dark .top-nav-social li {
  float: left;
  margin: 0;
}
.header-full-dark .top-nav-social a {
  color: #999999;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.header-full-dark .top-nav .dropdown a {
  color: #999999;
  background-color: #333333;
  -webkit-box-shadow: inset 0 0 1px #323232;
  -moz-box-shadow: inset 0 0 1px #323232;
  box-shadow: inset 0 0 1px #323232;
  border: solid 1px #555555;
  border-top: 0;
}
.header-full-dark .top-nav .dropdown a i {
  color: #999999;
}
.header-full-dark .top-nav .dropdown-menu {
  color: #999999;
  background-color: #333333;
}
.header-full-dark .top-nav .dropdown-menu input {
  color: #999999;
  background-color: #444444;
  border-color: #555555;
  box-shadow: none;
}
.header-full-dark .top-nav .dropdown-menu input:focus {
  border-color: #005aaa;
}
.header-full-dark ~ .navbar-dark {
  border-top: solid 1px #555555;
}
/* Navbar Dark */

.navbar-dark {
  background-color: #444444;
  background-image: none;
  color: white;
  box-shadow: none;
}
.navbar-dark a {
  background-image: none;
}
.navbar-default.navbar-dark .navbar-nav > li > a:hover,
.navbar-default.navbar-dark .navbar-nav > .active > a:hover,
.navbar-default.navbar-dark .navbar-nav > .active > a {
  background-image: none;
  color: white;
}
.navbar-default.navbar-dark .navbar-nav > li > a,
.navbar-default.navbar-dark .navbar-nav > li > a:hover,
.navbar-default.navbar-dark .navbar-nav > li > a:focus,
.navbar-default.navbar-dark .navbar-nav > .active > a,
.navbar-default.navbar-dark .navbar-nav > .active > a:hover,
.navbar-default.navbar-dark .navbar-nav > .active > a:focus {
  color: white;
}
.navbar-default.navbar-dark .navbar-nav > .open > a,
.navbar-default.navbar-dark .navbar-nav > .open > a:hover,
.navbar-default.navbar-dark .navbar-nav > .open > a:focus {
  background-color: #005aaa;
  background-image: none;
  color: white;
}
.navbar-default.navbar-dark .navbar-brand {
  color: #eeeeee;
}
.navbar-default.navbar-dark + .main-header {
  background-color: #f1f1f1;
  border-bottom: solid 1px #dddddd;
  color: #333333;
}
.navbar-default.navbar-dark + .main-header .page-title,
.navbar-default.navbar-dark + .main-header a {
  color: #333333;
  border-color: #333333;
}
.navbar-default.navbar-dark + .main-header .breadcrumb > li + li:before {
  color: #888888;
}
.navbar-default.navbar-dark + .main-header li.active,
.navbar-default.navbar-dark + .main-header li.current_item {
  color: black;
  border-color: black;
}
.navbar-dark .dropdown .dropdown-menu {
  background-color: #444444;
  color: white;
  border-color: #555555;
  box-shadow: none;
}
.navbar-dark .dropdown .dropdown-menu a {
  color: white;
  background-image: none;
}
.navbar-dark .dropdown .dropdown-menu a:hover,
.navbar-dark .dropdown .dropdown-menu a:focus {
  color: white;
}
.navbar-dark .dropdown .divider {
  background-color: #555555;
}
.navbar-dark .dropdown .dropdown-header {
  color: white;
  border-color: #555555;
}
.navbar-dark .sb-icon-navbar i {
  background-color: #005aaa;
  background-image: none;
}
.navbar-dark .navbar-header .navbar-toggle {
  background-color: #005aaa;
  background-image: none;
}
.navbar-header .navbar-toggle:hover,
.navbar-header .navbar-toggle:focus {
  background-color: #004c91;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-dark .navbar-collapse {
    border-color: #555555;
  }
  .navbar-dark .dropdown > a {
    border-bottom: solid 1px #555555;
    margin: 0;
  }
  .dropdown-menu a {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  .navbar-dark .dropdown-menu a {
    color: white !important;
  }
  .navbar-dark .dropdown-submenu.active > a,
  .navbar-dark .dropdown-menu .active > a {
    background-color: #005aaa !important;
  }
  .navbar-dark .dropdown.active > a,
  .navbar-dark .dropdown a:hover,
  .navbar-dark .dropdown a:focus,
  .navbar-dark .dropdown.active a:hover,
  .navbar-dark .dropdown.active a:focus {
    background-color: #005aaa !important;
  }
  .navbar-dark .dropdown.open > a,
  .navbar-dark .dropdown.open > a:focus,
  .navbar-dark .dropdown.open > a:active {
    border-bottom: none;
    background-color: #005aaa;
  }
  .navbar-dark .dropdown-submenu .dropdown-menu li > a {
    color: white !important;
  }
  .navbar-dark .dropdown-submenu .dropdown-menu li > a:hover {
    background-color: #005aaa !important;
  }
  .dropdown-submenu {
    margin-left: -15px;
  }
}
/* Navbar Inverse */

.navbar-inverse {
  background-color: #005aaa;
  background-image: none;
  color: white;
  box-shadow: none;
}
.navbar-inverse .navbar-brand {
  background-image: url("/content/images/template/logo_white.png");
}
.navbar-inverse .navbar-brand {
  color: white;
}
.navbar-inverse .navbar-brand span {
  color: white;
}
.navbar-inverse a {
  background-image: none;
}
.navbar-default.navbar-inverse .navbar-nav > li > a:hover,
.navbar-default.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-default.navbar-inverse .navbar-nav > .active > a {
  background-image: none;
  color: white;
}
.navbar-default.navbar-inverse .navbar-nav > li > a,
.navbar-default.navbar-inverse .navbar-nav > li > a:hover,
.navbar-default.navbar-inverse .navbar-nav > li > a:focus,
.navbar-default.navbar-inverse .navbar-nav > .active > a,
.navbar-default.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-default.navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
}
.navbar-default.navbar-inverse .navbar-nav > li > a:hover,
.navbar-default.navbar-inverse .navbar-nav > li > a:focus,
.navbar-default.navbar-inverse .navbar-nav > .active > a,
.navbar-default.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-default.navbar-inverse .navbar-nav > .active > a:focus .navbar-default.navbar-inverse .navbar-nav > .open > a,
.navbar-default.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-default.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #444444;
  background-image: none;
  color: white;
}
.navbar-default.navbar-inverse + .main-header {
  background-color: #f1f1f1;
  border-bottom: solid 1px #dddddd;
  color: #333333;
}
.navbar-default.navbar-inverse + .main-header .page-title,
.navbar-default.navbar-inverse + .main-header a {
  color: #333333;
  border-color: #333333;
}
.navbar-default.navbar-inverse + .main-header .breadcrumb > li + li:before {
  color: #888888;
}
.navbar-default.navbar-inverse + .main-header li.active,
.navbar-default.navbar-inverse + .main-header li.current_item {
  color: black;
  border-color: black;
}
.navbar-inverse .dropdown .dropdown-menu {
  background-color: #444444;
  color: white;
  border-color: #555555;
  box-shadow: none;
}
.navbar-inverse .dropdown .dropdown-menu a {
  color: white;
  background-image: none;
}
.navbar-inverse .dropdown .dropdown-menu a:hover,
.navbar-inverse .dropdown .dropdown-menu a:focus {
  color: white;
}
.navbar-dark .dropdown .dropdown-menu .active > a:hover,
.navbar-dark .dropdown .dropdown-menu .active > a:focus,
.navbar-inverse .dropdown .dropdown-menu .active > a:hover,
.navbar-inverse .dropdown .dropdown-menu .active > a:focus {
  background-color: #005aaa;
}
.navbar-inverse .dropdown .divider {
  background-color: #555555;
}
.navbar-inverse .dropdown .dropdown-header {
  color: white;
  border-color: #555555;
}
.navbar-inverse .sb-icon-navbar i {
  background-color: #333333;
  background-image: none;
}
.navbar-inverse .navbar-header .navbar-toggle {
  background-color: #333333;
  background-image: none;
}
.navbar-header .navbar-toggle:hover,
.navbar-header .navbar-toggle:focus {
  background-color: inverseen(#333333, 5%);
}
.header-full-dark + .navbar-inverse {
  border-color: #005aaa;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-collapse {
    border-color: #555555;
    background-color: #444444;
  }
  .navbar-inverse .dropdown > a {
    border-bottom: solid 1px #555555;
    margin: 0;
  }
  .dropdown-menu a {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  .navbar-inverse .dropdown-menu a {
    color: white !important;
  }
  .navbar-inverse .dropdown-submenu.active > a,
  .navbar-inverse .dropdown-menu .active > a {
    background-color: #333333 !important;
  }
  .navbar-inverse .dropdown.active > a,
  .navbar-inverse .dropdown a:hover,
  .navbar-inverse .dropdown a:focus,
  .navbar-inverse .dropdown.active a:hover,
  .navbar-inverse .dropdown.active a:focus {
    background-color: #333333 !important;
  }
  .navbar-inverse .dropdown.open > a,
  .navbar-inverse .dropdown.open > a:focus,
  .navbar-inverse .dropdown.open > a:active {
    border-bottom: none;
    background-color: #333333;
  }
  .navbar-inverse .dropdown-submenu .dropdown-menu li > a {
    color: white !important;
  }
  .navbar-inverse .dropdown-submenu .dropdown-menu li > a:hover {
    background-color: #333333 !important;
  }
}
/*-------------------------------------------------------------------*/

/* Date Input */

/*-------------------------------------------------------------------*/

input[type="date"] {
  padding: 0;
  padding-top: -5px;
  -webkit-padding-start: 1px;
  height: 30px;
  border: solid 1px #cccccc;
}
input[type="date"]:focus {
  border-color: #005aaa;
}
/*-------------------------------------------------------------------*/

/* Switch */

/*-------------------------------------------------------------------*/

.bootstrap-switch {
  border-radius: 0px;
  border: 1px solid;
  border-color: #cccccc;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: white;
  background: #005aaa;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: white;
  background: #6693bc;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: white;
  background: #02c66c;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #f0ad4e;
  color: white;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-royal,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-royal {
  color: white;
  background: #f9e04c;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: white;
  background: #b55400;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
  color: #333333;
  background-color: #dddddd;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #eeeeee;
  background: #00315e;
}
.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #333333;
  background: white;
}
.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.bootstrap-switch input[type='radio'].form-control,
.bootstrap-switch input[type='checkbox'].form-control {
  height: auto;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 6px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch- .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.bootstrap-switch.bootstrap-switch-focused {
  border-color: #005aaa;
  box-shadow: none;
  outline: 0;
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.checkbox label {
  padding-left: 0 !important;
}
.checkbox {
  margin-left: 20px;
}
/*-------------------------------------------------------------------*/

/* Megamenu */

/*-------------------------------------------------------------------*/

.megamenu {
  padding: 15px 0 0 0 !important;
  background-color: #f2f2f2;
  border: solid 1px #f0f0f0;
  color: #333333;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.45);
}
.dropdown-megamenu {
  border: 0;
  margin: 0;
  padding: 0;
  background-color: transparent !important;
}
.megamenu-section {
  margin-bottom: 15px;
}
.megamenu .megamenu-title {
  margin-top: 0;
  margin-bottom: 5px;
}
.megamenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
}
.megamenu li {
  margin: 0;
  padding: 0;
}
.megamenu li a {
  margin: 0;
  padding: 0;
  color: #333333 !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12.5px;
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  -ms-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}
.megamenu li a:hover,
.megamenu li a:focus {
  color: #005aaa !important;
  background-color: transparent;
  text-decoration: none;
}
/*------------------*/

.wrap-primary-plan {
  background-image: url("../../content/less/img/plan.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  color: white;
}
#primary-plan {
  font-family: "Muli";
  text-align: center;
  color: white;
  padding: 10px 20px;
  margin: 20px auto;
  display: block;
}
#primary-plan h1 {
  font-family: "Muli";
  font-weight: 300;
  font-size: 2.6em;
  color: white;
}
.wrap-pointers {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAE0lEQVQIW2NkYGD4D8SMjEACDAAOKQEDKKNmJgAAAABJRU5ErkJggg==) repeat;
}
.content-box-trans {
  background-color: rgba(0, 0, 0, 0.5) !important;
  border: 0 !important;
}
#subscribe-plan {
  max-width: 484px;
  margin: 40px auto 80px auto;
}
#subscribe-plan input {
  background-color: rgba(0, 0, 0, 0.5);
  border: solid 1px rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.44);
  box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.44);
  color: white;
  height: 42px;
  border-radius: 0;
  font-size: 16px;
  border-right: 0;
}
#subscribe-plan input:focus {
  -webkit-box-shadow: 0px 0px 3px 0px white;
  -moz-box-shadow: 0px 0px 3px 0px white;
  box-shadow: 0px 0px 3px 0px white;
}
#subscribe-plan .btn {
  color: #dddddd;
  background: rgba(255, 255, 255, 0);
  height: 42px;
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(100%, black));
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  background: -o-linear-gradient(top, transparent 0%, black 100%);
  background: -ms-linear-gradient(top, transparent 0%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
  border: solid 1px rgba(255, 255, 255, 0.7);
  font-size: 16px;
  border-radius: 0;
  padding: 0px 25px;
  z-index: 2;
}
#subscribe-plan .btn:hover,
#subscribe-plan .btn:focus {
  text-shadow: 0px 0px 1px white;
}
#subscribe-plan .btn:active {
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, black 100%);
  background: -webkit-gradient(left bottom, left top, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, black));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, black 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, black 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, black 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, black 100%);
}
#subscribe-plan .lead-lg {
  text-align: center;
  font-size: 2em;
  margin-bottom: 10px;
}
/*-------------------------------------------------------------------*/

/* Vertical Tabs */

/*-------------------------------------------------------------------*/

.tabs-left,
.tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #dddddd;
}
.tabs-right {
  border-left: 1px solid #dddddd;
}
.tabs-left > li,
.tabs-right > li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left > li {
  margin-right: -1px;
}
.tabs-right > li {
  margin-left: -1px;
}
.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
  border-bottom-color: #dddddd;
  border-right-color: transparent;
}
.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
  border-bottom: 1px solid #dddddd;
  border-left-color: transparent;
}
.tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
}
.tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.sideways {
  margin-top: 50px;
  border: none;
  position: relative;
}
.sideways > li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.sideways > li > a {
  border-bottom: 1px solid #dddddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.sideways > li.active > a,
.sideways > li.active > a:hover,
.sideways > li.active > a:focus {
  border-bottom-color: transparent;
  border-right-color: #dddddd;
  border-left-color: #dddddd;
}
.sideways.tabs-left {
  left: -50px;
}
.sideways.tabs-right {
  right: -50px;
}
.sideways.tabs-right > li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sideways.tabs-left > li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.tabs-left-ar > li {
  margin-bottom: 0;
}
.tabs-left-ar > li > a,
.tabs-left-ar > li.active > a {
  border-radius: 0;
  background-color: #f9f9f9;
  border-left: solid 3px #cccccc;
}
.vertical-tabs-left,
.vertical-tabs-right {
  display: table;
  background-color: #fafafa;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
}
.vertical-tabs-left {
  border-right: solid 1px #dddddd;
}
.vertical-tabs-right {
  border-left: solid 1px #dddddd;
}
.vertical-tab-list {
  display: table-cell;
  min-width: 150px;
  vertical-align: top;
}
.vertical-tabs-right .vertical-tab-list {
  border-right: solid 3px #dddddd;
  border-left: solid 1px #dddddd;
}
.vertical-tabs-left .vertical-tab-list {
  border-left: solid 3px #dddddd;
  border-right: solid 1px #dddddd;
}
.vertical-tabs-right .vertical-tab-list ul.nav > li > a {
  border-right: solid 3px #dddddd;
  margin-right: -3px;
  color: #444444;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 13px;
}
.vertical-tabs-left .vertical-tab-list ul.nav > li > a {
  border-left: solid 3px #dddddd;
  margin-left: -3px;
  color: #444444;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 13px;
}
.vertical-tabs-right .vertical-tab-list ul.nav > li > a:hover,
.vertical-tabs-right .vertical-tab-list ul.nav > li > a:focus {
  border-right: solid 3px #999999;
  background-color: #f1f1f1;
}
.vertical-tabs-right .vertical-tab-list ul.nav > li.active > a,
.vertical-tabs-right .vertical-tab-list ul.nav > li.active > a:hover,
.vertical-tabs-right .vertical-tab-list ul.nav > li.active > a:focus {
  border-right: solid 3px #005aaa;
  background-color: #f1f1f1;
}
.vertical-tabs-left .vertical-tab-list ul.nav > li > a:hover,
.vertical-tabs-left .vertical-tab-list ul.nav > li > a:focus {
  border-left: solid 3px #999999;
  background-color: #f1f1f1;
}
.vertical-tabs-left .vertical-tab-list ul.nav > li.active > a,
.vertical-tabs-left .vertical-tab-list ul.nav > li.active > a:hover,
.vertical-tabs-left .vertical-tab-list ul.nav > li.active > a:focus {
  border-left: solid 3px #005aaa;
  background-color: #f1f1f1;
}
.vertical-tabs-left .tab-content,
.vertical-tabs-right .tab-content {
  display: table-cell;
  padding: 20px;
}
/*-------------------------------------------------------------------*/

/* wrap-polygon */

/*-------------------------------------------------------------------*/

.overlay {
  z-index: 2;
  background-color: white;
  position: relative;
  padding-top: 40px;
  border-top: solid 1px #dddddd;
}
.wrap-polygons {
  background-image: url("/content/images/template/back_polygons.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 30px 0;
  border-bottom: solid 1px #dddddd;
  border-top: solid 1px #dddddd;
}
.wrap-polygons.ar-intro-product {
  border: none;
  padding-bottom: 0;
}
.wrap-polygons.ar-intro-product h1 {
  font-size: 2.9em;
}
.wrap-polygons.ar-intro-product .lead {
  font-weight: 300;
  font-size: 1.4em;
  line-height: 160%;
}
.wrap-polygons.ar-intro-product .social-icons {
  margin: 10px 0;
}
.wrap-polygons.ar-intro-product .btn-polygon {
  margin: 15px 0;
}
.wrap-polygons.ar-intro-product .btn-polygon .btn {
  margin: 0 5px;
}
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .dropdown-submenu > .dropdown-menu {
  top: -1px;
  left: 100%;
  margin-top: -5px;
  margin-left: 0px;
}
.yamm .yamm-content {
  padding: 0;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.col-megamenu {
  border-right: solid 1px #dddddd;
  padding: 0;
}
.col-megamenu::last-child {
  border: 0;
}
.yamm-content .row {
  margin: 0;
}
.megamenu-block .megamenu-block-title {
  line-height: 1;
  margin: 0;
  padding: 0;
  color: #005aaa;
  font-size: 16px;
  padding: 15px 20px 10px 20px;
  text-transform: uppercase;
}
.megamenu-block .megamenu-block-title i {
  margin-right: 5px;
}
.megamenu-block ul {
  margin: 0;
  padding: 0;
}
.megamenu-block ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style-position: outside;
}
.megamenu-block ul li a {
  padding: 2px 20px;
  font-size: 13px;
  display: block;
  color: #333333;
}
.megamenu-block ul li a i {
  margin-right: 5px;
}
.megamenu-block ul li a:hover {
  text-decoration: none;
}
.navbar-dark .megamenu-block-title,
.navbar-inverse .megamenu-block-title {
  color: #f2f2f2;
}
.navbar-dark .col-megamenu,
.navbar-inverse .col-megamenu {
  border-right: solid 1px #555555;
}
/*
Code snippet by maridlcrmn for Bootsnipp.com
Follow me on Twitter @maridlcrmn
Image credits: unsplash.com, uifaces.com/authorized
Image placeholders: placemi.com
*/

#t-cards {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #334455;
}
/********************************/

/*          Panel cards         */

/********************************/

.panel.panel-card {
  position: relative;
  height: 241px;
  border: solid 1px #dddddd;
  overflow: hidden;
}
.panel.panel-card .panel-heading {
  position: relative;
  z-index: 2;
  height: 120px;
  border-bottom-color: white;
  overflow: hidden;
  -webkit-transition: height 600ms ease-in-out;
  transition: height 600ms ease-in-out;
}
.panel.panel-card .panel-heading img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 120%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.panel.panel-card .panel-heading button {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 3;
}
.panel.panel-card .panel-header {
  margin: 10px 0;
}
.panel.panel-card .panel-figure {
  position: absolute;
  top: auto;
  left: 50%;
  z-index: 3;
  width: 70px;
  height: 70px;
  background-color: white;
  border-radius: 50%;
  opacity: 1;
  -webkit-box-shadow: 0 0 0 3px white;
  box-shadow: 0 0 0 3px white;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}
.panel.panel-card .panel-body {
  padding-top: 40px;
  padding-bottom: 20px;
  -webkit-transition: padding 400ms ease-in-out;
  transition: padding 400ms ease-in-out;
}
.panel.panel-card .panel-thumbnails {
  padding: 0 15px 20px;
}
.panel-thumbnails .thumbnail {
  width: 60px;
  max-width: 100%;
  margin: 0 auto;
  background-color: white;
}
.panel.panel-card:hover .panel-heading {
  height: 55px;
  -webkit-transition: height 400ms ease-in-out;
  transition: height 400ms ease-in-out;
}
.panel.panel-card:hover .panel-figure {
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}
.panel.panel-card:hover .panel-body {
  padding-top: 20px;
  -webkit-transition: padding 400ms ease-in-out;
  transition: padding 400ms ease-in-out;
}
.max-width-500 {
  max-width: 500px;
}
.ar-nav-pills {
  background-color: whitesmoke;
  border: solid 1px #dddddd;
  margin-bottom: 30px;
}
.ar-nav-pills li {
  border-left: solid 1px #dddddd;
}
.ar-nav-pills li a .fa {
  margin-right: 5px;
  font-size: 1.1em;
}
.ar-nav-pills li.active a,
.ar-nav-pills li.active a:focus,
.ar-nav-pills li.active a:hover {
  background-color: #005aaa;
}
.ar-nav-pills li:first-child {
  border-left: none;
}
@media (max-width: 767px) {
  .ar-nav-pills {
    background-color: whitesmoke;
    border: solid 1px #dddddd;
    margin-bottom: 30px;
  }
  .ar-nav-pills li {
    border-left: none;
    margin: 0 !important;
    margin-bottom: -5px !important;
  }
}
.hand-list {
  margin-top: 20px;
}
.hand-list li {
  margin-bottom: 40px;
}
/* Widget Base Styles */
/* Hover State */
/* Selects, Dropdowns */
/* Inputs */
/* Links */
/* Headers */
/* Buttons */
/* Group Base Styles */
/* Content */
/* Widget States */
/* Selected State */
/* Shadows */
/*Focused State*/
/* Active State */
/* Error State */
/* Disabled State */
/* Notification */
/* ToolTip */
/* Validation Message */
/* Splitter */
/* Slider */
/* Grid */
/* Scheduler */
/* Upload */
/* Gantt*/
/* Loading Indicators */
/* Border Radii */
/* Icons */
/* Kendo skin */
.k-in,
.k-item,
.k-window-action {
  border-color: transparent;
}
/* main colors */

.k-block,
.k-widget {
  background-color: white;
}
.k-block,
.k-widget,
.k-input,
.k-textbox,
.k-group,
.k-content,
.k-header,
.k-filter-row > th,
.k-editable-area,
.k-separator,
.k-colorpicker .k-i-arrow-s,
.k-textbox > input,
.k-autocomplete,
.k-dropdown-wrap,
.k-toolbar,
.k-group-footer td,
.k-grid-footer,
.k-footer-template td,
.k-state-default,
.k-state-default .k-select,
.k-state-disabled,
.k-grid-header,
.k-grid-header-wrap,
.k-grid-header-locked,
.k-grid-footer-locked,
.k-grid-content-locked,
.k-grid td,
.k-grid td.k-state-selected,
.k-grid-footer-wrap,
.k-pager-wrap,
.k-pager-wrap .k-link,
.k-pager-refresh,
.k-grouping-header,
.k-grouping-header .k-group-indicator,
.k-panelbar > .k-item > .k-link,
.k-panel > .k-item > .k-link,
.k-panelbar .k-panel,
.k-panelbar .k-content,
.k-treemap-tile,
.k-calendar th,
.k-slider-track,
.k-splitbar,
.k-dropzone-active,
.k-tiles,
.k-toolbar,
.k-tooltip,
.k-button-group .k-tool,
.k-upload-files {
  border-color: #c5c5c5;
}
.k-group,
.k-toolbar,
.k-grouping-header,
.k-pager-wrap,
.k-group-footer td,
.k-grid-footer,
.k-footer-template td,
.k-widget .k-status,
.k-calendar th,
.k-dropzone-hovered,
.k-widget.k-popup {
  background-color: #ebebeb;
}
.k-grouping-row td,
td.k-group-cell,
.k-resize-handle-inner {
  background-color: #e3e3e3;
}
.k-list-container {
  border-color: #c5c5c5;
  background-color: #e9e9e9;
}
.k-content,
.k-editable-area,
.k-panelbar > li.k-item,
.k-panel > li.k-item,
.k-tiles {
  background-color: white;
}
.k-alt,
.k-separator,
.k-resource.k-alt,
.k-pivot-layout > tbody > tr:first-child > td:first-child {
  background-color: whitesmoke;
}
.k-pivot-rowheaders .k-alt .k-alt,
.k-header.k-alt {
  background-color: #e1e1e1;
}
.k-textbox,
.k-autocomplete.k-header,
.k-dropdown-wrap.k-state-active,
.k-picker-wrap.k-state-active,
.k-numeric-wrap.k-state-active {
  border-color: #c5c5c5;
  background-color: #e9e9e9;
}
.k-textbox > input,
.k-autocomplete .k-input,
.k-dropdown-wrap .k-input,
.k-autocomplete.k-state-focused .k-input,
.k-dropdown-wrap.k-state-focused .k-input,
.k-picker-wrap.k-state-focused .k-input,
.k-numeric-wrap.k-state-focused .k-input {
  border-color: #c5c5c5;
}
input.k-textbox,
textarea.k-textbox,
input.k-textbox:hover,
textarea.k-textbox:hover,
.k-textbox > input {
  background: none;
}
.k-input,
input.k-textbox,
textarea.k-textbox,
input.k-textbox:hover,
textarea.k-textbox:hover,
.k-textbox > input,
.k-multiselect-wrap {
  background-color: white;
  color: #2e2e2e;
}
.k-input[readonly] {
  background-color: white;
  color: #2e2e2e;
}
.k-block,
.k-widget,
.k-popup,
.k-content,
.k-toolbar,
.k-dropdown .k-input {
  color: #2e2e2e;
}
.k-inverse {
  color: white;
}
.k-block {
  color: #2e2e2e;
}
.k-link:link,
.k-link:visited,
.k-nav-current.k-state-hover .k-link {
  color: #2e2e2e;
}
.k-tabstrip-items .k-link,
.k-panelbar > li > .k-link {
  color: #2e2e2e;
}
.k-header,
.k-treemap-title,
.k-grid-header .k-header > .k-link {
  color: #2e2e2e;
}
.k-header,
.k-grid-header,
.k-toolbar,
.k-dropdown-wrap,
.k-picker-wrap,
.k-numeric-wrap,
.k-grouping-header,
.k-pager-wrap,
.k-textbox,
.k-button,
.k-progressbar,
.k-draghandle,
.k-autocomplete,
.k-state-highlight,
.k-tabstrip-items .k-item,
.k-panelbar .k-tabstrip-items .k-item,
.km-pane-wrapper > .km-pane > .km-view > .km-content {
  background-image: url('/Content/lib/kendoui.2014.3.1119/styles/textures/highlight.png');
  background-image: none, -webkit-linear-gradient(top, rgba(255,255,255,.6) 0%, rgba(255,255,255,.0) 100%);
  background-image: none, -moz-linear-gradient(top, rgba(255,255,255,.6) 0%, rgba(255,255,255,.0) 100%);
  background-image: none, -o-linear-gradient(top, rgba(255,255,255,.6) 0%, rgba(255,255,255,.0) 100%);
  background-image: none, linear-gradient(to bottom, rgba(255,255,255,.6) 0%, rgba(255,255,255,.0) 100%);
  background-position: 50% 50%;
  background-color: #e3e3e3;
}
.k-widget.k-tooltip {
  background-image: url('/Content/lib/kendoui.2014.3.1119/styles/textures/highlight.png');
}
.k-block,
.k-header,
.k-grid-header,
.k-toolbar,
.k-grouping-header,
.k-pager-wrap,
.k-button,
.k-draghandle,
.k-treemap-tile,
html .km-pane-wrapper .k-header {
  background-color: #e3e3e3;
}
/* icons */

.k-icon:hover,
.k-state-hover .k-icon,
.k-state-selected .k-icon,
.k-state-focused .k-icon,
.k-column-menu .k-state-hover .k-sprite,
.k-column-menu .k-state-active .k-sprite {
  opacity: 1;
}
.k-icon,
.k-state-disabled .k-icon,
.k-column-menu .k-sprite {
  opacity: 0.8;
}
.k-mobile-list .k-check:checked,
.k-mobile-list .k-edit-field [type=checkbox]:checked,
.k-mobile-list .k-edit-field [type=radio]:checked {
  opacity: 0.8;
}
.k-tool {
  border-color: transparent;
}
.k-icon,
.k-tool-icon,
.k-grouping-dropclue,
.k-drop-hint,
.k-column-menu .k-sprite,
.k-grid-mobile .k-resize-handle-inner:before,
.k-grid-mobile .k-resize-handle-inner:after {
  background-image: url('/Content/lib/kendoui.2014.3.1119/styles/Bootstrap/sprite.png');
  border-color: transparent;
}
/* IE will ignore the above selectors if these are added too */

.k-mobile-list .k-check:checked,
.k-mobile-list .k-edit-field [type=checkbox]:checked,
.k-mobile-list .k-edit-field [type=radio]:checked {
  background-image: url('/Content/lib/kendoui.2014.3.1119/styles/Bootstrap/sprite.png');
  border-color: transparent;
}
.k-loading,
.k-state-hover .k-loading {
  background-image: url('/Content/lib/kendoui.2014.3.1119/styles/Bootstrap/loading.gif');
  background-position: 50% 50%;
}
.k-loading-image {
  background-image: url('/Content/lib/kendoui.2014.3.1119/styles/Bootstrap/loading-image.gif');
}
.k-loading-color {
  background-color: white;
}
.k-button {
  color: #2e2e2e;
  border-color: #c5c5c5;
  background-color: #e3e3e3;
}
.k-draghandle {
  border-color: #c5c5c5;
  background-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-draghandle:hover {
  border-color: #bcb4b0;
  background-color: #bcb4b0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* Scheduler */

.k-scheduler {
  color: #2e2e2e;
  background-color: white;
}
.k-scheduler-layout {
  color: #2e2e2e;
}
.k-scheduler-datecolumn,
.k-scheduler-groupcolumn {
  background-color: white;
  color: #2e2e2e;
}
.k-scheduler-times tr,
.k-scheduler-times th,
.k-scheduler-table td,
.k-scheduler-header th,
.k-scheduler-header-wrap,
.k-scheduler-times {
  border-color: #c5c5c5;
}
.k-nonwork-hour {
  background-color: #f2f2f2;
}
.k-gantt .k-nonwork-hour {
  background-color: rgba(0, 0, 0, 0.02);
}
.k-gantt .k-header.k-nonwork-hour {
  background-color: rgba(0, 0, 0, 0.2);
}
.k-scheduler-table .k-today,
.k-today > .k-scheduler-datecolumn,
.k-today > .k-scheduler-groupcolumn {
  background-color: #f8f8f8;
}
.k-scheduler-now-arrow {
  border-left-color: #e20000;
}
.k-scheduler-now-line {
  background-color: #e20000;
}
.k-event,
.k-task-complete {
  border-color: #ffdac1;
  background: #ffdac1 0 -257px url('/Content/lib/kendoui.2014.3.1119/styles/textures/highlight.png') repeat-x;
  color: #2e2e2e;
}
.k-event-inverse {
  color: white;
}
.k-event.k-state-selected {
  background-position: 0 0;
}
.k-ie7 .k-event .k-resize-handle,
.k-event .k-resize-handle:after,
.k-ie7 .k-task-single .k-resize-handle,
.k-task-single .k-resize-handle:after {
  background-color: #bababa;
}
.k-scheduler-marquee:before,
.k-scheduler-marquee:after {
  border-color: #005aaa;
}
.k-panelbar .k-content,
.k-panelbar .k-panel,
.k-panelbar .k-item {
  background-color: white;
  color: #2e2e2e;
  border-color: #c5c5c5;
}
.k-panelbar > li > .k-link {
  color: #2e2e2e;
}
.k-panelbar > .k-item > .k-link {
  border-color: #c5c5c5;
}
.k-panel > li.k-item {
  background-color: white;
}
/* states */

.k-state-active,
.k-state-active:hover,
.k-active-filter,
.k-tabstrip .k-state-active {
  background-color: white;
  border-color: #005aaa;
  color: #2e2e2e;
}
.k-fieldselector .k-list-container {
  background-color: white;
}
.k-button:focus,
.k-button.k-state-focused {
  border-color: #c5c5c5;
}
.k-button:hover,
.k-button.k-state-hover {
  color: #2e2e2e;
  border-color: #bcb4b0;
  background-color: #bcb4b0;
}
.k-button:active,
.k-button.k-state-active {
  color: white;
  background-color: #005aaa;
  border-color: #005aaa;
}
.k-button:active:hover,
.k-button.k-state-active:hover {
  color: white;
  border-color: #ef671a;
  background-color: #ed4300;
}
.k-button[disabled],
.k-button.k-state-disabled,
.k-state-disabled .k-button,
.k-state-disabled .k-button:hover,
.k-button.k-state-disabled:hover,
.k-state-disabled .k-button:active,
.k-button.k-state-disabled:active {
  color: #9f9e9e;
  border-color: #c5c5c5;
  background-color: #e3e3e3;
  background-image: url('/Content/lib/kendoui.2014.3.1119/styles/textures/highlight.png');
  background-image: none, -webkit-linear-gradient(top, rgba(255,255,255,.6) 0%, rgba(255,255,255,.0) 100%);
  background-image: none, -moz-linear-gradient(top, rgba(255,255,255,.6) 0%, rgba(255,255,255,.0) 100%);
  background-image: none, -o-linear-gradient(top, rgba(255,255,255,.6) 0%, rgba(255,255,255,.0) 100%);
  background-image: none, linear-gradient(to bottom, rgba(255,255,255,.6) 0%, rgba(255,255,255,.0) 100%);
}
.k-button:focus:not(.k-state-disabled):not([disabled]) {
  -webkit-box-shadow: inset 0 0 5px 1px #bcb4b0;
  box-shadow: inset 0 0 5px 1px #bcb4b0;
}
.k-button:focus:active:not(.k-state-disabled):not([disabled]) {
  -webkit-box-shadow: inset 0 0 3px 4px #004f96;
  box-shadow: inset 0 0 3px 4px #004f96;
}
.k-menu .k-state-hover > .k-state-active {
  background-color: transparent;
}
.k-state-highlight {
  background: white;
  color: #2e2e2e;
}
.k-state-focused,
.k-grouping-row .k-state-focused {
  border-color: #bcb4b0;
}
.k-calendar .k-link {
  color: #2e2e2e;
}
.k-calendar .k-footer {
  padding: 0;
}
.k-calendar .k-footer .k-nav-today {
  color: #2e2e2e;
  text-decoration: none;
  background-color: white;
}
.k-calendar .k-footer .k-nav-today:hover,
.k-calendar .k-footer .k-nav-today.k-state-hover {
  background-color: white;
  text-decoration: underline;
}
.k-calendar .k-footer .k-nav-today:active {
  background-color: white;
}
.k-calendar .k-link.k-nav-fast {
  color: #2e2e2e;
}
.k-calendar .k-nav-fast.k-state-hover {
  text-decoration: none;
  background-color: #bcb4b0;
  color: #2e2e2e;
}
.k-calendar .k-link.k-state-hover,
.k-window-titlebar .k-link {
  border-radius: 4px;
}
.k-calendar .k-footer .k-link {
  border-radius: 0;
}
.k-calendar th {
  background-color: #ebebeb;
}
.k-calendar-container.k-group {
  border-color: #c5c5c5;
}
.k-state-selected,
.k-state-selected:link,
.k-state-selected:visited,
.k-list > .k-state-selected,
.k-list > .k-state-highlight,
.k-panel > .k-state-selected,
.k-ghost-splitbar-vertical,
.k-ghost-splitbar-horizontal,
.k-draghandle.k-state-selected:hover,
.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-scheduler .k-today.k-state-selected,
.k-marquee-color {
  color: white;
  background-color: #005aaa;
  border-color: #005aaa;
}
.k-marquee-text {
  color: white;
}
.k-state-focused,
.k-list > .k-state-focused,
.k-listview > .k-state-focused,
.k-grid-header th.k-state-focused,
td.k-state-focused,
.k-button.k-state-focused {
  -webkit-box-shadow: inset 0 0 5px 1px #bcb4b0;
  box-shadow: inset 0 0 5px 1px #bcb4b0;
}
.k-state-focused.k-state-selected,
.k-list > .k-state-focused.k-state-selected,
.k-listview > .k-state-focused.k-state-selected,
td.k-state-focused.k-state-selected {
  -webkit-box-shadow: inset 0 0 3px 4px #004f96;
  box-shadow: inset 0 0 3px 4px #004f96;
}
.k-ie8 .k-panelbar span.k-state-focused,
.k-ie8 .k-menu li.k-state-focused,
.k-ie8 .k-listview > .k-state-focused,
.k-ie8 .k-grid-header th.k-state-focused,
.k-ie8 td.k-state-focused,
.k-ie8 .k-tool.k-state-hover,
.k-ie8 .k-button:focus,
.k-ie8 .k-button.k-state-focused,
.k-ie7 .k-panelbar span.k-state-focused,
.k-ie7 .k-menu li.k-state-focused,
.k-ie7 .k-listview > .k-state-focused,
.k-ie7 .k-grid-header th.k-state-focused,
.k-ie7 td.k-state-focused,
.k-ie7 .k-tool.k-state-hover,
.k-ie7 .k-button:focus,
.k-ie7 .k-button.k-state-focused {
  background-color: #bcb4b0;
}
.k-list > .k-state-selected.k-state-focused {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-state-selected > .k-link,
.k-panelbar > li > .k-state-selected,
.k-panelbar > li.k-state-default > .k-link.k-state-selected {
  color: white;
}
.k-state-hover,
.k-state-hover:hover,
.k-splitbar-horizontal-hover:hover,
.k-splitbar-vertical-hover:hover,
.k-list > .k-state-hover,
.k-scheduler .k-scheduler-toolbar ul li.k-state-hover,
.k-pager-wrap .k-link:hover,
.k-dropdown .k-state-focused,
.k-filebrowser-dropzone,
.k-mobile-list .k-item > .k-link:active,
.k-mobile-list .k-item > .k-label:active,
.k-mobile-list .k-edit-label.k-check:active,
.k-mobile-list .k-recur-view .k-check:active {
  color: #2e2e2e;
  background-color: #bcb4b0;
  border-color: #bcb4b0;
}
/* this selector should be used separately, otherwise old IEs ignore the whole rule */

.k-mobile-list .k-scheduler-timezones .k-edit-field:nth-child(2):active {
  color: #2e2e2e;
  background-color: #bcb4b0;
  border-color: #bcb4b0;
}
.k-ie7 .k-window-titlebar .k-state-hover,
.k-ie8 .k-window-titlebar .k-state-hover {
  border-color: #bcb4b0;
}
.k-state-hover > .k-select,
.k-state-focused > .k-select {
  border-color: #bcb4b0;
}
.k-button:hover,
.k-button.k-state-hover,
.k-button:focus,
.k-button.k-state-focused,
.k-textbox:hover,
.k-state-hover,
.k-state-hover:hover,
.k-pager-wrap .k-link:hover,
.k-other-month.k-state-hover .k-link,
div.k-filebrowser-dropzone em,
.k-draghandle:hover {
  background-image: url('/Content/lib/kendoui.2014.3.1119/styles/textures/highlight.png');
  background-image: none, -webkit-linear-gradient(top, rgba(255,255,255,.4) 0%, rgba(255,255,255,.0) 100%);
  background-image: none, -moz-linear-gradient(top, rgba(255,255,255,.4) 0%, rgba(255,255,255,.0) 100%);
  background-image: none, -o-linear-gradient(top, rgba(255,255,255,.4) 0%, rgba(255,255,255,.0) 100%);
  background-image: none, linear-gradient(to bottom, rgba(255,255,255,.4) 0%, rgba(255,255,255,.0) 100%);
}
.k-pager-wrap {
  background-color: #e3e3e3;
  color: #2e2e2e;
}
.k-autocomplete.k-state-active,
.k-picker-wrap.k-state-active,
.k-numeric-wrap.k-state-active,
.k-dropdown-wrap.k-state-active,
.k-state-active,
.k-state-active:hover,
.k-state-active > .k-link,
.k-button:active,
.k-panelbar > .k-item > .k-state-focused {
  background-image: none;
}
.k-state-selected,
.k-button:active,
.k-button.k-state-active,
.k-draghandle.k-state-selected:hover {
  background-image: url('/Content/lib/kendoui.2014.3.1119/styles/textures/highlight.png');
  background-image: none, -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(255,255,255,.0) 100%);
  background-image: none, -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(255,255,255,.0) 100%);
  background-image: none, -o-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(255,255,255,.0) 100%);
  background-image: none, linear-gradient(to bottom, rgba(255,255,255,.2) 0%, rgba(255,255,255,.0) 100%);
}
.k-button:active,
.k-button.k-state-active,
.k-draghandle.k-state-selected:hover {
  background-position: 50% 50%;
}
.k-tool-icon {
  background-image: url('/Content/lib/kendoui.2014.3.1119/styles/Bootstrap/sprite.png');
}
.k-state-hover > .k-link,
.k-other-month.k-state-hover .k-link,
div.k-filebrowser-dropzone em {
  color: #2e2e2e;
}
.k-autocomplete.k-state-hover,
.k-autocomplete.k-state-focused,
.k-picker-wrap.k-state-hover,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-hover,
.k-numeric-wrap.k-state-focused,
.k-dropdown-wrap.k-state-hover,
.k-dropdown-wrap.k-state-focused {
  background-color: #bcb4b0;
  background-image: url('/Content/lib/kendoui.2014.3.1119/styles/textures/highlight.png');
  background-image: none, -webkit-linear-gradient(top, rgba(255,255,255,.4) 0%, rgba(255,255,255,.0) 100%);
  background-image: none, -moz-linear-gradient(top, rgba(255,255,255,.4) 0%, rgba(255,255,255,.0) 100%);
  background-image: none, -o-linear-gradient(top, rgba(255,255,255,.4) 0%, rgba(255,255,255,.0) 100%);
  background-image: none, linear-gradient(to bottom, rgba(255,255,255,.4) 0%, rgba(255,255,255,.0) 100%);
  background-position: 50% 50%;
  border-color: #bcb4b0;
}
.km-pane-wrapper .k-mobile-list input:not([type="checkbox"]):not([type="radio"]),
.km-pane-wrapper .km-pane .k-mobile-list select:not([multiple]),
.km-pane-wrapper .k-mobile-list textarea,
.k-dropdown .k-state-focused .k-input {
  color: #2e2e2e;
}
.k-dropdown .k-state-hover .k-input {
  color: #2e2e2e;
}
.k-state-error {
  border-color: #e20000;
  background-color: #ff5252;
  color: white;
}
.k-state-disabled {
  opacity: .7;
}
.k-ie7 .k-state-disabled,
.k-ie8 .k-state-disabled {
  filter: alpha(opacity=70);
}
.k-tile-empty.k-state-selected,
.k-loading-mask.k-state-selected {
  border-width: 0;
  background-image: none;
  background-color: transparent;
}
.k-state-disabled,
.k-state-disabled .k-link,
.k-state-disabled .k-button,
.k-other-month,
.k-other-month .k-link,
.k-dropzone em,
.k-dropzone .k-upload-status,
.k-tile-empty strong,
.k-slider .k-draghandle {
  color: #9f9e9e;
}
/* Progressbar */

.k-progressbar-indeterminate {
  background: url('/Content/lib/kendoui.2014.3.1119/styles/Bootstrap/indeterminate.gif');
}
.k-progressbar-indeterminate .k-progress-status-wrap,
.k-progressbar-indeterminate .k-state-selected {
  display: none;
}
/* Slider */

.k-slider-track {
  background-color: #c5c5c5;
}
.k-slider-selection {
  background-color: #005aaa;
}
.k-slider-horizontal .k-tick {
  background-image: url('/Content/lib/kendoui.2014.3.1119/styles/Bootstrap/slider-h.gif');
}
.k-slider-vertical .k-tick {
  background-image: url('/Content/lib/kendoui.2014.3.1119/styles/Bootstrap/slider-v.gif');
}
/* Tooltip */

.k-widget.k-tooltip {
  border-color: #c5c5c5;
  background-color: #c6c6c6;
  color: #282828;
}
.k-widget.k-tooltip-validation {
  border-color: #ffe79e;
  background-color: #fff4c9;
  color: #635145;
}
/* Bootstrap theme fix */

.input-prepend .k-tooltip-validation,
.input-append .k-tooltip-validation {
  font-size: 12px;
  position: relative;
  top: 3px;
}
.k-callout-n {
  border-bottom-color: #c5c5c5;
}
.k-callout-w {
  border-right-color: #c5c5c5;
}
.k-callout-s {
  border-top-color: #c5c5c5;
}
.k-callout-e {
  border-left-color: #c5c5c5;
}
.k-tooltip-validation .k-callout-n {
  border-bottom-color: #ffe79e;
}
.k-tooltip-validation .k-callout-w {
  border-right-color: #ffe79e;
}
.k-tooltip-validation .k-callout-s {
  border-top-color: #ffe79e;
}
.k-tooltip-validation .k-callout-e {
  border-left-color: #ffe79e;
}
/* Splitter */

.k-splitbar {
  background-color: #e3e3e3;
}
.k-restricted-size-vertical,
.k-restricted-size-horizontal {
  background-color: white;
}
/* Upload */

.k-file {
  background-color: white;
  border-color: #c5c5c5;
}
.k-file-progress {
  color: #0066cc;
}
.k-file-progress .k-progress {
  background-color: #d0f8ff;
}
.k-file-success {
  color: #28760b;
}
.k-file-success .k-progress {
  background-color: #ddffd0;
}
.k-file-error {
  color: #cc0000;
}
.k-file-error .k-progress {
  background-color: #ffded7;
}
/* ImageBrowser */

.k-tile {
  border-color: white;
}
.k-textbox:hover,
.k-tiles li.k-state-hover {
  border-color: #bcb4b0;
}
.k-tiles li.k-state-selected {
  border-color: #005aaa;
}
.k-tile .k-folder,
.k-tile .k-file {
  background-image: url('/Content/lib/kendoui.2014.3.1119/styles/Bootstrap/imagebrowser.png');
}
/* TreeMap */

.k-leaf,
.k-leaf.k-state-hover:hover {
  color: white;
}
.k-leaf.k-inverse,
.k-leaf.k-inverse.k-state-hover:hover {
  color: black;
}
/* Shadows */

.k-widget,
.k-button {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-slider,
.k-treeview,
.k-upload {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-state-hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-autocomplete.k-state-focused,
.k-dropdown-wrap.k-state-focused,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-focused {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.k-state-selected {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-state-active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-grid td.k-state-selected.k-state-focused {
  background-color: #0062b9;
}
.k-popup,
.k-menu .k-menu-group,
.k-grid .k-filter-options,
.k-time-popup,
.k-datepicker-calendar,
.k-autocomplete.k-state-border-down,
.k-autocomplete.k-state-border-up,
.k-dropdown-wrap.k-state-active,
.k-picker-wrap.k-state-active,
.k-multiselect.k-state-focused,
.k-filebrowser .k-image,
.k-tooltip {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.k-treemap-tile.k-state-hover {
  -webkit-box-shadow: inset 0 0 0 3px #c5c5c5;
  box-shadow: inset 0 0 0 3px #c5c5c5;
}
/* Window */

.k-window {
  border-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 7px 1px rgba(128, 128, 128, 0.3);
  box-shadow: 1px 1px 7px 1px rgba(128, 128, 128, 0.3);
  background-color: white;
}
.k-window.k-state-focused {
  border-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.3);
}
.k-window.k-window-maximized,
.k-window-maximized .k-window-titlebar,
.k-window-maximized .k-window-content {
  border-radius: 0;
}
.k-shadow {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.k-inset {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3);
}
/* Selection */

.k-editor-inline ::selection {
  background-color: #005aaa;
  text-shadow: none;
  color: white;
}
.k-editor-inline ::-moz-selection {
  background-color: #005aaa;
  text-shadow: none;
  color: white;
}
/* Notification */

.k-notification.k-notification-info {
  background-color: #e5f5fa;
  color: #0487c4;
  border-color: #b7e1f0;
}
.k-notification.k-notification-success {
  background-color: #eaf7ec;
  color: #349946;
  border-color: #c3e8ca;
}
.k-notification.k-notification-warning {
  background-color: #fff4d9;
  color: #0487c4;
  border-color: #fff0c8;
}
.k-notification.k-notification-error {
  background-color: #ffe0d9;
  color: #ef470a;
  border-color: #ffb7a8;
}
/* Gantt */

.k-gantt .k-treelist {
  background: whitesmoke;
}
.k-gantt .k-treelist .k-alt {
  background-color: gainsboro;
}
.k-gantt .k-treelist .k-state-selected,
.k-gantt .k-treelist .k-state-selected td,
.k-gantt .k-treelist .k-alt.k-state-selected,
.k-gantt .k-treelist .k-alt.k-state-selected > td {
  background-color: #005aaa;
}
.k-task-dot:after {
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}
.k-task-dot:hover:after {
  background-color: white;
}
.k-task-summary {
  border-color: #6e6e6e;
  background: #6e6e6e;
}
.k-task-milestone,
.k-task-summary-complete {
  border-color: #2e2e2e;
  background: #2e2e2e;
}
.k-state-selected.k-task-summary {
  border-color: #2a9bff;
  background: #2a9bff;
}
.k-state-selected.k-task-milestone,
.k-state-selected .k-task-summary-complete {
  border-color: #005aaa;
  background: #005aaa;
}
.k-task-single {
  background-color: #ffefe5;
  border-color: #ffdac1;
  color: #2e2e2e;
}
.k-state-selected.k-task-single {
  border-color: #005aaa;
}
.k-line {
  background-color: #2e2e2e;
  color: #2e2e2e;
}
.k-state-selected.k-line {
  background-color: #005aaa;
  color: #005aaa;
}
.k-resource {
  background-color: white;
}
/* PivotGrid */

.k-i-kpi-decrease,
.k-i-kpi-denied,
.k-i-kpi-equal,
.k-i-kpi-hold,
.k-i-kpi-increase,
.k-i-kpi-open {
  background-image: url('/Content/lib/kendoui.2014.3.1119/styles/Bootstrap/sprite_kpi.png');
}
/* Border radius */

.k-block,
.k-button,
.k-textbox,
.k-drag-clue,
.k-touch-scrollbar,
.k-window,
.k-window-titleless .k-window-content,
.k-window-action,
.k-inline-block,
.k-grid .k-filter-options,
.k-grouping-header .k-group-indicator,
.k-autocomplete,
.k-multiselect,
.k-combobox,
.k-dropdown,
.k-dropdown-wrap,
.k-datepicker,
.k-timepicker,
.k-colorpicker,
.k-datetimepicker,
.k-notification,
.k-numerictextbox,
.k-picker-wrap,
.k-numeric-wrap,
.k-colorpicker,
.k-list-container,
.k-calendar-container,
.k-calendar td,
.k-calendar .k-link,
.k-treeview .k-in,
.k-editor-inline,
.k-tooltip,
.k-tile,
.k-slider-track,
.k-slider-selection,
.k-upload {
  border-radius: 4px;
}
.k-tool {
  text-align: center;
  vertical-align: middle;
}
.k-tool.k-group-start,
.k-toolbar .k-split-button .k-button,
.k-toolbar .k-button-group .k-group-start {
  border-radius: 4px 0 0 4px;
}
.k-rtl .k-tool.k-group-start {
  border-radius: 0 4px 4px 0;
}
.k-tool.k-group-end,
.k-toolbar .k-button-group .k-group-end,
.k-toolbar .k-split-button .k-split-button-arrow {
  border-radius: 0 4px 4px 0;
}
.k-rtl .k-tool.k-group-end {
  border-radius: 4px 0 0 4px;
}
.k-group-start.k-group-end.k-tool {
  border-radius: 4px;
}
.k-calendar-container.k-state-border-up,
.k-list-container.k-state-border-up,
.k-autocomplete.k-state-border-up,
.k-multiselect.k-state-border-up,
.k-dropdown-wrap.k-state-border-up,
.k-picker-wrap.k-state-border-up,
.k-numeric-wrap.k-state-border-up,
.k-window-content,
.k-filter-menu {
  border-radius: 0 0 4px 4px;
}
.k-autocomplete.k-state-border-up .k-input,
.k-dropdown-wrap.k-state-border-up .k-input,
.k-picker-wrap.k-state-border-up .k-input,
.k-picker-wrap.k-state-border-up .k-selected-color,
.k-numeric-wrap.k-state-border-up .k-input {
  border-radius: 0 0 0 4px;
}
.k-multiselect.k-state-border-up .k-multiselect-wrap {
  border-radius: 0 0 4px 4px;
}
.k-window-titlebar,
.k-block > .k-header,
.k-tabstrip-items .k-item,
.k-panelbar .k-tabstrip-items .k-item,
.k-tabstrip-items .k-link,
.k-calendar-container.k-state-border-down,
.k-list-container.k-state-border-down,
.k-autocomplete.k-state-border-down,
.k-multiselect.k-state-border-down,
.k-dropdown-wrap.k-state-border-down,
.k-picker-wrap.k-state-border-down,
.k-numeric-wrap.k-state-border-down {
  border-radius: 4px 4px 0 0;
}
.k-split-button.k-state-border-down > .k-button {
  border-radius: 4px 0 0 0;
}
.k-split-button.k-state-border-up > .k-button {
  border-radius: 0 0 0 4px;
}
.k-split-button.k-state-border-down > .k-split-button-arrow {
  border-radius: 0 4px 0 0;
}
.k-split-button.k-state-border-up > .k-split-button-arrow {
  border-radius: 0 0 4px 0;
}
.k-dropdown-wrap .k-input,
.k-picker-wrap .k-input,
.k-numeric-wrap .k-input {
  border-radius: 3px 0 0 3px;
}
.k-rtl .k-dropdown-wrap .k-input,
.k-rtl .k-picker-wrap .k-input,
.k-rtl .k-numeric-wrap .k-input {
  border-radius: 0 3px 3px 0;
}
.k-numeric-wrap .k-link {
  border-radius: 0 3px 0 0;
}
.k-numeric-wrap .k-link + .k-link {
  border-radius: 0 0 3px 0;
}
.k-colorpicker .k-selected-color {
  border-radius: 3px 0 0 3px;
}
.k-rtl .k-colorpicker .k-selected-color {
  border-radius: 0 3px 3px 0;
}
.k-autocomplete.k-state-border-down .k-input {
  border-radius: 4px 4px 0 0;
}
.k-dropdown-wrap.k-state-border-down .k-input,
.k-picker-wrap.k-state-border-down .k-input,
.k-picker-wrap.k-state-border-down .k-selected-color,
.k-numeric-wrap.k-state-border-down .k-input {
  border-radius: 4px 0 0 0;
}
.k-numeric-wrap .k-link.k-state-selected {
  background-color: #005aaa;
}
.k-multiselect.k-state-border-down .k-multiselect-wrap {
  border-radius: 3px 3px 0 0;
}
.k-dropdown-wrap .k-select,
.k-picker-wrap .k-select,
.k-numeric-wrap .k-select,
.k-datetimepicker .k-select + .k-select,
.k-list-container.k-state-border-right {
  border-radius: 0 4px 4px 0;
}
.k-rtl .k-dropdown-wrap .k-select,
.k-rtl .k-picker-wrap .k-select,
.k-rtl .k-numeric-wrap .k-select,
.k-rtl .k-datetimepicker .k-select + .k-select,
.k-rtl .k-list-container.k-state-border-right {
  border-radius: 4px 0 0 4px;
}
.k-numeric-wrap.k-expand-padding .k-input {
  border-radius: 4px;
}
.k-textbox > input,
.k-autocomplete .k-input,
.k-multiselect-wrap {
  border-radius: 3px;
}
.k-list .k-state-hover,
.k-list .k-state-focused,
.k-list .k-state-highlight,
.k-list .k-state-selected,
.k-fieldselector .k-list .k-item,
.k-dropzone {
  border-radius: 3px;
}
.k-slider .k-button,
.k-grid .k-slider .k-button {
  border-radius: 13px;
}
.k-draghandle {
  border-radius: 7px;
}
.k-scheduler-toolbar > ul li:first-child,
.k-scheduler-toolbar > ul li:first-child .k-link {
  border-radius: 4px 0 0 4px;
}
.k-rtl .k-scheduler-toolbar > ul li:first-child,
.k-rtl .k-scheduler-toolbar > ul li:first-child .k-link,
.km-view.k-popup-edit-form .k-scheduler-toolbar > ul li:last-child,
.km-view.k-popup-edit-form .k-scheduler-toolbar > ul li:last-child .k-link {
  border-radius: 0 4px 4px 0;
}
.k-scheduler-phone .k-scheduler-toolbar > ul li.k-nav-today,
.k-scheduler-phone .k-scheduler-toolbar > ul li.k-nav-today .k-link,
.k-edit-field > .k-scheduler-navigation {
  border-radius: 4px;
}
.k-scheduler-toolbar .k-nav-next,
.k-scheduler-toolbar ul + ul li:last-child,
.k-scheduler-toolbar .k-nav-next .k-link,
.k-scheduler-toolbar ul + ul li:last-child .k-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.k-rtl .k-scheduler-toolbar .k-nav-next,
.k-rtl .k-scheduler-toolbar ul + ul li:last-child,
.k-rtl .k-scheduler-toolbar .k-nav-next .k-link,
.k-rtl .k-scheduler-toolbar ul + ul li:last-child .k-link {
  border-radius: 4px 0 0 4px;
}
.k-scheduler div.k-scheduler-footer ul li,
.k-scheduler div.k-scheduler-footer .k-link {
  border-radius: 4px;
}
.k-more-events,
.k-event,
.k-task-single,
.k-task-complete,
.k-event .k-link {
  border-radius: 3px;
}
.k-scheduler-mobile .k-event {
  border-radius: 2px;
}
/* Adaptive Grid */

.k-grid-mobile .k-column-active + th.k-header {
  border-left-color: #2e2e2e;
}
html .km-pane-wrapper .km-widget,
.k-ie .km-pane-wrapper .k-widget,
.k-ie .km-pane-wrapper .k-group,
.k-ie .km-pane-wrapper .k-content,
.k-ie .km-pane-wrapper .k-header,
.k-ie .km-pane-wrapper .k-popup-edit-form .k-edit-field .k-button,
.km-pane-wrapper .k-mobile-list .k-item,
.km-pane-wrapper .k-mobile-list .k-edit-label,
.km-pane-wrapper .k-mobile-list .k-edit-field {
  color: #2e2e2e;
}
@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  div.km-pane-wrapper a {
    color: #2e2e2e;
  }
  .km-pane-wrapper .k-icon {
    background-image: url('/Content/lib/kendoui.2014.3.1119/styles/Bootstrap/sprite_2x.png');
    background-size: 21.2em 21em;
  }
}
.km-pane-wrapper .k-mobile-list .k-item,
.km-pane-wrapper .k-mobile-list .k-edit-field,
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-field .k-check {
  background-color: white;
  border-top: 1px solid #c5c5c5;
}
.km-pane-wrapper .k-mobile-list .k-edit-field textarea {
  outline-width: 0;
}
.km-pane-wrapper .k-mobile-list .k-item.k-state-selected {
  background-color: #005aaa;
  border-top-color: #005aaa;
}
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-field .k-check:first-child {
  border-top-color: transparent;
}
.km-pane-wrapper .k-mobile-list .k-item:last-child {
  -webkit-box-shadow: inset 0 -1px 0 #c5c5c5;
  box-shadow: inset 0 -1px 0 #c5c5c5;
}
.km-pane-wrapper .k-mobile-list > ul > li > .k-link,
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-label:nth-child(3),
.km-pane-wrapper #recurrence .km-scroll-container > .k-edit-label:first-child {
  color: #797979;
}
.km-pane-wrapper .k-mobile-list > ul > li > .k-link {
  border-bottom: 1px solid #c5c5c5;
}
.km-pane-wrapper .k-mobile-list .k-edit-field {
  -webkit-box-shadow: 0 1px 1px #c5c5c5;
  box-shadow: 0 1px 1px #c5c5c5;
}
.km-actionsheet .k-grid-delete,
.km-actionsheet .k-scheduler-delete,
.km-pane-wrapper .k-scheduler-delete,
.km-pane-wrapper .k-filter-menu .k-button[type=reset] {
  color: white;
  border-color: #e20000;
  background-color: red;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, from(rgba(255,255,255,.3)), to(rgba(255,255,255,.15)));
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,.15));
  background-image: -moz-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,.15));
  background-image: -ms-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,.15));
  background-image: linear-gradient(to bottom, rgba(255,255,255,.3), rgba(255,255,255,.15));
}
.km-actionsheet .k-grid-delete:active,
.km-actionsheet .k-scheduler-delete:active,
.km-pane-wrapper .k-scheduler-delete:active,
.km-pane-wrapper .k-filter-menu .k-button[type=reset]:active {
  background-color: #990000;
}
/* /Column Menu */

.k-autocomplete.k-state-default,
.k-picker-wrap.k-state-default,
.k-numeric-wrap.k-state-default,
.k-dropdown-wrap.k-state-default {
  background-image: url('/Content/lib/kendoui.2014.3.1119/styles/textures/highlight.png');
  background-image: none, -webkit-linear-gradient(top, rgba(255,255,255,.6) 0%, rgba(255,255,255,.0) 100%);
  background-image: none, -moz-linear-gradient(top, rgba(255,255,255,.6) 0%, rgba(255,255,255,.0) 100%);
  background-image: none, -o-linear-gradient(top, rgba(255,255,255,.6) 0%, rgba(255,255,255,.0) 100%);
  background-image: none, linear-gradient(to bottom, rgba(255,255,255,.6) 0%, rgba(255,255,255,.0) 100%);
  background-position: 50% 50%;
  background-color: #e9e9e9;
  border-color: #c5c5c5;
}
.k-autocomplete.k-state-hover,
.k-picker-wrap.k-state-hover,
.k-numeric-wrap.k-state-hover,
.k-dropdown-wrap.k-state-hover {
  background-color: #bcb4b0;
  background-image: url('/Content/lib/kendoui.2014.3.1119/styles/textures/highlight.png');
  background-image: none, -webkit-linear-gradient(top, rgba(255,255,255,.4) 0%, rgba(255,255,255,.0) 100%);
  background-image: none, -moz-linear-gradient(top, rgba(255,255,255,.4) 0%, rgba(255,255,255,.0) 100%);
  background-image: none, -o-linear-gradient(top, rgba(255,255,255,.4) 0%, rgba(255,255,255,.0) 100%);
  background-image: none, linear-gradient(to bottom, rgba(255,255,255,.4) 0%, rgba(255,255,255,.0) 100%);
  background-position: 50% 50%;
  border-color: #bcb4b0;
}
.k-multiselect.k-header {
  border-color: #c5c5c5;
}
.k-multiselect.k-header.k-state-hover {
  border-color: #bcb4b0;
}
.k-autocomplete.k-state-focused,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-focused,
.k-dropdown-wrap.k-state-focused,
.k-multiselect.k-header.k-state-focused {
  background-color: #bcb4b0;
  background-image: url('/Content/lib/kendoui.2014.3.1119/styles/textures/highlight.png');
  background-image: none, -webkit-linear-gradient(top, rgba(255,255,255,.4) 0%, rgba(255,255,255,.0) 100%);
  background-image: none, -moz-linear-gradient(top, rgba(255,255,255,.4) 0%, rgba(255,255,255,.0) 100%);
  background-image: none, -o-linear-gradient(top, rgba(255,255,255,.4) 0%, rgba(255,255,255,.0) 100%);
  background-image: none, linear-gradient(to bottom, rgba(255,255,255,.4) 0%, rgba(255,255,255,.0) 100%);
  background-position: 50% 50%;
  border-color: #bcb4b0;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.k-list-container {
  color: #2e2e2e;
}
.k-dropdown .k-input,
.k-dropdown .k-state-focused .k-input,
.k-menu .k-popup {
  color: #2e2e2e;
}
.k-state-default > .k-select {
  border-color: #c5c5c5;
}
.k-state-hover > .k-select {
  border-color: #bcb4b0;
}
.k-state-focused > .k-select {
  border-color: #bcb4b0;
}
.k-tabstrip-items .k-state-default .k-link,
.k-panelbar > li.k-state-default > .k-link {
  color: #2e2e2e;
}
.k-tabstrip-items .k-state-hover .k-link,
.k-panelbar > li.k-state-hover > .k-link,
.k-panelbar > li.k-state-default > .k-link.k-state-hover {
  color: #2e2e2e;
}
.k-panelbar .k-state-focused.k-state-hover {
  background: #bcb4b0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-tabstrip-items .k-state-default,
.k-ie7 .k-tabstrip-items .k-state-default .k-loading {
  border-color: #c5c5c5;
}
.k-tabstrip-items .k-state-hover,
.k-ie7 .k-tabstrip-items .k-state-hover .k-loading {
  border-color: #bcb4b0;
}
.k-tabstrip-items .k-state-active,
.k-panelbar .k-tabstrip-items .k-state-active,
.k-ie7 .k-tabstrip-items .k-state-active .k-loading {
  background-color: white;
  background-image: none;
  border-color: #005aaa;
}
.k-tabstrip .k-content.k-state-active {
  background-color: white;
  color: #2e2e2e;
}
.k-menu.k-header,
.k-menu .k-item {
  border-color: #c5c5c5;
}
.k-column-menu,
.k-column-menu .k-item,
.k-overflow-container .k-overflow-group {
  border-color: #c5c5c5;
}
.k-overflow-container .k-overflow-group {
  box-shadow: inset 0 1px 0 white, 0 1px 0 white;
}
.k-toolbar-first-visible.k-overflow-group,
.k-overflow-container .k-overflow-group + .k-overflow-group {
  box-shadow: 0 1px 0 white;
}
.k-toolbar-last-visible.k-overflow-group {
  box-shadow: inset 0 1px 0 white;
}
.k-column-menu .k-separator {
  border-color: #c5c5c5;
  background-color: transparent;
}
.k-menu .k-group {
  border-color: #c5c5c5;
}
.k-grid-filter.k-state-active {
  background-color: white;
}
.k-grouping-row td,
.k-group-footer td,
.k-grid-footer td {
  color: #2e2e2e;
  border-color: #c5c5c5;
  font-weight: bold;
}
.k-grouping-header {
  color: #2e2e2e;
}
.k-grid td.k-state-focused {
  -webkit-box-shadow: inset 0 0 0 1px inset 0 0 5px 1px #bcb4b0;
  box-shadow: inset 0 0 0 1px inset 0 0 5px 1px #bcb4b0;
}
.k-header,
.k-grid-header-wrap,
.k-grid .k-grouping-header,
.k-grid-header,
.k-pager-wrap,
.k-pager-wrap .k-textbox,
.k-pager-wrap .k-link,
.k-grouping-header .k-group-indicator,
.k-gantt-toolbar .k-state-default {
  border-color: #c5c5c5;
}
.k-primary,
.k-overflow-container .k-primary {
  color: white;
  border-color: #ef671a;
  background-image: url('/Content/lib/kendoui.2014.3.1119/styles/textures/highlight.png');
  background-image: none, -webkit-linear-gradient(top, #f6813f 0%, #f35a03 100%);
  background-image: none, -moz-linear-gradient(top, #f6813f 0%, #f35a03 100%);
  background-image: none, -o-linear-gradient(top, #f6813f 0%, #f35a03 100%);
  background-image: none, linear-gradient(to bottom, #f6813f 0%, #f35a03 100%);
  background-position: 50% 50%;
  background-color: #005aaa;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-primary:focus,
.k-primary.k-state-focused {
  color: white;
  border-color: #e84200;
  background-image: url('/Content/lib/kendoui.2014.3.1119/styles/textures/highlight.png');
  background-image: none, -webkit-linear-gradient(top, #f1713f 0%, #ed4503 100%);
  background-image: none, -moz-linear-gradient(top, #f1713f 0%, #ed4503 100%);
  background-image: none, -o-linear-gradient(top, #f1713f 0%, #ed4503 100%);
  background-image: none, linear-gradient(to bottom, #f1713f 0%, #ed4503 100%);
  -webkit-box-shadow: 0 0 3px 1px #e10000;
  box-shadow: 0 0 3px 1px #e10000;
}
.k-primary:hover {
  color: white;
  border-color: #ef671a;
  background-image: url('/Content/lib/kendoui.2014.3.1119/styles/textures/highlight.png');
  background-image: none, -webkit-linear-gradient(top, #f1713f 0%, #ed4503 100%);
  background-image: none, -moz-linear-gradient(top, #f1713f 0%, #ed4503 100%);
  background-image: none, -o-linear-gradient(top, #f1713f 0%, #ed4503 100%);
  background-image: none, linear-gradient(to bottom, #f1713f 0%, #ed4503 100%);
  background-color: #ed4300;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-primary:focus:active:not(.k-state-disabled):not([disabled]),
.k-primary:focus:not(.k-state-disabled):not([disabled]) {
  -webkit-box-shadow: 0 0 3px 1px #e10000;
  box-shadow: 0 0 3px 1px #e10000;
}
.k-primary:active {
  color: white;
  border-color: #ef671a;
  background-image: url('/Content/lib/kendoui.2014.3.1119/styles/textures/highlight.png');
  background-image: none, -webkit-linear-gradient(top, #f6813f 0%, #f35a03 100%);
  background-image: none, -moz-linear-gradient(top, #f6813f 0%, #f35a03 100%);
  background-image: none, -o-linear-gradient(top, #f6813f 0%, #f35a03 100%);
  background-image: none, linear-gradient(to bottom, #f6813f 0%, #f35a03 100%);
  background-color: #005aaa;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-primary.k-state-disabled,
.k-state-disabled .k-primary,
.k-primary.k-state-disabled:hover,
.k-state-disabled .k-primary:hover,
.k-primary.k-state-disabled:hover,
.k-state-disabled .k-primary:active,
.k-primary.k-state-disabled:active {
  color: #fab58e;
  border-color: #ef671a;
  background-color: #005aaa;
  background-image: url('/Content/lib/kendoui.2014.3.1119/styles/textures/highlight.png');
  background-image: none, -webkit-linear-gradient(top, #f6813f 0%, #f35a03 100%);
  background-image: none, -moz-linear-gradient(top, #f6813f 0%, #f35a03 100%);
  background-image: none, -o-linear-gradient(top, #f6813f 0%, #f35a03 100%);
  background-image: none, linear-gradient(to bottom, #f6813f 0%, #f35a03 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-pager-numbers .k-link,
.k-treeview .k-in {
  border-color: transparent;
}
.k-treeview .k-icon,
.k-scheduler-table .k-icon,
.k-grid .k-hierarchy-cell .k-icon {
  background-color: transparent;
  border-radius: 4px;
}
.k-scheduler-table .k-state-hover .k-icon {
  background-color: transparent;
}
.k-button:focus {
  outline: none;
}
.k-editor .k-tool:focus {
  outline: 0;
  border-color: #c5c5c5;
  -webkit-box-shadow: inset 0 0 5px 1px #bcb4b0;
  box-shadow: inset 0 0 5px 1px #bcb4b0;
}
.k-checkbox-label:before {
  border-color: transparent;
  border-radius: 3px;
}
.k-checkbox-label:after {
  border-color: #c5c5c5;
  background: white;
  border-radius: 3px;
}
.k-checkbox-label:hover:after,
.k-checkbox:checked + .k-checkbox-label:hover:after {
  border-color: #a99f9a;
  box-shadow: none;
}
.k-checkbox:checked + .k-checkbox-label:after {
  background-color: white;
  border-color: #c5c5c5;
  border-radius: 3px;
  color: #f36311;
}
.k-checkbox-label:active:before {
  box-shadow: 0 0 3px 0 #a99f9a;
  border-color: transparent;
  border-radius: 3px;
}
.k-checkbox-label:active:after {
  border-color: #a99f9a;
  border-radius: 3px;
}
.k-checkbox:checked + .k-checkbox-label:active:after {
  border-color: #a99f9a;
}
.k-checkbox:checked + .k-checkbox-label:active:before {
  box-shadow: 0 0 3px 0 #a99f9a;
  border-radius: 3px;
}
.k-checkbox:disabled + .k-checkbox-label {
  color: #909090;
}
.k-checkbox:disabled + .k-checkbox-label:hover:after,
.k-checkbox:disabled + .k-checkbox-label:active:before {
  box-shadow: none;
}
.k-checkbox:checked:disabled + .k-checkbox-label:after {
  background: #ededed;
  color: #909090;
}
.k-checkbox:disabled + .k-checkbox-label:after,
.k-checkbox:checked:disabled + .k-checkbox-label:active:after,
.k-checkbox:disabled + .k-checkbox-label:hover:before,
.k-checkbox:checked:disabled + .k-checkbox-label:hover:after {
  background: #ededed;
  border-color: #7f7f7f;
  border-radius: 3px;
}
.k-radio-label:before {
  border-color: #c5c5c5;
  border-radius: 50%;
  background-color: white;
  border-width: 1px;
}
.k-radio-label:hover:before,
.k-radio:checked + .k-radio-label:hover:before {
  border-color: #a99f9a;
  box-shadow: none;
}
.k-radio:checked + .k-radio-label:before {
  border-color: #7f7f7f;
}
.k-radio:checked + .k-radio-label:after {
  background-color: #f36311;
  border-radius: 50%;
}
.k-radio-label:active:before {
  box-shadow: 0 0 3px 0 #a99f9a;
  border-radius: 50%;
  border-color: #a99f9a;
}
.k-radio:checked + .k-radio-label:active:before {
  box-shadow: 0 0 3px 0 #a99f9a;
  border-radius: 50%;
  border-color: #7f7f7f;
}
.k-radio:disabled + .k-radio-label {
  color: #909090;
}
.k-radio:disabled + .k-radio-label:before {
  border-color: #bfbfbf;
}
.k-radio:disabled + .k-radio-label:active:before {
  box-shadow: none;
  background: #efefef;
}
.k-radio:disabled + .k-radio-label:before {
  background: #ededed;
}
.k-radio:disabled + .k-radio-label:hover:after,
.k-radio:disabled + .k-radio-label:hover:before {
  box-shadow: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .k-icon:not(.k-loading),
  .k-grouping-dropclue,
  .k-drop-hint,
  .k-callout,
  .k-tool-icon,
  .k-state-hover .k-tool-icon,
  .k-state-active .k-tool-icon,
  .k-state-active.k-state-hover .k-tool-icon,
  .k-state-selected .k-tool-icon,
  .k-state-selected.k-state-hover .k-tool-icon,
  .k-column-menu .k-sprite,
  .k-mobile-list .k-check:checked,
  .k-mobile-list .k-edit-field [type=checkbox]:checked,
  .k-mobile-list .k-edit-field [type=radio]:checked {
    background-image: url('/Content/lib/kendoui.2014.3.1119/styles/Bootstrap/sprite_2x.png');
    background-size: 340px 336px;
  }
  .k-dropdown-wrap .k-input,
  .k-picker-wrap .k-input,
  .k-numeric-wrap .k-input {
    border-radius: 3px 0 0 3px;
  }
  .k-i-kpi-decrease,
  .k-i-kpi-denied,
  .k-i-kpi-equal,
  .k-i-kpi-hold,
  .k-i-kpi-increase,
  .k-i-kpi-open {
    background-image: url('/Content/lib/kendoui.2014.3.1119/styles/Bootstrap/sprite_kpi_2x.png');
    background-size: 96px 16px;
  }
}
@media screen and (-ms-high-contrast: active) {
  .k-editor-toolbar-wrap .k-dropdown-wrap.k-state-focused,
  .k-editor-toolbar-wrap .k-button-group .k-tool:focus {
    border-color: white;
  }
}
#footer-widgets h1,
#footer-widgets h2,
#footer-widgets h3,
#footer-widgets h4,
#footer-widgets h5,
#footer-widgets h6 {
  color: #fbe97d;
}
#footer-widgets a:hover {
  color: #dd7500;
}
@media (min-width: 991px) {
  #back-top a {
    margin-bottom: 12px;
  }
}
.mega-menu {
  position: static;
}
.navbar-dark .mega-menu > .dropdown-menu {
  top: 0px;
  border: 2px solid white;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.navbar-dark .mega-menu .row {
  margin: 0px;
}
.navbar-dark .dropdown .mega-menu > .dropdown-menu {
  width: 450px;
  background-color: white;
  color: #005aaa;
  padding: 15px 0px;
  height: 100%;
}
.navbar-dark .dropdown .mega-menu > .dropdown-menu a {
  color: #005aaa;
  padding: 0px;
  margin: 4px;
}
.navbar-dark .dropdown .mega-menu > .dropdown-menu h1,
.navbar-dark .dropdown .mega-menu > .dropdown-menu h2,
.navbar-dark .dropdown .mega-menu > .dropdown-menu h3,
.navbar-dark .dropdown .mega-menu > .dropdown-menu h4,
.navbar-dark .dropdown .mega-menu > .dropdown-menu h5,
.navbar-dark .dropdown .mega-menu > .dropdown-menu h6,
.navbar-dark .dropdown .mega-menu > .dropdown-menu ul {
  margin: 0px 15px;
  padding: 4px;
}
.navbar-dark .dropdown .mega-menu > .dropdown-menu ul,
.navbar-dark .dropdown .mega-menu > .dropdown-menu ol {
  list-style: none;
}
.navbar-inverse.footer-menu {
  min-height: 28px;
  height: 28px;
  background-color: #333333;
  color: white;
  border-top: solid 1px #555555;
}
.navbar-inverse.footer-menu li {
  margin-right: 15px;
  border: none;
}
.navbar-inverse.footer-menu li > a {
  color: white;
  padding: 4px 8px;
}
.navbar-inverse.footer-menu li > a:hover {
  color: #f9e04c;
}
#footer-menu-spacer {
  height: 28px;
}
#footer.online-footer {
  padding: 0;
  border: none;
}
@media (max-width: 767px) {
  .footer-menu,
  #footer-menu-spacer {
    display: none;
  }
}
#resources-menu .dropdown a .menu-text {
  margin-left: 26px;
}
#resources-menu .dropdown a .menu-icon {
  position: absolute;
}
.dropdown-menu .divider {
  margin: 2px 0;
}
.menu-search {
  padding: 8px;
  width: 500px;
  display: inline-block;
}
/* Remove extra padding added by btn-ar style in the search button */

.menu-search-button > .fa {
  margin-right: 0;
}
/*Fixes selection effect that makes the search box appear shrink*/

.menu-search .search-text:focus {
  box-shadow: none;
  border-color: #cccccc;
  border-top: none;
  border-bottom: none;
  transition: none;
}
.sb-icon-navbar i {
  width: 50px;
}
.sb-icon-navbar.sb-toggle-left i {
  left: 0;
}
.breadcrumb {
  background-color: transparent;
  margin-left: 0px;
  padding-left: 0px;
}
/* Corrects the IRMI.com text style for the heading in small and xs views*/

.navbar-default .navbar-brand {
  text-transform: none;
}
/*Fix alignment of the resource menu icon and the owl icon above it*/

#resources-menu a.dropdown-toggle {
  padding-left: 8px;
}
.navbar-dark .dropdown .dropdown-menu {
  border-width: 0;
}
.navbar-dark .dropdown .dropdown-menu a {
  color: white;
}
.navbar-dark .dropdown .dropdown-menu a:hover,
.navbar-dark .dropdown .dropdown-menu a:focus {
  background-color: #005aaa;
}
.navbar-brand + .navbar-brand-nologo {
  margin-left: 0;
  margin-right: 50px;
  line-height: 20px;
  background-image: none !important;
}
#resources-menu .yamm-content {
  min-width: 660px;
}
#resources-menu .yamm-content .col-megamenu {
  min-width: 220px;
}
.top-nav .dropdown .btn-warning {
  background-color: #dd7500;
  color: white;
}
.header-full .nav-tabs {
  border-bottom: none;
  margin-top: 8px;
}
.navbar-default .navbar-brand-nologo {
  padding-left: 0;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .menu-search {
    width: 316px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .menu-search {
    width: 500px;
  }
  #header-full-top .container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .menu-search {
    display: none;
  }
}
.top-nav .dropdown li a {
  border: none;
  background-color: transparent;
  height: 100%;
  width: 100%;
}
.top-nav .fa-hover a:hover {
  color: white;
  background-color: #005aaa;
}
.top-nav .fa-hover a:hover i {
  color: white;
}
.top-nav .dropdown li a:hover {
  background-image: none;
}
.sb-slidebar h1,
.sb-slidebar h2,
.sb-slidebar h3,
.sb-slidebar h4,
.sb-slidebar h5 {
  color: #f9e04c;
}
.slidebar-menu .divider {
  display: none;
}
.slidebar-social-icons {
  border-bottom: solid 1px #2f2f2f;
}
.sb-widget {
  padding: 15px 20px;
}
/*.sb-widget-header {

}

.sb-widget-title {

}

.sb-widget-content {

}*/

.RequiredField,
.RequiredField label span,
.RequiredField div span {
  color: #b55400;
  margin-left: 5px;
}
.login-form .login-button {
  margin-top: 10px;
}
.form-group-btn {
  margin-top: 30px;
  margin-bottom: 15px;
}
.advanced-search-form-or {
  border-radius: 0;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.legacy-radio,
.legacy-checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.legacy-radio label,
.legacy-checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.legacy-radio input[type="radio"],
.legacy-checkbox input[type="checkbox"] {
  position: absolute;
  margin-top: 4px 9px;
}
.sfError {
  background-color: #b55400;
  color: white;
  padding: 0px 5px;
  border-radius: 2px;
  margin-top: -15px;
  margin-bottom: 15px;
}
.sfErrorSummary {
  background-color: #b55400;
  color: white;
  padding: 0px 5px;
  border-radius: 2px;
  margin-bottom: 15px;
}
form-group .sfError {
  margin-top: 0;
  margin-bottom: 0;
}
.enhancedFormMultipleChoice.sfFormRadiolist .sfRadioList label {
  margin-left: 3px !important;
  padding-left: 2px !important;
}
.icon-ar.icon-ar-lg.icon-o {
  font-size: 20px;
}
.hero-image {
  background-color: #dddddd;
  min-height: 372px;
  background-size: cover;
  background-position: center;
}
.current-category,
.article-filters {
  margin-bottom: 10px;
}
/* adjust the position of icons within buttons */

.panel-footer > .btn .fa {
  margin-right: 4px;
  margin-left: -5px;
}
/* add padding to the bottom of the author related articles table*/

.bottom-margin {
  margin-bottom: 50px;
}
.TextGreen {
  color: green;
}
.TextNegative {
  color: red;
}
.legacy-content ul.LinkList {
  padding-left: 30px;
}
.legacy-content ul.LinkList li {
  background-position: 0 .9em;
}
.legacy-content tr {
  padding: 0;
  margin: 0;
  padding-left: 5px;
  text-align: left;
}
.legacy-content td p {
  padding: 0;
  margin: 0;
  padding-left: 5px;
  padding-bottom: 4px;
  padding-top: 4px;
}
.legacy-content p {
  padding-bottom: 4px;
  padding-top: 4px;
}
.legacy-content p.TextAlignCenter {
  padding-bottom: 8px;
  padding-top: 4px;
}
.legacy-content p > img {
  padding-bottom: 10px;
  padding-top: 10px;
}
.legacy-content .ShadeBlack {
  background-color: black;
  color: white;
}
.legacy-content .ExhibitHeading {
  font-weight: bold;
  color: #004e82;
  text-align: center;
  margin-bottom: 20px;
}
.legacy-content .TextAlignCenter {
  padding: 0;
  margin: 0;
  text-align: center;
}
.legacy-content .TextAlignRight {
  text-align: right;
}
.legacy-content .Level1TOC {
  font-size: 75%;
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 4px;
}
.legacy-content .LevelATOC {
  font-size: 75%;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 40px;
}
.legacy-content .LevelBTOC {
  font-size: 75%;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 80px;
}
.legacy-content .Indent {
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 4px;
  margin-left: 40px;
}
.legacy-content .Indent1 {
  margin-left: 40px;
}
.legacy-content .Indent2 {
  margin-left: 80px;
}
.legacy-content .Indent3 {
  margin-left: 120px;
}
.legacy-content .Indent4 {
  margin-left: 160px;
}
.legacy-content .Indent5 {
  margin-left: 200px;
}
.legacy-content .Indent6 {
  margin-left: 240px;
}
.legacy-content td .Indent1 {
  margin-left: 40px;
}
.legacy-content td .Indent2 {
  margin-left: 80px;
}
.legacy-content td .Indent3 {
  margin-left: 120px;
}
.legacy-content td .Indent4 {
  margin-left: 160px;
}
.legacy-content td .Indent5 {
  margin-left: 200px;
}
.legacy-content td .Indent6 {
  margin-left: 240px;
}
.legacy-content .menulink {
  margin-left: 40px;
}
.legacy-content .menulink2 {
  margin-left: 80px;
}
.legacy-content span.Accent {
  color: #004e82;
}
.legacy-content .TextSmall {
  font-size: smaller;
}
.legacy-content OL.AlphaLower LI {
  list-style-type: lower-alpha;
}
.legacy-content OL.AlphaUpper LI {
  list-style-type: upper-alpha;
}
.legacy-content OL.Decimal LI {
  list-style-type: decimal;
}
.legacy-content OL.RomanLower LI {
  list-style-type: lower-roman;
}
.legacy-content OL.RomanUpper LI {
  list-style-type: upper-roman;
}
.legacy-content OL.RomanUpper OL LI {
  list-style-type: upper-alpha;
}
.legacy-content OL.RomanUpper OL OL LI {
  list-style-type: decimal;
}
.legacy-content UL.DoubleSpace {
  margin-bottom: 10px;
}
.legacy-content UL.HideBullets LI {
  list-style-type: none;
}
.legacy-content UL.SingleSpace {
  margin-bottom: 0px;
}
.legacy-content .Code {
  font-family: 'Courier New', Monospace;
}
.legacy-content .CollapsePanel {
  height: 0;
  background-color: White;
  overflow: hidden;
}
.legacy-content .Copyright {
  font-size: smaller;
  text-align: center;
}
.legacy-content .CourtCase {
  font-style: italic;
}
.legacy-content .DefinedTerm {
  font-weight: bold;
}
.legacy-content .EmphasisBold {
  font-weight: bold;
}
.legacy-content .EmphasisBoldItalic {
  font-weight: bold;
  font-style: italic;
}
.legacy-content .EmphasisDisabled {
  color: #666666;
}
.legacy-content .EmphasisHighlight {
  background-color: Yellow;
}
.legacy-content .EmphasisHighlightGray {
  color: #666666;
}
.legacy-content .EmphasisItalic {
  font-style: italic;
}
.legacy-content .EmphasisStrikethrough {
  text-decoration: line-through;
}
.legacy-content .EmphasisNoItalic {
  font-style: normal;
}
.legacy-content .ExhibitHeading {
  font-weight: bold;
  color: #004e82;
  text-align: center;
}
.legacy-content .Footnote {
  font-size: smaller;
  margin-bottom: 5px;
  margin-left: 7px;
  text-indent: -7px;
}
.legacy-content .FootnoteLine {
  width: 100px;
  text-align: left;
}
.legacy-content .FormRequiredFieldIndicator {
  color: Red;
}
.legacy-content .GlossaryLetterHeading {
  border-bottom: solid 1px;
  border-top: solid 1px;
  text-align: center;
}
.legacy-content .GlossaryLetterIndex {
  text-align: center;
}
.legacy-content .Heading5,
.legacy-content .Heading5 a,
.legacy-content .Heading5 a:visited {
  color: #004e82;
  font-weight: bold;
}
.legacy-content .InstructionalMessage {
  font-weight: bold;
  color: Red;
}
.legacy-content .ParagraphSeparator {
  text-align: center;
}
.legacy-content .Publication {
  font-style: italic;
}
.legacy-content .PublicationDate {
  font-size: smaller;
  text-align: center;
}
.legacy-content .PublicationHidden {
  visibility: hidden;
}
.legacy-content .PublicationIrmi {
  font-style: italic;
}
.legacy-content .PublicationIrmiNoItalic {
  font-style: normal;
}
.legacy-content .PublicationOther {
  font-style: italic;
}
.legacy-content .PublicationOtherNoItalic {
  font-style: normal;
}
.legacy-content .QuoteSource {
  color: #666666;
  font-style: italic;
  text-align: right;
}
.legacy-content .SmallText {
  font-size: smaller;
}
.legacy-content .TableProfessional1 {
  background-color: white;
  border: 1px solid #999999;
  border-collapse: collapse;
  padding: 3px;
}
.legacy-content .TableProfessional1Footer {
  background-color: #cccccc;
  border: 1px solid #999999;
  padding: 3px;
  vertical-align: top;
}
.legacy-content .TableProfessional1Header {
  background-color: #264989;
  border: 1px solid #999999;
  color: white;
  font-weight: bold;
  padding: 3px;
  text-align: center;
  vertical-align: top;
}
.legacy-content .TableProfessional1HeaderAlignLeft {
  background-color: #264989;
  border: 1px solid #999999;
  color: white;
  font-weight: bold;
  padding: 3px;
  text-align: left;
  vertical-align: top;
}
.legacy-content .TableProfessional1HeaderNoReverse {
  background-color: #cccccc;
  border: 1px solid #999999;
  font-weight: bold;
  padding: 3px;
  text-align: center;
  vertical-align: top;
}
.legacy-content .TableProfessional1Row {
  background-color: #eeeeee;
  border: 1px solid #999999;
  padding: 3px;
  vertical-align: top;
}
.legacy-content .TableProfessional1RowAlternating {
  background-color: gainsboro;
  border: 1px solid #999999;
  padding: 3px;
  vertical-align: top;
}
.legacy-content .TableWidthPercent100 {
  width: 100%;
}
.legacy-content .TableWidthPixels100 {
  width: 100px;
}
.legacy-content .TableWidthPixels50 {
  width: 50px;
}
.legacy-content .TagLine {
  font-style: italic;
}
.legacy-content .TemplateArticleAuthor {
  color: #666666;
}
.legacy-content .TemplateArticleDate {
  font-weight: bold;
  color: #666666;
}
.legacy-content .TemplateArticleSummary {
  font-size: 1.2em;
  font-weight: bold;
}
.legacy-content .TemplateAuthorInfo {
  color: #666666;
}
.legacy-content .TemplateAuthorPhoto {
  margin-right: 10px;
}
.legacy-content .TemplateAuthorPhotoHidePhoto {
  display: none;
  margin-right: 10px;
}
.legacy-content .TemplateListingInfo {
  font-size: smaller;
  color: #666666;
}
.legacy-content .TemplatePressInfo {
  color: #666666;
}
.legacy-content .Indent2 {
  margin-left: 80px;
}
.legacy-content .Indent3 {
  margin-left: 120px;
}
.legacy-content .Indent4 {
  margin-left: 160px;
}
.legacy-content .Indent5 {
  margin-left: 200px;
}
.legacy-content .Indent6 {
  margin-left: 240px;
}
.legacy-content .Indent7 {
  margin-left: 280px;
}
.legacy-content .ShadeBlack {
  background-color: black;
  color: white;
}
.legacy-content .ShadeDarkGray {
  background-color: gray;
  color: black;
}
.legacy-content .ShadeLightGray {
  background-color: silver;
  color: black;
}
.legacy-content .ShadeDarkBlue {
  background-color: blue;
  color: white;
}
.legacy-content .ShadeLightBlue {
  background-color: #99ccff;
  color: black;
}
.legacy-content .ShadeMediumBlue {
  background-color: #81c0ff;
  color: black;
}
.legacy-content .ShadeLightTan {
  background-color: #ffdbb7;
  color: black;
}
.legacy-content .TextMaroon {
  color: maroon;
}
.legacy-content .TextGreen {
  color: GREEN;
}
.legacy-content .TextNoBold {
  font-weight: normal;
}
.legacy-content .TextPositive {
  color: BLUE;
}
.legacy-content .TextNegative {
  color: RED;
}
@media (min-width: 767px) {
  .advanced-search .responsive-list {
    margin-left: 0;
  }
  .advanced-search .responsive-list li {
    width: 50%;
    float: left;
    list-style: none;
    padding-right: 20px;
  }
}
.checkall-panel {
  padding-left: 15px;
  padding-bottom: 25px;
}
/**********************/

/* IRMI print styles */

/**********************/

@media print {
  .player,
  .video {
    display: none;
  }
  *:after {
    display: none;
  }
  #footer-widgets {
    display: none;
  }
  .sfimageWrp {
    display: block;
  }
  blockquote {
    border: none;
    font-size: 15px;
  }
}
