body {
  font-family: tahoma, arial, verdana, sans-serif;
}
a {
  color: #3F51B5;
}
a:hover {
  color: #5C6BC0;
  text-decoration: none;
}
.align-center {
  text-align: center;
}
.ajax-result {
  background-image: url("/assets/images/ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 50px;
}
comment {
  color: #AAA;
}
/**********************************************************/
/* Fonts                                                  */
/* cyrillic */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 200;
  src: local('Exo 2 Extra Light'), local('Exo2-ExtraLight'), url(https://geo.indorsoft.ru/assets/fonts/fTWF5_X2GMFGSeu9Jfm8xRkAz4rYn47Zy2rvigWQf6w.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 200;
  src: local('Exo 2 Extra Light'), local('Exo2-ExtraLight'), url(https://geo.indorsoft.ru/assets/fonts/2te67bJO7v3hcIhF8WOfpxkAz4rYn47Zy2rvigWQf6w.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 200;
  src: local('Exo 2 Extra Light'), local('Exo2-ExtraLight'), url(https://geo.indorsoft.ru/assets/fonts/4VH1sjauXOSoJIJOdxuAC3YhjbSpvc47ee6xR_80Hnw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/**********************************************************/
/* Navigation                                             */
#landing nav {
  height: 60px;
  line-height: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: 1px solid rgba(108, 135, 164, 0.2);
  z-index: 4;
}
#landing nav .nav-links {
  float: left;
}
#landing nav .nav-signin {
  float: right;
}
#landing nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#landing nav ul li {
  float: left;
}
#landing nav ul li.active a {
  color: #383d48;
  border-bottom: 1px #383d48 solid;
}
#landing nav ul li a {
  color: #7e879b;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 17px;
  font-weight: bold;
  line-height: 59px;
  margin-bottom: -1px;
}
#landing nav ul li a.btn-white {
  background-color: #276bb0;
  color: white;
  border-radius: 4px;
  padding: 0 17px;
  line-height: 39px;
  margin-top: 10px;
}
#landing nav ul li a.btn-white:hover {
  color: white;
  background-color: #215c96;
}
#landing nav ul li a.btn-white:focus,
#landing nav ul li a.btn-white:active {
  background: none;
  background-color: #215c96;
  -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);
}
#landing nav ul li a:hover {
  color: #383d48;
}
#landing nav ul li a.logo {
  margin-top: 0;
  margin-left: 0;
  color: #3F51B5;
  text-transform: none;
  font-family: "Exo 2", tahoma, arial, verdana, sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 30px;
}
#landing nav ul li a.logo img {
  height: 60px;
  width: auto;
  display: block;
  float: left;
}
#landing nav ul li a.logo small {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #2f3d88;
}
#landing nav ul.nav-signin a {
  color: #383d48;
}
#landing nav ul.nav-signin a:hover {
  color: #7e879b;
}
#landing .mobile-menu {
  display: none;
}
@media (max-width: 767px) {
  #landing nav {
    overflow: hidden;
  }
  #landing .hide-xs {
    display: none;
  }
  #landing .mobile-menu-close,
  #landing.mobile-menu-active .mobile-menu-open {
    display: none !important;
  }
  #landing .mobile-menu-open,
  #landing.mobile-menu-active .mobile-menu-close {
    display: block !important;
  }
  #landing.mobile-menu-active nav .container {
    width: auto;
  }
  #landing.mobile-menu-active nav .logo img {
    display: none;
  }
  #landing .mobile-menu img {
    cursor: pointer;
    width: 36px;
    margin-top: 13px;
  }
  #landing.mobile-menu-active nav {
    height: auto;
    background-color: #383d48;
  }
  #landing.mobile-menu-active nav .nav-signin li {
    background-color: #3e434d;
  }
  #landing nav .container {
    padding: 0;
    width: 1170px;
  }
  #landing nav .container .nav-links,
  #landing nav .container .nav-signin {
    float: none;
  }
  #landing nav .container ul li a {
    color: rgba(255, 255, 255, 0.75);
  }
  #landing nav .container ul li a :hover {
    color: white;
  }
  #landing nav .container ul li a.logo {
    pointer-events: none;
    /*отмена hover для логотипа*/
    font-size: 21px;
    color: #1452a1;
    padding-right: 60px;
  }
  #landing nav .container ul li.active a {
    color: white;
  }
  #landing nav .container .nav-signin {
    border-top: 1px solid #484c56;
    margin-top: 60px;
  }
  #landing nav .container .nav-signin li {
    float: left;
    width: 50%;
    text-align: center;
  }
  #landing nav .container .nav-signin li a {
    font-weight: 300;
    margin-top: 0;
    line-height: 45px;
  }
  #landing nav .container .nav-signin li a:hover,
  #landing nav .container .nav-signin li a:active,
  #landing nav .container .nav-signin li a:focus {
    color: white;
    background-color: transparent;
    box-shadow: none;
  }
  #landing nav .container .nav-signin li:first-child {
    background-color: transparent;
  }
  #landing nav .container .nav-signin li:last-child {
    border-left: 1px solid #484c56;
  }
  #landing nav .container .nav-signin li.mobile-menu {
    position: absolute;
    top: 0;
    border-bottom: 0;
    right: 0px;
    padding-right: 12px;
    width: auto;
  }
  #landing nav .container .nav-links li {
    text-align: center;
  }
  #landing nav .container .nav-links li:first-child {
    position: absolute;
    top: 0;
    border-bottom: 0;
  }
  #landing nav .container .nav-links li:nth-child(2) {
    padding-top: 10px;
  }
  #landing nav .container .hide-xs {
    display: block;
  }
  #landing nav .container li {
    display: block;
    float: none;
    border-bottom: 1px #484c56 solid;
    padding: 0 15px;
  }
  #landing nav .container li a {
    margin: 0;
    line-height: 45px;
    font-weight: normal;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
    display: block;
  }
  #landing nav .container li a.btn-white {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.75);
    padding: 0;
  }
  #landing nav .container li a.btn-white:hover {
    color: white;
    top: 0;
  }
}
/**********************************************************/
/* Header                                                 */
#landing header {
  overflow: hidden;
  background-image: url(/assets/images/head-bg.png);
  background-size: 1px 411px;
  background-repeat: repeat-x;
  position: relative;
  padding-top: 80px;
  height: 420px;
}
#landing header p {
  font-family: "Exo 2", tahoma, arial, verdana, sans-serif;
  font-size: 24px;
  color: #5d6578;
  margin: auto auto 25px;
  position: relative;
  z-index: 2;
}
#landing header p.test_road_directions,
#landing header p.test_road_contractors {
  max-width: 550px;
}
#landing header .ss-background {
  position: absolute;
  left: 50%;
  z-index: 2;
  width: 380px;
  bottom: 0px;
  margin-left: -195px;
}
#landing header .ss-background-chart {
  display: none;
  position: absolute;
  width: 2260px;
  height: 680px;
  left: 50%;
  bottom: -20px;
  margin-left: -1150px;
  z-index: 1;
  overflow: hidden;
  -webkit-animation: showLine 4s linear 1s;
  animation: showLine 4s linear 1s;
}
#landing header .ss-background-chart img {
  width: 2260px;
}
#landing .conversion,
#landing .conversion-r74 {
  background: #689F38 none;
  border: 0;
  border-radius: 4px;
  color: white;
  line-height: 53px;
  padding-bottom: 1px;
  padding-top: 0;
  font-weight: normal;
  text-shadow: none;
  box-shadow: none;
  font-size: 20px;
}
#landing .conversion:hover,
#landing .conversion-r74:hover {
  background: #558B2F none;
  color: white;
}
#landing .conversion-r74 {
  background-color: #AD3822;
  border-color: #AD3822;
}
#landing .conversion-r74:hover {
  background-color: #D8503A;
  border-color: #D8503A;
}
@media (min-width: 768px) {
  #landing header {
    background-size: 1px 630px;
    padding-top: 115px;
    height: 655px;
  }
  #landing header .ss-background {
    width: 1020px;
    bottom: 0px;
    margin-left: -532px;
  }
  #landing header .ss-background-chart {
    display: block;
  }
  #landing header p {
    font-size: 32px;
    margin-bottom: 40px;
  }
  #landing header .conversion {
    background-image: url(/assets/images/btn-arrow.svg);
    background-size: 55px 30px;
    background-position: center right;
    background-repeat: no-repeat;
    padding: 0 70px 0 40px;
  }
  #landing header .conversion:hover {
    background-image: url(/assets/images/btn-arrow.svg);
    background-size: 55px 30px;
    background-position: center right;
    background-repeat: no-repeat;
  }
}
/**********************************************************/
/* Customers                                              */
#landing section {
  border-bottom: 1px #F1F1F2 solid;
  padding: 40px 0;
}
#landing section h1,
#landing section h2,
#landing section h3 {
  font-family: "Exo 2", tahoma, arial, verdana, sans-serif;
}
#landing section h1 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 130%;
  color: #777;
}
#landing section h2 {
  font-size: 24px;
  color: #555;
}
#landing section h3 {
  font-size: 20px;
  line-height: 2em;
}
#feedback .russianhighways {
  padding-top: 20px;
  padding-bottom: 10px;
}
#feedback .dorkomi {
  padding-top: 3px;
}
#landing {
  /**********************************************************/
  /* Object Types                                           */
  /**********************************************************/
  /* Pano Demo                                              */
  /**********************************************************/
  /* GIS Integration                                        */
  /**********************************************************/
  /* Object Types                                           */
  /**********************************************************/
  /* Object Types                                           */
}
#landing section#mapDemo {
  padding: 0;
  background: #00469a;
  position: relative;
  height: 542px;
}
#landing section#mapDemo h2 {
  color: white;
  text-align: center;
}
#landing section#mapDemo table {
  position: relative;
  margin-top: -15px;
  top: 25px;
  width: 100%;
  border-right: 2px solid white;
}
#landing section#mapDemo table td {
  vertical-align: bottom;
  border-left: 2px solid white;
}
#landing section#mapDemo .scaleDemo {
  height: 500px;
}
#landing section#mapDemo .scaleDemo span {
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: block;
  background: #22a7e9;
  color: white;
  font-size: 12px;
}
#landing section#mapDemo .s05 {
  background: url(/assets/mapDemos/05.png?v=1) center center no-repeat;
}
#landing section#mapDemo .s06 {
  background: url(/assets/mapDemos/06.png?v=1) center center no-repeat;
}
#landing section#mapDemo .s07 {
  background: url(/assets/mapDemos/07.png) center center no-repeat;
}
#landing section#mapDemo .s08 {
  background: url(/assets/mapDemos/08.png) center center no-repeat;
}
#landing section#mapDemo .s09 {
  background: url(/assets/mapDemos/09.png) center center no-repeat;
}
#landing section#mapDemo .s10 {
  background: url(/assets/mapDemos/10.png) center center no-repeat;
}
#landing section#mapDemo .s11 {
  background: url(/assets/mapDemos/11.png) center center no-repeat;
}
#landing section#mapDemo .s12 {
  background: url(/assets/mapDemos/12.png) center center no-repeat;
}
#landing section#mapDemo .s13 {
  background: url(/assets/mapDemos/13.png) center center no-repeat;
}
#landing section#mapDemo .s14 {
  background: url(/assets/mapDemos/14.png) center center no-repeat;
}
#landing section#mapDemo .s15 {
  background: url(/assets/mapDemos/15.png) center center no-repeat;
}
#landing section#mapDemo .s16 {
  background: url(/assets/mapDemos/16.png) center center no-repeat;
}
#landing section#mapDemo .s17 {
  background: url(/assets/mapDemos/17.png) center center no-repeat;
}
#landing section#mapDemo .s18 {
  background: url(/assets/mapDemos/18.png) center center no-repeat;
}
#landing section#mapDemo .s19 {
  background: url(/assets/mapDemos/19.png) center center no-repeat;
}
#landing section#mapDemo .s20 {
  background: url(/assets/mapDemos/20.png) center center no-repeat;
}
#landing section#panoTitle {
  padding: 0;
  background: #696767;
  border-bottom: 0;
}
#landing section#panoTitle h2 {
  text-align: center;
  color: white;
}
#landing section#pano {
  height: 200px;
  padding: 0;
  background: #84ae61;
}
#landing section#pano .back {
  height: 200px;
}
#landing section#pano .back .left {
  width: 50%;
  float: left;
  height: 200px;
  background: url(/assets/panoDemos/i/back-left.gif) left center repeat-x;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #landing section#pano .back .left {
    background-image: url(/assets/panoDemos/i/back-left@2x.gif);
    background-size: 3px 500px;
  }
}
#landing section#pano .back .right {
  height: 200px;
  background: url(/assets/panoDemos/i/back-right.gif) left center repeat-x;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #landing section#pano .back .right {
    background-image: url(/assets/panoDemos/i/back-right@2x.gif);
    background-size: 3px 500px;
  }
}
#landing section#pano #panoDemo {
  position: relative;
  top: -200px;
  height: 200px;
}
#landing section#pano #panoDemo .left {
  float: left;
  position: absolute;
  left: -35px;
  z-index: 10;
  width: 100px;
  height: 200px;
  background: url(/assets/panoDemos/i/border-left.gif) left center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #landing section#pano #panoDemo .left {
    background-image: url(/assets/panoDemos/i/border-left@2x.gif);
    background-size: 106px 220px;
  }
}
#landing section#pano #panoDemo .right {
  float: right;
  position: absolute;
  right: -35px;
  z-index: 10;
  width: 100px;
  height: 200px;
  background: url(/assets/panoDemos/i/border-right.gif) right center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #landing section#pano #panoDemo .right {
    background-image: url(/assets/panoDemos/i/border-right@2x.gif);
    background-size: 106px 220px;
  }
}
#landing section#pano #panoDemo .logo360 {
  clear: both;
  float: right;
  z-index: 8;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -4px;
  right: 50px;
  margin-right: 100px;
  background: url(/assets/panoDemos/i/360-red.svg) center center no-repeat;
}
#landing section#pano #panoDemo .title {
  clear: both;
  float: right;
  position: absolute;
  bottom: 0;
  right: 40px;
  z-index: 9;
  width: 350px;
  height: 50px;
  background: url(/assets/panoDemos/i/titlePanel-opt.svg) right top no-repeat;
  color: white;
  padding: 5px 40px;
  font-family: "Exo 2", tahoma, arial, verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
