
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
body {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}

a {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}
div.content {
    overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5, {
    color: #666666;
}
.h6 {
    color: #FFFFFF;
}
.h3 {
    color: #333333;
}
p {
    font-weight: 400;
    text-align: justify;
    font-size: 17px;
    line-height: 30px;
    color: #333333;
}
.wscreen p {
    text-align: center;
    font-size: 20px;
}
.regmenu p {
    text-align: justify;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}
header .navbar-default {
    border: none;
    background: transparent;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav {
    padding-top: 15px;
    background: transparent;
}
header .navbar-default ul.navbar-nav li a {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 15px;
    padding: 7px 10px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: transparent;
}
header .navbar-default ul.navbar-nav li a:after {

}
header .navbar-default ul.navbar-nav li a:hover {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: transparent;
}
header .navbar-default ul.navbar-nav li a:hover:after {
    background: transparent;
    color:#999;
}
header .navbar-default ul.navbar-nav li a.getApp {
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    -ms-border-radius: 0em;
    -o-border-radius: 0em;
    border-radius: 0em;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a.getApp:after {
    display: none;
    background: transparent;
}
header .navbar-default .navbar-brand {
    white-space: nowrap;
    background: transparent;
}
header .navbar-default.scrolled {
    background: rgba(255, 255, 255, 1);
    /*  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);*/
    padding: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    -ms-border-radius: 0em;
    -o-border-radius: 0em;
    border-radius: 0em;
    padding-bottom: 10px;
}
header .navbar-default.scrolled .navbar-brand {
    /*padding: 15px 20px;*/
}

header .navbar-default.scrolled ul.navbar-nav {
    padding-top: 12px;
    z-index: 1;
}
.scrollpoint {
    opacity: 0;
}
.scrollpoint.active {
    opacity: 1 \0;
    text-align: center;
}
.hanging-phone {
    position: absolute;
    right: 0;
    z-index: 0;
    bottom: -70px;
}
.section-heading {
    margin: 50px 0 40px;
    text-align: center;
}
.section-heading h1 {
    display: inline-block;
    font-size: 55px;
    font-weight: 300;
    margin-bottom: 0;
}
.section-heading p {
    font-size: 25px;
    color: #999999;
    font-weight: 300;
}
.section-heading .divider:after {
    content: "";
    position: relative;
    height: 2px;
    width: 120px;
    display: block;
    text-align: center;
    margin: 16px auto;

}
.section-heading.inverse h1,
.section-heading.inverse p {
    color: #ffffff;
}
.section-heading.inverse .divider:after {
    background: #ffffff;
}
section#about {
    position: relative;
}
section#about .about-item {
    text-align: center;
    font-size: 17px;
    line-height: 25px;
    color: #999999;
}
section#about .about-item i.fa {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 35px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 104px;
}

