/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/* -Test removeal
 @import url('../library/fonts/stylesheet.css');
 */

body {
    font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased !important;
    color: #212121;
}

h1, h2, h3, h4, h5, h6 {}

/* -Test removeal
.zn-nav-tabs {
    border-bottom: 0px solid #ddd;
    background-color: #f5f5f5;
    padding: 0px 10px 0px 0px;
}

.zn-nav-tabs > li > a {
    position: relative;
    display: block;
    padding: 20px 15px;
    font-size: 1.1em;
    color: #959595;
    border-top: 3px solid #f5f5f5;
}

.zn-nav-tabs > li.active > a, .zn-nav-tabs > li.active > a:hover, .zn-nav-tabs > li.active > a:focus {
    color: #505050;
    background-color: transparent;
    border: 0px solid #f5f5f5;
    border-top: 3px solid #1193d1;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-color: transparent;
    cursor: default;
    border-radius: 0px;
    margin-right: 3px;
    padding-left: 16px;
}

.zn-nav-tabs > li > a:hover, .zn-nav-tabs > li > a:focus {
    color: #505050;
    background-color: #f0f0f0;
    border: 0px solid #f5f5f5;
    border-top: 3px solid #1193d1;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-color: transparent;
    border-radius: 0px;
    margin-right: 3px;
    padding-left: 16px;
}
*/



