
/*CSS Reset*/

li { 
    list-style: none;
}

a, a:hover, a:active, a:focus { 
    text-decoration: none;
    outline: 0;
}

nav, ul, li, a {
    margin: 0; padding: 0;
}

.container-fluid, 
.row { 
    margin: 0; padding: 0;
}

h1, 
h2,
h3, 
h4,
h5, 
h6 { 
    margin: 0; 
    padding: 0;
}

.col-xs-1,
.col-xs-2, 
.col-xs-4, 
.col-xs-6, 
.col-xs-8, 
.col-xs-10, 
.col-xs-12 {
    padding: 0px;
    margin: 0px;
}

.col-md-2, 
.col-md-3, 
.col-md-4, 
.col-md-5, 
.col-md-6, 
.col-md-7,
.col-md-8, 
.col-md-9,
.col-md-10, 
.col-md-11,
.col-md-12 { 
    padding: 0px; 
    margin: 0px;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
}

button:focus {
    outline: none;
}

select { 
    background: transparent;
}

/* global styles */

body, html {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    height: 100%;
}

body {
    color:#555f60;
    overflow-y: scroll;
    font: 16px 'DIN Next W01 Regular', 'arial';
}

.content {
    max-width: 1170px;
    padding: 0px;
    margin: 0px auto;
}

a, a:hover, a:active, a:focus { 
    color: #51b2b6;
}

.form-control::-moz-placeholder {
    color: #555f60;
}

.form-control:-ms-input-placeholder {
    color: #555f60;
}

.form-control::-webkit-input-placeholder {
    color: #555f60;
}

/* Top nav bar styles */

.top-navigation {
    background: url(../images/banner-bg.jpg) repeat;
    height: 155px;
}

nav, .nav, .navbar, .navbar-header, .navbar-collapse, .navbar-form, .navbar-right, .navbar-nav, .navbar-text, .navbar-toggle {
    margin: 0px;
    padding: 0px;
}

.navbar-default {
    background: none;
    border: none;
}

.navbar {
    position: fixed; 
    width: 100%; 
    padding:63px 10px 8px 10px; 
    z-index: 101; 
    border-radius: 0px; 
    height: 123px;
    -webkit-transition: padding 1s, height 1s,-webkit-transform 1s;
    transition: padding 1s, height 1s, transform 1s;
}

.navbar .logo{
    margin: 0px;
    padding: 0px;
}

.affix.navbar {
    background: rgba(0, 0, 0, 0.8);
    height: 76px;
    padding:16px 0px 16px 0px; 
    z-index: 100;
}

.navbar-collapse .nav li a {
    font: 14px 'DIN Next W01 Regular', 'arial';
    color: #ffffff;
    text-transform: uppercase;
    padding: 15px 10px 10px 10px;
    margin: 0 11px;
    letter-spacing: 1.5px;
}

.navbar-collapse .nav li a:hover {
    border-bottom: none;
    background: none;
    color: #8dc65e; 
    border-bottom: 1px solid #8dc65e;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid #8dc65e;
}

.navbar-text {
    margin-top: 15px;
}

/* Products Dropdown - main navigation */

.nav .hover-product{
    z-index: 999;
    display: none;
    padding-top:16px;      
    box-sizing: border-box;
    border-top-left-radius:7px;
    border-top-right-radius: 7px; 
    color: #8dc65e;   
    height: 58px;
    top: 65px;
    position:absolute;
    background:  white url('../images/dropdown-arrow.png') no-repeat 50% 80%;
    -webkit-transition: top 1s, -webkit-transform 1s;
    transition: top 1s, transform 1s;
}

.affix.navbar .hover-product{
    top: 18px;
}

.logged-in .nav .hover-product{
    top: 2px;
}

.nav .hover-product .pro-link{
    color:#3d3d3d !important;
    border-bottom: none !important;
    top: -18px;
    font-weight: bold;
}
.navbar-collapse .nav li:nth-child(2) a:hover
{
    color: #3d3d3d;
}
.nav .hover-product .pro-link:hover{
    border-bottom: none;
}
.nav .hover-product .active .pro-link{
    color:#8dc65e;
    border-bottom: none;
}

.pro-content{
    top: 123px;
    width: 100%;
    border-bottom:1px solid #b7b7b7;
    border-left: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
    margin-left: 0px;
    max-width: 1170px;
    margin-right: auto;
    position: absolute;
    box-sizing: border-box;
    display:none;
    z-index: 1000;
    background-color: white;
    border-radius: 10px;
    max-height: 688px;
    /*    overflow: scroll;*/
    -webkit-transition: top 1s, -webkit-transform 1s;
    transition: top 1s, transform 1s;
}

.affix.navbar .pro-content{
    top: 76px;
}

.logged-in .pro-content, .logged-in .affix.navbar .pro-content {
    top: 60px;
}

/* Edit Button - product dropdown */

#node-53 > div.contextual-links-wrapper
{
    position: absolute; 
    right: 420px; 
    z-index: 10001; 
}

#block-nodeblock-53 a.contextual-links-trigger, #node-53 a.contextual-links-trigger{
    display: block !important; 
    z-index: 10001; 
}

/* Search Button - main navigation */

.navbar-header .search {
    padding-top: 10px;
}
.navbar-header .search img {
    margin: 0 40px 0 15px;
    padding-top: 5px;
}

.navbar-header .search img:hover {
    cursor: pointer;
}

.form-search .input-group .form-control {    
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font: 24px 'DIN Next W01 Regular', 'arial';
    height: 70px;
    padding-left: 30px;
}

.form-search .input-group .btn {
    border-left: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-right: 20px; 
    height: 70px;   
    cursor: pointer;
}

.form-search .input-group .btn:hover {
    background: #ffffff;
}

.navbar #block-search-form {
    position: relative;
    margin: 0;
}

.form-search.content-search{
    display:none;
    position: absolute;
    z-index: 10;
    width: 525px;
    right: -197px;
    top:13px;
}

/* Get Zephyr Dropdown - main navigation */

ul.nav a.get-zephyr-btn {
    font: 14px 'DIN Next W01 Medium', 'arial';
    letter-spacing: 1px;
    background: #8dc65e;
    border-radius: 10px;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    padding:15px 20px 12px 20px;
    border: none;
}

.get-z-content{
    width: 100%;
    background: #fff;
    max-width:1170px;
    height: auto;
    display: none;
    top: 123px;
    max-height: 670px;
    z-index: 102;
    position: absolute;
    border-radius: 10px 0 10px 10px;
    border-bottom:1px solid #b7b7b7;
    border-left: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
    -webkit-transition: top 1s, -webkit-transform 1s;
    transition: top 1s, transform 1s;
}

.affix.navbar .get-z-content{
    top: 76px;
}

.logged-in .get-z-content, .logged-in .affix.navbar .get-z-content{
    top: 60px;
    z-index: 103;
}

.click_button{
    display: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    border: 0px;
    height: 57px;
    position: absolute;
    top: -12px;
    background:  #8dc65e url('../images/dropdown-arrow2.png') no-repeat 50% 80%; 
}

.click_button a{
    font: 14px 'DIN Next W01 Medium', 'arial';
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;
}

.head-box{
    background-color: #8dc65e;
    padding-top: 20px;
    height: 50px;
    color: #fff;
    text-align: center;
}

.head-box.left{
    border-top-left-radius:10px;   
}

.head-box h4{
    font: 14px 'Museo Slab W01 300';
    letter-spacing: 1px;
}

.content-box{
    border-left: 1px solid #eff0f5;
    margin: 30px 0;
    padding:0 40px;
}

.content-box .box{
    margin-bottom: 20px;
    min-height: 118px;
}

.content-box .box-text{
    padding: 0 20px;
}

.icons-link a img{
    margin: 0px auto;
}