section#services .idserv {
    text-align: center;
    font-size: 17px;
    line-height: 25px;
    color: #999999;
}
section#services .idserv i.fa {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 35px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
section#services .idserv p i.fa{
padding: 10px;
}
section#features .media > .pull-right {
    margin-left: 20px;
}
section#features .media i.fa {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 20px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 2.6em;
    text-align: center;
}
section#features .media .media-heading {
    padding-top: 10px;
    font-weight: 300;
}
section#features .media .media-body {
    color: #999999;
}
section#features .media.media-left .media-body {
    text-align: right;
}
section#features .media.feature {
    margin-top: 25px;
}
section#features .media.feature:first-child {
    margin-top: 0;
}
section#features img {
    margin: 0 auto 20px;
}
section#reviews {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #0e76bc;
}
section#reviews .review-filtering {
    margin: 20px 0 100px 0;
}
section#reviews .review-filtering .review .review-person {
    width: 100%;
}
section#reviews .review-filtering .review .review-person img {
    width: 110px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 10px auto;
}
section#reviews .review-filtering .review .review-comment {
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 5px 40px 20px;
    position: relative;
}
section#reviews .review-filtering .review .review-comment h3 {
    margin-bottom: 15px;
}
section#reviews .review-filtering .review .review-comment p {
    font-size: 16px;
    color: #999999;
}
section#reviews .review-filtering .review .review-comment p span {
    margin-left: 10px;
}
section#reviews .review-filtering .review .review-comment:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-width: 15px;
    margin-top: -10px;
}
section#reviews .review-filtering .review .review-person,
section#reviews .review-filtering .review .review-comment {
    float: left;
}
section#reviews .review-filtering .slick-dots {
    bottom: -80px;
}
section#reviews .review-filtering .slick-dots li button {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
section#reviews .review-filtering .slick-dots li button:before {
    display: none;
}
section#screens .slider {
    margin: 50px 0;
}
section#screens .slider div img {
    padding: 10px;
    display: inline;
}
section#screens .slider div h4 {
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
}
section#screens .slider .slick-dots li button {
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
}
section#screens .slick-prev,
section#screens .slick-next {
    width: 50px;
    height: 50px;
    top: 44%;
}
section#screens .slick-slide {
    text-align: center;
}
section#screens .slick-prev:before {
    content: "\f104";
}
section#screens .slick-next:before {
    content: "\f105";
}
section#screens .slick-prev:before,
section#screens .slick-next:before {
    font-size: 34px;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
    line-height: 45px;
    color: #CCC;
    border: 2px solid #CCC;
    width: 50px;
    display: inline-block;
    height: 50px;
    text-align: center;
}
section#screens .filter {
    text-align: center;
}
section#screens .filter a {
    display: inline-block;
    padding: 7px 20px;
    text-decoration: none;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
    margin: 10px 5px;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
