/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

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

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td, th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, :after, :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.html);
  src: url(../fonts/glyphicons-halflings-regulard41d.html?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular-2.html) format("woff2"), url(../fonts/glyphicons-halflings-regular-3.html) format("woff"), url(../fonts/glyphicons-halflings-regular-4.html) format("truetype"), url(../fonts/glyphicons-halflings-regular-5.html#glyphicons_halflingsregular) format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-eur:before, .glyphicon-euro:before {
  content: "\20AC";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270F";
}

.glyphicon-glass:before {
  content: "\E001";
}

.glyphicon-music:before {
  content: "\E002";
}

.glyphicon-search:before {
  content: "\E003";
}

.glyphicon-heart:before {
  content: "\E005";
}

.glyphicon-star:before {
  content: "\E006";
}

.glyphicon-star-empty:before {
  content: "\E007";
}

.glyphicon-user:before {
  content: "\E008";
}

.glyphicon-film:before {
  content: "\E009";
}

.glyphicon-th-large:before {
  content: "\E010";
}

.glyphicon-th:before {
  content: "\E011";
}

.glyphicon-th-list:before {
  content: "\E012";
}

.glyphicon-ok:before {
  content: "\E013";
}

.glyphicon-remove:before {
  content: "\E014";
}

.glyphicon-zoom-in:before {
  content: "\E015";
}

.glyphicon-zoom-out:before {
  content: "\E016";
}

.glyphicon-off:before {
  content: "\E017";
}

.glyphicon-signal:before {
  content: "\E018";
}

.glyphicon-cog:before {
  content: "\E019";
}

.glyphicon-trash:before {
  content: "\E020";
}

.glyphicon-home:before {
  content: "\E021";
}

.glyphicon-file:before {
  content: "\E022";
}

.glyphicon-time:before {
  content: "\E023";
}

.glyphicon-road:before {
  content: "\E024";
}

.glyphicon-download-alt:before {
  content: "\E025";
}

.glyphicon-download:before {
  content: "\E026";
}

.glyphicon-upload:before {
  content: "\E027";
}

.glyphicon-inbox:before {
  content: "\E028";
}

.glyphicon-play-circle:before {
  content: "\E029";
}

.glyphicon-repeat:before {
  content: "\E030";
}

.glyphicon-refresh:before {
  content: "\E031";
}

.glyphicon-list-alt:before {
  content: "\E032";
}

.glyphicon-lock:before {
  content: "\E033";
}

.glyphicon-flag:before {
  content: "\E034";
}

.glyphicon-headphones:before {
  content: "\E035";
}

.glyphicon-volume-off:before {
  content: "\E036";
}

.glyphicon-volume-down:before {
  content: "\E037";
}

.glyphicon-volume-up:before {
  content: "\E038";
}

.glyphicon-qrcode:before {
  content: "\E039";
}

.glyphicon-barcode:before {
  content: "\E040";
}

.glyphicon-tag:before {
  content: "\E041";
}

.glyphicon-tags:before {
  content: "\E042";
}

.glyphicon-book:before {
  content: "\E043";
}

.glyphicon-bookmark:before {
  content: "\E044";
}

.glyphicon-print:before {
  content: "\E045";
}

.glyphicon-camera:before {
  content: "\E046";
}

.glyphicon-font:before {
  content: "\E047";
}

.glyphicon-bold:before {
  content: "\E048";
}

.glyphicon-italic:before {
  content: "\E049";
}

.glyphicon-text-height:before {
  content: "\E050";
}

.glyphicon-text-width:before {
  content: "\E051";
}

.glyphicon-align-left:before {
  content: "\E052";
}

.glyphicon-align-center:before {
  content: "\E053";
}

.glyphicon-align-right:before {
  content: "\E054";
}

.glyphicon-align-justify:before {
  content: "\E055";
}

.glyphicon-list:before {
  content: "\E056";
}

.glyphicon-indent-left:before {
  content: "\E057";
}

.glyphicon-indent-right:before {
  content: "\E058";
}

.glyphicon-facetime-video:before {
  content: "\E059";
}

.glyphicon-picture:before {
  content: "\E060";
}

.glyphicon-map-marker:before {
  content: "\E062";
}

.glyphicon-adjust:before {
  content: "\E063";
}

.glyphicon-tint:before {
  content: "\E064";
}

.glyphicon-edit:before {
  content: "\E065";
}

.glyphicon-share:before {
  content: "\E066";
}

.glyphicon-check:before {
  content: "\E067";
}

.glyphicon-move:before {
  content: "\E068";
}

.glyphicon-step-backward:before {
  content: "\E069";
}

.glyphicon-fast-backward:before {
  content: "\E070";
}

.glyphicon-backward:before {
  content: "\E071";
}

.glyphicon-play:before {
  content: "\E072";
}

.glyphicon-pause:before {
  content: "\E073";
}

.glyphicon-stop:before {
  content: "\E074";
}

.glyphicon-forward:before {
  content: "\E075";
}

.glyphicon-fast-forward:before {
  content: "\E076";
}

.glyphicon-step-forward:before {
  content: "\E077";
}

.glyphicon-eject:before {
  content: "\E078";
}

.glyphicon-chevron-left:before {
  content: "\E079";
}

.glyphicon-chevron-right:before {
  content: "\E080";
}

.glyphicon-plus-sign:before {
  content: "\E081";
}

.glyphicon-minus-sign:before {
  content: "\E082";
}

.glyphicon-remove-sign:before {
  content: "\E083";
}

.glyphicon-ok-sign:before {
  content: "\E084";
}

.glyphicon-question-sign:before {
  content: "\E085";
}

.glyphicon-info-sign:before {
  content: "\E086";
}

.glyphicon-screenshot:before {
  content: "\E087";
}

.glyphicon-remove-circle:before {
  content: "\E088";
}

.glyphicon-ok-circle:before {
  content: "\E089";
}

.glyphicon-ban-circle:before {
  content: "\E090";
}

.glyphicon-arrow-left:before {
  content: "\E091";
}

.glyphicon-arrow-right:before {
  content: "\E092";
}

.glyphicon-arrow-up:before {
  content: "\E093";
}

.glyphicon-arrow-down:before {
  content: "\E094";
}

.glyphicon-share-alt:before {
  content: "\E095";
}

.glyphicon-resize-full:before {
  content: "\E096";
}

.glyphicon-resize-small:before {
  content: "\E097";
}

.glyphicon-exclamation-sign:before {
  content: "\E101";
}

.glyphicon-gift:before {
  content: "\E102";
}

.glyphicon-leaf:before {
  content: "\E103";
}

.glyphicon-fire:before {
  content: "\E104";
}

.glyphicon-eye-open:before {
  content: "\E105";
}

.glyphicon-eye-close:before {
  content: "\E106";
}

.glyphicon-warning-sign:before {
  content: "\E107";
}

.glyphicon-plane:before {
  content: "\E108";
}

.glyphicon-calendar:before {
  content: "\E109";
}

.glyphicon-random:before {
  content: "\E110";
}

.glyphicon-comment:before {
  content: "\E111";
}

.glyphicon-magnet:before {
  content: "\E112";
}

.glyphicon-chevron-up:before {
  content: "\E113";
}

.glyphicon-chevron-down:before {
  content: "\E114";
}

.glyphicon-retweet:before {
  content: "\E115";
}

.glyphicon-shopping-cart:before {
  content: "\E116";
}

.glyphicon-folder-close:before {
  content: "\E117";
}

.glyphicon-folder-open:before {
  content: "\E118";
}

.glyphicon-resize-vertical:before {
  content: "\E119";
}

.glyphicon-resize-horizontal:before {
  content: "\E120";
}

.glyphicon-hdd:before {
  content: "\E121";
}

.glyphicon-bullhorn:before {
  content: "\E122";
}

.glyphicon-bell:before {
  content: "\E123";
}

.glyphicon-certificate:before {
  content: "\E124";
}

.glyphicon-thumbs-up:before {
  content: "\E125";
}

.glyphicon-thumbs-down:before {
  content: "\E126";
}

.glyphicon-hand-right:before {
  content: "\E127";
}

.glyphicon-hand-left:before {
  content: "\E128";
}

.glyphicon-hand-up:before {
  content: "\E129";
}

.glyphicon-hand-down:before {
  content: "\E130";
}

.glyphicon-circle-arrow-right:before {
  content: "\E131";
}

.glyphicon-circle-arrow-left:before {
  content: "\E132";
}

.glyphicon-circle-arrow-up:before {
  content: "\E133";
}

.glyphicon-circle-arrow-down:before {
  content: "\E134";
}

.glyphicon-globe:before {
  content: "\E135";
}

.glyphicon-wrench:before {
  content: "\E136";
}

.glyphicon-tasks:before {
  content: "\E137";
}

.glyphicon-filter:before {
  content: "\E138";
}

.glyphicon-briefcase:before {
  content: "\E139";
}

.glyphicon-fullscreen:before {
  content: "\E140";
}

.glyphicon-dashboard:before {
  content: "\E141";
}

.glyphicon-paperclip:before {
  content: "\E142";
}

.glyphicon-heart-empty:before {
  content: "\E143";
}

.glyphicon-link:before {
  content: "\E144";
}

.glyphicon-phone:before {
  content: "\E145";
}

.glyphicon-pushpin:before {
  content: "\E146";
}

.glyphicon-usd:before {
  content: "\E148";
}

.glyphicon-gbp:before {
  content: "\E149";
}

.glyphicon-sort:before {
  content: "\E150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\E151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152";
}

.glyphicon-sort-by-order:before {
  content: "\E153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\E154";
}

.glyphicon-sort-by-attributes:before {
  content: "\E155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\E156";
}

.glyphicon-unchecked:before {
  content: "\E157";
}

.glyphicon-expand:before {
  content: "\E158";
}

.glyphicon-collapse-down:before {
  content: "\E159";
}

.glyphicon-collapse-up:before {
  content: "\E160";
}

.glyphicon-log-in:before {
  content: "\E161";
}

.glyphicon-flash:before {
  content: "\E162";
}

.glyphicon-log-out:before {
  content: "\E163";
}

.glyphicon-new-window:before {
  content: "\E164";
}

.glyphicon-record:before {
  content: "\E165";
}

.glyphicon-save:before {
  content: "\E166";
}

.glyphicon-open:before {
  content: "\E167";
}

.glyphicon-saved:before {
  content: "\E168";
}

.glyphicon-import:before {
  content: "\E169";
}

.glyphicon-export:before {
  content: "\E170";
}

.glyphicon-send:before {
  content: "\E171";
}

.glyphicon-floppy-disk:before {
  content: "\E172";
}

.glyphicon-floppy-saved:before {
  content: "\E173";
}

.glyphicon-floppy-remove:before {
  content: "\E174";
}

.glyphicon-floppy-save:before {
  content: "\E175";
}

.glyphicon-floppy-open:before {
  content: "\E176";
}

.glyphicon-credit-card:before {
  content: "\E177";
}

.glyphicon-transfer:before {
  content: "\E178";
}

.glyphicon-cutlery:before {
  content: "\E179";
}

.glyphicon-header:before {
  content: "\E180";
}

.glyphicon-compressed:before {
  content: "\E181";
}

.glyphicon-earphone:before {
  content: "\E182";
}

.glyphicon-phone-alt:before {
  content: "\E183";
}

.glyphicon-tower:before {
  content: "\E184";
}

.glyphicon-stats:before {
  content: "\E185";
}

.glyphicon-sd-video:before {
  content: "\E186";
}

.glyphicon-hd-video:before {
  content: "\E187";
}

.glyphicon-subtitles:before {
  content: "\E188";
}

.glyphicon-sound-stereo:before {
  content: "\E189";
}

.glyphicon-sound-dolby:before {
  content: "\E190";
}

.glyphicon-sound-5-1:before {
  content: "\E191";
}

.glyphicon-sound-6-1:before {
  content: "\E192";
}

.glyphicon-sound-7-1:before {
  content: "\E193";
}

.glyphicon-copyright-mark:before {
  content: "\E194";
}

.glyphicon-registration-mark:before {
  content: "\E195";
}

.glyphicon-cloud-download:before {
  content: "\E197";
}

.glyphicon-cloud-upload:before {
  content: "\E198";
}

.glyphicon-tree-conifer:before {
  content: "\E199";
}

.glyphicon-tree-deciduous:before {
  content: "\E200";
}

.glyphicon-cd:before {
  content: "\E201";
}

.glyphicon-save-file:before {
  content: "\E202";
}

.glyphicon-open-file:before {
  content: "\E203";
}

.glyphicon-level-up:before {
  content: "\E204";
}

.glyphicon-copy:before {
  content: "\E205";
}

.glyphicon-paste:before {
  content: "\E206";
}

.glyphicon-alert:before {
  content: "\E209";
}

.glyphicon-equalizer:before {
  content: "\E210";
}

.glyphicon-king:before {
  content: "\E211";
}

.glyphicon-queen:before {
  content: "\E212";
}

.glyphicon-pawn:before {
  content: "\E213";
}

.glyphicon-bishop:before {
  content: "\E214";
}

.glyphicon-knight:before {
  content: "\E215";
}

.glyphicon-baby-formula:before {
  content: "\E216";
}

.glyphicon-tent:before {
  content: "\26FA";
}

.glyphicon-blackboard:before {
  content: "\E218";
}

.glyphicon-bed:before {
  content: "\E219";
}

.glyphicon-apple:before {
  content: "\F8FF";
}

.glyphicon-erase:before {
  content: "\E221";
}

.glyphicon-hourglass:before {
  content: "\231B";
}

.glyphicon-lamp:before {
  content: "\E223";
}

.glyphicon-duplicate:before {
  content: "\E224";
}

.glyphicon-piggy-bank:before {
  content: "\E225";
}

.glyphicon-scissors:before {
  content: "\E226";
}

.glyphicon-bitcoin:before {
  content: "\E227";
}

.glyphicon-btc:before {
  content: "\E227";
}

.glyphicon-xbt:before {
  content: "\E227";
}

.glyphicon-yen:before {
  content: "\A5";
}

.glyphicon-jpy:before {
  content: "\A5";
}

.glyphicon-ruble:before {
  content: "\20BD";
}

.glyphicon-rub:before {
  content: "\20BD";
}

.glyphicon-scale:before {
  content: "\E230";
}

.glyphicon-ice-lolly:before {
  content: "\E231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\E232";
}

.glyphicon-education:before {
  content: "\E233";
}

.glyphicon-option-horizontal:before {
  content: "\E234";
}

.glyphicon-option-vertical:before {
  content: "\E235";
}

.glyphicon-menu-hamburger:before {
  content: "\E236";
}

.glyphicon-modal-window:before {
  content: "\E237";
}

.glyphicon-oil:before {
  content: "\E238";
}

.glyphicon-grain:before {
  content: "\E239";
}

.glyphicon-sunglasses:before {
  content: "\E240";
}

.glyphicon-text-size:before {
  content: "\E241";
}

.glyphicon-text-color:before {
  content: "\E242";
}

.glyphicon-text-background:before {
  content: "\E243";
}

.glyphicon-object-align-top:before {
  content: "\E244";
}

.glyphicon-object-align-bottom:before {
  content: "\E245";
}

.glyphicon-object-align-horizontal:before {
  content: "\E246";
}

.glyphicon-object-align-left:before {
  content: "\E247";
}

.glyphicon-object-align-vertical:before {
  content: "\E248";
}

.glyphicon-object-align-right:before {
  content: "\E249";
}

.glyphicon-triangle-right:before {
  content: "\E250";
}

.glyphicon-triangle-left:before {
  content: "\E251";
}

.glyphicon-triangle-bottom:before {
  content: "\E252";
}

.glyphicon-triangle-top:before {
  content: "\E253";
}

.glyphicon-console:before {
  content: "\E254";
}

.glyphicon-superscript:before {
  content: "\E255";
}

.glyphicon-subscript:before {
  content: "\E256";
}

.glyphicon-menu-left:before {
  content: "\E257";
}

.glyphicon-menu-right:before {
  content: "\E258";
}

.glyphicon-menu-down:before {
  content: "\E259";
}

.glyphicon-menu-up:before {
  content: "\E260";
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus, a:hover {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
  font-size: 65%;
}

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-size: 75%;
}

.h1, h1 {
  font-size: 36px;
}

.h2, h2 {
  font-size: 30px;
}

.h3, h3 {
  font-size: 24px;
}

.h4, h4 {
  font-size: 18px;
}

.h5, h5 {
  font-size: 14px;
}

.h6, h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

.small, small {
  font-size: 85%;
}

.mark, mark {
  padding: .2em;
  background-color: #fcf8e3;
}

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

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dd, dt {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
  margin-bottom: 0;
}

blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: '\2014   \A0';
}

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
  content: '';
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
  content: '\A0   \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

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

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-], table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
  background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
  background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
  background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple], select[size] {
  height: auto;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  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, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  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,-webkit-box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
    line-height: 34px;
  }
  .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.checkbox + .checkbox, .radio + .radio {
  margin-top: -5px;
}

.checkbox-inline, .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
  cursor: not-allowed;
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
  cursor: not-allowed;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-sm, textarea.input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}

select[multiple].form-group-sm .form-control, textarea.form-group-sm .form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-lg, textarea.input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}

select[multiple].form-group-lg .form-control, textarea.form-group-lg .form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .checkbox, .form-horizontal .radio {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.focus, .btn:focus, .btn:hover {
  color: #333;
  text-decoration: none;
}

.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-group-sm > .btn, .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-xs > .btn, .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height,visibility;
  transition-property: height,visibility;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown, .dropup {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  color: #777;
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  float: left;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  z-index: 2;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
  color: #333;
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\A0";
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:focus, .label-default[href]:hover {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:focus, .label-success[href]:hover {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:focus, .label-info[href]:hover {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron .h1, .jumbotron h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron .h1, .jumbotron h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.thumbnail a > img, .thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: 700;
}

.alert > p, .alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}

.progress-bar-striped, .progress-striped .progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress-bar.active, .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media, .media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-right, .media > .pull-right {
  padding-left: 10px;
}

.media-left, .media > .pull-left {
  padding-right: 10px;
}

.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:focus, a.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus, a.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus, a.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0;
}

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.active.right, .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: .5;
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-next, .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203A';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important;
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs, th.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm, th.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md, th.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg, th.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print, th.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

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

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.html) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform .1s ease;
  -webkit-transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

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

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

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

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

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

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

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

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

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

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont3e6e.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont3e6e.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont3e6e.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont3e6e.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont3e6e.svg?v=4.7.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;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before, .fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before, .fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before, .fa-users:before {
  content: "\F0C0";
}

.fa-chain:before, .fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before, .fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\F155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\F156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\F158";
}