.content-box a.heading{
    font: 18px 'DIN Next W01 Regular', 'arial';
    color: #8dc65e;
    letter-spacing: 2px;
}

.content-box a{
    font: 14px 'DIN Next W01 Regular', 'arial';
    color: #51b2b6;
}

.content-box p{
    font: 14px 'DIN Next W01 Regular', 'arial';
    color: #555f60;
    line-height: 1.4;
    margin: 5px 0 15px 0;
}

.content-box .down{
    border-top: 1px solid  #eff0f5;  
}

.content-box .boxes{
    padding-top: 20px;
}

.get-z-content a.big-link {
    font: 18px 'DIN Next W01 Regular', 'arial';
}

/* Footer styles */

.footer {
    background: url(../images/banner-bg.jpg) repeat;
    border-top: 0px;
    letter-spacing: 1px;
    font: 12px 'DIN Next W01 Light';
    text-transform: uppercase;
}

.footer .footer-top {
    padding: 80px 0px 70px 0px;
}

.footer .footer-left {
    border-right: #000 1px solid;
}

.footer .footer-left ul li {
    margin-bottom: 15px;
}

.footer .footer-left ul li a {
    color: #ffffff;
    letter-spacing: 1px;
}

.footer .footer-left ul li a:hover {
    text-decoration: underline;
}

.footer .footer-left ul li:first-child a {
    color: #51b1b6;
    font: 14px 'DIN Next W01 Regular', 'arial';
}

.footer .footer-left ul li:first-child a:hover {
    text-decoration: underline;
}

.footer .contact p, .footer .connect p {
    margin-bottom: 10px;
    line-height: 20px;
}

.footer-heading {
    color: #51b1b6;
    font: 14px 'DIN Next W01 Regular', 'arial';
}

.contact-email a {
    color: #ffffff;
    font: 12px 'DIN Next W01 Regular', 'arial';
}

.footer-details {
    color: #959595;
}

.footer .connect .input-group {
    margin: 20px 0 40px 0;
}

.footer .connect .form-control {    
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font: 14px 'DIN Next W01 Regular', 'arial';
    height: 40px;padding:10px 12px 6px;
}

.footer .connect .input-group-addon {
    border: none;
    background: #8dc65e;
    color: #ffffff;
    font: 14px 'DIN Next W01 Regular', 'arial';
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    letter-spacing: 2px;
    padding: 4px 15px 0px 15px;
    cursor: pointer;
}

.footer .connect .input-group-addon:hover {
    background: #51b2b6;
}

.social-bar {
    float:left;
}

.social li {
    float:left;
}

.social li a {
    text-indent:-9999px;
    overflow:hidden;
    background: url("../images/social-sprite.png") no-repeat;
    display:block;
    width:28px;
    height:26px;
}

.social li:last-child a {
    width:40px;
}

.social .twitter a, .social .twitter {
    background-position:0 0;
    margin-right: 12px;
}

.social .twitter a:hover, .social .twitter:hover {
    background-position:0 -27px;
}

.social .youtube a, .social .youtube{
    background-position:-56px 0;
    margin-right: 14px;
}

.social .youtube a:hover, .social .youtube:hover {
    background-position:-56px -27px;
    margin-right: 14px;
}

.social .include a, .social .include {
    background-position:-115px 0;
    margin-right: 14px;
}

.social .include a:hover, .social .include:hover {
    background-position:-115px -27px;
    margin-right: 14px;
}

.social .facebook a, .social .facebook {
    background-position:-173px 0;
    margin-right: 13px;
}

.social .facebook a:hover, .social .facebook:hover {
    background-position:-173px -27px;
    margin-right: 13px;
}

.social .flickr a, .social .flickr {
    background-position:-235px 0;
    margin-right: 10px;
}

.social .flickr a:hover, .social .flickr:hover {
    background-position:-235px -27px;
    margin-right: 10px;
}

.social .ppl a, .social .ppl {
    background-position:-283px 0;
}

.social .ppl a:hover, .social .ppl:hover {
    background-position:-283px -27px;
}

.footer-bottom {
    border-top: 1px solid #000;
    padding: 15px 0px;
}

.copy {
    color: #606062;
}

.footer .footer-nav ul {
    float: right;
}

.footer .footer-nav ul li {
    display:inline-block;
}

.footer .footer-nav ul li a {
    color: #fff;
    padding: 0px 15px;
    border-right: 1px solid #606062;
}

.footer .footer-nav ul li:last-child a {
    padding-right: 0px;
    border-right:none;
}

/* Breadcrumb */

.breadcrumb {
    background: #eff0f5;
    margin-bottom: 0px;
    padding: 3px 0px 2px 0px;
    z-index: 99;
}

.breadcrumb a{
    color: #51b1b6;
    font: 12px 'DIN Next W01 Regular';
    text-transform: uppercase;
}
.breadcrumb .first, .breadcrumb .last{
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background: #eff0f5;
}

/* Homepage highlighted box style */

.home-highlighted {
    background: #ffffff;
    width: 100%;
}

.home-highlighted p {
    color: #555f60;
    font: 27px 'Museo Slab W01 300';
    line-height: 40px;
    text-align: center;
    padding: 72px;
}

/* Homepage customer box style */

.home-customer {
    background: url(../images/logos-bg.jpg);
    background-size: cover;
    height: 316px;
    padding-top: 40px;
}

.customer-logo {
    //float: left;
    //width: 200px;
    margin:0px auto;
}

.customer-logo img {
    margin:0px auto;
}

.cus-logo-top, .cus-logo-bottom {
    height: 120px;
}

.cus-logo-top img {
    //padding-top:85px;
}
.cus-logo-bottom img {
    //padding-top:40px; 
}

.customer-logo .cus-logo-top .views-field.views-field-title {
display: table;
height: 100%;
width: 100%;
}
.customer-logo .cus-logo-bottom .views-field.views-field-title {
display: table;
height: 100%;
width: 100%;
}
.customer-logo .cus-logo-top span.field-content {
display: table-cell;
vertical-align: middle;
}
.customer-logo .cus-logo-bottom span.field-content {
display: table-cell;
vertical-align: middle;
}
/* Homepage  main-container style */

.main-container {
    padding-bottom: 80px;
}

.laptop-section {
    text-align: center;
    padding-top: 70px;
}

.laptop-section .col-md-6 {
    padding: 5px;
    box-sizing: border-box;
}

.laptop-section h2 {
    color: #51b2b6;
    font: 26px 'Museo Slab W01 100';
}

.laptop-section p {
    color: #555f60;
    font: 16px 'DIN Next W01 Light', 'arial';
    line-height: 1.6;
    margin: 10px 0 30px 0;
}

.laptop-section a.read-btn {
    background: #fff url(../images/arrow.png) no-repeat;
    font: 14px 'DIN Next W01 Regular', 'arial';
    color: #51b2b6;
    text-transform: uppercase;
    background-position: 80% 50%;
    padding: 15px 60px 10px 25px;
    border: 1px solid #b7b7b7;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
}

.laptop-section a.read-btn:hover {
    background: #fff url(../images/arrow-hover.png) no-repeat;
    background-position: 80% 50%;
    color: #8dc65e;
}

.laptop-section .home-laptops img {
    margin-top: 45px;
}

/* Homepage  news,insights,events box style */

#news_events {
    margin-top: 65px;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs ul.nav-pills li{
    border-radius: 0px;
    background: #eff0f5;
}

.nav-tabs ul.nav-pills li a {
    color: #515151;
    font: 14px 'DIN Next W01 Regular', 'arial';
    border-radius: 0px;
    letter-spacing: 1px;
    padding: 14px 40px 10px;
}