#landing section#pano #panoDemoViewer {
  position: absolute;
  top: 0px;
}
#landing section#integration .container table {
  width: 100%;
}
#landing section#integration .container table td,
#landing section#integration .container table th {
  vertical-align: top;
}
#landing section#integration .container table .gkContourTop {
  border-top: 2px dotted #689F38;
  border-left: 2px dotted #689F38;
  border-right: 2px dotted #689F38;
  color: #689F38;
  font-weight: normal;
  padding: 5px;
}
#landing section#integration .container table .gkContourBottom {
  border-top: 2px dotted #689F38;
}
#landing section#integration .container table .gkContourLeft {
  border-left: 2px dotted #689F38;
  width: 30%;
}
#landing section#integration .container table .gkContourLeft h3 {
  line-height: 24px;
  padding: 0 16px 8px 16px;
  margin-bottom: 0;
}
#landing section#integration .container table .gkContourLeft p {
  padding: 0 16px;
}
#landing section#integration .container table .gkContourLeft img.arrowInner {
  margin-top: -8px;
  display: block;
  float: right;
}
#landing section#integration .container table .gkContourLeft.arrowOuterEnd1 {
  background: url(/assets/images/integration/arrowOuterEnd1.png) top right no-repeat;
}
#landing section#integration .container table .gkContourLeft.arrowOuterEnd2 {
  background: url(/assets/images/integration/arrowOuterEnd1.png) bottom right no-repeat;
}
#landing section#integration .container table .gkContourLeft.arrowOuterEnd1Dotted {
  background: url(/assets/images/integration/arrowOuterEnd1Dotted.png) top right no-repeat;
}
#landing section#integration .container table .gkContourLeft.arrowOuterEnd2Dotted {
  background: url(/assets/images/integration/arrowOuterEnd1Dotted.png) bottom right no-repeat;
}
#landing section#integration .container table .gkContourRight {
  border-right: 2px dotted #689F38;
  width: 5%;
}
#landing section#integration .container table .outContourLeft {
  width: 30%;
}
#landing section#integration .container table .outContourLeft h3 {
  line-height: 24px;
  padding: 0 16px 8px 16px;
  margin-bottom: 0;
}
#landing section#integration .container table .outContourLeft ul {
  padding-right: 16px;
}
#landing section#integration .container table .outContourLeft.arrowOuterBegin1 {
  background: url(/assets/images/integration/arrowOuterBegin1.png) top right no-repeat;
}
#landing section#integration .container table .outContourLeft.arrowOuterBegin2 {
  background: url(/assets/images/integration/arrowOuterBegin1.png) bottom right no-repeat;
}
#landing section#integration .container table .outContourLeft.arrowOuterBegin1Dotted {
  background: url(/assets/images/integration/arrowOuterBegin1Dotted.png) top right no-repeat;
}
#landing section#integration .container table .outContourLeft.arrowOuterBegin2Dotted {
  background: url(/assets/images/integration/arrowOuterBegin1Dotted.png) bottom right no-repeat;
}
#landing section#integration .container table .outContourRight {
  width: 5%;
}
#landing section#integration .container table .GISBodyTop {
  text-align: center;
  border-bottom: 1px dotted #689F38;
  width: 30%;
}
#landing section#integration .container table .GISBodyBottom {
  border-top: 1px dotted #689F38;
}
#landing section#integration .container table .GISBody {
  background: #bbe08d;
  border-left: 1px dotted #689F38;
  border-right: 1px dotted #689F38;
}
#landing section#integration .container table .GISBody h3 {
  line-height: 24px;
  padding: 0 16px 8px 16px;
  margin-bottom: 0;
}
#landing section#integration .container table .GISBody.planes h3,
#landing section#integration .container table .GISBody.planes li {
  opacity: 0.6;
}
#landing section#objectTypes .objectTypes {
  margin-bottom: 30px;
}
#landing section#objectTypes .objectTypes li img {
  margin-right: 10px;
}
#landing section#video-cams {
  background: #333;
  padding: 0 0 30px 0;
}
#landing section#video-cams h2 {
  color: white;
  text-align: center;
  margin-bottom: 20px;
}
#landing section#video-cams .cam {
  height: 300px;
}
#landing section#video-cams .cam h4 {
  color: white;
  display: block;
  background: #0d66a3;
  margin: 0;
  padding: 2px 5px;
  height: 20px;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  z-index: 10;
}
#landing section#video-cams .cam img {
  position: relative;
  z-index: 9;
  top: -20px;
  margin-bottom: 20px;
}
/**********************************************************/
/* Applications                                           */
#landing #apps {
  /* border-bottom: none; */
  padding-bottom: 0;
}
#landing #apps .apps-ipad {
  text-align: center;
  margin: auto;
  position: relative;
  overflow: hidden;
  padding: 0;
}
#landing #apps .apps-ipad img {
  max-width: 90%;
}
#landing #apps .apps-ipad .apps-ipad-screen {
  overflow: hidden;
  position: absolute;
  width: 87.2%;
  top: 15.7%;
  left: 6.4%;
}
#landing #apps .apps-ipad img {
  max-width: 90%;
}
#landing section p.info {
  line-height: 150%;
}
#landing .link {
  margin-top: 25px;
  font-size: 15px;
  margin-bottom: 25px;
}
@media (min-width: 1198px) {
  #landing #apps h1 {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  #landing .align-sm-center {
    text-align: center;
  }
  #landing .spacing-sm {
    margin-bottom: 50px;
    overflow: hidden;
  }
}
/**********************************************************/
/* Platform                                               */
#landing #platform p {
  line-height: 150%;
}
#landing #platform .example-app {
  width: 100%;
  max-width: 200px;
}
@media (min-width: 768px) {
  #landing #platform h2 {
    height: 90px;
  }
}
/**********************************************************/
/* Footer                                                 */
#landing #m-footer {
  padding: 40px 0 30px;
}
#landing #m-footer img {
  width: 64px;
  margin-left: -10px;
}
#landing #m-footer p {
  margin-top: 20px;
  margin-bottom: 6px;
  line-height: 190%;
}
#landing #m-footer p.company-copyright {
  color: #9ba2b1;
  margin-top: 0;
  margin-bottom: 19px;
}
#landing #m-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#landing #m-footer li {
  margin-bottom: 4px;
  position: relative;
}
#landing #m-footer .noimage {
  padding-top: 63px;
}
/**********************************************************/
/* Simple form                                            */
.mainline,
.mainline-blue {
  padding-top: 80px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDD;
}
.mainline-blue {
  padding-bottom: 20px;
  background-color: #e1f2f9;
  border-bottom: 2px solid #393d47;
}
/**********************************************************/
/* Phone call                                             */
#landing section#phone-call {
  background-color: #696767;
  color: #FFF;
  text-align: center;
  clear: both;
}
#landing section#phone-call h1,
#landing section#phone-call a {
  color: #FFF;
}
#landing section#phone-call h2 {
  font-size: 48px;
  font-family: "Exo 2", tahoma, arial, verdana, sans-serif;
}
/**********************************************************/
/* Common                                                 */
#landing section.first {
  padding-top: 80px;
}
#landing section.first table.classAttributes tr td,
#landing section.first table.classAttributes tr th {
  padding-right: 10px;
  border-bottom: 1px solid #ececec;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  vertical-align: top;
  word-break: break-all;
}
#landing section.first .classList div {
  word-break: break-all;
}
#landing #carousel-mobile {
  height: 350px;
  margin-top: -21px;
}
#landing #carousel-mobile .item {
  height: 350px;
}
#landing #carousel-mobile .carousel-caption {
  padding-top: 5px;
  padding-bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  right: 0;
  bottom: 0;
  left: 0;
}
#landing #carousel-mobile .carousel-caption h1 {
  display: none;
}
#landing #carousel-mobile .carousel-caption p {
  text-shadow: none;
  font-size: 14px;
  font-family: tahoma, arial, verdana, sans-serif;
  padding-left: 15px;
  padding-right: 15px;
}
#landing #carousel-mobile .carousel-indicators {
  bottom: -5px;
}
#landing #carousel-mobile .carousel-indicators li {
  border-color: #888;
  width: 6px;
  height: 6px;
}
#landing #carousel-mobile .carousel-indicators li.active {
  background-color: #888;
  width: 8px;
  height: 8px;
}
@media (min-width: 767px) {
  #landing #carousel-mobile {
    height: 570px;
    margin-top: -56px;
  }
  #landing #carousel-mobile .item {
    height: 569px;
  }
  #landing #carousel-mobile .item img {
    margin-left: auto;
    margin-right: auto;
  }
  #landing #carousel-mobile .carousel-caption h1 {
    color: #5d6578;
    font-size: 18px;
    display: block;
    text-shadow: none;
  }
  #landing #carousel-mobile .carousel-caption p {
    margin-bottom: 38px;
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media (min-width: 1200px) {
  #landing #carousel-mobile .item img {
    margin-left: 0;
    margin-right: 0;
  }
  #landing #carousel-mobile .carousel-caption {
    padding-top: 5px;
    padding-bottom: 0;
    background: none;
    right: 15%;
    bottom: 20px;
    left: 50%;
    text-align: left;
  }
  #landing #carousel-mobile .carousel-caption h1 {
    font-family: "Exo 2", tahoma, arial, verdana, sans-serif;
    font-size: 32px;
    font-weight: bold;
  }
  #landing #carousel-mobile .carousel-caption p {
    font-family: "Exo 2", tahoma, arial, verdana, sans-serif;
    font-size: 24px;
    font-weight: lighter;
    padding-left: 0;
    padding-right: 0;
  }
}