.fa-won:before, .fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\F15A";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before, .fa-car:before {
  content: "\F1B9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-file-pdf-o:before {
  content: "\F1C1";
}

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before, .fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before, .fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-o:before {
  content: "\F2B7";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\F2BC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: 'linearicons';
  src: url("../fonts/linearicons87fe.eot?1aem2n");
  src: url("../fonts/linearicons87fe.eot?1aem2n#iefix") format("embedded-opentype"), url("../fonts/linearicons87fe.ttf?1aem2n") format("truetype"), url("../fonts/linearicons87fe.woff?1aem2n") format("woff"), url("../fonts/linearicons87fe.svg?1aem2n#linearicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'linearicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social-links [class^="icon-"], .social-links [class*=" icon-"] {
  line-height: 2;
}

.blog-post-share .social-links [class^="icon-"], .social-links [class*=" icon-"] {
  line-height: 1;
}

.icon-linkedin:before {
  content: "\E9EA";
}

.icon-pinterest:before {
  content: "\E9EB";
}

.icon-brand:before {
  content: "\E9EB";
}

.icon-social:before {
  content: "\E9EB";
}

.icon-instagram:before {
  content: "\E9EC";
}

.icon-twitter:before {
  content: "\F099";
}

.icon-facebook:before {
  content: "\F09A";
}

.icon-facebook-f:before {
  content: "\F09A";
}

.icon-google-plus:before {
  content: "\F0D5";
}

.icon-Asset-1:before {
  content: "\E9ED";
}

.icon-Asset-2:before {
  content: "\E9EE";
}

.icon-Asset-3:before {
  content: "\E9EF";
}

.icon-home:before {
  content: "\E600";
}

.icon-home2:before {
  content: "\E601";
}

.icon-home3:before {
  content: "\E602";
}

.icon-home4:before {
  content: "\E603";
}

.icon-home5:before {
  content: "\E604";
}

.icon-home6:before {
  content: "\E605";
}

.icon-bathtub:before {
  content: "\E606";
}

.icon-toothbrush:before {
  content: "\E607";
}

.icon-bed:before {
  content: "\E608";
}

.icon-couch:before {
  content: "\E609";
}

.icon-chair:before {
  content: "\E60A";
}

.icon-city:before {
  content: "\E60B";
}

.icon-apartment:before {
  content: "\E60C";
}

.icon-pencil:before {
  content: "\E60D";
}

.icon-pencil2:before {
  content: "\E60E";
}

.icon-pen:before {
  content: "\E60F";
}

.icon-pencil3:before {
  content: "\E610";
}

.icon-eraser:before {
  content: "\E611";
}

.icon-pencil4:before {
  content: "\E612";
}

.icon-pencil5:before {
  content: "\E613";
}

.icon-feather:before {
  content: "\E614";
}

.icon-feather2:before {
  content: "\E615";
}

.icon-feather3:before {
  content: "\E616";
}

.icon-pen2:before {
  content: "\E617";
}

.icon-pen-add:before {
  content: "\E618";
}

.icon-pen-remove:before {
  content: "\E619";
}

.icon-vector:before {
  content: "\E61A";
}

.icon-pen3:before {
  content: "\E61B";
}

.icon-blog:before {
  content: "\E61C";
}

.icon-brush:before {
  content: "\E61D";
}

.icon-brush2:before {
  content: "\E61E";
}

.icon-spray:before {
  content: "\E61F";
}

.icon-paint-roller:before {
  content: "\E620";
}

.icon-stamp:before {
  content: "\E621";
}

.icon-tape:before {
  content: "\E622";
}

.icon-desk-tape:before {
  content: "\E623";
}

.icon-texture:before {
  content: "\E624";
}

.icon-eye-dropper:before {
  content: "\E625";
}

.icon-palette:before {
  content: "\E626";
}

.icon-color-sampler:before {
  content: "\E627";
}

.icon-bucket:before {
  content: "\E628";
}

.icon-gradient:before {
  content: "\E629";
}

.icon-gradient2:before {
  content: "\E62A";
}

.icon-magic-wand:before {
  content: "\E62B";
}

.icon-magnet:before {
  content: "\E62C";
}

.icon-pencil-ruler:before {
  content: "\E62D";
}

.icon-pencil-ruler2:before {
  content: "\E62E";
}

.icon-compass:before {
  content: "\E62F";
}

.icon-aim:before {
  content: "\E630";
}

.icon-gun:before {
  content: "\E631";
}

.icon-bottle:before {
  content: "\E632";
}

.icon-drop:before {
  content: "\E633";
}

.icon-drop-crossed:before {
  content: "\E634";
}

.icon-drop2:before {
  content: "\E635";
}

.icon-snow:before {
  content: "\E636";
}

.icon-snow2:before {
  content: "\E637";
}

.icon-fire:before {
  content: "\E638";
}

.icon-lighter:before {
  content: "\E639";
}

.icon-knife:before {
  content: "\E63A";
}

.icon-dagger:before {
  content: "\E63B";
}

.icon-tissue:before {
  content: "\E63C";
}

.icon-toilet-paper:before {
  content: "\E63D";
}

.icon-poop:before {
  content: "\E63E";
}

.icon-umbrella:before {
  content: "\E63F";
}

.icon-umbrella2:before {
  content: "\E640";
}

.icon-rain:before {
  content: "\E641";
}

.icon-tornado:before {
  content: "\E642";
}

.icon-wind:before {
  content: "\E643";
}

.icon-fan:before {
  content: "\E644";
}

.icon-contrast:before {
  content: "\E645";
}

.icon-sun-small:before {
  content: "\E646";
}

.icon-sun:before {
  content: "\E647";
}

.icon-sun2:before {
  content: "\E648";
}

.icon-moon:before {
  content: "\E649";
}

.icon-cloud:before {
  content: "\E64A";
}

.icon-cloud-upload:before {
  content: "\E64B";
}

.icon-cloud-download:before {
  content: "\E64C";
}

.icon-cloud-rain:before {
  content: "\E64D";
}

.icon-cloud-hailstones:before {
  content: "\E64E";
}

.icon-cloud-snow:before {
  content: "\E64F";
}

.icon-cloud-windy:before {
  content: "\E650";
}

.icon-sun-wind:before {
  content: "\E651";
}

.icon-cloud-fog:before {
  content: "\E652";
}

.icon-cloud-sun:before {
  content: "\E653";
}

.icon-cloud-lightning:before {
  content: "\E654";
}

.icon-cloud-sync:before {
  content: "\E655";
}

.icon-cloud-lock:before {
  content: "\E656";
}

.icon-cloud-gear:before {
  content: "\E657";
}

.icon-cloud-alert:before {
  content: "\E658";
}

.icon-cloud-check:before {
  content: "\E659";
}

.icon-cloud-cross:before {
  content: "\E65A";
}

.icon-cloud-crossed:before {
  content: "\E65B";
}

.icon-cloud-database:before {
  content: "\E65C";
}

.icon-database:before {
  content: "\E65D";
}

.icon-database-add:before {
  content: "\E65E";
}

.icon-database-remove:before {
  content: "\E65F";
}

.icon-database-lock:before {
  content: "\E660";
}

.icon-database-refresh:before {
  content: "\E661";
}

.icon-database-check:before {
  content: "\E662";
}

.icon-database-history:before {
  content: "\E663";
}

.icon-database-upload:before {
  content: "\E664";
}

.icon-database-download:before {
  content: "\E665";
}

.icon-server:before {
  content: "\E666";
}

.icon-shield:before {
  content: "\E667";
}

.icon-shield-check:before {
  content: "\E668";
}

.icon-shield-alert:before {
  content: "\E669";
}

.icon-shield-cross:before {
  content: "\E66A";
}

.icon-lock:before {
  content: "\E66B";
}

.icon-rotation-lock:before {
  content: "\E66C";
}

.icon-unlock:before {
  content: "\E66D";
}

.icon-key:before {
  content: "\E66E";
}

.icon-key-hole:before {
  content: "\E66F";
}

.icon-toggle-off:before {
  content: "\E670";
}

.icon-toggle-on:before {
  content: "\E671";
}

.icon-cog:before {
  content: "\E672";
}

.icon-cog2:before {
  content: "\E673";
}

.icon-wrench:before {
  content: "\E674";
}

.icon-screwdriver:before {
  content: "\E675";
}

.icon-hammer-wrench:before {
  content: "\E676";
}

.icon-hammer:before {
  content: "\E677";
}

.icon-saw:before {
  content: "\E678";
}

.icon-axe:before {
  content: "\E679";
}

.icon-axe2:before {
  content: "\E67A";
}

.icon-shovel:before {
  content: "\E67B";
}

.icon-pickaxe:before {
  content: "\E67C";
}

.icon-factory:before {
  content: "\E67D";
}

.icon-factory2:before {
  content: "\E67E";
}

.icon-recycle:before {
  content: "\E67F";
}

.icon-trash:before {
  content: "\E680";
}

.icon-trash2:before {
  content: "\E681";
}

.icon-trash3:before {
  content: "\E682";
}

.icon-broom:before {
  content: "\E683";
}

.icon-game:before {
  content: "\E684";
}

.icon-gamepad:before {
  content: "\E685";
}

.icon-joystick:before {
  content: "\E686";
}

.icon-dice:before {
  content: "\E687";
}

.icon-spades:before {
  content: "\E688";
}

.icon-diamonds:before {
  content: "\E689";
}

.icon-clubs:before {
  content: "\E68A";
}

.icon-hearts:before {
  content: "\E68B";
}

.icon-heart:before {
  content: "\E68C";
}

.icon-star:before {
  content: "\E68D";
}

.icon-star-half:before {
  content: "\E68E";
}

.icon-star-empty:before {
  content: "\E68F";
}

.icon-flag:before {
  content: "\E690";
}

.icon-flag2:before {
  content: "\E691";
}

.icon-flag3:before {
  content: "\E692";
}

.icon-mailbox-full:before {
  content: "\E693";
}

.icon-mailbox-empty:before {
  content: "\E694";
}

.icon-at-sign:before {
  content: "\E695";
}

.icon-envelope:before {
  content: "\E696";
}

.icon-envelope-open:before {
  content: "\E697";
}

.icon-paperclip:before {
  content: "\E698";
}

.icon-paper-plane:before {
  content: "\E699";
}

.icon-reply:before {
  content: "\E69A";
}

.icon-reply-all:before {
  content: "\E69B";
}

.icon-inbox:before {
  content: "\E69C";
}

.icon-inbox2:before {
  content: "\E69D";
}

.icon-outbox:before {
  content: "\E69E";
}

.icon-box:before {
  content: "\E69F";
}

.icon-archive:before {
  content: "\E6A0";
}

.icon-archive2:before {
  content: "\E6A1";
}

.icon-drawers:before {
  content: "\E6A2";
}

.icon-drawers2:before {
  content: "\E6A3";
}

.icon-drawers3:before {
  content: "\E6A4";
}

.icon-eye:before {
  content: "\E6A5";
}

.icon-eye-crossed:before {
  content: "\E6A6";
}

.icon-eye-plus:before {
  content: "\E6A7";
}

.icon-eye-minus:before {
  content: "\E6A8";
}

.icon-binoculars:before {
  content: "\E6A9";
}

.icon-binoculars2:before {
  content: "\E6AA";
}

.icon-hdd:before {
  content: "\E6AB";
}

.icon-hdd-down:before {
  content: "\E6AC";
}

.icon-hdd-up:before {
  content: "\E6AD";
}

.icon-floppy-disk:before {
  content: "\E6AE";
}

.icon-disc:before {
  content: "\E6AF";
}

.icon-tape2:before {
  content: "\E6B0";
}

.icon-printer:before {
  content: "\E6B1";
}

.icon-shredder:before {
  content: "\E6B2";
}

.icon-file-empty:before {
  content: "\E6B3";
}

.icon-file-add:before {
  content: "\E6B4";
}

.icon-file-check:before {
  content: "\E6B5";
}

.icon-file-lock:before {
  content: "\E6B6";
}

.icon-files:before {
  content: "\E6B7";
}

.icon-copy:before {
  content: "\E6B8";
}

.icon-compare:before {
  content: "\E6B9";
}

.icon-folder:before {
  content: "\E6BA";
}

.icon-folder-search:before {
  content: "\E6BB";
}

.icon-folder-plus:before {
  content: "\E6BC";
}

.icon-folder-minus:before {
  content: "\E6BD";
}

.icon-folder-download:before {
  content: "\E6BE";
}

.icon-folder-upload:before {
  content: "\E6BF";
}

.icon-folder-star:before {
  content: "\E6C0";
}

.icon-folder-heart:before {
  content: "\E6C1";
}

.icon-folder-user:before {
  content: "\E6C2";
}

.icon-folder-shared:before {
  content: "\E6C3";
}

.icon-folder-music:before {
  content: "\E6C4";
}

.icon-folder-picture:before {
  content: "\E6C5";
}

.icon-folder-film:before {
  content: "\E6C6";
}

.icon-scissors:before {
  content: "\E6C7";
}

.icon-paste:before {
  content: "\E6C8";
}

.icon-clipboard-empty:before {
  content: "\E6C9";
}

.icon-clipboard-pencil:before {
  content: "\E6CA";
}

.icon-clipboard-text:before {
  content: "\E6CB";
}

.icon-clipboard-check:before {
  content: "\E6CC";
}

.icon-clipboard-down:before {
  content: "\E6CD";
}

.icon-clipboard-left:before {
  content: "\E6CE";
}

.icon-clipboard-alert:before {
  content: "\E6CF";
}

.icon-clipboard-user:before {
  content: "\E6D0";
}

.icon-register:before {
  content: "\E6D1";
}

.icon-enter:before {
  content: "\E6D2";
}

.icon-exit:before {
  content: "\E6D3";
}

.icon-papers:before {
  content: "\E6D4";
}

.icon-news:before {
  content: "\E6D5";
}

.icon-reading:before {
  content: "\E6D6";
}

.icon-typewriter:before {
  content: "\E6D7";
}

.icon-document:before {
  content: "\E6D8";
}

.icon-document2:before {
  content: "\E6D9";
}

.icon-graduation-hat:before {
  content: "\E6DA";
}

.icon-license:before {
  content: "\E6DB";
}

.icon-license2:before {
  content: "\E6DC";
}

.icon-medal-empty:before {
  content: "\E6DD";
}

.icon-medal-first:before {
  content: "\E6DE";
}

.icon-medal-second:before {
  content: "\E6DF";
}

.icon-medal-third:before {
  content: "\E6E0";
}

.icon-podium:before {
  content: "\E6E1";
}

.icon-trophy:before {
  content: "\E6E2";
}

.icon-trophy2:before {
  content: "\E6E3";
}

.icon-music-note:before {
  content: "\E6E4";
}

.icon-music-note2:before {
  content: "\E6E5";
}

.icon-music-note3:before {
  content: "\E6E6";
}

.icon-playlist:before {
  content: "\E6E7";
}

.icon-playlist-add:before {
  content: "\E6E8";
}

.icon-guitar:before {
  content: "\E6E9";
}

.icon-trumpet:before {
  content: "\E6EA";
}

.icon-album:before {
  content: "\E6EB";
}

.icon-shuffle:before {
  content: "\E6EC";
}

.icon-repeat-one:before {
  content: "\E6ED";
}

.icon-repeat:before {
  content: "\E6EE";
}

.icon-headphones:before {
  content: "\E6EF";
}

.icon-headset:before {
  content: "\E6F0";
}

.icon-loudspeaker:before {
  content: "\E6F1";
}

.icon-equalizer:before {
  content: "\E6F2";
}

.icon-theater:before {
  content: "\E6F3";
}

.icon-3d-glasses:before {
  content: "\E6F4";
}

.icon-ticket:before {
  content: "\E6F5";
}

.icon-presentation:before {
  content: "\E6F6";
}

.icon-play:before {
  content: "\E6F7";
}

.icon-film-play:before {
  content: "\E6F8";
}

.icon-clapboard-play:before {
  content: "\E6F9";
}

.icon-media:before {
  content: "\E6FA";
}

.icon-film:before {
  content: "\E6FB";
}

.icon-film2:before {
  content: "\E6FC";
}

.icon-surveillance:before {
  content: "\E6FD";
}

.icon-surveillance2:before {
  content: "\E6FE";
}

.icon-camera:before {
  content: "\E6FF";
}

.icon-camera-crossed:before {
  content: "\E700";
}

.icon-camera-play:before {
  content: "\E701";
}

.icon-time-lapse:before {
  content: "\E702";
}

.icon-record:before {
  content: "\E703";
}

.icon-camera2:before {
  content: "\E704";
}

.icon-camera-flip:before {
  content: "\E705";
}

.icon-panorama:before {
  content: "\E706";
}

.icon-time-lapse2:before {
  content: "\E707";
}

.icon-shutter:before {
  content: "\E708";
}

.icon-shutter2:before {
  content: "\E709";
}

.icon-face-detection:before {
  content: "\E70A";
}

.icon-flare:before {
  content: "\E70B";
}

.icon-convex:before {
  content: "\E70C";
}

.icon-concave:before {
  content: "\E70D";
}

.icon-picture:before {
  content: "\E70E";
}

.icon-picture2:before {
  content: "\E70F";
}

.icon-picture3:before {
  content: "\E710";
}

.icon-pictures:before {
  content: "\E711";
}

.icon-book:before {
  content: "\E712";
}

.icon-audio-book:before {
  content: "\E713";
}

.icon-book2:before {
  content: "\E714";
}

.icon-bookmark:before {
  content: "\E715";
}

.icon-bookmark2:before {
  content: "\E716";
}

.icon-label:before {
  content: "\E717";
}

.icon-library:before {
  content: "\E718";
}

.icon-library2:before {
  content: "\E719";
}

.icon-contacts:before {
  content: "\E71A";
}

.icon-profile:before {
  content: "\E71B";
}

.icon-portrait:before {
  content: "\E71C";
}

.icon-portrait2:before {
  content: "\E71D";
}

.icon-user:before {
  content: "\E71E";
}

.icon-user-plus:before {
  content: "\E71F";
}

.icon-user-minus:before {
  content: "\E720";
}

.icon-user-lock:before {
  content: "\E721";
}

.icon-users:before {
  content: "\E722";
}

.icon-users2:before {
  content: "\E723";
}

.icon-users-plus:before {
  content: "\E724";
}

.icon-users-minus:before {
  content: "\E725";
}

.icon-group-work:before {
  content: "\E726";
}

.icon-woman:before {
  content: "\E727";
}

.icon-man:before {
  content: "\E728";
}

.icon-baby:before {
  content: "\E729";
}

.icon-baby2:before {
  content: "\E72A";
}

.icon-baby3:before {
  content: "\E72B";
}

.icon-baby-bottle:before {
  content: "\E72C";
}

.icon-walk:before {
  content: "\E72D";
}

.icon-hand-waving:before {
  content: "\E72E";
}

.icon-jump:before {
  content: "\E72F";
}

.icon-run:before {
  content: "\E730";
}

.icon-woman2:before {
  content: "\E731";
}

.icon-man2:before {
  content: "\E732";
}

.icon-man-woman:before {
  content: "\E733";
}

.icon-height:before {
  content: "\E734";
}

.icon-weight:before {
  content: "\E735";
}

.icon-scale:before {
  content: "\E736";
}

.icon-button:before {
  content: "\E737";
}

.icon-bow-tie:before {
  content: "\E738";
}

.icon-tie:before {
  content: "\E739";
}

.icon-socks:before {
  content: "\E73A";
}

.icon-shoe:before {
  content: "\E73B";
}

.icon-shoes:before {
  content: "\E73C";
}

.icon-hat:before {
  content: "\E73D";
}

.icon-pants:before {
  content: "\E73E";
}

.icon-shorts:before {
  content: "\E73F";
}

.icon-flip-flops:before {
  content: "\E740";
}

.icon-shirt:before {
  content: "\E741";
}

.icon-hanger:before {
  content: "\E742";
}

.icon-laundry:before {
  content: "\E743";
}

.icon-store:before {
  content: "\E744";
}

.icon-haircut:before {
  content: "\E745";
}

.icon-store-24:before {
  content: "\E746";
}

.icon-barcode:before {
  content: "\E747";
}

.icon-barcode2:before {
  content: "\E748";
}

.icon-barcode3:before {
  content: "\E749";
}

.icon-cashier:before {
  content: "\E74A";
}

.icon-bag:before {
  content: "\E74B";
}

.icon-bag2:before {
  content: "\E74C";
}

.icon-cart:before {
  content: "\E74D";
}

.icon-cart-empty:before {
  content: "\E74E";
}

.icon-cart-full:before {
  content: "\E74F";
}

.icon-cart-plus:before {
  content: "\E750";
}

.icon-cart-plus2:before {
  content: "\E751";
}

.icon-cart-add:before {
  content: "\E752";
}

.icon-cart-remove:before {
  content: "\E753";
}

.icon-cart-exchange:before {
  content: "\E754";
}

.icon-tag:before {
  content: "\E755";
}

.icon-tags:before {
  content: "\E756";
}

.icon-receipt:before {
  content: "\E757";
}

.icon-wallet:before {
  content: "\E758";
}

.icon-credit-card:before {
  content: "\E759";
}

.icon-cash-dollar:before {
  content: "\E75A";
}

.icon-cash-euro:before {
  content: "\E75B";
}

.icon-cash-pound:before {
  content: "\E75C";
}

.icon-cash-yen:before {
  content: "\E75D";
}

.icon-bag-dollar:before {
  content: "\E75E";
}

.icon-bag-euro:before {
  content: "\E75F";
}

.icon-bag-pound:before {
  content: "\E760";
}

.icon-bag-yen:before {
  content: "\E761";
}

.icon-coin-dollar:before {
  content: "\E762";
}

.icon-coin-euro:before {
  content: "\E763";
}

.icon-coin-pound:before {
  content: "\E764";
}

.icon-coin-yen:before {
  content: "\E765";
}

.icon-calculator:before {
  content: "\E766";
}

.icon-calculator2:before {
  content: "\E767";
}

.icon-abacus:before {
  content: "\E768";
}

.icon-vault:before {
  content: "\E769";
}

.icon-telephone:before {
  content: "\E76A";
}

.icon-phone-lock:before {
  content: "\E76B";
}

.icon-phone-wave:before {
  content: "\E76C";
}

.icon-phone-pause:before {
  content: "\E76D";
}

.icon-phone-outgoing:before {
  content: "\E76E";
}

.icon-phone-incoming:before {
  content: "\E76F";
}

.icon-phone-in-out:before {
  content: "\E770";
}

.icon-phone-error:before {
  content: "\E771";
}

.icon-phone-sip:before {
  content: "\E772";
}

.icon-phone-plus:before {
  content: "\E773";
}

.icon-phone-minus:before {
  content: "\E774";
}

.icon-voicemail:before {
  content: "\E775";
}

.icon-dial:before {
  content: "\E776";
}

.icon-telephone2:before {
  content: "\E777";
}

.icon-pushpin:before {
  content: "\E778";
}

.icon-pushpin2:before {
  content: "\E779";
}

.icon-map-marker:before {
  content: "\E77A";
}

.icon-map-marker-user:before {
  content: "\E77B";
}

.icon-map-marker-down:before {
  content: "\E77C";
}

.icon-map-marker-check:before {
  content: "\E77D";
}

.icon-map-marker-crossed:before {
  content: "\E77E";
}

.icon-radar:before {
  content: "\E77F";
}

.icon-compass2:before {
  content: "\E780";
}

.icon-map:before {
  content: "\E781";
}

.icon-map2:before {
  content: "\E782";
}

.icon-location:before {
  content: "\E783";
}

.icon-road-sign:before {
  content: "\E784";
}

.icon-calendar-empty:before {
  content: "\E785";
}

.icon-calendar-check:before {
  content: "\E786";
}

.icon-calendar-cross:before {
  content: "\E787";
}

.icon-calendar-31:before {
  content: "\E788";
}

.icon-calendar-full:before {
  content: "\E789";
}

.icon-calendar-insert:before {
  content: "\E78A";
}

.icon-calendar-text:before {
  content: "\E78B";
}

.icon-calendar-user:before {
  content: "\E78C";
}

.icon-mouse:before {
  content: "\E78D";
}

.icon-mouse-left:before {
  content: "\E78E";
}

.icon-mouse-right:before {
  content: "\E78F";
}

.icon-mouse-both:before {
  content: "\E790";
}

.icon-keyboard:before {
  content: "\E791";
}

.icon-keyboard-up:before {
  content: "\E792";
}

.icon-keyboard-down:before {
  content: "\E793";
}

.icon-delete:before {
  content: "\E794";
}

.icon-spell-check:before {
  content: "\E795";
}

.icon-escape:before {
  content: "\E796";
}

.icon-enter2:before {
  content: "\E797";
}

.icon-screen:before {
  content: "\E798";
}

.icon-aspect-ratio:before {
  content: "\E799";
}

.icon-signal:before {
  content: "\E79A";
}

.icon-signal-lock:before {
  content: "\E79B";
}

.icon-signal-80:before {
  content: "\E79C";
}

.icon-signal-60:before {
  content: "\E79D";
}

.icon-signal-40:before {
  content: "\E79E";
}

.icon-signal-20:before {
  content: "\E79F";
}

.icon-signal-0:before {
  content: "\E7A0";
}

.icon-signal-blocked:before {
  content: "\E7A1";
}

.icon-sim:before {
  content: "\E7A2";
}

.icon-flash-memory:before {
  content: "\E7A3";
}

.icon-usb-drive:before {
  content: "\E7A4";
}

.icon-phone:before {
  content: "\E7A5";
}

.icon-smartphone:before {
  content: "\E7A6";
}

.icon-smartphone-notification:before {
  content: "\E7A7";
}

.icon-smartphone-vibration:before {
  content: "\E7A8";
}

.icon-smartphone-embed:before {
  content: "\E7A9";
}

.icon-smartphone-waves:before {
  content: "\E7AA";
}

.icon-tablet:before {
  content: "\E7AB";
}

.icon-tablet2:before {
  content: "\E7AC";
}

.icon-laptop:before {
  content: "\E7AD";
}

.icon-laptop-phone:before {
  content: "\E7AE";
}

.icon-desktop:before {
  content: "\E7AF";
}

.icon-launch:before {
  content: "\E7B0";
}

.icon-new-tab:before {
  content: "\E7B1";
}

.icon-window:before {
  content: "\E7B2";
}

.icon-cable:before {
  content: "\E7B3";
}

.icon-cable2:before {
  content: "\E7B4";
}

.icon-tv:before {
  content: "\E7B5";
}

.icon-radio:before {
  content: "\E7B6";
}

.icon-remote-control:before {
  content: "\E7B7";
}

.icon-power-switch:before {
  content: "\E7B8";
}

.icon-power:before {
  content: "\E7B9";
}

.icon-power-crossed:before {
  content: "\E7BA";
}

.icon-flash-auto:before {
  content: "\E7BB";
}

.icon-lamp:before {
  content: "\E7BC";
}

.icon-flashlight:before {
  content: "\E7BD";
}

.icon-lampshade:before {
  content: "\E7BE";
}

.icon-cord:before {
  content: "\E7BF";
}

.icon-outlet:before {
  content: "\E7C0";
}

.icon-battery-power:before {
  content: "\E7C1";
}

.icon-battery-empty:before {
  content: "\E7C2";
}

.icon-battery-alert:before {
  content: "\E7C3";
}

.icon-battery-error:before {
  content: "\E7C4";
}

.icon-battery-low1:before {
  content: "\E7C5";
}

.icon-battery-low2:before {
  content: "\E7C6";
}

.icon-battery-low3:before {
  content: "\E7C7";
}

.icon-battery-mid1:before {
  content: "\E7C8";
}

.icon-battery-mid2:before {
  content: "\E7C9";
}

.icon-battery-mid3:before {
  content: "\E7CA";
}

.icon-battery-full:before {
  content: "\E7CB";
}

.icon-battery-charging:before {
  content: "\E7CC";
}

.icon-battery-charging2:before {
  content: "\E7CD";
}

.icon-battery-charging3:before {
  content: "\E7CE";
}

.icon-battery-charging4:before {
  content: "\E7CF";
}

.icon-battery-charging5:before {
  content: "\E7D0";
}

.icon-battery-charging6:before {
  content: "\E7D1";
}

.icon-battery-charging7:before {
  content: "\E7D2";
}

.icon-chip:before {
  content: "\E7D3";
}

.icon-chip-x64:before {
  content: "\E7D4";
}

.icon-chip-x86:before {
  content: "\E7D5";
}

.icon-bubble:before {
  content: "\E7D6";
}

.icon-bubbles:before {
  content: "\E7D7";
}

.icon-bubble-dots:before {
  content: "\E7D8";
}

.icon-bubble-alert:before {
  content: "\E7D9";
}

.icon-bubble-question:before {
  content: "\E7DA";
}

.icon-bubble-text:before {
  content: "\E7DB";
}

.icon-bubble-pencil:before {
  content: "\E7DC";
}

.icon-bubble-picture:before {
  content: "\E7DD";
}

.icon-bubble-video:before {
  content: "\E7DE";
}

.icon-bubble-user:before {
  content: "\E7DF";
}

.icon-bubble-quote:before {
  content: "\E7E0";
}

.icon-bubble-heart:before {
  content: "\E7E1";
}

.icon-bubble-emoticon:before {
  content: "\E7E2";
}

.icon-bubble-attachment:before {
  content: "\E7E3";
}

.icon-phone-bubble:before {
  content: "\E7E4";
}

.icon-quote-open:before {
  content: "\E7E5";
}

.icon-quote-close:before {
  content: "\E7E6";
}

.icon-dna:before {
  content: "\E7E7";
}

.icon-heart-pulse:before {
  content: "\E7E8";
}

.icon-pulse:before {
  content: "\E7E9";
}

.icon-syringe:before {
  content: "\E7EA";
}

.icon-pills:before {
  content: "\E7EB";
}

.icon-first-aid:before {
  content: "\E7EC";
}

.icon-lifebuoy:before {
  content: "\E7ED";
}

.icon-bandage:before {
  content: "\E7EE";
}

.icon-bandages:before {
  content: "\E7EF";
}

.icon-thermometer:before {
  content: "\E7F0";
}

.icon-microscope:before {
  content: "\E7F1";
}

.icon-brain:before {
  content: "\E7F2";
}

.icon-beaker:before {
  content: "\E7F3";
}

.icon-skull:before {
  content: "\E7F4";
}

.icon-bone:before {
  content: "\E7F5";
}

.icon-construction:before {
  content: "\E7F6";
}

.icon-construction-cone:before {
  content: "\E7F7";
}

.icon-pie-chart:before {
  content: "\E7F8";
}

.icon-pie-chart2:before {
  content: "\E7F9";
}

.icon-graph:before {
  content: "\E7FA";
}

.icon-chart-growth:before {
  content: "\E7FB";
}

.icon-chart-bars:before {
  content: "\E7FC";
}

.icon-chart-settings:before {
  content: "\E7FD";
}

.icon-cake:before {
  content: "\E7FE";
}

.icon-gift:before {
  content: "\E7FF";
}

.icon-balloon:before {
  content: "\E800";
}

.icon-rank:before {
  content: "\E801";
}

.icon-rank2:before {
  content: "\E802";
}

.icon-rank3:before {
  content: "\E803";
}

.icon-crown:before {
  content: "\E804";
}

.icon-lotus:before {
  content: "\E805";
}

.icon-diamond:before {
  content: "\E806";
}

.icon-diamond2:before {
  content: "\E807";
}

.icon-diamond3:before {
  content: "\E808";
}

.icon-diamond4:before {
  content: "\E809";
}

.icon-linearicons:before {
  content: "\E80A";
}

.icon-teacup:before {
  content: "\E80B";
}

.icon-teapot:before {
  content: "\E80C";
}

.icon-glass:before {
  content: "\E80D";
}

.icon-bottle2:before {
  content: "\E80E";
}

.icon-glass-cocktail:before {
  content: "\E80F";
}

.icon-glass2:before {
  content: "\E810";
}

.icon-dinner:before {
  content: "\E811";
}

.icon-dinner2:before {
  content: "\E812";
}

.icon-chef:before {
  content: "\E813";
}

.icon-scale2:before {
  content: "\E814";
}

.icon-egg:before {
  content: "\E815";
}

.icon-egg2:before {
  content: "\E816";
}

.icon-eggs:before {
  content: "\E817";
}

.icon-platter:before {
  content: "\E818";
}

.icon-steak:before {
  content: "\E819";
}

.icon-hamburger:before {
  content: "\E81A";
}

.icon-hotdog:before {
  content: "\E81B";
}

.icon-pizza:before {
  content: "\E81C";
}

.icon-sausage:before {
  content: "\E81D";
}

.icon-chicken:before {
  content: "\E81E";
}

.icon-fish:before {
  content: "\E81F";
}

.icon-carrot:before {
  content: "\E820";
}

.icon-cheese:before {
  content: "\E821";
}

.icon-bread:before {
  content: "\E822";
}

.icon-ice-cream:before {
  content: "\E823";
}

.icon-ice-cream2:before {
  content: "\E824";
}

.icon-candy:before {
  content: "\E825";
}

.icon-lollipop:before {
  content: "\E826";
}

.icon-coffee-bean:before {
  content: "\E827";
}

.icon-coffee-cup:before {
  content: "\E828";
}

.icon-cherry:before {
  content: "\E829";
}

.icon-grapes:before {
  content: "\E82A";
}

.icon-citrus:before {
  content: "\E82B";
}

.icon-apple:before {
  content: "\E82C";
}

.icon-leaf:before {
  content: "\E82D";
}

.icon-landscape:before {
  content: "\E82E";
}

.icon-pine-tree:before {
  content: "\E82F";
}

.icon-tree:before {
  content: "\E830";
}

.icon-cactus:before {
  content: "\E831";
}

.icon-paw:before {
  content: "\E832";
}

.icon-footprint:before {
  content: "\E833";
}

.icon-speed-slow:before {
  content: "\E834";
}

.icon-speed-medium:before {
  content: "\E835";
}

.icon-speed-fast:before {
  content: "\E836";
}

.icon-rocket:before {
  content: "\E837";
}

.icon-hammer2:before {
  content: "\E838";
}

.icon-balance:before {
  content: "\E839";
}

.icon-briefcase:before {
  content: "\E83A";
}

.icon-luggage-weight:before {
  content: "\E83B";
}

.icon-dolly:before {
  content: "\E83C";
}

.icon-plane:before {
  content: "\E83D";
}

.icon-plane-crossed:before {
  content: "\E83E";
}

.icon-helicopter:before {
  content: "\E83F";
}

.icon-traffic-lights:before {
  content: "\E840";
}

.icon-siren:before {
  content: "\E841";
}

.icon-road:before {
  content: "\E842";
}

.icon-engine:before {
  content: "\E843";
}

.icon-oil-pressure:before {
  content: "\E844";
}

.icon-coolant-temperature:before {
  content: "\E845";
}

.icon-car-battery:before {
  content: "\E846";
}

.icon-gas:before {
  content: "\E847";
}

.icon-gallon:before {
  content: "\E848";
}

.icon-transmission:before {
  content: "\E849";
}

.icon-car:before {
  content: "\E84A";
}

.icon-car-wash:before {
  content: "\E84B";
}

.icon-car-wash2:before {
  content: "\E84C";
}

.icon-bus:before {
  content: "\E84D";
}

.icon-bus2:before {
  content: "\E84E";
}

.icon-car2:before {
  content: "\E84F";
}

.icon-parking:before {
  content: "\E850";
}

.icon-car-lock:before {
  content: "\E851";
}

.icon-taxi:before {
  content: "\E852";
}

.icon-car-siren:before {
  content: "\E853";
}

.icon-car-wash3:before {
  content: "\E854";
}

.icon-car-wash4:before {
  content: "\E855";
}

.icon-ambulance:before {
  content: "\E856";
}

.icon-truck:before {
  content: "\E857";
}

.icon-trailer:before {
  content: "\E858";
}

.icon-scale-truck:before {
  content: "\E859";
}

.icon-train:before {
  content: "\E85A";
}

.icon-ship:before {
  content: "\E85B";
}

.icon-ship2:before {
  content: "\E85C";
}

.icon-anchor:before {
  content: "\E85D";
}

.icon-boat:before {
  content: "\E85E";
}

.icon-bicycle:before {
  content: "\E85F";
}

.icon-bicycle2:before {
  content: "\E860";
}

.icon-dumbbell:before {
  content: "\E861";
}

.icon-bench-press:before {
  content: "\E862";
}

.icon-swim:before {
  content: "\E863";
}

.icon-football:before {
  content: "\E864";
}

.icon-baseball-bat:before {
  content: "\E865";
}

.icon-baseball:before {
  content: "\E866";
}

.icon-tennis:before {
  content: "\E867";
}

.icon-tennis2:before {
  content: "\E868";
}

.icon-ping-pong:before {
  content: "\E869";
}

.icon-hockey:before {
  content: "\E86A";
}

.icon-8ball:before {
  content: "\E86B";
}

.icon-bowling:before {
  content: "\E86C";
}

.icon-bowling-pins:before {
  content: "\E86D";
}

.icon-golf:before {
  content: "\E86E";
}

.icon-golf2:before {
  content: "\E86F";
}

.icon-archery:before {
  content: "\E870";
}

.icon-slingshot:before {
  content: "\E871";
}

.icon-soccer:before {
  content: "\E872";
}

.icon-basketball:before {
  content: "\E873";
}

.icon-cube:before {
  content: "\E874";
}

.icon-3d-rotate:before {
  content: "\E875";
}

.icon-puzzle:before {
  content: "\E876";
}

.icon-glasses:before {
  content: "\E877";
}

.icon-glasses2:before {
  content: "\E878";
}

.icon-accessibility:before {
  content: "\E879";
}

.icon-wheelchair:before {
  content: "\E87A";
}

.icon-wall:before {
  content: "\E87B";
}

.icon-fence:before {
  content: "\E87C";
}

.icon-wall2:before {
  content: "\E87D";
}

.icon-icons:before {
  content: "\E87E";
}

.icon-resize-handle:before {
  content: "\E87F";
}

.icon-icons2:before {
  content: "\E880";
}

.icon-select:before {
  content: "\E881";
}

.icon-select2:before {
  content: "\E882";
}

.icon-site-map:before {
  content: "\E883";
}

.icon-earth:before {
  content: "\E884";
}

.icon-earth-lock:before {
  content: "\E885";
}

.icon-network:before {
  content: "\E886";
}

.icon-network-lock:before {
  content: "\E887";
}

.icon-planet:before {
  content: "\E888";
}

.icon-happy:before {
  content: "\E889";
}

.icon-smile:before {
  content: "\E88A";
}

.icon-grin:before {
  content: "\E88B";
}

.icon-tongue:before {
  content: "\E88C";
}

.icon-sad:before {
  content: "\E88D";
}

.icon-wink:before {
  content: "\E88E";
}

.icon-dream:before {
  content: "\E88F";
}

.icon-shocked:before {
  content: "\E890";
}

.icon-shocked2:before {
  content: "\E891";
}

.icon-tongue2:before {
  content: "\E892";
}

.icon-neutral:before {
  content: "\E893";
}

.icon-happy-grin:before {
  content: "\E894";
}

.icon-cool:before {
  content: "\E895";
}

.icon-mad:before {
  content: "\E896";
}

.icon-grin-evil:before {
  content: "\E897";
}

.icon-evil:before {
  content: "\E898";
}

.icon-wow:before {
  content: "\E899";
}

.icon-annoyed:before {
  content: "\E89A";
}

.icon-wondering:before {
  content: "\E89B";
}

.icon-confused:before {
  content: "\E89C";
}

.icon-zipped:before {
  content: "\E89D";
}

.icon-grumpy:before {
  content: "\E89E";
}

.icon-mustache:before {
  content: "\E89F";
}

.icon-tombstone-hipster:before {
  content: "\E8A0";
}

.icon-tombstone:before {
  content: "\E8A1";
}

.icon-ghost:before {
  content: "\E8A2";
}

.icon-ghost-hipster:before {
  content: "\E8A3";
}

.icon-halloween:before {
  content: "\E8A4";
}

.icon-christmas:before {
  content: "\E8A5";
}

.icon-easter-egg:before {
  content: "\E8A6";
}

.icon-mustache2:before {
  content: "\E8A7";
}

.icon-mustache-glasses:before {
  content: "\E8A8";
}

.icon-pipe:before {
  content: "\E8A9";
}

.icon-alarm:before {
  content: "\E8AA";
}

.icon-alarm-add:before {
  content: "\E8AB";
}

.icon-alarm-snooze:before {
  content: "\E8AC";
}

.icon-alarm-ringing:before {
  content: "\E8AD";
}

.icon-bullhorn:before {
  content: "\E8AE";
}

.icon-hearing:before {
  content: "\E8AF";
}

.icon-volume-high:before {
  content: "\E8B0";
}

.icon-volume-medium:before {
  content: "\E8B1";
}

.icon-volume-low:before {
  content: "\E8B2";
}

.icon-volume:before {
  content: "\E8B3";
}

.icon-mute:before {
  content: "\E8B4";
}

.icon-lan:before {
  content: "\E8B5";
}

.icon-lan2:before {
  content: "\E8B6";
}

.icon-wifi:before {
  content: "\E8B7";
}

.icon-wifi-lock:before {
  content: "\E8B8";
}

.icon-wifi-blocked:before {
  content: "\E8B9";
}

.icon-wifi-mid:before {
  content: "\E8BA";
}

.icon-wifi-low:before {
  content: "\E8BB";
}

.icon-wifi-low2:before {
  content: "\E8BC";
}

.icon-wifi-alert:before {
  content: "\E8BD";
}

.icon-wifi-alert-mid:before {
  content: "\E8BE";
}

.icon-wifi-alert-low:before {
  content: "\E8BF";
}

.icon-wifi-alert-low2:before {
  content: "\E8C0";
}

.icon-stream:before {
  content: "\E8C1";
}

.icon-stream-check:before {
  content: "\E8C2";
}

.icon-stream-error:before {
  content: "\E8C3";
}

.icon-stream-alert:before {
  content: "\E8C4";
}

.icon-communication:before {
  content: "\E8C5";
}

.icon-communication-crossed:before {
  content: "\E8C6";
}

.icon-broadcast:before {
  content: "\E8C7";
}

.icon-antenna:before {
  content: "\E8C8";
}

.icon-satellite:before {
  content: "\E8C9";
}

.icon-satellite2:before {
  content: "\E8CA";
}

.icon-mic:before {
  content: "\E8CB";
}

.icon-mic-mute:before {
  content: "\E8CC";
}

.icon-mic2:before {
  content: "\E8CD";
}

.icon-spotlights:before {
  content: "\E8CE";
}

.icon-hourglass:before {
  content: "\E8CF";
}

.icon-loading:before {
  content: "\E8D0";
}

.icon-loading2:before {
  content: "\E8D1";
}

.icon-loading3:before {
  content: "\E8D2";
}

.icon-refresh:before {
  content: "\E8D3";
}

.icon-refresh2:before {
  content: "\E8D4";
}

.icon-undo:before {
  content: "\E8D5";
}

.icon-redo:before {
  content: "\E8D6";
}

.icon-jump2:before {
  content: "\E8D7";
}

.icon-undo2:before {
  content: "\E8D8";
}

.icon-redo2:before {
  content: "\E8D9";
}

.icon-sync:before {
  content: "\E8DA";
}

.icon-repeat-one2:before {
  content: "\E8DB";
}

.icon-sync-crossed:before {
  content: "\E8DC";
}

.icon-sync2:before {
  content: "\E8DD";
}

.icon-repeat-one3:before {
  content: "\E8DE";
}

.icon-sync-crossed2:before {
  content: "\E8DF";
}

.icon-return:before {
  content: "\E8E0";
}

.icon-return2:before {
  content: "\E8E1";
}

.icon-refund:before {
  content: "\E8E2";
}

.icon-history:before {
  content: "\E8E3";
}

.icon-history2:before {
  content: "\E8E4";
}

.icon-self-timer:before {
  content: "\E8E5";
}

.icon-clock:before {
  content: "\E8E6";
}

.icon-clock2:before {
  content: "\E8E7";
}

.icon-clock3:before {
  content: "\E8E8";
}

.icon-watch:before {
  content: "\E8E9";
}

.icon-alarm2:before {
  content: "\E8EA";
}

.icon-alarm-add2:before {
  content: "\E8EB";
}

.icon-alarm-remove:before {
  content: "\E8EC";
}

.icon-alarm-check:before {
  content: "\E8ED";
}

.icon-alarm-error:before {
  content: "\E8EE";
}

.icon-timer:before {
  content: "\E8EF";
}

.icon-timer-crossed:before {
  content: "\E8F0";
}

.icon-timer2:before {
  content: "\E8F1";
}

.icon-timer-crossed2:before {
  content: "\E8F2";
}

.icon-download:before {
  content: "\E8F3";
}

.icon-upload:before {
  content: "\E8F4";
}

.icon-download2:before {
  content: "\E8F5";
}

.icon-upload2:before {
  content: "\E8F6";
}

.icon-enter-up:before {
  content: "\E8F7";
}

.icon-enter-down:before {
  content: "\E8F8";
}

.icon-enter-left:before {
  content: "\E8F9";
}

.icon-enter-right:before {
  content: "\E8FA";
}

.icon-exit-up:before {
  content: "\E8FB";
}

.icon-exit-down:before {
  content: "\E8FC";
}

.icon-exit-left:before {
  content: "\E8FD";
}

.icon-exit-right:before {
  content: "\E8FE";
}

.icon-enter-up2:before {
  content: "\E8FF";
}

.icon-enter-down2:before {
  content: "\E900";
}

.icon-enter-vertical:before {
  content: "\E901";
}

.icon-enter-left2:before {
  content: "\E902";
}

.icon-enter-right2:before {
  content: "\E903";
}

.icon-enter-horizontal:before {
  content: "\E904";
}

.icon-exit-up2:before {
  content: "\E905";
}

.icon-exit-down2:before {
  content: "\E906";
}

.icon-exit-left2:before {
  content: "\E907";
}

.icon-exit-right2:before {
  content: "\E908";
}

.icon-cli:before {
  content: "\E909";
}

.icon-bug:before {
  content: "\E90A";
}

.icon-code:before {
  content: "\E90B";
}

.icon-file-code:before {
  content: "\E90C";
}

.icon-file-image:before {
  content: "\E90D";
}

.icon-file-zip:before {
  content: "\E90E";
}

.icon-file-audio:before {
  content: "\E90F";
}

.icon-file-video:before {
  content: "\E910";
}

.icon-file-preview:before {
  content: "\E911";
}

.icon-file-charts:before {
  content: "\E912";
}

.icon-file-stats:before {
  content: "\E913";
}

.icon-file-spreadsheet:before {
  content: "\E914";
}

.icon-link:before {
  content: "\E915";
}

.icon-unlink:before {
  content: "\E916";
}

.icon-link2:before {
  content: "\E917";
}

.icon-unlink2:before {
  content: "\E918";
}

.icon-thumbs-up:before {
  content: "\E919";
}

.icon-thumbs-down:before {
  content: "\E91A";
}

.icon-thumbs-up2:before {
  content: "\E91B";
}

.icon-thumbs-down2:before {
  content: "\E91C";
}

.icon-thumbs-up3:before {
  content: "\E91D";
}

.icon-thumbs-down3:before {
  content: "\E91E";
}

.icon-share:before {
  content: "\E91F";
}

.icon-share2:before {
  content: "\E920";
}

.icon-share3:before {
  content: "\E921";
}

.icon-magnifier:before {
  content: "\E922";
}

.icon-file-search:before {
  content: "\E923";
}

.icon-find-replace:before {
  content: "\E924";
}

.icon-zoom-in:before {
  content: "\E925";
}

.icon-zoom-out:before {
  content: "\E926";
}

.icon-loupe:before {
  content: "\E927";
}

.icon-loupe-zoom-in:before {
  content: "\E928";
}

.icon-loupe-zoom-out:before {
  content: "\E929";
}

.icon-cross:before {
  content: "\E92A";
}

.icon-menu:before {
  content: "\E92B";
}

.icon-list:before {
  content: "\E92C";
}

.icon-list2:before {
  content: "\E92D";
}

.icon-list3:before {
  content: "\E92E";
}

.icon-menu2:before {
  content: "\E92F";
}

.icon-list4:before {
  content: "\E930";
}

.icon-menu3:before {
  content: "\E931";
}

.icon-exclamation:before {
  content: "\E932";
}

.icon-question:before {
  content: "\E933";
}

.icon-check:before {
  content: "\E934";
}

.icon-cross2:before {
  content: "\E935";
}

.icon-plus:before {
  content: "\E936";
}

.icon-minus:before {
  content: "\E937";
}

.icon-percent:before {
  content: "\E938";
}

.icon-chevron-up:before {
  content: "\E939";
}

.icon-chevron-down:before {
  content: "\E93A";
}

.icon-chevron-left:before {
  content: "\E93B";
}

.icon-chevron-right:before {
  content: "\E93C";
}

.icon-chevrons-expand-vertical:before {
  content: "\E93D";
}

.icon-chevrons-expand-horizontal:before {
  content: "\E93E";
}

.icon-chevrons-contract-vertical:before {
  content: "\E93F";
}

.icon-chevrons-contract-horizontal:before {
  content: "\E940";
}

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

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

.icon-arrow-left:before {
  content: "\E943";
}

.icon-arrow-right:before {
  content: "\E944";
}

.icon-arrow-up-right:before {
  content: "\E945";
}

.icon-arrows-merge:before {
  content: "\E946";
}

.icon-arrows-split:before {
  content: "\E947";
}

.icon-arrow-divert:before {
  content: "\E948";
}

.icon-arrow-return:before {
  content: "\E949";
}

.icon-expand:before {
  content: "\E94A";
}

.icon-contract:before {
  content: "\E94B";
}

.icon-expand2:before {
  content: "\E94C";
}

.icon-contract2:before {
  content: "\E94D";
}

.icon-move:before {
  content: "\E94E";
}

.icon-tab:before {
  content: "\E94F";
}

.icon-arrow-wave:before {
  content: "\E950";
}

.icon-expand3:before {
  content: "\E951";
}

.icon-expand4:before {
  content: "\E952";
}

.icon-contract3:before {
  content: "\E953";
}

.icon-notification:before {
  content: "\E954";
}

.icon-warning:before {
  content: "\E955";
}

.icon-notification-circle:before {
  content: "\E956";
}

.icon-question-circle:before {
  content: "\E957";
}

.icon-menu-circle:before {
  content: "\E958";
}

.icon-checkmark-circle:before {
  content: "\E959";
}

.icon-cross-circle:before {
  content: "\E95A";
}

.icon-plus-circle:before {
  content: "\E95B";
}

.icon-circle-minus:before {
  content: "\E95C";
}

.icon-percent-circle:before {
  content: "\E95D";
}

.icon-arrow-up-circle:before {
  content: "\E95E";
}

.icon-arrow-down-circle:before {
  content: "\E95F";
}

.icon-arrow-left-circle:before {
  content: "\E960";
}

.icon-arrow-right-circle:before {
  content: "\E961";
}

.icon-chevron-up-circle:before {
  content: "\E962";
}

.icon-chevron-down-circle:before {
  content: "\E963";
}

.icon-chevron-left-circle:before {
  content: "\E964";
}

.icon-chevron-right-circle:before {
  content: "\E965";
}

.icon-backward-circle:before {
  content: "\E966";
}

.icon-first-circle:before {
  content: "\E967";
}

.icon-previous-circle:before {
  content: "\E968";
}

.icon-stop-circle:before {
  content: "\E969";
}

.icon-play-circle:before {
  content: "\E96A";
}

.icon-pause-circle:before {
  content: "\E96B";
}

.icon-next-circle:before {
  content: "\E96C";
}

.icon-last-circle:before {
  content: "\E96D";
}

.icon-forward-circle:before {
  content: "\E96E";
}

.icon-eject-circle:before {
  content: "\E96F";
}

.icon-crop:before {
  content: "\E970";
}

.icon-frame-expand:before {
  content: "\E971";
}

.icon-frame-contract:before {
  content: "\E972";
}

.icon-focus:before {
  content: "\E973";
}

.icon-transform:before {
  content: "\E974";
}

.icon-grid:before {
  content: "\E975";
}

.icon-grid-crossed:before {
  content: "\E976";
}

.icon-layers:before {
  content: "\E977";
}

.icon-layers-crossed:before {
  content: "\E978";
}

.icon-toggle:before {
  content: "\E979";
}

.icon-rulers:before {
  content: "\E97A";
}

.icon-ruler:before {
  content: "\E97B";
}

.icon-funnel:before {
  content: "\E97C";
}

.icon-flip-horizontal:before {
  content: "\E97D";
}

.icon-flip-vertical:before {
  content: "\E97E";
}

.icon-flip-horizontal2:before {
  content: "\E97F";
}

.icon-flip-vertical2:before {
  content: "\E980";
}

.icon-angle:before {
  content: "\E981";
}

.icon-angle2:before {
  content: "\E982";
}

.icon-subtract:before {
  content: "\E983";
}

.icon-combine:before {
  content: "\E984";
}

.icon-intersect:before {
  content: "\E985";
}

.icon-exclude:before {
  content: "\E986";
}

.icon-align-center-vertical:before {
  content: "\E987";
}

.icon-align-right:before {
  content: "\E988";
}

.icon-align-bottom:before {
  content: "\E989";
}

.icon-align-left:before {
  content: "\E98A";
}

.icon-align-center-horizontal:before {
  content: "\E98B";
}

.icon-align-top:before {
  content: "\E98C";
}

.icon-square:before {
  content: "\E98D";
}

.icon-plus-square:before {
  content: "\E98E";
}

.icon-minus-square:before {
  content: "\E98F";
}

.icon-percent-square:before {
  content: "\E990";
}

.icon-arrow-up-square:before {
  content: "\E991";
}

.icon-arrow-down-square:before {
  content: "\E992";
}

.icon-arrow-left-square:before {
  content: "\E993";
}

.icon-arrow-right-square:before {
  content: "\E994";
}

.icon-chevron-up-square:before {
  content: "\E995";
}

.icon-chevron-down-square:before {
  content: "\E996";
}

.icon-chevron-left-square:before {
  content: "\E997";
}

.icon-chevron-right-square:before {
  content: "\E998";
}

.icon-check-square:before {
  content: "\E999";
}

.icon-cross-square:before {
  content: "\E99A";
}

.icon-menu-square:before {
  content: "\E99B";
}

.icon-prohibited:before {
  content: "\E99C";
}

.icon-circle:before {
  content: "\E99D";
}

.icon-radio-button:before {
  content: "\E99E";
}

.icon-ligature:before {
  content: "\E99F";
}

.icon-text-format:before {
  content: "\E9A0";
}

.icon-text-format-remove:before {
  content: "\E9A1";
}

.icon-text-size:before {
  content: "\E9A2";
}

.icon-bold:before {
  content: "\E9A3";
}

.icon-italic:before {
  content: "\E9A4";
}

.icon-underline:before {
  content: "\E9A5";
}

.icon-strikethrough:before {
  content: "\E9A6";
}

.icon-highlight:before {
  content: "\E9A7";
}

.icon-text-align-left:before {
  content: "\E9A8";
}

.icon-text-align-center:before {
  content: "\E9A9";
}

.icon-text-align-right:before {
  content: "\E9AA";
}

.icon-text-align-justify:before {
  content: "\E9AB";
}

.icon-line-spacing:before {
  content: "\E9AC";
}

.icon-indent-increase:before {
  content: "\E9AD";
}

.icon-indent-decrease:before {
  content: "\E9AE";
}

.icon-text-wrap:before {
  content: "\E9AF";
}

.icon-pilcrow:before {
  content: "\E9B0";
}

.icon-direction-ltr:before {
  content: "\E9B1";
}

.icon-direction-rtl:before {
  content: "\E9B2";
}

.icon-page-break:before {
  content: "\E9B3";
}

.icon-page-break2:before {
  content: "\E9B4";
}

.icon-sort-alpha-asc:before {
  content: "\E9B5";
}

.icon-sort-alpha-desc:before {
  content: "\E9B6";
}

.icon-sort-numeric-asc:before {
  content: "\E9B7";
}

.icon-sort-numeric-desc:before {
  content: "\E9B8";
}

.icon-sort-amount-asc:before {
  content: "\E9B9";
}

.icon-sort-amount-desc:before {
  content: "\E9BA";
}

.icon-sort-time-asc:before {
  content: "\E9BB";
}

.icon-sort-time-desc:before {
  content: "\E9BC";
}

.icon-sigma:before {
  content: "\E9BD";
}

.icon-pencil-line:before {
  content: "\E9BE";
}

.icon-hand:before {
  content: "\E9BF";
}

.icon-pointer-up:before {
  content: "\E9C0";
}

.icon-pointer-right:before {
  content: "\E9C1";
}

.icon-pointer-down:before {
  content: "\E9C2";
}

.icon-pointer-left:before {
  content: "\E9C3";
}

.icon-finger-tap:before {
  content: "\E9C4";
}

.icon-fingers-tap:before {
  content: "\E9C5";
}

.icon-reminder:before {
  content: "\E9C6";
}

.icon-fingers-crossed:before {
  content: "\E9C7";
}

.icon-fingers-victory:before {
  content: "\E9C8";
}

.icon-gesture-zoom:before {
  content: "\E9C9";
}

.icon-gesture-pinch:before {
  content: "\E9CA";
}

.icon-fingers-scroll-horizontal:before {
  content: "\E9CB";
}

.icon-fingers-scroll-vertical:before {
  content: "\E9CC";
}

.icon-fingers-scroll-left:before {
  content: "\E9CD";
}

.icon-fingers-scroll-right:before {
  content: "\E9CE";
}

.icon-hand2:before {
  content: "\E9CF";
}

.icon-pointer-up2:before {
  content: "\E9D0";
}

.icon-pointer-right2:before {
  content: "\E9D1";
}

.icon-pointer-down2:before {
  content: "\E9D2";
}

.icon-pointer-left2:before {
  content: "\E9D3";
}

.icon-finger-tap2:before {
  content: "\E9D4";
}

.icon-fingers-tap2:before {
  content: "\E9D5";
}

.icon-reminder2:before {
  content: "\E9D6";
}

.icon-gesture-zoom2:before {
  content: "\E9D7";
}

.icon-gesture-pinch2:before {
  content: "\E9D8";
}

.icon-fingers-scroll-horizontal2:before {
  content: "\E9D9";
}

.icon-fingers-scroll-vertical2:before {
  content: "\E9DA";
}

.icon-fingers-scroll-left2:before {
  content: "\E9DB";
}

.icon-fingers-scroll-right2:before {
  content: "\E9DC";
}

.icon-fingers-scroll-vertical3:before {
  content: "\E9DD";
}

.icon-border-style:before {
  content: "\E9DE";
}

.icon-border-all:before {
  content: "\E9DF";
}

.icon-border-outer:before {
  content: "\E9E0";
}

.icon-border-inner:before {
  content: "\E9E1";
}

.icon-border-top:before {
  content: "\E9E2";
}

.icon-border-horizontal:before {
  content: "\E9E3";
}

.icon-border-bottom:before {
  content: "\E9E4";
}

.icon-border-left:before {
  content: "\E9E5";
}

.icon-border-vertical:before {
  content: "\E9E6";
}

.icon-border-right:before {
  content: "\E9E7";
}

.icon-border-none:before {
  content: "\E9E8";
}

.icon-ellipsis:before {
  content: "\E9E9";
}

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway/RalewayThin/RalewayThin.eot");
  src: url("../fonts/Raleway/RalewayThin/RalewayThin.eot") format("embedded-opentype"), url("../fonts/Raleway/RalewayThin/RalewayThin.ttf") format("truetype"), url("../fonts/Raleway/RalewayThin/RalewayThin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway/RalewayExtraLight/RalewayExtraLight.eot");
  src: url("../fonts/Raleway/RalewayExtraLight/RalewayExtraLight.eot") format("embedded-opentype"), url("../fonts/Raleway/RalewayExtraLight/RalewayExtraLight.ttf") format("truetype"), url("../fonts/Raleway/RalewayExtraLight/RalewayExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway/RalewayLight/RalewayLight.eot");
  src: url("../fonts/Raleway/RalewayLight/RalewayLight.eot") format("embedded-opentype"), url("../fonts/Raleway/RalewayLight/RalewayLight.ttf") format("truetype"), url("../fonts/Raleway/RalewayLight/RalewayLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway/RalewayRegular/RalewayRegular.eot");
  src: url("../fonts/Raleway/RalewayRegular/RalewayRegular.eot") format("embedded-opentype"), url("../fonts/Raleway/RalewayRegular/RalewayRegular.ttf") format("truetype"), url("../fonts/Raleway/RalewayRegular/RalewayRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway/RalewayMedium/RalewayMedium.eot");
  src: url("../fonts/Raleway/RalewayMedium/RalewayMedium.eot") format("embedded-opentype"), url("../fonts/Raleway/RalewayMedium/RalewayMedium.ttf") format("truetype"), url("../fonts/Raleway/RalewayMedium/RalewayMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway/RalewaySemiBold/RalewaySemiBold.eot");
  src: url("../fonts/Raleway/RalewaySemiBold/RalewaySemiBold.eot") format("embedded-opentype"), url("../fonts/Raleway/RalewaySemiBold/RalewaySemiBold.ttf") format("truetype"), url("../fonts/Raleway/RalewaySemiBold/RalewaySemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway/RalewayBold/RalewayBold.eot");
  src: url("../fonts/Raleway/RalewayBold/RalewayBold.eot") format("embedded-opentype"), url("../fonts/Raleway/RalewayBold/RalewayBold.ttf") format("truetype"), url("../fonts/Raleway/RalewayBold/RalewayBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway/RalewayExtraBold/RalewayExtraBold.eot");
  src: url("../fonts/Raleway/RalewayExtraBold/RalewayExtraBold.eot") format("embedded-opentype"), url("../fonts/Raleway/RalewayExtraBold/RalewayExtraBold.ttf") format("truetype"), url("../fonts/Raleway/RalewayExtraBold/RalewayExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway/RalewayBlack/RalewayBlack.eot");
  src: url("../fonts/Raleway/RalewayBlack/RalewayBlack.eot") format("embedded-opentype"), url("../fonts/Raleway/RalewayBlack/RalewayBlack.ttf") format("truetype"), url("../fonts/Raleway/RalewayBlack/RalewayBlack.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

/*------------------------------------------------------------------
[Master Stylesheet]

Project:    DIGITAL MARKETO
Version:    1.6
Date created: November 14, 2017;
Primary use:    MultiPurpose Template  
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[ Table of contents ]

1. Imported Styles
2. Typography
3. Colors
4. Form Elements
5. buttons.parallax-container section .image
6. Upper Header 
7. menu
8. Home page
    1. Carousel
    2. Clients
    3. Services
    4. Portfolio
    5. Case Studies
    6. Why Us
    7. Success
    8. Blog
9. footer
10. website Design page
11. Mobile app Design page 
12. protfilio page 
13. Case studies details page 
14. contact page
15. about page
16. blog page


/* ===================================
    Imported Styles
    ====================================== */
/* Google Font
-------------------------------------------------

@import "https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900";*/
/* ===================================
    Typography
    ====================================== */
body {
  font-family: "Raleway", sans-serif;
  margin: 0;
  padding: 0;
  color: #444444;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 30px;
  line-height: 30px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
}

a,
button,
input {
  outline: 0 !important;
}

.small-text {
  font-size: 14px;
  font-weight: 400;
}

.extra-small-text {
  font-size: 13px;
  font-weight: 400;
  color: #bebebe;
}

.regular-text {
  font-size: 16px;
}

.medium-text {
  font-size: 18px;
}

.semi-bold {
  font-weight: 600;
}

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

.no-margin {
  margin: 0;
}

::-moz-selection {
  background: #1a252b;
  color: #01a0e2;
}

::selection {
  background: #1a252b;
  color: #01a0e2;
}

/* ===================================
    colors
    ====================================== */
.b-clor {
  color: #008ccb;
}

.error-404 .b-clor {
  color: #01a0e2;
}

.success-number .b-clor {
  color: #01a0e2;
}

.base-color-bg {
  background-color: #01a0e2;
}

.grey-dark {
  color: #1a252b;
}

.grey-dark-bg {
  background: #fafafa;
}

.text-color-light {
  color: #444444;
}

.light-gray-font-color {
  color: #777777;
}

/* ===================================
    Custom Animations
    ====================================== */
@-webkit-keyframes fade-in-up {
  0% {
    top: 110%;
    opacity: 0;
  }
  100% {
    top: calc(100% - 50px);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    top: 110%;
    opacity: 0;
  }
  100% {
    top: calc(100% - 50px);
    opacity: 1;
  }
}

/* ===================================
    common-styles
    ====================================== */
a,
button,
p,
li,
input,
textarea {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

hr {
  width: 100%;
  border: none;
  height: 1px;
  background: url("../images/line.png") repeat-x left center;
  margin: 15px 0;
}

hr.dark-line {
  background: url("../images/line-gray.png") repeat-x left center;
}

.o-hidden {
  overflow: hidden;
}

.bg-white {
  background: #fff;
  padding: 85px 0 0;
}

.bg-white h2 {
  margin: 0;
}

.btn.btn-fill.full-width {
  display: block;
  margin: 56px auto;
  max-width: 360px;
  width: 100%;
}

.btn.btn-fill.full-width:hover {
  background: #fff;
  color: #01a0e2;
}

/*bottom green border  box*/
.box-green-border {
  padding: 58px 10px 24px 30px;
  border-bottom: 2px solid #008ccb;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-top-40 {
  margin-top: 40px;
}

.box-green-border a {
  font-size: 24px;
  display: block;
  color: #1a252b;
  font-weight: 600;
  margin-bottom: 16px;
  text-decoration: none !important;
  text-transform: capitalize;
}

.box-green-border:hover a,
.box-green-border a:focus,
.box-green-border:hover span {
  color: #01a0e2;
  text-decoration: none;
}

.box-green-border p {
  font-size: 16px;
  color: #444444;
  line-height: 26px;
}

.box-green-border span {
  font-size: 68px;
  color: #1a252b;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.box-green-border a span {
  display: block;
  margin: 0 0 38px;
  line-height: 53px;
}

.clearlist,
.clearlist li {
  list-style: none;
  padding: 0;
  margin: 0;
  background: none;
}

/* ===================================
   Form Elements
   ====================================== */
input {
  border-radius: 4px;
}

input::-webkit-input-placeholder {
  color: #444444;
  font-weight: 400;
  font-size: 14px;
  opacity: 1;
}

input:-moz-placeholder {
  color: #444444;
  font-weight: 400;
  font-size: 14px;
  opacity: 1;
}

input::-moz-placeholder {
  color: #444444;
  font-weight: 400;
  font-size: 14px;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #444444;
  font-weight: 400;
  font-size: 14px;
  opacity: 1;
}

textarea::-webkit-input-placeholder {
  color: #444444;
  font-weight: 400;
  font-size: 14px;
  opacity: 1;
}

textarea:-moz-placeholder {
  color: #444444;
  font-weight: 400;
  font-size: 14px;
  opacity: 1;
}

textarea::-moz-placeholder {
  color: #444444;
  font-weight: 400;
  font-size: 14px;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  color: #444444;
  font-weight: 400;
  font-size: 14px;
  opacity: 1;
}

form .customised-formgroup {
  position: relative;
  margin-bottom: 0;
  color: #1a252b;
  padding: 8px 0;
}

form .customised-formgroup input,
form .customised-formgroup textarea {
  border: medium none;
  width: 100%;
  overflow: hidden;
  height: 44px;
  padding: 10px 25px;
  border-bottom: 2px solid #d5d5d5;
  border-radius: 0;
}

form .customised-formgroup textarea:focus,
form .customised-formgroup input:focus {
  outline: none;
}

form .customised-formgroup input:focus,
form .customised-formgroup textarea:focus {
  border-color: #01a0e2;
}

form .customised-formgroup input::-webkit-input-placeholder {
  font-weight: 400;
  line-height: normal;
}

form .customised-formgroup input:-moz-placeholder {
  font-weight: 400;
  line-height: normal;
}

form .customised-formgroup input::-moz-placeholder {
  font-weight: 400;
}

form .customised-formgroup input:-ms-input-placeholder {
  font-weight: 400;
  line-height: normal;
}

form .customised-formgroup textarea::-webkit-input-placeholder {
  font-weight: 400;
  line-height: normal;
}

form .customised-formgroup textarea:-moz-placeholder {
  font-weight: 400;
  line-height: normal;
}

form .customised-formgroup textarea::-moz-placeholder {
  font-weight: 400;
  line-height: normal;
}

form .customised-formgroup textarea:-ms-input-placeholder {
  font-weight: 400;
  line-height: normal;
}

form .customised-formgroup span {
  position: absolute;
  top: 22px;
  left: 0;
  font-size: 17px;
  color: #444444;
}

form .customised-formgroup span.icon-user {
  font-size: 16px;
}

form .customised-formgroup span.icon-envelope {
  font-size: 18px;
}

form .customised-formgroup span.icon-telephone {
  font-size: 17px;
}

form .customised-formgroup textarea {
  resize: none;
  height: 108px;
}

/* ===================================
    buttons
    ====================================== */
.btn,
.btn:focus {
  font-size: 14px;
  line-height: 46px;
  background: #01a0e2;
  border-radius: 0;
  padding: 0 15px;
  text-transform: uppercase;
  border: 2px solid #01a0e2;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all .5s;
  transition: all .5s;
  border-radius: 4px;
}

.btn.btn-nofill {
  background: transparent;
  color: #01a0e2;
}

.main-slider .btn.btn-fill {
  margin-right: 14px;
}

.tparrows {
  top: 57% !important;
  background: transparent !important;
}

.tparrows::before {
  font-size: 40px !important;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.tparrows:hover::before {
  color: #01a0e2;
}

.btn.btn-fill .icon-chevron-right {
  margin-left: 5px;
  font-size: 13px;
}

.btn.btn-nofill .icon-chevron-right {
  margin-left: 5px;
}

.btn.btn-fill:hover,
.btn.btn-fill:active {
  background: transparent;
  color: #01a0e2;
}

.btn.btn-nofill:hover,
.btn.btn-nofill:active {
  background: #01a0e2;
  color: #fff;
}

.btn.btn-nofill.grey-dark-text,
.btn.btn-nofill.grey-dark-text:focus {
  color: #1a252b;
}

.rev_slider .btn {
  -webkit-transition: all 0.5s !important;
  transition: all 0.5s !important;
}

.banner-txt .btn.btn-nofill,
.rev_slider .btn.btn-nofill,
.rev_slider .btn:hover,
.product-section .img_container .overlay .btn,
.portfolio .text-inner .btn.btn-nofill {
  color: #fff;
}

.dmb-home.medium-btn2.btn.btn-nofill {
  color: #01a0e2;
}

.dmb-home.medium-btn2.btn.btn-nofill:hover {
  color: #fff;
}

.dmb-home.medium-btn.btn.btn-fill:hover {
  color: #01a0e2;
}

/* ===================================
    home page -- upper-header
    ====================================== */
header {
  background: #f5f6f7;
}

header .contact-info ul {
  margin-bottom: 0;
}

header .contact-info ul li {
  padding: 0;
}

header .contact-info ul li:last-child {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

header .contact-info ul li:last-child::before {
  content: " ";
  width: 2px;
  height: 100%;
  display: block;
  background: url(../images/separator.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

header .contact-info ul li a {
  font-size: 16px;
  line-height: 44px;
  color: #444444;
  display: block;
}

header [class^="icon-"] {
  margin-right: 10px;
  vertical-align: middle;
  line-height: 44px;
  float: left;
}

header .contact-info ul li a:hover {
  color: #01a0e2;
}

header .form-element {
  position: relative;
}

header .form-inline .form-control {
  width: 100%;
  max-width: 300px;
  height: 44px;
  font-size: 16px;
  line-height: 16px;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 13px 25px 15px;
}

header .form-inline button {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 44px;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

/* ===================================
    menu
    ====================================== */
.main-menu {
  margin: 0;
}

.navbar {
  border-radius: 0;
  border: none !important;
}

.main-menu .navbar-brand {
  height: auto;
  margin-top: 30px;
  padding: 0 15px 0 0;
}

.main-menu .nav .open > a,
.main-menu .nav .open > a:hover,
.main-menu .nav .open > a:focus {
  background: none;
  border-bottom: 2px solid #01a0e2;
  color: #1a252b;
}

.main-menu .navbar-nav > li {
  margin-left: 34px;
  margin-right: 0;
  position: static;
  cursor: pointer;
}

.main-menu .navbar-nav > li > a:not(.btn) {
  padding: 0;
  font-size: 16px;
  line-height: 34px;
  margin: 37px 0;
  font-weight: 400;
  color: #444444;
  border-bottom: 2px solid transparent;
}

.main-menu .navbar-nav > li > a:not(.btn):focus {
  background: transparent;
}

.main-menu .navbar-nav .menu-btn {
  margin-top: 30px;
}

.main-menu .navbar-nav > li:hover > a,
.main-menu .navbar-nav > li.active > a {
  background: none;
  border-bottom: 2px solid #01a0e2;
}

.main-menu .navbar-nav .dropdown > a > i {
  font-size: 12px;
}

.main-menu .navbar-nav li > .dropdown-megamenu li a {
  padding: 0;
  font-size: 14px;
  color: #444444;
}

.main-menu .navbar-nav li > .dropdown-megamenu li a:hover,
.main-menu .navbar-nav li > .dropdown-megamenu li.active a {
  border: none;
  color: #01a0e2;
}

.main-menu .navbar-nav li > .dropdown-megamenu li:last-child a {
  padding: 0;
}

.main-menu .navbar-nav li > .dropdown-megamenu li a span {
  margin-right: 20px;
  color: #1a252b;
  font-size: 16px;
  position: relative;
  top: 2px;
}

.main-menu .navbar-nav li > .dropdown-megamenu li a:hover span {
  color: #01a0e2;
}

.main-menu .navbar-nav li > .dropdown-megamenu .b-clor.semi-bold {
  font-size: 18px;
  padding-bottom: 15px;
}

.main-menu .navbar-nav li.dropdown a.dropdown-toggle:after {
  content: "\E93A";
  font-family: "linearicons" !important;
  margin: 5px;
  font-size: 12px;
  display: none;
}

.main-menu .navbar-nav li.dropdown:not(.not-relative) {
  position: relative;
}

.main-menu .navbar-nav li > .dropdown-menu {
  padding: 0;
  position: absolute;
  top: calc(100% - 50px);
  left: 0;
  background: transparent;
  padding-top: 50px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
}

.main-menu .navbar-nav li:nth-last-child(2) > .dropdown-menu {
  right: -50px;
  left: auto;
}

.main-menu .navbar-nav li > .dropdown-menu {
  min-width: 220px;
}

.main-menu .navbar-nav li .megamenu {
  padding: 20px 30px;
  padding-right: 0;
  background: #ffffff;
  border-top: 1px solid #9fa29c;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.main-menu .navbar-nav li > .dropdown-megamenu .megamenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0;
  padding: 0;
}

.no-flexbox .main-menu .navbar-nav li > .dropdown-megamenu .megamenu {
  display: block !important;
}

.main-menu .navbar-nav li > .dropdown-megamenu .megamenu > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0;
  border-right: 1px solid #9fa29c;
  padding: 20px;
}

.main-menu .navbar-nav li > .dropdown-megamenu .megamenu > li:last-child {
  border-right: none;
}

.main-menu .navbar-nav li > .dropdown-megamenu .megamenu .dropdown-submenu {
  padding: 0;
}

.main-menu .navbar-nav li > .dropdown-megamenu .megamenu .dropdown-submenu li {
  width: 100%;
  margin-right: 0;
}

.main-menu .navbar-nav li > .dropdown-menu .megamenu li a {
  font-size: 14px;
  line-height: 35px;
  color: #444444;
  display: block;
  word-wrap: break-word;
}

.main-menu .navbar-nav li > .dropdown-menu .megamenu li.active a {
  color: #01a0e2;
}

.main-menu .navbar-nav li > .dropdown-menu .megamenu li a:hover {
  color: #01a0e2;
}

.main-menu .navbar-nav li > .dropdown-megamenu .megamenu .dropdown-submenu li a {
  position: relative;
  padding-left: 25px;
}

.main-menu .navbar-nav li > .dropdown-megamenu .megamenu .dropdown-submenu li a i {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 35px;
}

.main-menu .navbar-nav li > .dropdown-menu .megamenu .dropdown-submenu li a:hover,
.main-menu .navbar-nav li > .dropdown-menu .megamenu .dropdown-submenu li.active a {
  color: #01a0e2 !important;
}

.main-menu .navbar-nav li > .dropdown-megamenu .megamenu .dropdown-submenu .submenu-heading {
  font-size: 15px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 600;
  color: #01a0e2;
}

.main-menu .navbar-nav a:active,
.main-menu .navbar-nav a.active,
.main-menu .navbar-nav li .dropdown-megamenu a.active span {
  color: #01a0e2;
}

.main-menu .navbar-nav li .dropdown-megamenu a.active {
  border-bottom: none;
  color: #01a0e2;
}

/* ===================================
    home page -- carousel
    ====================================== */
.header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
}

.top-carousel {
  height: 100vh;
  padding-top: 154px;
}

.top-carousel .carousel-inner {
  height: 100vh;
}

.top-carousel .carousel-inner > .item {
  height: calc(100% - 154px);
  height: -webkit-calc(100% - 154px);
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.top-carousel .carousel-control .icon-chevron-left,
.top-carousel .carousel-control .icon-chevron-right,
.top-carousel .carousel-control .icon-next,
.top-carousel .carousel-control .icon-prev {
  position: absolute;
  display: inline-block;
  top: 56%;
  z-index: 5;
  font-size: 60px;
  height: 60px;
  width: 60px;
  color: rgba(255, 255, 255, 0.25);
}

.top-carousel .carousel-control.left .icon-chevron-left {
  left: 16px;
  margin-left: 0;
}

.top-carousel .carousel-control.right .icon-chevron-right {
  right: 13px;
  margin-right: 0;
}

.top-carousel .carousel-caption {
  display: table;
  vertical-align: middle;
  height: 100%;
  text-align: left;
  position: static;
  left: 0;
}

.top-carousel .carousel-caption .carousel-content {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.top-carousel .carousel-caption .carousel-content hr {
  width: 300%;
}

.top-carousel .container {
  height: 100%;
}

.top-carousel .carousel-caption h1 {
  padding-bottom: 13px;
  margin: 0;
}

.h1 {
  font-size: 60px;
  line-height: 66px !important;
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
}

.h2 {
  font-size: 30px;
  line-height: 40px;
  color: #c8c8c8;
  font-weight: 500;
}

.top-carousel .carousel-caption h2 {
  color: #c8c8c8;
  padding: 10px 0 45px;
}

.top-carousel .carousel-control.left,
.top-carousel .carousel-control.right {
  background-image: none;
  opacity: 1;
  top: 0;
  bottom: 0;
  width: 8%;
}

.top-carousel .btn.btn-nofill {
  margin: 0 27px;
}

.top-carousel a.semi-bold.page-scroll {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.top-carousel a:hover {
  text-decoration: none;
  color: #fff;
}

.carousel-content .medium-btn.btn-fill:hover {
  background: transparent;
  color: #fff;
}

/* ===================================
    home page -- clients
    ====================================== */
.clients {
  background: #f5f6f7;
  padding: 0;
}

.clients .owl-carousel .owl-item img {
  max-width: 120px;
  margin: 0 auto;
}

.clients .owl-prev,
.clients .owl-next {
  opacity: 1;
  display: block;
  position: absolute;
  top: 0;
  margin: 0 !important;
  width: 30px;
  height: 30px;
  line-height: 113px;
  font-size: 16px !important;
  text-align: center;
  color: #c0bfc0 !important;
  z-index: 6;
  cursor: pointer;
  height: 120px;
  background: #f5f6f7 !important;
}

.clients .owl-prev {
  left: 0;
}

.clients .owl-next {
  right: 0;
}

.clients .owl-carousel .owl-item .owl-nav img {
  display: none;
}

.clients .owl-carousel:hover .owl-prev {
  left: 0;
}

.clients .owl-carousel:hover .owl-next {
  right: 0;
}

.clients .owl-prev::before,
.clients .owl-next::before {
  display: none;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.clients .owl-theme .owl-nav [class*="owl-"] {
  background: transparent;
}

.clients .owl-nav .icon-chevron-left,
.clients .owl-nav .icon-chevron-right {
  color: #c0bfc0 !important;
}

.clients .owl-nav .icon-chevron-left {
  color: #c0bfc0 !important;
}

.clients .owl-nav .icon-chevron-left:hover,
.clients .owl-nav .icon-chevron-right:hover {
  color: #01a0e2 !important;
}

/* ===================================
    home page -- services
    ====================================== */
.services {
  padding-top: 55px;
}

.services h2 {
  margin: 0;
  padding-top: 30px;
}

.services .row,
.portfolio-p.portfolio,
.long-box-wrapper .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.case-studies-content.long-box-wrapper .row [class^="col-"]:not(.col-xs-12) {
  margin-bottom: 90px;
}

.services_single .service_sections {
  margin-bottom: 36px;
}

.service_sections .box-green-border a {
  text-transform: none;
}

.banner {
  background-position: center center;
}

.banner .banner-txt {
  padding: 80px 0 90px;
  color: #fff;
}

.banner .banner-txt h1 {
  margin: 0 0 30px;
}

.banner .banner-txt p {
  font-size: 18px;
  margin: 30px 0;
}

.services hr {
  margin-bottom: 40px;
}

.services .box-green-border {
  position: relative;
  padding-top: 33px;
  margin-bottom: 0;
}

.services .box-green-border {
  height: 100%;
}

.services [class^="col-"] {
  overflow: hidden;
  margin-bottom: 30px;
}

.services .box-green-border .service-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 110%;
  border-radius: 4px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.services .box-green-border:hover .service-overlay {
  top: 0;
}

.services .box-green-border .service-overlay ul {
  width: 100%;
  height: 100%;
  background: #f5f6f7;
  padding: 30px 40px;
  border-radius: 4px;
}

.services .box-green-border .service-overlay ul li a {
  font-size: 16px;
  line-height: 36px;
  color: #444444;
  font-weight: 400;
  padding: 0;
  margin: 0;
  text-transform: none;
}

.services .box-green-border .service-overlay ul li a i {
  font-size: 18px;
  line-height: 36px;
  color: #1a252b;
  margin-right: 20px;
}

.services .box-green-border .service-overlay ul li a:hover,
.services .box-green-border .service-overlay ul li a:hover i {
  color: #01a0e2;
}

/* ===================================
    home page -- Portfolio
    ====================================== */
.portfolio {
  position: relative;
  padding: 42px 0 0;
}

.logo-b.portfolio {
  position: relative;
  padding: 0px 0px 0px;
}

.portfolio-p.portfolio {
  position: relative;
  padding: 0px 0px 0px;
}

.portfolio-full.portfolio {
  position: relative;
  padding: 37px 0px 0px;
}

.portfolio h2 {
  margin-bottom: 45px;
}

.portfolio .grid {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.portfolio .grid-item {
  width: 33.333333%;
  padding: 0 15px;
  margin-bottom: 50px;
}

.portfolio .grid-item {
  width: 33.333333%;
  padding: 0 15px;
  margin-bottom: 50px;
}

.portfolio-p.portfolio .grid-item {
  width: 100%;
  padding: 0px 0px;
  margin-bottom: 30px;
}

.portfolio .img_container {
  position: relative;
}

.portfolio .img_container img {
  width: 100%;
  border-radius: 5px;
}

.portfolio .img_container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .5s;
  transition: all .5s;
  border-radius: 5px;
}

.portfolio .img_container .overlay a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.portfolio .img_container:hover .overlay {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.portfolio .filter-button-group {
  text-align: center;
  margin: 45px 0 40px;
}

.portfolio .filter-button-group button {
  border: none;
  background: transparent;
  font-size: 16px;
  margin: 0 23px 10px;
  padding: 0;
  border-bottom: 2px solid transparent;
}

.portfolio .filter-button-group button:hover,
.portfolio .filter-button-group button.is-checked {
  color: #01a0e2;
  border-color: #01a0e2;
  outline: none;
}

.portfolio .text-content,
.team_members .content {
  padding: 25px 0;
  border-bottom: 2px solid #008ccb;
  position: relative;
}

.team_members .content {
  padding: 0;
  margin-bottom: 50px;
}

.portfolio .text-content::after,
.team_members .content::after {
  content: " ";
  position: absolute;
  width: 0;
  left: 0;
  bottom: -2px;
  border-bottom: 2px solid #01a0e2;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.portfolio .grid-item:hover .text-content::after,
.team_members .content:hover::after,
.news .blog-content:hover .box-green-border {
  width: 100%;
}

.portfolio .text-content h3 span {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #444444;
  font-weight: 500;
  margin: 5px 0 0;
}

.portfolio .btn-primary {
  width: 100%;
  max-width: 360px;
}

.portfolio .grid-item h3 a {
  color: #1a252b;
  cursor: pointer;
}

.portfolio .grid-item h3 a:hover {
  color: #01a0e2;
}

.potfolio-modal .thumb-list {
  margin-left: -6px !important;
  margin-right: -6px !important;
}

.potfolio-modal .thumb-list li {
  width: calc((100% - 40px) / 3);
  cursor: pointer;
  margin: 0 5px !important;
  padding: 0;
}

.thumb-list li:last-child {
  margin: 0;
}

.potfolio-modal .modal-content {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.list-inline.thumb-list {
  text-align: center;
}

.getguoteModal-dialog.potfolio-modal {
  width: 1140px;
}

.port-modal-content p {
  margin-bottom: 22px;
  line-height: 25px;
}

.port-modal-content p.gray-text {
  margin-bottom: 0;
  color: #777777;
  line-height: normal;
}

.potfolio-modal .modal-content .list-with-arrow li::before {
  font-size: 11px;
  color: #444444;
}

.modal-body {
  padding: 50px 40px;
  padding-bottom: 32px;
  border: none;
}

.modal-content .list-with-arrow li {
  margin-bottom: 6px;
  padding-left: 15px;
  position: relative;
}

.modal-content .list-with-arrow li i {
  font-size: 11px;
  position: absolute;
  top: 7px;
  left: 0;
}

.port-modal-content h2 {
  margin-bottom: 4px;
  border: none;
}

.modal-content {
  border-color: #eeeeee;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}

.port-modal-content .regular-text a {
  color: #01a0e2;
  font-weight: 600;
}

.modal-content {
  position: relative;
}

.modal-content h3 {
  margin-top: 30px;
}

.modal-header {
  border: none;
}

.modal-content .close {
  position: absolute;
  top: 20px;
  right: 18px;
  z-index: 9;
}

.modal-content .list-with-arrow {
  margin-top: 27px;
  padding-left: 0;
}

.potfolio-modal .btn {
  margin-top: 23px !important;
}

.modal-backdrop {
  background: #fff;
  opacity: 1 !important;
}

.potfolio-modal .thumb-list img {
  border: 2px solid transparent;
  width: 100%;
  border-radius: 5px;
}

.potfolio-modal .thumb-list .selected img {
  border: 2px solid #01a0e2;
}

.potfolio-modal .carousel-inner > .item {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  margin-bottom: 10px;
}

.potfolio-modal .carousel-inner > .item img {
  width: 100%;
  border: 1px solid #f7f7f7;
  border-radius: 5px;
}

.is-featured {
  position: relative;
  overflow: hidden;
}

.is-featured::after {
  content: " featured ";
  position: absolute;
  top: 20px;
  right: -41px;
  width: 150px;
  height: 28px;
  background: #01a0e2;
  font-size: 12px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 99;
}

/* ===================================
    home page -- Case Studies
    ====================================== */
.case-studies-section {
  margin: 90px 0 0px;
}

.case-studies-section h2 {
  border: none;
  margin-bottom: 15px;
  line-height: 35px;
}

.case-studies-carousel {
  position: relative;
}

.case-studies-carousel .carousel-inner .item {
  padding: 170px 0 130px;
}

.case-studies-carousel .carousel-inner .floating-img {
  padding: 0;
  margin-top: -15px;
}

.case-studies-carousel .carousel-inner .floating-img img {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.case-studies-carousel .carousel-inner .item1 {
  background: url(../images/case-studies-slider1.html) center top no-repeat;
  background-size: cover;
}

.case-studies-carousel .carousel-inner .item2 {
  background: url(../images/case-studies-slider2.html) center top no-repeat;
  background-size: cover;
}

.case-studies-carousel .carousel-inner .item3 {
  background: url(../images/case-studies-slider3.html) center top no-repeat;
  background-size: cover;
}

.case-studies-carousel .carousel-inner > .item > img {
  min-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.case-studies-carousel .carousel-caption {
  position: static;
  text-align: left;
  text-shadow: none;
  margin: 0;
  padding: 0;
}

.case-studies-carousel .carousel-caption p {
  margin: 0 0 20px;
  max-width: 365px;
  color: #444444;
}

.case-studies-carousel .carousel-caption a {
  color: #01a0e2;
  font-size: 14px;
  line-height: 30px;
}

.case-studies-carousel .carousel-caption span {
  float: left;
  margin: 0 0 0 10px;
  text-transform: uppercase;
}

.case-studies-carousel .carousel-caption a span.icon-play-circle {
  font-size: 30px;
  font-weight: 500;
  margin: 0;
}

.case-studies-carousel .carousel-indicators {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

.case-studies-carousel .carousel-indicators li {
  height: 90px;
  width: 90px;
  border: 3px solid #fff;
  border-radius: 50%;
  margin: 0 15px;
  position: relative;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.case-studies-carousel .carousel-indicators li#slide-0 {
  background: url(../images/case-data-slide-0.html) center center no-repeat;
  background-size: 100%;
}

.case-studies-carousel .carousel-indicators li#slide-1 {
  background: url(../images/case-data-slide-1.html) center center no-repeat;
  background-size: 100%;
}

.case-studies-carousel .carousel-indicators li#slide-2 {
  background: url(../images/case-data-slide-2.html) center center no-repeat;
  background-size: 100%;
}

.case-studies-carousel .carousel-indicators li.active {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.case-studies-carousel .carousel-indicators li img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  transition: filter 0.3s ease 0s, -webkit-filter 0.3s ease 0s;
  position: absolute;
  top: 0;
  left: -3px;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.case-studies-carousel .carousel-indicators li.active img {
  -webkit-filter: none;
          filter: none;
}

/* ===================================
   home page -- why us
   ====================================== */
.why-us {
  padding: 159px 0 60px;
}

.dmb-home.why-us {
  padding: 127px 0 60px;
}

.common-form-section h3 {
  margin: 40px 0 30px;
  color: #1a252b;
}

.common-form-section ul {
  list-style: none;
  padding: 0;
  margin: 33px 0;
}

.common-form-section ul li {
  font-size: 16px;
  line-height: 48px;
}

.common-form-section ul li span {
  font-size: 30px;
  margin-right: 12px;
  top: 5px;
  position: relative;
}

.common-form-section .btn {
  margin: 30px 0;
}

.common-form-section .btn-fill {
  width: 100%;
  margin: 38px 0 20px !important;
}

.common-form-section .btn.full-width {
  margin-top: 29px !important;
}

.common-form-section form {
  border-top: 3px solid #1a252b;
  margin: 45px auto 0;
  width: 100%;
}

.common-form-section form .form-element-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}

.common-form-section form h3 {
  margin: 35px 0 10px;
}

.common-form-section .regular-text {
  line-height: 26px;
}

form .form-control,
form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.common-form-section .customised-formgroup input::-webkit-input-placeholder {
  color: #777777;
}

.common-form-section .customised-formgroup input:-moz-placeholder {
  color: #777777;
}

.common-form-section .customised-formgroup input::-moz-placeholder {
  color: #777777;
}

.common-form-section .customised-formgroup input:-ms-input-placeholder {
  color: #777777;
}

.common-form-section .customised-formgroup textarea::-webkit-input-placeholder {
  color: #777777;
}

.common-form-section .customised-formgroup textarea:-moz-placeholder {
  color: #777777;
}

.common-form-section .customised-formgroup textarea::-moz-placeholder {
  color: #777777;
}

.common-form-section .customised-formgroup textarea:-ms-input-placeholder {
  color: #777777;
}

/* ===================================
    home page -- success in life
    ====================================== */
.success-number {
  padding-top: 10px;
}

.success-number .counter-text {
  padding-bottom: 55px;
}

.success-number .counter-inner {
  padding: 59px 0 0;
}

.success-number .counter-inner .icon-holder::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  margin: 0 30px;
  position: absolute;
  top: 0;
  right: 8%;
  width: 1px;
}

.success-number .counter-inner .icon-holder {
  position: relative;
  width: 40%;
  color: #fff;
}

.success-number .counter-inner .icon-holder span {
  font-size: 60px;
  line-height: 60px;
}

.success-number .counter-text p {
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 8px;
  color: #fff;
}

.success-number .no_count {
  font-size: 36px;
  font-weight: normal;
  line-height: 30px;
}

.success-number img {
  margin: 10px auto;
  width: auto\9;
}

.success-number h2 {
  margin-top: 44px;
  color: #fff;
}

/* ===================================
   home page --  Blogs
   ====================================== */
.blogs {
  padding-bottom: 30px;
}

.blogs .box-green-border span {
  color: #777777;
  font-size: 14px;
  line-height: 22px;
}

.blogs .box-green-border {
  padding-left: 0;
  padding-top: 41px;
  padding-bottom: 33px;
  margin-bottom: 20px;
}

.blogs .box-green-border a {
  margin: 13px 0 16px;
}

.blogs .blog-left {
  background: #f5f6f7;
  margin: 45px 0 0;
  position: relative;
}

.blog-left .featured-tag {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.blogs .blog-left .box-green-border {
  border-bottom: none;
  padding: 40px 10px 40px 30px;
  min-height: auto;
}

.blogs .btn.full-width {
  margin-top: 40px;
  margin-bottom: 30px;
}

/*new*/
.news {
  padding: 81px 0 55px;
}

.dmb-home.news {
  padding: 65px 0 30px;
}

.news .box-green-border span {
  color: #777777;
  font-size: 14px;
  line-height: 22px;
}

.news .box-green-border {
  padding-left: 0;
  padding-top: 41px;
  padding-bottom: 33px;
  margin-bottom: 20px;
}

.news .box-green-border a {
  margin: 13px 0 16px;
  line-height: 30px;
}

.news .blog-content img {
  border-radius: 5px;
}

/*-- 14. news css 
--------------------------------------- --*/
.blog-title {
  background: #1a252b;
  padding: 47px 0;
}

.blog-title h1 {
  color: #fff;
  margin: 0;
  border: none;
}

.bg-white.blog-content {
  padding: 85px 0 0;
  margin-top: 0;
}

.bg-white.blog-content h2.gray-title {
  font-size: 60px;
  padding: 18px 0;
  margin-bottom: 18px;
  line-height: 1;
}

.blog-content .box-content-with-img {
  background: #f5f6f7;
  margin-top: 45px;
}

.blog-content .box-content-with-img img {
  border-radius: 4px 4px 0 0;
}

.blog-content .box-content-text {
  border: none;
}

.blog-content .box-content-with-img span {
  margin-right: 12px;
}

.blog-content .btn.btn-fill.full-width {
  margin-bottom: 0;
}

.blog-content .box-content-with-img h3 {
  margin-top: 13px;
}

.gray-title {
  color: #1a252b;
  margin: 0;
}

.blog-details-content.details-v2 {
  margin-bottom: 35px;
}

.blog-details-content img {
  margin-bottom: 45px;
  border-radius: 5px;
}

.blog-details-content h2 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 26px;
  color: #1a252b;
}

.details-v2 h2 {
  border: none;
}

.blog-content {
  margin-top: 45px;
  position: relative;
  overflow: hidden;
}

.blog-p2.blog-content {
  margin-top: 0px;
}

.blog-p2.blog-content .row,
.blog-rel-post .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 45px;
}

.col-sm-4:first-child .blog-content::after {
  content: " featured";
  position: absolute;
  top: 20px;
  right: -45px;
  background: #01a0e2;
  font-size: 12px;
  line-height: 25px;
  color: #ffffff;
  width: 150px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.blog-content .featured-tag {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.blog-content img {
  border-radius: 4px;
}

.blog-content .box-green-border {
  border-bottom: none;
  padding: 30px 0 22px;
  min-height: auto;
  border-bottom: 2px solid #008ccb;
}

.news .btn.full-width {
  margin-top: 40px;
  margin-bottom: 30px;
}

.news .owl-dots .owl-dot .span {
  width: 20px;
  height: 20px;
  display: block;
  background: red;
}

.news .btn-primary {
  width: 100%;
  max-width: 360px;
  margin-bottom: 30px;
}

.blog-title {
  background: #1a252b;
  padding: 47px 0;
}

.blog-content .box-content-text {
  border: none;
}

.blog-content .btn.btn-fill.full-width {
  margin-bottom: 0;
}

.blog-details-content p {
  margin-bottom: 35px;
  line-height: 26px;
}

.blogDetModal .gray-title {
  font-size: 30px;
  line-height: 1;
  color: #008ccb;
  margin-bottom: 30px;
  border: none;
}

.blogDetModal .modal-content {
  width: 100%;
  max-width: 860px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  margin: 0 auto;
}

.blogDetModal .modal-content .container-fluid {
  padding: 0;
}

/* ===================================
    Footer
    ====================================== */
footer {
  position: relative;
  margin-top: 30px;
}

footer .customise-form .customised-formgroup input,
footer .customise-form .customised-formgroup textarea {
  padding: 5px 45px;
  height: 38px !important;
  border: none;
}

footer .customise-form .customised-formgroup {
  border: none;
  background: #fff;
  text-align: left;
  padding: 6px 0;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
}

footer .customise-form .customised-formgroup span {
  left: 20px;
  top: 16px;
  font-size: 16px;
}

footer .customise-form .customised-formgroup span.icon-envelope {
  font-size: 18px;
  top: 14px;
}

footer .customise-form .customised-formgroup input::-webkit-input-placeholder {
  color: #777777;
}

footer .customise-form .customised-formgroup input:-moz-placeholder {
  color: #777777;
}

footer .customise-form .customised-formgroup input::-moz-placeholder {
  color: #777777;
}

footer .customise-form .customised-formgroup input:-ms-input-placeholder {
  color: #777777;
}

footer .customise-form .customised-formgroup textarea::-webkit-input-placeholder {
  color: #777777;
}

footer .customise-form .customised-formgroup textarea:-moz-placeholder {
  color: #777777;
}

footer .customise-form .customised-formgroup textarea::-moz-placeholder {
  color: #777777;
}

footer .customise-form .customised-formgroup textarea:-ms-input-placeholder {
  color: #777777;
}

footer .grey-dark-bg {
  color: #1a252b;
  padding: 53px 0 48px;
}

footer .grey-dark-bg h2 {
  margin: 0;
}

footer .grey-dark-bg form {
  padding: 50px 0 25px;
}

footer .btn.btn-fill.full-width {
  margin: 0;
}

footer .btn.btn-fill.full-width:hover {
  background: transparent;
}

footer .regular-text {
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
}

footer .light-ash-bg {
  background: #1a252b;
  color: #777777;
  padding: 58px 0 49px;
}

footer .light-ash-bg ul {
  padding: 0;
  list-style: none;
}

footer .light-ash-bg ul li {
  float: left;
  width: 18%;
}

footer .light-ash-bg ul li.big-width {
  width: 25%;
}

footer .light-ash-bg ul ul li {
  width: 100%;
}

footer .light-ash-bg ul ul li:first-child {
  line-height: 15px;
}

footer .light-ash-bg ul a.text-color-light {
  color: #ffffff;
  line-height: 17px;
  margin-bottom: 17px;
  text-transform: capitalize;
}

footer .light-ash-bg ul ul li:first-child a:hover {
  text-decoration: none;
}

footer .light-ash-bg ul a {
  margin: 0;
  color: #bebebe;
  line-height: 30px;
  text-transform: capitalize;
}

footer .light-ash-bg ul a:hover {
  color: #01a0e2;
}

footer .light-ash-bg .logo {
  margin-bottom: 25px;
  margin-top: 2px;
}

footer .light-ash-bg ul.social-links,
ul.social-links {
  margin: 7px 0;
}

footer .light-ash-bg ul.social-links {
  margin-top: 8px;
}

footer .light-ash-bg ul.social-links li,
ul.social-links li {
  display: inline-block;
  width: auto;
  margin-right: 10px;
  text-align: center;
}

.blog-post-share ul.social-links {
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  margin-top: 20px;
}

.blog-post-share ul.social-links li a {
  width: 30px;
  height: 30px;
}

footer .light-ash-bg ul.social-links li a,
ul.social-links li a {
  background: #c6cbd2;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: inline-block;
  line-height: 32px;
  color: #fff;
  text-decoration: none;
}

footer .light-ash-bg ul.social-links li a {
  height: 32px;
  width: 32px;
  background: #4a565d;
}

footer .light-ash-bg ul.social-links li a:hover,
footer .light-ash-bg ul.social-links li a:active,
ul.social-links li a:hover,
ul.social-links li a:active {
  background: #01a0e2;
  color: #fff;
}

footer .light-ash-bg ul.social-links li:last-child,
ul.social-links li:last-child {
  margin-right: 0;
}

footer .top-btn {
  position: absolute;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  top: -25px;
  color: #444444;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: all .5s;
  transition: all .5s;
}

footer .top-btn span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  color: #444444;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

footer a.top-btn:hover,
footer a.top-btn:active {
  text-decoration: none;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

footer .customise-form p {
  font-size: 16px;
  margin-top: 21px;
  margin-bottom: 8px;
  color: #444444;
}

footer .light-ash-bg ul.social-links li {
  margin-bottom: 10px;
}

footer .light-ash-bg ul.social-links li,
ul.social-links li {
  margin-bottom: 10px;
}

footer .extra-small-text {
  line-height: 1;
}

/* ===================================
    service 
            - website design
            ====================================== */
/*-----website-design banner-----*/
.service-website-design {
  background: url(../images/services/services_website-design.html) no-repeat center center;
}

.banner-inner {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}

.banner-inner .banner-txt p {
  margin-bottom: 35px;
}

.banner-inner .btn.btn-nofill {
  border-color: #ffffff;
}

.banner-inner .btn.btn-nofill:hover {
  border-color: #01a0e2;
}

/*-----website-design responsive design -----*/
.service-description-section {
  padding-bottom: 0;
}

.service-description-section h3 {
  margin-bottom: 25px;
}

.service-description-section ul {
  margin: 34px 0 31px;
}

.service-description-section .btn {
  margin-bottom: 0 !important;
}

/*-----website-design design process -----*/
.design-process-section .text-align-center {
  line-height: 25px;
  margin-bottom: 12px;
}

.design-process-content {
  border: 1px solid #e9e9e9;
  position: relative;
  padding: 16px 34% 30px 30px;
  border-radius: 4px;
}

.design-process-content img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  max-height: 100%;
  border-radius: 0px 4px 4px 0px;
}

.design-process-content h3 {
  margin-bottom: 16px;
}

.design-process-content p {
  line-height: 26px;
  margin-bottom: 12px;
}

.process-model {
  list-style: none;
  padding: 0;
  position: relative;
  max-width: 325px;
  margin: 20px auto 26px;
  border: none;
  z-index: 0;
}

.process-model li::after {
  background: #e5e5e5 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  margin: 0 auto;
  position: absolute;
  right: -30px;
  top: 33px;
  width: 85%;
  z-index: -1;
}

.process-model li.visited::after {
  background: #01a0e2;
}

.process-model li:last-child::after {
  width: 0;
}

.process-model li {
  display: inline-block;
  width: 32%;
  text-align: center;
  float: none;
}

.process-model.row {
  max-width: 425px;
}

.process-model.row li,
.process-model.row li.active {
  float: left;
  width: 25%;
}

.nav-tabs.process-model > li.active > a,
.nav-tabs.process-model > li.active > a:hover,
.nav-tabs.process-model > li.active > a:focus,
.process-model li a:hover {
  border: none;
  background: transparent;
}

.process-model li a {
  padding: 0;
  border: none;
  color: #444444;
}

.process-model li.active,
.process-model li.visited {
  color: #01a0e2;
}

.process-model li.active a,
.process-model li.active a:hover,
.process-model li.active a:focus,
.process-model li.visited a,
.process-model li.visited a:hover,
.process-model li.visited a:focus {
  color: #01a0e2;
}

.process-model li.active p,
.process-model li.visited p {
  font-weight: 600;
}

.process-model li span {
  display: block;
  height: 68px;
  width: 68px;
  text-align: center;
  margin: 0 auto;
  background: #f5f6f7;
  border: 2px solid #e5e5e5;
  line-height: 65px;
  font-size: 30px;
  border-radius: 50%;
}

.process-model li.active span,
.process-model li.visited span {
  background: #fff;
  border-color: #01a0e2;
}

.process-model li p {
  font-size: 14px;
  margin-top: 11px;
}

.process-model.contact-us-tab li.visited a,
.process-model.contact-us-tab li.visited p {
  color: #444444 !important;
  font-weight: normal;
}

.process-model.contact-us-tab li::after {
  display: none;
}

.process-model.contact-us-tab li.visited span {
  border-color: #e5e5e5;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

/*-----website-design featured design  -----*/
.featured-design-section .btn.btn-fill.full-width {
  margin-top: 10px;
  margin-bottom: 60px;
}

.featured-design-section .btn.btn-fill.full-width:hover {
  background: #fff;
}

.featured-img-wrapper {
  position: relative;
}

.featured-img-wrapper .text-inner {
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 1;
}

/* ===================================
    service 
            - mobile app design
            ====================================== */
.service-mobile-app-bn {
  background: url(../images/services/mobile-app-design-banner.html) no-repeat center center;
}

/*css for seo page*/
.process-model.more-icon-preocess {
  max-width: 600px;
}

.process-model.more-icon-preocess li {
  width: 19%;
}

.long-box-wrapper {
  margin-bottom: 34px;
}

.box-content-with-img {
  margin-top: 25px;
  margin-bottom: 4px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.blogs .blog-left {
  position: relative;
  overflow: hidden;
}

.portflio-content .box-content-with-img::after,
.blogs .blog-left::after {
  content: " featured ";
  position: absolute;
  top: 20px;
  right: -41px;
  width: 150px;
  height: 28px;
  background: #01a0e2;
  font-size: 12px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.box-content-with-img .box-content-text {
  padding: 25px 29px 29px;
  border-radius: 0px 0px 4px 4px;
}

.box-content-with-img .box-content-text h3 {
  margin-top: 9px;
  margin-bottom: 15px;
  color: #1a252b;
}

.box-content-with-img .box-content-text h3 a {
  color: #1a252b;
  line-height: 30px;
}

.box-content-with-img:hover .box-content-text h3 a {
  color: #01a0e2;
  text-decoration: underline;
}

.box-content-with-img ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 5px;
}

.list-with-arrow {
  padding: 0;
}

.box-content-with-img ul li,
.list-with-arrow li {
  position: relative;
  margin-bottom: 4px;
  padding-left: 15px;
  line-height: 30px;
  list-style: none;
  font-size: 16px;
  line-height: 26px;
}

.box-content-with-img p {
  line-height: 26px;
}

.box-content-with-img ul li:before,
.list-with-arrow li:before {
  content: "\E93C";
  font-family: "linearicons" !important;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 0;
  display: block;
  font-size: 10px;
}

.case-studies-content {
  margin-top: 90px;
}

.case-studies-content .pagination-case .pagination {
  margin: -30px 0 48px;
}

.case-studies-content .box-content-with-img {
  height: 100%;
}

.box-content-with-img .box-content-text {
  padding-bottom: 45px;
}

.case-studies-content.long-box-wrapper .box-content-with-img {
  margin-top: 0;
}

.long-box-wrapper .box-content-with-img .btn {
  margin-top: 15px;
}

/* ===================================
    service 
            -content management system
            ====================================== */
.content-management-system hr,
.featured-ecommerce-webistes hr {
  margin-bottom: 40px;
}

.content-management-system .content {
  margin: 0 0 30px;
}

.content-management-system .content h3 {
  font-size: 24px;
  line-height: 100px;
  color: #ffffff;
  background: #1a252b;
  text-transform: capitalize;
  padding: 0 30px;
  position: relative;
  margin: 0;
  border-radius: 4px 4px 0px 0px;
}

.content-management-system .content img {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.content-management-system .content .content_inner {
  list-style: none;
  padding: 25px 30px;
  background: #f5f6f7;
  border-radius: 0px 0px 4px 4px;
}

.content-management-system .content .content_inner li {
  font-size: 16px;
  line-height: 30px;
  color: #444444;
  position: relative;
  padding-left: 20px;
}

.content-management-system .content .content_inner li span {
  font-size: 13px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.mobile-app-featured {
  padding-top: 55px;
}

/* ===================================
    service 
            -ecommerce
            ====================================== */
.features-of-ecommerce-webiste {
  padding: 90px 0 0;
}

.features-of-ecommerce-webiste h2 {
  margin: 0 0 60px;
}

.features-of-ecommerce-webiste .content,
.join-our-team .content {
  font-size: 18px;
  line-height: 26px;
  color: #444444;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .features-of-ecommerce-webiste .content,
  .join-our-team .content {
    margin-bottom: 50px;
  }
}

.features-of-ecommerce-webiste .icon_holder,
.join-our-team .icon_holder {
  width: 165px;
  height: 165px;
  display: block;
  background: #f5f6f7;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto 25px;
  position: relative;
}

.features-of-ecommerce-webiste .content span,
.join-our-team .content span {
  font-size: 80px;
  color: #444444;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.features-of-ecommerce-webiste .content .icon-truck,
.join-our-team .content .icon-truck {
  top: 43%;
}

/*- featured-ecommerce-webistes css-*/
.featured-ecommerce-webistes {
  padding-bottom: 65px;
}

.featured-ecommerce-webistes .content {
  margin-bottom: 40px;
  position: relative;
}

.featured-ecommerce-webistes .content .img_container {
  margin-bottom: 10px;
  position: relative;
}

.featured-ecommerce-webistes .content .img_container img {
  border-radius: 4px;
}

.featured-ecommerce-webistes .content .img_container span {
  position: absolute;
  top: 50%;
  right: -65px;
  font-size: 40px;
  line-height: 96px;
  color: #ffffff;
  text-align: center;
  width: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #01a0e2;
  border: 3px solid #ffffff;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  z-index: 99;
}

.featured-ecommerce-webistes .content .before_after {
  width: 100%;
  display: block;
  background: #f5f6f7;
  font-size: 18px;
  line-height: 60px;
  color: #444444;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
}

.featured-ecommerce-webistes .content .before_after:hover {
  background: #01a0e2;
  color: #ffffff;
}

.featured-ecommerce-webistes .btn.btn-fill {
  width: 100%;
  max-width: 360px;
  text-align: center;
  margin-top: 20px;
}

/*inner page parallax css*/
.parallax-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  width: 100%;
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.parallax-container section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.parallax-container section:nth-child(1) .image {
  -webkit-transition-duration: 0s !important;
          transition-duration: 0s !important;
  -webit-transition-duration: 0s !important;
}

.banner-inner.seo-banner {
  background: url("../images/services/seo-banner.html");
}

.banner-inner.website-banner {
  background: url("../images/services/services_website-design.html");
}

.banner-inner.mobile-app-banner {
  background: url("../images/services/mobile-app-development-1.html");
}

.banner-inner.pay-per-click-banner {
  background: url("../images/services/pay-per-click-banner.html");
}

.banner-inner.social-media-marketing-banner {
  background: url("../images/services/social-media-marketing-banner.html");
}

.banner-inner.case-studies-banner {
  background: url("../images/services/case-studies-banner.html");
}

.banner-inner.portfolio-banner {
  background: url("../images/portfolio/portfolio-banner.html");
}

.banner-inner.case-studies-details-banner {
  background: url("../images/case-studies/case-studies-details-banner.html");
}

.banner-inner.contact-banner {
  background: url("../images/contact/contact-banner.html");
}

.banner-inner.about-banner {
  background: url("../images/about/about-banner.html");
}

.banner-inner.logo-branding-banner {
  background: url("../images/services/services_single_banner.html");
}

.banner-inner.graphic-design-banner {
  background: url("../images/bg/bg_services.jpg");
}

.banner-inner.content-management-system-banner {
  background: url("../images/services/content_management_system_banner.html");
}

.banner-inner.effective-ecommerce-website-banner {
  background: url("../images/services/ecommerce_banner.html");
}

.banner-inner.email-marketing-banner {
  background: url("../images/services/email_marketing_banner.html");
}

.banner-inner.awards-and-recognition-banner {
  background: url("../images/about/awards-and-recognition-banner.html");
}

.banner-inner.join-our-team-banner {
  background: url("../images/team/join_our_team_banner.html");
}

.banner-inner.video-production-banner {
  background: url("../images/services/video_production_banner.html");
}

.banner-inner.search-results-banner {
  background: url("../images/search-results-banner.html");
}

.banner-inner.pricing-banner {
  background: url("../images/pricing-banner.html");
}

.banner-inner.domain-reg-banner {
  background: url(../images/domain-reg-banner.html);
}

.success-number .image,
.seo-banner {
  background-image: url("../images/success.jpg");
}

.banner-inner.faqs-banner {
  background: url("../images/faq.html");
}

.banner-inner.testimonials {
  background: url("../images/testimonial.html");
  background-position: center -50px !important;
}

.banner-inner.hosting-banner {
  background: url("../images/hosting-banner.html");
}

.banner-inner.business-consulting-banner {
  background-image: url("../images/business-consulting.html");
}

.banner-inner.business-stategy-banner {
  background-image: url("../images/business-stategy.html");
}

.banner-inner.content-writing-banner {
  background-image: url("../images/content-writing-banner.html");
}

.banner-inner.big-data-banner {
  background-image: url("../images/big-data-banner.html");
}

.banner-inner.reporting-banner {
  background-image: url("../images/reporting-banner.html");
}

.stuff {
  z-index: 999;
  width: 100%;
  background: url("../images/success3860.jpg?v=1") center top no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/* ===================================
    protfilio page
    ====================================== */
.product-section .btn.btn-fill.full-width {
  margin-top: 4px;
  margin-bottom: 60px;
}

.pro-controls {
  color: #eee;
  text-align: center;
  margin-top: 33px;
  margin-bottom: 5px;
}

.pro-controls .filter {
  color: #444444;
  font-size: 16px;
  border: none;
  background: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding: 3px 0;
  margin: 3px 22px;
  outline: none;
  border-bottom: 2px solid transparent;
}

.pro-controls .filter.active:hover,
.pro-controls .filter.active,
.pro-controls .filter:hover {
  color: #01a0e2;
  border-bottom: 2px solid #01a0e2;
}

.pro-item-img {
  width: 100%;
  padding: 39%;
  max-height: 280px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  position: relative;
}

.port-cat-con {
  padding: 2% 0 0;
  text-align: justify;
  font-size: 0.1px;
  -webkit-transition-duration: 0s !important;
          transition-duration: 0s !important;
}

.port-cat-con .por-overley,
.featured-img-wrapper .por-overley {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.port-cat-con .por-overley .text-inner {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.video_popup .por-overley {
  background: rgba(0, 0, 0, 0.4);
  padding-top: 0;
}

.video_popup .por-overley .text-inner {
  top: 51%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.video_popup .video-popup {
  font-size: 120px;
  line-height: 120px;
  color: #777777;
}

.port-cat-con .mix {
  float: left;
  margin: 0;
  margin-bottom: 30px;
  text-align: left;
  display: none;
  position: relative;
}

.port-cat-con .mix:hover .por-overley {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.portflio-content .box-content-with-img {
  position: relative;
  max-width: 360px;
  margin-top: 45px;
  margin-bottom: 0;
}

.featured-tag {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.product-section .grid {
  padding-bottom: 41px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.product-section .grid-item {
  width: 33.333333%;
  padding: 15px;
}

.product-section .img_container {
  position: relative;
}

.product-section .img_container img {
  width: 100%;
}

.product-section .img_container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

.product-section .img_container .overlay a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product-section .img_container:hover .overlay {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.product-section .filter-button-group {
  text-align: center;
  margin: 53px 0 10px;
}

.product-section .filter-button-group button {
  border: none;
  background: transparent;
  font-size: 16px;
  margin: 0 23px 10px;
  padding: 0;
  border-bottom: 2px solid transparent;
}

.product-section .filter-button-group button:hover,
.product-section .filter-button-group button.is-checked {
  color: #01a0e2;
  border-color: #01a0e2;
}

.portflio-content .gray-text {
  font-size: 14px;
  color: #777777;
  line-height: 16px;
}

.portflio-content .regular-text {
  margin-bottom: 4px;
}

.portflio-content .semi-bold a {
  cursor: pointer;
}

.thumb-list li:last-child {
  margin: 0;
}

.getguoteModal-dialog.potfolio-modal {
  width: 1140px;
}

.port-modal-content p {
  margin-bottom: 25px;
  line-height: 26px;
}

.port-modal-content p.gray-text {
  margin-bottom: 10px;
  color: #777777;
  line-height: normal;
}

.potfolio-modal .modal-content .list-with-arrow li::before {
  font-size: 11px;
  color: #444444;
}

.potfolio-modal .modal-body {
  padding: 50px;
  padding-bottom: 32px;
}

.potfolio-modal .modal-content .list-with-arrow li {
  padding-left: 17px !important;
  margin-bottom: 8px !important;
}

.port-modal-content h2 {
  margin-bottom: 14px;
}

.port-modal-content .regular-text a {
  color: #01a0e2;
  font-weight: 600;
}

.potfolio-modal .modal-content h3 {
  margin-top: 33px;
}

.modal-header .close {
  position: absolute;
  top: 20px;
  right: 18px;
  z-index: 9;
}

.modal-content .list-with-arrow {
  margin-top: 27px;
}

.potfolio-modal .btn {
  margin-top: 23px !important;
}

.modal-backdrop {
  background: #fff;
  opacity: 1 !important;
}

.potfolio-modal .thumb-list img {
  border: 1px solid transparent;
  width: 100%;
}

.potfolio-modal .thumb-list .selected img {
  border: 2px solid #01a0e2;
}

.potfolio-modal .carousel-inner > .item {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

/* ===================================
   case-studies details page
   ====================================== */
.dis-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  vertical-align: middle;
  border: 1px solid #e9e9e9;
  margin-top: 25px;
  border-radius: 4px;
  overflow: hidden;
}

.dis-table > div {
  width: 50%;
}

.dis-table > div img {
  width: 100%;
}

.dis-table ul {
  margin-bottom: 0;
}

.dis-table > div.text-box {
  padding: 0 60px;
}

.order-left {
  -webkit-box-ordinal-group: -1;
  -ms-flex-order: -1;
  order: -1;
}

.dis-table > div.text-box.less-padding {
  padding: 0 40px;
}

div.text-box ul li,
.dis-table > div.text-box p {
  line-height: 30px;
  font-size: 18px;
}

.score-table {
  background: #1a252b;
  padding: 40px;
  margin-top: 35px;
  border-radius: 4px;
}

.score-table ul {
  list-style: outside none none;
  padding: 0;
  margin: 0;
  max-width: 80%;
  margin: 0 auto;
}

.score-table ul li {
  position: relative;
  width: 50%;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding-left: 34px;
  float: left;
  margin-bottom: 5px;
}

.score-table ul li:last-child {
  margin-bottom: 0;
}

.score-table ul li:before {
  content: "\E999";
  font-family: "linearicons" !important;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 0;
  display: block;
  font-size: 24px;
  color: #01a0e2;
}

/*css for pagination*/
.pagination-case {
  text-align: center;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}

.pagination > li > a,
.pagination > li > span {
  color: #444444;
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  line-height: 27px;
}

.pagination-case .pagination {
  margin: 0 0 50px;
}

.margin-btm-60 {
  margin-bottom: 60px !important;
}

/* ===================================
  contact page
  ====================================== */
.contact-banner .banner-txt {
  padding-bottom: 100px;
  padding-top: 117px;
}

.contact-form form {
  border-top: none;
  padding-left: 0;
  margin-top: 20px;
}

.contact-info-box {
  border: 1px solid #d5d5d5;
  max-width: 360px;
  padding: 25px 22px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.contact-info-box span {
  font-size: 36px;
  display: inline-block;
  padding-right: 25px;
  border-right: 1px solid #d5d5d5;
  color: #01a0e2;
  line-height: 50px;
}

.contact-info-box span.icon-envelope {
  font-size: 40px;
}

.contact-info-box > div {
  display: inline-block;
  margin-left: 21px;
}

.contact-info-box h6 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #444444;
}

.contact-info-box p {
  margin: 0;
  font-size: 16px;
  color: #444444;
  line-height: 26px;
}

.contact-info-box-wrapper {
  margin-top: 42px;
}

.contact-info-box ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.contact-info-box ul.social-links {
  margin-top: 5px;
}

.contact-info-box .social-links li {
  margin-bottom: 0;
}

.contact-form-wrapper .btn-fill {
  width: auto;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.2px;
  margin-bottom: 0 !important;
}

.customise-form .email_form {
  position: relative;
}

.contact-page .customise-form .email_form .msg {
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: block;
}

.modal-dialog .customise-form .email_form .msg {
  bottom: 82px;
}

.customise-form .email_form {
  margin-top: 45px;
}

.modal-dialog .customise-form .email_form {
  margin-top: 0;
}

.map-container iframe {
  width: 100%;
  display: block;
  position: relative;
  /* IE needs a position other than static */
}

.google-map-location {
  margin-bottom: 80px;
}

.google-map-location .tab-pane img {
  min-height: 500px;
  position: static;
  width: 100%;
}

.google-map-location .tab-pane p {
  text-align: center;
  margin-bottom: 33px;
}

.tab-content iframe {
  pointer-events: none;
}

.tab-content iframe.clicked {
  pointer-events: auto;
}

.icon-Asset-1 {
  font-size: 23px !important;
}

.tab-content .tab-pane {
  position: relative;
}

.contact-info-box .social-links li a span {
  font-size: 22px;
  color: #fff;
  padding: 0;
  border: none;
  position: static;
  margin: 0;
  line-height: 20px;
}

.contact-info-box .social-links li a {
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  height: 40px;
  width: 40px;
}

.contact-us-tab li p {
  margin-top: 36px;
}

.process-model.contact-us-tab {
  margin-bottom: 19px;
  margin-top: 35px;
  max-width: 390px;
}

/*css for modal*/
.getguoteModal-dialog {
  width: 830px;
  max-width: 100%;
}

.getguoteModal-dialog .modal-header {
  border: none;
  padding: 0;
  min-height: 0;
}

.getguoteModal-dialog .modal-header span {
  font-size: 30px;
}

.getguoteModal-dialog .customise-form .customised-formgroup span,
.contact-form.customise-form .customised-formgroup span {
  top: 19px;
  line-height: 22px;
}

.customise-form .icon-user {
  font-size: 16px;
}

.customise-form .icon-envelope,
.customise-form .icon-laptop,
.customise-form .icon-bubble {
  font-size: 18px;
}

.customise-form .icon-bubble {
  top: 18px;
  line-height: normal !important;
}

.getguoteModal-dialog .customise-form .customised-formgroup span.icon-bubble {
  top: 16px;
}

.customise-form .icon-telephone {
  font-size: 17px;
}

.customise-form.contact-form .customised-formgroup {
  margin-bottom: 15px;
}

.customise-form.contact-form .btn-fill {
  margin-top: 36px !important;
}

.common-form-section .btn.full-width span {
  margin-left: 8px;
}

.modal-content {
  border: 1px solid #d5d5d5;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px;
}

.modal-body {
  padding: 27px 50px 50px 50px;
}

.modal-content h3 {
  color: #1a252b;
  font-size: 24px;
  margin-top: 23px;
  line-height: 18px;
  margin-bottom: 13px;
}

.modal-content .btn.btn-fill {
  margin: 30px 0 0;
}

.modal-content .btn.btn-fill span {
  margin-left: 5px;
}

.btn.btn-fill span {
  font-size: 12px;
  margin-left: 5px;
}

.customise-form .customised-formgroup input,
.contact-form .customised-formgroup input {
  height: 50px;
}

.modal-content form .customised-formgroup textarea,
.customise-form .customised-formgroup textarea {
  height: 93px;
}

.modal-content ul {
  margin-top: 10px;
}

.modal-content li {
  font-size: 16px;
  font-weight: normal;
  color: #444444;
  line-height: 26px;
}

.modal-content .list-with-arrow li {
  padding-left: 23px;
  margin-bottom: 9px;
}

.modal-content li:before {
  color: #01a0e2;
  font-size: 13px;
}

.modal-content .contact-info-box-wrapper {
  margin-top: 88px;
}

.contact-info-box:last-child {
  margin-bottom: 0;
}

.contact-page .contact-info-box:last-child {
  text-align: center;
}

.contact-page .modal-dialog .contact-info-box:last-child {
  text-align: left;
}

.google-map-location h2 {
  line-height: 31px;
}

/*vertially center modal  css*/
.verticl-center-modal {
  text-align: center;
  padding: 0 !important;
}

.verticl-center-modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.verticl-center-modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* ===================================
   about page
   ====================================== */
.about-content {
  margin-top: 35px;
}

.about-content p {
  margin-bottom: 25px;
}

.about-box {
  border: 1px solid #e9e9e9;
  text-align: center;
  padding: 40px;
  position: relative;
  padding-top: 90px;
  margin-top: 120px;
  border-radius: 4px;
}

.about-box p {
  line-height: 26px;
}

.about-img {
  text-align: right;
}

.about-img img {
  display: inline-block;
  border-radius: 4px;
}

.round-icon-wrapper {
  height: 160px;
  width: 160px;
  background: #f5f6f7;
  border-radius: 50%;
  position: absolute;
  top: -75px;
  left: 0;
  right: 0;
  z-index: 0;
  margin: 0 auto;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.about-content p:last-child {
  margin-bottom: 0;
}

.round-icon-wrapper span {
  font-size: 80px;
  color: #444444;
  line-height: 160px;
}

.about-box h3 {
  font-size: 24px;
  font-weight: 600;
}

.about-box h3 a {
  color: #1a252b;
}

.about-box:hover .round-icon-wrapper {
  background: #01a0e2;
  color: #fff;
}

.about-box:hover .round-icon-wrapper span {
  color: #fff;
}

.about-box:hover h3 a {
  color: #01a0e2;
}

.about-page-list {
  margin-bottom: 90px;
}

.awards-and-recognitions .dark-line {
  margin-bottom: 30px;
}

.awards-and-recognitions .awards_list {
  margin: 40px 0 30px;
}

.awards-and-recognitions .awards_list .img_container {
  margin-bottom: 30px;
  background: #f5f6f7;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.awards-and-recognitions .awards_list .img_container .responsive-holder {
  width: 100%;
  height: 100%;
}

.awards-and-recognitions .awards_list .img_container .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* ===================================
  blog page
  ====================================== */
.blog-title {
  background: #1a252b;
  padding: 47px 0;
}

.blog-title h1 {
  color: #fff;
  margin: 0;
}

.box-content-with-img {
  background: #f5f6f7;
}

.blog-content.blog-p2 .box-content-with-img {
  margin-top: 0;
  height: 100%;
}

.blog-content .box-content-text {
  border: none;
}

.blog-content .box-content-with-img span {
  margin-right: 12px;
}

.blog-content .btn.btn-fill.full-width {
  margin-bottom: 0;
}

.blog-content .box-content-with-img h3 {
  margin-top: 13px;
}

.blog-content .embed-responsive-16by9 {
  padding-bottom: 47.25%;
}

.gray-title {
  color: #1a252b;
  margin: 0;
}

.blog-details-content.details-v2 {
  margin-bottom: 35px;
}

.blog-details-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.blog-details-content ul li {
  display: inline-block;
  margin-right: 15px;
}

.blog-details-content ul li span {
  margin-right: 10px;
}

.blog-details-content p {
  margin-bottom: 30px;
  line-height: 26px;
}

.blog-details-content img {
  margin-bottom: 50px;
}

.blog-details-content h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  color: #1a252b;
}

.blog-details-content ul li a {
  color: #444444;
}

.blog-details-content ul li a:hover {
  color: #01a0e2;
}

.bloger-name {
  font-size: 18px;
  font-weight: 600;
  color: #1a252b;
}

.blog-design-category {
  padding-bottom: 60px;
}

.blog-seo-cat {
  padding-bottom: 60px;
}

.blog-design-category .gray-text span {
  margin-right: 8px;
}

.margin-btm-0 {
  margin-bottom: 0 !important;
}

.bloger-name {
  margin-top: 20px;
}

.blog-description,
.blogger-img {
  float: left;
}

.blogger-img {
  width: 105px;
  margin-top: 25px;
  padding-left: 15px;
}

.blog-description {
  width: 80%;
  margin-left: 30px;
}

.blog-description p {
  line-height: 26px;
}

.blog-description a:hover {
  color: #01a0e2;
}

.blog-description a {
  line-height: normal;
}

.blog-rel-post {
  padding-top: 80px;
}

.blog-rel-post .box-content-with-img {
  margin-bottom: 0;
  margin-top: 0;
  height: 100%;
  background: #f5f6f7;
}

.blog-post-share .lower-margin {
  padding-top: 70px;
}

.author-sec {
  padding-top: 70px;
}

.author-sec .btn-holder {
  margin: 75px 0 0;
}

.author-sec .btn-holder.margin-btm-5 {
  margin-bottom: 7px;
}

.author-sec .btn-holder .medium-btn2.btn.btn-nofill {
  color: #01a0e2;
}

.author-sec .btn-holder .medium-btn2.btn.btn-nofill:hover {
  color: #ffffff;
}

/*css for pop up*/
.mfp-title {
  position: absolute;
  color: #FFF;
  background: red;
}

.mfp-bg {
  background: #fff;
  opacity: 1;
}

.mfp-iframe-holder .mfp-close {
  color: #000;
  height: 32px;
  line-height: 30px;
  opacity: 0.2;
  padding: 0;
  text-align: center;
  width: 33px;
}

.mfp-iframe-holder .mfp-close:hover {
  opacity: 1;
}

.mfp-iframe-scaler iframe {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*css for privecy policy*/
.privecy-content p {
  line-height: 26px;
  margin-bottom: 34px;
  color: #1a252b;
}

.privecy-content h3 {
  color: #1a252b;
}

.privecy-content {
  padding-bottom: 22px;
  padding-top: 84px;
}

/* ===================================
  Blog Standard Page
  ====================================== */
/* ==============================
   Blog
   ============================== */
.blog-item {
  margin-bottom: 80px;
  position: relative;
}

.blog-item-date {
  width: 100px;
  padding: 10px;
  position: absolute;
  top: 0px;
  left: -130px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #999;
  border-right: 1px solid #eee;
}

.date-num {
  display: block;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 400;
  color: #555;
}

.blog-media {
  margin-bottom: 30px;
}

.blog-media img,
.blog-media .video,
.blog-media iframe {
  width: 100%;
}

.blog-item-title {
  margin: 0 0 .5em 0;
  padding: 0 0 16px 0;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1a252b;
  border-bottom: 1px solid #e9e9e9;
  line-height: 36px;
}

.bg-white h2.blog-item-title {
  margin: 0 0 8px 0;
}

.blog-item-title a {
  color: #111;
  text-decoration: none;
}

.blog-item-title a:hover {
  color: #01a0e2;
  text-decoration: none;
}

.blog-item-data {
  margin-bottom: 30px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #aaa;
}

.separator {
  margin: 0 5px;
}

.blog-item-data a {
  color: #444444;
  text-decoration: none;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.blog-item-data a:hover {
  color: #01a0e2;
  text-decoration: none;
}

.blog-post-data {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  color: #aaa;
}

.blog-item-data a i {
  font-size: 18px;
  position: relative;
  top: 3px;
}

.blog-item-body {
  font-size: 16px;
  font-weight: 300;
  color: #5f5f5f;
  line-height: 1.8;
}

.blog-item-body h1,
.blog-item-body h2,
.blog-item-body h3,
.blog-item-body h4,
.blog-item-body h5,
.blog-item-body h6 {
  margin: 1.3em 0 0.5em 0;
}

.blog-item-body p {
  margin-bottom: 30px;
}

.blog-item-more {
  border: 1px solid #eaeaea;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #777;
  letter-spacing: 1px;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.blog-item-more:hover {
  text-decoration: none;
  border-color: #111;
}

a.blog-item-more {
  color: #777;
  text-decoration: none;
}

a.blog-item-more:hover {
  color: #111;
}

.blog-item-q {
  background: none;
  border: none;
  padding: 0;
  margin: 1em 0;
}

.blog-item-q p {
  position: relative;
  background: #f8f8f8;
  padding: 17px 20px;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
}

.blog-item-q p a {
  color: #555;
  text-decoration: none;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.blog-item-q:hover a,
.blog-item-q p a:hover {
  text-decoration: none;
  color: #777;
}

.blog-item-q p:before,
.blog-item-q p:after {
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.blog-item-q p:before {
  content: '"';
  position: absolute;
  top: 10px;
  left: 10px;
}

.blog-item-q p:after {
  content: '"';
}

.blog-item-q p:hover:before,
.blog-item-q p:hover:after {
  color: #777;
}

.blog-page-title {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Pagination
 */
.pagination {
  font-size: 13px;
  font-family: "Open Sans", arial, sans-serif;
}

.pagination.top-margin0 {
  margin-top: -20px;
  margin-bottom: 53px;
}

.pagination a {
  display: inline-block;
  min-width: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 14px;
  border: 1px solid #eaeaea;
  color: #999;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.pagination .fa {
  margin-top: 1px;
  font-size: 16px;
}

.pagination a:hover {
  text-decoration: none;
  border-color: #bbb;
  color: #444;
}

.pagination a.active,
.pagination a.active:hover {
  border-color: #bbb;
  color: #444;
  cursor: default;
}

.pagination a.no-active,
.pagination a.no-active:hover {
  border-color: #efefef;
  color: #bbb;
  cursor: default;
}

/*
 * Comments
 */
.comment-item {
  padding-top: 30px !important;
  border-top: 1px dotted #e9e9e9;
  font-size: 14px;
  overflow: hidden;
}

.comment-item:first-child {
  padding-top: 0;
  border-top: none;
}

.media-body {
  overflow: hidden;
}

.comment-avatar {
  width: 50px;
  margin-right: 10px;
  border-radius: 50%;
}

.comment-item-data {
  margin: 0 0 5px;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #777;
}

.comment-item-data a {
  color: #777;
  text-decoration: none;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.comment-item-data a:hover {
  color: #000;
  text-decoration: none;
}

.comment-author {
  display: inline-block;
  margin-right: 20px;
  font-size: 11px;
  font-weight: 700;
}

.comment-author a {
  color: #999;
}

/* --Sidebar-- */
.sidebar {
  margin-top: 10px;
}

.widget {
  margin-bottom: 60px;
}

.widget .img-left {
  margin: 0 10px 10px 0;
}

.widget .img-right {
  margin: 0 0 10px 10px;
}

.widget-title {
  margin-bottom: 20px;
  padding-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  color: #1a252b;
  border-bottom: 2px solid #01a0e2;
}

.widget-body {
  font-size: 13px;
  color: #777;
}

.widget-text {
  line-height: 1.7;
}

/* Search widget */
.search-wrap {
  position: relative;
}

form .form-control.search-field {
  width: 100% !important;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f5f6f7;
  border: none;
  border-radius: 4px;
}

.search-button {
  width: 42px;
  height: 40px;
  line-height: 38px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  right: 1px;
  overflow: hidden;
  background: transparent;
  border: none;
  outline: none;
  color: #999;
  font-size: 14px;
}

.search-button:hover {
  color: #111;
}

.search-button:hover + .search-field {
  border-color: #ccc;
}

/* Widget menu */
.widget-menu {
  font-size: 16px;
}

.widget-menu li {
  padding: 5px 0 5px 15px;
}

.widget-menu li::before {
  color: #444444;
  content: "\E93C";
  font-family: "linearicons";
  font-size: 12px;
  left: 13px;
  position: absolute;
}

.widget-menu li a {
  color: #555;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
}

.widget-menu li a:hover,
.widget-menu li a.active {
  color: #01a0e2;
}

.widget-menu li small {
  font-size: 11px;
  color: #aaa;
}

/* Widget tags */
.tags a {
  display: inline-block;
  margin: 0 2px 5px 0;
  padding: 5px 7px;
  border: 1px solid #e9e9e9;
  color: #444444;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  border-radius: 4px;
}

.tags a:hover {
  text-decoration: none;
  border-color: #01a0e2;
  color: #01a0e2;
}

/* Comments */
.widget-comments {
  color: #777777;
  font-size: 16px;
}

.widget-comments li {
  padding: 12px 0 12px 40px;
  border-bottom: 1px dotted #eaeaea;
}

.widget-comments li span {
  display: block;
  font-size: 14px;
}

.widget-comments li::before {
  color: #444444;
  content: "\E7D8";
  font-family: "linearicons";
  font-size: 30px;
  left: 13px;
  position: absolute;
}

.widget-comments li a {
  color: #555;
  text-decoration: none;
  -webkit-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
}

.widget-comments li a:hover {
  color: #01a0e2;
}

/* Posts */
.widget-posts {
  color: #aaa;
}

.widget-posts li {
  font-size: 12px;
  padding: 12px 0;
  border-bottom: 1px dotted #eaeaea;
}

.widget-posts li .widget-posts-descr::before {
  content: "\E93C";
  font-family: "linearicons";
  font-size: 12px;
  position: absolute;
  left: 10px;
  color: #444444;
}

.widget-posts li a {
  font-size: 16px;
  display: block;
  color: #444444;
  text-decoration: none;
  -webkit-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
}

.widget-posts li a:hover {
  color: #01a0e2;
}

.widget-posts-img {
  float: left;
  margin: 0 7px 0 0;
}

.widget-posts-descr {
  overflow: hidden;
  padding-left: 15px;
}

/*css for browser Specific Hacks*/
/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .customise-form .icon-laptop {
    font-size: 19px;
  }
}
/* -- Owl carousel -- */
.owl-carousel {
  overflow: hidden;
}

.owl-buttons {
  position: static;
}

.owl-prev,
.owl-next {
  opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 105px;
  height: 105px;
  line-height: 105px;
  font-size: 16px;
  text-align: center;
  color: #111;
  z-index: 6;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  cursor: pointer;
}

.owl-prev i,
.owl-next i {
  position: relative;
}

.owl-prev {
  left: -50px;
}

.owl-next {
  right: -50px;
}

.owl-prev:before,
.owl-next:before {
  content: "";
  display: block;
  width: 66%;
  height: 66%;
  position: absolute;
  top: 17px;
  left: 0;
  background: #fff;
  color: #555555;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.owl-next:before {
  left: auto;
  right: 0;
}

.owl-prev .fa,
.owl-next .fa {
  position: relative;
}

.owl-nav .icon-chevron-left {
  color: #555555 !important;
}

.owl-prev:hover,
.owl-next:hover {
  -webkit-transition: none !important;
  transition: none !important;
}

.owl-prev:hover:before,
.owl-next:hover:before {
  opacity: 0.87;
}

.owl-prev:active:before,
.owl-next:active:before {
  opacity: 0.6;
}

.owl-carousel:hover .owl-prev {
  opacity: 1;
  left: -35px;
}

.owl-carousel:hover .owl-next {
  opacity: 1;
  right: -35px;
}

.owl-pagination {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
}

.owl-page {
  display: inline-block;
  padding: 6px 4px;
  position: relative;
}

.owl-page span {
  width: 6px;
  height: 6px;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 1000 !important;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.owl-page:hover span {
  background: white;
}

.owl-page.active span {
  background: transparent;
  bordeR: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(1.3333333);
  transform: scale(1.3333333);
}

.item-carousel .owl-prev {
  left: -125px;
}

.item-carousel .owl-next {
  right: -125px;
}

section:hover .item-carousel.owl-carousel .owl-prev {
  opacity: 1;
  left: -80px;
}

section:hover .item-carousel.owl-carousel .owl-next {
  opacity: 1;
  right: -80px;
}

.item-carousel {
  margin-bottom: -50px;
  padding-bottom: 50px;
}

.item-carousel .owl-pagination {
  bottom: 0;
}

.work-full-slider .owl-pagination,
.content-slider .owl-pagination {
  bottom: 15px;
}

.single-carousel,
.small-item-carousel {
  margin-bottom: 35px;
}

.single-carousel .owl-pagination,
.small-item-carousel .owl-pagination {
  position: relative;
  left: 0;
  top: 35px;
  margin: 0;
}

.single-carousel.black .owl-page span,
.small-item-carousel.black .owl-page span {
  background: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.single-carousel.black .owl-page:hover span,
.small-item-carousel.black .owl-page:hover span {
  background: rgba(0, 0, 0, 0.4);
}

.single-carousel.black .owl-page.active span,
.small-item-carousel.black .owl-page.active span {
  background: rgba(0, 0, 0, 0.4);
}

.single-carousel.black .owl-prev,
.single-carousel.black .owl-next,
.small-item-carousel.black .owl-prev,
.small-item-carousel.black .owl-next {
  color: rgba(0, 0, 0, 0.2);
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.single-carousel.black .owl-prev:hover,
.single-carousel.black .owl-next:hover,
.small-item-carousel.black .owl-prev:hover,
.small-item-carousel.black .owl-next:hover {
  color: rgba(0, 0, 0, 0.35);
}

.single-carousel .owl-prev,
.small-item-carousel .owl-prev {
  left: -125px;
}

.single-carousel .owl-next,
.small-item-carousel .owl-next {
  right: -125px;
}

section:hover .single-carousel .owl-prev,
section:hover .small-item-carousel .owl-prev {
  opacity: 1;
  left: -80px;
}

section:hover .single-carousel .owl-next,
section:hover .small-item-carousel .owl-next {
  opacity: 1;
  right: -80px;
}

.black-arrows .owl-prev,
.black-arrows .owl-next {
  color: #fff;
}

.black-arrows .owl-prev:before,
.black-arrows .owl-next:before {
  background: black;
}

#portfolio-cat:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.blog-media .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  float: left;
  background: #ffffff;
  margin: 5px;
  border-radius: 50%;
}

.blog-media .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.blog-media .owl-dots .owl-dot.active {
  opacity: .5;
}

/* ==============================
   Team css
   ============================== */
.team_members {
  padding-bottom: 30px;
}

.team_members .content .img_container {
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
}

.team_members .content .img_container .por-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform .5s ease;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.team_members .content .img_container:hover .por-overlay {
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
}

.text-inner .btn.btn-nofill {
  margin: 0;
}

.team_members .content .img_container .por-overlay .text-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.team_members .member_details {
  border-radius: 0px 0px 4px 0px;
}

.team_members .member_details h3 {
  font-size: 16px;
  line-height: 30px;
  color: #1a252b;
  margin: 0;
  text-align: center;
  font-weight: 400;
  padding: 20px 0;
  border-bottom: 1px solid #e9e9e9;
}

.team_members .member_details h3 .member_intro {
  font-size: 24px;
  line-height: 30px;
  color: #1a252b;
  font-weight: 600;
  display: block;
  cursor: pointer;
}

.team_members .member_details h3 .member_intro:hover {
  color: #01a0e2;
}

.team_members .member_details .social_icons,
.team-modal-content .social_icons {
  margin-top: 0;
  padding: 20px 0;
}

.team_members .member_details .social_icons li,
.team-modal-content .social_icons li {
  line-height: 30px;
}

.team_members .member_details .social_icons li a,
.team-modal-content .social_icons li a {
  width: 30px;
  line-height: 30px;
  background: #c6cbd2;
  display: block;
  border-radius: 50%;
}

.team_members .member_details .social_icons li a i,
.team-modal-content .social_icons li a i {
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  margin: 0;
  display: block;
}

.team_members .member_details .social_icons li a:hover,
.team-modal-content .social_icons li a:hover {
  background: #01a0e2;
}

.team-modal-content .social_icons {
  border-top: 1px solid #e9e9e9;
  margin: 0 0 20px;
}

.team-modal-content .social_icons li:first-child {
  padding-left: 0;
}

.team-modal-content h2 {
  margin-top: 0;
  margin-bottom: 10px;
}

.team-modal-content p.gray-text {
  margin-bottom: 25px;
}

.team-modal-content .list-with-arrow {
  margin-bottom: 20px;
}

.team_members .dark-line {
  margin-bottom: 60px;
}

.team_members .join-our-team-btn {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.team_members .btn.btn-fill.full-width {
  margin: 10px auto 0;
}

.modal-body .img_container {
  margin-bottom: 30px;
}

.modal-body .img_container img {
  width: 100%;
  border-radius: 4px;
}

.team-modal .modal-body {
  padding-bottom: 20px;
}

/*-join our team-*/
.join-our-team .regular-text {
  margin-bottom: 60px;
}

/*-- available positoins --*/
.available-positions {
  padding-bottom: 30px;
}

.available-positions .content {
  margin-bottom: 30px;
}

.available-positions .content h3 {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 600;
  background: #1a252b;
  padding: 20px 30px;
  margin: 0;
  border-radius: 4px 4px 0px 0px;
}

.available-positions .dark-line {
  margin-bottom: 60px;
}

.available-positions .content h3 span {
  display: block;
  font-size: 15px;
  font-weight: 400;
}

.available-positions .content .inner_content {
  padding: 20px 30px;
  background: #f5f6f7;
  border-radius: 0px 0px 4px 4px;
}

.available-positions .content .btn.btn-fill {
  width: auto;
  margin: 15px 0 15px !important;
}

/* ==============================
   404 Error
   ============================== */
.error-404,
.under-construction {
  padding: 85px 0;
  border-top: 2px solid #01a0e2;
}

.error-404 .error_message {
  font-size: 30px;
  line-height: 40px;
  color: #1a252b;
  font-weight: 600;
}

.error-404 .error_message span {
  font-size: 120px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px;
}

.error-404 .error_message img {
  margin-top: 90px;
}

.contact-us-now {
  padding: 35px 0;
}

.contact-us-now .btn {
  width: 100%;
  max-width: 360px;
  margin-bottom: 40px;
}

.contact-us-now h3 {
  font-size: 30px;
  line-height: 100px;
  color: #1a252b;
  margin: 0;
}

/* ==============================
   under-construction
   ============================== */
.under-construction .under-construction-message {
  font-size: 60px;
  line-height: 80px;
  color: #1a252b;
  font-weight: 600;
}

.under-construction .under-construction-message i {
  display: block;
  font-size: 120px;
  color: #01a0e2;
  margin: 30px 0;
}

.under-construction .under-construction-message span {
  display: block;
  font-size: 30px;
  font-weight: 600;
}

/* ==============================
   search-results-banner
   ============================== */
.search-results-banner .form-group {
  width: 100%;
  max-width: 555px;
  position: relative;
}

.search-results-banner input {
  width: 100%;
  height: 58px;
  border: none;
  border-bottom: 2px solid #01a0e2;
  font-size: 16px;
  line-height: 58px;
  padding: 0 55px;
  border-radius: 4px;
}

.search-results-banner input:hover {
  border-bottom: 2px solid #01a0e2;
}

.search-results-banner .form-group .icon-magnifier {
  position: absolute;
  width: 55px;
  line-height: 60px;
  top: 0;
  left: 0;
  display: block;
  color: #444444;
  text-align: center;
}

.search-results-banner .form-group button {
  width: 50px;
  height: 56px;
  line-height: 58px;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  color: #01a0e2;
  border-left: 1px solid #e9e9e9;
}

.search-results-banner .form-group button:hover {
  background: #01a0e2;
  color: #ffffff;
}

.search-results {
  padding: 75px 0 60px;
}

.search-results .dark-line {
  margin-bottom: 40px;
}

.search-results .content {
  display: block;
  margin-bottom: 40px;
  padding: 20px 30px;
  border-bottom: 2px solid #008cca;
  cursor: pointer;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.search-results .content:hover {
  background: #f5f6f7;
}

.search-results .content h3 {
  font-size: 24px;
  line-height: 1.5;
  color: #1a252b;
  text-transform: capitalize;
  margin: 10px 0 10px;
}

/* ==============================
   Pricing Plans
   ============================== */
.pricing-plans {
  padding: 66px 0 30px;
}

.pricing-plans hr {
  margin-bottom: 35px;
}

.pricing-plans .pricing {
  text-align: center;
  border: 1px solid #e9e9e9;
  padding: 0 0 37px;
  margin: 41px 0 0;
  cursor: pointer;
  border-radius: 4px;
}

.pricing-plans .pricing:hover .price {
  color: #01a0e2;
}

.pricing-plans .pricing li {
  line-height: 35px;
}

.pricing-plans .pricing .price {
  font-size: 24px;
  line-height: 30px;
  color: #1a252b;
  font-weight: 600;
  padding: 42px 30px 40px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 36px;
}

.pricing-plans .pricing .price span {
  display: block;
  font-size: 60px;
  line-height: 1;
  color: #01a0e2;
  font-weight: 600;
  padding: 15px 0 0;
}

.pricing-plans .pricing .price sup {
  font-size: 35px;
}

.pricing-plans .pricing .price [class^="flaticon-"]::before {
  font-size: 78px;
  line-height: 1;
  margin-bottom: 35px;
  display: block;
  margin-left: 0;
  font-weight: 400;
}

.pricing-plans .btn.btn-fill {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
}

/* ==============================
   FAQs section css
   ============================== */
#page-faqs .banner-inner .btn {
  text-transform: none !important;
}

.faqs-content2 {
  padding-top: 17px;
}

.faqs-content2 h2 {
  margin-top: 0;
}

.faqs-content hr {
  margin-bottom: 40px;
}

.faqs-content .panel-group {
  margin-bottom: 40px;
}

.faqs-content2 .panel-group {
  margin-bottom: 60px;
}

.faqs-content .panel-group .panel {
  border-radius: 4px;
  padding: 0 50px;
}

.faqs-content .panel-default > .panel-heading {
  border: none;
  background: #ffffff;
  padding: 0;
}

.faqs-content .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
  font-size: 16px;
  color: #1a252b;
  font-weight: 500;
}

.faqs-content .panel-title > a,
.faqs-content .panel-title > small,
.faqs-content .panel-title > .small,
.faqs-content .panel-title > small > a,
.faqs-content .panel-title > .small > a {
  font-size: 16px;
  line-height: 25px;
  color: #1a252b;
  position: relative;
  padding: 24px 0;
  display: block;
}

.faqs-content .panel-body {
  padding: 0 0 20px;
}

.faqs-content .panel-group .panel + .panel {
  margin-top: 20px;
}

.faqs-content .panel-title > a i {
  position: absolute;
  top: 27px;
  left: -34px;
}

.faqs-content .panel-title > a .icon-plus {
  display: block;
}

/* -- Testimonial css -- */
.testimonial hr {
  margin-bottom: 60px;
}

.testimonial .content {
  border: 1px solid #e9e9e9;
  padding: 25px 20px 30px;
  margin-bottom: 30px;
  border-radius: 4px;
}

.testimonial .clients-rating {
  unicode-bidi: bidi-override;
  color: #c5c5c5;
  font-size: 15px;
  width: 92px;
  height: 26px;
  position: relative;
  padding: 0;
  margin: 0 0 6px;
}

.testimonial .clients-rating i {
  width: 15px;
}

.testimonial .clients-rating-top {
  color: #eabe10;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 26px;
}

.testimonial .clients-rating-bottom {
  padding: 0;
  display: block;
  z-index: 0;
  height: 26px;
  overflow: hidden;
}

.testimonial .content h5 {
  font-size: 18px;
  line-height: 30px;
  color: #1a252b;
  padding: 0;
  margin: 0 0 15px;
}

.testimonial .content p {
  margin-bottom: 25px;
}

.testimonial .user-info {
  font-size: 13px;
  line-height: 1;
  color: #444444;
  font-style: italic;
}

.testimonial .btn.btn-fill.full-width {
  margin: 30px auto 0;
}

.testimonial .img-container {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 2px;
  margin-bottom: 22px;
}

.testimonial .img-container img {
  margin: auto;
  margin-left: 0;
}

/* Testimonial page css */
.testimonial.bg-white {
  padding-top: 87px;
}

.testimonial h2 img {
  float: right;
}

.testimonial.last-reviews {
  padding-bottom: 60px;
}

/* ==============================
   Domain-reg page
   ============================== */
.domain-reg-banner .banner-txt h1 {
  margin-bottom: 40px;
}

.domain-reg-banner .form-wrapper {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.domain-reg-banner .form-control.search-field {
  height: 60px !important;
  border: none;
  border-bottom: 2px solid #01a0e2;
  border-radius: 0;
  font-size: 18px;
  line-height: 30px;
  padding: 13px 90px 15px 60px;
  margin-bottom: 34px;
  color: #777777;
  border-radius: 4px;
}

.domain-reg-banner .checkbox-container {
  width: auto;
  margin: 0 auto;
}

.domain-reg-banner .checkbox-container > div {
  display: inline-block;
}

.domain-reg-banner .domain-checkbox {
  position: absolute;
  z-index: -1111;
}

.domain-reg-banner .domain-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-right: 16px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.domain-reg-banner .domain-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 14px;
  height: 14px;
  background: #ffffff;
  margin-top: 3px;
}

.domain-reg-banner .domain-checkbox:checked + label:before {
  background: #01a0e2;
}

.domain-reg-banner .domain-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 7px;
  background: transparent;
  width: 5px;
  height: 10px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.domain-reg-banner input::-webkit-input-placeholder {
  color: #777777;
  font-size: 18px;
  opacity: 1;
}

.domain-reg-banner input:-moz-placeholder {
  color: #777777;
  font-size: 18px;
  opacity: 1;
}

.domain-reg-banner input::-moz-placeholder {
  color: #777777;
  font-size: 18px;
  opacity: 1;
}

.domain-reg-banner input:-ms-input-placeholder {
  color: #777777;
  font-size: 18px;
  opacity: 1;
}

.search-field-container {
  position: relative;
}

.search-field-container::before {
  content: "\E922";
  font-family: 'linearicons' !important;
  position: absolute;
  top: 0;
  left: 0;
  color: #a4a4a4;
  line-height: 58px;
  width: 60px;
  text-align: center;
}

.search-field-container .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 58px;
  padding: 0;
  margin: 0;
  border: none;
  border-left: 1px solid #e1e1e1;
  background: transparent;
  color: #a4a4a4;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.search-field-container .search-btn i {
  line-height: 60px;
}

.search-field-container .search-btn:hover {
  background: #01a0e2;
  color: #ffffff;
}

.domain-search-result {
  padding-top: 90px;
}

.domain-search-result .domain-list {
  font-size: 24px;
  line-height: 40px;
  color: #1a252b;
  font-weight: 600;
  padding: 15px 0 14px;
  border-bottom: 1px solid #f4f4f4;
}

.domain-search-result .domain-list .domain-price {
  font-size: 13px;
  line-height: 1;
  color: #777777;
  font-weight: normal;
}

.domain-search-result .domain-list .domain-price span {
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #01a0e2;
  font-weight: 500;
  margin-bottom: 6px;
}

.domain-search-result .domain-list .domain-price > div {
  width: 260px;
}

.domain-search-result .domain-list .btn.btn-fill {
  line-height: 36px;
  padding: 0 20px;
}

.domain-search-result .search-msg {
  font-size: 30px;
  line-height: 68px;
  color: #252525;
  font-weight: 600;
  border: 1px solid #01a0e2;
  padding: 0 60px;
  margin-bottom: 35px;
  position: relative;
  border-radius: 4px;
}

.domain-search-result .search-msg i {
  width: 70px;
  line-height: 66px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #01a0e2;
  font-weight: bold;
}

.domain-search-result .search-msg span {
  color: #01a0e2;
}

.hosting-plans {
  padding-top: 50px;
  padding-bottom: 60px;
}

.hosting-plans .content {
  padding: 48px 50px 50px;
  background: #f5f6f7 url(../images/hosting-img.png) calc(100% - 50px) -12px no-repeat;
  border-radius: 4px;
}

.hosting-plans h2,
.start-project h2 {
  font-size: 36px;
  line-height: 1;
  color: #1a252b;
  margin: 0 0 20px;
}

.hosting-plans .price-lebel {
  font-size: 24px;
  line-height: 26px;
  color: #1a252b;
  font-weight: 500;
  margin-bottom: 30px;
}

.hosting-plans .price-lebel .price {
  font-size: 24px;
  color: #01a0e2;
  font-weight: 700;
}

.hosting-plans .price-lebel sup {
  color: #01a0e2;
  font-size: 14px;
  font-weight: 700;
}

.hosting-plans .price-lebel sub {
  font-size: 14px;
}

/* -- hosting-pricing CSS -- */
.hosting-page .faqs-content,
.hosting-page .hosting-features {
  padding-top: 57px;
}

.hosting-content hr {
  margin-bottom: 40px;
}

.hosting-pricing .content {
  max-width: 450px;
  margin: 0 auto 30px;
}

.hosting-pricing .plan-title {
  font-size: 24px;
  line-height: 80px;
  color: #ffffff;
  background: #1a252b;
  padding: 0 30px;
  border-radius: 4px 4px 0px 0px;
}

.hosting-pricing .plan-title span {
  font-weight: 600;
}

.hosting-pricing .price {
  font-size: 18px;
  line-height: 36px;
  color: #1a252b;
  font-weight: 500;
  padding: 35px 0 27px;
}

.hosting-pricing .pricing-inner {
  padding: 0 30px 27px;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}

.hosting-features .hosting-features-inner h3 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #1a252b;
}

.hosting-features .content {
  border: 1px solid #e9e9e9;
  padding: 44px 30px 40px 110px;
  position: relative;
  margin-bottom: 30px;
  border-radius: 4px;
}

.hosting-features .content > i {
  font-size: 60px;
  line-height: 1;
  color: #01a0e2;
  position: absolute;
  top: 50px;
  left: 30px;
}

.hosting-pricing .pricing-inner span,
.hosting-features .hosting-features-inner span {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #444444;
  font-weight: 400;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.hosting-pricing .pricing-inner span i,
.hosting-features .hosting-features-inner span i {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 24px;
}

.hosting-pricing .pricing-inner .price span {
  font-size: 30px;
  color: #01a0e2;
  font-weight: 700;
  display: block;
  padding: 0 0 0 20px;
  position: relative;
}

.hosting-pricing .pricing-inner .price span sup {
  position: absolute;
  top: 14px;
  left: 0;
  font-size: 28px;
}

.hosting-pricing .btn.btn-fill.full-width {
  margin: 0 auto;
  border-radius: 0 0 4px 4px;
}

.hosting-pricing .plan-title.essential {
  position: relative;
}

.hosting-pricing .plan-title.essential::before {
  content: " Popular ";
  position: absolute;
  top: 20px;
  right: 0;
  width: 70px;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  background: #01a0e2;
  text-align: left;
  padding-left: 10px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.hosting-pricing .plan-title.essential::after {
  content: " ";
  position: absolute;
  top: 63px;
  right: 20px;
  width: 30px;
  height: 0;
  background: transparent;
  border-bottom: 8px solid #1a252b;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

.hosting-page .hosting-plans .content {
  background: #f5f6f7 url(../images/domain-reg.png) calc(100% - 50px) 31px no-repeat;
}

/*-- Business-consulting page css --*/
.concepts .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 90px;
}

.concepts .flex-wrapper .col-sm-6 {
  margin: auto;
}

.concepts .flex-wrapper h3 {
  font-size: 30px;
  line-height: 42px;
  color: #1a252b;
  margin-top: 0;
  margin-bottom: 28px;
}

.concepts .flex-wrapper .flex-left {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.concepts .flex-wrapper .img-container img {
  width: 100%;
  border-radius: 4px;
}

.concepts .flex-wrapper .flex-content p {
  margin-bottom: 25px;
}

.concepts .flex-wrapper .flex-content ul {
  padding-left: 0;
}

.concepts .flex-wrapper .flex-content ul li {
  line-height: 36px;
  position: relative;
  padding-left: 20px;
}

.concepts .flex-wrapper .flex-content ul li i {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 33px;
}

.start-project .content {
  background: #f5f6f7;
  padding: 46px 50px 47px;
  border-radius: 4px;
}

.start-project .content h2 {
  font-size: 30px;
  margin-bottom: 12px;
}

.start-project .content p {
  margin: 0;
  font-size: 18px;
}

.start-project .content .btn {
  margin-top: 8px;
}

.start-project .content {
  border-bottom: 2px solid #01a0e2;
  margin-bottom: 60px;
}

.business-case-sudy {
  padding-bottom: 60px;
}

/*-- Big data css --*/
.big-data-page .data-features {
  padding-bottom: 90px;
}

.big-data-page .data-features h2,
.reporting-page .data-features h2 {
  margin-top: 0;
}

.big-data-page #big-data-analytics .container .flex-wrapper:last-child {
  margin-bottom: 86px;
}

/*-- Reporting page css --*/
.reporting-page .faqs {
  margin-bottom: 50px;
}

.digital-strategy-page .business-case-sudy,
.content-writing-page .business-case-sudy,
.big-data-page .business-case-sudy {
  margin-bottom: 30px;
}

.digital-strategy-page .business-case-sudy .btn.btn-fill.full-width,
.content-writing-page .business-case-sudy .btn.btn-fill.full-width,
.big-data-page .business-case-sudy .btn.btn-fill.full-width {
  margin-bottom: 0;
}

/**************
CSS by Juwel
**************/
.dms-modern .box-green-border::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  border-bottom: 2px solid #01a0e2;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.dms-modern .box-green-border:hover::after {
  width: 100%;
}

.dmb-portfolio-home .btn.btn-fill.full-width {
  display: block;
  margin: 10px auto 0;
  max-width: 360px;
  width: 100%;
}

.logo-b.portfolio .grid-item {
  width: 100%;
  padding: 0px 0px;
  margin-bottom: 50px;
}

.blog-content .box-green-border::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  border-bottom: 2px solid #01a0e2;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 9999;
}

.blog-content .box-green-border:hover::after {
  width: 100%;
}

.bg-white.blog-content.blog-seo-cat {
  padding-bottom: 60px;
}

.dmb-home.news .box-green-border {
  padding-left: 0;
  padding-top: 41px;
  padding-bottom: 33px;
  margin-bottom: 0px;
}

.m60 {
  margin-top: 60px !important;
}

.data-features .box-green-border {
  position: relative;
}

.data-features .box-green-border::after {
  content: " ";
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 0;
  border-bottom: 2px solid #01a0e2;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 9999;
}

.data-features .box-green-border:hover::after {
  width: 100%;
}

.dmb-p.btn.btn-fill.full-width {
  margin: 10px auto 60px;
}

.m80 {
  margin-top: 80px;
}

.m90 {
  margin-top: 90px;
}

.search-results .content {
  position: relative;
}

.search-results .content::after {
  content: " ";
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 0;
  border-bottom: 2px solid #01a0e2;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 9999;
}

.search-results .content:hover::after {
  width: 100%;
}

iframe {
  border-radius: 4px;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

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

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

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.h1 {
  font-size: 48px;
  line-height: 52px !important;
  color: #ffffff;
  font-weight: 900;
  text-transform: none;
}

/** **/
.services .box-green-border {
  height: 100%;
}

.services .box-green-border a img {
  width: 80px;
}

.services .box-green-border p span {
  color: #444;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 2px;
  border-bottom: 1px dashed #dddddd;
  margin-right: 7px;
}

.service-description-section .cases .description {
  margin-left: 50px;
}

.service-description-section .cases .title span {
  font-size: 20px;
}

.service-description-section .cases .title span:first-child {
  position: relative;
  top: 5px;
  margin: 0;
}

.service-description-section .cases .title span:last-child {
  margin-left: 15px;
}

/** **/
.potfolio-modal .carousel-inner > .item {
  height: 550px;
}

.potfolio-modal .carousel-inner > .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.portfolio .grid-item.fourth-part {
  width: 25%;
  padding: 5px;
  margin: 0;
}

/** **/
.testimonial .img-container {
  height: 100%;
}

/** **/
.news .box-green-border a {
  font-size: 18px;
  text-transform: none;
}

/** **/
.success-number .b-clor {
  color: #90c404;
}

/** **/
.position-relative {
  position: relative !important;
}

/** **/
.modal-content .contact-info-box-wrapper {
  margin-top: 20px;
}

.modal-content form .customised-formgroup textarea,
.modal-content form .customised-formgroup .customise-form .customised-formgroup textarea {
  height: 165px;
}

/** **/
.blog-title h1 {
  font-size: 36px;
}

/** **/
.contact-info-box h6 {
  font-size: 22px;
}

/*---------------responsive--------------------*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 24px;
  }
  .main-menu .navbar-nav > li {
    margin-left: 25px;
  }
  .main-menu .navbar-nav li > .dropdown-megamenu .megamenu > li {
    padding: 15px;
  }
  .main-menu .navbar-nav li > .dropdown-megamenu .megamenu .dropdown-submenu li a i {
    margin-right: 5px;
  }
  .top-carousel .carousel-caption h1 {
    padding: 0;
    margin: 0;
  }
  .top-carousel .carousel-caption h2 {
    padding: 0;
    margin: 10px 0;
  }
  .box-green-border,
  .services .box-green-border {
    padding: 45px 10px 20px 30px;
  }
  .portfolio .medium-text,
  .case-studies-carousel .carousel-caption h2,
  .case-studies-carousel .carousel-caption p {
    margin: 20px 0;
  }
  .blogs .box-green-border {
    padding: 60px 10px 10px 30px;
  }
  .design-process-content {
    padding-right: 45%;
  }
  .dis-table > div.text-box {
    padding: 10px 30px;
  }
  .design-process-content img {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .main-menu .navbar-nav > li {
    margin-left: 15px;
  }
  .main-menu .navbar-nav > li > a:not(.btn) {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  .main-menu .navbar-nav > li {
    margin-left: 15px;
  }
  .main-menu .navbar-nav > li > a:not(.btn) {
    font-size: 12px;
  }
  .main-menu .navbar-nav > li.menu-btn {
    margin-top: 38px;
  }
  .main-menu .navbar-nav > li.menu-btn > a.btn.btn-fill {
    font-size: 10px;
    padding: 5px;
  }
  .main-menu .navbar-nav > li.menu-btn > a.btn.btn-fill span {
    font-size: 10px;
  }
  .main-menu .navbar-nav > li.dropdown a.dropdown-toggle::after {
    font-size: 8px;
  }
  .main-menu .navbar-brand > img {
    max-width: 116px;
    margin: 6px 0;
    max-height: 40px;
  }
  .main-menu .navbar-nav > li.dropdown a.dropdown-toggle::after {
    margin: 4px;
  }
  .main-menu .navbar-nav li > .dropdown-megamenu {
    width: 315px;
  }
  .main-menu .navbar-nav li > .dropdown-megamenu .megamenu {
    display: block;
  }
  .main-menu .navbar-nav li > .dropdown-megamenu .megamenu > li {
    width: 100%;
    border: none;
  }
  .main-menu .navbar-nav li > .dropdown-megamenu .megamenu > li a {
    white-space: nowrap;
  }
  .top-carousel a.page-scroll {
    bottom: 0;
  }
  .top-carousel .carousel-caption h1 {
    padding: 0;
    margin: 0;
  }
  .top-carousel .carousel-caption h2 {
    padding: 0;
    margin: 10px 0;
  }
  .top-carousel .carousel-caption hr {
    display: none;
  }
  .box-green-border,
  .services .box-green-border {
    padding: 24px 10px 20px 30px;
  }
  .portfolio .medium-text,
  .case-studies-carousel .carousel-caption h2,
  .case-studies-carousel .carousel-caption p {
    margin: 10px 0;
  }
  .common-form-section ul {
    margin: 20px 0;
  }
  .success-number .no_count {
    font-size: 24px;
    line-height: 26px;
  }
  .success-number .counter-text {
    margin: 5px 0 50px;
  }
  .success-number .counter-inner .icon-holder {
    display: table;
    height: 50px;
  }
  .success-number .counter-inner .icon-holder span {
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
    line-height: 60px;
  }
  .success-number .counter-inner .icon-holder:after {
    margin: 0 13px;
  }
  .success-number .counter-inner .icon-holder {
    width: 28%;
  }
  .success-number .counter-text p {
    margin-top: 0;
  }
  .case-studies-carousel .carousel-inner > .item {
    min-height: 410px;
  }
  .success-number .counter-inner .icon-holder::after {
    right: 0;
  }
  .contact-info-box .social-links {
    margin: 5px 0;
  }
  /*css for website design (inner page)*/
  .design-process-content {
    padding-right: 52%;
  }
  .dis-table > div {
    display: block;
    width: 100%;
  }
  .dis-table > div img {
    margin: 0 auto;
    width: 100%;
  }
  .dis-table > div.text-box {
    padding: 20px;
  }
  .score-table ul {
    width: 100%;
  }
  .score-table ul li {
    font-size: 20px;
  }
  ul.social-links li {
    margin-right: 5px;
  }
  .portfolio .medium-text {
    font-size: 14px;
  }
  #getAQuoteModal .modal-body .btn.btn-fill.full-width {
    max-width: 100%;
    width: 100%;
  }
  .verticl-center-modal .modal-dialog .customise-form {
    margin-bottom: 38px;
  }
  .design-process-content img {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .design-process-content {
    padding-right: 55%;
  }
  .contact-us-now h3 {
    line-height: 50px;
    margin: 30px 0;
  }
  .contact-info-box h6 {
    font-size: 20px;
  }
  .contact-info-box p {
    font-size: 14px;
  }
  .contact-info-box .social-links li {
    margin-right: 6px;
  }
  .contact-info-box .social-links li a {
    line-height: 35px;
    width: 35px;
    height: 35px;
  }
  .contact-info-box .social-links li a span {
    font-size: 16px;
    line-height: 35px;
  }
  .modal-content .contact-info-box-wrapper {
    margin-top: 42px;
  }
  .tp-caption .medium-btn.btn.btn-fill,
  .tp-caption .medium-btn.btn.btn-nofill {
    font-size: 14px;
    line-height: 46px;
  }
  .separator {
    margin: 0 10px;
  }
  .blogs .box-green-border {
    padding-bottom: 0;
    padding-top: 0;
  }
  .pricing-plans .col-sm-6:last-child {
    margin-left: 25%;
  }
}

@media screen and (max-width: 1199px) {
  .rev_slider_1059_1_wrapper .medium-btn.btn.btn-fill {
    font-size: 16px;
    line-height: 46px;
  }
  .getguoteModal-dialog.potfolio-modal {
    width: auto;
    padding: 0 15px;
  }
  .verticl-center-modal::before {
    height: auto;
  }
  .main-menu .navbar-nav > li:nth-child(2) {
    margin-left: 15px;
  }
  .contact-info-box {
    padding-right: 15px;
    padding-left: 15px;
  }
  .contact-info-box span {
    padding-right: 15px;
  }
  .contact-info-box > div {
    margin-left: 12px;
  }
  .thumb-list li {
    width: 30%;
    margin-right: 5px;
  }
  .blogs .box-green-border-container {
    padding-top: 15px;
  }
  .contact-info-box h6 {
    font-size: 20px;
  }
  .contact-info-box p {
    font-size: 14px;
  }
  .blogs ul.social-links li {
    margin-right: 5px;
  }
  .contact-info-box .social-links li a {
    line-height: 35px;
    width: 35px;
    height: 35px;
  }
  .contact-info-box .social-links li a span {
    font-size: 16px;
  }
  ul.social-links li {
    margin-right: 5px;
  }
  .product-section .grid-item {
    width: 50%;
  }
  .services .box-green-border .service-overlay ul {
    padding: 20px;
  }
  .services .box-green-border .service-overlay ul li a {
    font-size: 13px;
  }
  .services .box-green-border .service-overlay ul li a i {
    margin-right: 2px;
  }
  .about-content .about-img {
    text-align: center;
    margin-bottom: 30px;
  }
  .about-content p {
    text-align: justify;
  }
  footer .light-ash-bg ul li,
  footer .light-ash-bg ul li.big-width {
    width: 20%;
  }
  footer .light-ash-bg .logo {
    margin-top: -4px;
  }
  .banner-inner {
    background-attachment: scroll !important;
  }
}

@media screen and (max-width: 991px) {
  .about-box {
    width: 100%;
    max-width: 450px;
    margin: 120px auto 0;
  }
  .hosting-features .content {
    padding-left: 30px;
  }
  .hosting-features .content > i {
    position: static;
    display: block;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  /*font-size*/
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  .h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .h2 {
    line-height: 34px;
  }
  /*menu*/
  .main-menu {
    padding: 18px 0 0;
  }
  .main-menu .btn.btn-fill {
    padding: 0;
    line-height: 46px;
    border: 2px solid transparent;
  }
  .main-menu .navbar-nav .menu-btn {
    padding: 0 15px;
  }
  .main-menu .navbar-nav {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  .main-menu .navbar-nav > li:nth-child(2) {
    margin-left: 0;
  }
  .main-menu .navbar-nav li > .dropdown-menu {
    width: 100%;
    border-top: none;
    position: static;
  }
  .main-menu .navbar-nav li > .dropdown-menu .megamenu {
    background: #eeeeee;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 20px;
    padding-left: 40px;
  }
  .main-menu .navbar-nav li > .dropdown-megamenu .megamenu {
    padding-left: 20px;
  }
  .main-menu .navbar-nav li > .dropdown-menu .megamenu > li {
    border: none;
  }
  .main-menu .navbar-nav li > .dropdown-megamenu .megamenu > li {
    padding-top: 0;
  }
  .main-menu .navbar-nav > li > a:hover,
  .main-menu .navbar-nav > li.active > a {
    border-color: transparent;
    color: #90c404;
    background: transparent;
  }
  .main-menu .navbar-nav > li > a {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .main-menu .navbar-nav li > .dropdown-megamenu .megamenu .dropdown-submenu .submenu-heading {
    font-size: 16px;
  }
  .main-menu .navbar-nav > li {
    margin: 0;
  }
  .main-menu .navbar-nav > li > a:not(.btn) {
    line-height: 40px;
    padding: 0 30px;
  }
  .main-menu .navbar-brand {
    margin-top: 0;
    margin-bottom: 18px;
  }
  .main-menu .navbar-brand > img {
    max-width: 142px;
    margin: 6px 0;
    max-height: 40px;
  }
  header .contact-info ul {
    float: left !important;
  }
  header .contact-info ul li a {
    font-size: 12px;
  }
  .main-menu .navbar-toggle.collapsed .icon-bar {
    background: #000;
  }
  .main-menu .navbar-toggle .icon-bar {
    background: transparent;
  }
  .navbar-toggle.collapsed:before {
    content: "";
  }
  .navbar-toggle::before {
    content: "\E92A";
    display: inline-block;
    font-family: "linearicons";
    height: 30px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    z-index: 0;
    font-size: 26px;
    text-align: center;
    padding-left: 7px;
    color: #000;
  }
  .main-menu .navbar-nav {
    background: #eeeeee;
    margin-top: 0;
    padding-top: 30px;
  }
  .main-menu .navbar-nav > li {
    margin-right: 0;
  }
  .main-menu .navbar-nav li > .dropdown-menu {
    top: 45px;
    padding: 0;
    padding-left: 10px;
  }
  .main-menu .navbar-nav li > .dropdown-menu li a,
  .main-menu .navbar-nav li > .dropdown-menu li:last-child a {
    border: none;
    padding: 0;
  }
  .main-menu .navbar-nav li > .dropdown-menu li a:hover span,
  .main-menu .navbar-nav li > .dropdown-menu li a:focus span {
    color: #fff;
  }
  .main-menu .navbar-nav li > .dropdown-megamenu .megamenu {
    display: block;
    padding-bottom: 0;
  }
  .main-slider .btn.btn-fill,
  .main-slider .btn.btn-nofill {
    margin-bottom: 10px;
  }
  .main-menu .btn.btn-fill:hover,
  .main-menu .btn.btn-fill:focus {
    background: transparent;
    color: #90c404;
    border-color: #90c404;
  }
  .tp-parallax-wrap.tp-parallax-container {
    left: 20px;
    white-space: normal !important;
  }
  .tp-loop-wrap,
  .tp-mask-wrap {
    position: relative !important;
    white-space: normal !important;
  }
  .tp-caption h2,
  .tp-caption .h2 {
    font-size: 24px !important;
    white-space: normal !important;
    line-height: normal !important;
  }
  .tp-caption {
    display: none !important;
  }
  .caption-mobile {
    top: 50%;
    position: absolute !important;
    color: #fff;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 20px;
    right: 20px;
  }
  .caption-mobile .h2 {
    font-size: 22px !important;
  }
  .top-carousel .carousel-inner img {
    min-height: 300px;
  }
  .top-carousel {
    padding-top: 133px;
  }
  .owl-pagination {
    display: none;
  }
  .top-carousel .carousel-inner > .item {
    height: calc(100% - 133px);
    height: -webkit-calc(100% - 133px);
  }
  .top-carousel a.page-scroll {
    bottom: -6px;
  }
  .top-carousel a.page-scroll p {
    margin-bottom: 0;
  }
  .top-carousel .carousel-caption {
    left: 20px;
    right: 20px;
  }
  .top-carousel .carousel-caption h1 {
    padding: 0;
    margin: 0;
  }
  .top-carousel .carousel-caption h2 {
    padding: 0;
    margin: 10px 0;
  }
  .top-carousel .carousel-caption hr {
    display: none;
  }
  .clients img,
  .portfolio img,
  .blogs img {
    display: block;
    margin: 15px 0;
  }
  .blog-left .blog-img {
    width: 100%;
  }
  .blog-left .featured-tag {
    margin: 0;
  }
  .box-green-border {
    padding: 40px 10px 24px;
    min-height: auto;
  }
  .box-green-border a {
    font-size: 20px;
    margin: 30px 0 15px;
    font-weight: 600;
  }
  .box-green-border p {
    font-size: 16px;
  }
  .portfolio .medium-text,
  .case-studies-carousel .carousel-caption h2,
  .case-studies-carousel .carousel-caption p {
    margin: 10px 0;
  }
  .bg-white {
    padding-top: 20px;
  }
  .common-form-section ul {
    margin: 20px 0;
  }
  .common-form-section .btn {
    margin-bottom: 0;
  }
  .common-form-section form .form-element-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .common-form-section ul li {
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .common-form-section .social_icons li {
    display: inline-block;
  }
  .common-form-section h3 {
    font-size: 20px;
    margin-top: 20px;
  }
  .author-sec .btn-holder {
    margin-top: 51px;
    margin-bottom: 9px;
  }
  /*portfolio*/
  .protfolio-4 > img {
    min-height: 200px;
  }
  .portfolio img {
    margin: 0;
  }
  .btn.btn-fill.full-width {
    margin: 30px auto;
    max-width: inherit;
  }
  .success-number .counter-inner .icon-holder {
    display: table;
    height: 50px;
  }
  .success-number .counter-inner .icon-holder span {
    display: table-cell;
    vertical-align: middle;
  }
  .success-number .counter-inner .icon-holder:after {
    margin: 0 13px;
  }
  .blogs .blog-left {
    padding: 0;
    margin-top: 22px;
  }
  .blogs .blog-left .box-green-border {
    padding: 15px 20px 20px;
  }
  .blog-post-share ul.social-links li:first-child {
    display: block;
    text-align: left;
    margin-bottom: 14px;
  }
  footer .light-ash-bg ul li,
  footer .light-ash-bg ul li,
  footer .light-ash-bg ul li.big-width {
    width: 100%;
  }
  .case-studies-carousel .carousel-inner > .item > img {
    min-height: 450px;
  }
  .case-studies-carousel .carousel-indicators {
    bottom: -44px;
  }
  .common-form-section {
    padding-top: 99px;
  }
  .btn.btn-fill .icon-chevron-right {
    margin-left: 3px;
  }
  .blogs .box-green-border {
    padding: 40px 0;
  }
  .blog-item-data {
    font-size: 12px;
  }
  .blog-item-data a i {
    font-size: 14px;
  }
  footer .customise-form .customised-formgroup {
    margin-bottom: 20px;
  }
  footer .regular-text {
    font-size: 16px;
  }
  footer .light-ash-bg ul ul li {
    margin-bottom: 10px;
  }
  footer .light-ash-bg ul ul li:first-child {
    margin-top: 30px;
  }
  footer .light-ash-bg ul.social-links li:first-child {
    margin-top: 0;
  }
  footer .light-ash-bg {
    padding-top: 17px;
  }
  .success-number .counter-inner .icon-holder {
    width: 29%;
  }
  .case-studies-section {
    margin-top: 30px;
  }
  .main-menu .navbar-nav a:active,
  .main-menu .navbar-nav a.active,
  .main-menu .navbar-nav a:active:focus,
  .main-menu .navbar-nav a.active:hover {
    border-width: 1px;
  }
  .top-carousel .btn.btn-nofill {
    margin-left: 14px !important;
  }
  .success-number .counter-text p {
    margin-top: 0;
  }
  .success-number .counter-text {
    margin-top: 0;
  }
  .portflio-content .box-content-with-img {
    margin: 15px auto !important;
  }
  .pro-controls .filter {
    margin: 3px 10px;
  }
  /*css for website desin (inner page)*/
  .service-description-section {
    padding-top: 20px !important;
  }
  .design-process-content {
    padding: 15px;
  }
  .design-process-content img {
    position: static;
  }
  .dis-table > div {
    display: block;
    width: 100%;
  }
  .dis-table > div img {
    min-width: auto;
    margin: 0 auto;
    width: 100%;
  }
  .dis-table > div.text-box {
    padding: 30px 20px;
  }
  .score-table ul {
    width: 100%;
    margin: 0;
  }
  .score-table ul li {
    width: 100%;
    font-size: 18px;
  }
  .blog-content .box-content-with-img {
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 30px !important;
  }
  /*css for modal*/
  .modal-content {
    padding: 10px;
  }
  .contact-info-box span,
  .contact-info-box span.icon-envelope {
    font-size: 30px;
    padding-right: 12px;
  }
  .contact-info-box h6 {
    font-size: 20px;
  }
  .contact-info-box {
    padding: 15px 10px;
  }
  .contact-info-box p {
    font-size: 14px;
  }
  .contact-info-box > div {
    margin-left: 18px;
  }
  .contact-info-box .social-links li {
    margin-right: 7px;
  }
  .contact-info-box .social-links li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .contact-info-box .social-links li a span {
    font-size: 16px;
  }
  .contact-info-box .social-links li {
    margin-bottom: 0px;
    text-align: center;
  }
  .contact-info-box .social-links {
    margin: 9px 0;
    text-align: center;
  }
  .process-model.contact-us-tab {
    margin-top: 23px;
  }
  .contact-us-tab li p {
    margin-top: 20px;
  }
  .google-map-location {
    margin-bottom: 43px;
  }
  .getguoteModal-dialog {
    width: auto;
  }
  ul.social-links li {
    display: inline-block;
  }
  .google-map-location .tab-pane img {
    min-height: auto;
  }
  .modal-header .close {
    right: 9px;
    top: 9px;
  }
  .small-image-width {
    width: 100%;
  }
  .small-image-width img {
    width: 100%;
  }
  .success-number .col-xs-4 {
    width: 100%;
  }
  .success-number .counter-inner .icon-holder span {
    line-height: 50px;
    font-size: 46px;
  }
  /*responsive for case studies page*/
  .case-studies-content {
    margin-top: 50px;
  }
  .pagination-case {
    margin-top: 10px;
  }
  .box-content-with-img .box-content-text h3 {
    margin-top: 1px;
  }
  .box-content-with-img {
    margin-bottom: 0 !important;
    margin-top: 10px;
  }
  .pagination-case .pagination {
    margin-bottom: 18px;
  }
  .product-section .btn.btn-fill.full-width {
    margin-bottom: 20px;
    margin-top: 0;
  }
  #more-portfolio .btn.btn-fill.full-width {
    margin-bottom: 30px;
  }
  .long-box-wrapper .col-xs-6 {
    width: 100%;
    margin-bottom: 20px;
  }
  .long-box-wrapper .col-xs-6 .box-content-with-img img {
    width: 100%;
  }
  .product-section {
    padding-top: 30px;
  }
  .pro-controls {
    margin-top: 2px;
    margin-bottom: 10px;
    margin-left: -10px;
    text-align: left;
  }
  .banner-inner p br {
    display: none;
  }
  .common-form-section {
    padding-top: 45px;
  }
  .about-content {
    margin-top: 20px;
  }
  .about-img {
    margin-top: 45px;
    margin-bottom: 60px;
    text-align: center;
  }
  .about-box {
    margin-top: 105px;
  }
  .about-box.firstItem {
    margin-top: 89px;
  }
  .google-map-location {
    margin-bottom: 50px;
  }
  .blog-content .btn.btn-fill.full-width {
    margin-top: 0;
  }
  .blog-seo-cat {
    padding-bottom: 20px;
  }
  .blog-details-content ul li p.gray-text {
    font-size: 14px;
    margin-bottom: 22px;
  }
  .blog-details-content ul li {
    margin-right: 0;
  }
  .blog-details-content ul {
    margin-bottom: 0;
  }
  .blog-details-content img {
    margin-bottom: 20px;
  }
  .author-sec {
    padding-top: 39px !important;
  }
  .blogger-img {
    margin-top: 15px;
  }
  .blog-description {
    margin-left: 15px;
  }
  .blog-rel-post {
    padding-top: 37px !important;
  }
  .blog-rel-post .box-content-with-img {
    margin-top: 15px;
    margin-bottom: 0 !important;
  }
  .blog-design-category {
    padding-bottom: 5px;
  }
  .blog-media img,
  .blog-media .video,
  .blog-media iframe {
    width: 100% !important;
  }
  .banner-inner {
    margin-bottom: 35px;
  }
  .banner-inner .btn {
    width: 100% !important;
    text-align: center;
  }
  .common-form-section .btn {
    margin-top: 13px !important;
    margin-bottom: 4px !important;
  }
  .common-form-section .btn.full-width {
    margin-top: 19px !important;
  }
  .why-us.common-form-section .btn.full-width {
    margin-top: 30px !important;
  }
  .design-process-section {
    padding-top: 53px;
  }
  .margin-top-40 {
    margin-top: 30px;
  }
  .featured-design-section img {
    margin-bottom: 10px;
  }
  .featured-design-section .btn.btn-fill.full-width {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .verticl-center-modal::before {
    height: auto;
  }
  .modal-body {
    padding-left: 5px;
    padding-right: 5px;
  }
  .potfolio-modal .modal-body {
    padding: 50px 5px;
  }
  .thumb-list li {
    width: 30%;
    margin-right: 0;
  }
  .long-box-wrapper .btn.btn-fill.full-width {
    margin-top: 10px;
    margin-bottom: 16px;
  }
  .portfolio img {
    margin-bottom: 15px;
  }
  .portfolio .btn.btn-fill.full-width {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .why-us {
    padding-top: 105px;
    padding-bottom: 36px;
  }
  .blogs .box-green-border {
    margin-bottom: 15px;
    padding: 20px 0 20px;
  }
  .blogs {
    padding-top: 55px;
    padding-bottom: 0;
  }
  .blogs .btn.full-width {
    margin-bottom: 30px !important;
  }
  .success-number .counter-inner {
    padding-bottom: 0;
  }
  .success-number .counter-text {
    padding-bottom: 35px;
  }
  .verticl-center-modal .modal-dialog .customise-form {
    margin-bottom: 50px;
  }
  .modal-content .contact-info-box-wrapper {
    margin-top: 45px;
  }
  .port-modal-content {
    margin-top: 29px;
  }
  .common-form-section.contact-form-wrapper {
    padding-top: 8px;
  }
  .common-form-section.contact-form-wrapper .contact-form .col-xs-6 {
    width: 100%;
  }
  .contact-form-wrapper .contact-form .btn-fill {
    margin: 25px 0 8px !important;
    width: 100%;
  }
  .contact-info-box {
    margin-bottom: 30px;
    max-width: inherit;
  }
  .case-studies-details-banner {
    margin-bottom: 0;
  }
  .dis-table {
    margin-top: 15px;
  }
  .dis-table > div.text-box {
    padding: 25px 20px;
  }
  .score-table {
    margin-top: 24px;
  }
  .error-404 .error_message {
    font-size: 20px;
    line-height: 30px;
  }
  .error-404 .error_message span {
    font-size: 90px;
  }
  .contact-us-now h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .contact-us-now .btn {
    margin-bottom: 10px;
  }
  .under-construction .under-construction-message {
    font-size: 30px;
    line-height: 40px;
  }
  .under-construction .under-construction-message span {
    font-size: 18px;
  }
  .search-results {
    padding-top: 25px;
  }
  .pricing-plans .btn.btn-fill {
    margin-bottom: 0;
  }
  .pricing-plans {
    padding: 25px 0 30px;
  }
  .testimonial hr {
    margin-bottom: 40px;
  }
  .testimonial .btn.btn-fill.full-width {
    margin-top: 0;
  }
  .domain-search-result .search-msg {
    font-size: 24px;
    line-height: 32px;
    padding: 20px 44px;
  }
  .domain-search-result .search-msg i {
    width: 50px;
    line-height: 69px;
  }
  .domain-search-result .domain-list .domain-price {
    width: 100%;
    line-height: 24px;
    margin-top: 5px;
  }
  .hosting-plans .content,
  .hosting-page .hosting-plans .content,
  .start-project .content {
    background-image: none;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .hosting-plans h2,
  .start-project .content h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .start-project .content p {
    font-size: 16px;
  }
  .hosting-plans .price-lebel {
    font-size: 18px;
  }
  .hosting-plans .btn,
  .start-project .content .btn {
    width: 100%;
  }
  .about-box {
    width: 100%;
    max-width: 450px;
    margin: 120px auto 0;
  }
  .round-icon-wrapper {
    width: 100px;
    height: 100px;
    top: -50px;
  }
  .round-icon-wrapper span {
    font-size: 50px;
    line-height: 100px;
  }
  .about-box {
    padding-top: 50px;
    margin-top: 90px;
  }
  .hosting-pricing {
    padding-top: 25px;
  }
  .hosting-page .faqs-content,
  .hosting-page .hosting-features {
    padding-top: 24px;
  }
  .hosting-page .faqs-content.bg-white {
    padding-top: 29px;
  }
  .hosting-plans {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .concepts .flex-wrapper {
    display: block;
    margin-bottom: 10px;
  }
  .concepts .flex-wrapper .col-sm-6 {
    margin-bottom: 30px;
  }
  .start-project .content .pull-left,
  .start-project .content .pull-right {
    float: none !important;
  }
  .start-project .content .text-content {
    margin-bottom: 10px;
  }
  .start-project .content .text-content h2 {
    line-height: 1.2;
  }
  .concepts .flex-wrapper h3 {
    font-size: 24px;
    line-height: 1.2;
  }
  .big-data-page #big-data-analytics .container .flex-wrapper:last-child {
    margin-bottom: 30px;
  }
  .big-data-page .box-green-border {
    padding-top: 25px;
  }
  .services .box-green-border {
    padding-top: 1px;
    margin-bottom: 10px;
  }
  .services hr {
    margin-bottom: 18px;
  }
  .testimonial.bg-white {
    padding-top: 27px;
  }
  .success-number .counter-inner {
    padding-bottom: 5px;
  }
  footer .extra-small-text {
    line-height: 1;
  }
  footer .light-ash-bg {
    padding-bottom: 35px;
  }
  footer .light-ash-bg ul ul li {
    margin-bottom: 0;
  }
  .clients .owl-carousel .owl-item img {
    max-width: 80px;
  }
  .clients .owl-prev,
  .clients .owl-next {
    height: 80px;
    line-height: 75px;
  }
  #portfolio-home.bg-white {
    padding-top: 45px;
  }
  .services_single h2 {
    padding-top: 0;
  }
  .service-description-section.team_members {
    padding-top: 20px !important;
  }
  .team_members .dark-line {
    margin-bottom: 35px;
  }
  .team_members {
    padding-bottom: 0;
  }
  .blog-content {
    padding-top: 55px;
  }
  .blog-content .blog-item {
    margin-bottom: 54px;
  }
  .blog-item-title {
    font-size: 24px;
    line-height: 30px;
  }
  .pagination.top-margin0 {
    margin-bottom: 33px;
  }
  .widget {
    margin-bottom: 56px;
  }
  .widget:last-child {
    margin-bottom: 20px;
  }
  .content-management-system .content .content_inner li {
    margin-bottom: 10px;
  }
  .content-management-system .content .content_inner li span {
    font-size: 14px;
  }
  .design-process-content h3 {
    margin-top: 10px;
  }
  .search-results .content,
  .search-results .dark-line {
    margin-bottom: 0;
  }
  .search-results h2 {
    margin-top: 0;
  }
  .box-content-with-img .box-content-text {
    padding-bottom: 19px;
  }
  .faqs-content.bg-white {
    padding-top: 60px;
  }
  .pricing-plans h2 {
    margin-top: 0;
  }
  .awards-and-recognitions,
  .join-our-team,
  .available-positions {
    padding-top: 25px;
  }
  .available-positions .dark-line {
    margin-bottom: 40px;
  }
  .available-positions {
    padding-bottom: 0;
  }
  .testimonials {
    margin-bottom: 0;
  }
  .testimonial.bg-white {
    padding-top: 54px;
  }
  .testimonial.last-reviews {
    padding-bottom: 30px;
  }
  .faqs-content.bg-white {
    padding-top: 25px;
  }
  .blog-content .box-content-with-img {
    max-width: 100%;
  }
  .features-of-ecommerce-webiste {
    padding-top: 55px;
  }
  .featured-ecommerce-webistes {
    padding-bottom: 30px;
  }
  .featured-ecommerce-webistes .btn.btn-fill {
    margin-top: 0;
  }
  .features-of-ecommerce-webiste h2 {
    margin-bottom: 40px;
  }
  .bg-white.long-box-wrapper {
    padding-top: 55px;
  }
  .big-data-page .data-features {
    padding-bottom: 60px;
  }
  .start-project .content {
    margin-bottom: 37px;
  }
  .bg-white.scoreboard {
    padding-top: 57px;
  }
  .business-case-sudy {
    padding-bottom: 0;
  }
  .business-consulting .long-box-wrapper .col-xs-6 {
    margin-bottom: 26px;
  }
  .faqs-content2 .panel-group {
    margin-bottom: 30px;
  }
  .no-padding {
    padding: 0;
  }
  .main-menu .navbar-brand {
    padding-left: 15px;
  }
  .navbar-toggle {
    margin-right: 0;
  }
  .main-menu .navbar-nav > li:not(.menu-btn) {
    padding: 0 15px;
  }
  .success-number {
    padding-top: 0;
  }
  .mobile-app-featured {
    padding-top: 25px;
  }
  .product-section {
    padding-top: 40px;
  }
  .product-section .filter-button-group {
    margin-top: 33px;
  }
  .portflio-content .box-content-with-img {
    max-width: 450px;
  }
  .portflio-content .box-content-with-img img {
    width: 100%;
  }
  .case-studies-details-page .long-box-wrapper .btn.btn-fill.full-width {
    margin-bottom: 26px;
  }
  .case-studies-details-section {
    padding-top: 55px;
  }
  .join-our-team .content {
    margin-bottom: 23px;
  }
  .features-of-ecommerce-webiste .content {
    margin-bottom: 28px;
  }
  .faqs-content.bg-white {
    padding-top: 20px;
  }
  .faqs-content2 {
    padding-top: 15px;
  }
  .blog-version-1 .blog-content {
    padding-top: 54px;
  }
  .blog-version-2 .blog-seo-cat {
    padding-bottom: 30px;
  }
  .contact-page .contact-form-wrapper {
    padding-top: 19px;
  }
  .contact-page .customise-form .email_form {
    margin-top: 0;
  }
  .contact-page .google-map-location {
    padding-top: 54px;
    margin-bottom: 52px;
  }
  .long-box-wrapper {
    margin-bottom: 44px;
  }
  .case-studies-content .long-box-wrapper {
    margin-bottom: 30px;
  }
  .business-case-sudy {
    margin-bottom: 34px;
  }
  .business-case-sudy h2 {
    margin-top: 18px;
  }
  .start-project .content {
    margin-bottom: 30px;
  }
  .content-writing-page .start-project .content {
    margin-bottom: 37px;
  }
  .content-writing-page .business-case-sudy {
    margin-bottom: 40px;
  }
  .reporting-page .faqs-content.bg-white {
    padding-top: 55px;
  }
  .reporting-page .box-green-border {
    padding-top: 15px;
  }
  .reporting-page .faqs {
    margin-bottom: 20px;
  }
  .domain-features {
    padding-top: 54px;
  }
  .domain-reg .faqs-content.bg-white {
    padding-top: 55px;
  }
  .hosting-pricing {
    padding-top: 20px;
  }
  .big-data-page #big-data-analytics .container .flex-wrapper:last-child {
    margin-bottom: 15px;
  }
  .big-data-page .start-project .content {
    margin-bottom: 37px;
  }
  .big-data-page .business-case-sudy {
    margin-bottom: 40px;
  }
  .big-data-page .data-features hr.dark-line {
    margin-bottom: 0;
  }
  .service-page .services_single .service_sections {
    margin-bottom: 45px;
  }
  .service-page .services_single .service_sections:last-child {
    margin-bottom: 20px;
  }
  .digital-strategy-page .start-project .content {
    margin-bottom: 37px;
  }
  .privecy-content {
    padding-bottom: 0;
    padding-top: 54px;
  }
  .privecy-content p {
    margin-bottom: 22px;
  }
  .digital-strategy-page .business-case-sudy,
  .content-writing-page .business-case-sudy,
  .big-data-page .business-case-sudy {
    margin-bottom: 60px;
  }
  .awards-and-recognitions .awards_list {
    margin-bottom: 0;
  }
  .portfolio-full.portfolio {
    padding-top: 5px;
  }
  .equalheight {
    height: auto !important;
  }
  .blog-rel-post .box-content-with-img {
    margin-bottom: 0;
  }
  .blog-rel-post [class^="col-"] {
    margin-bottom: 30px;
  }
  .author-sec .btn-holder .medium-btn2.btn.btn-nofill {
    margin-bottom: 10px;
  }
  .tparrows {
    display: none;
  }
  .dmb-home.news {
    padding-top: 35px;
    padding-bottom: 0;
  }
  .blog-content {
    padding-top: 0;
  }
  .team_members .content {
    margin-bottom: 30px;
  }
  .bg-white.blog-content {
    padding-top: 55px;
  }
  .blog-p2.blog-content {
    padding-top: 57px;
  }
  .bg-white.blog-content.blog-seo-cat {
    padding-bottom: 30px;
  }
  .error-404,
  .under-construction {
    padding: 30px 0;
  }
  .logo-b.portfolio .grid-item {
    margin-bottom: 10px;
  }
  .content-management-system {
    padding-top: 51px;
  }
  .content-management-system .content .content_inner {
    padding: 25px 15px;
  }
  .main-menu .navbar-nav .menu-btn {
    margin-top: 20px;
  }
  .team-modal-content .social_icons {
    margin: 0;
    padding-bottom: 0;
  }
  .potfolio-modal.team-modal .modal-body {
    padding-bottom: 40px;
  }
  .case-studies-content.long-box-wrapper .row [class^="col-"]:not(.col-xs-12) {
    margin-bottom: 60px;
  }
  .case-studies-content .pagination-case .pagination {
    margin-bottom: 8px;
  }
  .case-studies-banner {
    margin-bottom: 60px;
  }
  .case-studies-content.long-box-wrapper .box-content-with-img .box-content-text,
  .long-box-wrapper .box-content-with-img .box-content-text {
    padding-bottom: 40px;
  }
  .modal-open .modal {
    z-index: 9999;
  }
  .h1 {
    line-height: 45px !important;
  }
}

@media screen and (max-width: 560px) {
  header ul.header-right a,
  .portfolio .medium-text {
    font-size: 14px !important;
  }
  .top-carousel .carousel-caption .btn {
    max-width: 100%;
    margin: 20px 0 !important;
    display: block;
  }
  .medium-btn2.btn.btn-nofill {
    display: block;
  }
  .portfolio .medium-text {
    margin: -4px 0 4px;
  }
  .case-studies-carousel .carousel-indicators li {
    height: 50px;
    margin-right: 11px;
    width: 50px;
    background-size: 100%;
  }
  .case-studies-carousel .carousel-indicators li > div {
    height: 50px;
    width: 50px;
  }
  .case-studies-carousel .carousel-inner > .item {
    min-height: 420px;
  }
  .counter-inner .icon-holder {
    width: 24%;
  }
  .success-number .counter-text {
    margin: 0;
  }
  .success-number .counter-inner {
    padding: 15px 0 5px;
  }
  .more-icon-preocess.process-model li span {
    font-size: 23px;
    height: 50px;
    line-height: 46px;
    width: 50px;
  }
  .more-icon-preocess.process-model li::after {
    top: 24px;
  }
  .port-cat-con .por-overley {
    padding-top: 15%;
  }
  .port-cat-con .mix {
    width: 100%;
  }
  .mix .text-inner {
    padding-top: 17%;
  }
  .featured-design-section .col-xs-6 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .featured-design-section .col-xs-6 img {
    width: 100%;
  }
  .featured-ecommerce-webistes .col-xs-6 {
    width: 100%;
  }
  .featured-ecommerce-webistes .content .img_container span {
    font-size: 24px;
    line-height: 46px;
    width: 50px;
    height: 50px;
    top: auto;
    bottom: -45px;
    right: 50%;
    -webkit-transform: translateX(50%) rotate(90deg);
    transform: translateX(50%) rotate(90deg);
  }
  .featured-ecommerce-webistes .content .before_after {
    font-size: 16px;
    line-height: 40px;
    position: absolute;
    bottom: 30px;
    z-index: 9999;
    opacity: .9;
    width: 80%;
    left: 10%;
  }
  .team_members .col-xs-6 {
    width: 100%;
  }
  .team_members .img_container img {
    width: 100%;
  }
  .process-model.process-video-modal li,
  .process-model.process-video-modal li.active {
    padding: 0 10px;
  }
  .process-model.process-video-modal li span {
    height: 50px;
    width: 50px;
    line-height: 46px;
    font-size: 24px;
  }
  .process-model.process-video-modal li::after {
    top: 24px;
  }
  .product-section .grid-item {
    width: 100%;
  }
  .product-section .filter-button-group {
    text-align: left;
    margin-left: -23px;
  }
  .product-section .btn.btn-fill.full-width {
    margin-bottom: 20px;
  }
  .testimonial h2 img {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .domain-search-result {
    padding-top: 25px;
  }
  .btn {
    width: 100% !important;
  }
  .overlay .btn {
    width: auto !important;
  }
}

@media screen and (max-width: 412px) {
  .process-model li p {
    font-size: 11px;
  }
  .top-carousel .carousel-caption .btn {
    width: 100%;
  }
  div.text-box ul li,
  .dis-table > div.text-box p {
    line-height: 26px;
    font-size: 15px;
  }
  .dis-table > div.text-box.less-padding,
  .score-table {
    padding: 25px 20px;
  }
  .features-of-ecommerce-webiste .content,
  .join-our-team .content {
    font-size: 14px;
  }
  .features-of-ecommerce-webiste .content .icon_holder,
  .join-our-team .icon_holder {
    width: 100px;
    height: 100px;
  }
  .features-of-ecommerce-webiste .content .icon_holder span,
  .join-our-team .content .icon_holder span {
    font-size: 50px;
  }
  .awards-and-recognitions .awards_list .col-xs-6 {
    width: 100%;
  }
  .domain-search-result .domain-list .domain-price > div {
    width: 100%;
    margin-bottom: 20px;
  }
  .domain-search-result .domain-list .btn.btn-fill {
    float: left !important;
    width: 100%;
  }
}

@media screen and (max-width: 380px) {
  .process-model.more-icon-preocess li {
    width: 18%;
  }
  .more-icon-preocess.process-model li span {
    font-size: 16px;
    height: 35px;
    line-height: 32px;
    width: 35px;
  }
  .more-icon-preocess.process-model li p {
    font-size: 8px;
  }
  .more-icon-preocess.process-model li::after {
    top: 18px;
  }
  .process-model.more-icon-preocess {
    text-align: center;
    max-width: 100%;
  }
  header ul.header-right li {
    margin-right: 10px;
  }
  .tab-content.map_tab .tab-pane::after {
    max-width: 180px;
    font-size: 10px;
  }
}

/************
CSS By Juwel
*************/
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio .medium-text,
  .case-studies-carousel .carousel-caption h2,
  .case-studies-carousel .carousel-caption p {
    margin: 20px 0;
  }
  .case-studies-carousel .carousel-inner > .item img {
    margin-top: 30px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .blogs .box-green-border {
    padding-top: 38px;
  }
  .blogs .box-green-border {
    padding-top: 0;
  }
  .case-studies-carousel .carousel-inner > .item {
    min-height: 500px;
  }
  .blogs .box-green-border {
    padding-top: 38px;
  }
  .blogs .box-green-border {
    padding-top: 0;
  }
  .NotGeneric-Title,
  .NotGeneric-SubTitle {
    margin-left: 30px !important;
  }
}

@media screen and (max-width: 1199px) {
  .portfolio .grid-item {
    width: 50%;
  }
  .case-studies-carousel .carousel-inner > .item {
    z-index: 1;
  }
  .case-studies-carousel .carousel-inner > .item p {
    text-shadow: none;
    color: #ffffff;
  }
  .case-studies-carousel .carousel-caption a {
    font-weight: 600;
  }
  .order-left {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
  .mfp-wrap {
    position: fixed !important;
    top: 0 !important;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio .medium-text,
  .case-studies-carousel .carousel-caption h2,
  .case-studies-carousel .carousel-caption p {
    margin: 10px 0;
  }
  .case-studies-carousel .carousel-inner .floating-img {
    padding: 30px 15px 0;
    margin-top: 0;
  }
  .portfolio .medium-text {
    font-size: 14px;
  }
  .NotGeneric-Title,
  .NotGeneric-SubTitle {
    margin-left: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .case-studies-carousel .carousel-inner .floating-img .pull-right {
    float: left !important;
  }
  .h1 {
    line-height: 45px !important;
  }
  .tparrows {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .clients img,
  .portfolio img,
  .blogs img {
    display: block;
    margin: 15px 0;
  }
  .portfolio .medium-text,
  .case-studies-carousel .carousel-caption h2,
  .case-studies-carousel .carousel-caption p {
    margin: 10px 0;
  }
  .case-studies-carousel .carousel-inner .floating-img {
    padding: 30px 15px 0;
  }
  .services h2 {
    padding-top: 35px;
  }
  /*portfolio*/
  .protfolio-4 > img {
    min-height: 200px;
  }
  .portfolio img {
    margin-bottom: 0;
  }
  /*css for modal*/
  .modal-content {
    padding: 10px;
  }
  .modal-header .close {
    right: 9px;
    top: 9px;
  }
  .design-process-section {
    padding-top: 42px;
  }
  .margin-top-40 {
    margin-top: 30px;
  }
  .featured-design-section img {
    margin-bottom: 10px;
  }
  .featured-design-section .btn.btn-fill.full-width {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .verticl-center-modal::before {
    height: auto;
  }
  .modal-body {
    padding-left: 5px;
    padding-right: 5px;
  }
  .portfolio {
    padding-top: 15px;
  }
  .portfolio h2 {
    margin-bottom: 10px;
  }
  .potfolio-modal .modal-body {
    padding: 50px 5px;
  }
  .portfolio img {
    margin: 0;
  }
  .portfolio .btn.btn-fill.full-width {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .port-modal-content {
    margin-top: 29px;
  }
  .potfolio-modal .thumb-list li {
    width: calc((100% - 20px) / 3);
    cursor: pointer;
    margin: 0 !important;
    padding: 0;
  }
  .portfolio .text-content {
    padding: 5px 0 15px;
  }
  .dmb-home.why-us {
    padding-top: 80px;
  }
  .search-results .content {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 560px) {
  header ul.header-right a,
  .portfolio .medium-text {
    font-size: 14px !important;
  }
  .top-carousel .carousel-caption .btn {
    max-width: 100%;
    margin: 20px 0 !important;
    display: block;
  }
  .portfolio .medium-text {
    margin: -4px 0 4px;
  }
  .case-studies-carousel .carousel-indicators {
    bottom: -33px;
  }
  .case-studies-carousel .carousel-indicators li {
    height: 50px;
    margin: 0 5px;
    width: 50px;
    background-size: cover;
  }
  .portfolio .grid-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .portfolio .filter-button-group {
    text-align: left;
    margin-left: -10px;
    margin-bottom: 10px;
  }
  .portfolio .filter-button-group button {
    margin: 0 10px 10px;
  }
}

@media screen and (max-width: 412px) {
  .case-studies-carousel .carousel-caption .row .col-xs-12:first-child {
    min-height: 300px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .main-menu .navbar-nav > li > a:not(.btn) {
    font-size: 12px;
  }
}