.nav-tabs ul.nav-pills li a:hover, .nav-tabs ul.nav-pills li.active a {
    background: #51b1b6;
    color: #ffffff;
}

.nav-tabs ul.nav-pills li:first-child,.nav-tabs ul.nav-pills li:first-child a {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;   
}

.nav-tabs ul.nav-pills li:last-child,.nav-tabs ul.nav-pills li:last-child a {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;   
}

/* Homepage  tab content style */

.nav-tabs .tabs {
    width: 407px;
    margin: 0px auto;
}

.nav-tabs .tab-content {
    margin-top: 30px;
}

.nav-tabs .tab-content.home ul li {
    width: 33%;
    background: #e5e7ef;
    float: left;
    height: 340px;
    text-align: left;
}

.nav-tabs .tab-content.home ul li:first-child {
    background: #eff0f5;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; 
}

.nav-tabs .tab-content.home ul li:last-child {
    background: #eff0f5;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; 
}

.nav-tabs .tab-content.home #news ul li {
    padding: 50px 40px;
    position: relative;
}

.nav-tabs .tab-content.home #news ul li .views-field-title a {
    color: #51b1b6;
    font: 26px 'Museo Slab W01 100';
    line-height: 1.3;
}

.nav-tabs .tab-content.home #news ul li div.news_title {
    padding-bottom: 15px;
}

.nav-tabs .tab-content.home #news ul li .date-display-single {
    font: 12px 'DIN Next W01 Medium', 'arial';
    letter-spacing: 1px;
    color: #555f60;
    text-transform: uppercase;

}
.nav-tabs .tab-content.home #news ul li .news_date
{
    position: absolute;
    bottom: 25px;  
}
.nav-tabs .tab-content.home #events ul li {
    padding: 60px;
}

.nav-tabs .tab-content.home #events ul li .date-display-single {
    font: 18px 'DIN Next W01 Medium', 'arial';
    color: #2d3234;
    background: #ffffff;
    border-radius: 10px;
    padding:15px 20px;
    text-transform: uppercase;
}

.nav-tabs .tab-content.home #events ul li .home_events_title {
    padding-top: 10px;
}

.nav-tabs .tab-content.home #events ul li .views-field-title a {
    color: #51b1b6;
    font: 24px 'Museo Slab W01 100';
    line-height: 1.3;
}

.nav-tabs .tab-content.home #events ul li .home_events_location {
    font: 12px 'DIN Next W01 Medium';
    text-transform: uppercase;
    position: absolute;
    bottom: 25px;
}

/* main-container-inner style */

.main-container-inner {
    text-align: left;
    padding-top: 50px;
    padding-bottom: 75px;
}

.main-container-inner h1 {
    color: #8dc65e;
    font: 48px 'Museo Slab W01 100';
    text-transform: uppercase;
    padding: 25px 0px 5px 0px;
}

.main-container-inner .text h3 {
    color: #555f60;
    font: 26px 'Museo Slab W01 100';
    padding-bottom: 45px;
}

.main-container-inner .text h3.sub {
    padding-top: 30px;
    padding-bottom: 20px;
}

.main-container-inner .text p {
    color: #555f60;
    font: 18px 'DIN Next W01 Light', 'arial';
    line-height: 1.9;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.main-container-inner img.infosource {
    /*    float: right;
        margin: 35px 0px 0 0;*/
}

/* stats box style */

.stats-box {
    background: #33393b;
    border-radius: 15px;
    text-align: center;
}

.stats-box.home {    
    margin-bottom: 15px;
    margin-top: 70px;
    padding: 25px 0 15px 0;
}

.stats-box.product {
    padding: 45px 0 25px 0;
}

.stats-box.partners {
    padding: 25px 0 30px 0;
}

.stats-box h1 {
    color: #ffffff;
    font-weight: normal;
    padding: 0;
}

.stats-box.home h1 {
    font: 70px 'Museo Slab W01 500';
}

.stats-box.product h1 {
    font: 60px 'DIN Next W01 Regular', 'arial';
    text-transform: none;
}

.stats-box.partners h1 {
    font: 60px 'DIN Next W01 Regular', 'arial';
}

.stats-box.home h1 small {
    color: #ffffff;
    font: 36px 'Museo Slab W01 500';
    position: relative;
    bottom: 10px;
}

.stats-box h3 {
    color: #8dc65e;
    text-transform: uppercase;
    margin: 0px auto;
}

.stats-box.home h3 {
    font: 24px 'DIN Next W01 Light';
    //padding:0 0 0 10px;
    margin-top: 5px;
    letter-spacing: 1px;
}

.stats-box.product h3 {
    font: 18px 'DIN Next W01 Light';
    padding:0px 0px 0px 50px;
    margin-bottom: 5px;
    text-align: left;
}

.stats-box.partners h3 {
    font: 24px 'DIN Next W01 Light';
    padding:0px 0px 10px 70px;
    text-align: left;
}

h3.stats01 {
    background: url(../images/stats-icon01.png) left top no-repeat;
    width: 185px;
}

h3.stats02 {
    background: url(../images/stats-icon02.png) left top no-repeat;
    width: 200px;
}

h3.stats03 {
    background: url(../images/stats-icon03.png) left top no-repeat;
    width: 210px;
}

h3.stats2-01 {
    background: url(../images/stats2-icon01.png) left top no-repeat;
    width: 220px;
}

h3.stats2-02 {
    background: url(../images/stats2-icon02.png) left top no-repeat;
    width: 210px;
}

h3.stats2-03 {
    background: url(../images/stats2-icon03.png) left top no-repeat;
    width: 230px;
}

h3.stats3-01 {
    background: url(../images/stats3-icon01.png) left top no-repeat;
}

.stats-box.partners .stat-left {
    float: left; 
    width: 710px; 
}
.stats-box.partners .stat-right {
    float: left; 
    width: 440px; 
    text-align: left;
    font: 18px 'DIN Next W01 Light', 'arial';
    color: #8dc65e;
}

.stats-box.partners .partner-green {
    width: 460px; 
    float: left; 
    padding-top: 45px; 
    padding-left: 150px; 
}

.stats-box.partners .partner-white {
    width: 160px; 
    float: left; 
    padding-top: 40px;
}

.stats-box.partners .forkimg {
    float: left; 
    padding-top: 25px;
}

.stats-box.partners .stat-upper {
    margin-bottom: 45px;
}

.stats-box.partners .stat-white {
    font: 36px 'DIN Next W01 Regular', 'arial';
    color: #ffffff;
    padding: 0 10px 0 15px;
    position: relative;
    top: 5px;
}

/* Product page gray content style */

.gray-content.products-page {
    text-align: center;
    padding-top: 55px;
    background: #eff0f5;
    padding-bottom: 80px;
}

.gray-content.products-page .product-laptops {
    padding: 5px;
    box-sizing: border-box;
}

.gray-content.products-page h2 {
    color: #51b2b6;
    font: 26px 'Museo Slab W01 100';
    margin: 20px 0px 15px 0px;
}

.gray-content.products-page p {
    color: #555f60;
    font: 16px 'DIN Next W01 Regular', 'arial';
    line-height: 1.4;
}

.gray-content.products-page img {
    margin: 40px 0 30px 0;
}

.gray-content.products-page .gray-content-buttons button {
    background: #fff url(../images/arrow.png) no-repeat;
    font: 14px 'DIN Next W01 Light', 'arial';
    width: 285px;
    color: #51b2b6;
    text-transform: uppercase;
    text-align: left;
    background-position: 90% 50%;
    padding:13px 0 13px 25px;;
    margin-bottom: 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.gray-content.products-page .gray-content-buttons button:hover {
    background: #fff url(../images/arrow-hover.png) no-repeat;
    background-position: 90% 50%;
    color: #8dc65e;
}

.popover {
    max-width: 230px;
    border-radius: 15px;
    margin-left: 60px;
    border: none;
}

.popover .popover-content {
    font: 13px 'DIN Next W01 Regular', 'arial';
    color: #555f60;
    text-align: left;
    padding: 25px 20px; 
}

.popover.top {
    background-color: #ffffff; 
    margin-top: 5px;
    box-shadow:0 5px 10px rgba(0,0,0,0.8);
    border-top: 2px solid  #eff0f5;
    border-left: 2px solid  #eff0f5;
    border-right: 2px solid  #eff0f5;
}

/* Product page blue content style */

.blue-content {
    text-align: left;
    background: #51b2b6 url(../images/green-bg.png);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    min-height: 547px;
}

.blue-content img.tri-left, .blue-content img.tri-right {
    margin: 0px auto;
}

.blue-content h1.green-heading {
    margin-top:80px;
    font: 26px 'Museo Slab W01 100';
    color: #ffffff;
    text-align: center;
} 

.blue-content h3.green-heading {
    margin: 25px 0px;
    font: 20px 'Museo Slab W01 100';
    color: #ffffff;
    padding-left: 20px;
} 

.blue-content .green-text.left {
    padding: 35px 90px 0px 130px;
    color: #ffffff;
}

.blue-content .green-text.right {
    padding: 35px 90px 0px 145px;
    color: #ffffff;
}

.blue-content img.green-icon-left, .blue-content img.green-icon-right  {
    margin: 0px auto;
}

.blue-content .green-text ul li {
    font: 16px 'DINNextLTW01-UltraLight 706122';
    margin-bottom: 27px;
    line-height: 1.4;
    background: url(../images/li-bg.png) no-repeat;
    background-position: 0% 5%;
    padding: 0px 0px 0px 25px;
}

/* ZEE-page share button style */

#share {
    position: fixed; right: 0px; top: 300px; z-index: 99999;
}

#share img{
    border: none;
}