/* demo video Section */
section#demo .video-container {
    padding: 20px;
    border: 1px solid #b3b3b3;
    min-height: 450px;
    overflow: hidden;
}
section#demo iframe {
    width: 100%;
    height: 100%;
    border: none;
}
/* Get app Section */
section#getApp {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 70px 0;
}
section#getApp .platforms {
    margin: 5px auto 120px auto;
    text-align: center;
}
section#getApp .platforms .btn {
    margin-right: 10px;
    margin-bottom: 20px;
}
/* support section */
section#support {
    padding: 0 0 150px 0;
}
section#support .media {
    margin-bottom: 10px;
}
section#support .media i.fa {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 10px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 1.9em;
    text-align: center;
}
section#support .media .media-heading {
    padding-top: 15px;
    font-weight: 300;
}
section#support .media .media-heading a {
    font-weight: 400;
}
/* footer section */
footer {
    padding: 80px 0;
    text-align: center;
}
footer a > img {
    width: 100px;
}
footer .social {
    display: block;
    margin-bottom: 20px;
}
footer .social a {
    margin: 0 8px;
    display: inline-block;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
footer .social a i {
    width: 15px;
}
footer .rights {
    margin-top: 30px;
}
footer .rights a {
    text-decoration: underline;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-weight: bold;
}
footer .rights a:hover {
    text-decoration: none;
}
section {
    position: relative;
    padding-bottom: 30px;
}
/* Common style for pseudo-elements */
section::before,
section::after {
    position: absolute;
    content: '';
    pointer-events: none;
    overflow: hidden;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.tp-caption {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}
.tp-caption.large_white_bold {
    color: #ffffff;
    font-size: 65px;
    font-weight: 400;
}
.tp-caption.large_white_light {
    color: #ffffff;
    font-size: 65px;
    font-weight: 400;
    font-weight: 300;
}
.btn {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

}
.btn.btn-primary {
    border: 2px solid #ffffff;
    background: none;
    color: #ffffff;
}
.btn.btn-primary:hover {
    color: #ffffff;
    background: transparent;
}
.btn.btn-default {
    border: none;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
    /* IE10+ */
    background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}
.btn.btn-lg {
    padding: 10px 25px;
}
.btn:hover {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
form .form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    height: 40px;
    line-height: 40px;
   /* padding: 20px;*/
    color: #333333;
    font-weight: 400;
}
form select.form-control {
    padding: 9px;
}
form textarea.form-control {

    height: auto;
    line-height: normal;
}

header .navbar-default ul.navbar-nav li a {
    color: #ffffff;
    background: transparent;
    text-shadow: 0px 1px 1px #333;
}

@media screen and (max-width: 767px) {

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

    .logo {
        width: 100px;
        height: auto;
    }
    .slick-next {
        right: 0;
    }
    .slick-prev {
        left: 0;
    }
    .contact-details {
        margin-top: 20px;
    }
    header .navbar-default {
        padding: 5px;
    }
    header .navbar-default .navbar-toggle {
        margin-top: 0px;
        margin-right: 0px;
        background: rgba(255, 255, 255, 0.7);
        color: rgba(0, 0, 0, 0.39);
        padding: 5px;
        -webkit-border-radius: 0em;
        -moz-border-radius: 0em;
        -ms-border-radius: 0em;
        -o-border-radius: 0em;
        border-radius: 0em;
    }
    header .navbar-default .navbar-toggle:hover,
    header .navbar-default .navbar-toggle:focus {
        background: none;
    }
    header .navbar-default ul.navbar-nav {
        padding-top: 0;
        margin: 0;
    }
    header .navbar-default ul.navbar-nav li a {
        padding: 10px;
        text-align: center;

        color:#333333;
        text-shadow: none;
    }
    header .navbar-default ul.navbar-nav li a.getApp {
        background: none !important;
        -webkit-border-radius: 0em;
        -moz-border-radius: 0em;
        -ms-border-radius: 0em;
        -o-border-radius: 0em;
        border-radius: 0em;
    }
    header .navbar-default .navbar-collapse {
        border-color: transparent;
        background-color: transparent;
        color: #333333;
        text-shadow: none;
        padding: 10px;
        overflow: hidden;
    }
    header .navbar-default.scrolled .navbar-collapse {
        border-color: transparent;
        background-color: transparent;
    }
    header .navbar-default.scrolled ul.navbar-nav {
        padding-top: 0;
        margin: 0;
    }
    header .navbar-default.scrolled .navbar-toggle {
        margin-top: 0px;

        background: none;
        color: #333333;

    }

    header .navbar-default ul.navbar-nav li a {
        color: #333333;
        background: none;
        text-shadow: none;
        text-align: left;
    }

}
.pre-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: block;
}
.pre-loader .load-con {
    margin: 20% auto;
    position: relative;
    text-align: center;
}
.spinner {
    margin: 50px auto 0;
    width: 70px;
    text-align: center;
}
.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}
@keyframes bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}


