body {
	overflow-x: hidden;
	max-width: 100%;
}

.post {
	padding: 10px;
	border: 1px solid #ccc;
	height: 100%
}

.post img {
	max-height: 300px;
	width: auto;
}



.entry-header a {
	color: #454545 !important;
}

.entry-header a:hover {
	color: #454545;
	text-decoration: underline;
}

.entry-header a:focus, .entry-header a:visited, .entry-header a:active {
	text-decoration: none;
	color: #454545;
}

.entry-content {
	text-align: justify;
}

.no-results {
	padding: 10px;
	margin: 15px auto;
	border: 1px solid #ccc;
	text-align: center;
}

.content-area {
}

.centered {
	float: none;
	margin: 0 auto;
	text-align: center;
}

.site-branding {
	margin-top: 15px;
}

.main-navigation {
	padding: 25px;
	margin-top: 25px;
	text-align: right;
}

.main-navigation-mobile {
	padding: 5px;
	margin-top: 25px;
	background-color: #be1120;
	margin-bottom: -20px;
}

.mob-button {
	outline: none;
    border: none;
    background: none;
    text-transform: uppercase;
    font-weight: bold;
	color: #fff;
}

.menu {
	margin-left: 0;
	padding-left: 0;
}

.widget {
	padding-bottom: 10px;
}

.widget ul {
	margin-left: 15px;
	padding-left: 0;
}

.collapse {
	border-top: 1px solid #fff;
	margin-top: 10px;
	padding-top: 10px;
}

.menu li {
	list-style: none;
	text-align: center;
}

.widget ul li {
	list-style: none;
	text-align: left;
	margin-bottom: 5px;
}

.menu li a, .widget a {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #404040;
}

.main-navigation a {
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #404040;
}

.main-navigation a:hover {
	color: #be1120;
	
}

.main-navigation ul li {
	margin-right: 10px;
}

.main-navigation ul {
	float: right;
}

.sdbar {
	background-color: #807657;
	box-shadow: 5px 5px 5px rgba(128,118,87,0.61);
}

.widget-title {
	background-color: #efe19d;
	color: #807657;
	padding: 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
}

.site-branding a img {
	width: 250px;
}

.carousel-top {
	height: 500px;
	top:0;
	left:0;
	bottom:0;
	right:0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-image:url(../images/headbg.jpg);
}

.carousel-products {
	height: 400px;
	top:0;
	left:0;
	bottom:0;
	right:0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-image:url(../images/productshead.jpg);
}

.carousel-products2 {
	height: 400px;
	top:0;
	left:0;
	bottom:0;
	right:0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-image:url(../images/prbg.jpg);
}

.mainmassage {
	position: relative;
	width: 75%;
	left: 50%;
	margin-left: -37.5%;
	text-align:center;
    top: 35%;
    color:#fff;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.mainmassage h4 {
	margin-bottom:30px;
}


.abouticons p {
	margin-top:15px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}

.abouticons {
	text-align:center;
}

.abouttext {
	margin-top:25px;
	margin-bottom:25px;
}

.topbtn {
	padding:10px 15px;
	background-color:#007785;
	color:#fff;
	border:1px solid #007785;
	border-radius:3px;
	text-decoration:none;
}

.topbtn:hover, .topbtn:visited, .topbtn:focus, .topbtn:active {
	background-color:transparent;
	color:#fff;
	text-decoration:none;
	outline:none;
}

#post-2 header, #post-15 header {
	display: none;
}

input[type=text], input[type=email] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}

input[type=button], input[type=submit], input[type=reset] {
    background-color: #007785;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
	font-size: 14px;
}

textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
}

.site-footer {
	padding: 20px 0;
	text-align: center;
	color: #fff;
	background: #007785;
}

.sub-menu {
padding: 25px 0;
    z-index: 99999999999999;
    background-color: #fff;
    line-height: 2;
border:1px solid #ccc;
}

.catg a {
color:#404040;
}

.catg a:hover, 
.catg a:active, 
.catg a:visited, 
.catg a:focus {
color:#404040;
text-decoration:none;
outline:none;
}