/* ZEE-page gray content style */

.gray-content2 {
    text-align: left;
    padding-top: 80px;
    padding-bottom: 75px;
    background: #eff0f5;
}

.gray-content2 .addons {
    border-right: 1px solid #cdcfd6;
}

.gray-content2 .addons .text {
    padding-left: 10px;
}

.gray-content2 .utilities {
    padding-left: 50px;
}

.gray-content2 .utilities img {
    margin-top: 5px;
}

.gray-content2 .utilities .text {
    padding-left: 50px;
}

.gray-content2 .utilities p {
    font: 16px 'DIN Next W01 Light', 'arial';
    color: #555f60;
    line-height: 25px;
    margin-bottom: 25px;

}

.gray-content2 .addons h3, .gray-content2 .utilities h3 {
    font: 18px 'DIN Next W01 Regular', 'arial';
    color: #51b2b6;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 15px;
}

.gray-content2 button{
    background: #fff url(../images/arrow.png) no-repeat;
    font: 14px 'DIN Next W01 Regular', 'arial';
    width: 285px;
    color: #51b2b6;
    text-transform: uppercase;
    text-align: left;
    background-position: 90% 50%;
    padding:14px 0px 11px 25px;
    margin-bottom: 10px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.gray-content2 button:hover {
    background: #fff url(../images/arrow-hover.png) no-repeat;
    background-position: 90% 50%;
    color: #8dc65e;
}

/* ZEE-page testimonials section style */

.testimonial {
    padding: 80px 0;
    text-align: center;
}

/*.testimonial button.test-button {
    font: 14px 'DIN Next W01 Light', 'arial';
    letter-spacing: 1px;
    background: #51b2b6;
    color: #ffffff;
    margin-bottom: 30px;
    border: none;
    padding: 15px 50px 10px 50px;
    border-radius: 10px;
}*/
.testimonial button.test-button {
    font: 26px "Museo Slab W01 300";
    text-align: center;
    color: #555F60; background: none; border: none;
    margin-bottom: 45px;
}

.testimonial .tab-content {
    background:#eff0f5;
    padding: 75px 140px 55px 140px;
    border-radius: 10px;
    min-height: 340px;
}

.testimonial .tab-content .views-field-field-testimonial {
    font: 30px 'Museo Slab W01 100';
    color: #51b2b6;
    line-height: 1.4;
    margin-bottom: 15px;
}

.testimonial .tab-content .views-field-title a{
    font: 18px 'DIN Next W01 Medium', 'arial';
    color: #2d3234;
    text-transform: uppercase;
}

/* ETM-page main-container-inner style */

.main-container-inner .etm-page {
    border-bottom: 1px solid #c2c3c7;
    padding-bottom: 30px;
    margin-bottom: 10px;
}

.main-container-inner .etm-page .text h1 {
   letter-spacing: -2px;
}

/* ETM-page green-container style */

.green-content{
    text-align: left;
    background: #8dc65e;
    color: #ffffff;
}

.green-content.etm {
    padding-top: 80px;
    padding-bottom: 40px;
}

.green-content.etm h3 {
    font: 18px 'DIN Next W01 Light', 'arial';
    text-transform: uppercase;
    margin-bottom: 15px;
}

.green-content.etm p {
    font: 19px 'DINNextLTW01-UltraLight 706122';
    line-height: 1.4;
    letter-spacing: 1px;
}

.green-content.etm button{
    background: #fff url(../images/arrow.png) no-repeat;
    font: 14px 'DIN Next W01 Regular', 'arial';
    width: 285px;
    color: #51b2b6;
    text-transform: uppercase;
    text-align: left;
    float: right;
    margin: 0px 30px 20px 0px;
    background-position: 90% 50%;
    padding:14px 0px 10px 25px;
    border: none;
    border-radius: 10px;
    cursor: pointer; height:44px;
}

.green-content.etm button:hover {
    background: #fff url(../images/arrow-hover.png) no-repeat;
    background-position: 90% 50%;
    color: #8dc65e;
}

/* ETM-page webinar style */

.image2-content {
    background: url(../images/webinar-bg.jpg);
    background-size: cover;
    height: 481px;
    text-align: center;
    padding-top: 75px;
}

.image2-content h3 {
    font: 26px 'Museo Slab W01 100';
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 25px;
}
.image2-content img { 
    margin: 0px auto ;
}

.image2-content h1 {
    font: 36px 'Museo Slab W01 100';
    color: #51b2b6;
    margin: 15px 0px;
}
.image2-content p {
    font: 16px 'DIN Next W01 Light', 'arial';
    color: #ffffff;
    line-height: 1.4;
/*    margin-bottom: 50px;*/
}
.image2-content .webinar_blurb_p p{
    margin-bottom: 30px;
}
.image2-content button {
    background: #fff url(../images/arrow.png) no-repeat;
    font: 14px 'DIN Next W01 Regular', 'arial';
    color: #51b2b6;
    text-transform: uppercase;
    background-position: 80% 50%;
    padding: 15px 60px 10px 25px;
    border: 1px solid #b7b7b7;
    border-radius: 10px;
    cursor: pointer;
}

.image2-content button:hover {
    background: #fff url(../images/arrow-hover.png) no-repeat;
    background-position: 80% 50%;
    color: #8dc65e;
}

/* Partners page blue content style */

.blue-content.partners {
    text-align: center;
    background: #51b2b6;
    color: #ffffff;
    padding-top: 75px;
    padding-bottom: 30px;
}

.blue-content.partners .why-zephyr-top h1{
    font: 26px 'Museo Slab W01 100';
    margin-bottom: 20px;
}

.blue-content.partners .why-zephyr-top p{
    font: 17px 'DINNextLTW01-UltraLight 706122';
    letter-spacing: 1px;
    line-height: 2;
    margin-bottom: 60px;
}
.blue-content.partners .why-box{
    text-align: left;
    margin-bottom: 50px;
    padding-left: 40px;
    padding-right: 60px;
}
.blue-content.partners .why-box:first-child{
    text-align: left;
    margin-bottom: 50px;
    padding-left: 60px;
    padding-right: 40px;
}

.blue-content.partners .why-box .why-icon {
    float: left;
    width: 100px;
}

.blue-content.partners .why-box .why-text {
    float: left;
    width: 375px;
    padding-left: 20px;
}


.blue-content.partners .why-box .why-text h3 { 
    font: 18px 'DIN Next W01 Light', 'arial';
    text-transform: uppercase;
    margin-bottom: 20px;
}

.blue-content.partners .why-box .why-text p { 
    font: 14px 'DIN Next W01 Light', 'arial';
}

/* Partners page gray content style */

.gray-content.showcase {
    text-align: left;
    padding-top: 80px;
    padding-bottom: 75px;
    background: #eff0f5;
}

/*.gray-content.showcase .showcase-box {
    padding: 0 5px;  
    margin-bottom: 10px;
}*/
.gray-content.showcase .showcase-box {
    background: none repeat scroll 0% 0% #FFF;
    margin: 5px;
    border-radius: 15px 15px 15px 15px;
}

.gray-content.showcase .showcase-box .showcase-img { 
    /*    height: 280px;*/
    height: auto;
    background: #303638;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.gray-content.showcase .showcase-box .showcase-img img{
    margin: 0px auto;
    height: 100%;
    max-height: 200px;
}
#profile .showcase .showcase-box .showcase-img img, #enterprise .showcase .showcase-box .showcase-img img
{
    max-height: 200px;
}
#enterprise .showcase .showcase-box .showcase-text, #profile .showcase .showcase-box .showcase-text
{
    padding: 16px 12px;
}
#enterprise .showcase .showcase-box p, #profile .showcase .showcase-box p
{
    margin-top: 10px;
}
.gray-content.showcase .showcase-box .showcase-text { 
    /*    background: #ffffff;
        height: 280px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        padding:35px 30px;*/
}
.gray-content.showcase .showcase-box .showcase-text { 
    height: auto;
    /*  padding:35px 30px;*/
    padding:16px 12px;
}

.gray-content.showcase .showcase-box h3 {
    font: 20px 'Museo Slab W01 300';
    color: #51b2b6;
    letter-spacing: 2px;
}

.gray-content.showcase .showcase-box p {
    font: 14px 'DIN Next W01 Regular', 'arial';
    color: #555f60;
    /*    margin: 20px 0 45px 0;*/
}

.gray-content.showcase .showcase-box .showcase-text button {
    background: #fff url(../images/arrow.png) no-repeat;
    font: 14px 'DIN Next W01 Regular', 'arial';
    color: #51b2b6;
    text-transform: uppercase;
    background-position: 80% 50%;
    padding: 15px 60px 10px 25px;
    border: 1px solid #b7b7b7;
    border-radius: 10px;
    cursor: pointer;
}

.gray-content.showcase .showcase-box .showcase-text button:hover {
    background: #fff url(../images/arrow-hover.png) no-repeat;
    background-position: 80% 50%;
    color: #8dc65e;
}

/* Partners page form style */

.contact-form {
    padding-top: 75px;
    padding-bottom: 75px;
    text-align: center;
}

.contact-form h3 {
    font: 26px 'Museo Slab W01 100';
    margin-bottom: 30px;
}

.text_element {
    border: none;
    background-color: #eff0f5;
    box-shadow: none;
    width: 280px;
    height: auto;
    border-radius: 10px;
    padding:11.5px 25px;
    margin-bottom: 10px;
    float: right;
    margin-right: 10px;
}

.form-horizontal .form-control {
    font: 14px "DIN Next W01 Regular";
}

.textarea-element {
    border: 0px;
    padding: 10px 25px;
    background-color: #eff0f5;
    box-shadow: none;
    width: 300px;
    border-radius: 10px;
}

.form-horizontal .get-btn {
    margin:25px auto 0px auto;
    border: 0px;
    background: #8dc65e;
    border-radius: 10px;
    letter-spacing: 1px;
    font: 14px "DIN Next W01 Regular";
    color: #ffffff;
    text-transform: uppercase;
    padding:12px 30px;
}

.form-horizontal .get-btn:hover {
    background: #51b2b6;
}

/* Insights page, Resource page recent entries style */

#block-views-insight-block-2, #block-views-resources-block-2 {
    padding-top: 90px;
}

