/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  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.428571429;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #22527b;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container,
#header .header-container,
.hero,
section #what,
section #desc,
#world-map,
#advantage,
#prosperity,
#contact,
#footer {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
#header .header-container:before,
.hero:before,
section #what:before,
section #desc:before,
#world-map:before,
#advantage:before,
#prosperity:before,
#contact:before,
#footer:before,
.container:after,
#header .header-container:after,
.hero:after,
section #what:after,
section #desc:after,
#world-map:after,
#advantage:after,
#prosperity:after,
#contact:after,
#footer:after {
  content: " ";
  display: table;
}
.container:after,
#header .header-container:after,
.hero:after,
section #what:after,
section #desc:after,
#world-map:after,
#advantage:after,
#prosperity:after,
#contact:after,
#footer:after {
  clear: both;
}
@media (min-width: 768px) {
  .container,
  #header .header-container,
  .hero,
  section #what,
  section #desc,
  #world-map,
  #advantage,
  #prosperity,
  #contact,
  #footer {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container,
  #header .header-container,
  .hero,
  section #what,
  section #desc,
  #world-map,
  #advantage,
  #prosperity,
  #contact,
  #footer {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container,
  #header .header-container,
  .hero,
  section #what,
  section #desc,
  #world-map,
  #advantage,
  #prosperity,
  #contact,
  #footer {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row,
#header .header-container > .header-area,
.hero .hero-area,
section #what .what-area,
section #desc .desc-area,
#world-map .world-map-area,
#advantage .advantage-area,
#prosperity .prosperity-area,
#contact .contact-area,
#footer > .footer-area,
#footer > .footer-area .sitemap .sitemap-area,
#footer > .footer-bottom {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
#header .header-container > .header-area:before,
.hero .hero-area:before,
section #what .what-area:before,
section #desc .desc-area:before,
#world-map .world-map-area:before,
#advantage .advantage-area:before,
#prosperity .prosperity-area:before,
#contact .contact-area:before,
#footer > .footer-area:before,
#footer > .footer-area .sitemap .sitemap-area:before,
#footer > .footer-bottom:before,
.row:after,
#header .header-container > .header-area:after,
.hero .hero-area:after,
section #what .what-area:after,
section #desc .desc-area:after,
#world-map .world-map-area:after,
#advantage .advantage-area:after,
#prosperity .prosperity-area:after,
#contact .contact-area:after,
#footer > .footer-area:after,
#footer > .footer-area .sitemap .sitemap-area:after,
#footer > .footer-bottom:after {
  content: " ";
  display: table;
}
.row:after,
#header .header-container > .header-area:after,
.hero .hero-area:after,
section #what .what-area:after,
section #desc .desc-area:after,
#world-map .world-map-area:after,
#advantage .advantage-area:after,
#prosperity .prosperity-area:after,
#contact .contact-area:after,
#footer > .footer-area:after,
#footer > .footer-area .sitemap .sitemap-area:after,
#footer > .footer-bottom:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
#header .header-container > .header-area .logo,
#header .header-container > .header-area .nav-bar,
.hero .hero-area .hero-desc,
section #what .what-area .title,
section #what .what-area .content,
section #what .what-area .content .moreinfo,
section #desc .desc-area .col,
#world-map .world-map-area > .content,
#advantage .advantage-area > .content,
#prosperity .prosperity-area > .content,
#contact .contact-area .content,
#contact .contact-area .adressbar,
#footer > .footer-area .logo,
#footer > .footer-area .sitemap,
#footer > .footer-area .sitemap .sitemap-area > .categories,
#footer > .footer-area .sitemap .sitemap-area > .about,
#footer > .footer-area .sitemap .sitemap-area > .help,
#footer > .footer-bottom > .gezinomi {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
#header .header-container > .header-area .logo,
#header .header-container > .header-area .nav-bar,
.hero .hero-area .hero-desc,
section #what .what-area .title,
section #what .what-area .content,
section #what .what-area .content .moreinfo,
section #desc .desc-area .col,
#world-map .world-map-area > .content,
#advantage .advantage-area > .content,
#prosperity .prosperity-area > .content,
#contact .contact-area .content,
#contact .contact-area .adressbar,
#footer > .footer-area .logo,
#footer > .footer-area .sitemap,
#footer > .footer-area .sitemap .sitemap-area > .categories,
#footer > .footer-area .sitemap .sitemap-area > .about,
#footer > .footer-area .sitemap .sitemap-area > .help,
#footer > .footer-bottom > .gezinomi {
  float: left;
}
.col-xs-12,
#header .header-container > .header-area .logo,
#header .header-container > .header-area .nav-bar,
.hero .hero-area .hero-desc,
section #what .what-area .title,
section #what .what-area .content,
section #what .what-area .content .moreinfo,
section #desc .desc-area .col,
#world-map .world-map-area > .content,
#advantage .advantage-area > .content,
#prosperity .prosperity-area > .content,
#contact .contact-area .content,
#contact .contact-area .adressbar,
#footer > .footer-area .logo,
#footer > .footer-area .sitemap .sitemap-area > .categories,
#footer > .footer-area .sitemap .sitemap-area > .about,
#footer > .footer-area .sitemap .sitemap-area > .help,
#footer > .footer-bottom > .gezinomi {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6,
#footer > .footer-area .sitemap {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  #header .header-container > .header-area .logo,
  #header .header-container > .header-area .nav-bar,
  section #desc .desc-area .col,
  #world-map .world-map-area > .content,
  #advantage .advantage-area > .content,
  #prosperity .prosperity-area > .content,
  #contact .contact-area .content,
  #contact .contact-area .adressbar,
  #footer > .footer-area .logo,
  #footer > .footer-area .sitemap .sitemap-area > .categories,
  #footer > .footer-area .sitemap .sitemap-area > .about,
  #footer > .footer-area .sitemap .sitemap-area > .help {
    float: left;
  }
  .col-sm-12,
  #header .header-container > .header-area .logo,
  #header .header-container > .header-area .nav-bar,
  #world-map .world-map-area > .content {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8,
  #contact .contact-area .content {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6,
  section #desc .desc-area .col,
  #advantage .advantage-area > .content,
  #prosperity .prosperity-area > .content,
  #footer > .footer-area .sitemap .sitemap-area > .categories,
  #footer > .footer-area .sitemap .sitemap-area > .about,
  #footer > .footer-area .sitemap .sitemap-area > .help {
    width: 50%;
  }
  .col-sm-5,
  #footer > .footer-area .logo {
    width: 41.66666666666667%;
  }
  .col-sm-4,
  #contact .contact-area .adressbar {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6,
  #advantage .advantage-area > .content {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  #header .header-container > .header-area .logo,
  #header .header-container > .header-area .nav-bar,
  section #desc .desc-area .col,
  #world-map .world-map-area > .content,
  #advantage .advantage-area > .content,
  #footer > .footer-area .logo,
  #footer > .footer-area .sitemap .sitemap-area > .categories,
  #footer > .footer-area .sitemap .sitemap-area > .about,
  #footer > .footer-area .sitemap .sitemap-area > .help {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6,
  #header .header-container > .header-area .logo,
  #header .header-container > .header-area .nav-bar,
  #advantage .advantage-area > .content,
  #footer > .footer-area .logo {
    width: 50%;
  }
  .col-md-5,
  #world-map .world-map-area > .content {
    width: 41.66666666666667%;
  }
  .col-md-4,
  section #desc .desc-area .col,
  #footer > .footer-area .sitemap .sitemap-area > .categories,
  #footer > .footer-area .sitemap .sitemap-area > .about,
  #footer > .footer-area .sitemap .sitemap-area > .help {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6,
  #advantage .advantage-area > .content {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  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::-ms-expand {
  border: 0;
  background-color: transparent;
}
.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"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-horizontal .form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-horizontal .form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-horizontal .form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 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 .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2d6da3;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #285f8f;
  border-color: #112a3f;
}
.btn-primary:hover {
  color: #fff;
  background-color: #285f8f;
  border-color: #204d73;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #285f8f;
  border-color: #204d73;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d73;
  border-color: #112a3f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2d6da3;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255525;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398339;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398339;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255525;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d86;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abd;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abd;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d86;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985e0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58412;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58412;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985e0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #751d1a;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ab2a25;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ab2a25;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #751d1a;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #22527b;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.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="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before,
.modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #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: #ebccd0;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd0;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd0;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd0;
}
.btn.btn-round {
  border-radius: 24px;
}
.btn.btn-blue {
  color: #fff;
  padding: 10px 20px;
  background-color: #349fbd;
}
.btn.btn-blue:hover {
  background-color: #2f8faa;
}
.btn.btn-darkblue {
  color: #fff;
  padding: 10px 20px;
  background-color: #98b4d2;
}
.btn.btn-darkblue:hover {
  background-color: #7fa2c7;
}
.btn.btn-def {
  color: #8c8f94;
  padding: 10px 20px;
  background-color: #fcfcfc;
  border: 1px solid #e6e6e7;
}
.btn.btn-def:hover {
  background-color: #f7f7f7;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}
a:focus {
  text-decoration: none;
}
.arrow {
  background: url("/Content/Talep/img/right-arrow.png") no-repeat;
  width: 13px;
  height: 12px;
  display: inline-block;
}
#nav-icon {
  width: 32px;
  height: 28px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #349fbd;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon span:nth-child(2) {
  top: 11px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon span:nth-child(3) {
  top: 22px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  left: 4px;
}
#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 22px;
  left: 4px;
}
.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  margin-left: 7px;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  margin-left: 0 !important;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
html {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 14px;
  line-height: 1.75em;
}
@media (min-width: 600px) {
  html {
    font-size: calc( 14px + (20 - 14) * ((100vw - 600px) / (1140 - 600)) );
  }
}
@media (min-width: 1140px) {
  html {
    font-size: 20px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
}
p,
blockquote,
pre,
address,
dl,
ol,
ul,
table {
  margin-bottom: 1.75em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  color: #111;
  clear: both;
}
h1 {
  font-size: 32.49678827773071px;
  margin-top: 0.942400822452556em;
  line-height: 1.130880986943067em;
  margin-bottom: 0.188480164490511em;
}
@media (min-width: 600px) {
  h1 {
    font-size: calc( 32.49678827773071px + (46.423983253901014 - 32.49678827773071) * ((100vw - 600px) / (1140 - 600)) );
  }
}
@media (min-width: 1140px) {
  h1 {
    font-size: 46.423983253901014px;
    margin-top: 0.942400822452556em;
    line-height: 1.130880986943067em;
    margin-bottom: 0.188480164490511em;
  }
}
h2 {
  font-size: 27.459837310039262px;
  margin-top: 1.115265165420465em;
  line-height: 1.338318198504558em;
  margin-bottom: 0.247421680709243em;
}
@media (min-width: 600px) {
  h2 {
    font-size: calc( 27.459837310039262px + (39.228339014341806 - 27.459837310039262) * ((100vw - 600px) / (1140 - 600)) );
  }
}
@media (min-width: 1140px) {
  h2 {
    font-size: 39.228339014341806px;
    margin-top: 1.115265165420465em;
    line-height: 1.338318198504558em;
    margin-bottom: 0.240111086421698em;
  }
}
h3 {
  font-size: 23.203605804040404px;
  margin-top: 1.319837970815179em;
  line-height: 1.583805564978215em;
  margin-bottom: 0.298096030457675em;
}
@media (min-width: 600px) {
  h3 {
    font-size: calc( 23.203605804040404px + (33.14800829148629 - 23.203605804040404) * ((100vw - 600px) / (1140 - 600)) );
  }
}
@media (min-width: 1140px) {
  h3 {
    font-size: 33.14800829148629px;
    margin-top: 1.319837970815179em;
    line-height: 1.583805564978215em;
    margin-bottom: 0.287857499569283em;
  }
}
h4 {
  font-size: 19.6070834735957px;
  margin-top: 1.561935513828041em;
  line-height: 1.87432261659365em;
  margin-bottom: 0.360184181283628em;
}
@media (min-width: 600px) {
  h4 {
    font-size: calc( 19.6070834735957px + (28.01011924799386 - 19.6070834735957) * ((100vw - 600px) / (1140 - 600)) );
  }
}
@media (min-width: 1140px) {
  h4 {
    font-size: 28.01011924799386px;
    margin-top: 1.561935513828041em;
    line-height: 1.87432261659365em;
    margin-bottom: 0.345845057728222em;
  }
}
h5 {
  font-size: 16.56801643620442px;
  margin-top: 1.84844094752817em;
  line-height: 2.218129137033805em;
  margin-bottom: 0.369688189505634em;
}
@media (min-width: 600px) {
  h5 {
    font-size: calc( 16.56801643620442px + (23.668594908863454 - 16.56801643620442) * ((100vw - 600px) / (1140 - 600)) );
  }
}
@media (min-width: 1140px) {
  h5 {
    font-size: 23.668594908863454px;
    margin-top: 1.84844094752817em;
    line-height: 2.218129137033805em;
    margin-bottom: 0.369688189505634em;
  }
}
h6 {
  font-size: 14px;
  margin-top: 2.1875em;
  line-height: 2.625em;
  margin-bottom: 0.59375em;
}
@media (min-width: 600px) {
  h6 {
    font-size: calc( 14px + (20 - 14) * ((100vw - 600px) / (1140 - 600)) );
  }
}
@media (min-width: 1140px) {
  h6 {
    font-size: 20px;
    margin-top: 2.1875em;
    line-height: 2.625em;
    margin-bottom: 0.46875em;
  }
}
blockquote {
  font-style: italic;
}
blockquote cite {
  display: block;
  font-style: normal;
}
pre {
  padding: 0.875em;
  margin-bottom: 1.75em;
}
pre code {
  padding: 0;
}
code {
  font-family: 'Courier New', 'Courier', 'Lucida Sans Typewriter', 'Lucida Typewriter', 'monospace';
  padding: 0.0875em 0.2625em;
  line-height: 0;
}
big,
small,
sub,
sup {
  line-height: 0;
}
abbr,
acronym {
  border-bottom: 1px dotted currentColor;
  cursor: help;
}
address {
  font-style: normal;
}
dt {
  color: #111;
  font-weight: bold;
}
ul {
  padding-left: 1.1em;
}
ol {
  padding-left: 1.4em;
}
fieldset {
  padding: 0.875em 1.75em 1.75em;
  border-width: 1px;
  border-style: solid;
  max-width: 100%;
  margin-bottom: 1.8375em;
}
@media (min-width: 1140px) {
  fieldset {
    margin-bottom: 2.078125em;
  }
}
fieldset button,
fieldset input[type="submit"] {
  margin-bottom: 0;
}
legend {
  color: #111;
  font-weight: bold;
}
label {
  display: block;
  padding-bottom: 0.21875em;
  margin-bottom: -0.21875em;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  display: block;
  max-width: 100%;
  padding: 0.4375em;
  font-size: 14px;
  margin-bottom: 1.18125em;
}
@media (min-width: 600px) {
  input[type="text"],
  input[type="email"],
  input[type="password"],
  textarea {
    font-size: calc( 14px + (20 - 14) * ((100vw - 600px) / (1140 - 600)) );
  }
}
@media (min-width: 1140px) {
  input[type="text"],
  input[type="email"],
  input[type="password"],
  textarea {
    font-size: 20px;
    margin-bottom: 0.5140625em;
  }
}
input[type="submit"],
button {
  display: block;
  cursor: pointer;
  font-size: 14px;
  padding: 0.4375em 1.75em;
  margin-bottom: 1.18125em;
}
@media (min-width: 600px) {
  input[type="submit"],
  button {
    font-size: calc( 14px + (20 - 14) * ((100vw - 600px) / (1140 - 600)) );
  }
}
@media (min-width: 1140px) {
  input[type="submit"],
  button {
    font-size: 20px;
    margin-bottom: 1.3125em;
  }
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 2.1875em;
}
@media (min-width: 1140px) {
  table {
    margin-bottom: 2.05625em;
  }
}
th {
  text-align: left;
  color: #111;
  padding: 0.21875em 0.875em;
}
@media (min-width: 1140px) {
  th {
    padding: 0.4375em 0.875em;
  }
}
td {
  padding: 0.21875em 0.875em;
}
@media (min-width: 1140px) {
  td {
    padding: 0.4375em 0.875em;
  }
}
/*
container-fixed()
make-row()
make-xs-column(6)
@extend .col-xs-12
+col-sm()
*/
body {
  background: url("/Content/Talep/img/header-bg-Recovered.jpg") center 0 no-repeat #fff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #8c8f94;
  height: 3500px;
}
body .white {
  position: absolute;
  height: 870px;
  width: 100%;
  display: block;
  background: linear-gradient(to bottom, #fff 0%, rgba(255,255,255,0) 75%);
}
.title > h3 {
  margin-top: 90px;
  margin-bottom: 50px;
  font-weight: 300;
  color: #26272d;
}
.custom-form label {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #26272d;
}
.custom-form button[type=submit] {
  min-width: 130px;
  font-size: 16px;
}
.custom-form input[type=text],
.custom-form input[type=email],
.custom-form textarea {
  transition: border 500ms ease-out;
  background: transparent;
  border: none;
  box-shadow: none;
  border-bottom: 2px solid #98b4d2;
  border-radius: 0;
  padding: 13px 0;
  font-size: 16px;
  font-weight: 300;
  height: auto;
}
.custom-form input[type=text]:focus,
.custom-form input[type=email]:focus,
.custom-form textarea:focus {
  box-shadow: none;
  border-color: #eb2731;
}
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 40px 0;
  z-index: 10;
  background-color: transparent;
  transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
}
#header.active {
  background-color: #fff;
  padding: 25px 0;
  box-shadow: 0 1px 10px rgba(0,0,0,0.15);
}
#header .header-container > .header-area .logo > .logo-desc {
  display: inline-block;
  padding-left: 15px;
  margin-left: 15px;
  line-height: 40px;
  font-size: 20px;
  border-left: 1px solid #adadad;
  color: #706f6f;
}
#header .header-container > .header-area .nav-bar {
  text-align: right;
}
#header .header-container > .header-area .nav-bar > nav > ul {
  margin: 0;
}
#header .header-container > .header-area .nav-bar > nav > ul > li {
  display: inline-block;
  margin-right: 30px;
  font-size: 16px;
  list-style: none;
  font-weight: 400;
}
#header .header-container > .header-area .nav-bar > nav > ul > li:last-child {
  margin-right: 0;
}
#header .header-container > .header-area .nav-bar > nav > ul > li > a {
  color: #26272d;
}
#header .header-container > .header-area .nav-bar > nav > ul > li > a:hover {
  color: #349fbd;
  text-decoration: none;
}
#header .header-container > .header-area .nav-bar > nav > ul > li > .btn-blue {
  font-size: 16px;
}
@media (max-width: 767px) {
  #header .header-container > .header-area .nav-bar #nav-icon {
    position: absolute;
    right: 0;
    display: block;
  }
}
.hero {
  margin-top: 110px;
}
.hero .hero-area .hero-desc > h2 {
  text-align: center;
  margin-top: 110px;
  font-weight: 300;
}
.hero .hero-area .hero-desc > .macbook {
  text-align: center;
  position: relative;
  top: 85px;
  left: 4px;
}
.hero .hero-area .hero-desc > .screen-icons {
  background: url("/Content/Talep/img/screen-icons.png") no-repeat;
  position: absolute;
  width: 1063px;
  height: 367px;
}
.hero .hero-area .hero-desc > #screen-icons {
  position: absolute;
}
section {
  position: relative;
  overflow: hidden;
}
section.light-blue {
  background-color: #f8fafb;
}
section.azure-blue {
  background-color: #f3f9ff;
}
section > .holiday-show {
  position: absolute;
  left: 0;
  bottom: 0;
}
section #what .what-area {
  margin-bottom: 50px;
}
section #what .what-area .title {
  text-align: center;
}
section #what .what-area .title > h3 {
  margin-top: 90px;
  margin-bottom: 50px;
  font-weight: 300;
  color: #26272d;
}
section #what .what-area .content {
  font-size: 18px;
}
section #what .what-area .content .moreinfo {
  text-align: center;
}
section #what .what-area .content .moreinfo .btn-def {
  font-weight: 600;
}
section #desc .desc-area {
  margin-top: 100px;
  margin-bottom: 100px;
}
section #desc .desc-area .col {
  min-height: 160px;
}
section #desc .desc-area .col > .title {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #26272d;
}
section #desc .desc-area .col > .content {
  font-size: 14px;
}
section #desc .desc-area .col.lock-icon {
  padding-left: 60px;
  background: url("/Content/Talep/img/lock-icon.png") no-repeat;
}
#world-map .world-map-area > .content {
  font-size: 18px;
}
#world-map .world-map-area > .content .partners {
  margin-top: 120px;
  margin-bottom: 120px;
}
#world-map .world-map-area > .content .partners > .title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #26272d;
}
#world-map .world-map-area > .map-show {
  position: absolute;
  bottom: 110px;
  left: 50%;
}
#advantage .advantage-area > .content {
  margin-bottom: 80px;
}
#advantage .advantage-area > .content > p {
  font-size: 18px;
}
#advantage .advantage-area > .advantage-show {
  position: absolute;
  bottom: 30px;
  right: 64%;
}
#prosperity .prosperity-area > .content {
  margin-bottom: 180px;
}
#prosperity .prosperity-area > .content > p {
  font-size: 18px;
}
#prosperity .prosperity-area > .prosperity-show {
  position: absolute;
  bottom: 0;
  left: 60%;
}
#contact .contact-area {
  margin-bottom: 80px;
}
#contact .contact-area .content .title > h3 {
  margin-bottom: 10px;
}
#contact .contact-area .content p {
  font-size: 18px;
}
#contact .contact-area .content form button {
  margin-top: 25px;
}
#contact .contact-area .content form textarea {
  min-height: 130px;
}
#contact .contact-area .adressbar {
  margin-top: 190px;
  padding-left: 6%;
}
@media (max-width: 767px) {
  #contact .contact-area .adressbar {
    margin-top: 30px;
    padding-left: 15px;
  }
}
#contact .contact-area .adressbar > .mail,
#contact .contact-area .adressbar .phone {
  line-height: 4em;
}
#contact .contact-area .adressbar > .mail > span,
#contact .contact-area .adressbar .phone > span,
#contact .contact-area .adressbar > .mail a,
#contact .contact-area .adressbar .phone a {
  font-weight: 600;
  color: #26272d;
  margin-left: 35px;
}
#contact .contact-area .adressbar > .mail {
  background: url("/Content/Talep/img/icon-mail.png") no-repeat center left 2px;
}
#contact .contact-area .adressbar > .phone {
  background: url("/Content/Talep/img/icon-phone.png") no-repeat center left;
}
#contact .contact-area .adressbar > .adress > .title {
  font-size: 12px;
  font-weight: 600;
  color: #26272d;
  margin-bottom: 10px;
  text-transform: uppercase;
  margin-top: 50px;
}
#contact .contact-area .adressbar > .adress > p {
  font-size: 16px;
}
#footer > .footer-area {
  margin-top: 80px;
  padding-bottom: 70px;
  border-bottom: 1px solid #f4f4f4;
}
#footer > .footer-area .logo .logo-desc {
  width: 60%;
  margin-top: 10px;
  line-height: 2em;
}
#footer > .footer-area .sitemap .sitemap-area > .categories,
#footer > .footer-area .sitemap .sitemap-area > .about,
#footer > .footer-area .sitemap .sitemap-area > .help {
  padding-right: 0;
}
#footer > .footer-area .sitemap .sitemap-area > .categories > span,
#footer > .footer-area .sitemap .sitemap-area > .about > span,
#footer > .footer-area .sitemap .sitemap-area > .help > span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #26272d;
}
#footer > .footer-area .sitemap .sitemap-area > .categories > ul,
#footer > .footer-area .sitemap .sitemap-area > .about > ul,
#footer > .footer-area .sitemap .sitemap-area > .help > ul {
  padding: 0;
  margin-top: 10px;
}
#footer > .footer-area .sitemap .sitemap-area > .categories > ul > li,
#footer > .footer-area .sitemap .sitemap-area > .about > ul > li,
#footer > .footer-area .sitemap .sitemap-area > .help > ul > li {
  list-style: none;
  font-size: 16px;
  line-height: 2em;
}
#footer > .footer-area .sitemap .sitemap-area > .categories > ul > li a,
#footer > .footer-area .sitemap .sitemap-area > .about > ul > li a,
#footer > .footer-area .sitemap .sitemap-area > .help > ul > li a {
  color: #8c8f94;
}
#footer > .footer-area .sitemap .sitemap-area > .categories > ul > li a:hover,
#footer > .footer-area .sitemap .sitemap-area > .about > ul > li a:hover,
#footer > .footer-area .sitemap .sitemap-area > .help > ul > li a:hover {
  color: #349fbd;
  text-decoration: none;
}
#footer > .footer-bottom {
  line-height: 100px;
}
#footer > .footer-bottom > .gezinomi {
  text-align: right;
}
#footer > .footer-bottom > .gezinomi > span {
  font-weight: 600;
  font-size: 10px;
  color: #26272d;
  margin-right: 5px;
}
#myModal .modal-small,
#modalFAQ .modal-small {
  max-width: 400px;
  margin-top: 210px;
}
#myModal .modal-lg,
#modalFAQ .modal-lg {
  margin-top: 210px;
}
#myModal .modal-content,
#modalFAQ .modal-content {
  border: none;
  border-radius: 4px;
  box-shadow: none !important;
  overflow: hidden;
}
#myModal .modal-content .modal-header,
#modalFAQ .modal-content .modal-header {
  background: #349fbd;
  border: none;
  padding: 10px;
  border-radius: 4px 4px 0 0;
}
#myModal .modal-content .modal-header h4,
#modalFAQ .modal-content .modal-header h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}
#myModal .modal-content .modal-header .close-icon,
#modalFAQ .modal-content .modal-header .close-icon {
  padding: 14px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