/*
header {
  background: #66cdcc;
  /!* Old browsers *!/
  background: -moz-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
  /!* FF3.6+ *!/
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #66cdcc), color-stop(100%, #336799));
  /!* Chrome,Safari4+ *!/
  background: -webkit-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
  /!* Chrome10+,Safari5.1+ *!/
  background: -o-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
  /!* Opera 11.10+ *!/
  background: -ms-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
  /!* IE10+ *!/
  background: linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
  /!* W3C *!/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66cdcc, endColorstr=#336799, GradientType=1);
  /!* IE6-9 fallback on horizontal gradient *!/
}

header .navbar-default ul.navbar-nav li a.getApp {
  color: #3c79b4;
  background: #ffffff;
  /!* Old browsers *!/
  background: -moz-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /!* FF3.6+ *!/
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0));
  /!* Chrome,Safari4+ *!/
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /!* Chrome10+,Safari5.1+ *!/
  background: -o-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /!* Opera 11.10+ *!/
  background: -ms-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /!* IE10+ *!/
  background: linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /!* W3C *!/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e0e0e0, GradientType=1);
  /!* IE6-9 fallback on horizontal gradient *!/
}
*/
header .navbar-default ul.navbar-nav li a.getApp:hover {
    color: #4081bf;
    background: transparent;
/!* Old browsers *!/
background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
/!* FF3.6+ *!/
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
/!* Chrome,Safari4+ *!/
background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
/!* Chrome10+,Safari5.1+ *!/
background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
/!* Opera 11.10+ *!/
background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
/!* IE10+ *!/
background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
/!* W3C *!/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
/!* IE6-9 fallback on horizontal gradient *!/
-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;

}
header .navbar-default ul.navbar-nav li a:hover {
    color: #999999;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background-color: transparent;
}
header .navbar-default.scrolled {
    /*border-bottom: 3px solid #336799;*/
}
header .navbar-default.scrolled ul.navbar-nav li a {
    color: #333333;
    text-shadow: none;
    text-align: left;
}
header .navbar-default.scrolled ul.navbar-nav li a:hover {
    color: #999999;
    text-align: left;
    background: transparent;
}
header .navbar-default.scrolled ul.navbar-nav li a:hover:after {
    background: rgb(254, 64, 74);
    text-align: left;
    background: transparent;
}
/*header .navbar-default.scrolled .navbar-brand {
  background: #FE404A;
  max-width: 40px;
  max-height: 40px;
  overflow: hidden;
  margin-top: 11px;
  margin-left: 15px;
}*/
section .section-heading .divider:after {
    background: rgb(254, 64, 74);
}
section#about .about-item i.fa {
    border: rgb(254, 64, 74);
    color: rgb(254, 64, 74);
}
section#about .about-item:hover i.fa {
    color: #ffffff;
    background: rgb(254, 64, 74);
}
section#about .about-item:hover h3 {
    color: rgb(254, 64, 74);
}

section#services .idserv i.fa {
    border: rgb(254, 64, 74);
}

section#services .idserv p i.fa {
    color: #000000;
    background: transparent;
}
section#services .idserv p a {
    color: rgb(254, 64, 74);
    background: transparent;
}
section#services .idserv:hover i.fa {
    color: #ffffff;
    background: rgb(254, 64, 74);
}
section#services .idserv:hover h3 {
    color: rgb(254, 64, 74);
}

section#features {
    background: #f6f6f6;
}
section#features header h1:after {
    background: rgb(254, 64, 74);
}
section#features .media i.fa {
    border: 2px solid rgb(254, 64, 74);
    color: rgb(254, 64, 74);
}
section#features .media:hover i.fa {
    color: #ffffff;
    background: rgb(254, 64, 74);
}
section#features .media:hover h3 h4{
    color: rgb(254, 64, 74);;
}
section#features .media.active i.fa {
    color: #ffffff;
    background: rgb(254, 64, 74);
}
section#features .media.active .media-heading {
    color: rgb(254, 64, 74);
}
section#reviews {
    background: url("/idphotoagency_public/img/start/freeze/bk-freeze.jpg");
}
section#reviews header {
    color: #ffffff;
}
section#reviews header h1:after {
    background: #ffffff;
}
section#reviews .review-filtering .review .review-person img {
    border: 3px solid #ffffff;
}
section#reviews .review-filtering .review .review-comment {
    background: #ffffff;
}
section#reviews .review-filtering .review .review-comment h3 {
    color: #66cdcc;
}
section#reviews .review-filtering .review .review-comment p span i {
    color: #66cdcc;
}
section#reviews .review-filtering .review .review-comment:after {
    border-right-color: #ffffff;
}
section#reviews .review-filtering .slick-dots li button {
    background: #ffffff;
    border: 2px solid #ffffff;
}
section#reviews .review-filtering .slick-dots li.slick-active button {
    background: #66cdcc;
}

