@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,300italic,400italic,500italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700);
@import "lib/font-lineicons.css";
@import "lib/toastr.min.css"; 
@import "lib/bootstrap.min.css";

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot@v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot@') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2@v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff@v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf@v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg@v=4.3.0') 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;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper: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-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
/* ------------------------------------------------
    CSS
------------------------------------------------ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* ================================================
// ************************************************
//
// Startuply Custom Styles
//
// ************************************************
================================================ */
/* ----------------------------------------------------------------------------
    Typography
---------------------------------------------------------------------------- */
* {
  -webkit-font-smoothing: antialiased !important;
}
body {
  font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #51545b;
  line-height: 1.5625;
}
.thin {
  font-weight: 300;
}
.normal {
  font-weight: 400;
}
.bold {
  font-weight: 500;
}
.base-font {
  font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.heading-font {
  font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.uppercase {
  text-transform: uppercase;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 50px;
}
h3 {
  font-size: 50px;
  letter-spacing: -0.05em;
}
h4 {
  font-size: 40px;
}
h5 {
  font-size: 30px;
}
h6 {
  font-size: 20px;
}
.h7 {
  font-size: 15px;
}
.h8 {
  font-size: 13px;
  letter-spacing: 0.02em;
}
.extra-heading {
  margin: 0 0 8px;
  font-size: 132px;
  text-transform: uppercase;
  letter-spacing: 0;
}
h1,
h2,
h4,
h5,
h6,
.h7 {
  font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
}
h1,
h2,
h4,
h5 {
  letter-spacing: -0.06em;
}
h3,
.h8 {
  font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
h1,
h2,
h4,
h5 {
  color: #000000;
}
h3,
h6,
.h7 {
  color: #262627;
}
.h8 {
  color: #8d93a0;
}
h5.heading-alt {
  text-transform: uppercase;
  font-size: 19px;
  line-height: 1.7;
  letter-spacing: 0.5em;
  color: #262627;
}
h6.heading-alt {
  font-size: 15px;
  line-height: 1.5;
  color: #474749;
  letter-spacing: 0.15em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
}
h1,
h2 {
  margin: 15px 0 20px;
}
p,
article {
  margin: 0 0 10px;
  line-height: 29px;
}
p.small,
article.small {
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
  color: #babfcc;
}
strong {
  display: inline-block;
  font-weight: 500;
}
small {
  display: inline-block;
  font-size: 13px;
}
.text-alt,
.counter-box .counter-content .title {
  color: #8d93a0;
}
a {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  outline: none;
}
.link-btn {
  display: inline-block;
  font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
}
span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.light-text,
.footer {
  color: #ffffff;
}
.light-text h1,
.light-text h2,
.light-text h3,
.light-text h4,
.light-text h5,
.light-text h6,
.light-text .h7,
.light-text .h8,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer .h7,
.footer .h8 {
  color: inherit;
}
.light-text h1.heading-alt,
.light-text h2.heading-alt,
.light-text h3.heading-alt,
.light-text h4.heading-alt,
.light-text h5.heading-alt,
.light-text h6.heading-alt,
.light-text .h7.heading-alt,
.light-text .h8.heading-alt,
.footer h1.heading-alt,
.footer h2.heading-alt,
.footer h3.heading-alt,
.footer h4.heading-alt,
.footer h5.heading-alt,
.footer h6.heading-alt,
.footer .h7.heading-alt,
.footer .h8.heading-alt {
  color: inherit;
}
.dark-text {
  color: #000000;
}
.dark-text.fa {
  color: #000000;
}
.dark-text .fa {
  color: inherit;
}
/* Media queries */
@media (max-width: 991px) {
  body {
    font-size: 13px;
  }
  .extra-heading {
    font-size: 110px;
  }
  h5.heading-alt,
  h6.heading-alt {
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 31.2px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 31.5px;
  }
  h4 {
    font-size: 26.8px;
  }
  h5 {
    font-size: 24px;
  }
  h6 {
    font-size: 18px;
  }
  .heading {
    font-size: 12px;
  }
  .extra-heading {
    font-size: 80px;
  }
  .sub-title,
  .sub-title.alt {
    font-size: 13px;
  }
  .sub-title,
  .sub-title.big {
    font-size: 15px;
  }
}
/* ----------------------------------------------------------------------------
    Common styles
---------------------------------------------------------------------------- */
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
body {
  overflow-x: hidden;
  min-height: 100px;
}
body > .container {
  padding-top: 65px;
}
img {
  max-width: 100%;
}
.retina-show {
  display: none;
}
.base-clr-bd,
.preloader-mask .preloader,
.preloader-mask .preloader:before,
.preloader-mask .preloader:after,
.btn.btn-outline-clr,
.btn.btn-outline-clr:hover,
.btn.btn-outline-clr:focus,
.btn.btn-outline-clr:active,
.btn.btn-outline-clr.hovered,
.btn.btn-outline-clr.pressed,
.nav.nav-schedule > li:after,
.schedule .tab-content .nav.nav-schedule > li.active,
.schedule .schedule-item .lecture-icon-wrapper,
.download-schedule-btn:hover,
.download-schedule-btn:focus,
.schedule.schedule-light .nav.nav-schedule,
.schedule.schedule-light .tab-content,
.nav-wrapper .nav-current,
textarea.error,
input[type=text].error,
input[type=url].error,
input[type=tel].error,
input[type=number].error,
input[type=color].error,
input[type=email].error,
input[type=email].error,
input[type=password].error,
.package-column.special-column,
.package-column.package-bright,
.package-panel,
.counter-block.counter-block-border .counter-box,
.speaker .speaker-socials > li .fa,
.dropdown-toggle:after,
.navigation-link.active,
.header .buy-btn,
.header .buy-btn:hover,
.header .buy-btn:focus,
.header .buy-btn:active,
.header .buy-btn.hovered,
.header .buy-btn.pressed {
  border-color: #fe4918;
}
.base-clr-bg,
.base-clr-ovl:before,
.btn,
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active,
.btn.btn-white.hovered,
.btn.btn-white.pressed,
.nav.nav-schedule > li.active,
.download-schedule-btn:hover,
.download-schedule-btn:focus,
.schedule.schedule-light .nav.nav-schedule > li,
.schedule.schedule-light .schedule-item .schedule-item-toggle .lecture-icon-wrapper,
.tabs-vertical .nav.nav-tabs:before,
.tabs-vertical .nav.nav-tabs > li:not(.active) a,
.panel-group .panel .panel-heading a,
.panel-group-alt .panel > a:not(.collapsed),
.table > thead > tr > th,
.table > thead > tr > td,
.package-column.special-column .sale-label,
.package-column.package-bright.special-column,
.package-panel .buy-btn,
.counter-block.counter-block-solid .counter-box,
.gallery.light-slider .description-slider-wrapper .bx-pager-link.active,
.gallery-thumb-link:after,
.speaker .speaker-socials > li .fa,
.contacts-wrapper-color:before,
.header.header-color .header-wrapper,
.header.header-color .dropdown-menu,
.header:not(.header-color):not(.header-black) .navbar-collapse,
.navbar-toggle .icon-bar,
.thumb-wrapper .overlay:before,
.header .buy-btn {
  background-color: #fe4918;
}
.base-clr-txt,
.highlight,
a,
a:hover,
a:active,
a:focus,
.fa,
.icon,
.btn.btn-outline-clr,
.btn.btn-outline:hover,
.btn.btn-outline:focus,
.btn.btn-outline:active,
.btn.btn-outline.hovered,
.btn.btn-outline.pressed,
.btn.btn-white,
.schedule .tab-content .nav.nav-schedule > li.active > a:not(:hover):not(:active),
.schedule .tab-content .nav.nav-schedule > li.active > a:hover,
.schedule .tab-content .nav.nav-schedule > li.active > a:focus,
.schedule .schedule-item .schedule-item-toggle.collapsed .title .icon,
.schedule .schedule-item .schedule-item-body .speaker-name,
.schedule.schedule-light .nav.nav-schedule > li.active a,
.schedule.schedule-light .nav.nav-schedule > li.active a:hover,
.schedule.schedule-light .nav.nav-schedule > li.active a:focus,
.schedule.schedule-light .nav.nav-schedule > li.active a *,
.schedule.schedule-light .nav.nav-schedule > li.active a:hover *,
.schedule.schedule-light .nav.nav-schedule > li.active a:focus *,
.schedule.schedule-light .schedule-item .schedule-item-body .speaker-name,
.nav.nav-tabs > li.active > a,
.nav.nav-tabs > li.active > a:hover,
.nav.nav-tabs > li.active > a:focus,
.panel-group-alt .panel > a .fa,
label.error,
input.btn.btn-outline,
.pseudo-select .pseudo-select-dropdown-item.selected:not(.disabled),
input[type="submit"] + .loading,
.testimonial .author-block .name,
.package-column .package-title,
.package-column.special-column .package-price,
.package-column.package-bright:not(.special-column):hover .package-detail,
.package-column.package-bright .package-price,
.package-column.package-bright.special-column .btn:hover,
.package-column.package-bright.special-column .btn:focus,
.package-column.package-bright.special-column .btn:active,
.package-column.package-bright.special-column .btn.hovered,
.package-column.package-bright.special-column .btn.pressed,
.counter-box .counter-content > .count,
.speaker .name,
.balloon .name,
.header.header-black .navigation-link:hover,
.header.header-black .navigation-link:active,
.header.header-black .navigation-link:focus,
.header.header-black .navigation-link.active,
.dropdown:hover .dropdown-toggle,
.dropdown.open .navigation-link.dropdown-toggle,
.dropdown.open .navigation-link:not(.active):not(:hover):not(:focus):not(:active).dropdown-toggle,
.dropdown-menu .navigation-link:hover,
.dropdown-menu .navigation-link:focus,
.dropdown-menu .navigation-link:active,
.navigation-link:hover,
.navigation-link:active,
.navigation-link:focus,
.navigation-link.active,
.header.header-color .navigation-header .buy-btn:hover,
.header.header-color .navigation-header .buy-btn:focus,
.header.header-color .navigation-header .buy-btn:active,
.header.header-color .navigation-header .buy-btn.hovered,
.header.header-color .navigation-header .buy-btn.pressed,
input.header.header-color .navigation-header .buy-btn,
.header .buy-btn {
  color: #fe4918;
}
::selection {
  color: #ffffff;
  background-color: rgba(254, 73, 24, 0.85);
}
::-moz-selection {
  color: #ffffff;
  background-color: rgba(254, 73, 24, 0.85);
}

.section {
  position: relative;
  padding: 90px 0;
}


.preloader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 10000;
  height: 100%;
}
.preloader-mask .preloader {
  -webkit-animation: border-pulse-1 1.4s linear infinite;
  -moz-animation: border-pulse-1 1.4s linear infinite;
  -o-animation: border-pulse-1 1.4s linear infinite;
  animation: border-pulse-1 1.4s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
  border-style: solid;
  border-radius: 50%;
  border-width: 26px;
}
.preloader-mask .preloader:before,
.preloader-mask .preloader:after {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  display: block;
  content: "";
  border-style: solid;
  border-width: 0;
  border-radius: 50%;
}
.preloader-mask .preloader:before {
  -webkit-animation: border-pulse-2 1.4s linear infinite;
  -moz-animation: border-pulse-2 1.4s linear infinite;
  -o-animation: border-pulse-2 1.4s linear infinite;
  animation: border-pulse-2 1.4s linear infinite;
  opacity: 0.5;
}
.preloader-mask .preloader:after {
  -webkit-animation: border-pulse-3 1.4s linear infinite;
  -moz-animation: border-pulse-3 1.4s linear infinite;
  -o-animation: border-pulse-3 1.4s linear infinite;
  animation: border-pulse-3 1.4s linear infinite;
}
@keyframes border-pulse-1 {
  0% {
    border-width: 26px;
  }
  33.33333% {
    border-width: 3px;
  }
  66.66666% {
    border-width: 3px;
  }
  100% {
    border-width: 3px;
  }
}
@-o-keyframes border-pulse-1 {
  0% {
    border-width: 26px;
  }
  33.33333% {
    border-width: 3px;
  }
  66.66666% {
    border-width: 3px;
  }
  100% {
    border-width: 3px;
  }
}
@-moz-keyframes border-pulse-1 {
  0% {
    border-width: 26px;
  }
  33.33333% {
    border-width: 3px;
  }
  66.66666% {
    border-width: 3px;
  }
  100% {
    border-width: 3px;
  }
}
@-webkit-keyframes border-pulse-1 {
  0% {
    border-width: 26px;
  }
  33.33333% {
    border-width: 3px;
  }
  66.66666% {
    border-width: 3px;
  }
  100% {
    border-width: 3px;
  }
}
@keyframes border-pulse-2 {
  0% {
    border-width: 0;
  }
  33.33333% {
    border-width: 0;
  }
  66.66666% {
    border-width: 23px;
  }
  100% {
    border-width: 23px;
  }
}
@-o-keyframes border-pulse-2 {
  0% {
    border-width: 0;
  }
  33.33333% {
    border-width: 0;
  }
  66.66666% {
    border-width: 23px;
  }
  100% {
    border-width: 23px;
  }
}
@-moz-keyframes border-pulse-2 {
  0% {
    border-width: 0;
  }
  33.33333% {
    border-width: 0;
  }
  66.66666% {
    border-width: 23px;
  }
  100% {
    border-width: 23px;
  }
}
@-webkit-keyframes border-pulse-2 {
  0% {
    border-width: 0;
  }
  33.33333% {
    border-width: 0;
  }
  66.66666% {
    border-width: 23px;
  }
  100% {
    border-width: 23px;
  }
}
@keyframes border-pulse-3 {
  0% {
    border-width: 0;
  }
  33.33333% {
    border-width: 0;
  }
  66.66666% {
    border-width: 0;
  }
  100% {
    border-width: 23px;
  }
}
@-o-keyframes border-pulse-3 {
  0% {
    border-width: 0;
  }
  33.33333% {
    border-width: 0;
  }
  66.66666% {
    border-width: 0;
  }
  100% {
    border-width: 23px;
  }
}
@-moz-keyframes border-pulse-3 {
  0% {
    border-width: 0;
  }
  33.33333% {
    border-width: 0;
  }
  66.66666% {
    border-width: 0;
  }
  100% {
    border-width: 23px;
  }
}
@-webkit-keyframes border-pulse-3 {
  0% {
    border-width: 0;
  }
  33.33333% {
    border-width: 0;
  }
  66.66666% {
    border-width: 0;
  }
  100% {
    border-width: 23px;
  }
}



 





/* ----------------------------------------------------------------------------
    Header
---------------------------------------------------------------------------- */
.header {
  position: relative;
  line-height: 1.5625;
  z-index: 1000;
}
.header.header-black .header-wrapper {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: rgba(33, 35, 49, 0.55);
}

.header.fixed .header-wrapper{
  background-color: rgba(33, 35, 49, 0.97);
}
.header.header-black .navigation-link {
  color: #ffffff;
}
.header.header-black .dropdown-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #262627;
}
.header.header-color .header-wrapper {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header.header-color .navigation-header .logo {
  color: #ffffff;
}
.header.header-color .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.header.header-color .dropdown-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header.header-color .navigation-link.active {
  border-color: #ffffff;
}
.header.fixed .header-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}
.header .fade-in-on-stick {
  display: none;
}

.header-wrapper {
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.18);
  zoom: 1;
  height: 100px;
  padding: 0 0;
  background-color: #ffffff;
}
.header-wrapper:before,
.header-wrapper:after {
  content: "";
  display: table;
}
.header-wrapper:after {
  clear: both;
}
.navigation-header {
  zoom: 1;
  display: inline-block;
  padding: 29px 0 0;
}
.navigation-header:before,
.navigation-header:after {
  content: "";
  display: table;
}
.navigation-header:after {
  clear: both;
}
.navigation-header .logo {
  display: inline-block;
  padding: 3px 0;
  font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.navigation-header .buy-btn {
  margin: 9px 0 0;
}
.navbar-toggle {
  border: none;
  z-index: 100;
}
.navbar-toggle .icon-bar {
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  -moz-transition: background 0.2s ease, color 0.2s ease;
  -o-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
  width: 25px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 9px;
}
.navigation-list {
  text-align: left;
}
.navigation-item {
  margin-left: 21px;
  display: inline-block;
  padding: 34px 0 33px;
}
.navigation-item:first-child {
  margin-left: 0;
}
.dropdown-toggle {
  position: relative;
}
.dropdown-toggle:after {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  margin-left: 30px;
  vertical-align: middle;
  display: none;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 5px 4.5px 0 4.5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.dropdown-menu {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: -1px 4px 20px 0 rgba(0, 0, 0, 0.18);
  -moz-box-shadow: -1px 4px 20px 0 rgba(0, 0, 0, 0.18);
  box-shadow: -1px 4px 20px 0 rgba(0, 0, 0, 0.18);
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  float: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: -1px 0 0 -40px;
  min-width: 0;
  padding: 0;
  list-style: none;
  font-size: inherit;
  color: #000000;
  border: none;
  border-radius: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.dropdown-menu .navigation-item {
  margin: 0;
  width: 100%;
  padding: 0;
}
.dropdown-menu .navigation-link {
  padding: 15px 40px;
  font-weight: 700;
  color: #262627;
  border: none;
}
.dropdown-menu .navigation-link:hover,
.dropdown-menu .navigation-link:focus,
.dropdown-menu .navigation-link:active {
  background-color: rgba(243, 245, 246, 0.1);
}
.navigation-link {
  -webkit-transition: color 0.15s ease, background 0.15s ease, border 0.15s ease, opacity 0.15s ease;
  -moz-transition: color 0.15s ease, background 0.15s ease, border 0.15s ease, opacity 0.15s ease;
  -o-transition: color 0.15s ease, background 0.15s ease, border 0.15s ease, opacity 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease, border 0.15s ease, opacity 0.15s ease;
  display: inline-block;
  padding: 7px 0;
  font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  color: #262627;
  border-style: solid;
  border-width: 0 0 2px;
  border-color: transparent;
  cursor: pointer;
}
.navigation-link.dropdown-toggle {
  min-width: 0;
}
.navigation-link:hover,
.navigation-link:active,
.navigation-link:focus,
.navigation-link.active {
  text-decoration: none;
}
.navbar-collapse {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
@media (max-width: 1199px) {
  .navigation-item {
    margin-left: 10px;
  }
  .navigation-link {
    letter-spacing: 0.13em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .navigation-list {
    padding-left: 15px;
  }
  .header .buy-btn {
    min-width: 0;
    padding: 9px 14px 7px !important;
    font-size: 0;
  }
  .header .buy-btn:before {
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f10b";
  }
}
@media (min-width: 768px) {
  .dropdown .dropdown-menu,
  .dropdown.open .dropdown-menu {
    display: none;
  }
  .dropdown:hover .dropdown-menu,
  .dropdown.open:hover .dropdown-menu {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navigation-link {
    letter-spacing: 0.05em;
  }
}
@media (min-width: 768px) {
  .header:not(.header-color):not(.header-black) .navbar-collapse {
    background-color: #ffffff;
  }
  .header.header-color .navigation-link {
    color: #ffffff;
  }
  .header.header-color .navbar-collapse .buy-btn {
    border-color: #ffffff;
  }
  .header.header-color .navbar-collapse .buy-btn:not(:hover):not(:focus):not(:active):not(.hovered):not(.pressed) {
    color: #ffffff;
  }
  .header.header-color .navbar-collapse .buy-btn:hover,
  .header.header-color .navbar-collapse .buy-btn:focus,
  .header.header-color .navbar-collapse .buy-btn:active,
  .header.header-color .navbar-collapse .buy-btn.hovered,
  .header.header-color .navbar-collapse .buy-btn.pressed {
    color: #fe4918;
    background-color: #ffffff;
  }
}
@media (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    height: 91px;
  }
  .header .fade-in-on-stick {
    display: inline-block;
  }
  .header .buy-btn {
    float: none !important;
  }
  .header.header-color .dropdown.open .dropdown-toggle {
    background-color: rgba(0, 0, 0, 0.04);
  }
  .header.header-color .dropdown-menu .navigation-link,
  .header.header-color .dropdown-menu .navigation-link:not(.active):not(:hover):not(:focus):not(:active) {
    color: #ffffff;
  }
  .header.header-black .dropdown.open .dropdown-toggle {
    color: #ffffff;
    background-color: #3a3a3b;
  }
  .header.header-black .dropdown.open .dropdown-toggle:not(.active):not(:hover):not(:focus):not(:active) {
    color: #ffffff;
  }
  .header.header-black .dropdown-menu .navigation-link:not(.active):not(:hover):not(:focus):not(:active) {
    color: #ffffff;
  }

  .header-wrapper {
    height: auto;
    min-height: 90px;
  }
  .header-wrapper > .container {
    padding: 0;
  }
  .navigation-header {
    padding: 18px 15px 13px 35px;
  }
  .navigation-header .logo {
    padding: 12px 0;
  }
  .navigation-container {
    padding: 0;
    text-align: center;
  }
  .navbar-collapse {
    max-height: none;
    background-color: #ffffff;
    padding: 30px 0;
  }
  .navbar-collapse.in,
  .navbar-collapse.collapsing {
    -webkit-box-shadow: -1px 4px 20px 0 rgba(0, 0, 0, 0.18);
    -moz-box-shadow: -1px 4px 20px 0 rgba(0, 0, 0, 0.18);
    box-shadow: -1px 4px 20px 0 rgba(0, 0, 0, 0.18);
  }
  .navigation-list {
    float: none !important;
    text-align: center;
  }
  .navigation-item {
    margin: 0;
    display: block;
    padding: 0;
  }
  .dropdown:not(.open):hover .dropdown-menu {
    display: none;
  }
  .dropdown-toggle {
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
  }
  .dropdown-toggle:after {
    display: inline-block;
  }
  .dropdown-menu {
    position: static;
    margin: 0;
  }
  .dropdown-menu .navigation-link {
    padding: 24px 40px 23px;
  }
  .navigation-link {
    display: block;
    padding: 24px 0 23px;
    font-size: 15px;
    text-transform: none;
    border: none;
  }
  .navigation-link:not(.active):not(:hover):not(:focus):not(:active) {
    color: #262627;
  }
}
@media (max-width: 480px) {
  .header .buy-btn {
    display: inline-block;
  }
}
/* ----------------------------------------------------------------------------
    Footer
---------------------------------------------------------------------------- */
.footer {
  text-align: center;
  color: #ffffff;
  background-color: rgba(33, 35, 49, 0.97);
}
.footer-base {
  padding: 15px 0 15px;
  text-align: center;
}
.footer-nav > li {
  margin-right: 25px;
  display: inline-block;
}
.footer-nav > li:last-child {
  margin-right: 0;
}
.footer-nav > li a {
  font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}
.footer-nav > li a:not(:hover):not(:focus):not(:active) {
  color: #ffffff;
}
.footer .socials-nav {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  display: inline-block;
  width: auto;
  text-align: right;
}
.footer .socials-nav .socials-nav-item {
  margin: 0 8px;
  line-height: 1;
}
.footer .socials-nav + p {
  margin: 0 0 0 15px;
  vertical-align: top;
  display: inline-block;
  line-height: 25px;
}
.widget-head .fa {
  margin-right: 5px;
}
.about-widget img {
  margin: 20px 0 30px;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.twitter-widget {
  margin: 0 0 30px;
}
.twitter-widget .tweet {
  margin-bottom: 20px;
}
.twitter-widget .tweet-text {
  margin-bottom: 5px;
  line-height: 21px;
}
.instagram-widget .instagram-list {
  margin: 0 -14px 30px;
  max-width: 450px;
  padding: 5px 0;
  font-size: 0;
  line-height: 0;
}
.instagram-widget .instagram-list > li {
  display: inline-block;
  width: 33.33333%;
  padding: 14px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .footer .socials-nav {
    margin-left: -20px;
  }
  .footer .socials-nav .socials-nav-item {
    margin: 0 2px;
  }
  .footer .socials-nav + p {
    margin: 0 0 0 10px;
  }
}
@media (max-width: 991px) {
  .footer-nav > li {
    margin-right: 0;
    width: 100%;
  }
  .footer .socials-nav {
    margin: 20px 0 20px -12px;
    width: 100%;
    text-align: left;
  }
  .footer .socials-nav .socials-nav-item {
    margin: 0 6px;
  }
  .footer .socials-nav + p {
    margin: 0;
  }
}
/* ----------------------------------------------------------------------------
    Back to top button
---------------------------------------------------------------------------- */
.back-to-top {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  width: 40px;
  height: 40px;
  font-size: 12px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  z-index: 9999;
  opacity: 0.4;
}
.back-to-top:hover {
  opacity: 1;
}





















.bg1 {
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

#hero{
  padding:80px 0;
}

.titles_wrapper_desc{
  font-size: 37px;
  font-weight: 700;
  color: #ff751f;
  position: relative;
  margin-left: 120px;
}

.titles_wrapper_desc:after {
    width: 80px;
    height: 2px;
    position: absolute;
    content: '';
    background-color: #fff;
    left: -7rem;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#hero:before{
  background-color: rgb(33, 35, 49);
    opacity: 0.7;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    background-color:rgb(33, 35, 49)
}

.btn_style:after {
    width: 97%;
    height: 80%;
    content: '';
    position: absolute;
    top: 47%;
    left: 50%;
    border: 1px solid #ff5813;
    -webkit-border-radius: 12px 12px 17px 17px;
    -moz-border-radius: 12px 12px 17px 17px;
    border-radius: 12px 12px 17px 17px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn_style {
    cursor: pointer;
    border: none;
    padding: 20px 22px;
    background-color: #ff5813;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ff7e23), to(#ff5813));
    background-image: -webkit-linear-gradient(top, #ff7e23 0%, #ff5813 100%);
    background-image: -o-linear-gradient(top, #ff7e23 0%, #ff5813 100%);
    background-image: linear-gradient(to bottom, #ff7e23 0%, #ff5813 100%);
   
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border-radius: 12px 12px 17px 17px;
    cursor: pointer;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    text-decoration: none;
    position: relative;
    letter-spacing: 0.05em;
    overflow: hidden;
    text-transform: uppercase;
    outline: none;
}

.titles_wrapper h2{
  margin-top: 30px;
  font-size: 26px!important;
  line-height: 36px;
  text-shadow: 0px 0px 0px #000;
  margin-bottom: 30px;
  text-align: left!important;
}


.header-black{
    margin-top: -100px;
}

.under_h1 p{
    font-weight: 600;
    font-size: 20px;
    background: transparent linear-gradient(to right, rgba(255, 255, 255, 0), #ff751f, rgba(255, 255, 255, 0)) repeat scroll 0 0;
    text-align: center;
    margin-top: 30px;
}

.adv_item{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.package-detail{
  text-align:left;
}

.package-column .package-detail ul li span{
  float: right;
    display: inline-block;
    background: #e9e9e9;
    padding: 0px 5px;
    position: relative;
    z-index: 99;
    text-shadow: 0px 0px 0px #000;
    color: #000;
}

.package-column .package-detail ul li {
    line-height: 29px;
    position: relative;
    margin-bottom: 24px;
}

.package-column .package-detail ul li:after {
    position: absolute;
    right: 5px;
    left: 0;
    height: 1px;
    bottom: 0;
    content: '';
    background: url(../img/pixel.png) 0 0 repeat-x;
}

.real-hint {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 10px;
    display: none;
    padding: 5px 10px;
    position: absolute;
    width: 250px;
    z-index: 99;
  }

  .real-hint .hint-caption {
    font-weight: bold;
    text-transform: uppercase;
  }

  .real-hint .prm-cross {
    background: url("/images/cross.jpg") no-repeat scroll right top rgba(0, 0, 0, 0);
    cursor: pointer;
    float: right;
    height: 16px;
    margin-top: 3px;
    padding-left: 15px;
    right: 10px;
    width: 16px;
  }

  .real-show-hint {
    cursor: pointer;
    border-bottom: dashed 1px;
    color: #8c0000;
    position: relative;
  }

  .pluses{
    background: #c8ffc8;
    padding: 7px 5px;
    margin-bottom: 15px;
  }

  .minuses{
    background: #ffd6d6;
    padding: 7px 5px;
  }

.pluses .title_b{
    font-weight: bold;
    color: #0d690d;
  }

.minuses .title_b{
    font-weight: bold;
    color: #ca0000;;
  }

  .info_hide p{
    line-height: 24px;
  }

.spoiler-body .fa{color: #fff;}
.spoiler-head .fa{color: #000;}

.spoiler-wrap.disabled .spoiler-body{display:none}
.pre-spoiler{text-align: center;}
.spoiler-head{font-weight: bold;border-bottom: 1px dotted;display: inline-block;cursor: pointer;}
.title_bp{text-align: center;background: green;color: #fff;font-weight: bold;padding: 5px 0;}
.title_bm{text-align: center;background: red;color: #fff;font-weight: bold;padding: 5px 0;}

#contact .col-sm-6{
  padding: 0;
}
.contact-info{
  background: url(../img/kyiv.jpg);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  z-index: 0;
  min-height: 485px;
  text-align: center;
}

.contact-info p{
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  text-shadow: 0px 0px 2px #000;
}

.contact-info h2{
  color: #fff;
  text-align: center;
  margin-bottom: 90px;
  margin-top: 50px;
}

.contact-info:before{
  position: absolute;
  content: '';
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 35, 49, 0.54);
  z-index: -1;
  left: 0;
}

.addr-info{
  display: inline-block;
  background: rgba(33, 35, 49, 0.84);
  padding: 20px;
  border-radius: 5px;
}

.features-circle svg g {
    transform-origin: 50%;
}

.features-circle svg circle {
    stroke: #00cdcd;
}

.circle-svg p{
  font-size: 30px;
    background: #fe4918;
    display: inline-block;
    color: #fff;
    width: 240px;
    height: 240px;
    padding-top: 83px;
    border-radius: 133px;
    font-weight: bold;
    line-height: 36px;
    text-shadow: 0px 0px 4px #000;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.51);
    background-image: url(../img/this.png);
    background-size: cover;
    background-position: 50% 50%;
    text-transform: uppercase;
}


.one-feature{
    margin-bottom: 82px;
    text-align: center;
    padding: 15px 10px;
    border-radius: 50px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13);
    position: relative;
}

.one-feature h5{
  font-size: 25px;
}

.one-feature p img{
  height: 60px;
}

.features-circle{
  margin-top: 180px;
}

.left-side .one-feature:nth-child(1){
    margin-right: -180px;
    margin-left: 180px;
}

.left-side .one-feature:nth-child(3){
    margin-right: -180px;
    margin-left: 180px;
}

.right-side .one-feature:nth-child(1){
    margin-right: 180px;
    margin-left: -180px;
}

.right-side .one-feature:nth-child(3){
    margin-right: 180px;
    margin-left: -180px;
}


.left-side .one-feature:nth-child(1):before{
  position: absolute;
    content: '';
    height: 70px;
    width: 3px;
    background: rgba(254, 73, 24, 0.52);
    transform: rotate(-45deg);
    top: 133px;
    left: 272px;
}


.left-side .one-feature:nth-child(2):before{
   position: absolute;
    content: '';
    height: 3px;
    width: 160px;
    background: rgba(254, 73, 24, 0.52);
    transform: rotate(0deg);
    top: 77px;
    left: 276px;
}

.left-side .one-feature:nth-child(3):before{
  position: absolute;
    content: '';
    height: 70px;
    width: 3px;
    background: rgba(254, 73, 24, 0.52);
    transform: rotate(45deg);
    top: -59px;
    left: 279px;
}


.right-side .one-feature:nth-child(1):before{
  position: absolute;
    content: '';
    height: 3px;
    width: 70px;
    background: rgba(254, 73, 24, 0.52);
    transform: rotate(-45deg);
    top: 171px;
    right: 237px;
}


.right-side .one-feature:nth-child(2):before{
    position: absolute;
    content: '';
    height: 3px;
    width: 160px;
    background: rgba(254, 73, 24, 0.52);
    transform: rotate(0deg);
    top: 77px;
    right: 276px;
}

.right-side .one-feature:nth-child(3):before{
  position: absolute;
    content: '';
    height: 70px;
    width: 3px;
    background: rgba(254, 73, 24, 0.52);
    transform: rotate(-45deg);
    top: -59px;
    right: 279px;
}

.box-steps .step-item:after {
    content: '\f105';
}

.box-steps .step-item {
    padding: 0 50px;
    text-align: left;
}

.step-number {
    position: absolute;
    left: 0px;
    font-size: 25px;
    line-height: 37px;
    background: #fe4918;
    color: #fff;
    height: 35px;
    width: 35px;
    text-align: center;
    top: 0px;
}

.box-steps .step-item:after {
  content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -16.5px;
    font-size: 40px;
    color: #fe4918;
    font-weight: bold;
}

.box-steps .top-step:after {
    transform: rotate(90deg);
    font-family: 'FontAwesome';
    position: absolute;
    bottom: 0%;
    right: 40%;
    top: 117%;
    margin-top: 0;
}

.bottom-steps .step-item:after {
  transform: rotate(180deg);
}

.bottom-steps{
  margin-top: 100px;
}

.btm-right:after {
  display: none;
}

.step-item h3{
 font-size: 20px;
    font-weight: 500;
    margin-top: 13px;
    margin-bottom: 8px;
}

.testimonial {
  margin-bottom: 15px;
}
.testimonial .text-box {
  position: relative;
    margin: 0 0 13px;
    padding: 40px 30px;
    text-align: center;
    background-color: #f3f5f6;
    border: 1px solid #e9e9e9;
    max-width: 700px;
    font-size: 18px;
    margin: 0 auto;
    color: #000;
}

#prices{
  background: rgba(243, 245, 246, 0.4);
}

.package-column {
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
  position: relative;
  max-width: 369px;
  padding: 47px 15px 0px;
  text-align: center;
  border: 1px solid #e9e9e9;
  overflow: hidden;
}
.package-column .sale-label {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: -14px;
    left: -58px;
    display: inline-block;
    width: 150px;
    padding-top: 30px;
    font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    color: #ffffff;
    text-transform: none;
    padding-bottom: 3px;
}
.package-column .package-price {
  font-size: 70px;
  font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #262627;
}
.package-column .package-price .currency {
  font-size: 45px;
  vertical-align: top;
  line-height: 1;
}
.package-column .package-detail {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  padding: 23px 0 17px;
}
.package-column .package-detail ul li {
  line-height: 29px;
}
.package-column .package-detail ul li .check-icon {
  margin-right: 10px;
  color: #91d539;
}
.package-column .btn {
  margin: 0 !important;
  min-width: 0;
  max-width: 100%;
  text-align: center;
}
.package-column.package-bright {
  padding: 23px 15px 37px;
}
.package-column.package-bright .package-detail {
  padding: 17px 0 11px;
}
.package-column.package-bright.special-column .package-title,
.package-column.package-bright.special-column .package-price,
.package-column.package-bright.special-column .package-detail {
  color: #ffffff;
}
.package-column.package-bright.special-column .btn:hover,
.package-column.package-bright.special-column .btn:focus,
.package-column.package-bright.special-column .btn.hovered {
  -webkit-box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.04);
}
.package-column.package-bright.special-column .btn:active,
.package-column.package-bright.special-column .btn.pressed {
  -webkit-box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.08);
}
.package-column.package-bright.special-column .btn:hover,
.package-column.package-bright.special-column .btn:focus,
.package-column.package-bright.special-column .btn:active,
.package-column.package-bright.special-column .btn.hovered,
.package-column.package-bright.special-column .btn.pressed {
  background-color: #ffffff;
}
.package-panel {
  position: relative;
  margin-bottom: 54px;
  max-width: 572px;
  padding: 20px 192px 20px 30px;
  text-align: left;
  border-style: solid;
  border-width: 1px;
}
.package-panel .package-title {
  margin: 0 0 10px;
}
.package-panel .buy-btn {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  width: 189px;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  z-index: 1;
}
.package-panel .buy-btn:hover:before {
  opacity: 0.28;
}
.package-panel .buy-btn:before {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: #ffffff;
  opacity: 0;
}
.package-panel .buy-btn .centered {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -58px;
}
.package-panel .buy-btn .price {
  font-size: 70px;
  margin-bottom: 24px;
  font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1;
}
.package-panel .buy-btn .price .currency {
  font-size: 45px;
  vertical-align: top;
  line-height: 1;
}
.package-panel .buy-btn .heading-alt {
  text-transform: uppercase;
  color: #ffffff;
}
.package-panel .package-detail ul {
  display: inline-block;
}
.package-panel .package-detail ul:first-child {
  padding-right: 40px;
}
.package-panel .package-detail ul li {
  line-height: 29px;
}
.package-panel .package-detail ul li .fa {
  margin-right: 10px;
}
.package-panel .package-detail ul li .check-icon {
  color: #91d539;
}
.package-panel .package-detail ul li .absent-icon {
  color: #ebebeb;
}
.package-panel .package-detail ul li.disabled {
  color: #d9d9d9;
}

h3{
  font-size: 38px;
  margin-bottom: 70px;
}

#main_features{
  padding: 82px 0 0 0;
}

.prices-text{
  position: relative;
    margin: 0 0 13px;
    padding: 40px 30px;
    text-align: center;
    background-color: #f3f5f6;
    border: 1px solid #e9e9e9;
    max-width: 900px;
    font-size: 18px;
    text-align: left;
    margin: 0 auto;
    display: inline-block;
    color: #000;
    margin-top: 50px;
    max-width: 1000px;
}

.prices-text span{
  font-weight: 600;
}

.black{
  color: #000!important;
}

.price-desc{
  font-size: 18px;
    text-align: center;
    font-weight: 500;
    line-height: 30px;
    margin-top: 0px;
}

.price-desc .btn_style{
    padding: 10px 22px;
    font-size: 16px;
}

.price-desc button{
  margin-top: 20px;
}

.nav-info{
  float: right;
    text-align: center;
    list-style-type: none;
}
.nav-info a{
  display: block;
  margin: 7px 0;
  color: #fff;
  font-size: 20px;
}

.nav-info a:hover{
  text-decoration: none;
}

.nav-info .buy-btn{
  color: #fff;
  padding: 5px 20px;
  border-radius: 5px;
}

#gallery{
  padding: 90px 0;
  background: #f0f3f2;
}

#gallery .col-md-6{
  padding: 0;
}

.work-text{
  padding: 30px;
  position: relative;
}

.container h2{
  font-size: 36px;
    margin-bottom: 55px;
    font-weight: bold;
    text-align: center;
}

.container-fluid h2{
   font-size: 36px;
    margin-bottom: 55px;
    font-weight: bold;
    text-align: center;
}

#sign_up .btn{
  color: #fff;
  padding: 10px 25px;
  font-size: 18px;
}

#sign_up small{
      font-size: 22px;
    max-width: 468px;
    margin-bottom: 20px;
    margin-top: -25px;
}

.big-icon{
  font-size: 117px;
    float: left;
    height: 130px;
    margin-right: 27px;
    margin-top: 25px;
}

.bg4 {
  background-image: url("../img/bg.jpg");
}

.bg4.overlay:before {
  background-color: #282f43;
  opacity: 0.85;
}

.overlay {
  position: relative;
  z-index: 1;
}
.overlay:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  background-color: #262627;
  z-index: -1;
}

.form-control {
    display: block;
    width: 100%;
    height: 47px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

th{
  text-align: center;
  color: #fff;
}

.table-responsive{
  text-align: center;
}

#funfacts-section{
  background: #f3f5f6;
  padding: 50px 0;
}

#Our-Services-section .row .col-md-3{
  border: 2px solid #fff;
}

#Our-Services-section .row .col-md-3 h3{
 margin: 0;
  color: #fff;
  font-size: 26px;
  margin-top: 90px;
  text-shadow: 0px 0px 3px #000;
}

#Our-Services-section .row .col-md-3:before{
  opacity: 0.7;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    background-color: rgb(33, 35, 49);
  z-index: -1;
}

#Our-Services-section .row .col-md-3:nth-child(1){
  background: url(../img/w1.jpg);
  background-size: cover;
  min-height: 200px;
  text-align: center;
  position: relative;
  z-index: 9;
}

