body {
	font-family: 'Roboto', sans-serif;
	color: #333232;
	background-color: #dde5e7;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: 300;
	padding-bottom: 0px;
	background-image: url(../img/Monica-bg-2.jpg);
}
.content-wrapper {
	background-color: #fff;
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}
.masthead {
	padding: 10px 0 10px 45px;
	position: relative;
	z-index: 10;
	height: auto;
	overflow: hidden;
}
.top-navigation {
	background-color: #b4997c;
	position: relative;
	z-index: 9;
	clear:both;
	height:auto;
	padding-left:35px;
}
#logo {
	width: 100%;
	float: left;
}
.column-wrapper {
	padding:20px 20px 0 20px;
	background-color: #fff;
	overflow:hidden;
}
.main-content {
	float: left;
	width: 70%;
	margin-right: 1%;
	font-size: 1em;
	margin-left:6px;
	line-height: 1.5em;
}
.main-content .content {
	font-size: 1em;
	line-height: 1.5em;
	padding: 0px 20px;
}
.main-content a {
	color: #894d57;
	text-decoration: none;
}
.main-content a:hover, .content a:focus {
	color: #464c4c;
	text-decoration: none;
}
.sidebar {
	width: 28%;
	float: left;
	font-size: 0.9em;
	margin-top: 55px;
}
.sidebar .content {
	font-family: 'Source Sans Pro', sans-serif;
	padding: 0px 20px;
	font-size: 2em;
	font-weight: 100;
	line-height: 1.5em;
	color:#a68b6f;
	font-style: italic;
	text-align:right;
}
/*Heading styles*/
h1, h2, h3, h4 {
	margin: 10px 0px 10px 0px;
	line-height: normal;
}
h1 {
	font-size: 1.6em;
	color:#799fab;
	font-weight: 100;
}
h2 {
	font-size: 1.4em;
	color:#799fab;
	font-weight: 100;
}
h3 {
	font-size: 1.2em;
	color:#799fab;
	font-weight: 100;
}
h4 {
	font-size: 1em;
	color:#799fab;
	font-weight: 100;
}
.links {
	width:65%;
	float:left;
	line-height: 1.5em;
}
.links a:link {
	color: #b4997c;
	text-decoration:none;
}
.links a:visited {
	color: #b4997c;
	text-decoration:none;
}
.links a:hover {
	color: #799fab;
	text-decoration:none;
}

.address {
	margin-top:0px;
	color:#799fab;
	text-align:right;
	width:30%;
	float:right;
}
.address a:link {
	color: #799fab;
	text-decoration:none;
}
.address a:visited {
	color: #799fab;
	text-decoration:none;
}
.address a:hover {
	color: #464c4c;
	text-decoration:none;
}
.footer {
	background-color: #fff;
	clear: both;
	bottom: 0px;
	padding: 15px;
		overflow: hidden;
}
.footer .content {
	border-top: 1px solid #799fab;
	
	margin:0 30px;
	color:#b4997c;
}
.credits {
	max-width: 1280px;
	margin: 0 auto;
	clear: both;
	bottom: 0px;
}
.credits .content {
	text-align:right;
	padding: 15px 0;
	font-size: 0.7em;
}
.credits a {
	color: #464c4c;
}
.credits a:hover, .credits a:focus {
	color: #464c4c;
}
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	border-radius: 5px;
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	/*vertical-align: middle;*/
	border: 0;
	-ms-interpolation-mode: bicubic;
}
#newsBox {
	padding: 6px;
	border: 1px solid #eeeeee;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #ebebeb;
	margin-bottom:12px;
}
.flexsliderInner img {
	width: 100%;
	display: block;
	margin: 0px;
}
/*Column Content*/
.column-content {
	line-height: 1.35;
	padding:12px;
	margin:6px;
	border: 1px solid;
	border-color: #ccc;
	background-image: -webkit-linear-gradient(#eeeeee, #FFF);
	background-image: linear-gradient(#eeeeee, #FFF);
	-moz-box-shadow: 0 0 4px #ccc;
	-webkit-box-shadow: 0 0 4px #ccc;
	box-shadow: 0 0 4px #ccc;
}
.column-contentSQ {
	line-height: 1.35;
	padding:12px;
	margin:6px;
	border: 1px solid;
	border-color: #ccc;
	background-image: -webkit-linear-gradient(#eeeeee, #FFF);
	background-image: linear-gradient(#eeeeee, #FFF);
	font-size:0.8em;
	-moz-box-shadow: 0 0 4px #ccc;
	-webkit-box-shadow: 0 0 4px #ccc;
	box-shadow: 0 0 4px #ccc;
}
#newsLink {
}
#column-contentNews {
	line-height: 1.35;
	padding:12px;
	margin-bottom:20px;
	border: 1px solid;
	border-color: #ccc;
	background-image: -webkit-linear-gradient(#eeeeee, #FFF);
	background-image: linear-gradient(#eeeeee, #FFF);
	-moz-box-shadow: 0 0 4px #ccc;
	-webkit-box-shadow: 0 0 4px #ccc;
	box-shadow: 0 0 4px #ccc;
}
#column-contentNews img {
	width: 20%;
	border: 1px solid;
	border-color: #ccc;
	float: left;
	margin-right: 2em;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.container {
	width:100%;
}
.container:before, .container:after {
	display:table;
	content:"";
}
.container:after {
	clear:both;
}
.container ul {
	padding:10px;
}
#res-gallery {
	list-style-type:none;
}
#res-gallery li {
	float:left;
	width:27%;
	margin-right:6.333333%;
}
#res-gallery li img {
	width:100%;
	height:auto;
}
#caption {
	font-size:0.8em;
	line-height:1.2em;
	color:#222222;
	height:2em;
}
/*####################################################################*/

/*                         Media Queries

/*####################################################################*/
	
@media only screen and (min-width: 0px) and (max-width: 700px) {
body {
 padding-bottom: 0px;
}
.footer {
 position: static;
 width: auto;
}
.content-wrapper, .columns-wrapper {
 margin: 0px;
border: none;
}
 .sidebar, .main-content {
 width: auto;
 float: none;
 position: static;
 clear:both;
 margin-top: 0px;
}
.main-content .content, .sidebar .content {
 padding: 10px 10px;
 border: none;
 height: auto !important;
 max-height: 888678px;
}
.top-navigation {
 clear:both;
 height:auto;
 padding-left:0px;
}
.links {
	width:100%;
	float:none;
}
.address {
	margin-top:0px;
	text-align:left;
	width:100%;
	float:none;
}
.credits .content {
	text-align:center;
	padding: 10px 0;
}
}
/*###############     Medium queries end     ##################*/
