﻿html, body {
   font-family: "Segoe UI", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   x-font-weight: 300; 
    height: 100%;
}

#header_bar a:hover {
    text-decoration: none !important;
}

#page-logo {
    margin-top: 8px;
}

.container > .row {
    margin-top: 4px;
}

#home_image
{
    margin-top: 4px;
    width: 52px;
    height: 58px;
}
#main-banner {
    margin-bottom: 8px;
}
#wrap {
  height: 100%;
  height: auto;
  margin: 0 auto 100px;
  padding: 0;
}

nav li > a
{
    border-bottom: 4px solid transparent;
    font-family: "Segoe UI", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: normal;
    transition: border-bottom 100ms ease-in-out;
    -moz-transition: border-bottom 100ms ease-in-out;
    -webkit-transition: border-bottom 100ms ease-in-out;
}

@font-face {
  font-family: 'TNT WebFonts';
  src:  url('../fonts/primary.eot');
  src:  url('../fonts/primary.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/primary.woff') format('woff'), 
        url('../fonts/primary.ttf') format('truetype'),
        url('../fonts/primary.svg#primary') format('svg');
}

.tnt-hog:before,
.tnt-facebook,
.tnt-linkedin,
.tnt-twitter,
.tnt-youtube,
.tnt-youtube-long,
.tnt-logo
{
    font-family: 'TNT WebFonts';
}

.tnt-hog:before
{
    content: "\06e9";
}

.tnt-facebook:before
{
    content: "f";
}

.tnt-linkedin:before
{
    content: "l";
}

.tnt-twitter:before
{
    content: "t";
}

.tnt-youtube:before
{
    content: "y";
}

.tnt-youtube-long:before
{
    content: "Y";
}

.tnt-logo:before
{
    content: "T"
}


i.glyphicon { margin-right: 8px; }

.glyphicon-wide:before { margin-right: 1em; }

#video_instant_thumbnail
{
    position: relative;
    padding: 0;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

#video_instant_thumbnail iframe
{
    position: absolute;
    top: 0;
    left: 0;
    width: 99.9%;
    height: 99.9%;
    background-color: transparent;
    border: 0;
}

iframe
{
    width: 400px;
    height: 300px;
    background-color: transparent;
    border: 0;
}


p + h3,
p + h4,
p + h5,
p + h6
{
    margin-top: 24px;
}

form.form-submit-active 
{
    position: relative;
}

form.form-submit-active .form-cover
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: rgba(255,255, 255, 0.5);
}

form.form-submit-active .form-cover-content 
{
    position: absolute;
    width: 50%;
    height: 32px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1031;
}
/*** FOOTER ***/
#footer {
  background-color: #004991;
  color: White;
  padding: 36px 16px 16px 16px;
  margin-top: 24px;
  padding-bottom: 48px;
}

#footer a { color: White; }

#footer h5 {
    font-weight: bold;
}

#footer {
}

.noborder td {
    border-top: 0 none !important;
}

table ul:not(.normalul) {
    list-style-type: none;
    padding: 0;
margin: 0;
}



#timeline h2 {
    border: medium none;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 6px;
    clear: both;
    color: #303030;
    font-weight: normal;
    margin-top: 0;
    text-align: left;
}

#timeline h2 img {
    margin-bottom: 16px;
    float: left;
    border: 0 none;
    margin: 2px 4px 0 0;
}

#timeline h6 {
    line-height: 16px;
    font-size: 10pt;
    font-weight: bold;
    clear: both;
    color: #303030;
    margin-bottom: 8px;
    margin-top: 0;
    text-align: left;
}

#timeline img {
    margin-bottom: 16px;
    float: left;
    border: 0 none;
    margin: 8px 12px 0 6px;
}

#timeline .event {
    margin-left: 42px;
}

#timeline p {
    color: #333333;
    margin-bottom: 16px;
    margin-top: 0;
}

#timeline .time_line {
    background: url('/img/line_blue1.png') repeat-y scroll left top rgba(0, 0, 0, 0);
    height: 3707px;
    left: 11px;
    position: absolute;
    top: 11px;
    width: 1px;
}

#timeline {
    position: relative;
    float: left;
    width: inherit;
}

.echopanel {
    background: #303030 url('/img/product_selector_echo.png') repeat-x center bottom;
}

#case_study_article p {
    text-align: justify;
}

/* Button XL */
.btn-xl {
  padding: 16px 48px;
  font-size: 28px;
  line-height: 32px;
  border-radius: 6px;
}

.btn-group > .btn-xl + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-xl .caret 
{
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-xl .caret {
  border-width: 0 5px 5px;
}

@media (min-width: 768px)
{
        div > h1:first-child,
    div > h2:first-child,
    div > h3:first-child,
    div > h4:first-child
    {
        margin-top: 0;
    }

}

@media (max-width: 768px) {
    .icon-logo-strapline {
        font-size: .4em;
    }

    #footer .icon-logo-strapline {
        font-size: .3em;
    }
    .media, .media-body {
        overflow: visible;
    }
    
    .media > a {
        margin-bottom: 18px;
        float: left !important;
        margin-left: 0 !important;
    }
    
    .media .media-heading {
        clear: both;
    }

    .navbar-nav > li > a {
      padding-top: 16px;
      padding-bottom: 8px;
    } 
}

.navbar-default 
{
    background: transparent;
    border: none;
}

