
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,400,300);

/**
 * Navigation CSS
 */
nav ul li ul {
    margin-left: 16px;
}

/**
 * General CSS
 */
body {
    background: #eee;
    color: #000;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    overflow-x: hidden;
    line-height: 24px;
    padding-top:111px;
}

b,
strong {
    font-weight: 700;
}

label {
    color: #000;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 24px;
}

.form-control {
    margin: 0 0 5px 0;
}

.no-padding {
    padding: 0;
}
.no-padding-right {
    padding-right: 0;
}
.no-padding-left { 
    padding-left: 0;
}
.fa.pull-right {
    margin-left: 0;
}

h1,
h2,
h3 {
    margin-bottom: 10px;
}
h3 {
    margin-top: 30px;
}
h4,
.h4 {
    font-size: 24px;
}

.section > h1{
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
}

.section > div > h1{
    padding-bottom: 10px;
}

.section > h2{
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    font-size:32px;
}

.section > div > h2{
    padding-bottom: 10px;
}

p,
li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}
.container.narrow {
    max-width: 730px;
}
blockquote p {
    font-size: 16px;
    line-height: 24px;
}

header {
    background: #fff;
    filter: none;
    width: 100%;
    position: relative;
    z-index: 1
}

a {
    color: #0095da;
    font-weight: 400;
    -webkit-transition: color 400ms, background-color 400ms;
    -moz-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
}

a:hover {
    color: #0073a8;
}


.btn-custom-darken.active {
    color: rgba(255, 255, 255, 0.75);
}

.dropdown-menu > li > a {
    padding: 6px 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight:400;     
    color: #000;
}

.navbar-nav {
    float: right;
}

h1 {
    font-size: 30px;
    font-weight: 400;
    color:#e30b13
}

h2 {
    font-size: 24px;
    font-weight: 400;

}

h3 {
    font-size: 21px;
    font-weight: 400;
}
.navbar-default {
    background-color: #fff;
}
.navbar.navbar-default.smallheader {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
}
.navbar.navbar-default .brand img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.navbar.navbar-default.smallheader .brand img {
    max-width: 175px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.navbar .brand {
    color: #A3A3A3;
    position: relative;
    text-shadow: 0 1px 0 #FFFFFF;
    margin: 10px 14px 0 0;
    float: left;
}

.navbar .brand img {
    max-width: 223px;
    height: auto;
}
.navbar .brand:hover {
    color: #BFBFBF;
    text-decoration: none;
}
.navbar .btn-navbar .icon-bar {
    background: none repeat scroll 0 0 #A3A3A3 !important;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 1px 0 #FFFFFF;
    display: block;
    height: 2px;
    width: 18px;
}

.nav-collapse.collapse {
    position: relative;
    z-index: 9999;
}
.navbar,
.nav {
    box-shadow: none;
    filter: none !important;
    margin: 0;
    padding: 0;
}
.navbar .nav {
    margin: 10px 0 0 -13px;
}
.nav {
    position: relative;
}
.nav>li>a {
    padding: 88px 20px 10px 20px;

}
.nav > li > span {
    padding: 70px 10px 10px 10px;
    line-height: 20px;
    position: relative;
}
.nav.smallnav > li > a {
    padding: 50px 20px 10px 20px;

}
.nav.smallnav > li > span {
    padding: 50px 20px 10px 20px;
}

.navbar .nav > li > a {
    color: #616161;
    display: block;
    font-size: 16px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    text-shadow: none;
}
.navbar .nav > li > span {
    color: #616161;
    display: block;
    font-size: 16px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    text-shadow: none;
}
.navbar .nav > li > span {
    display: block;
}
 
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
    background: transparent;
    /*box-shadow: 0;*/
    color: #e30b13;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:focus {
    background: none;
    /*box-shadow: 0;*/
    color: #e30b13;
    text-decoration: none;
}

.navbar .nav .active a:hover > .caret {
    border-bottom-color: #616161 !important;
    border-top-color: #616161 !important;
}

.navbar .nav a.dropdown-caret {
    padding-left: 7px;
    padding-right: 9px;
}

.navbar .nav li.dropdown-split-left a {
    padding-right: 3px;
}

.dropdown-menu .active > a {
    color: #fff !important;
    background: #eee
}

.dropdown-menu .active > a:hover {
    color: #fff !important;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #e30b13;
    color: #fff
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #000;
    color: #fff
}

.nav .active .dropdown-toggle .caret {
    border-bottom-color: #e30b13 !important;
    border-top-color: #e30b13 !important;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #fff;
    color: #F37021;
}

.nav .caret {
    border-bottom-color: #000000;
    border-top-color: #000000;
}

.navbar-inverse .nav li.dropdown.active a:hover {
    background-color: #fff;
    color: #616161;
}

