@import url(//fonts.googleapis.com/css?family=Roboto:700,500,400,300,100);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,200,100);

body {
    overflow-y: scroll;
}


* {
    border-radius: 0 !important;
    margin: 0;
}

html, body {
    font: 14px/19px Roboto, sans-serif;
    font-weight: 400;
    padding: 0;
    color: #222;
    background-color: #fff;
    height: 100%;
}

p, a, li {
    color: #222;
    line-height: 1.5;
}

a,
a:focus,
a:hover,
a:active {
    text-decoration: underline;
}

a:hover {
    color: #8bc349;
    text-decoration: underline;
}

h1, h2, h3, h4, h5 {
    color: #222;
    font-weight: 400;
}

h5 {
    font-weight: bold;
}

.headline {
    display: block;
    margin: 5px 0 5px 0;
    border-bottom: 1px solid #8bc349;
}

.headline h3,
.headline h4 {
    margin-bottom: 3px;
}

.nav-collapse .nav>li>a {
    font-weight: normal !important;
    color: #fff;
    text-decoration: none !important;
}

input[type="text"]:focus {
    border-color: #8bc349;
}

.copyright {
    background: #333;
}

.copyright p {
    color: #fff;
}

.copyright a {
    margin: 0 3px;
    color: #fff;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -39px;
}

.copyright, .push {
    height: 39px;
}

.thumbnail-style {
    padding: 5px;
}

.thumbnail-style:hover {
    box-shadow:0 0 8px #ddd;
    -webkit-transition:box-shadow 0.2s ease-in-out;
    -moz-transition:box-shadow 0.2s ease-in-out;
    -o-transition:box-shadow 0.2s ease-in-out;
    transition:box-shadow 0.2s ease-in-out;
}

.thumbnail-style .thumbnail-img {
    position:relative;
}

.thumbnail-style h4 {
    margin:5px 5px 0px 5px;
    font-size: 16px;
    font-weight: normal;
}

.content {
    padding-top:70px;
}

.accordion {
    margin-bottom: 0;
}

.table th {
    font-weight: 500;
}

.acc-try #ip {
    width: 110px;
}

.acc-try .accordion-inner {
    border:none;
}

.acc-download a.accordion-toggle {
    border-bottom: none !important;
    font-size: 14px !important;
    padding: 0px;
}

.acc-home a.accordion-toggle {
    border-bottom:solid 1px #ddd;
    text-decoration:none !important;
    font-size: 16px;
}

.acc-home a.active,
.acc-home a.accordion-toggle:hover {
    color:#222;
    text-decoration:none !important;
}

.acc-home .accordion-group {
    border:none;
    margin:0 !important;
}

.acc-home .accordion-heading,
.acc-home .accordion-inner {
    border: none;
    background: none;
}

.acc-home .accordion-inner {
    border:none;
    padding-top:3px;
}

.acc-home .collapse.in {
    margin-top:-1px;
    margin-bottom:20px;
    background: #f9f9f9;
    border-bottom:solid 1px #8bc349;
}

a.get-started {
    color: #fff;
    padding: 1px 4px;
    background: #8bc349;
    display: inline-block;
    font-weight: normal;
}

a.get-started:hover {
    color: #fff;
}

.pricing {
    margin-bottom:15px;
    border: 1px solid #8bc349;
}

.pricing-head {
    text-align:center;
}

.pricing-head h3 {
    margin: 0px;
    color:#fff;
    padding:5px 0 0 0;
    background: #8bc349;
}

.pricing-head span.cur {
    font-weight:normal;
    font-size: 24px;
    margin-right:3px;
}

.pricing-head h4 {
    background: #f9f9f9;
    margin: 0;
    font-size: 32px;
    padding:25px 0 20px 0;
}

.pricing-head h4 i {
    color: #777;
}

.price-desc {
    font-size: 16px;
}

.pricing-content {
    min-height: 105px;
}

.pricing-content li {
    margin: 10px 20px 0px 20px;
}

.pricing-content li i {
    color: #8bc349;
    margin-right: 5px;
    font-size: 16px;
}

.pricing-footer {
    text-align:center;
    padding:0 20px 19px;
    font-size: 16px;
}

.pricing-footer a,
.pricing-footer button {
    color: #fff;
    padding: 5px 15px;
    background: #8bc349;
    display: inline-block;
}

.margin-bottom-10 {
    clear:both;
    margin-bottom:10px;
}

table td.usecase,
table td.file,
table td.usecase-icon {
    border-top: 1px solid #8bc349;
    border-bottom: 1px solid #8bc349;
}

table.download {
    border: 1px solid #8bc349;
}

table td.usecase-icon {
    width: 4%;
    text-align: center;
}

table td.usecase {
    width: 46%;
}

table td.file {
    width: 50%;
    background: #f9f9f9;
    text-align: center;
    vertical-align: middle;
}

table td.usecase-icon i {
    font-size: 14px;
}

a {
  cursor: pointer;
}

code {
    padding: 0;
    color: #007000;
    white-space: nowrap;
    background: #fff;
    border: none;
    font-size: 14px;
}

