#mainnav ul li a {
		position: relative;
		display: block;
		font-family: "Raleway", sans-serif;
		font-weight: 600;
		text-decoration: none;
		outline: none;
}

#mainnav ul li ul {
    border-radius: 0 0 2px 2px;
    left: -999em;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 340px;
}

#mainnav ul ul a {
    font-family: "Source Sans Pro",sans-serif !important;
    width: 340px;
}

/* main slider maintitle */

.text-slider .maintitle {

    	text-shadow: 0 0 6px #000000, 0 0 10px #000000;
}

/* main slider sub text */

.text-slider .subtitle {
    	font-size: 36px;
    font-weight: 400;
    	line-height: 40px;
    padding: 20px 0 50px;
    	text-shadow: 0 0 6px #000000, 0 0 10px #000000;
}

/* main slider button text */

.roll-button {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-family: "Raleway",sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    padding: 12px 35px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.panel-grid-cell .widget-title {
    text-transform: none;
  font-weight: 200;
}

.otw-button {
    background-image: linear-gradient(rgba(1, 1, 1, 0), rgba(0, 0, 0, 0));
    background-repeat: repeat-x;
    border: 0px solid rgba(128, 128, 128, 0);
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
}

.p {
   font-weight:light;
}

/* 250225 */
#mainnav li {
  padding: 0 10px;
}
.site-info .col-md-6 {
  width: 100% !important;
}
.header-contact {
  background-color: #1c1c1c !important;
}