.navbar-default .navbar-nav > li > a {
    color: #808080;
    border-bottom: 2px solid white;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    border-bottom: 2px solid #004991;  
    color: #004991;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    /*font-family: 'Segoe UI';*/
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #84ADD0!impo!important;
}

ul ul a{ margin-left:10% !important;}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus 
{
    color: white;
    background-color: #004991!important;
}

.caret {
    color: #404040!important;
     border-bottom-color: #404040!important;
    border-top-color: #404040!important;
}

.navbar-default .navbar-nav > li > a:hover .caret, .navbar-default .navbar-nav > li > a:focus .caret {
    color: #FFFFFF!important;
     border-bottom-color: #FFFFFF!important;
    border-top-color: #FFFFFF!important;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #004991!important;
}

h2 a .glyphicon-play-circle {
    top: 4px!important;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.lead {
    color: #333;
    margin-top: 16px;
}

.reportsformat .media-object {
    margin-right: 42px!important;
}

#footer h3 {
    color: #fff;
}

.panel-pricing {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.panel-pricing:hover {
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5);
}
.panel-pricing .panel-heading {
  padding: 20px 10px;
}
.panel-pricing .panel-heading .fa {
  margin-top: 10px;
  font-size: 58px;
}
.panel-pricing .list-group-item {
  color: #777777;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.panel-pricing .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel-pricing .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel-pricing .panel-body {
  background-color: #f0f0f0;
  font-size: 40px;
  color: #777777;
  padding: 20px;
  margin: 0px;
}
#footer {
    position: relative;
    bottom: 0;
    width:100%;
}

.img-responsive 
{
    margin-bottom: 1em;
}


@font-face {
    font-family: 'tri-line-web';
    src: url('../fonts/tri-line-web.eot?r30rd9');
    src: url('../fonts/tri-line-web.eot?r30rd9#iefix') format('embedded-opentype'), url('../fonts/tri-line-web.ttf?r30rd9') format('truetype'), url('../fonts/tri-line-web.woff?r30rd9') format('woff'), url('../fonts/tri-line-web.svg?r30rd9#tri-line-web') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'tri-line-web';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-logo:before {
    content: "\e802";
}

.icon-logo-strapline:before {
    content: "\e801";
    font-size: 26em;
    color: #fff;
}

.icon-cisco-preferred-solution-partner:before {
    content: "\e800";
    font-size: 5em;
}

.icon-cisco-simple:before {
    content: "\e900";
    font-size: 1.2em;
}

.icon-cisco-marketplace:before {
    content: "\e803";
    font-size: 7em;
}

.icon-cisco-compatible:before {
    content: "\e804";
}

.icon-avaya-logo:before {
    content: "\e805";
    font-size: 2em;
    color: red;
}

.icon-avaya-devconnect-technology-partner:before {
    content: "\e806";
    font-size: 2em;
    color: #000;
}

#footer .icon-logo-strapline {
    font-size: .4em;
}

.share-link,
.share-link:hover,
.share-link:active,
.share-link svg,
.share-link:hover svg,
.share-link:active svg {
    text-decoration: none;
}
.share-link svg {
    vertical-align: top;
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    /*margin: 0;*/
    vertical-align: middle;
}

.resp-sharing-button--twitter {
    fill: #55acee
}

    .resp-sharing-button--twitter:hover {
        fill: #2795e9
    }

.resp-sharing-button--pinterest {
    fill: #bd081c
}

    .resp-sharing-button--pinterest:hover {
        fill: #8c0615
    }

.resp-sharing-button--facebook {
    fill: #3b5998
}

    .resp-sharing-button--facebook:hover {
        fill: #2d4373
    }

.resp-sharing-button--tumblr {
    fill: #35465C
}

    .resp-sharing-button--tumblr:hover {
        fill: #222d3c
    }

.resp-sharing-button--reddit {
    fill: #5f99cf
}

    .resp-sharing-button--reddit:hover {
        fill: #3a80c1
    }

.resp-sharing-button--google {
    fill: #dd4b39
}

    .resp-sharing-button--google:hover {
        fill: #c23321
    }

.resp-sharing-button--linkedin {
    fill: #0077b5
}

    .resp-sharing-button--linkedin:hover {
        fill: #046293
    }

.resp-sharing-button--email svg {
    fill: #777
}

    .resp-sharing-button--email:hover svg {
        fill: #5e5e5e
    }

.resp-sharing-button--xing {
    fill: #1a7576
}

    .resp-sharing-button--xing:hover {
        fill: #114c4c
    }

.resp-sharing-button--whatsapp {
    fill: #25D366
}

    .resp-sharing-button--whatsapp:hover {
        fill: #1da851
    }

.resp-sharing-button--hackernews {
    fill: #FF6600
}

    .resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {
        fill: #FB6200
    }

.resp-sharing-button--vk {
    fill: #507299
}

    .resp-sharing-button--vk:hover {
        fill: #43648c
    }
.inverse {
    background-color: #004991;
    color: White;
}
.clack-panel-special
{
    padding: 1.5em 2em;
    border: solid 2px white;
    border-radius: 0.5em;
    color: white;
    margin-bottom: 1em;
}
.jumbotron.white-jumbotron {
    background-color: white;
}
.jumbotron.wide-jumbotron {
    padding-left: 0px;
    padding-right: 0px;
}
.jumbotron.no-bottom {
    padding-bottom: 0px;
}
.wide-jumbotron .pull-left .media-object {
    padding-right: 40px;
}
.wide-jumbotron .pull-right .media-object {
    padding-left: 40px;
}