section h2 i,
section h3 i,
section h4 i {
    margin-right: 15px;
    font-style: normal;
}

.toc i {
    font-style: normal;
}

.toc a,
.toc a:hover {
    text-decoration: none !important;
}

.manual .flexman {
    margin-top:0;
}

.manual dd {
    margin-left:20px;
}

.short-facts {
    padding: 10px;
}

.short-facts li {
    font-size: 16px;
    padding: 8px;
}

.stats th {
   vertical-align: top;
}

.stats td {
    vertical-align: middle;
}

.stats td a {
    text-decoration: none;
}

.stats td.source a {
    text-decoration: underline;
}

.stats .center {
    text-align: center;
}

.stats th {
    background: #f9f9f9;
    border: none;
}

.stats .icon-remove {
    color: red;
}

.stats .icon-ok {
    color: #8bc349;
}

.hl.num { color:#000000; }
.hl.esc { color:#000000; }
.hl.str { color:#008800; }
.hl.pps { color:#000000; }
.hl.slc { color:#800000; }
.hl.com { color:#880000; }
.hl.ppc { color:#000000; }
.hl.opt { color:#660000; }
.hl.lin { color:#000000; }
.hl.kwa { color:#000088; }
.hl.kwb { color:#000088; }
.hl.kwc { color:#000088; }
.hl.kwd { color:#000088; }

pre strong {
    background: #ffff00;
    font-weight: normal;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
    background: #333;
}

.tooltip-inner {
    background: #333;
    font-weight: normal;
    font-size: 14px;
    max-width: 300px;
}

.jumbotron {
    min-width: 100%;
    text-align: center;
    background-color: #b5bdc8;
    background: -moz-linear-gradient(top, #b5bdc8 0%, #828c95 36%, #28343b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5bdc8), color-stop(36%,#828c95), color-stop(100%,#28343b));
    background: -webkit-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%);
    background: -o-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%);
    background: -ms-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%);
    background: linear-gradient(to bottom, #b5bdc8 0%,#828c95 36%,#28343b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 );
}

.jumbotron img {
    margin-top: 75px;
}

.jumbotron h2,
.jumbotron h3,
.jumbotron h4 {
    color: #fff;
}

.jumbotron .try-now {
    display: block;
}

.jumbotron .try-now li {
    color: #fff;
    font-size: 17.5px;
}

.jumbotron .try-now a {
    color: #fff;
}

.jumbotron .try-now img {
    width:140px;
    margin:0 10px 0 10px;
    vertical-align: top;
}

.jumbotron .try-now ol {
    display: inline-block;
    text-align: left;
    margin-left: 30px;
}

@media (max-width: 1199px) {
    .service i {
        float:none;
    }

    .copyright {
        padding: 10px;
        margin-top: 10px;
        height: auto;
    }

}

@media (max-width: 979px) {
    .service .desc {
        width: 100%;
    }

    .content {
        padding-top: 10px;
    }

    .manual .flexman {
        margin-top: 10px;
    }

    .navbar-fixed-top {
        margin-bottom: 0px !important;
    }

    .nav-collapse {
        -webkit-transform: none !important;
    }

    .affix {
        position: static;
    }

    .jumbotron img {
        margin-top: 15px;
    }
}

.zoomer:hover .overlay-zoom .zoom-icon{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity:0.4;
    filter: alpha(opacity = 50);
}

.overlay-zoom {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    z-index: 90;
}

.overlay-zoom .zoom-icon {
    background-image: url("../img/icons/zoom.png");
    background-color: #000;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    width: inherit;
    height: inherit;
    opacity: 0;
    z-index: 100;
    filter: alpha(opacity = 0);
    top:0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
}

.ie7 .overlay-zoom .zoom-icon{
    width: 100%;
    height: 100%;
    clear: both;
    top: 0px;
    left: 0px;
}

.header {
    background: #333;
}

.logo {
    float: left;
    margin: 3px;
}

.navbar,
.navbar-inner,
.nav {
    border: none;
    background: #333 !important;
    box-shadow: none !important;
}

.navbar-inner {
    float: right;
    font-size: 16px;
}

.navbar .nav > li > a {
    text-shadow: none;
    font-weight: normal !important;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
    background: #555 !important;
    color: #fff;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:focus,
.navbar .nav > .active > a:hover {
    background: #555 !important;
    color: #fff !important;
    box-shadow: none;
}

.collapse.in li a {
    color:#fff !important;
}

.affix {
    border: 1px solid rgba(0,0,0,0.15);
    background: #f9f9f9 !important;
    padding: 5px 15px 5px 15px;
}

.affix>li>a {
    padding: 0px 15px;
}

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

.thumbnails>li {
    margin-bottom: 5px;
}

.fancybox-title {
    font: 14px/19px Roboto, sans-serif !important;
    font-weight: 400;
}

.nav>li>a:hover, .nav>li>a:focus {
    background: none;
}

.navbar .btn-navbar {
    margin-right: 0;
}
