/*
 * Custom Css for this site
 */
.menu-fixer {
    height: 148px !important;
}
#header.scrolled-header nav#navigation {
    padding-top: 12px;
}
ul#mainnav li a {
	text-transform: uppercase;
}
.logo img {
    max-width: 220px;
    height: auto !important;
    margin-top: -35px;
}
#header.scrolled-header .logo img {
    max-width: 115px;
}
.theme-default .nivo-directionNav a {
    background-color: #79CDCF !important;
    border-radius: 50%;
}
.theme-default .nivo-directionNav a:hover,
.theme-default .nivo-directionNav a:focus {
    background-color: #109fa5 !important;
}
.rmt-make-payment-paypal {
    max-width: 215px;
    text-align: center;
    margin: 0 auto;
}
.rmt-make-payment-paypal select {
    background-color: #fff;
    border: 0;
    padding: 10px;
    margin-top: 10px;
}
.orange {
	background: #79CDCF !important;
}
section#portfolio-wrapper {
    max-width: 1350px;
    margin: 0 auto;
}
.patti-grid section#options {
    display: none;
}
.map-wrapper [id^="google_map_"], .portfolio li a img, .team-member img, .post-masonry a img, .client-item img, iframe {
	-webkit-filter: none !important;
    -moz-filter: none !important;
    -ms-filter: none !important;
    -o-filter: none !important;
    filter: none !important;
}