#block-views-insight-block-2 h2, #block-views-resources-block-2 h2 {
    font: 26px 'Museo Slab W01 100';
    color: #555f60;
    float: left;
    text-transform: capitalize;
}

#block-views-insight-block-2 .views-exposed-form {
    width: 47%;
    float: right;
    position: relative;
    top: -15px;  
}

#block-views-resources-block-2 .views-exposed-form {
    width: 815px;
    float: right;
    padding-bottom: 20px;
}

#block-views-insight-block-2 .views-exposed-form .views-exposed-widget,
#block-views-resources-block-2 .views-exposed-form .views-exposed-widget {
    padding: .5em 0 0 1em;
}

.views-exposed-form .form-control  {
    background: #eff0f5;  
    height: 45px;
    border: none;
    box-shadow: none;
    color: #555f60;
    width: 255px;
}

.view-content {
    clear: both;
}

.insights-box-wrapper {
    padding: 0 5px;
}

.insights-box .img-category {
    position: absolute;
    top: 20px;
    right: 20px;
}

.insights-box {
    border-radius: 10px;
    background: #eff0f5;
    margin-bottom: 10px;
    border: 1px solid #eff0f5;
}

.insights-box .img-top {
    border: none;
}

.insights-box .img-top img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-height: 208px;
    width: 100%;
    border: none;
}

.insights-box .insights-text-wrapper 
{
    padding: 30px;
}   

.insights-box .insights-title a{
    font: 22px 'Museo Slab W01 300';
    letter-spacing: 1px;
    color: #51b1b6;
}

.insights-box .insights-title:first-child{
    padding-bottom: 15px;
}

.insights-box .insights-title p{
    font: 14px "DIN Next W01 Regular";
}

.insights-box .insights-desc {
    font: 14px "DIN Next W01 Medium";
    color: #555f60;
    line-height: 1.4;
}

/*.insights-box .insights-comments {
    font: 12px "DIN Next W01 Medium";
    text-transform: uppercase;
    color: #555f60;
    margin-top: 35px;
}*/

.insights-box .insights-comments {
    font: 12px "DIN Next W01 Medium";
    text-transform: uppercase;
    color: #555f60; position: absolute; bottom: 10px;top: auto;
}

#rss-link {
    float: right;
    background: url(../images/rss_button.png) no-repeat left center;
    height: 34px;
    padding-left: 45px;
    position: relative;
    top: -63px;
    right: 10px;
}

.rss-text {
    padding-top: 9px;
    text-transform: uppercase;
    font: 14px "DIN Next W01 Regular";
    color: #555f60;
}

/* Company page banner style */

.top-navigation.company{
    background: url(../images/company-header-bg.jpg) no-repeat center bottom;
    background-size: cover;
    height: 529px;
}

.top-navigation.company .banner_company {
    text-align: center;
    padding: 0px 210px 0 210px;
    margin-top: 185px;
}
.banner_company h1 {
    font: 48px 'Museo Slab W01 100';
    color: #8dc65e;
    margin:0 0 10px 0;
    text-transform: uppercase;
}

.banner_company h3 {
    font: 26px 'Museo Slab W01 100';
    color: #ffffff;
    margin-bottom: 40px;
}

.banner_company p {
    font: 18px "DIN Next W01 Light";
    color: #ffffff;
    line-height: 2;
}

/* Company page culture section style */