.left-div{   
    float:left;
    height:200px;
    position: relative;
}
.left-div img{ 
    
   position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;    
   max-width: 150px;
   max-height: 150px;
    margin: auto;
}
.zn-nav-tabs > li {
    float: left;
    margin-bottom: 0px;
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn:active,
.btn.active {
    background-image: none;
}

.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus {
    background-color: #e0e0e0;
    background-position: 0 -15px;
}

.btn-default:active,
.btn-default.active {
    background-color: #e0e0e0;
    border-color: #dbdbdb;
}

.btn-primary {
    background-image: -webkit-linear-gradient(top, #1192d0 0%, #0074af 100%);
    background-image: linear-gradient(to bottom, #1192d0 0%, #0074af 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1192d0', endColorstr='#ff0074af', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: -webkit-linear-gradient(top, #1192d0 0%, #0055a7 100%);
    border-color: linear-gradient(to bottom, #1192d0 0%, #0055a7 100%);
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #1192d0;
    background-position: 0 0px;
    background-image: -webkit-linear-gradient(top, #0074af 100%, #1192d0 00%);
    background-image: linear-gradient(to bottom, #0074af 100%, #1192d0 00%);
}

.btn-primary:active,
.btn-primary.active {
    background-color: #1192d0;
    border-color: #1192d0;
}

.btn-success {
  background-image: -webkit-linear-gradient(top, #8dc63f 10%, #7eae3e 100%);
  background-image: linear-gradient(to bottom, #8dc63f 10%, #7eae3e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8dc63f', endColorstr='#ff7eae3e', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #89c13f;
}


.btn-success:hover,
.btn-success:focus {
    background-color: #7eae3e;
    background-position: 0 0px;
    background-image: -webkit-linear-gradient(top, #7eae3e 0%, #8dc63f 100%);
  background-image: linear-gradient(to bottom, #7eae3e 0%, #8dc63f 100%);
   /* background-image: -webkit-linear-gradient(top, #8dc63f 30%, #7eae3e 80%);
      background-image: linear-gradient(to bottom, #8dc63f 30%, #7eae3e 80%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8dc63f', endColorstr='#ff7eae3e', GradientType=0);
      filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
}

.btn-success:active,
.btn-success.active {
    background-color: #7eae3e;
    border-color: #6C9733;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    border-color: #89c13f;
}

.btn-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #28a4c9;
}

.btn-info:hover,
.btn-info:focus {
    background-color: #2aabd2;
    background-position: 0 -15px;
}

.btn-info:active,
.btn-info.active {
    background-color: #2aabd2;
    border-color: #28a4c9;
}

.btn-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #e38d13;
}

.btn-warning:hover,
.btn-warning:focus {
    background-color: #eb9316;
    background-position: 0 -15px;
}

.btn-warning:active,
.btn-warning.active {
    background-color: #eb9316;
    border-color: #e38d13;
}

.btn-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #b92c28;
}

.btn-danger:hover,
.btn-danger:focus {
    background-color: #c12e2a;
    background-position: 0 -15px;
}

.btn-danger:active,
.btn-danger.active {
    background-color: #c12e2a;
    border-color: #b92c28;
}

.thumbnail,
.img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #357ebd;
    background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
    background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
    background-repeat: repeat-x;
}

.navbar-default {
    background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}

.navbar-default .navbar-nav > .active > a {
    background: none;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    margin-top: -3px;
    border-top: 3px solid #1193d1;

}

.navbar-brand,
.navbar-nav > li > a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
    font-weight: 500;
}

.navbar-inverse {
    background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
    background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
}

.navbar-inverse .navbar-nav > .active > a {
    background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%);
    background-image: linear-gradient(to bottom, #222 0%, #282828 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
}

.alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}

.alert-success {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1;
}

.alert-info {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #9acfea;
}

.alert-warning {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #f5e79e;
}

.alert-danger {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7;
}

.progress {
    background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar {
    background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
    background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
    background-repeat: repeat-x;
}

.list-group {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    text-shadow: 0 -1px 0 #3071a9;
    background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
    background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #3278b3;
}

.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.panel-default > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}

.panel-primary > .panel-heading {
    background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
    background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
    background-repeat: repeat-x;
}

.panel-success > .panel-heading {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
    background-repeat: repeat-x;
}

.panel-info > .panel-heading {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
    background-repeat: repeat-x;
}

.panel-warning > .panel-heading {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
    background-repeat: repeat-x;
}

.panel-danger > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
    background-repeat: repeat-x;
}

.well {
    background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}

/*# sourceMappingURL=bootstrap-theme.css.map */

.navbar-brand {
    margin: 0px 20px 50px 20px;
}

.text-uppercase {
    text-transform: uppercase;
}

.navbar-default {
    background-color: #ffffff;
    background-image: none;
    box-shadow: none;
    border-color: #ffffff;
}

/********************************************************/
.events {

}

.breadcrumb > li + li:before {
    font-family: "FontAwesome";
    content: "\f105";
}
.fa-3x {
    font-size: 3em !important;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- 

.wrapper-container{
  max-width: 1350px;
  margin: 0 auto;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
*/
/* Carousel base class */
.carousel {
    height: auto;
    margin-bottom: 20px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

.h2-value-sldr-heading{

    font-size: 1.5em !important;
    text-transform: uppercase;

}
@media (min-width: 1200px) {
    .col-lg-2 {
        width: 16.66666667% !important;
    }
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 500px;
    background-color: #fff;
}

.carousel-inner > .item > img {
    display: block;
    margin: 0px auto;
    width: auto;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.carousel-indicators {
    position: relative;
    bottom: 0px;
    left: 0;
    z-index: 15;
    width: 100%;
    margin-left: 0%;
    padding-left: 0;
    list-style: none;
    text-align: left;
}
/*--
footer {
    background-color: #e1e1e1;
    padding: 50px 0;
}

p.copyright {
    margin: 15px 0 0;
}

.social-icons li a {
    color: #505050;
}

.social-icons li a:hover, .social-icons li a:focus {
    color: #000;
}
--*/

.carousel-indicators {
    position: relative;
    bottom: 0px;
    left: auto;
    z-index: 15;
    width: auto;
    color: #000;
    margin-left: 0%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: inherit;
    height: inherit;
    margin: 0px;
    text-indent: 0px;
    border: 0px solid #000;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);

}

.carousel-indicators li > span {
    opacity: .3;
}

.carousel-indicators li span:first-child {
    display: block;
    margin-bottom: 10px;
}

.carousel-indicators .active {
    margin: 0;
    width: inherit;
    height: inherit;
    background-color: none;
    margin-top: 0px;
}
li.carousel-limit {
    display: inline-block !important;
}

    ol.carousel-indicators li{
        width: 128px !important;
        
    }

@media only screen and (min-width : 768px)  and (max-width :1024px){

    span.fa-3x {
        /*font-size: 20px !important;*/
    }
    span.fa-icon-text{
        display: none;
    }
    
    ol.carousel-indicators li{
        width: 83px !important;
        /*background-color: red;*/
    }

}


.carousel-indicators .active > span {
    opacity: .75;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1;
    filter: alpha(opacity=0);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption .text {
    font-size: 2.5em;
    font-weight: 300;
    text-transform: uppercase;
    display: none !important;
}

.carousel-caption .head {
    font-weight: 600;
    line-height: .5em;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.curosole-footer h2 {
    font-weight: 100;
    font-size: 3em;
}

/***************Navingation*******************/
.site-nav {
    border-top: #f0f0f0 solid 3px;
}

.mar-t150 {
    margin-top: 164px;
}

.mar-t10-nav {
    margin-top: 10px;
}

.navbar-form .has-feedback .form-control {
    padding-right: 1.5px;
}

.navbar-default .navbar-nav > .dropdown > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #fff;
    border-right: 0px solid #fff;
    border-left: 0px solid #fff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #fff;
    color: #555;
    margin-top: -3px;
    margin-bottom: -1px;
    border-top: 3px solid #1193d1;
    border-right: 0px solid #f0f0f0;
    border-left: 0px solid #f0f0f0;
    border-bottom: 0px solid #fff;
    padding-bottom: 25px !important;
    z-index: 12;

    color: #1193d1;
}

.navbar-default .navbar-nav > .open > a {
    margin-left: 0px;
    margin-right: 3px;
    padding-left: 12px !important;
    margin-right: 0px !important;
    background-color: #f0f0f0 !important;
}

.navbar-default .navbar-nav > .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav > .open .dropdown-menu > li > a:focus {
    background-color: #fff;
    color: #1193d1;
    background-image: none;
    background-repeat: repeat-x;
}

.navbar-default .navbar-nav > .open .dropdown-menu > li > a:hover::after {
    color: #1193d1;
}

.dropdown.open > .dropdown-menu {
    border-width: 0px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-top: 3px solid #f0f0f0;
    margin-top: 1px;
    border-radius: 0px;
    z-index: 11;
    padding-bottom: 10px;
}

.dropdown.open > .dropdown-menu > li > a {
    padding: 4px 20px;
    color: #666666;
}

.dropdown-header a {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    padding: 3px 20px 10px 15px;
}

.nav-bottom-line {
    border-width: 3px;
    border-top-color: #f0f0f0 !important;
}

.minw-250 {
    min-width: 280px;
}

.minw-200 {
    min-width: 200px;
}

.minw-170 {
    min-width: 170px;
}

.bx-wrapper {
    margin-bottom: 3em;
}

.well-zn .text {
    font-size: 1.8em;
    font-weight: 400;
}
/*
.dropdown.open > .dropdown-menu > li > a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    float: right;
    color: #000;
    position: absolute;
    right: 12px;
}
*/
.dropdown.open > .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #555;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #959594;
    font-weight: 400;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-left: 10px;
    padding: 20px 10px;
    margin: 0px 0px 0px 10px;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px;
    color: #505050;
}

.navbar-search {
    padding-top: 16px;
    padding-bottom: 16px;

}

.navbar-search .fa-search {
    font-size: 1.4em;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #505050;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #505050;
    color: #fff;
}

.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #fff;
}

.form-inline {
    margin-left: -15px;
}

.form-control {
    color: #b0b0b0;
}

.has-feedback-padding .form-control-feedback {
    top: -6px;
}

.navbar-search-active {
    background-color: #505050;
    color: #fff;
}

.img-full-width .col-xs-12 > li.widget {
    list-style: none;
}

/** override **/
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0
}

input[type=radio], input[type=checkbox],
input[type=checkbox].input-checkbox {
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
}

/*******************************Events Css********************************************/
.page-title {
    margin-top: 5px;
    font-weight: 300;
    margin-top: 10px;
    font-size: 3em;
    margin-bottom: 0px;
}

.regional-events-container .col-xs-12 {
    border-top: #f0f0f0 solid 1px;
    border-right: #f0f0f0 solid 1px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.regional-events-container .col-xs-12:nth-child(even) {
    border-right: #f0f0f0 solid 0px;
}

.form-control-lg {
    height: 40px;
}

.inline-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.inline-list li {
    display: inline-block;
}

.calender {
    color: #1193d1;
}

.bor-r0 {
    border-right-width: 0px;
}

.event-card img {
    margin-bottom: 15px;
    padding-top: 20px;
}

.event-card h4 {
    margin-top: 5px;
    margin-bottom: 0px;
}

.event-card p {
    margin-top: 10px;
    margin-bottom: 0px;
}

.event-card p.text-muted {
    margin-top: 0px;
}

.regional-event-card{
    height: auto;
    min-height: 100px;
}

.tab-content .form-control, .input-group-addon {
    border-radius: 0px;
}

.input-group-addon {
    background-color: #fff;
}

.breadcrumb {
    padding: 0px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #fff;
    border-radius: 4px;
}

.breadcrumb > .active {
    color: #505050;
}

a {
    color: #0073e6;
    text-decoration: none;
}

a:hover, a:focus {
    color: #0073e6;
    text-decoration: underline;
}

.text-md {
    font-size: 1.3em;
}

.well-zn .widget > h3 {
    display: none;
}

/*************************************Footer
.footer .inline-list > li {
    font-size: 1em;
    font-weight: 600;
}

.footer .copyright-con > li > a {
    color: #505050;
}

.footer .copyright-con > li {
    margin-right: 20px;
    font-size: .9em;
    font-weight: 400;

}
*******************************/



/**************************************Light Videos*******************************************/
.ekko-lightbox .modal-dialog {
    margin-top: 10%;
}

.ekko-lightbox .modal-content {
    background-color: #fff;
}

.instant-results.inactive * {
    cursor: default;
}

/***************************************ZONAR CUSTOM BUTTOM******************************************/
.btn-zn {
    padding: 15px 30px;
    font-weight: 500;
    font-size: .9em;
    letter-spacing: .08em;
}

.well-zn {
    min-height: 20px;
    padding: 18px;
    margin-bottom: 20px;
    border: 0px solid #e3e3e3;
    border-radius: 0px;
    background-color: #f6f6f6;
    /*-webkit-box-shadow:none ;/* inset 0 1px 1px rgba(0,0,0,.05);*/
    /*box-shadow: none;/*inset 0 1px 1px rgba(0,0,0,.05);*/
    /*background: #f5f5f5 url("../images/well-zn.png") repeat-x;*/
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .1);
}

.well-zn h2 {
  font-weight: 400;
  text-align: center;
}

.really_simple_image_widget h3 {
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: 400;
}

.h2-heading {
    font-weight: 400;
    margin: 1.5em 0 25px 0;
}

.rsiw-image-caption {
    font-size: 1.1em;
}

.pre-nav-links > li > a {
    color: #505050 !important;
    font-weight: bold;
    font-size: .8em !important;
}

li.widget {
    list-style: none;
}

.btn-search {
    background-color: transparent;
    padding: 0px;
}

.carousel-indicators .col-lg-2 .fa-3x {
    position: relative;
    display: block;
}

.carousel-indicators .active:before {
    width: 0;
    height: 0;
    content: "";
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 17px solid #fff;
    position: absolute;
    top: -57px;
    left: 38%;
    opacity: 1;
}

.contact-form * {
    border-radius: 0px;
}

.contact-form .form-group {
    margin-bottom: 35px;
}

.contact-form .btn {
    border-radius: 4px;
}

.reason-of-contact {
    border-color: #959595;
}

.contact-form .error select, .contact-form .error input {
    border-color: rgba(255, 123, 123, 1)
}

.page-header {
    font-weight: 300;
    margin-top: 10px;
    font-size: 3em;
    padding-bottom: 25px;
    margin-bottom: 0px;
}

.customer-care-enquiries {
    font-size: 1.3em;
}

.customer-care-enquiries h3, .form-title {
    font-weight: 400;
    font-size: 1.5em;
    margin-bottom: 1.2em;
}
.form-title {
    font-size: 2em;
    margin-top: 0px;
}

.customer-care-enquiries .fa {
    margin-right: 5px;
}

.zonar_office_location_widget p {
    font-size: 1.15em;
    margin-top: 10px;
    bottom: 0px;
}

.mar-b10 {
    margin-bottom: 10px;
}

h3 .office-location {
    background-color: rgba(17, 147, 209, .9);
    padding: 15px 10px;
    color: #fff;
    position: absolute;
    bottom: 0px;
    min-width: 80%;
    font-size: .6em;
}

.img-container {
    position: relative;
}

.img-container h3 {
    margin-bottom: 0px;
    display: inline;
}

.item.item-auto h2 {
    font-size: 3em;
    font-weight: 300;
}

.item.item-auto p {
    font-size: 1.2em;
}

.item.item-auto a {
    font-weight: 400;
    font-size: 1.2em;
}

/************************************************************************************************************************************************************************************************/
.mar-l5 {
    margin-left: 5px;
}

.mar-l10 {
    margin-left: 10px;
}

.mar-l15 {
    margin-left: 15px;
}

.mar-l20 {
    margin-left: 20px;
}

.mar-l25 {
    margin-left: 25px;
}

.mar-l30 {
    margin-left: 30px;
}

.mar-l35 {
    margin-left: 35px;
}

.mar-l40 {
    margin-left: 40px;
}

.mar-t5 {
    margin-top: 5px;
}

.mar-t10 {
    margin-top: 10px;
}

.mar-t15 {
    margin-top: 15px;
}

.mar-t20 {
    margin-top: 20px;
}

.mar--t20 {
    margin-top: -20px;
}

.mar-t25 {
    margin-top: 25px;
}

.mar-t30 {
    margin-top: 30px;
}

.mar-t35 {
    margin-top: 35px;
}

.mar-t40 {
    margin-top: 40px;
}

.mar-r5 {
    margin-right: 5px;
}

.mar-r10 {
    margin-right: 10px;
}

.mar-r15 {
    margin-right: 15px;
}

.mar-r20 {
    margin-right: 20px;
}

.mar-r25 {
    margin-right: 25px;
}

.mar-r30 {
    margin-right: 30px;
}

.mar-r35 {
    margin-right: 35px;
}

.mar-r40 {
    margin-right: 40px;
}
.item-auto {
    height: auto !important;
}

label.error {
    color: #f26522;
    font-weight: 400;
    margin-top: 2px;
    padding: 2px 8px;
}

/**********************Responsive Tabs********************/
.resp-tabs-list {
    padding: 0;
}

.resp-tabs-list li {
    font-size: .9em;
    list-style: none;
    cursor: pointer;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    display: none;
}

.resp-tab-content {
    display: none;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
}

h2.resp-accordion {
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/

.resp-vtabs .resp-tabs-list li {
    display: block;
    cursor: pointer;
}

.resp-vtabs .resp-tabs-container {
    min-height: 250px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border-right: none;
    position: relative;
    z-index: 1;
}

.resp-arrow {
}

h2.resp-tab-active span.resp-arrow {
}

/*!
    * bootstrap-vertical-tabs - v1.1.0
    * https://dbtek.github.io/bootstrap-vertical-tabs
    * 2014-06-06
    * Copyright (c) 2014 İsmail Demirbilek
    * License: MIT
    */
.tabs-left, .tabs-right {
    border-bottom: none;
    padding-top: 1px;
    padding-bottom: 2px;
    position: relative;
    z-index: 1;
    background-color: #f0f0f0;
}

.tabs-right {
    border-left: 1px solid #ddd;
}

.tabs-left > li, .tabs-right > li {
    float: none;
    margin-bottom: 2px solid #888;
}

.tabs-right > li {
    margin-left: -1px;

}

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
    border-left: 3px solid #1193d1;
    border-top: 0px;
    border-bottom: 0px;
    padding-left: 13px;
    padding-top: 11px;
    /*box-shadow: 1px 0px 0px 1px #e0e0e0;*/
}

.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
    border-bottom: 0px solid #ddd;
    border-left-color: transparent;
    border-top: 0px;
}

.tabs-left > li > a {
    border-radius: 0;
    margin-right: -16px;
    display: block;
    border-bottom: 1px solid #ddd;
}

.tabs-left > li > a.active {

    background-color: #fff;
}

.tabs-right > li > a {
    border-radius: 0 4px 4px 0;
    margin-right: 0px;
}

.vertical-text {
    margin-top: 50px;
    border: none;
    position: relative;
}

.vertical-text > li {
    height: 20px;
    width: 120px;
    margin-bottom: 100px;
}

.vertical-text > li > a {
    border-bottom: 1px solid #ddd;
    border-right-color: transparent;
    text-align: center;
    border-radius: 4px 4px 0px 0px;
}

.vertical-text > li.active > a,
.vertical-text > li.active > a:hover,
.vertical-text > li.active > a:focus {
    border-bottom-color: transparent;
    border-right-color: #ddd;
    border-left-color: #ddd;
}

.vertical-text.tabs-left {
    left: -50px;
}

.vertical-text.tabs-right {
    right: -50px;
}

.vertical-text.tabs-right > li {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.vertical-text.tabs-left > li {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.partners-tab-content {
    border-left: 0px solid #ddd;
    padding-left: 60px;
}

.tabs-left > li > a:hover {
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

/*-----------Accordion styles-----------*/

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

.resp-tab-content {
    transition: all 1s;
}

/*******************Vineeth Css***************************/
.breadcrumb {
    margin: 10px 0;
}

.tab-accordion-wrap img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.page-title {
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 3.45em;
}

.team-detials-wrap {
    margin-top: 30px;
    clear: both;
}

.resp-tabs-list {
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
}

.resp-tabs-list li div {
    height: 270px;
}

.resp-tabs-list img {
    opacity: .6;
}

.resp-tab-active img {
    opacity: 1;
}

.resp-tabs-list li > div {
    padding-bottom: 5px;
}

.author-details .info {
    background: #f2f2f2;
    overflow: hidden;
}

.author-details .desc {
    float: right;
    width: 40%;
}

.author-details p {
    padding: 0 30px 8px;
    font-size: 1em;
}

.author-details hgroup {
    padding: 20px 30px;
    margin-bottom: 20px;
    color: #fff;
    background: #1193d1;
}

.author-details h3 {
    font-size: 1.1em;
    margin: .3em 0 0;
    font-weight: normal;
}

.author-details hgroup h2 {
    margin: 0;
    font-size: 1.4em;
    font-weight: 400;
}

.thumb-big {
    width: 60%;
    float: left;
}

.author-quotes {
    clear: both;
    color: #999;
    text-align: center;
}

.author-quotes blockquote {
    border: 0;
    padding: 2em;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
}

.resp-tabs-list .resp-tab-active > div {
    padding-bottom: 20px;
    border-bottom: 3px solid #1193d1;
}

.tab-accordion-wrap h6 {
    font-size: 1.1em;
    line-height: 1.4em;
    font-weight: 300;
}

.carousel-wrapper ul {
    margin: 0;
    padding: 0;
}

.carousel-wrapper li {
    list-style: none;
}

.spotlight {
    min-height: 415px;
    margin-top: 1.5em;
}

.spotlight-panel {
    /*padding: 1.75em 2.75em;*/
    color: #fff;
    

}

.spotlight-panel h1 {
    font-size: 3.5em;
    font-weight: 300;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .3);
}

.spotlight-panel h4 {
    font-size: 1.85em;
    line-height: 1.4em;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .3);
    font-weight: 400;
   /* margin: 0 0 3em;*/
    height: 75px;
    overflow: hidden;

}

.spotlight-product {
    position: relative;
}

.btn-cta {
    background-color: #1193d1;
    background-image: -webkit-linear-gradient(top, #1193d1, #0175b0);
    background-image: linear-gradient(to bottom, #1193d1, #0175b0);
    padding: .6em 2em;
    border: 1px solid #035fad;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .99em;
    letter-spacing: 1px;
    display: inline-block;
}

.btn-cta:hover {
    color: #fff;
    text-decoration: none;
    background-image: -webkit-linear-gradient(top, #1193d1, #036a9e);
    background-image: linear-gradient(to bottom, #1193d1, #036a9e);
}

.info-graphics {
    margin-top: 3em;
    margin-bottom: 2em;
}

.stats h2 {
    font-size: 1.25em;
}

.stats p {
    font-size: 1.1em;
    font-weight: 300;
    margin: 1em 0;
}

.stats img {
    float: left;
    margin: 0 1.5em;
}

.stats .details {
    margin: 2em 0;
}

.carousel-wrapper {
    padding-top: 0;
    padding-left: 1.2em;
    position: relative;
}

.carousel-handle {
    position: absolute;
    top: 90px;
}

.carousel-prev {
    left: -10px;
}

.carousel-next {
    right: -10px;
}

.carousel-wrapper h2 {
    font-size: 1.2em;
    margin: .6em 0;
}

.carousel-wrapper p {
    font-size: .9em;
}

.faq-list-wrap {
    float: left;
    width: 100%;
    margin: 3em 0 0;
}

.faq-list-wrap > div {
    padding: 0 4em 2em;
    margin-top: 30px;
}

.faq-list-wrap h3 {
    font-size: 1.45em;
    line-height: 1.5em;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.faq-list-wrap p {
    font-size: 1em;
}

.scale {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.testimonials-wrap {
    min-height: 412px;
    position: relative;
    width: 100%;
}

.testimonials-wrap .panel {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #1193d1;
    background: rgba(17, 147, 209, .9);
    width: 50%;
    margin: 0;
    border-radius: 0;
    color: #fff;
}

.bg-pupil-testimonial {
    background: url('../images/bg-pupil-testimonial.jpg') center top;;
}

.testimonials-wrap blockquote {
    font-size: 1em;
    font-weight: 300;
    text-align: left;
    border: 0;
    padding: 1em 2em;
}

blockquote cite {
    display: block;
    font-weight: 500;
    margin-top: 1.5em
}

.sub-small-heading {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.25em;
    margin: 2em 0 2em 0;
}

.documents-dl {
    margin: 2em 0;
    padding: 0;
    list-style: none;
}

.documents-dl li {
    margin: 0 0 1.125em;
}

.documents-dl a {
    font-size: 1.25em;
}

/* Serp */

.search-wrap {
    display: inline-block;
    border-radius: 5px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 2.5em;

}

.search-wrap form.navbar-form {
    margin-right: 0px !important;
    margin-left: 0px;
    padding: 0px;
    float: left !important;
}

.search-wrap input {
    min-width: 320px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.notification {
    margin-bottom: 2.5em;
    background: #f5f5f5;
    padding: .7em 1.7em;
}

.notification i {
    color: #1193d1;
    font-size: 1.5em;
    margin-right: 15px;
}

.notification h5 {
    font-weight: 300;
    font-size: 1.25em;
}

.notification a {
    color: #1193d1;
    font-weight: 500;
}

.listing-layout-one {
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.listing-layout-one > li {
    list-style: none;
    border-top: 1px solid #ccc;
    float: left;
    width: 100%;
    padding: 2em 0;
}

.listing-layout-one > li:last-child {
    padding-bottom: 1em;
}

.listing-layout-one .thumb-wrap {
    float: left;
    width: 7%;
}

.listing-layout-one .details p {
    font-weight: 300;
    font-size: 1.15em;
    padding-right: 6em;
}

.listing-layout-one .details {
    float: left;
    width: 93%; 
}
#white_papers .listing-layout-one .details, #literature .details, #case_studies .details, #press_release .details{
    text-align: left;
}
#infoCenterTabContainerwhite_papers li, #infoCenterTabContainercase_studies li, #infoCenterTabContainerpress_release li, #infoCenterTabContainerliterature li{
    border-left: 0px;
    border-right: 0px;
}

.listing-layout-one .meta {
    color: #959595;
    margin-bottom: 8px;
    display: inline-block;
}

.listing-layout-one h2 {
    margin: 0 0 15px;
    font-size: 1.4em;
    font-weight: 400;
}

#case_studies .listing-layout-one h2, #press_release .listing-layout-one h2, #literature .listing-layout-one h2, #white_papers .listing-layout-one h2 {
    font-size: 1.15em;
}

.serp .btn-cta {
    margin-bottom: 3em;
    display: inline-block;
}

.thumb-wrap i {
    font-size: 3em;
    color: #1193d1;
    margin-top: 5px;
}

.listing-layout-one a.doc {
    font-size: 1.15em;
}

.tags span {
    font-size: .9em;
    margin-right: .9em;
    color: #959595;
}

/* industry */
/* Webinars */

.instant-results.inactive {
    opacity: .3;
    overflow: hidden;
}

.checkbox-wrap label {
    /*font-weight: normal;*/
    /*font-size: 1.2em;*/
}

ul.inline-list.social-icons {
    margin-top: 32px;
}

.tab-pane .form-inline {
    margin-bottom: 2em;
}

/* values */

.bg-save-fuel {
    background: url("../images/bg-save-fuel.jpg") no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-wrapper span.stats {
    background: url("../images/stat-bg.png") no-repeat center top;
    display: block;
    width: 133px;
    height: 134px;
    text-align: center;
}

/* Videos */

.clearfix {
    clear: both;
}

a.thumb-wrap {
    position: relative;
    display: block;
}

.thumb-wrap img {
    width: 100%;
}

.search-results .thumb-wrap img {
    width: auto;

}

a.thumb-wrap:hover {
    background: #067db9;
    transition: background 0.5s fadein;
}

a.thumb-wrap:hover img {
    opacity: .5;
}

.video-card{
    height: 225px;
}
.video-card .thumb-wrap i {
    margin-top: -25px;
    top: 50%;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 99;
    color: #fff;
    display: table;
    vertical-align: middle;
}

.video-card h2 {
    font-size: 1.15em;
    font-weight: 400;
    margin-top: 10px;
}

.video-card .thumb-wrap {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
}

.video-card .meta {
    font-size: 1em;
    color: #959595;

}

.video-card .meta span {
    font-size: .9em;
    margin-right: 7px;
}

.product-full-width {
    background-color: #F6F6F6;
    margin-top: 4em;
}

.optional-feature {
    background-color: #cccccc;
    padding: 10px 15px;
    display: inline-block;
    text-transform: uppercase;
}

.optional-feature h3 {
    color: #fff;
    font-size: 1.4em;
    font-weight: 400;
    margin-top: 10px;
}

.title-description {
    font-size: 1.3em;
    font-weight: 300;
}

.navbar-collapse {
    max-height: none;
}

.input-group-addon.calender {
    cursor: pointer;
}

@media (min-width: 768px) {
    .checkbox-wrap > label {
            margin-right: 25px;
    }
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: -18px;
    }
    
    .zonar_office_location_widget p {
        width: 90%;
    }
    .form-inline select {
        min-width: 150px;
    }
    .video-thumbnail-row {
        margin-left: 0;
        margin-right: 0;
        margin-top: 6px;
    }
    
    .video-arrow {
        font-size: 1.5em !important;
        text-shadow: none;
        box-shadow: none;
        color: black;
        margin: 0;
        padding: 0;
    }

    .zn-nav-tabs > li > a {
        font-size: .8em;
    }
    .footer .inline-list > li {
        margin-right: 20px;
    }
    .form-inline select{
        min-width: 150px;
    }
    #videoCarouselThumbnail{
        height: 80px;
    }
  .event-card img, .rsiw-image > a > img{
    min-height: 160px;
    max-height: 160px;
    min-width: 100%;
  }
    .spotlight-panel h1 {
        font-size: 2em;
    }
    
    .spotlight-panel h4{
      margin-bottom: 1em;
      font-size: 1.50em;
      line-height: 1em;
    }
  
  .spotlight {
    min-height:0;
    margin-top:1.5em;
  }
  .spotlight-panel {
    /*padding: .25em 1.75em;*/
    position: absolute;
    top: 50px;
    padding-bottom: 10px;

  }
  .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a{
    font-size: .82em;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 3px;
  }
  
  .navbar-brand, .navbar-nav > li > a{
    padding-right: 4px;
    padding-left: 8px;
  }

  .navbar-nav>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .navbar-brand, .navbar-nav > li > a {
    padding: 25px 6px !important;
  }
  .navbar-nav > li > a.pad-r0 {
    padding-right: 0px !important
 }
  .min-width{
    min-width: 150px;
  }
  .carousel-caption .head {
    font-size: 3.5em;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 40px;
  }
  .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    padding-left: 6px !important;
  }
  .home-nav-main{
    margin-left: -25px !important;
  }
  .wid-160p{
    width: 160px;
  }
  .carousel-indicators .fa-3x{
    font-size: 2em;
  }
  .carousel-caption .head{
    font-size: 4.75em;
  }
  .partners-tab-content {
    min-height: 533px;
  }
  .faq-list-wrap > div {
    min-height: none;
    margin-top: 0px;
  }  
}

@media (min-width: 992px){
  .home-nav-main{
    margin-left: -20px !important;
  }
  .zn-nav-tabs>li>a {
    font-size: 1.1em;
  }
  .footer .inline-list > li{
    margin-right: 30px;
  }
  .carousel-caption {
    padding-bottom: 70px;
  }
  .event-card img, .rsiw-image > a > img{
    min-height: 200px;
    max-height: 200px;
    min-width: 100%;
  }
   #videoCarouselThumbnail{
    height: 110px;
  }
  .spotlight-panel h1{
    font-size: 2.75em;
    height: 45px;
    overflow: hidden;
  }
  .spotlight-panel h4{
    /*margin-bottom: 1em;*/
    height: 75px;
    overflow: hidden;

  }
  .spotlight-panel {
    /*padding: 4.25em 1.75em;*/
  }
  .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a{
    font-size: 1em !important;
  }
  .navbar-brand, .navbar-nav > li > a{
    padding: 25px 9px !important;
  }
  .navbar-default .navbar-nav.pre-nav-links > li > a{
    color: #505050 !important;
    font-weight: bold;
    font-size: .85em !important;
  }
  .min-width{
    min-width: 144px;
  }
  .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    padding-left: 9px !important;
  }
  .carousel-indicators .fa-3x{
    font-size: 2em;
  }
  .partners-tab-content {
    min-height: 413px;
  }
  .faq-list-wrap > div {
  }
}
@media (min-width: 1200px){
  .spotlight-panel h1{
    font-size: 2.75em;
    height: 45px;
    overflow: hidden;
  }
  .footer .inline-list > li{
    margin-right: 40px;
  }
   #videoCarouselThumbnail{
    height: 110px;
  }
  .event-card img, .rsiw-image > a > img{
    min-height: 240px;
    max-height: 240px;
    min-width: 100%;
  }
  .spotlight-panel h4{
    height: 75px;
    overflow: hidden;
  }
  
  .col-lg-2 {
    width: 16.66666667% !important;
  }
  .min-width{
    min-width: 182px;
  }
  .navbar-brand, .navbar-nav > li > a{
    padding: 25px 12px !important;
  }
  .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    padding-left: 12px !important;
  }
  .carousel-indicators .fa-3x{
    font-size: 2.5em;
  }
}
.faq-list-wrap p, .faq-list-wrap ul li {
  font-size: 1.15em;
}
.video-thumbnail-row .col-sm-3 {
  padding-left: 5px;
  padding-right: 5px;
}
/*******************Product Page************************/
.product-detail-section h2 {
    font-size: 3.5em;
    font-weight: 300;
    color: #959595;
}

.product-detail-section p {
    font-size: 1.3em;
    line-height: 1.65em;
}

.product-detail-section .row {
    margin-top: 6em;
}
/*******************Form lable floating *****************************/
input, textarea {
    position: relative;
    display: inline-block;
}

.contact-form .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.contact-form textarea.form-control {
    height: auto;
    resize: none;
}

.contact-form ::-webkit-input-placeholder {
    color: lightgrey;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition-property: top, color;
    -webkit-transition-duration: .25s;
    transition-property: top, color;
    transition-duration: .25s;
}

.contact-form ::-webkit-input-placeholder[style*=hidden] {
    color: #1193d1;
    font-size: 9pt;
    font-weight: normal;
    top: -23pt;
    left: -10px;
    opacity: 1;
    visibility: visible !important;
}

.contact-form [name=title] {
    width: 100%;
    border-bottom: 1px solid lightgrey;
    margin-bottom: 1px;
}

.contact-form [name=price] {
    width: 30%;
    margin-bottom: 1px;
    border-bottom: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
}

.contact-form [name=location] {
    width: 70%;
    border-bottom: 1px solid lightgrey;
}

.contact-form [name=desc] {
    width: 100%;
}

.breadcrumb > li {
    display: inline;
}

.video-carosole .carousel-control {
    padding-top: 3% !important;
    width: 5%;
    color: #1193d1;
}

.video-carosole .left.carousel-control, .video-carosole .right.carousel-control {
    margin-top: 14px;
}

.video-carosole .carousel .item {
    height: auto;
}

.carousel-control .icon-prev, .carousel-control .fa-angle-left {
    left: 0%;
    top: 30%;
    color: black;
}

.carousel-control .icon-next, .carousel-control .fa-angle-right {
    right: 0%;
    top: 30%;
    color: black;
}

#videoCarouselThumbnail {
    background-color: #eee;
    padding: 5px;
    margin-top: -25px;
}

#videoCarouselThumbnail .carousel-inner .item {
    background: none !important;
}

#videoCarouselThumbnail .carousel-inner .item .thumbnail {
    max-height: 80px;
    overflow: hidden;
    padding: 2px;
    border-radius: 0px;
}

@media screen and (max-width: 765px){
    #videoCarouselSlide .carousel-inner{
        width: 90%;
        margin-left:30px;
    }
}
@media screen and (max-width: 650px){
    #videoCarouselSlide .carousel-inner{
        width: 90%;
        margin-left:25px;
    }
}
@media screen and (max-width: 480px){
    #videoCarouselSlide .carousel-inner{
        width: 80%;
        margin-left:29px;
    }
}

#videoCarouselSlide .carousel-inner .item video {
    width: 100% !important;
}

.wid-videos ul {
    margin: 0;
    padding: 1em 2em;
    list-style: none;
    float: left;
    width: 100%;
}

.wid-videos li {
    float: left;
    width: 31.3%;
    margin: 0 5px;
}

.wid-videos a:hover {
    color: #333
}

.wid-videos a {
    display: block;
    padding: 1px;
}

.wid-videos span {
    display: inline-block;
    padding: .25em;
}

.dropdown-menu > li > a {

}

.nav-tabs-news > li {
    float: none;
}

.nav-tabs-news > li > a {
    text-align: left;
    position: relative;
}

.nav-tabs-news > li > a > span.caret {
    position: absolute;
    right: 10px;
    top: 18px;
}

.carousel-home .carousel-control.left, .carousel-home .carousel-control.right {
    background-image: none;
    top: 30%;
}

.carousel-home .carousel-control.left {
    left: 20px;
}

.carousel-home .carousel-control.right {
    right: 10px;
}

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

.page-documents a {
    font-size: 1.3em;
    line-height: 2em;
    margin-left: 1.5em;
    display: block;
}

.page-documents a:before {

}

.lead {
    font-weight: 400;
    font-size: 1em;
}

hr {
    border-top: 1px solid #ddd;
}

.carousel-home .fa {
  color: #fff;
}
.carousel-footer {

}
.really_simple_image_widget h3{
    margin-top: 12px;
}
.bx-viewport h2.h2 a{
    font-size: 1.15em;
}
.bx-viewport .slide p{
    font-size: 1em;
}
.mar-t2e{
    margin-top: 2em;
}
.pad-l0{
    padding-left: 0;
}
.well-zn, .well-zn h2 {
  text-align: center;
}

i.fa.fa-life-ring.support-icon {
    /*font-size: 0.9em;    */
    margin-left: -4px;
}

@media(min-width: 768px){
    .well-zn h2 {
      text-align: center;
    }
    .well-zn h4 {
      text-align: left;
    }
}
.page {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.zn-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    -ms-flex-preferred-size: auto;
}
.search-results li.page{
    display: block !important;
    min-height:inherit;
}
.well-well-zn {
    padding-top: 30px;
    padding-bottom: 30px;
}
.navbar-default .navbar-nav>li>a:not(.nohover):focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:not(.nohover):focus {
    background-color: #f5f5f5;
}

ul.nav.site-nav-main.navbar-nav {
    font-size: 1em;
}

@media (max-width: 767px){
.left-div {
    /* less than 768px size fix*/  
    float: left;
    max-height: 120px !important;
    position: relative;
    padding: 20px 0px;
    margin-bottom:10px;
    margin-top:10px;
  }

    /* Click state for mobile view */
    .navbar-nav .dropdown-menu a:active{
        background:#f0f0f0 !important;
    }

    ul.nav.site-nav-main.navbar-nav.site-nav-sec-menu.navbar-left {
        font-size: 1em;
    }

    .customer-care-enquiries h3 {
        margin-top: 1em;
    }
    .site-nav-main {
        margin: 0 -15px; 
    }
    .well-zn {
      text-align: center;
    }
    .wid-videos span{
        display:inline-block;
        padding:0em;
    }

    .video-card {

        margin-bottom: 30px;
    }

    .page-documents a {
        margin-left: 0;
        font-size: 1em;
    }

    .sub-small-heading {
        margin: 1em 0;
    }

    .nav-tabs > li {
        float: none;
    }

    .event-card img, .rsiw-image > a > img {
        min-height: none;
        max-height: none;
    }

    .btn:active, .btn.active {
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .img-full-width .location-wid {
        margin: 0px !important;
    }

    .img-full-width .col-xs-12.location-wid * {
        margin-left: 0px;
        margin-right: 0px;
    }

    .mar--t20.nav-bottom-line {
        height: 0px;
    }

    .customer-care-enquiries {
        font-size: 1.16em;
    }

    .img-full-width .col-xs-12.location-wid .mar-l10 {
        margin-left: 10px;
    }

    h3 .office-location {
        background-color: rgba(17, 147, 209, .9);
        padding: 15px 10px;
        color: #fff;
        position: absolute;
        bottom: 0px;
        min-width: 80%;
        font-size: .9em;
    }

    .img-full-width .col-xs-12.location-wid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .dropdown.partner-dd.open, .dropdown.partner-dd.open a.dropdown-toggle {
        border-left: 1px solid #eee;
        border-top: 1px solid #eee !important;
        border-radius: 4px;
    }

    .nav-tabs > li.partner-dd.active > a, .nav-tabs > li.partner-dd.active > a:hover, .nav-tabs > li.partner-dd.active > a:focus {
        color: #555;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: #ddd;
        cursor: pointer;
    }

    .dropdown.partner-dd.open > .dropdown-menu > li > a {
        padding: 4px 20px;
        color: #666666;
    }

    .dropdown.partner-dd > .dropdown-menu > li.active > a {
        color: #fff;
    }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #357ebd;
        background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
        background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
        background-repeat: repeat-x;
    }

    .dropdown.partner-dd > .dropdown-menu {
        min-width: 100%;
    }

    .breadcrumb {
        margin: 10px 0 5px 0;
    }

    .search-wrap form.navbar-form {
        margin-right: 0px !important;
        width: 100%;
    }

    .search-wrap input {
        min-width: 250px !important;
        width: 100%;
    }

    .search-wrap .form-control-feedback {
        top: 4px !important;
    }

    .video-carosole .left.carousel-control {
        margin-left: 5px;
    }

    .video-carosole .right.carousel-control {
        margin-right: 5px;
    }

    #videoCarouselSlide .carousel-inner .item video {
        width: 85% !important;
    }

    .spotlight-panel h1 {
        font-size: 2.25em;    
        /*height: 45px;
        overflow: hidden ;   */   
    }

    .spotlight-panel h4 {
        font-size: 1.25em;
    }

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

    .footer .inline-list > li {
        margin-left: 10px;
        margin-right: 10px;
    }

    .partners-tab-content {
        border-left: 0px solid #ddd;
        padding-left: 0px;
        margin-top: 20px;
    }

    .video-carosole .carousel-control {
        padding-top: 0%;
        width: 5%;
    }

    .nav a.partners-dropdown {
        background-color: #fff;
        border-color: #ccc;
        border-radius: 4px;
    }

    .nav a.partners-dropdown:hover {
        background-color: #fff;
        border-color: #ccc;
        border-radius: 4px;
    }

    .nav .open > a.portners-dropdown, .nav .open > a.partners-dropdown:hover, .nav .open > a.partners-dropdown:focus {
        background-color: #fff;
        border-color: #ccc;
        border-radius: 4px;
    }

    .navbar-default .active, .partner-dd.open {
        border-left: 0px solid #1193d1;
    }

    .navbar-default {
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    }

    .tabs-left > li.active > a.portners-dropdown, .tabs-left > li.active > a.portners-dropdown:hover, .tabs-left > li.active > a.portners-dropdown:focus {
        border-bottom-color: #ddd;
        border-right-color: transparent;
        border-left: 1px solid #ccc !important;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #fff;
        border-top: 1px solid #e7e7e7;
    }

    .navbar-form.navbar-right.nav-btn-section.row.visible-xs{
        border-top: 3px solid #e7e7e7;
    }

    /*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }

    /* xmobile */
    .page-title {
        font-size: 3em;
        margin-bottom: 18px;
    }

    .page-template-page-leadership-php .page-title {
        margin-bottom: 0
    }

    .carousel-footer {
        text-align: center;
    }

    .product-detail-section .row {
        margin-top: 3em;
    }

    .faq-list-wrap {
        margin: 0em 0 0;
    }

    .faq-list-wrap .col-md-6 {
        margin: 2em 0 0;
    }

    .mar-t40, .mar-t30 {
        margin-top: 1em;
    }

    hr.mar-t40 {
        margin-bottom: 0;
    }

    .product-detail-section .row {

    }

    .faq-list-wrap > div {
        padding: 0 15px;
    }

    .testimonials-wrap blockquote {
        font-size: 1em;
        font-weight: 300;
        text-align: left;
        border: 0;
        padding: 1em 1em;
    }

/*---
    footer {
        text-align: center;
    }
----*/
	
    h2.resp-accordion {
        background: #1193d1;
        color: #fff;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0 0 2px;
    }

    .resp-accordion hgroup {
        float: left;
        width: 40%;
        padding: .6em .4em;
    }

    .resp-accordion {
        position: relative;
    }

    .resp-accordion h4 {
        margin-top: 0;
    }

    .resp-accordion a {
        color: #fff;
    }

    .resp-arrow {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .resp-arrow .fa-angle-up {
        display: none;
    }

    .resp-tab-active .fa-angle-up {
        display: block;
    }

    .resp-tab-active .fa-angle-down {
        display: none;
    }

    .author-details .info {
        background: none;
        padding: 1em 0;
    }

    .thumb-big, .author-details hgroup, .author-quotes {
        display: none;
    }

    .author-details .desc {
        float: left;
        width: 100%;
    }

    .resp-accordion img {
        float: left;
        width: 42%;
    }

    .resp-tabs-container h3 {
        margin: 0;
    }

    .resp-tabs-container h3 a {
        text-decoration: none;
        font-size: 1em;
        color: #fff;
    }

    .tab-accordion-wrap h6 {
        font-size: .5em;
        line-height: 1.4em;
        font-weight: 300;
    }

    .author-details .info {
        clear: both;
    }

    .author-details p {
        padding: 1em 1.15em;
    }

    /* serp */
    /* industry */
    .spotlight-panel {
        position: relative;
        color: #333;
        padding: 1.75em 2.75em .75em 2.75em;

    }

    .spotlight-product {
        min-height: 100%;
    }

    .row .col-xs-12 {
        margin-bottom: .25em;
    }

    .spotlight-panel h1 {
        text-shadow: none;
        font-size: 2.75em;
        /*height: 45px;
        overflow: hidden;*/
    }

    .spotlight-panel h4 {
        text-shadow: none;
        font-size: 1.3em;
        /*margin-bottom: 1.5em;*/
    }

    .row > div > h2 {
        font-size: 1.7em;
    }
    .h2-heading {
        font-size: 1.6em !important;
    }
    .faq-list-wrap h3 {
        font-size: 1.25em;
    }

    .testimonials-wrap .panel {
        width: 100%;
    }

    .nav-bottom-line {
        border-width: 0px;
    }

    .form-inline .btn {
        margin-left: 15px;
    }

    .carousel .item {
        height: 350px;
    }
    .event-card{
        text-align: center;
        border-top:1px dotted #ECEAEA;
    }
    .img-full-width .col-xs-12 {
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .img-full-width h2.col-xs-12 {
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 10px;
        margin-bottom: 0px;
        text-align: center;
        font-size: 1.4em;
    }

    .img-full-width .col-xs-12 * {
        margin-left: 15px;
        margin-right: 15px;
    }

    .img-full-width .col-xs-12 .spotlight, .img-full-width .col-xs-12 .col-xs-12, .img-full-width .col-xs-12 .testimonials-wrap {
        margin: 0px;
    }

    .img-full-width .col-xs-12 h4 a {
        margin-left: 0px;
    }

    .img-full-width .col-xs-12 h3 {
        font-size: 1.4em;
    }

    .img-full-width .col-xs-12 img, .img-full-width .col-xs-12 .rsiw-image, .img-full-width .col-xs-12 .more, .img-full-width .col-xs-12 .panel {
        margin-left: 0px;
        margin-right: 0px;
    }

    .img-full-width .col-xs-12 > li.widget {
        margin-right: 0px;
        margin-left: 0px;
    }

    .img-full-width .col-xs-12 .img-responsive {
        min-width: 100%;
    }

    .carousel-caption .text {
        font-size: 1em;
        font-weight: 400;
        text-transform: uppercase;
    }

    .carousel-caption .head {
        font-size: 2.75em;
        font-weight: 600;
        line-height: 1em;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .mar-t150 {
        margin-top: 80px;
    }

    .curosole-footer {
        text-align: center;

    }

    .curosole-footer img {
        margin-left: auto;
        margin-right: auto;
    }

    .navbar-default .navbar-nav > .active > a {
        margin-top: 0px;
        border-top: 1px solid #eee;
        border-left: 3px solid #1193d1;
    }

    .well-zn {
        text-align: center;
    }

    .navbar-default .navbar-brand {
        margin: -5px 20px 0px 0px;
        padding-left: 0px;
    }

    .navbar-brand img {
        width: 110px;
    }

    .navbar-nav > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
        line-height: 1.2em;
    }

    .mar-t10-nav {
        margin-top: 0px;
    }

    /*****************************Navigation toggle styles*************************************/
    .navbar-default .navbar-nav > li > a {
        font-size: 1.2em;
        border-top: 1px solid #f0f0f0;
        padding-left: 25px;
    }

    .navbar-default .navbar-nav > .dropdown > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #fff;
        border-right: 0px solid #fff;
        border-left: 3px solid #fff;
        margin-left: -4px;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #fff;
        color: #555;
        margin-top: 0px;
        margin-bottom: 0px;
        border-top: 0px solid #1193d1;
        border-right: 0px solid #f0f0f0;
        border-left: 3px solid #1193d1;
        border-bottom: 0px solid #fff;
        padding-bottom: 5px !important;
        z-index: 12;
        padding-left: 15px !important;
        padding-top: 9px !important;
    }

    .dropdown.open > .dropdown-menu {
        border-width: 0px;
        background-color: #fff;
        border: 1px solid #f0f0f0;
        border-radius: 0px;
        z-index: 11;
        padding-bottom: 10px;

    }

 

    .site-nav-main li.dropdown.active a.dropdown-toggle {
        border-top: 1px solid #eee;
    }

    .dropdown.open, .dropdown.open a.dropdown-toggle {
        /*border-left: 4px solid #1193d1;*/
        border-top: 0px solid #eee !important;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        border-left: 7px solid #1193d1;
        margin-left: -4px;
        padding-left: 20px;
    }

    .navbar-default .navbar-nav > .active.open > a, .navbar-default .navbar-nav > .active.open > a:hover, .navbar-default .navbar-nav > .active.open > a:focus {
        border-top: 1px solid #eee !important;
        border-left: 7px solid #1193d1;
        margin-left: -4px;
        padding-left: 10px !important;
    }

    .site-nav {
        border-top-width: 0px;
    }

    .dropdown.open > .dropdown-menu > li > a {
        padding: 4px 20px;
        color: #666666;
    }

    .dropdown-header {
        color: #000;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 1.1em;
        padding: 3px 20px 10px 15px !important;
    }

    .regional-events-container .col-xs-12 {
        border-right: #f0f0f0 solid 0px !important;
    }

    .nav-btn-section {
        padding-top: 18px;
    }

    .nav-btn-section .btn {
        min-width: 85px;
    }

    .site-nav-main li:first-child > a {
        border-top: 0px solid #eee !important;
    }

    .site-nav-main li > a > b.fa {
        float: right;
        margin-top: 3px;
    }

    .listing-layout-one .thumb-wrap {
        width: 15%;
    }

    .listing-layout-one .details {
        width: 85%;
    }

    .listing-layout-one .details p {
        padding-right: .2em;
    }

    /***************Info Ceter**************/
    .form-inline .form-group {
        min-width: 100%;
        margin-right: -30px !important;
    }

    .form-inline .btn {
        margin-left: 0px;
    }

    .img-full-width .col-xs-12 .event-card, .img-full-width .col-xs-12 .event-card * {
        margin: 0px;
    }

    .contact-form .form-group {
        margin-bottom: 35px;
    }



     ul.nav.site-nav-main.navbar-nav{
        text-transform: uppercase;
        font-size: 1.2em;
    }

    ul.nav.site-nav-main span{
        padding-left: 5px;
    }



.navbar-form.navbar-right.nav-btn-section.row.visible-xs{
    border-bottom: 5px solid #1193D1;
}

}
/*
.more a {
    color: #000000;
}
*/
.no-results-found h1{font-weight: 100;}
.no-results-found .thumb-wrap i{color:#d2d2d2;}

.pad-r0 {
    padding-right: 0px !important;
}
.mar-t7 {
    margin-top: 7px;
}
a, a:hover, a:active, a:focus {
  
  outline: 0 !important;
}

@media only screen and (min-width : 1024px) { 
  .spotlight-panel {
    /*padding: .25em 1.75em;*/
    position: absolute;
    top: 100px;
    padding-bottom: 10px;

  }



}


@media only screen and (min-width : 1200px) {
    
    .nav-values:hover,
    .nav-products:hover,
    .nav-industry:hover,
    .nav-company:hover,
    .nav-news:hover{
        background: #e7e7e7;
    }

    .navbar-default .nav-values:hover > a,
    .navbar-default .nav-products:hover > a,
    .navbar-default .nav-industry:hover > a,
    .navbar-default .nav-company:hover > a,
    .navbar-default .nav-news:hover > a{

        border-top: 3px solid #1193d1;
        margin-top: -3px;
    }
    .nav-values > .dropdown-menu,
    .nav-products > .dropdown-menu,
    .nav-industry > .dropdown-menu,
    .nav-company > .dropdown-menu,
    .nav-news > .dropdown-menu    
    {
        
        background-color: #fff;
        border: 1px solid #f0f0f0;
        border-top: 3px solid #f0f0f0;
        margin-top: 1px;
        border-radius: 0px;
        z-index: 11;
        padding-bottom: 10px;

    }
    .dropdown:hover .dropdown-menu {        
        display: block;
    }
  .spotlight-panel {
    /*padding: .25em 1.75em;*/
    position: absolute;
    top: 160px;
    padding-bottom: 10px;

  }    

}


/* Media query except desktop begin*/
@media only screen and (max-width : 1024px) {    
    .testimonials-wrap blockquote {
         font-size: 1em;
    }

.testimonials-wrap .panel {
    width: 75%;
      
}


}

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

    .testimonials-wrap .panel {
        height: 100%;
        width: 100%;
          
    }
}
.carousel-limit{
    padding-left: 15px;
    padding-right: 15px;
    width: 128px !important;
}

.carousel-indicators li{
    display: none;
}


@media only screen and (max-width: 767px) {
  /* Small Device Styles here */
    .sd-algn-lft{
        text-align: left !important;    
    }
    .xs-center{    
        text-align: center;
    }
    .xs-prod-h2{
        font-size: 2em !important;
    }

   .xs-adjst-img-width{
        width: 150px;
    }
    .img-full-width .col-xs-12.location-wid{
        margin-bottom: 25px !important;
    }
    .xs-reduce-margin{
        margin-top: -30px !important;
    }
    .page-documents a{
        white-space: nowrap;
        width: 20em;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .faq-list-wrap p{
        margin-bottom: -10px;
    }
    .xs-line-height{
        line-height: 19px;
    }
    .text-md {
      font-size: 1.1em;
    }
    .slide-img-container{        
        /*
        background-color: gray;
        width: 260px;
        */
        height: 150px;
    }
    .slide-img-container img{
        position: absolute;
        margin: auto !important;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; 
        width: 80px;
        height: 80px;           
    }
    .testimonials-wrap.industry.bg-pupil-testimonial{
        background: none !important;
    }
    .xs-custmr-panel{
        background: #1193d1;
        background: rgba(17, 147, 209, .9);
        color: #fff;
    }
    blockquote{
        font-size: 1em;
        border-left: 0px solid #eee;
    }
    .h2-redesign{
        Margin:0px !important;
    }
    .spotlight-panel h4{
        height:45px;
    }
    .slide-img-container img{
        height:150px;width:150px;
    }
    .circle-div{
        text-align: center !important; 
    }
    .circle-img{
        height:160px !important;width:198px !important;
        margin:auto !important;
        float:none !important;
    }
    .spotlight-panel h4{
        height:55px;
    }
    .faq-list-wrap p{
        margin-bottom:10px;
    }
    .xs-reduce-margin{
        margin-top: 0px !important;
    }
}


@media only screen and (max-width: 768px) and (max-width: 768px) {
    /* Ipad portrait view  indicator centered */
    .carousel-indicators .active:before {
        left: 30%;
    }
}

@media only screen and (min-width: 767px)  {
    .event-card{    
        height: 400px;
        text-align: center;
        border:1px dotted #ECEAEA;
    }
    .infoCenterTabContainer .event-card{    
        height: auto;
    }
    .slide-img-container{       
        /*
        background-color: gray;        
        width: 260px;
        */
        height: 260px;
    }
    .slide-img-container img{
        position: absolute;
        margin: auto !important;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; 
        /*
        width: 80px;
        height: 80px; 
        */          
    }
}

/* Make carousel images center in product page */
.slide img {
    margin: 0 auto;
}

#zonar_communications_div label.error{position: absolute;top: 20px;left: 27px;}

#topSearch::-ms-clear, #search::-ms-clear, #wpSearch::-ms-clear {
    display: none;
}
/* remember to define focus styles! */
:focus {
    outline: 0 !important;
}
.pad-b0 > div{
    padding-bottom: 0px !important;
}
@media (max-width: 767px) {
    .slide-text-container {
        margin-top: 1em;
    }
}
@media (min-width: 768px) {
    .slide-text-container {
        margin-top: 2.8em;
    }
    .spotlight-panel {
        margin-left: 1em;
    }
}
@media (min-width: 1200px) {
    .spotlight-panel {
        margin-left: 1.5em;
    }
    .slide-text-container {
        margin-top: 4em;
    }
}
.panel-heading h4 .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'FontAwesome';  /* essential for enabling glyphicon */
    content: "\f106";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #1193d1;         /* adjust as needed */
    font-size: 1.6em;
    margin-top: -3px;
}
.panel-heading h4 .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f105";    /* adjust as needed, taken from bootstrap.css */
    color: #ccc;
}
.user-manual-panel {
}
.accordionA .panel-default > .panel-heading {
    background: none;
    border-top: 1px solid #eee;
}
.accordionA .panel-default:last-child > .panel-heading {
	border-bottom: 1px solid #eee;
}
.accordionA .panel-default:last-child > .panel-collapse.in > .panel-body {
    border-top: 0px;
}
.accordionA .panel-group {
	margin-top: 2.5em;
}
.panel-group .panel{
    border-width:0px;
    border-radius: 0px;
    border-bottom-width:1px;
    box-shadow: none;
}
@media(min-width: 768px){
    
}
@media(min-width: 992px){
   
}
@media(min-width: 1200px){
  
}
.panel-group .panel h4{
    font-weight: 400;
    padding: 5px;
}
.panel-group .panel h4 a{
    color: #1193d1;
}
.panel-group .panel h4 a:hover, .panel-group .panel h4 a:focus, .panel-group .panel h4 a:active{
    text-decoration: none;
}
.panel-group ul li{
    list-style: none;
    margin-top: 5px;
    margin-bottom: 5px;
}
.panel-group .panel-default {
    border-color: transparent;
}
.panel-group .panel-default {
  border-color: transparent;
}
/* Media query except desktop end*/

table.ao_tbl_container tr{
}
table.ao_tbl_container tr td{
    padding:10px 10px 10px 10px;
}

table.ao_tbl_container tr td checkbox{
    padding: 0px;margin: 1px 0px 0px 0px;
}

/*
.really_simple_image_widget div.more  a:after{content: "<i class='fa fa-angle-right fa-1x mar-l5'></i>";}
.really_simple_image_widget div.more  a:before{content: "<i class='fa fa-angle-right fa-1x mar-l5'></i>";}
*/

/*!
 * Lightbox for Bootstrap 3
 *
 

.ekko-lightbox-container {
  position: relative;
}

.ekko-lightbox-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.ekko-lightbox-nav-overlay a {
  z-index: 100;
  display: block;
  width: 49%;
  height: 100%;
  padding-top: 45%;
  font-size: 30px;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  opacity: 0;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  -webkit-transition: opacity 0.5s;
     -moz-transition: opacity 0.5s;
       -o-transition: opacity 0.5s;
          transition: opacity 0.5s;
}

.ekko-lightbox-nav-overlay a:empty {
  width: 49%;
}

.ekko-lightbox a:hover {
  text-decoration: none;
  opacity: 1;
}

.ekko-lightbox .glyphicon-chevron-left {
  left: 0;
  float: left;
  padding-left: 15px;
  text-align: left;
}

.ekko-lightbox .glyphicon-chevron-right {
  right: 0;
  float: right;
  padding-right: 15px;
  text-align: right;
}

.ekko-lightbox .modal-footer {
  text-align: left;
} */
@media (min-width: 768px) and (max-width:979px){
.selectboxit.form-control.text-uppercase.selectboxit-enabled.selectboxit-btn { margin-bottom: 10px; width: 100% !important;}
iframe { max-width: 100%;}
.form-group.mar-r10.filter-by-box {
    width: 100%;
}
.regional-events-container .regional-event-card.col-xs-11.col-sm-push-1 h4 a{
    font-size: 13px !important;
}
.dropdown-menu .dropdown-menu li a {
    font-size: 12px;
    padding-left: 30px;
}
.dropdown-menu .dropdown-menu {
    border: medium none;
    box-shadow: none;
	display:block;
    position: static;
}
}

@media (min-width:320px) and (max-width:767px){.dropdown-menu .dropdown-menu {display:block;}}