#myModal .modal-content .modal-header .close-icon:hover,
#modalFAQ .modal-content .modal-header .close-icon:hover {
  background-color: #329ab7;
}
#myModal .modal-content .modal-header .close-icon:active,
#modalFAQ .modal-content .modal-header .close-icon:active {
  background-color: #2f8faa;
}
#myModal .modal-content .content,
#modalFAQ .modal-content .content {
  padding: 10px;
  padding-bottom: 8px;
}
#myModal .modal-content .content .title > h4,
#modalFAQ .modal-content .content .title > h4 {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 15px;
}
#myModal .modal-content .content button[type=submit],
#modalFAQ .modal-content .content button[type=submit] {
  margin: 0 auto;
  display: block;
  margin-top: 6px;
}
#myModal .modal-content .content button[type=submit]:disabled,
#modalFAQ .modal-content .content button[type=submit]:disabled {
  opacity: 1;
}
#myModal .modal-content .content .success img,
#modalFAQ .modal-content .content .success img {
  margin: 0 auto;
  display: block;
}
#myModal .modal-content .content .success p,
#modalFAQ .modal-content .content .success p {
  font-size: 18px;
  text-align: center;
  padding-top: 25px;
  margin-bottom: 10px;
}
#modalFAQ .content .panel-default {
  border: none !important;
}
#modalFAQ .content .panel-default > .panel-heading {
  background: none !important;
  padding: 15px;
}
#modalFAQ .content .panel-default > .panel-heading .panel-title > a {
  display: block;
}
#modalFAQ .content .panel-default > .panel-heading .panel-title > a:hover {
  color: #349fbd;
  text-decoration: none;
}
#modalFAQ .content .panel-default > .panel-heading .panel-title > a i {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 10px;
  float: left;
}
#modalFAQ .content .panel-default > .panel-heading .panel-title > a i.img-minus {
  background: url("/Content/Talep/img/icon-minus.png") no-repeat;
}
#modalFAQ .content .panel-default > .panel-heading .panel-title > a i.img-plus {
  background: url("/Content/Talep/img/icon-plus.png") no-repeat;
}
#modalFAQ .content .panel-body {
  border-color: #98b4d2;
  border-top: 2px solid #98b4d2;
}
#mobile {
  display: none;
}
.messagebox {
  display: table;
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.messagebox.success {
  background-color: #f8fff3;
  color: #2c662d;
  border-color: #d6e9c6;
}
.messagebox.danger {
  background-color: #fff3f3;
  color: #9f3a38;
  border-color: #ebccd1;
}
.messagebox .text {
  display: table-cell;
}
.messagebox .icon {
  display: table-cell;
  width: 45px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  body {
    background: url("../Content/TalepContent/Talep/img/header-bg-phone.jpg") no-repeat !important;
  }
  .content,
  .content > p {
    font-size: inherit !important;
  }
  #myModal .modal-small {
    margin-top: 70px;
  }
  #header {
    padding: 20px 0;
  }
  #header.active {
    padding: 15px 0;
  }
  #screen-icons > img,
  #macbook > img {
    overflow: hidden;
    width: 95%;
    height: 100%;
    display: block;
  }
  section #desc .desc-area {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  section #desc .desc-area .col.lock-icon {
    padding-left: 80px;
    background-position: 15px top;
  }
  .hero {
    margin-top: 30px;
  }
  .hero h2 {
    text-align: center;
    margin-top: 84px;
    font-weight: 300;
    margin: 85px 30px;
    margin-bottom: 0;
    font-size: 2em;
  }
  #header .logo img {
    width: 140px;
  }
  #header .logo .logo-desc {
    display: block;
    margin-left: 0 !important;
    padding-left: 0 !important;
    border: none !important;
    font-size: 13px !important;
    line-height: 20px !important;
  }
  #header .header-container > .header-area .nav-bar {
    display: none;
    margin-top: 10px;
  }
  #header .header-container > .header-area .nav-bar ul {
    padding: 0;
  }
  #header .header-container > .header-area .nav-bar ul > li {
    display: block !important;
    text-align: center;
    background: #349fbd;
    margin: 10px 0 !important;
    padding: 5px;
  }
  #header .header-container > .header-area .nav-bar ul > li:last-child {
    margin-bottom: 0 !important;
  }
  #header .header-container > .header-area .nav-bar ul > li a {
    color: #fff !important;
  }
  #header .header-container > .header-area .nav-bar ul > li button {
    padding: 0 !important;
    width: 100%;
    border-radius: 0;
  }
  #mobile {
    display: block;
  }
  #mobile #nav-icon {
    position: absolute;
    right: 25px;
  }
  #world-map .world-map-area > .content .partners {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #world-map .world-map-area > .content .partners > img {
    display: block;
    margin-bottom: 10px;
  }
  #world-map .world-map-area > .content .partners > img:last-child {
    margin-bottom: 0;
  }
  #world-map .world-map-area > .map-show {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    padding: 0 30px !important;
    margin-bottom: 60px !important;
  }
  #world-map .world-map-area > .map-show img {
    width: 100%;
  }
  .title > h3 {
    margin-top: 39px;
    margin-bottom: 30px;
  }
  #advantage .advantage-area > .advantage-show {
    position: relative !important;
    bottom: auto !important;
    right: auto !important;
    margin-top: 60px !important;
  }
  #advantage .advantage-area > .advantage-show img {
    width: 100%;
  }
  #prosperity .prosperity-area > .content {
    margin: 0;
  }
  #prosperity .prosperity-area > .prosperity-show {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
  }
  #prosperity .prosperity-area > .prosperity-show img {
    width: 100%;
  }
  #contact .contact-area {
    margin-bottom: 15px;
  }
  #contact .contact-area .adressbar > .adress > .title {
    margin-top: 15px;
  }
  #contact .contact-area .adressbar {
    margin-top: 15px;
  }
  #advantage .advantage-area > .content {
    margin-bottom: 15px;
  }
  #footer > .footer-area {
    margin-top: 35px;
  }
  #footer > .footer-bottom {
    margin-bottom: 60px;
  }
  .holiday-show img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    background-position: center -210px;
  }
  .content,
  .content > p {
    font-size: inherit !important;
  }
  #myModal .modal-small {
    margin-top: 70px;
  }
  #header {
    padding: 25px 0;
  }
  #header.active {
    padding: 15px 0;
  }
  #screen-icons > img,
  #macbook > img {
    overflow: hidden;
    width: 95%;
    height: 100%;
    display: block;
  }
  section #desc .desc-area {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  section #desc .desc-area .col.lock-icon {
    padding-left: 80px;
    background-position: 15px top;
  }
  .hero {
    margin-top: 30px;
  }
  .hero h2 {
    text-align: center;
    margin-top: 84px;
    font-weight: 300;
    margin: 85px 30px;
    margin-bottom: 0;
    font-size: 2em;
  }
  #header .logo img {
    width: 140px;
  }
  #header .logo .logo-desc {
    font-size: 13px !important;
    line-height: 20px !important;
  }
  .nav-bar {
    display: none;
  }
  #mobile {
    display: block;
  }
  #mobile #nav-icon {
    position: absolute;
    right: 25px;
  }
  #header .header-container > .header-area .nav-bar {
    display: none;
    margin-top: 10px;
  }
  #header .header-container > .header-area .nav-bar ul {
    padding: 0;
  }
  #header .header-container > .header-area .nav-bar ul > li {
    display: block !important;
    text-align: center;
    background: #349fbd;
    margin: 10px 0 !important;
    padding: 5px;
  }
  #header .header-container > .header-area .nav-bar ul > li:last-child {
    margin-bottom: 0 !important;
  }
  #header .header-container > .header-area .nav-bar ul > li a {
    color: #fff !important;
  }
  #header .header-container > .header-area .nav-bar ul > li button {
    padding: 0 !important;
    width: 100%;
    border-radius: 0;
  }
  #world-map .world-map-area > .content .partners {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #world-map .world-map-area > .content .partners > img:last-child {
    margin-bottom: 0;
  }
  #world-map .world-map-area > .map-show {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    padding: 0 30px !important;
    margin-bottom: 60px !important;
  }
  #world-map .world-map-area > .map-show img {
    width: 100%;
  }
  .title > h3 {
    margin-top: 39px;
    margin-bottom: 30px;
  }
  #advantage .advantage-area > .advantage-show {
    right: 50%;
  }
  #advantage .advantage-area > .advantage-show img {
    width: 100%;
  }
  #prosperity .prosperity-area > .content {
    margin: 0;
  }
  #prosperity .prosperity-area > .prosperity-show img {
    width: 100%;
  }
  #prosperity .prosperity-area > .content {
    margin-bottom: 130px;
  }
  #contact .contact-area {
    margin-bottom: 15px;
  }
  #contact .contact-area .adressbar > .adress > .title {
    margin-top: 15px;
  }
  #contact .contact-area .adressbar {
    margin-top: 75px;
  }
  #advantage .advantage-area > .content {
    margin-bottom: 15px;
  }
  #footer > .footer-area {
    margin-top: 35px;
  }
  #footer > .footer-bottom {
    margin-bottom: 60px;
  }
  #footer > .footer-area .logo .logo-desc {
    width: 100%;
  }
  #footer > .footer-area {
    padding-bottom: 0;
  }
  .holiday-show img {
    width: 85%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    background-position: center -210px;
  }
  .content,
  .content > p {
    font-size: inherit !important;
  }
  #header {
    padding: 25px 0;
  }
  #header.active {
    padding: 15px 0;
  }
  #screen-icons > img,
  #macbook > img {
    overflow: hidden;
    width: 80%;
    height: 100%;
    display: block;
    margin: 0 auto;
  }
  section #desc .desc-area {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  section #desc .desc-area .col.lock-icon {
    padding-left: 80px;
    background-position: 15px top;
    min-height: 190px;
  }
  .hero {
    margin-top: 30px;
  }
  .hero h2 {
    text-align: center;
    margin-top: 84px;
    font-weight: 300;
    margin: 85px 30px;
    margin-bottom: 20px;
    font-size: 2em;
  }
  #header .logo img {
    width: 140px;
  }
  #header .logo .logo-desc {
    font-size: 16px !important;
    line-height: 30px !important;
  }
  .nav-bar {
    display: block;
  }
  .nav-bar li {
    margin-right: 18px !important;
  }
  .nav-bar li:last-child {
    margin-right: 0 !important;
  }
  #mobile {
    display: none;
  }
  #mobile #nav-icon {
    position: absolute;
    right: 25px;
  }
  #world-map .world-map-area > .content .partners {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #world-map .world-map-area > .content .partners > img {
    display: block;
    margin-bottom: 8px;
  }
  #world-map .world-map-area > .content .partners > img:last-child {
    margin-bottom: 0;
  }
  #world-map .world-map-area > .map-show {
    bottom: 70px;
    left: 45%;
  }
  #world-map .world-map-area > .map-show img {
    width: 100%;
  }
  .title > h3 {
    margin-top: 39px;
    margin-bottom: 30px;
  }
  #advantage .advantage-area > .advantage-show {
    right: 50%;
  }
  #advantage .advantage-area > .advantage-show img {
    width: 80%;
  }
  #prosperity .prosperity-area > .content {
    margin: 0;
  }
  #prosperity .prosperity-area > .prosperity-show img {
    width: 70%;
  }
  #prosperity .prosperity-area > .content {
    margin-bottom: 130px;
  }
  #contact .contact-area {
    margin-bottom: 15px;
  }
  #contact .contact-area .adressbar > .adress > .title {
    margin-top: 15px;
  }
  #contact .contact-area .adressbar {
    margin-top: 75px;
  }
  #advantage .advantage-area > .content {
    margin-bottom: 15px;
  }
  #footer > .footer-area {
    margin-top: 35px;
  }
  #footer > .footer-area .logo .logo-desc {
    width: 100%;
  }
  #footer > .footer-area {
    padding-bottom: 120px;
  }
  .holiday-show img {
    width: 85%;
  }
}