.culture {
    padding-top: 30px;
    text-align: center;
}

.culture h1 {
    font: 26px 'Museo Slab W01 300';
    color: #555f60;
    margin: 45px 0 25px 0;
}

.culture .culture-left {
    padding-right: 5px;
    float: left;
}

.culture .culture-right {
    padding-left: 5px;
    float: left;
}
.culture .culture-right .lt {
    padding-right: 5px;
}

.culture .culture-right .rt {
    padding-left: 5px;
}

.culture img {
    margin-bottom: 10px;
}

.culture .mission-box {
    background: #51b1b6;
    text-align: left;
    color: #ffffff;
    border-radius: 10px;
    height: 340px;
    padding: 25px 20px 15px 20px;
    box-sizing: border-box;
    width: 274px;
}

.culture .mission-box h6 {
    font: 16px "DIN Next W01 Light";
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.culture .mission-box p {
    font: 16px 'DINNextLTW01-UltraLight 706122';
    line-height: 1.5;
}

/* Company page tabs section style */

.gray-content.zephyr-team {
    text-align: center;
    padding-top: 75px;
    padding-bottom: 75px;
    background: #eff0f5;
}

.gray-content.zephyr-team .zephyr-team-info h1 {
    color: #555f60;
    font: 26px 'Museo Slab W01 300';
    margin-bottom: 45px;
}

.gray-content.zephyr-team .zephyr-team-info p {
    color: #555f60;
    font: 18px 'DIN Next W01 Regular', 'arial';
    line-height: 1.9;
    margin-bottom: 70px;
    padding: 0 200px;
}

.gray-content.products-page .gray-content-buttons button {
    background: #fff url(../images/arrow.png) no-repeat;
    font: 14px 'DIN Next W01 Regular', 'arial';
    width: 285px;
    color: #51b2b6;
    text-transform: uppercase;
    text-align: left;
    background-position: 90% 50%;
    padding:15px 0px 11px 25px;
    margin-bottom: 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.nav-tabs .team ul.nav-pills li {
    background: #ffffff;
}

.nav-tabs .team {
    width: 500px;
    margin: 0px auto;
}

.team-left {
    padding-right: 5px;
}

.team-right {
    padding-left: 5px;
}

.team-box {
    background: #ffffff;
    color: #8dc65e;
    margin-bottom: 10px;
    height: 200px;
    overflow: hidden;
}

.team-box .team-img {
    float: left;
    width: 241px;

    height: 200px;
}
#mgmt .team-box, #advisors .team-box
{
    height: auto;  
}
#mgmt .team-box .team-img, #advisors .team-box .team-img
{
    height: auto; 
}
#mgmt .team-box .team-img img, #advisors .team-box .team-img img
{
    height: auto;
}
#investors .team-box .team-img 
{
    background: #303638; 
}

.team-box .team-img img {
    height: 200px; 
    margin: 0px auto;
}

.team-box.first-left, .team-box.first-left img {
    border-top-left-radius: 10px;
}

.team-box.last-left, .team-box.last-left img {
    border-bottom-left-radius: 10px;
}

.team-box.first-right {
    border-top-right-radius: 10px;
}

.team-box .team-title {
    float: left;
    width: 231px;
    text-align: center; 
}

#mgmt .team-box .team-title {
    padding: 80px 0 0 0px;    
}

#investors .team-box .team-title {
    padding: 50px 0 0 0px;    
}

.team-box .team-title p {
    font: 16px 'DIN Next W01 Medium';
    letter-spacing: 1px;
    line-height: 1.6;
    text-transform: capitalize;
}

.team-box .team-title span 
{
    font: 14px 'DIN Next W01 Regular';
    letter-spacing: 1px;
}

/* Company page location section style */

.zephyr-location {
    /*    padding-top: 75px;*/
    padding-bottom: 75px;
    text-align: center;
    color: #555f60;
}
.zephyr-location #contact-us
{
    padding-top: 80px;
}
.zephyr-location h1 {

    font: 26px 'Museo Slab W01 300';
    margin-bottom: 15px;
}

.zephyr-location .mail-title {
    font: 14px 'DIN Next W01 Light';
    letter-spacing: 1px;
    color: #8dc65e;
}

.zephyr-location ul.mail li {
    display: inline-block;
    font: 14px 'DIN Next W01 Regular';
    padding: 0 7px;
    border-right: 1px solid;
}

.zephyr-location ul.mail li:first-child {
    padding-left: 0px;
}

.zephyr-location ul.mail li:last-child {
    padding-right: 0px;
    border-right: none;
}

.zephyr-location a {
    color: #51b1b6;
    font: 14px 'DIN Next W01 Regular';
}

.zephyr-location .maps {
    padding-top: 30px;
}

.zephyr-location .maps .country {
    font: 14px 'DIN Next W01 Regular';
    color: #8dc65e;
    padding-top: 30px;
}

.zephyr-location .maps .contact-no {
    font: 14px 'DIN Next W01 Regular';
}

/* Buzz page featured item section */

.buzz_wrapper_top {
    margin: 0 5px;
    border-radius: 10px;
    background: #eff0f5;
    border: 1px solid #eff0f5;
}

.buzz_image_top {
    border: none;
    max-height: 208px;
    overflow: hidden;
}

.buzz_image_top img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    //max-height: 208px;
    width: 100%;
    border: none;
}

.buzz_inner_top {
    padding: 30px;
    min-height: 185px;
}

.buzz_inner_top .buzz_title {
    font: 20px 'Museo Slab W01 300';
    color: #51b1b6;
    text-transform: capitalize;
    margin-bottom: 35px;
}

.buzz_inner_top .buzz_body {
    font: 14px "DIN Next W01 Medium";
    color: #555f60;
    line-height: 1.4;
    max-height: 100px; 
}

.buzz_inner_top .buzz_date {
    font: 12px "DIN Next W01 Medium";
    text-transform: uppercase;
    color: #555f60;
    position: absolute;
    bottom: 30px;
}

.buzz_inner_top .buzz_title a.buzz_video img {
    position: absolute;
    margin-left: -25px;
    top: 22%;
    left: 50%;
}

/* Buzz page green-container style */

.green-content.buzz {
    padding-top: 30px;
    padding-bottom: 25px;
}

.green-content.buzz p {
    background: url(../images/twitterfeed-icon.png) 0 38%  no-repeat;
    padding: 10px 0 0 60px;
    letter-spacing: 2px;
}

#tweet-content {
    margin-bottom: 10px;
}

span#twitter-handle a{
    font: 18px 'DIN Next W01 Light';
    color: #ffffff;
    letter-spacing: 1px;
}

span#twitter-tweet { 
    font: 18px 'DINNextLTW01-UltraLight 706122';
    color: #ffffff;
    letter-spacing: 2px;
    padding: 0 30px 10px 30px;
}

span#twitter-tweet a{
    font: 18px 'DINNextLTW01-UltraLight 706122';
    color: #ffffff;
    text-decoration: underline;
    letter-spacing: 2px;
}
span#twitter-timestamp {
    font: 18px 'DIN Next W01 Regular';
    color: #648d43;
    letter-spacing: 1px;
}

span#twitter-timestamp em {
    font-style: normal;
}

/* Buzz page tabs section style */

.gray-content.buzz {
    padding-top: 80px;
    padding-bottom: 85px;
    background: #eff0f5;
}

.nav-tabs .buzz ul.nav-pills li {
    background: #ffffff;
}

.nav-tabs .buzz {
    width: 615px;
    margin: 0px auto;
    margin-bottom: 50px;
}

.buzz_wrapper {
    background: #eff0f5;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
}

.gray-content .buzz_wrapper {
    background: #ffffff;
    position: relative;
}

.buzz_wrapper .buzz_image {
    float: left;
    //width: 240px;
    width: 28%;
}