#Our-Services-section .row .col-md-3:nth-child(2){
  background: url(../img/w2.jpg);
  background-size: cover;
  min-height: 200px;
  text-align: center;
  position: relative;
  z-index: 9;
}

#Our-Services-section .row .col-md-3:nth-child(3){
  background: url(../img/w3.jpeg);
  background-size: cover;
  min-height: 200px;
  text-align: center;
  position: relative;
  z-index: 9;
}

#Our-Services-section .row .col-md-3:nth-child(4){
  background: url(../img/w4.jpg);
  background-size: cover;
  min-height: 200px;
  text-align: center;
  position: relative;
  z-index: 9;
}

.mobile-version{display: none;}


@media(max-width:1200px){
  .titles_wrapper h1{font-size: 55px;}
  .adv_item{font-size: 19px;}
  .one-feature{margin: 0 0 33px 0!important;}
  .features-circle{display: none;}
  .one-feature::before{display: none!important;}
}

@media(max-width:991px){
  #hero{text-align: center;}
  .titles_wrapper_desc:after{display: none;}
  .titles_wrapper_desc{margin-left: 0;}
  .titles_wrapper h2{text-align: center!important;}
  .price-desc .btn_style{display: block;text-align: center;margin: 20px auto 0;}
  .nav-info {display: none;}
  .header .navigation-list {padding-left: 50px;}
  .box-steps .step-item{text-align: center;margin-bottom: 40px;}
  .box-steps .step-item:after{transform: rotate(90deg);top: 100%;right: 48%;}
  .bottom-steps {margin-top: 0;}
  .bottom-steps .step-item:after {transform: rotate(90deg);}
  .box-steps .top-step:after {bottom: 0%;right: 44%;top: 108%;}
  .mobile-version{display: block!important;}
  .bottom-steps{display: none;}
}

