@import url(https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700&subset=latin,latin-ext);

html, body {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #999;
    height: 100%;
}
 body {
    background-size: cover, cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url("/img/trackito_gradient.png"), url("/img/banner-bg.png");
    background-color: #222222;
    background-attachment: scroll, fixed;
}

.wrapper {
    min-height: 100%;
    margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */
}
.wrapper:after {
    content: "";
    display: block;
}
.wrapper > div > section {
    padding: 100px 0 0;
}
.no-padding {
    padding: 0 !important;
}
footer, .wrapper:after {
    min-height: 80px;
}
footer {
    background: rgba(0,0,0,0.3);
    text-align: center;
    color: #999;
    margin: 0;
    font-size: 10px;
    padding: 10px 15px;
}
.footer-inner a {
    color: #ffffff;
}
.footer-inner .copyright {
    margin: 8px 0 0;
}
footer .widget {
    margin-bottom: 10px;
}
#content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    padding: 0;
}

.footer .list-with-ico li ul {
  padding-left: 0;
  padding-bottom: 15px;
}

.footer .list-with-ico li ul li {
    list-style-type: none;
    line-height: 1.5;
    font-size: 98%;
    color: #ddd;
    padding-top: 7px;
}

/*-- DEFAULTS --*/

p {
    color: #ddd;
}
a {
    color: #ff7b0d;
}
a:hover, a:focus {
    color: #ff7b0d;
}
a:hover img {
    opacity: 0.8
}
hr {
    height: 1px;
    margin: 10px 0;
    background: #e5e5e5; /* Old browsers */
    background: -moz-linear-gradient(left,  #e5e5e5 0%, #f9f9f9 50%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e5e5), color-stop(50%,#f9f9f9), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #e5e5e5 0%,#f9f9f9 50%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #e5e5e5 0%,#f9f9f9 50%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #e5e5e5 0%,#f9f9f9 50%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to right,  #e5e5e5 0%,#f9f9f9 50%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 */
}
.btn {
    border-radius: 0;
    position: relative;
    line-height: 15px;
    transition: all 0.5s ease-in-out 0s;
}
.icon-2x {
    font-size: 26px;
}
.clear {
    float: none;
    clear: both;
    height: 0;
}
.hidden {
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
h1 {
    text-align: center;
}
h1, h2, h3, h4 {
    font-family: 'Titillium Web', sans-serif;
    color: #999;
    padding: 0 0 20px;
}
#content > h1 {
    color: white;
}
h2 {
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    color: #555;
    padding: 0 0 15px;
    margin: 10px 0;
}
h3, label, #modulename-label label, #modulecode-label label {
    font-size: 18px;
    font-weight: 400;
    padding: 0 0 5px;
    margin: 15px 0 0;
}
label {
    font-size: 16px;
    text-align: left;
    display: block;
}
h4 {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 14px;
    margin: 10px 0;
    padding: 0;
}
form.module-bg dd:last-of-type {
    margin-bottom: 20px !important;
}
.add-on, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="file"], .uneditable-input {
    border-color: #666 !important;
}
input, select, .form-control {
    width: 100%;
    background-color: #222;
    border: 1px solid #666 !important;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #666;
    padding: 8px 16px;
    font-size: 18px;
    height: 48px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
input:focus, input[type="checkbox"]:focus, select:focus  {
    border: 1px solid #f06f22/*rgba(255,123,13,0.6)*/ !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px rgba(255,123,13,0.6) !important;
    /*box-shadow: none !important;*/
    outline: 0 none !important;
    color: #f06f22;
}
input, button, select, textarea {
    font-size: 16px;
}
input, button, select, textarea {
    font-size: 16px;
}
.checkbox-label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 14px;
}
.checkbox-label:hover {
    color: #ffffff;
}
.checkbox-label:before {
    background-color: #222;
    border: 0 solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    content: "";
    display: inline-block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}