.buzz_wrapper .buzz_image img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
    //height: 210px;
}

.buzz_wrapper .buzz_inner {
    float: left;
    width: 72%;
    padding:20px;
    //height: 210px;

}
.buzz_inner .buzz_title
{
    max-height: 45px;
    overflow: hidden;
    margin-bottom: 15px;

}
.buzz_inner .buzz_body
{
    max-height:88px;
    overflow: hidden;

}
.buzz_inner .buzz_body_wrapper .buzz_title a {
    font: 20px 'Museo Slab W01 300';
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #51b1b6;
}

.buzz_inner .buzz_body_wrapper .buzz_title a.buzz_video img {
    position: relative;
    left: -170px;
    top: 55px;
    margin-bottom: -44px;
}

.buzz_wrapper .buzz_inner .buzz_body_wrapper .buzz_body p {
    font: 14px 'DIN Next W01 Regular';
    letter-spacing: 1px;
    /*    line-height: 1.4;*/
    line-height: 22px;
    /*    margin: 15px 0;*/
    margin: 0px;
}

.buzz_inner .buzz_date {
    font: 12px 'DIN Next W01 Medium';
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
}

.gray-content.buzz .buzz-btn {
    text-align: center;
    margin-top: 50px;
}

.gray-content.buzz .buzz-btn button {
    background: #fff url(../images/arrow.png) no-repeat;
    font: 14px 'DIN Next W01 Regular', 'arial';
    color: #51b2b6;
    background-position: 80% 50%;
    padding: 15px 60px 10px 25px;
    border-radius: 10px;
    cursor: pointer;
    border: none;
}

.gray-content.buzz .buzz-btn button:hover {
    background: #fff url(../images/arrow-hover.png) no-repeat;
    background-position: 80% 50%;
    color: #8dc65e;
}

/* Buzz inner pages style */

.buzz-heading h1 {
    margin-bottom: 20px;
}

/* header styles */
#header {
    position: relative;
/*    z-index: 20;*/
    z-index: 1001;
}
.header-top {
    height: 65px;
}
.header-holder {
    width: 1170px;
    margin: 0 auto;
    position: relative;
}
.header-holder:after, #nav > ul:after, .visual-sec:after, #main:after, .company-info .head-sec:after, .company-block:after {
    content: '';
    clear: both;
    display: block;
}

/* slideshow visual-section styles */

.banner-section {
    padding: 0;
    position: relative;
    display:inline-block;
    vertical-align:top;
    width:100%;
    // margin: -120px 0 0px;
}

/* slideshow basic styles */

.slideshow {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.slideshow .pagination {
    position: absolute;
    left: 0;
    right: 0;
    top: 45% !important;
    z-index: 2;
    margin: 0;
}
.slideshow .pagination ul {
    width: 1170px;
    margin: 0 auto;
    text-align: left;
}
.slideshow .pagination ul li {
    /*    vertical-align: top;*/
    margin-bottom:8px;
    padding: 0;
}
.slideshow .pagination ul li:after {
    display: none;
}
.slideshow .pagination ul li a {
    width: 10px;
    display: block;
    height: 10px;
    background: none;
    border: 1px solid #fff;
    border-radius: 100%;
    text-indent: 9999px;
    overflow: hidden;
}

.slideshow .pagination ul li a:hover, .slideshow .pagination ul li.active a{
    background: #8dc65e; 
    border: 1px solid #8dc65e;
}

.slideshow a.btn-prev,.slideshow a.btn-next{
    display: none;
}

.slideshow .slide {
    position: absolute;
    //z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    /*    height: auto;*/
    height: 100%;
}

.slideshow .slide:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: '';
    -webkit-box-shadow: inset 0 0 70px 0 rgba(24,24,24,0.75);
    box-shadow: inset 0 0 70px 0 rgba(24,24,24,0.75);
}

.slideshow .slide img.slide-bg {
    display: block;
    width: 100%;
    /*    height: auto;*/
    min-height: 100%;
}

.slideshow .slide.active {
  //  z-index: 2;
}

.slideshow.not-enough-slides a.btn-prev, .slideshow.not-enough-slides a.btn-next {
    visibility: hidden;
}

/*.caption {
    position: absolute;
    left: 0;
    top: 30%;
    right: 0;
    bottom: 0;
    z-index: 20;
}*/

.caption h1 {
    font: 55px 'Museo Slab W01 100';
    color: #8dc65e;
    line-height: 1;
    text-transform: uppercase;
    float: left;
    display: block;
    width: 100%;
}

.caption p {
    font: 20px 'DINNextLTW01-UltraLight 706122';
    color: #e1e1e1;
    margin: 20px 0; 
    letter-spacing: 1px;
    line-height: 1.5;
    float: left;
    display: block;
    width: 100%;
}

/*.caption-holder {
    width: 100%;
    height: 100%;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}

.caption-frame1 {
    position: absolute;
    width: 100%;
}

.caption-frame1 .slide-img {
    width:55%;
    float: left;
    padding-right: 20px;
    padding-left: 20px;
}

.caption-frame1 .slide-img img {
    float: right;
}

.caption-frame1 .slide-content {
    width: 45%;
    float: right;
    margin-top: 5%;
}

.caption-frame2 {
    position: absolute;
    width: 100%;
    text-align: center;
}

.caption-frame2 .slide-img {
    margin-top: 50px;
}

.caption-frame2 .slide-img img {
    margin: 0px auto;
}

.caption-frame2 .slide-content {
    width: 100%;
    margin: 0px auto;
}

.caption-frame3 {
    position: absolute;
    width: 100%;
}

.caption-frame3 .slide-img {
    width: 55%;
    float: right;
}

.caption-frame3 .slide-img img {
    float: right;
    padding-right: 5px;
}

.caption-frame3 .slide-content {
    width: 45%;
    float: left;
    padding-left: 30px;
    margin-top: 5%;
}*/
.caption {
    position: absolute;
    left: 0;
    top: 20%;
    right: 0;
    bottom: 0;
  //  z-index: 20;
}

.caption-holder {
    width: 100%;
    height: 100%;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    display: table;
}

.caption-frame1 {
    //position: absolute;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.caption-frame1 .slide-img {
    width:55%;
    float: left;
    padding-right: 20px;
    padding-left: 20px;
}

.caption-frame1 .slide-img img {
    float: right;
}

.caption-frame1 .slide-content {
    width: 45%;
    float: right;
    margin-top: 5%;
}

.caption-frame2 {
    //position: absolute;
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
    text-align: center;
}

.caption-frame2 .slide-img {
    margin-top: 50px;
}

.caption-frame2 .slide-img img {
    margin: 0px auto;
}

.caption-frame2 .slide-content {
    width: 100%;
    margin: 0px auto;
}

.caption-frame3 {
    //position: absolute;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.caption-frame3 .slide-img {
    width: 55%;
    float: right;
}

.caption-frame3 .slide-img img {
    float: right;
    padding-right: 5px;
}

.caption-frame3 .slide-content {
    width: 45%;
    float: left;
    padding-left: 30px;
    //margin-top: 5%;
}

.btn-more {
    font: 14px 'DIN Next W01 Light', 'arial';
    text-transform: uppercase;
    background: none;
    letter-spacing: 1px;
    border: 1px solid #8dc65e;
    border-radius: 10px;
    color: #ffffff;
    padding: 15px 15px 10px 15px;
    cursor: pointer;
    //float: left;  
}

.btn-more:hover {
    color: #e1e1e1;
}

/* Zephyr Enterprise Edition page tabs section style */

.nav-tabs .zee {
    width: 100%;
}

.nav-tabs .zee ul.nav-pills li a {
    padding: 15px 18.5px 11px;
    text-transform: uppercase;
}

