
/* ==================================================== */
/* 01. Global Content Styles                            */
/* ==================================================== */

h2 {
    padding:10px 0 20px 0;
    margin:0 0 0 0;
    font-family:'Open Sans', sans-serif;
    font-size:30px;
    color:#ffffff;
    font-weight:800;
}
h2 span {
    font-weight:300;
}
/* ==================================================== */
/* 02. Preloader Content Styles                         */
/* ==================================================== */

#mask {
    background-color: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100000;
}
#loader {
    background-image:url(../img/loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

/* ==================================================== */
/* 05. Features Content Styles                          */
/* ==================================================== */

.features-area {
    padding:100px 0 0 0;
    margin:0 0 0 0;
    text-align:center;

}
.tab-container {
    text-align:center;
    padding: 0 0 250px 0;
    margin: 30px 0 0;
}
.tab-container h2 {
    padding:20px 0 10px 0;
    color: white;
}
.tab-container .etabs {
    padding:0 0 0 0;
    margin: 0 0 -30px;
    list-style:none;
    text-align:center;
}
.tab-container .etabs .tab {
    display: inline-table;
    margin: 0 0 3px;
    padding: 0;
    text-align: center;
    width: 16%;
    vertical-align: top;
}
.tab-container .etabs .tab a {
    padding:/*18px 0 0 0*/ 0;
    margin:0 0 0 0;
    display:inline-block;
    width:98px;
    height:98px;
    text-align:center;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border:4px solid #f58220;
    font-size:52px;
    color:#f58220;
    text-decoration:none;
    background-color: rgba(255,255,255,0.5);

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0.1+0,0+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4xIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

}
.tab-container .etabs .tab a h5 {
    padding: 0;
    font-size: 11pt;
    margin: -15px 0 0;
    line-height: 18px;
}
.tab-container .etabs .tab a .fa {
    font-size: 27px;
    padding: 0;
    position: relative;
    top: -12px;
}
@media only screen and (min-device-width : 420px) and (max-device-width: 639px)  {
    .tab-container .etabs .tab {
        width: 32%;
    }
}
@media only screen and (min-device-width : 1000px)  {

    .tab-container .etabs .tab {
        padding: 0;
    }
    .tab-container .etabs .tab a {
        height: 150px;
        width: 150px;
    }
    .tab-container .etabs .tab a h5 {
        font-size: 17pt;
        margin: 0;
        line-height: inherit;
    }
    .tab-container .etabs .tab a .fa {
        padding: 15px 0 0;
        font-size: 46px;
        top: 0;
    }
}
.tab-container .etabs .tab a:hover, .tab-container .etabs .tab a.active {
    border:4px solid #f58220;
    color:#ffffff;
    background:#f58220;
    text-decoration:none;
}
.tab-container .tab-cont {
    padding: 60px 0 0;
    margin:0 0 0 0;
}
.tab-container .tab-cont.active {
    visibility:visible!important;
}
.tab-container .tab-cont-area {
    padding:30px 0;
    font-size:14px;
}
.tab-container .tab-cont-area h3 {
    padding:20px 0 10px 0;
    margin:0 0 0 0;
}
.tab-container .tab-cont-area h5 {
    padding: 20px;
    margin:0 0 0 0;
}
.tab-container .tab-cont-area .cont-with-ico {
    padding-top:100px;
    padding-bottom:50px;
}
.tab-container .tab-cont-area .tab-cont-icon {
    padding:13px 0 0 0;
    margin:0 0 0 0;
    width:90px;
    height:90px;
    text-align:center;
    border:4px solid #f58220;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    display:inline-table;
    color:#f58220;
    font-size:52px;
}
.tab-container .tab-cont-area .left-cont,
.tab-container .tab-cont-area .right-cont {
    padding-left:30px;
    padding-right:30px;
    text-align:center;
}
.tab-container .tab-cont-area .left-cont-img,
.tab-container .tab-cont-area .middle-cont,
.tab-container .tab-cont-area .right-cont-img {
    text-align:center;
}
.tab-container .tab-cont-area .left-cont-img img,
.tab-container .tab-cont-area .middle-cont img,
.tab-container .tab-cont-area .right-cont-img img {
    max-width:100%;
    width: auto;
    max-height: 250px;
}
@media only screen and (min-device-width : 1000px)  {
    .tab-container .tab-cont-area .left-cont-img img,
    .tab-container .tab-cont-area .middle-cont img,
    .tab-container .tab-cont-area .right-cont-img img {
        max-height: 200px;
    }
}
.tab-container .tab-cont-area .right-cont-txt {
    text-align:center;
}
.tab-container .tab-cont-area  .cont-with-txt {
    padding-top:30px;
    padding-bottom:30px;
}
.list-with-ico {
    padding:10px 0 0 0;
    margin:0 0 0 0;
    list-style:none;
}
.list-with-ico li {
    padding: 0;
    margin:0 0 0 0;
    text-align:left;
}
.list-with-ico li p {
     font-size: 98%;
 }

.list-with-ico li strong {
    color: #f58220;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
}
.list-with-ico li i {
    color:#f58220;
    margin-right:10px;
    font-size:18px;
    float: left;
}


/* ==================================================== */
/* 04. Banner Content Styles                            */
/* ==================================================== */

/* Banner Secondary Styles */

.banner-secondary-main {
    background:url(../img/banner-bg.jpg) no-repeat center center fixed;
    -webkit-background-size:cover!important;
    -moz-background-size:cover!important;
    -ms-background-size:cover!important;
    background-size:cover!important;
}
.banner-secondary {
    padding:80px 0 0;
    margin:0 0 0 0;
    background: rgba(25, 28, 32, 0.9);
    background: rgba(0, 0, 0, 0.9);
    text-align:center;
    color:#ffffff;
    font-size:14px;
}
.banner-secondary p {
    color: #f58220;
    font-size: 18px;
}

.banner-secondary img {
    width:100%;
}
.img-side {
    margin: -80px 0 0;
}
.text-side {
    padding: 0 0 50px;
}
.banner-secondary h3 {
    color:#ffffff;
    font-size: 36px;
    margin: 0px 0 30px;
}
.banner-secondary h3 span {
    font-weight:300;
}
.banner-secondary .view-more {
    padding:3px 15px;
    margin:10px 0 0 0;
    display:inline-table;
    background:#ffffff;
    color:#f58220;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    font-weight:700;
    text-decoration:none;
}
.banner-secondary .view-more:hover {
    background:rgba(251,251,251,0.2);
    color:#ffffff;
    text-decoration:none;
}

/* ==================================================== */
/* 06. App Screenshots Content Styles                   */
/* ==================================================== */
.gallery-area {
    padding:0 0 0 0;
    margin:0 0 0 0;
    text-align:center;
}

.crsl-items {
    padding: 0px 0 0 0;
    margin:0 0 0 0;
}
.crsl-items .crsl-wrap {
    padding:0 0 0 0;
    margin:0 0 0 0;
    list-style:none;
}
.crsl-items .crsl-wrap .crsl-item {
    padding:3vmin 1vmin 6vmin 1vmin;
    margin:0 0 20px 0;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    background:url(../img/ph-control.png) no-repeat center top #333333;
    -webkit-background-size:auto 100% !important;
    -moz-background-size:auto 100% !important;
    -ms-background-size:auto 100% !important;
    background-size:auto 100% !important;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.crsl-items .crsl-wrap .crsl-item:hover {
    background:url(../img/ph-control.png) no-repeat center top #f58220;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.crsl-items .crsl-wrap .crsl-item img {
    padding:0 0 0 0;
    margin:0 0 0 0;
    width:100%;
}
.crsl-nav {
    padding:30px 0;
    margin:0 0 0 0;
    list-style:none;
    text-align:center;
}
.crsl-nav li {
    padding:0 2px;
    margin:0 0 0 0;
    display:inline-table;
    text-align:center;
}
.crsl-nav li a {
    padding:12px 0 0 0;
    margin:0 0 0 0;
    display:block;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    width:50px;
    height:50px;
    background:#333333;
    color:#ffffff;
    font-size:30px;
    text-decoration:none;
    text-align:center;
}
.crsl-nav li a:hover {
    background:#f58220;
    color:#ffffff;
    text-decoration:none;
}

.carousel-indicators li {
    background:rgba(255,69,0,0.5);
}
.carousel-indicators li.active {
    background:rgba(255,69,0,1);
}
.crsl-items .crsl-wrap .crsl-item:hover {
    background-color: #f58220;
}
.crsl-nav li a:hover {
    background-color: #f58220;
}

/* ==================================================== */
/* 09. FAQ Content Styles                               */
/* ==================================================== */

.faq-area {
    padding:100px 0 0 0;
    margin:0 0 0 0;
    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;
}
.faq-area:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(0,0,0,0.8);
}
.faq-area .container {
    position: relative;
    z-index: 9;
}
.phone-hand-faq {
    /*margin-top:80px;*/
    margin-bottom: 0;
}
.phone-hand-faq img {
    width:100%;
    max-width:450px;
}
@media only screen and (max-device-width : 1024px) {
    .phone-hand-faq img {
        display: none;
    }
}

.faq-toggle {
    text-align:left;
    margin: 0 0 80px;
}
.accordion-toggle {
    padding:0 0 0 0;
    margin:0 0 20px 0;
}
.accordion-toggle .acc-head {
    padding:5px;
    margin:0 0 0 0;
    border:2px solid #f58220;
    border-radius:30px;
    -moz-border-radius:30px;
    -webkit-border-radius:30px;
    cursor:pointer;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.accordion-toggle .acc-head:before, .accordion-toggle .acc-head:after {
    display: table;
    content: " ";
}
.accordion-toggle .acc-head:after {
    clear: both;
}
.accordion-toggle .acc-head.active {
    background:#f58220;
    border:2px solid #f58220;
}
.accordion-toggle .acc-head .ico-anim {
    padding:0 0 0 0;
    margin:0 20px 0 0;
    width:30px;
    height:30px;
    background:url(../img/toggle-bg.png) no-repeat 7px 8px #f58220;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    float:left;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.accordion-toggle .acc-head.active .ico-anim {
    background:url(../img/toggle-bg.png) no-repeat 8px -25px #ffffff;
}
.accordion-toggle .acc-head h5 {
    padding: 4px 0 0 0;
    margin:0 0 0 0;
    /*color:#f58220;*/
    /*transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;*/
    font-family: 'Open Sans', sans-serif;
}
.accordion-toggle .acc-head.active h5 {
    color:#ffffff;
    font-weight: 700;
}
.accordion-toggle .acc-cont {
    margin:20px 0 0 20px;
    padding:0 0 0 20px;
    display:none;
    border-left:1px solid #f58220;
    font-size:14px;
}
.accordion-toggle .acc-cont p {
    margin:0 0 0 0;
    padding:5px 0;
    color: #ffffff;
}

/* ==================================================== */
/* 12. Newsletter Content Styles                        */
/* ==================================================== */


.newsletter-area {
    padding-bottom: 120px !important;
    margin:0 0 0 0;
    text-align:center;
}
.newsletter-area .medium {
    width:100%;
    margin: inherit;
}
.subs-form {
    padding:30px 0 0 0;
    margin:0 0 0 0;
    display:inline-table;
    width:35%;
}
@media only screen and (max-device-width : 1024px) {
    .subs-form {

        width:50%;
    }
}
@media only screen and (max-device-width : 480px) {
    .subs-form {

        width:100%;
    }
}
.subs-form .subs-txt {
    padding:17px 25px 19px 25px;
    margin:0 0 0 0;
    width:75%;
    height:60px;
    background:#f5f5f5;
    font-size:16px;
    font-style:italic;
    color:#666666;
    border:1px solid #fff !important;
    border-right:0;
    border-radius:5px 0 0 5px;
    -moz-border-radius:5px 0 0 5px;
    -webkit-border-radius:5px 0 0 5px;
    float:left;
}
.subs-form input.subs-txt:focus {
    border: 1px solid #f06f22 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px rgba(255, 123, 13, 0.6) !important;
    color: #f06f22;
    outline: 0 none !important;
}
.subs-form .subs-btn {
    padding:0 0 0 0;
    margin:0 0 0 0;
    width:25%;
    height:60px;
    background:#f58220;
    font-size:36px;
    color:#ffffff;
    border:0;
    border-right:0;
    border-radius:0 5px 5px 0;
    -moz-border-radius:0 5px 5px 0;
    -webkit-border-radius:0 5px 5px 0;
    float:left;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.subs-form .subs-btn:hover {
    background:#000;
}

/* ==================================================== */
/* 13. Contact Content Styles                           */
/* ==================================================== */

.contact-main {
    padding:0 0 0 0;
    margin:0 0 0 0;
    background:url('/img/Brno_View_from_Spilberk_131.jpg') no-repeat center bottom fixed;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -ms-background-size:cover;
    background-size:cover;
    position:relative;
}
.contact-main .solid-bg {
    padding:100px 0 120px 0;
    margin:0 0 0 0;
    background:rgba(0,0,0,0.8);
    text-align:center;
}
.contact-main .solid-bg h2 {
    padding-bottom:10px;
    color:#ffffff;
}
.contact-main .solid-bg hr {
    padding:0 0 0 0;
    margin:0 0 20px 0;
    border:0;
    background:none;
    border-bottom:5px solid rgba(251,251,251,0.3);
    width:120px;
    display:inline-table;
}
.contact-icon {
    padding:0 0 0 0;
    margin:0 0 0 0;
    text-align:center;
    width:100%;
    top:-40px;
    left:0;
    position:absolute;
}
.contact-icon .icon-cont {
    padding:15px 0 0 0;
    margin:0 0 0 0;
    text-align:center;
    background:#222222;
    width:80px;
    height:80px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    display:inline-table;
    color:#fff;
    font-size:42px;
}
.first-field, .second-field, .third-field, .forth-field {
    padding:10px 0;
    margin:20px 0 10px 0;
    background:none;
    color:#ffffff;
    border:0;
    border-bottom:2px solid rgba(251,251,251,0.2);
    border-width: 0 0 2px !important;
}
.first-field {
    width:30%;
    float:left;
}
.second-field {
    width:30%;
    margin-left:5%;
    margin-right:5%;
    float:left;
}
.third-field {
    width:30%;
    float:left;
}
.forth-field {
    width:100%;
    height:100px;
}
.contact-submit {
    border:1px solid transparent;
    color:#ffffff;
    font-size: 15pt;
    font-weight: 300;
    margin: 30px 0 0;
    padding: 12px 30px;
    text-transform: uppercase;
    background:#f58220;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.contact-submit:hover {
    background: none;
    border:1px solid #f58220;
    color: #f58220;
}
/* Error and Success Message Styles */

.first-field.error, .second-field.error, .third-field.error, .forth-field.error  {
    border-bottom:1px solid #FF0000;
}
#contact-loading {
    padding:120px 0;
    text-align:center;
    font-size:24px;
    color:#FF0000;
}
#contact-success {
    padding:120px 0;
    text-align:center;
    font-size:18px;
    color:#FF0000;
}
#contact-failed {
    padding:120px 0;
    text-align:center;
    font-size:24px;
    color:#FF0000;
}