section#screens {
    background: #FFFFFF;
}
section#screens header h1:after {
    background: #66cdcc;
}
section#screens .slider div img {

}
section#screens .slider div h4 {
    color: #999999;
}
section#screens .slider .slick-dots li button {
    background: #999999;
}
section#screens .slider .slick-dots li.slick-active button {
    background: #66cdcc;
}
section#screens .filter a {
    border: 2px solid #cccccc;
    color: #999999;
}
section#screens .filter a:hover {
    color: #ffffff;
    background: #66cdcc;
    border-color: #66cdcc;
}
section#screens .filter a.active {
    color: #ffffff;
    background: #66cdcc;
    border-color: #66cdcc;
}
/* demo video Section */
section#demo {
    background: #f6f6f6;
}
section#demo header h1:after {
    background: #66cdcc;
}
/* Get app Section */
section#getApp {
    background: url("/idphotoagency_public/img/freeze/bk-freeze-ga.jpg");
}
section#getApp header {
    color: #ffffff;
}
section#getApp header h1:after {
    background: #ffffff;
}
section#getApp .platforms .media {
    border: 2px solid #ffffff;
    color: #ffffff;
}
section#getApp .platforms .media a i {
    color: #ffffff;
}
section#getApp .platforms .media a div.media-body {
    color: #ffffff;
}
section#getApp .platforms .media:hover {
    background: #ffffff;
}
section#getApp .platforms .media:hover a i,
section#getApp .platforms .media:hover a div.media-body {
    color: #66cdcc;
}
/* support section */
section#support header h1:after {
    background: #66cdcc;
}
section#support .media i.fa {
    border: 2px solid #66cdcc;
    color: #66cdcc;
}
section#support .media a {
    color: #66cdcc;
}
section#support .media:hover i.fa {
    color: #ffffff;
    background: #66cdcc;
}
section#support .media:hover h3 {
    color: #66cdcc;
}
/* footer section */
footer {
    background: #66cdcc;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #FE404A 0%, #9C030B 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FE404A), color-stop(100%, #9C030B));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #FE404A 0%, #9C030B 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #FE404A 0%, #9C030B 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #FE404A 0%, #9C030B 100%);
    /* IE10+ */
    background: linear-gradient(-45deg, #FE404A 0%, #9C030B 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66cdcc, endColorstr=#336799, GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}
footer .social a {
    border: 0px solid rgba(255, 255, 255, 0.46);
}
footer .social a i {
    color: #ffffff;
}
footer .social a:hover {
    background: transparent;
}
footer .social a:hover i {
    color: #FE404A;
}
footer .rights {
    color: #ffffff;
}
footer .rights a {
    color: #ffffff;
    font-weight: 300;
    text-decoration: none;
}
.navbar-toggle {
    background-color: #CCC;
    border: 1px solid rgba(0, 0, 0, 0);
}
.btn.btn-primary {
    color: #FFFFFF;
    border-color: transparent;
    background-color: #FE404A;
}
.btn.btn-primary:hover {
    color: #333333;
    background-color: #e9e9e9;
    border-color: transparent;
}
.btn.btn-primary.inverse {
    color: #ffffff;
    border-color: #ffffff;
}
.btn.btn-primary.inverse:hover {
    color: #ffffff;
    background: #FE404A;
    border-color: #FE404A;
}
.btn.btn-default {
    background: #FE404A;

    color: #333333;
}

.btn.btn-default:hover {
    color: #336799;
}
form .form-control:focus {
    border-color: #FE404A;
    color: #999999;
}

.pre-loader {
    background: #336799;
}


/* ID */


#news_ticker li {

    font-size: 28px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.55);
}



.form-control{
    border-radius: 0px;
}
.btn{
    border-radius: 0px;
}
.navbar-default .navbar-toggle{
    border: none;
    color: #333333;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0);
    margin-right: 0px;
}
#custom-search-input {
    margin:0;
    margin-top: 10px;
    padding: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    border: none;
    color: #333333;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0);
}
#custom-search-input .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 3px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */

    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#custom-search-input button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color:#D9230F;
}