.more-dropdown .dropdown-toggle{
    color: #515151 !important;
    border-color: #eff0f5 !important;
    background-color: #eff0f5 !important;
}
.more-dropdown .dropdown-menu{
    margin-left: -140px;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.more-dropdown .dropdown-menu li{
    border-bottom: 1px solid #ccc;
    border-color: #ccc !important;
    background-color: white;
    border-radius: 0px !important;

}
.more-dropdown .dropdown-menu li:last-child{
    border-bottom: 0px;
}
.more-dropdown .dropdown-menu li:hover a{
    border: 0px;
}

.more-dropdown .dropdown-menu li a{
    background-color: white !important;
    border-radius: 0px !important;
    color:  #92cb67 !important;

}
.more-dropdown .dropdown-menu li:first-child a{
    border-radius: 0px !important;
}

/* Zephyr for Jira Server page tabs section style */

.nav-tabs .zfjs {
    width: 100%;
}

.nav-tabs .zfjs ul.nav-pills li a {
    padding: 15px 31.3px 11px;
    text-transform: uppercase;
}

/* Zephyr for Jira Data page tabs section style */

.nav-tabs .zfjd {
    width: 100%;
}

.nav-tabs .zfjd ul.nav-pills li a {
    padding: 15px 31px 11px;
    text-transform: uppercase;
}

/* Zephyr for Jira Cloud page tabs section style */

.nav-tabs .zfjc {
    width: 100%;
}

.nav-tabs .zfjc ul.nav-pills li a {
    padding: 13px 48px;
    text-transform: uppercase;
}

/* media queries */

@media (max-width:1200px){
    .caption-holder
    {
        width: 98%;
    }
    .slideshow .pagination {
        padding-left: 10px;
    }
    
    .caption-frame1 .slide-img {
        padding: 0 20px 0 30px;
    }
}

@media (max-width:1170px) {

    .navbar {
        padding:63px 20px 8px 20px; 
    }

    .affix.navbar {
        padding:16px 20px 16px 20px;
    }

    .get-z-content {
        margin-right: 20px;
        width: auto;
    }

    .pro-content{
        width: auto;
        margin-right: 20px;
    }

    .logged-in .get-z-content {
        margin-right: 0px;
        width: 100%;
    }

    .logged-in .pro-content{
        width: 100%;
        margin-right: 0px;
    }

    .content-box{
        padding:0 20px;
    }

    .content-box .box-text{
        padding: 0 0 0 20px;
    }

    .head-box h4{
        letter-spacing: 0px;
    }

    .content-box a.heading{
        letter-spacing: 0px;
    }
}

@media (max-width:767px) {

    .slideshow .pagination {
        top: 40% !important;
    }

    .slideshow .pagination ul li {
        margin-bottom:6px;
    }

    .slideshow .pagination ul li a {
        width:8px;
        height: 8px;
    }
    
    #rss-link {
        float: none;
        background: url(../images/rss_button.png) no-repeat left center;
        height: 34px;
        width: 108px;
        margin: 0px auto;
        padding-left: 45px;
        position: relative;
        top: 0px;
        right: 0px;
    }

}

@media (max-width:596px) {

    ul.nav a.get-zephyr-btn {
        font: 12px 'DIN Next W01 Regular', 'arial';
        letter-spacing: 1px;
        color: #ffffff;
        text-transform: uppercase;
        padding:10px 15px 8px 15px;
    }
    .social .facebook a, .social .facebook
    {
        margin-right: 14px;
    }
    .social .facebook a:hover, .social .facebook:hover {
        margin-right: 14px;
    }
}
@media (min-width:1025px)
{
    /*    .mobile_view
        {
            display: none !important;
        }  */

}
@media (max-width:1024px)
{
    .top-navigation {
        height: 76px;
    }  
}

.touch .navbar {
    padding:16px 0px 16px 0px; 
    height: 76px;
}

.touch .logo img{
    padding-left: 20px;
    height: auto;
    width: 130px;
    padding-top: 5px;
}

.touch .affix.navbar {
    background: rgba(0, 0, 0, 0.8);
    height: 52px;
    padding:6px 0px 6px 0px; 
    z-index: 100;
}

.touch .top-navigation {
    height: 76px;
}

.touch ul.nav a.get-zephyr-btn {
    display: none;
}

.touch .navbar-header .search {
    padding-top: 7px;
}

.touch .navbar-header .search img {
    margin: 0 20px 0 5px;
}

.touch ul.navbar-nav {
    right: 0px;
    width: 100%;
}

.touch ul.navbar-nav li{
    border-top: 1px solid #949494;
}

.touch ul.navbar-nav li:first-child{
    border-top: none;
}

.touch .navbar-collapse .nav li a {
    color: #565e60;
    margin: 0;
    padding: 10px 0 10px 10px; 
    letter-spacing: 0.5px;
}

.touch .navbar-collapse .nav li a:hover {
    border-bottom: none;
    color: #8dc65e;
}

.touch .navbar-collapse .nav li.get-zephyr-opener {
    border-top: none;
}

.touch .navbar-collapse .nav li.get-zephyr-opener>a, 
.touch .navbar-collapse .nav li.get-zephyr-opener>a:hover {
    background: #8dc65e;
    color: #fff;
}

.touch .navbar-default .navbar-collapse {
    background: #fff;
    width:100% !important; 
    border: none;
    box-shadow: none;
    clear: both;
    border-top: 3px solid;
    border-color: #8dc65e;
    max-height: 100% !important;

}

.touch .navbar-collapse .nav li ul li>a {
    padding: 10px 0 10px 20px; margin: 0;
    display: block;
}

.touch ul.dropdown-products{
    display:none;
    position:relative;
    top:0;
}

.touch ul.dropdown-products li{
    background: #ebebeb;
}

.touch ul.sub-dropdown{
    display:none;
    position:relative;
    top:0;
    padding-left: 30px;
    padding-right: 30px;
    font: 12px 'DIN Next W01 Light', 'arial';
}

.touch .navbar-collapse > .region-top-navigation
{
    overflow: scroll;
}

.touch .navbar-toggle {
    border: none;
    padding: 10px;
    margin-bottom: 6px;
    border-radius: 0px;
}

.touch .navbar-default .navbar-toggle:hover, 
.touch .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.touch .navbar-toggle .icon-bar {
    width: 30px;
    color: #8dc65e;
}

.touch .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
}

.touch .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #8dc65e;
}

.touch .nav .open>a:hover, 
.touch .navbar-default .navbar-nav>li>a:hover,
.touch .navbar-default .navbar-nav>.open>a:hover, 
.touch .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{ 
    background-color: transparent;
    color: #8dc65e;
}

.touch .nav .open>a:focus, 
.touch .navbar-default .navbar-nav>li>a:focus,
.touch .navbar-default .navbar-nav>.open>a:focus, 
.touch .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{ 
    background-color: transparent;
    color: #8dc65e;
}

.touch .navbar-default .navbar-nav>.active>a, 
.touch .navbar-default .navbar-nav>.active>a:hover, 
.touch .navbar-default .navbar-nav>.active>a:focus {
    color: #8dc65e;
    border-bottom: none;
}

.touch .glyphicon-chevron-down{
    float: right;
    font-size: 12px;
    right: 18px;
    top: 4px;
}

.touch .get-z-content{
    display: none;
}

.touch #block-nodeblock-53 a.contextual-links-trigger, 
.touch #node-53 a.contextual-links-trigger{
    display: none !important;
}
.touch .navbar-collapse.collapse
{
    display:none !important;
}
.touch .navbar-toggle
{
    display: block !important;
}
.touch .navbar-nav>li
{
    width:100%;
}
.touch .mobile_view
{
    display: block;
}

#node-86 .team-box .team-title p
{
    text-transform: none;
}