.navbar-inverse .nav li.dropdown.active li a:hover {
    background-color: #fff;
    color: #fff;
}

.navbar-toggle {
    float: right;
    margin-right: 23px;
    margin-top: 21px;
}

.navbar-toggle .icon-bar {
    background-color: #0095da;
}

.navbar-toggle .icon-bar {
    border-radius: 0px;
    height: 3px;
}

section {
    padding:50px 0;
}

section.blauw {
    background: #000;
    background-attachment: fixed;
    overflow: hidden;
}

section.blauw p,
section.blauw h1,
section.blauw h2,
section.blauw ul li,
section.blauw a {
    color:#fff;
}
section.lichtgrijs {
    background: #eee;
    overflow: hidden;
}
section.wit {
    background: #fff;
    overflow: hidden;
}
section.action {
    background:url(../Images/UserUpload/actierij-bg.jpg) no-repeat center bottom;
    background-attachment: fixed;
    overflow: hidden;
}

section#contact {
  position: relative;
  overflow: hidden;
  padding:0;
}
#contact .container-wrapper {
  margin-top: -500px;
  right: 0;
  z-index: 1;
  overflow: hidden;
  min-height: 500px

}
#contact .contact-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-top: 50px;
}
#contact .contact-form h3 {
  margin-top: 0;
}

.contact p{
    padding-bottom: 10px;
}

.contact input[type=text], input[type=email], textarea{
    margin: 0 0 5px 0;
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.contact input:focus, textarea:focus{
    border-color:#66afe9;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.contact label{
    margin-bottom: 0;
}

.contact .options label{
    margin-left: 20px;
    font-size: 13px;
    margin-bottom: 4px;
}

.contact label.error{
    color: #e30b13;
}

.options > label.error{
    
}

.contact textarea{
    height: auto;
}

.contact input[type=radio], input[type=checkbox]{
    float: left;
    position: absolute;
    display: block;
    line-height: normal;
}

.error{
    color: red;
}

#google-map{
    height: 550px; 
    position: relative; 
    overflow: hidden;
}

.section-title {
    padding-bottom:10px;
}
.container-fluid  h1{
    font-size:36px;
}
.section-title h2{
    font-size:32px;
}

.container-fluid.wit {
    background-color:#fff;
}
.container-fluid.blauw {
    background:#000;
    background-attachment: fixed;
}
.container-fluid.lichtgrijs {
    background-color:#fff;
}

#homeheader,
#pageheader {
    width: 100%;
    margin: 0;
    position: relative;
}

#homebanner {
    background: url("/Static/Images/UserUpload/hoofdafbeelding-windonet.jpg") no-repeat scroll center 0px #494b4e;
    margin-top: -1px;
    height: 420px;
    min-height: 420px;
}

#homebanner .col-sm-3 {
    position: relative;
    height: 482px;
    min-height: 482px;
}
#populair {
    position: absolute;
    bottom:0;
    right:0;
    background:#eee;
    width:100%;
    padding:0 20px 20px 20px;
}
#homebanner h1 {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 53px;
    font-weight: normal;
    line-height: 62px;
    margin: 20px 0 10px 0;
    padding: 30px 15px 0 0;
    text-align: left;
}

#homebanner h1 span {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    font-weight: normal;
    line-height: 30px;
    text-align: left;
    width: 100%;
}

#homebanner p {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 30px;
}

.container.page .intro p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #666;
    font-size: 18px;
    line-height: 25px;
}

#home-row-1,
#home-row-2,
#home-row-3 {
    padding:50px 0;
}
#home-row-2 {
    background: #fff
}

#home-row-1 .home-block {
    overflow: hidden;
    margin:0 -15px 2px -13px;
    position: relative;
    padding:20px;
    min-height: 250px;
    cursor: pointer;
}
#home-row-1 .home-block p,
#home-row-1 .home-block h2,
#home-row-1 .home-block a{
    color:#fff;
}
#home-row-1 .home-block h2 {
    font-size: 21px
}