.search-query:focus + button {
    z-index: 3;
}
.caption-text{
    width: 100%;
    max-height: 70%;
    overflow: hidden;
    position: absolute;
    padding: 30px;
    bottom: 0px;
    color: #ffffff;
    text-shadow: 0px 1px 1px #333;
    font-weight: 700;
    background-color: rgba(255, 255, 255, 0.5);
    background:
            linear-gradient(
                    to bottom,
                    rgba(0, 0, 0, 0),
                    rgba(0, 0, 0, 0.6)
            ),
}
}

.ratio {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}

.navbar-toggle {
    display: block;
    border: none;
    color: #000000;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.37);

}
a{
    color: #FE404A;
}
footer a{
    color: #FFFFFF;
}
footer p{
    color: #FFFFFF;
    text-align: left;
    font-size: 15px;
}
a:hover{
    color: #acacac;
    text-decoration: none;
}




li:hover{
    color:#999999;
}
.input-group{

}

.serie-header-half{
    background-color: #FFFFFF;
    z-index:1;
    color: #FFFFFF;
}

.pics{

}

.img-circle{
    height:70px;
    float:left;
    background-color:transparent;
;

}


header .navbar-default {
    border-color: none;
}
.wscreen{
    background-color: white;
    z-index: 10000;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 140px;
    background-image:none !important;
    opacity:1;
    transition: visibility 0s, opacity 0.7s linear;
}
header .navbar-default ul.navbar-nav li a {
    color: #333;
    background: none;
    text-shadow: none;
    text-align: center;
}
header .navbar-default ul.navbar-nav li a:hover:after {
    background: transparent;
    color: #FE404A;
}




@media (max-width: 470px) {
    .navbar-header {
        margin-left: -20px;
    }
    header .navbar-default.scrolled .navbar-brand {
        margin-left: 0px;
    }

    #idmenu {
        position: absolute;
        right: 35px;
    }
}


.search-ID-text{
    display: inline;
    font-weight: 300;
    font-size: 2vw;
    color: #333;
    line-height: 65px;

}

#logo_big{
    display: inline;
}

.ID-subname{
    display: inline;
}

.ID-name{
    display: inline;
}




@media screen and (min-width: 768px) {
    .ID-name-small {
        display: none;

    }
}
@media (max-width: 666px) {

    .img-circle{
        height: 45px;
    }
    .search-ID-text{
        display: none;
        color: #FFF;
    }
    .jumbotron {
        padding: 10px;
    }
    .navbar-brand{
        display: none;
    }
    #logo_big{
        display: none;
    }

    .ID-subname{
        display: none;
    }

    .ID-name{
        display: none;
    }
    .ID-name-small {
        display: inline;
        color: #ffffff;
        line-height: 110px;
        font-size: 33px;
        font-weight: 300;
        margin-left: 0px;
        position: absolute;
        white-space: nowrap;
        margin-top: -32px;
    }

    .ID-name-small span {
        width: 32px;
        line-height: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background-color: #FE404A;
        color: #FFFFFF;
        text-align: center;
        font-size: 2em;
        float: left;
        font-size: 16px;
        margin-top: 40px;
        margin-right: 5px;
    }
}

@media (max-width: 470px) {


}

@media (max-width: 780px) {

    .min-600{color: #ffffff;
    }

}

@media (max-width: 1150px) {
    .hidemobile{
        display: none;
    }

}
@media (min-width: 1000px) {
    .search-ID-text {
        font-size: 30px;

    }

}
@media (max-width: 6090px) {



    .navbar-collapse.collapse {
        display: none!important;
    }

    .collapse.in{
        display:block !important;
        background-color: #ffffff;
    }
}

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


.pager li.disabled{
    display: none;
}


