.navbar-main > li > a {
    font-weight: normal;
    text-transform: none;
    font-size: 1.2em;
        line-height: 140px;
    padding: 0 8px;
}

.navbar-main > li.dropdown.open > a > .bar, .navbar-main > li:hover > a > .bar, .navbar-main > li.active > a > .bar {
    opacity: 0.5;
    top: 30px;
}

header{
z-index:9999;
}

.row {
    display: flex;
    flex-flow: row wrap;
    margin-left: 0;
    margin-right: 0;
}

.col-sm-4 {
    flex: auto;
    float: left;
}

.col-sm-6 {
    flex: auto;
    float: left;
}

.col-md-9 {
    width: 74%;
}

img.lazyload
{
    opacity: 1;
    transition: opacity 0.3s ease-in 0s;
     box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.5) inset;
    border-radius: 50%;
}

.btn-link {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff;
  font-size: 1.0em;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn-link:hover {
  background: #000000;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
   padding: 10px 20px;
}

h2, .h2 {
    font-size: 1.4em;
   word-wrap: break-word;
}

.well {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin: 0;
    padding: 0;
}

.modal-lightbox .img-responsive {
    margin-bottom: 0;
    margin-top: 200px;
}

.dropdown-menu li {
    font-size: 1.0em;
    list-style: outside none none;
    text-align: left;
    background:lightgray;
      text-decoration: none;
       font-family: "Julius Sans One",Helvetica,sans-serif;
           border: 1px solid darkcyan;
             opacity: 0.9;
}

.dropdown-menu > li > a {
    clear: both;
    color: #333333;
    display: block;
    font-weight: normal;
    line-height: 1.5em;
    padding: 3px 20px;
    white-space: nowrap;
}

table > tbody > tr:nth-of-type(2n+1) {
    background-color: darkcyan;
}

/*CONTACT FORM*/

#c368 input,#c368 TEXTAREA {
    background-color: #E1E8ED;
    vertical-align: bottom;
    height: 1.5em;
    width: 320px;
    padding-left:5px;
}

#c368 input[type="submit"],#c368 input[type="reset"]
{
    border: 0;
    /*-webkit-appearance: textfield;*/
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    -webkit-rtl-ordering: logical;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    margin: 0em 0em 0em 0em;
    -webkit-writing-mode: horizontal-tb;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 1.55;
    -webkit-user-select: none;
    color: #ffffff;
    background-color: #55acee;
    min-height: 40px;
    text-align:left;
    padding-left:5px;
        text-align: center;
        margin-bottom: 15px;
}

#c368 input[type="submit"]:hover,#c368 input[type="reset"]:hover
{
    background-color:#66757F;
    border-color: #66757F;
}

#c368 input[type="reset"]:hover {
    color: #ffffff;
    background-color: #66757F;
    border-color: #66757F;
       cursor: pointer;
}

#c368 input,#c368 TEXTAREA {
    background-color: #E1E8ED;
    vertical-align: bottom;
    height: 1.5em;
    width: 320px;
}

#c368 ol {
    list-style-type: none;
}

#c368 {
    margin: 50px auto 0;
    width: 100%;
    float: left;
}

    #c368 INPUT, #c368 TEXTAREA
    {
        width:100%;
            margin-bottom: 15px;
            min-height: 40px;
    }

   #c368 TEXTAREA
    {
        height:150px;
    }

    textarea#field-5 {
    height: 150px;
}

    input#field-6 {
    text-align: center;
}
 
 #c368 li label {
    width: auto;
    margin-right: 1em;
    vertical-align: baseline;
        width: 80px;
}

       .csc-form-confirmation-false INPUT[type="submit"] {
    margin-bottom: 15px;
}

       #lbLightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
    margin-top: 125px;
}

       div#content {
    padding-bottom: 23px;
}