input[type=checkbox]:checked + .checkbox-label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    font-size: 30px;
    color: #f06f22;
    text-align: center;
    line-height: 9px;
}
/*-  CONTACT FORM FIELD ----*/
.contact-form .input-wrap input,
.contact-form .input-wrap textarea {
    background: none;
    border: 0 !important;
    border-bottom: 2px solid #ccc !important;
    color: #ccc;
    margin: 20px 0 10px;
    padding: 10px 0;
    width: 100%;
}
/*-  CONTACT FORM FIELD ----*/
.contact-form .input-wrap input:focus,
.contact-form .input-wrap textarea:focus {
    box-shadow: none !important;
    border-bottom: 5px solid #f06f22 !important;
    color: #f06f22;
}
/*---- NEWSLETTER FORM ----*/
.newsletter-form {
    position: relative;
}
.newsletter-form ul.errors {
    position: absolute;
    bottom: 0;
}
/*-- BUTTONS --*/

.btn {
    border-radius: 0;
    position: relative;
    line-height: 15px;
    text-shadow: none;
}
.btn i {
    margin-top: 0;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
    border-color: #fff;
}
.btn-large {
    line-height: 30px;
    margin: 15px 15px 0 0;
    text-align: left;
    background: none;
    border: 1px solid #f58220;
    color: #f58220;
}
.btn-large:hover {
    background: none;
    border: 1px solid #fff;
    color: #fff;
}
.btn-large i {
    left: -15px;
    position: relative;
}
.btn-login, .btn-save, .btn-orange {
    color: #fff;
    background: #f06f22;
}
/*-- MODULE BACKGROUND --*/

.module-bg {
    padding: 15px;
    margin: 0 0 30px;
    overflow: hidden;
    border-radius: 0;
    box-shadow:  none;
    background: rgba(0, 0, 0, 0.55);
}

/*-- LOGIN --*/

.login-form {
    margin: 0 auto 50px;
    padding: 5% 0 0;
    width: 320px;
}
.login-form h1 {
    color: #ddd;
    font-size: 30px;
    margin: 50px 0 0;
    text-align: center;
}
.login-form form {
    padding: 0 25px 25px;
}
.login-form label, .login-form input {
    width: 100%;
    font-size: 18px;
}
.login-form button,
.login-form .button {
    width: 100%;
    margin: 25px 0 0;
    text-align: center;
    padding: 10px 0;
}
.login-form p {
    font-size: 16px;
    font-weight: 300;
    padding: 0 15px;
    text-align: center;
}
.login-form p a {
    font-weight: 600;
}
.login-form p.login-notice {
    font-weight: 400;
    padding: 25px 0 10px;
}

/*-- ERRORS MESSAGES --*/

ul.errors {
    margin: 10px 0;
    padding: 0 0 0 10px;
}
ul.errors li {
    color: #f06f22;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    list-style: outside none none;
    position: relative;
    text-align: left;
}
ul.errors li:before {
    border-bottom: 25px solid #f06f22;
    border-left: 14px solid transparent;
    border-radius: 0;
    border-right: 14px solid transparent;
    content: "";
    display: block;
    float: left;
    font-size: 20px;
    height: 25px;
    line-height: 27px;
    margin: 0 10px 0 0;
    position: relative;
    text-align: left;
    width: 30px;
}
ul.errors li:after {
    color: #ffffff;
    content: "!";
    font-size: 20px;
    left: 12px;
    position: absolute;
    top: 1px;
}
/*----- MESSAGES, ALERTS-----*/

.alert {
    border: 0 none;
    border-radius: 0;
    font-size: 14px;
    margin: 20px;
    padding: 15px;
}
.alert-success {
    background-color: #f06f22;
    color: #fff;
}
.close {
    font-size: 30px;
    line-height: 0.5;
}

/*----- BACKGROUNDS -----*/

.trackito-bg {

    background-size: 1920px auto, auto 895px, 1920px 100%;
    background: url("/img/trackito_cover_city.png"), url("/img/trackito_cover_stars.png"), url("/img/trackito_cover_bg.jpg") no-repeat, repeat-x, no-repeat scroll, fixed, scroll bottom center, top center, bottom center;
}
.aplication-bg {
    background-size: auto 100%, 100% auto, auto;
    background: url("/img/trackito_gradient_bottom.png"), url("/img/trackito_gradient.png"), url("/img/trackito_seamless_bg.png") repeat-x, repeat-y, repeat scroll, scroll, fixed bottom center, top center;
}
.gradient-bg.vertical {
    background-size: 100% auto;
    background: url("/img/trackito_gradient.png") repeat-y, top center;
}
.gradient-bg.horizontal {
    background: url("/img/trackito_gradient2.png") repeat-x, top center;
    background-size: auto 100%;
}