.form-control{

    height: 40px;
}
.dropdown-menu {
    border-radius: 0px;
}
.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}
.input-group-btn .btn-group {
    display: flex !important;
}
.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}
.btn-group .btn:last-child {

}
.btn-group .form-horizontal .btn[type="submit"] {

}
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.form-group .form-control:last-child {

}

@media screen and (min-width: 768px) {
    #adv-search {
        margin: 0 auto;
    }
    .dropdown.dropdown-lg {
        position: static !important;
    }
    .dropdown.dropdown-lg .dropdown-menu {
        min-width: 500px;
    }

}


.lang{

    cursor: pointer;
    font-weight: 300;
    font-size: 10px;
    padding: 4px;
}
.pagestop{
    margin-top: 150px;
}
.label-ID{
    background-color:#FE404A;
}
#idbutlogin{

    color: #FFFFFF;
    background-color: transparent;

}
#idbutmenu{

    color: #FFFFFF;
    background-color: transparent;

}
.highlight{
    color:#FFFFFF;
    background-color:#FE404A;
    padding: 4px;
    text-shadow: 0px 1px 1px #333;
}
blockquote {
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 40px;
    font-size: 17.5px;
    border-left: 2px solid #FE404A;
}

@media (max-width: 470px) {

    .hidemobile{
        display: none;
    }
    .starttitle{
        font-size: 45px;
    }
    #idbutloginclose {
        position: absolute;
        top: -268px;
        right: -15px;
        background-color: transparent;

    }
    blockquote {
        margin-left: 0px;
    }


}

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    color: inherit;
    background-color: transparent;

}
.jumbotron h1, .jumbotron .h1 {
    font-size: 70px;
    font-weight: 100;
}
.breadcrumb {
    background-color: transparent;
    padding: 8px 15px;
    margin-bottom: 0px;
}
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 140px;
    margin-bottom: 20px
}
.breadcrumb-container{
    height: 35px;
    background-color: #eee;
}
.jumbo-container{
    background-color: #eee;
}
.alert {
    padding: 15px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: 0px;
    position: absolute;
    top: -62px;
    z-index: 10000;
    width: 100%;
    text-align: center;
}
h4, .h4 {
    line-height: 30px;
}

.checkbox {
    padding-left: 20px;
}
.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555; }
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
    margin: -10px;
    margin-left: -30px;
    cursor: pointer}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f1e6";
    color : #FE404A;
    font-size: 15px;
    background-color: #FFFFFF;
    padding: 1px;
}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
    display: block;
    content: "";
    width: 10px;
    height: 3px;
    background-color: #555555;
    border-radius: 2px;
    margin-left: -16.5px;
    margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
    opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    opacity: 0.30;
    font-family: "FontAwesome";
    content: "\f1e6";
    font-size: 15px;
    background-color: #FFFFFF;
    border: none;
    color: #333333;
    margin-top:2px;

}
.checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7; }
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
    color: #FE404A; }

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
    color: #fff;}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.radio {
    padding-left: 20px; }
.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
    opacity: 0;
    z-index: 1; }
.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
.radio input[type="radio"]:disabled + label {
    opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed; }
.radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
    background-color: #337ab7; }
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #337ab7; }
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #337ab7; }

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f1e6";
    color: #FE404A}

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: #fff; }
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: #fff; }
.checkbox input[type=checkbox]:focus + label::before,
.checkbox input[type=radio]:focus + label::before {
    outline: none;
}

.radio, .checkbox {
    margin-top:0px;
    margin-bottom:0px;
}
#powers{
    padding: 0px;
    border: none;
    padding-left: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;

}

.btn-group{

    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;

}


#idquery{
    border-right: 0;
}
.top-search{
    background: #FFFFFF;

    color: #333333;
}

.color-tooltip + .tooltip > .tooltip-inner {background-color: #FE404A;}
.color-tooltip + .tooltip > .tooltip-arrow { border-bottom-color:#FE404A; }

.ID-color {
    background-color: #D95349;
    border-color: #2e6da4;
}