/* main products page sections */

.background-fill {
    background: #13232e; /* Old browsers */
    background: -moz-linear-gradient(-40deg, #13232e 0%, #2c2c43 50%, #a4d0df 100%); /* FF3.6+ */
    background:  -webkit-gradient(linear, left top, right bottom, color-stop(0%,#13232e), color-stop(50%,#2c2c43), color-stop(100%,#a4d0df)); /* Chrome,Safari4+ */
    background:  -webkit-linear-gradient(-40deg, #13232e 0%,#2c2c43 50%,#a4d0df 100%); /* Chrome10+,Safari5.1+ */
    background:  -o-linear-gradient(-40deg, #13232e 0%,#2c2c43 50%,#a4d0df 100%); /* Opera 11.10+ */
    background:  -ms-linear-gradient(-40deg, #13232e 0%,#2c2c43 50%,#a4d0df 100%); /* IE10+ */
    background:  linear-gradient(130deg, #13232e 0%,#2c2c43 50%,#a4d0df 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13232e', endColorstr='#a4d0df',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

section {
    color: #fff;
}

section#crawlbot {
    background-color:#6bbb5b;
}

section#custom {
    background-color:#769eaf;
}
section#automatic {
    background-color:#666;

}

section .header h3 {
    margin-top:50px;
    font-family:"KlavikaLight";
    font-size:35px;
}

section .header, section .header-image {
    padding:20px;
}

section p {
    margin-top:20px;
    margin-bottom:25px;
    font-size:20px;
}

/* individual product page resets */

body.products #main #mainContent {
    padding-top:0;
    padding-left:0;
    padding-right:0;
    background-color:inherit;
}

section.product-header {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    position:relative;
}

section.product-header a {
    color:#fff;
    text-decoration: underline;
}

section.product-header .dropdown-menu a {
    color: #333;
    text-decoration: none;
}
section.product-details {
    background-color:#fff;
    color:#333;
    padding-top:40px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

section.product-header:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-width: 25px;
    margin-left: -25px;
}

section#automatic.product-header:after {
    border-top-color: #666;
}

section#custom.product-header:after {
    border-top-color: #769eaf;
}

section#crawlbot.product-header:after {
    border-top-color: #6bbb5b;
}


@media (max-width:767px) {
    .col-sm-6.text-right {
        text-align:left;
    }

    .col-sm-6.xs-center {
        text-align:center;
    }

    section.product-details .product-buttons p {
        margin-top:5px;margin-bottom:5px;
    }


}


/*breadcrumb*/

.row.subnav div {
    padding:20px 45px 0 45px;
    text-transform: uppercase;
    font-size:16px;
    font-family:"KlavikaMedium";
}

.row.subnav a {
    text-decoration: underline;
    color:#fff;
    font-family:"KlavikaMedium";
}

.row.subnav hr {
    margin:0;
    border-top:1px solid #868686;
}

section#automatic .row.subnav hr {
    border-top:1px solid #868686;
}

section#custom .row.subnav hr {
    border-top:1px solid #95ADC1;
}

section#crawlbot .row.subnav hr {
    border-top:1px solid #9DDA92;
}


/* automatic apis */

#automaticapis a:hover, #automaticapis a {
    text-decoration: none;
    border-bottom:none;
}



.api-tabs a p {margin-bottom:0;}

.tab-pane {margin-top:40px;}

.tab-pane h2 {
    margin-top:40px;
}

.testdrive-widget {
    margin-top:40px;
}

.icon {padding-top:20px;padding-right:30px;}

.row.product {
    margin-bottom: 30px;
}

.icon .api-icon {
    color: #4c4c4c;
    font-size: 70px;
    margin-bottom:10px;
    line-height: 47px;
    margin-top: 10px;
}

.icon .title {color:#4c4c4c;}

/*features table */

table.table-feature td:first-child{
    width:25%;
}
table.table-feature td strong {
    font-family:"KlavikaMedium";
    font-weight:normal;
}

table.table-feature {text-align:left;}

/* image callouts */

.callout {margin-bottom:20px;}



.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}

.breadcrumb>li>a {
    margin: 0 5px;
    border-bottom: 2px solid transparent;
}

.breadcrumb>li>a:hover {
    border-bottom: 2px solid #FFF;
    transition: all 500ms linear;
}

.breadcrumb>li+li:before {
    color: #fff;
    opacity: 0.4;
}


.active a {
    /*border-bottom: 1px solid white;*/
}
.row.subnav a {
    text-decoration: none;
    color: #FFF;
    opacity: 0.92;
/*    color: ;
*/}
.row.subnav a:hover {
    opacity: 1;
}
.row.subnav a .fa {
    font-size: 14px;
}

.dropdown-menu {
    /*border-color: #98A1AB;*/
    border: 1px solid rgba(152, 161, 171, 0.6);
    border-radius: 3px;
}

.dropdown-menu a {
    text-transform: none;
}

.dropdown-menu::before {
    border-bottom: 9px solid rgba(152, 161, 171, 0.6);
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right:9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 10px;
    position: absolute;
    top: -9px;
}
  .dropdown-menu::after {
    border-bottom: 8px solid #FFFFFF;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 11px;
    position: absolute;
    top: -7px;
}
@media (max-width: 767px) {
   section .header {
       padding: 20px 40px;
   } 
}