@media(max-width:767px){
  #hero {padding: 133px 0 50px;}
  .package-column{display: inline-block;margin-bottom: 18px;}
  .form-control{display: inline-block;width: 100%;margin-bottom: 15px;}
  .contact-info h2{margin-top: 0;padding-top: 35px;}
  .nav-info{display: inline-block;float: none;}
  .header .navigation-list {padding-left: 0;}
  .top-phone{color:#000!important;}
}

@media(max-width:631px){
  .titles_wrapper_desc{font-size: 30px;}
  .titles_wrapper h1{font-size: 32px;}
  .titles_wrapper h2{font-size: 22px!important;line-height: 26px;margin-bottom: 20px;}
  .start_calc .btn_style{padding: 20px 8px;font-size: 13px;font-weight: 500;}
  .adv_item{font-size: 17px;}
  .under_h1 p{ margin-top: 50px;}
  .package-column .package-detail ul li{font-size: 12px;}
  .package-column .package-detail ul li span{font-size: 12px;}
  .container h2{font-size: 26px;line-height: 35px;}
  .container-fluid h2{font-size: 26px;line-height: 35px;}
  .section {padding: 30px 0;}
  .big-icon{float: none;display: block;text-align: center;}
  .prices-text{text-align: center;font-size: 16px;padding: 40px 0px;}
}

.mob-float{
  position: relative;
  display: inline-block;
}

.success{
  background-image: url(../img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 80px 0 0 0;
}

.success div{
  display: inline-block;
    margin: 0 auto;
    color: #fff;
    z-index: 999;
    background-color: rgba(33, 35, 49, 0.77);
    font-size: 22px;
    padding: 20px;
}

.refresh{
     margin-top: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}


.mod-price{
    font-size: 20px;
    font-weight: 600;
    margin-top: 40px;
    display: block;
    text-align: center;
    background: #ff6a1a;
    padding: 12px;
    color: #fff;
}

.mod-price i{
    font-style:normal;
}

@media(max-width:767px){
    .mod-price i{display:block;}.mod-price strong{display:none;}
    .mod-price{margin-top:0;}
}