.nav > li.login > a {
    color: #f58220;
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 480px;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: 0;
}

.dropdown li {
    width: 100%;
}

.dropdown-menu li a {
    color: #fff;
}

.dropdown-menu {
    background-color: rgba(2,3,3,1);
    border-radius: 0;
}

.phone-hand-faq img {
    max-height: 500px;
    width: auto !important;
}

.phone-holder {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
}


#cookielaw {
    animation-duration: 2.8s;
    animation-name: slideUp;
    opacity: 0.9;
    background: #222 none repeat scroll 0 0;
    color: #FFF;
    font-size: 80%;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 50px;
    display: none;
    z-index: 1001;
}

.btn-cookielaw {
    padding: 6px 12px;
    color: #fff;
    display: inline-block;
    font-size: 90%;
    margin-left: 10px;
}

.btn-cookielaw:hover {
    color: #111;
}

.btn-cookielaw:focus {
    color: #111;
}

/* claim v hlavicce pod logem
#claim {
    color: #ffffff;
    line-height: 20px;
    margin-top: -82px;
}*/

.contact-list h4 {
    line-height: 25px;
}

#list-links {
    padding-bottom: 20px;
}

#list-links li {
    text-align:left;
    text-decoration: none;
    list-style-type: none;
    padding-top: 20px;
}

#list-links li a {
    color: #F58220;
}

/* center image verticaly */
.trackito-box {
    padding-top: 120px;
}

.header-txt {
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 500;
}

.header-title {
    color: #fff;
    font-size: 28px;
}

.crsl-items .crsl-wrap .crsl-item {
    background: none;
}

.crsl-items .crsl-wrap .crsl-item:hover {
    background: none;
}

.image2 {
    background: none;
    background-color: rgb(19,22,25);
}

#gallery {
    padding-bottom: 100px;
}

.video-area {
    text-align: center;
    background-image: url("/img/trackito_gradient.png"), url(/img/banner-bg.jpg);
    background-repeat: repeat-y, no-repeat;
    background-position: top center, center center;
    background-attachment: scroll, fixed;
    background-size: 100% auto, cover !important;
    position: relative;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
    margin-bottom: 100px;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.phone-menu .title {
    font-size: 16pt;
}

img.phone-in-hand {
    width: 100%;
    max-width: 570px;
    margin: 0;
}

.phone-holder {
    margin-top: -10pt;
}

.navbar-fixed-top .navbar-collapse {
    max-height: 532px;
}

.partners-area {
    padding: 0;
    margin: 50px 0 50px;
    text-align: center;
}

.partners-area img {
    opacity: 0.5;
    padding: 20px;
}

/* Custom Petr */

#partners {
    background-color: #222222;
}

.social-icos ul li a {
    width: 50px;
    height: 50px;
    font-size: 30px;
    padding: 11px 0 0 0;
}

.usecases-area {
    background-color: #000000;
}

.usecases-area .container {
    height: 500px;
    overflow: hidden;
    padding: 100px 0 100px 0;
}

.usecases-area::before {
   content: '\f107';
   font-family: FontAwesome;
   font-size: 40pt;
   position: absolute;
   left: 50%;
   margin-top: 450px;
   z-index: 999;
   color: #ffffff;
   cursor: pointer;
}

.usecases-area.hide-arrow:before {
    visibility: hidden;
}