.btn-primary {
  background-color: #20aa23;
  border-color: #20aa23;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #1d991f;
  background-image: -moz-linear-gradient(top,#20aa23,#187f1a);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#20aa23),to(#187f1a));
  background-image: -webkit-linear-gradient(top,#20aa23,#187f1a);
  background-image: -o-linear-gradient(top,#20aa23,#187f1a);
  background-image: linear-gradient(to bottom,#20aa23,#187f1a);
  background-repeat: repeat-x;
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff20aa23', endColorstr='#ff177f1a', GradientType=0);*/
  /*border-color: #187f1a #187f1a #0c3f0d;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*/
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #20aa23;
  border-color: #20aa23 
}

#ondermenu {
    background-color: #000;
    border-bottom: 1px solid #31363b;
    color: #bfbfbf;
    padding: 20px 0 20px 0;
    min-height: 225px;
    font-size: 12px;
}
#home-row-1 .home-block p {
    position: absolute;
    bottom:10px;
}
#home-row-1 .home-block p strong {
    font-weight: 700
} 
.block {
    background: #fff;
    padding:20px;
    overflow: hidden;
    margin-bottom:20px;
}
.panel-group {
    margin-bottom: 5px;
}
.panel-heading {
    border-left:5px solid #f5f5f5;
}
.panel-heading.active {
    border-left:5px solid #ab2120;
}
.accordion .panel-title a i {
    color:#ab2120;
}
.jivo-btn {
    margin-bottom: 10px;
}
.div-left{
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
}
.div-right{
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
}

#ondermenu h3,
#ondermenu h3 a {
    font-size: 21px;
    color: #fff;
    margin-top: 10px;
}

#ondermenu h2 span {
    font-size: 16px;
}

#ondermenu a {
    color: #BFBFBF;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#ondermenu,
#ondermenu p,
#bottomline p,
#ondermenu a,
#ondermenu ul li,
#ondermenu ul li a {
    font-size: 13px;
}

#ondermenu a:hover {
    color: #fff;
}

#ondermenu a i {
    margin: 10px 0 0 0;
    padding: 0 10px 0 0;
    display: block;
    float: left;
    font-size: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#ondermenu a i:hover {
    text-decoration: none;
}

#ondermenu ul,
#populair ul  {
    display: block;
    margin: 0;
    padding: 0;
}

#ondermenu .voetimg {
    width: 150px;
    height: auto;
}

#ondermenu li,
#populair li  { 
    line-height: 30px;
    list-style-type: none;
}

#bottomline {
    border-top: 1px solid #545b63;
    width: 100%;
    padding: 10px 0;
    margin: 10px 0 0 0;
    color: #BFBFBF;
}

#bottomline a {
    color: #fff;
}

.image-right{
    padding-top: 79.6px;
}

/* Large desktop */

@media (min-width: 1300px) {
    .nav > li > a {
        padding: 70px 20px 10px 20px;
    }
    
    .nav > li > span {
        padding: 70px 20px 10px 20px;
    }
    
    .navbar-nav>li>.dropdown-menu-large {
       border:1px solid #eee;
       min-width:560px;
    }
      li.dropdown:hover > .dropdown-menu,
      li.active:hover > .dropdown-menu,
      li.ancestor:hover > .dropdown-menu  {
        display: block;
      }
      li:hover > .dropdown-menu {
        display: block;
      }
}


/* Desktop */

@media (min-width: 979px) and (max-width: 1300px) {
    .nav > li > a {
        padding: 70px 20px 10px 20px;
    }
    nav > li > span {
        padding: 70px 20px 10px 20px;
    }
    .navbar-nav>li>.dropdown-menu-large {
       border:1px solid #eee;
       min-width:560px;
    }
  li.dropdown:hover > .dropdown-menu,
  li.active:hover > .dropdown-menu,
  li.ancestor:hover > .dropdown-menu  {
    display: block;
  }
  li:hover > .dropdown-menu {
    display: block;
  }
}


/* Tussenmaat */

@media (min-width: 980px) and (max-width: 1199px) {
    .nav > li > a {
        padding: 70px 20px 10px 20px;
    }
    .nav > li > span {
        padding: 70px 20px 10px 20px;
    }
    .navbar-nav>li>.dropdown-menu-large {
       border:1px solid #eee;
       min-width:560px;
    }
  li.dropdown:hover > .dropdown-menu,
  li.active:hover > .dropdown-menu,
  li.ancestor:hover > .dropdown-menu  {
    display: block;
  }
  li:hover > .dropdown-menu {
    display: block;
  }
}


/* Portrait tablet to landscape and desktop */

@media (min-width: 767px) and (max-width: 992px) {
    .navbar .brand {
        color: #a3a3a3;
        display: block;
        float: none;
        margin: 15px auto 0;
        position: relative;
        text-align: center;
        text-shadow: 0 1px 0 #ffffff;
    }
    .nav > li > a {
        padding: 70px 10px 10px 10px;
    }
    .nav > li > span {
        padding: 70px 10px 10px 10px;
    }
    li.dropdown:hover > .dropdown-menu,
    li.active:hover > .dropdown-menu,
    li.ancestor:hover > .dropdown-menu  {
        display: block;
    }
    li:hover > .dropdown-menu {
        display: block;
    }
    #header .container {
        width: 775px;
    }
    .navbar-nav>li>.dropdown-menu-large {
       border:1px solid #eee;
       min-width:560px;
    }
}

/* Landscape phone to portrait tablet */