/* ==================================================== */
/* 14. Footer Content Styles                            */
/* ==================================================== */

.footer-area {
    padding:80px 0;
    margin:0 0 0 0;
    text-align: center;
    background:#000 !important;
    color:#ffffff;
    font-size:14px;
}
.footer-area a, .footer-area a:hover {
    color:#ffffff;
    text-decoration:none;
}
.contact h4 {
    margin: 30px 0 10px;
    text-align: left;
}
.tt-logo a {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 9;
}
.social-icos {
    padding: 0;
    position: relative;
    z-index: 9;
}
.social-icos ul {
    padding:0px 0 0 0;
    margin:0 0 0 0;
    list-style:none;
}
.social-icos ul li {
    padding:10px 8px;
    margin:0 0 0 0;
    display:inline-table;
}
.social-icos ul li a {
    padding:24px 0 0 0;
    margin:0 0 0 0;
    display:block;
    width:84px;
    height:84px;
    background:#111416;
    color:#ffffff;
    font-size:42px;
    text-align:center;
    text-decoration:none;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;

}
.social-icos.col-md-4 ul li a {
    padding: 16px 0 0;
    font-size: 30px;
    height: 60px;
    width: 60px;
}
@media only screen and (max-device-width : 360px) {
    .social-icos ul li a {
        padding: 16px 0 0;
        font-size: 30px;
        height: 60px;
        width: 60px;
    }
}
.social-icos ul li a:hover {
    /*background:#ffffff;*/
    color:#f58220;
    text-decoration:none;
}
/* ==================================================== */
/* 12. Footer Content Styles                            */
/* ==================================================== */

.social-icos ul li a:hover {
    color:#f58220;
}