.usecases-area::after {
    display: block;
    position: relative;
    z-index: 99;
    margin-top: -150px;
    height: 150px;
    width: 100%;
    content: '';
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.usecases-scroll {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.usecases-img {
    width: 100%;
    height: 99%;
    overflow: auto;
    padding-bottom: 20px;
}

.fullwidthbanner {
    height: auto;
    min-height: 760px;
    background: url("../../assets/stylio/img/backgrounds/top-img.jpg") 0px 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#dealers-map {
    width: 100%;
    height: 500px;
}

.gm-style-iw p {
    font-size: 100%;
    color: #333;
    line-height: normal;
}

.gm-style-iw h3 {
    font-size: 110%;
    color: #111;
}

.gm-style-iw a:link {
    color: #1E649B;
}

.fancybox-skin {
    background: #1d1d1b;
}

.map-controls {
    z-index: 999;
    padding-bottom: 9px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
    text-align: center;
    background-color: #F58220;
}

.map-controls label {
    display: inline-block;
    padding-left: 15px;
    text-indent: -15px;
    color: #fff;
    padding-right: 20px;
    font-weight: 700;
    cursor: pointer;
}

.map-controls input {
    width: 13px;
    height: 13px;
    vertical-align: bottom;
    position: relative;
    top: -5px;
    *overflow: hidden; // CSS hack for IE
    padding: 0;
    margin: 0 5px 0 0;
    cursor: pointer;
}

input[type=checkbox]:checked::before {
    content: none;
}

.map-controls input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.map-controls input[type=checkbox]:checked + label::before {
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 17px;
    color: #333;
    position: absolute;
    margin-left: -6px;
}

#map-europe {
    text-align: center;
    padding-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
}

#map-europe svg {
    filter: drop-shadow( 0px 0px 5px #0000004d );
}

@media only screen and (min-width: 600px) {
    #map-europe svg {
        min-height: 600px;
        min-width: 600px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 600px){
    #map-europe svg {
        min-height: 300px;
        min-width: 300px;
    }
}

#map-popup {
    position: relative;
    background-color: #005376;
    visibility: hidden;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    padding: 30px;
    margin-top: -30px;
    line-height: 1.5em;
}

#new-in {
    min-height: 245px;
    background: #000000 url("/img/flag-no.jpg") fixed center;
    background-size: cover;
}

#new-in h1 {
    font-size: 50px;
    color: #ffffff;
    margin-top: -10px;
    letter-spacing: normal;
    font-weight: 700;
}

/* Reviews section */

#reviews {
    background-color: #131619;
}

#reviews-content {
    padding-top: 40px;
}

/* Blog */

#skrollr-body {
    background: none;
}

section.blog-area {
    margin-top: 75px;
    margin-bottom: 50px;
}
.blog {
    max-width: 630px;
    margin: auto;
    line-height: 1.5;
    font-size: 16px;
}

ul.blog {
    list-style-type: none;
    padding-left: 0;
}

.blog > li {
    background-color: rgba(255,255,255,1);
    border: 0;
    padding: 5px 20px 20px 20px;
    margin-bottom: 40px;
}

.blog h1 {
    font-size: 36px;
    font-weight: 400;
    color: #222;
    text-align: left;
    padding: 0;
    letter-spacing: normal;
}

.blog h1 a {
    color: #222;
}

.blog h2 {
    font-size: 22px !important;
    line-height: 1.16;
    font-weight: 700;
    color: #222;
    text-align: left;
}

.blog ul {
    margin: 1em 0;
}

.blog hr {
    display: block;
    border: 0;
    max-width: 20%;
    margin-left: auto;
    margin-right: auto;
    background: rgba(255,255,255,.3);
    color: rgba(255,255,255,.3)
}

.blog p {
    font-size: 16px;
    font-weight: 500;
    color: #222;
}

.blog ul li{
    color: #222;
}

.blog img {
    margin: 5px -20px;
    max-width: 630px;
    width: calc(100% + 40px);
}

.blog .tag {
	margin-right: 11px;
    color: #888;
}

#blog-tags ul {
    background-color: rgba(255,255,255,1);
    border: 0;
    padding: 20px 20px 20px 20px;
}

#blog-tags ul li {
    list-style-type: none;
    font-size: 20px;
    padding: 10px;
}

#blog-tags ul li a {
    color: #F58220;
    font-weight: 600;
    padding-top: 15px;
}

#blog-fb {
    width: 100%;
    padding-top: 15px;
    z-index: -1;
}

@media (min-width: 960px) {
    #blog-fb.affix {
        top: 70px;
    }
}

@media (max-width: 959px) {
    #blog-fb.affix {
        position: static;
    }
}

.read-more {
    margin: 20px;
    font-weight: 600;
    text-align: center;
}

/* For users */

#users {
    margin-top: 50px;
    margin-bottom: 75px;
}

#users h2, #docs h2 {
    margin-top: 30px;
}

#docs {
    padding-top: 50px;
    padding-bottom: 75px;
    background-color: #131619;
}