body {
  background-color: #FFFFFF;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400px;
  color: #333333;
}

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

a {
    color: #52a552;
    text-decoration: none;
}

a:hover {
    color: #111111;
    text-decoration: none;
}

.projects-filter a.selected, .projects-filter a.selected:hover {
    background: #52a552 none repeat scroll 0 0;
    color: #ffffff !important;
}

.menubar-desktop{
//background-color: #0000A0;
background-color: #0C090A;
position: relative;
z-index: 2;
box-shadow:0px 0px 15px 15px #0C090A;	
}

@media (min-width: 1px) and (max-width: 767px) {
.menubar-mobile {
width: 100%;
background-color: #0C090A;
position: relative;
z-index: 2;
box-shadow:0px 0px 15px 15px #0C090A;	
}
}

.mobilebarmenuck {
background-color: #0C090A !important;
height: 50px !important;
}

.mobilemaximenuck .topbar {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #0C090A, #0C090A) repeat scroll 0 0;
    border-bottom: 1px solid #0C090A !important;
    height: 60px !important;
}

.mobilebarmenutitleck {
display: none !important;
}

.mobilemaximenuck .mobilemaximenucktitle {
display: none !important;
}

.mobilemaximenuck {
background-color: #0C090A !important;
}

.mobilemaximenuck div.level1.maximenuck > a {
    background: #222222 none repeat scroll 0 0;
}

.mobilebuttonmenuck {
height: 40px !important;
}

.mobile-logo {
float: left;
width: 200px;
}

.menubar-logo {
padding: 6px 0;
}

.wyse-logo {
max-width: 100% !important;
margin: 5px 0;
}

.menubar-inner {
padding-top: 12px;
}

.menu-item-wrapper {
float: right;
}

.menu-item {
color: #fff; 
font-size: 16px;
padding: 15px 15px;
float: left;
}

@media (min-width: 768px) and (max-width: 980px) {
.menubar-inner {
padding-top: 0px;
}

.menu-item {
padding: 15px 5px;
}
}

.menu-item a {
color: #fff;
}

.menu-item a:hover {
color: #ccc;
text-decoration: none !important;
}

.content-container {
margin: 0px;
}

.slideshow-container {
background-color: #333;
margin: -1px 0px;
position: relative;
z-index: 1;
}

@media (min-width: 1px) and (max-width: 767px) {
.content-container {
margin: 0px 20px !important;
}
}

.highlights-container {
margin: 20px 0px;
}

.highlights {
text-align: center;
}

.highlights-center {
padding: 0 20px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}

@media (min-width: 1px) and (max-width: 767px) {
.highlights-center {
padding: 0px !important;
border-left: 0px !important;
border-right: 0px !important;
}
}

.testimonials {
text-align: center;
margin: 20px 0px;
}

.testimonials p {
font-weight: 300;
font-style: italic;
font-size: 22px;
line-height: 1.1;
}

.contact-btn {
margin-top: 20px;
text-align: center;
}

.content-area {
margin: 20px 0 0 0;
}

.wyse-footer {
width: 100%;
height: 180px;
background-image: url('../img/footer.jpg');
background-size: 100% 100%;
background-position: top center;
background-repeat: no-repeat;
}

@media (min-width: 768px) and (max-width: 979px) {
.wyse-footer {
height: 130px;
}
}

@media (min-width: 1px) and (max-width: 767px) {
.wyse-footer {
height: 80px;
}
}

.wyse-credits {
background-color: #0C090A;
text-align: center;
color: #fff;
font-size: 10px;
}

blockquote {
    border-left: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}

blockquote p {
	margin-bottom: 20px;
	}