@media (max-width: 767px) {
    .navbar .brand img {
        max-width: 175px;
        height: auto;
    }
    body {
        padding-top: 80px;
    }
    #homebanner {
        background: url("../Images/UserUpload/hoofdafbeelding-windonet-sm.jpg") no-repeat scroll left 0px #eee;
        margin-top: -1px;
        height: 398px;
        min-height: 398px;
    }
    .navbar-nav {
        float: left;
    }
    .navbar .nav {
        padding-bottom: 20px;
    }
    .nav-collapse.collapse {
        width: 100%;
        text-align: left;
    }
    .navbar .brand {
        color: #A3A3A3;
        position: relative;
        text-shadow: 0 1px 0 #FFFFFF;
        margin: 10px 0 10px 0px;
    }
    .navbar-collapse {
        border-top: 1px solid #ddd;
        margin-top: 10px;
    }
    #ondermenu .col-sm-15 {
        border-bottom: 1px solid #999;
        padding: 20px;
        overflow: hidden;
    }
    .nav > li > a {
        padding: 13px 10px 10px 10px;
    }
    .nav > li > span {
        padding: 13px 10px 10px 10px;
    }
    .nav.smallnav > li > a {
        padding: 13px 10px 10px 10px;
    }
    .nav.smallnav > li > span {
        padding: 13px 10px 10px 10px;
    }
    .navbar.navbar-default .brand img {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        margin-left: 10px
    }
    .navbar.navbar-default.smallheader .brand img {
        max-width: 125px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    #home-row-2 .col-sm-4  {
        margin-bottom:20px;
        overflow: hidden;
        border-bottom: 1px solid #eee
    }
    .no-padding-right {
        padding-right: 0;
        padding-left:0;
    }
    
    .image-right{
        padding-top: 0;
    }
}


/* Landscape phones and down */
@media (max-width: 480px) {
    #homebanner {
        background: url("../Images/UserUpload/hoofdafbeelding-windonet-sm.jpg") no-repeat scroll left 0px #494b4e;
        margin-top: -1px;
        height: 398px;
        min-height: 398px;
    }
    .navbar-nav {
        float: left;
    }
    .navbar .nav {
        padding-bottom: 20px;
    }
    .nav-collapse.collapse {
        width: 100%;
        text-align: left;
    }
    #ondermenu .col-sm-15 {
        border-bottom: 1px solid #999;
        padding: 20px;
        overflow: hidden;
    }
    .nav > li > a {
        padding: 13px 10px 10px 10px;
    }
    .nav > li > span {
        padding: 13px 10px 10px 10px;
    }
    .nav.smallnav > li > a {
        padding: 13px 10px 10px 10px;
    }
    .nav.smallnav > li > span {
        padding: 13px 10px 10px 10px;
    }
    .navbar.navbar-default .brand img {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        margin-left: 10px
    }
    .navbar.navbar-default.smallheader .brand img {
        max-width: 125px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    #home-row-2 .col-sm-4  {
        margin-bottom:20px;
        overflow: hidden;
        border-bottom: 1px solid #eee
    }
    .no-padding-right {
        padding-right: 0;
        padding-left:0;
    }

}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-35,
.col-sm-35,
.col-md-35,
.col-lg-35,
.col-xs-25,
.col-sm-25,
.col-md-25,
.col-lg-25 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
.col-xs-25 {
    width: 40%;
    float: left;
}
.col-xs-35 {
    width: 60%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-35 {
          width: 60%;
          float: left;
      }
      .col-sm-25 {
          width: 40%;
          float: left;
      }
  .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-25 {
        width: 40%;
        float: left;
    }
    .col-md-35 {
          width: 60%;
          float: left;
      }
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-25 {
        width: 40%;
        float: left;
    }
    .col-lg-35 {
          width: 60%;
          float: left;
      }
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

 

/* large dropdown */

.dropdown-large {
  position: static !important;
}
.navbar-nav>li>.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 10px 0px;
  margin-top: 0px;
  border-radius: 0px;
}
.navbar.navbar-default.smallheader .dropdown-menu-large{
background: rgba(255, 255, 255, 0.9);
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
  font-size: 14px;
  line-height: 20px;
}
.dropdown-header {
   padding: 0 0 3px 0; 
   font-family: 'Open Sans', sans-serif;
   font-weight:400;    
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  clear: both;
  font-weight: normal;
  line-height:24px;
  color: #0095da;
  white-space: normal;
}
.dropdown-menu-large ul li a:before {
    color:#333;
}
.dropdown-menu-large .divider {
    margin: 4px 0;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  /* filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
    color: #555;
    font-size: 18px;
}
@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
}

.footer-copyright {
    display: inline-block;
}

.google_conversion_frame{
    margin: 0;
    background-color: transparent;
    overflow: hidden;
    border: 0px;
    height: 13px; 
    width: 300px;
}