/*
Theme Name: Acoustic
Version: 1.0.2
Theme URI: http://pexeto.com/acoustic_wp/
Description: <strong>Powerful Premium WordPress Theme &nbsp; &nbsp; &nbsp; - &nbsp; &nbsp;</strong> <a href="http://twitter.com/pexeto">Follow us on Twitter</a> to be notified about theme updates.
Author: Pexeto
Author URI: http://pexeto.com/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/ 

/*-----------------------------------------------------------------------------------
			1.CSS Restart
			2.Basic Text and Heading Styles
			3.Basic Document Styling
			4.Sliders
			5.Content
			6.Portfolio
			7.Sidebar
			8.Footer
			9.Widgets and Page Templates
			10.Elements
			11.Others
			12.Updates
-----------------------------------------------------------------------------------*/


/* ----------------------------- 1.CSS Restart -------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
.ui-widget-content a {
    color: #c4555d !important;
}

article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	outline: none;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #e2e2e2;
	margin: 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
/* ----------- End Restart-----------------*/



/* ------------------------- 2.Basic Text and Heading Style ------------------------------------------- */


a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	color: #686868;
	line-height: 1.5em;
	margin:5px 0;
	font-weight: 100;
	font-family: "Open Sans", Verdana, Geneva, sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #454545;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 17px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 15px;
}
p {
	margin: 15px 0;
}
ol {
	margin-left: 35px;
}
ul {
	margin-left: 30px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.aligncenter {
	text-align: center;
}
.clear {
	clear: both;
}
.relative {
	position: relative;
}
.double-line {
	width: 100%;
	height: 1px;
	display: block;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #f5f5f5;
	font-size: 1px;
}
small {
	font-size: 12px;
}
/* --------------------------END  Basic Text and Heading Styles ---------------------- */

/* ----------------------------- 3.Basic Document Styling ------------------------------------ */
body {
	font-family: "Open Sans", Verdana, Geneva, sans-serif;
	font-size: 13px;
	/*color: #777;*/
  color: #3f3f3f;
	line-height: 1.7em;
	background-image: url("https://images.iloveinns.com/includes/acoustic/images/pattern7.png");
	background-color:#f0ece3;
}
body.iphone #main-container{
	padding-left:20px;
	padding-right:20px;
}


#main-container {
	width: 100%;
	height:470px;
	position:relative;
	top:0;
	left:0;
	background: #cdbc8a url(https://images.iloveinns.com/includes/acoustic/images/bg-head-1.png) center top;
	/*z-index:-10;
	opacity: 0.4;
	filter:alpha(opacity=40);  For IE8 and earlier */
}


.center {
	height: auto;
	width: 980px;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	position: relative;
}
#site {
	background-color:#FFF;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
/*-- THEME COLOR---*/
.button, #submit{
	background: #97343B;
}
a, h1 a:hover, a, #footer ul li a:hover, #intro h1 a, #page-title h1 a, #portfolio-categories ul li.selected, .sidebar-box ul li a:hover, #sidebar .widget_nav_menu ul li.current-menu-item > a, #sidebar ul li.current-cat>a, .showcase-item span.post-info, ul.blogroll li a, #footer .widget_twitter ul li a, #footer ul.blogroll li a 
{
	color: #97343B;
}
#slider-navigation .items img.active {
	border-color: #dbdbdb;
	-moz-box-shadow: 1px 1px 0px rgba(255, 255, 255, 1) inset;
	-webkit-box-shadow: 1px 1px 0px rgba(255, 255, 255, 1) inset;
	box-shadow: 1px 1px 0px rgba(255, 255, 255, 1) inset;
}

::selection {
 background: #97343B; /* Safari */
 color: #FFF;
}

::-moz-selection {
 background: #97343B; /* Firefox */
 color: #FFF;
}
/*-- END THEME COLOR---*/

/*---------------------------- Header ----------------------------*/
#header {
	height: auto;
	width:980px;
	padding-bottom:150px;
}
#navigation-container {
	background-color:#97343B;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	position:relative;
	 padding:15px 25px;
	 color:#fff;
	 min-height: 38px;
}

#search-box {
	font-size:18px;
	height:20px;
	padding:15px 5px;
	text-align: center;
	 background-color: #A1A1A1;
	 border-bottom: 1px solid #FFFFFF;
	 border-top: 1px solid #FFFFFF;
	 box-shadow: 0 0 15px rgba(0, 0, 0, 0.2) inset;
	 color: #FFFFFF;
}

/*---------------------------- Logo ----------------------------*/
#logo-container a {
	//width: 116px;
	//height: 36px;
	display: block;
	//background: url(https://images.iloveinns.com/includes/acoustic/images/logo.png) no-repeat;
	float: left;
}
#logo-container {
	height: auto;
	overflow: hidden;
	float: left;
	margin-right:25px;
}
/*----------------------------- Menu --------------------------------*/
#menu-container {
	float: right;
	margin-top:13px;
	width:auto;
	display:block;
}

#navigation-spacer{
float:right;
	width:100px;
	display:block;
}

#menu ul {
	text-align: right;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	text-transform: uppercase;
	padding-left: 25px;
	font-size: 12px;
	letter-spacing:1px;
	color: #fff !important;
	height: 10px;
	font-style: normal;
	font-family: "Open Sans", Verdana, Geneva, sans-serif;
}


.iphone #menu ul li a{
	font-size: 7px;
}

#menu ul li a:hover {
	text-decoration: none;
	opacity: 0.9;
}
#menu ul li.current-menu-item a, #menu ul li.current-menu-ancestor a {
	opacity: 0.9;
}
#menu ul li.current-menu-item ul li a, #menu ul li.current-menu-ancestor ul li a {
	opacity: 1;
}
#menu ul ul > li:first-child, #menu ul ul > li:first-child ul li:first-child{
	-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1) inset;
}

#menu ul ul ul > li:first-child{
	-moz-box-shadow: 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px;
	box-shadow: 0px 0px 0px;
}
/*---------- Drop Down ------------*/

#menu ul ul > li:last-child, #menu ul ul > li:last-child a {
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

#menu ul ul ul > li:first-child, #menu ul ul ul > li:first-child a {
	-moz-border-radius:0px 5px 0px 0px;
	-webkit-border-radius: 0 5px 0px 0px;
	border-radius: 0px 5px 0px 0px;
}


#menu ul ul li a:hover {
	text-decoration: none;
	opacity: 1;
}
.drop-arrow {
	width: 7px;
	height: 4px;
	background: url(images/drop-arrow.png) no-repeat;
	display: inline-block;
	position: relative;
	top: -2px;
	left: 2px;
}
#menu ul ul .drop-arrow {
	background: url(images/drop-arrow-sub.png) no-repeat;
	width:4px;
	height:7px;
	float: right;
	top: 12px;
}
#menu ul, #menu ul * {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul {
	line-height: 1.0;
	
}
#menu ul ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
}
#menu ul ul li {
	width: 100%;
	background-color: #97343B;
}
#menu ul li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
#menu ul li {
	position: relative;
}
#menu ul a {
	position: relative;
}
ul#menu ul li:hover li ul, ul#menu ul li.sfHover li ul {
	top: -999em;
}
ul#menu ul li li:hover ul, ul#menu ul li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
ul#menu ul li li:hover li ul, ul#menu ul li li.sfHover li ul {
	top: -999em;
}
ul#menu ul li li li:hover ul, ul#menu ul li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
#menu ul {
	margin-bottom: 1em;
}
#menu ul a {
	text-decoration: none;
	
}
#menu ul li:hover, #menu ul li.sfHover, #menu ul a:focus, #menu ul a:hover, #menu ul a:active {
	outline: 1;
}
#menu ul li a:hover, #menu ul li.current-menu-item>a, #menu ul li.current-menu-ancestor>a {
}
#menu ul ul {
	width: 160px;
	top: 42px;
	left: 25px;
	padding: 0px;
	text-align: left;
	z-index: 20000;
	display: none;
}
#menu ul ul ul li {
	-moz-box-shadow: 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px;
	box-shadow: 0px 0px 0px;
	-moz-border-radius:0px;
	-webkit-border-radius: 0px 0px 0px;
	border-radius: 0px 0px 0px;
}
#menu ul ul ul {
	top: 0px;
	left: 160px;
	padding: 0px;
}
#menu ul ul li a {
	font-size: 12px;
	padding: 0 10px;
	height: auto;
	text-align: left;
	line-height: 30px;
	display: block;
	letter-spacing: normal;
	text-transform:capitalize;
}
#menu ul ul li a:hover, #menu ul ul li.current-menu-item a {
	background-image: url(images/drop-hover.png);
}
#menu ul ul li {
	display: block;
}
#menu ul ul li a {
	display: block;
}

/*-----------------------------END Menu --------------------------------*/

/*---------------------------- END Header ----------------------------*/

/*------------------------ 4.Sliders -------------------------------------------------*/
#slider-container {
	width: 425px;
	height: auto;
	clear: both;
}
#static-header-img img {
	width: 425px;
	height: 350px;
}
#static-header-img {
	margin-bottom:-7px;
}
#slider {
	height:350px;
	position: relative;
	overflow: hidden;
}
#description-box {
	position: absolute;
	bottom:0px;
	background-color: #000;
	z-index: 20;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	width:300px;
	height:auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 5px;
	margin: 20px;
	font-size:14px;
	padding:0 10px;
	display:none;
}
#description-box p {
	color: #fff;
	margin: 15px 5px 13px 10px;
}
/*---------------- ACCORDION SLIDER -----------------*/
#slider .accordion-holder img {
	width: 700px;
	display: block;
}
.accordion-holder {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	width: 700px;
	height: 400px;
	visibility: hidden;
}
.accordion-shadow {
	height: 100%;
	width: 20px;
	position: absolute;
	left: -20px;
	background: url(images/accordion_shadow.png) repeat-y;
}
.accordion-description {
	width: 665px;
	background-color: #000;
	z-index: 200;
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 15px;
	padding-left:20px;
	color: #fff;
	display: none;
}
.accordion-description h4, .accordion-description p {
	margin: 0px;
	color: #fff;
}
.accordion-description h4 {
	margin-bottom:5px;
}
.inner-shadow-top {
	-moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.05) inset;
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05) inset;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05) inset;
	z-index: 1000;
	position: absolute;
	width: 100%;
	height: 5px;
	top: 0;
	left: 0;
}
.inner-shadow-bottom {
	-moz-box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.05) inset;
	-webkit-box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.05) inset;
	box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.05) inset;
	z-index: 1000;
	position: absolute;
	width: 100%;
	height: 5px;
	bottom: 0;
	left: 0;
}
.inner-shadow-left {
	-moz-box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.05) inset;
	-webkit-box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.05) inset;
	box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.05) inset;
	z-index: 1000;
	position: absolute;
	width: 5px;
	height:100%;
	top: 0;
	left: 0;
}
.inner-shadow-right {
	-moz-box-shadow: -3px 0px 3px rgba(0, 0, 0, 0.05) inset;
	-webkit-box-shadow: -3px 0px 3px rgba(0, 0, 0, 0.05) inset;
	box-shadow: -3px 0px 3px rgba(0, 0, 0, 0.05) inset;
	z-index: 1000;
	position: absolute;
	width: 5px;
	height: 100%;
	top: 0;
	right: 0;
}
/*------------ THUMBNAIL SLIDER -------------*/

#slider-img-wrapper {
	overflow: hidden;
	position: relative;
	width: 425px;
	height: 350px;
}
#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	width: 425px;
	height: 350px;
	display: none;
}
#slider img.first {
	display: block;
}
#slider img.current {
	z-index: 10;
}
#slider-navigation-container {
	background-color:#fafaf7;
	border-bottom:1px solid #eae9e8;
	border-top:1px solid #eae9e8;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	width: 325px;
	height: 60px;
	position: relative;
	padding:20px 20px 20px 80px;
}
#slider-navigation {
	position: relative;
	overflow: hidden;
	width: 425px;
	height: 60px;
	left: -40px;
	top: 1px;
	padding-left: 2px;
}
#slider-navigation .items {
	width: 20000em;
	position: absolute;
	left: 0px;
}
#slider-navigation .items div {
	float: left;
}
#slider-navigation .items img {
	width: 40px;
	height: 25px;
	background-color: #FFF;
	background-repeat: no-repeat;
	padding: 3px;
	margin-right: 25px;
	border: 1px solid #E8E7E7;
}
#slider-navigation .items img.active {
	background-color: #E7E7E7;
	position: relative;
	opacity: 0.7;
	filter: alpha(opacity = 70);
}
.browse {
	width: 27px;
	height: 37px;
	display: block;
	position: absolute;
	top: 12px;
}
#left-arrow {
	left: -73px;
	background: url(images/arrows.png) no-repeat scroll top right;
}
#right-arrow {
	right: -13px;
	background: url(images/arrows.png) no-repeat scroll top left;
}
#left-arrow:hover {
	background: url(images/arrows.png) no-repeat scroll bottom right;
}
#right-arrow:hover {
	background: url(images/arrows.png) no-repeat scroll bottom left;
}
/*-------------------------END THUMBNAIL SLIDER----------------------------*/

/*------------------------------NIVO SLIDER-------------------------------*/
#nivo-slider {
	width: 980px;
	height: 400px;
	background: url(images/ajax-loader.gif) no-repeat center;
}
#nivo-slider img {
	width: 950px;
	height: 350px;
	display: none;
	top: 5px;
	left: 5px;
}
.nivo-controlNav {
	position: absolute;
	bottom: -34px;
}
.nivo-controlNav a {
	width: 15px;
	height: 15px;
	background: url(images/page_nav.png) no-repeat;
	float: left;
	list-style: none;
	margin: 0 1px;
	display: block;
}
.nivo-controlNav a.active {
	background-image: url(images/page_nav_active_black.png);
}
.nivo-nextNav {
	display: block;
	background: url(images/nivo-arrows.png) no-repeat scroll top left;
	width: 27px;
	height: 37px;
	right: 20px;
}
.nivo-nextNav:hover {
	background: url(images/nivo-arrows.png) no-repeat scroll bottom left;
}
.nivo-prevNav {
	display: block;
	background: url(images/nivo-arrows.png) no-repeat scroll top right;
	width: 27px;
	height: 37px;
	left: 20px;
}
.nivo-prevNav:hover {
	background: url(images/nivo-arrows.png) no-repeat scroll bottom right;
}
.nivo-caption p {
	padding: 15px;
	padding-left:19px;
	font-size:14px;
	font-family: "Open Sans", Verdana, Geneva, sans-serif;
}
.nivo-caption {
	width:940px;
	height:auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 5px;
	margin: 20px;
}
#nivo-controlNav-holder {
	background-color:#fafaf7;
	border-bottom:1px solid #E8E8E8;
	width:100%;
	height:50px;
	display:block;
}
/*-------------------------END NIVO SLIDER----------------------------*/

/*------------------------ ZOOM SLIDER ------------------------*/

#slider-zoom {
	width: 980px;
	height: 400px;
	overflow: hidden;
	position: relative;
}
#slider-zoom .image-container {
	position: relative;
	width: 840px;
	height: 400px;
	float: left;
	overflow: hidden;
}
#slider-zoom .image-container img {
	visibility:hidden;
}
#slider-zoom .canvas {
	width: 840px;
	height: 400px;
}
#slider-zoom .image-holder {
	width: 840px;
	height: 400px;
	position:absolute;
	top: 0;
	left: 0;
	visibility:hidden;
	overflow:hidden;
}
#slider-zoom .thumbnail-container {
	width: 100px;
	position: relative;
	float: left;
}
#thumbnail-wrapper {
	width: 100px;
	height:317px;
	padding:41px 20px;
	float:left;
	border-bottom:1px solid #e8e8e8;
	background-color:#fafaf7;
}
#thumbnail-window {
	width: 100px;
	height:318px;
	overflow:hidden;
	position:relative;
}
.thumbnail-holder {
	position:relative;
	width: 90px;
	height: 60px;
	visibility:hidden;
	padding:4px;
	background-color:#fff;
	border:1px solid #e9e9e9;
	margin-bottom:12px;
}
#slider-zoom .thumbnail-container img {
	position: absolute;
	top:4px;
	left:4px;
	width: 90px;
	height: 60px;
}
#slider-zoom .thumbnail-container img.color {
	z-index:10;
	position:absolute;
	display:none;
	left:4px;
	top:4px;
}
#slider-zoom .prev-arrow {
	position: absolute;
	top: 2px;
	left: 57px;
	width: 27px;
	height: 37px;
	background:url(images/arrows-vertical.png) no-repeat left top;
	z-index: 1000;
	opacity:0.5;
}
#slider-zoom .next-arrow {
	position: absolute;
	bottom: 4px;
	left: 57px;
	width: 27px;
	height: 37px;
	background:url(images/arrows-vertical.png) no-repeat right top;
	z-index: 1000;
	opacity:0.5;
}
#slider-zoom .prev-arrow:hover {
	background:url(images/arrows-vertical.png) no-repeat left bottom;
}
#slider-zoom .next-arrow:hover {
	background:url(images/arrows-vertical.png) no-repeat right bottom;
}
#slider-zoom .hover {
	cursor:pointer;
}
#slider-zoom .loading {
	background:url(images/ajax-loader.gif) no-repeat center;
	position:absolute;
	left:506px;
	top:190px;
}
#slider-zoom .slider-desc {
	background-color:#000;
	opacity:0.8;
	filter: alpha(opacity=80);
	width:766px;
	position:absolute;
	bottom:20px;
	left:20px;
	color:#fff;
	font-size:14px;
	font-family: "Open Sans", Verdana, Geneva, sans-serif;
	padding: 15px;
	padding-left:19px;
	line-height:1.5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#slider-zoom .slider-desc a {
	color:#fff;
	font-style:italic;
}
.nivo-caption p {
	padding: 15px;
	padding-left:22px;
	font-size:14px;
	font-family: "Open Sans", Verdana, Geneva, sans-serif;
}
.nivo-caption {
	width:940px;
	height:auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 5px;
	margin: 20px;
}
/*------------------------ END ZOOM SLIDER ------------------------*/

/*------------------------------------------------------------------------------ 5.CONTENT -------------------------------*/
#content-container {
	height: auto;
	min-height: 300px;
	width: 898px;
	padding:40px;
	padding-bottom:70px;
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05) inset;
	-webkit-box-shadow:0 0 15px rgba(0, 0, 0, 0.05) inset;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05) inset;
	border:1px solid #fff;
	background: url(https://images.iloveinns.com/includes/acoustic/images/sw.png) no-repeat bottom center;
}
#content {
	float: left;
	height: auto;
	min-height: 200px;
	width: 580px;
}
#content-full {
	height: auto;
	min-height: 200px;
	width: 100%;
}
#full-width {
	float: left;
	height: auto;
	width: 900px;
}

#content img{
	max-width:572px;	
}
.layout-left #content {
	float: right;
}
.layout-left #sidebar {
	float: left;
	margin-left: 0px;
	margin-right: 40px;
}
h1.page-heading {
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: -3px;
}
.page-heading {
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: -3px;
	color: #97343B !important;
	font-family: Georgia,Times New Roman,Times,
}
.single {
	margin-bottom: 0px;
	border-bottom-width: 0px;
}
#content .post {
	width: 580px;
}
#full-width .post {
	width: 960px;
}
.post-boxes {
	margin-top: 40px;
	margin-bottom: -40px;
}
#intro, #page-title {
	width: 100%;
	min-height: 50px;
	margin-bottom:40px;
}
#page-title {
	margin-bottom: 0px;
}
#intro h1, #page-title h1 {
	font-size: 17px;
	margin: 15px;
	margin-left:0px;
	text-align:center;
	font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#666;
	line-height:1.7em;
}
#page-title h1 {
	font-size: 17px;
}
h1.post-title, h1.post-title a {
	font-size: 22px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-style: normal;
	padding-right: 20px;
}
.post-info {
	color: #b5b5b5;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	width:510px;
	float:left;
}
.post-info a {
	font-style: normal;
}
a.read-more {
	font-style: normal;
	float: right;
	margin-bottom:7px;
}
.no-caps {
	font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: lowercase;
	letter-spacing: normal;
	font-size: 11px;
	color:#b9b9b9;
	margin-right:5px;
}
img.img-frame, img.attachment-post_box_img, .img-frame img, .img-wrapper, #content-container .gallery img, #sidebar-projects img {
	padding: 4px;
	background-color:#f4f4f4;
}
#content-container .gallery img {
	border-width:0px;
}
#footer .gallery-img, #footer .img-frame {
	background-color:#ededed;
}
.img-loading {
	background: url(images/ajax-loader-small.gif) no-repeat center;
	padding: 0px;
}
.more-arrow {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	top: 1px;
}
/* Page navigation */
#content-container .wp-pagenavi a, #content-container .wp-pagenavi span.pages, #content-container .wp-pagenavi span.current, #content-container .wp-pagenavi span.extend {
	padding: 5px 9px;
	border: 0px;
	font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 3px;
}
#content-container .wp-pagenavi a:hover, .wp-pagenavi span.current {
	background-color:#FAFAF7;
}
#content-container .wp-pagenavi {
	text-align:center;
	margin-top: 15px;
}
/*----------------------------- COLUMNS ------------------------------------*/
.columns-wrapper {
	width: 580px;
	float: none;
	overflow: hidden;
}
#full-width .columns-wrapper {
	width: 900px;
}
#footer .columns-wrapper {
	width: 900px;
	padding:40px;
	padding-bottom:10px;
}
.columns-wrapper p {
	margin-bottom: 7px;
	margin-top: 7px;
}
.two-columns {
	width: 430px;
	float: left;
	margin-right: 40px;
}
#content .two-columns {
	width: 270px;
}
.three-columns {
	width: 273px;
	float: left;
	margin-right: 40px;
}
#content .three-columns {
	width: 166px;
}
.four-columns {
	width: 195px;
	float: left;
	margin-right: 40px;
}
#content .four-columns {
	width: 115px;
}
.twothird-column {
	width: 620px;
	float: left;
	margin-right: 40px;
}
#content .twothird-column {
	width: 125px;
}
.page-onethird {
	text-align: center;
	padding-top: 55px;
}
#content .page-onethird {
	width: 125px;
}
.services-box img {
	max-width: 273px;
}
#content .services-box img {
	max-width: 166px;
}
.services-box h2 {
	font-size: 17px;
	margin-top: 1px;
	color: #686868;
	text-align:center;
	border-bottom:1px solid #f1f1f1;
	padding-bottom:15px;
	text-transform:capitalize;
}
.services-box{
	-moz-box-shadow: 0px 0px 6px #c6c6c6;
	-webkit-box-shadow: 0px 0px 6px #c6c6c6;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}
#content .services-box h2 {
	padding-bottom:7px;
	margin-bottom:7px;
	font-size: 15px;

}

.services-box a h2{
	color:#97343B;
}
.services-description {
	text-align:center;
	background-color:#fafaf7;
	display:block;
	padding:15px;
	padding-bottom:17px;
	border:4px solid rgba(0, 0, 0, 0.02);
	background-color:#fafaf7;
	border:1px solid #ebebeb;
	width:241px;

}

.services-description:hover {

}
#content .services-description {
	padding:7px 7px 10px 7px;
	width:150px;
}
.services-shadow {
	background-image: url(images/services-shadow.png);
	background-repeat: repeat-x;
	height: 5px;
	position: relative;
	width: 100%;
	margin-top:-11px;
	z-index:20;
}
#content .services-shadow {
	margin-top:-12px;
}
/*------------------------------------ 6.Portfolio  -------------------------------------*/

/*-----------PORTFOLIO WITH PREVIEW - SHOWCASE -----------*/

#portfolio-preview-container {
	display:none;
}
.preview-item {
	float:right;
	width:620px;
	height:auto;
}
.portfolio-big-img {
	margin-bottom: 15px;
	max-width: 610px;
	min-height: 200px;
	background: url(images/ajax-loader-small.gif) no-repeat center transparent;
}
 .#portfolio-preview {
	 float: left;
	 height: auto;
	 min-height: 200px;
	 width: 620px;
}
#portfolio-preview h4 {
	font-style: normal;
}
#portfolio-preview h1, #portfolio-preview h1 a {
	font-size: 17px;
	font-style: normal;
	margin-top: 0px;
}
#portfolio-preview hr {
	margin-bottom: 10px;
}
.portfolio-items {
	float: left;
	width: 305px;
	margin-top:9px;
}
.showcase-item {
	float: left;
	display: block;
	width: 220px;
	padding: 10px 0px;
	border-bottom: 1px dotted #e2e2e2;
	position:relative;
}
.showcase-item:first-child {
	border-top: 1px dotted #e2e2e2;
}
.showcase-item:hover, .showcase-selected {
	background: none;
	background-color: #FAFAF7;
}
.showcase-item:hover .triangle, .showcase-selected .triangle {
	border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #FAFAF7;
	border-style: solid;
	border-width: 37px 0px 37px 20px;
	height: 0px;
	width: 0px;
	float:right;
	position:absolute;
	right:-20px;
	top:0px;
}
.showcase-item:hover .triangle-ie, .showcase-selected .triangle-ie {
	border-color: transparent transparent transparent #FAFAF7;
}
.showcase-item h6 {
	float: left;
	width: 138px;
	margin-top: 0px;
	margin-bottom:7px;
	font-size: 14px;
	text-transform: capitalize;
}
.showcase-item .post-info {
	width:auto;
	font-size:9px;
	max-width:130px;
}
.portfolio-items img {
	margin: 0px 10px 0px 0px;
	width: 65px;
	height: 47px;
	padding: 3px;
}
.portfolio-sidebar {
	height: auto;
	min-height: 200px;
	float: left;
	width: 260px;
	font-size: 15px;
	overflow: hidden;
	margin-top: -8px;
	position:relative;
}
#portfolio-wrapper {
	height: auto;
}
#portfolio-big-pagination {
	margin: 15px 0 30px 0;
	display: block;
	width: 220px;
	height: 25px;
	float: left;
	text-transform: uppercase;
	line-height: 26px;
	font-size: 14px;
}
.portfolio-big-arrows {
	font-size: 26px;
	line-height: 22px;
	position: relative;
	top: 2px;
	padding: 0px;
}
#portfolio-big-pagination a {
	text-decoration: none;
	font-style: normal;
	color: #888;
}
#portfolio-big-pagination a#next-item {
	display:none;
}
#portfolio-big-pagination a#prev-item {
	display:none;
}
#portfolio-big-pagination a:hover {
	color: #555;
	text-decoration: none;
}
#portfolio-preview .two-columns {
	width: 290px;
}
#portfolio-preview .three-columns {
	width: 180px;
}
#portfolio-preview .four-columns {
	width: 125px;
}
.page-template-template-portfolio-showcase-php .margin-line+p {
	margin-top:0px;
}
/*------------------ GALLERY ---------------------*/
#portfolio-gallery {
	min-height: 500px;
	visibility:hidden;
	position:relative;
}
#portfolio-gallery img {
	margin-right: 0px;
}
/* pagination styles */
#portfolio-pagination {
	float: left;
	margin-top: 20px;
}
ul.portf-navigation {
	margin: 0;
	padding: 0;
}
ul.portf-navigation li {
	width: 15px;
	height: 15px;
	float: left;
	list-style: none;
	margin-right: 6px;
	position: relative;
	background: url(images/page_nav.png) no-repeat;
}
ul.portf-navigation li:hover, ul.portf-navigation li.selected {
	background-image: url(images/page_nav_active_black.png);
}
/* item styles */
.portfolio-item {
	float: left;
	padding: 20px 20px 20px 20px;
	display: block;
}
.archive-portfolio{
	margin-right:40px;
	margin-bottom:30px;	
}
.last-item {
	border-right-width: 0px;
}
.first-line .portfolio-item {
	border-top-width: 0px;
}
.portfolio-item img {
	display: block;
	background: url(images/ajax-loader-small.gif) no-repeat center #fff;
	opacity:0;	
}
.page-wrapper {
	float: left;
	margin-top: -18px;
}
/* category filter styles */
#portfolio-categories {
	width: 100%;
	line-height: 15px;
	float: left;
	margin-bottom: 40px;
	background-color:#FAFAF7;
	display:block;
}
#portfolio-categories h6 {
	float: left;
	line-height: 15px;
	margin: 0px 10px 0px 0px;
	font-style: italic;
	font-size: 13px;
	padding:9px;
	color:#b6b6b6;
}
#portfolio-categories ul li {
	font-family: "Open Sans", Georgia, "Times New Roman", Times, serif;
	display: inline;
	padding:9px;
	padding-right: 10px;
	font-size: 11px;
	text-transform: uppercase;
	position: relative;
	float: left;
	color: #a1a1a1;
	letter-spacing:1px;
}
#portfolio-categories ul {
	float: left;
	margin-left: 0px;
}
#portfolio-categories ul li:hover a {
	text-decoration: none;
	font-style: normal;
	color: #656565;
}
.loading {
	width: 24px;
	height:24px;
	background-image: url(images/ajax-loader.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 190px;
}
.item-wrapper {
	float: left;
	width: 1000px;
	overflow: hidden;
	margin-left: -20px;
}
.last-wrapper {
	border-bottom-width: 0px;
	padding-bottom: 0;
}
.item-desc {
	width: 209px;
	margin-top: 15px;
	margin-bottom:-5px;
	text-align: center;
}
.item-desc h4 {
	margin: 5px 0px;
}
.item-desc h4 a {
	font-size: 14px;
	text-align: center;
	color: #686868;
	text-transform: uppercase;
	margin: 5px 0px;
	letter-spacing: 0px;
}
.item-desc h4 a:hover {
	text-decoration: none;
}
.item-desc p {
	margin: 0;
	font-size: 13px;
	text-align: left;
}
.item-desc .post-info {
	text-align: center;
	margin: 0 auto;
}
.item-desc .post-info a {
	text-align: center;
}
.portfolio-next {
	display: block;
	background: url(images/arrows.png) no-repeat scroll top left;
	width: 27px;
	height: 37px;
	float: right;
	position: absolute;
	top: 50%;
	right: 8px;
}
.portfolio-next:hover {
	background: url(images/arrows.png) no-repeat scroll bottom left;
}
.portfolio-prev {
	display: block;
	background: url(images/arrows.png) no-repeat scroll top right;
	width: 27px;
	height: 37px;
	float: left;
	position: absolute;
	top: 50%;
	left: 8px;
}
.portfolio-prev:hover {
	background: url(images/arrows.png) no-repeat scroll bottom right;
}
.disabled {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}
/*---------------------- QUICK GALLERY ----------------------------*/
#content-container #gallery-1 .gallery-item {
	margin-top: 20px;
}
/*------------------------------------ END PORTFOLIO  -------------------------------------*/



/*--------------------------------------------7.Sidebar------------------------------------*/
#sidebar {
	height: auto;
	min-height: 200px;
	float: right;
	width: 270px;
	margin-right: 0px;
}
.sidebar-box {
	margin-bottom: 25px;
	height: auto;
	overflow: hidden;
}
#sidebar .sidebar-box:last-child {
	margin-bottom:0px;
}
.sidebar-box ul {
	text-decoration: none;
	list-style: none;
	margin-left: 0px;
	margin-top: -12px;
}
#sidebar .widget_categories ul li a, #sidebar .widget_nav_menu ul li a, #sidebar .widget_archive ul li a, #sidebar .widget_pages ul li a{
	color: #989898;
	text-decoration: none;
	background: url(images/sidebar-arrow.png) no-repeat center;
	background-position: 6px;
	padding:6px;
	padding-left:17px;
	display: block;
	width: 253px;
	border-bottom: 1px solid #f3f3f3;
}
#sidebar .widget_categories ul li a:hover, #sidebar .widget_nav_menu ul li a:hover, #sidebar .widget_archive ul li a:hover, #sidebar .widget_pages ul li a:hover {
	background-color:#fafaf7;
}
.cat-number{
	float:right;
	margin-top:-30px;	
}
.sidebar-box ul ul {
	margin-top: 0px;
	margin-left:12px;
}
#sidebar .widget_categories ul ul li, #sidebar .widget_nav_menu ul ul li {
	border-bottom-width: 0px;
}
.sidebar-box h4, .portfolio-sidebar h4 {
	font-size: 13px;
	font-style: normal;
	margin: 0px;
	margin-top: 3px;
	padding-bottom: 9px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.sidebar-box .double-line {
	margin-bottom: 20px;
}
.sidebar-box input[type='text'] {
	width: 270px;
	margin-bottom: 10px;
	height: 29px;
}
.sidebar-heading {
	margin-top: 0px;
}
.sidebar-box ul li.cat-item a, #footer ul li.cat-item a {
	display: inline;
}
#sidebar .textwidget {
	padding-top: 10px;
	margin-top: -13px;
}
/*----------------Sidebar PORTFOLIO POSTS LOADER----------------*/

#content-container ul#sidebar-projects, #footer ul#sidebar-projects {
	float: left;
	list-style: none;
	margin:0px 0 -10px -10px;
}
#footer ul#sidebar-projects {
	margin:3px 0 -10px -10px;
}
#footer ul#sidebar-projects {
	margin-top: 15px;
}
#sidebar-projects {
	padding: 4px 0 5px 0;
}
#sidebar-projects img {
	margin-bottom: 0px;
	margin-right: 0px;
	float: left;
	width:75px;
	height:65px;
}
#sidebar-projects a {
	width:auto;
	padding-left:0px;
}
#footer ul#sidebar-projects {
	margin-top: 9px;
	display:inline;
}
#footer #sidebar-projects img {
	width: 84px;
	height: 84px;
}
#sidebar-projects li {
	border-bottom: 0px;
	float: left;
	padding: 0 0 10px 10px;
	background-image: none;
	display:inline;
}
#footer #sidebar-projects li {
	padding: 0 0 10px 10px;
	border-bottom-width:0px;
}
#footer #sidebar-projects a {
	border-width: 0px;
}
/*----------------END PORTFOLIO POSTS LOADER----------------*/

/*---------------------------------- END Sidebar ------------------------------------*/

/*-------------------------END Content----------------------------*/

	
/* --------------------- 8.Footer --------------------- */
#footer-container {
	background-color: #515151;
	width: 100%;
	height: auto;
	display: block;
	float: left;
}
#footer {
	background-color:#fafaf7;
	border:1px solid #fff;
	border-top:1px solid #E8E8E8;
	width:978px;
}
#footer hr {
	border-style: dotted;
}
#footer h4, #footer h4 a {
	font-size: 13px;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-bottom: 7px;
	margin-bottom: 0px;
	text-decoration: none;
	margin-top:0px;
}
#footer ul {
	text-decoration: none;
	list-style: none;
	margin-left: 0px;
}
#footer ul li a {
	text-decoration: none;
	font-style: normal;
	color: #999;
}

#footer p {
	margin-top: 10px;
}
#copyrights {
	width: 100%;
	float: left;
}
#copyrights h5 {
	font-size: 10px;
	text-transform:uppercase;
	letter-spacing:2px;
	margin: 21px auto;
	color:#999;
	text-align:center;
}
#copyrights h5 a {
	color:#828282;
}
.top-border {
	border-top: 1px solid #ebebeb;
}

#footer .widget_categories ul li a, #footer .widget_nav_menu ul li a, #footer .widget_archive ul li a, #footer .widget_pages ul li a{
	color: #989898;
	text-decoration: none;
	padding:6px;
	display: block;
	width: 195px;
	border-bottom: 1px dotted #E2E2E2;
}
#footer .widget_categories ul li a:hover, #footer .widget_nav_menu ul li a:hover, #footer .widget_archive ul li a:hover, #footer .widget_pages ul li a:hover {
	background-color:#fafaf7;
}

#footer .widget_categories ul ul li a, #footer .widget_nav_menu ul ul li a, #footer .widget_archive ul ul li a, #footer .widget_pages ul ul li a {
	padding-left:20px;
	background: url(images/sidebar-arrow.png) no-repeat center;
	background-position: 6px;
}

#copyrights {
	width: 100%;
	/*float: left*/
	text-align: center;
}
/*---------------------------- 9.Widgets and Templates --------------------------*/


/*------------- CONTACT WIDGET --------------*/
.widget-contact-form {
	width: 202px;
}
.widget-contact-form input[type="text"], .widget-contact-form textarea {
	width: 212px;
	margin-top: 17px;
	font-size: 12px;
	color: #999;
	font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 25px;
}
#footer .widget-contact-form input[type="text"], .widget-contact-form textarea {
	width: 189px;
}
.widget-contact-form #submit-form {
	margin-top: -10px;
}
.widget-contact-form textarea {
	height: 70px;
	width: 203px;
}
#footer .widget-contact-form textarea {
	width: 180px;
}
.widget-contact-form .button {
	margin-top: 13px;
}
#submit-form {
	margin-top: 25px;
	display:block;
}
.contact-label {
	margin-top:10px;
	display:block;
}
.pexeto-contact-form .button {
	float: left;
}
.mandatory {
	color: #ff0000;
}
.check {
	width: 24px;
	height: 24px;
	background-image: url(images/ok.png);
	background-repeat: no-repeat;
	float: left;
	visibility: hidden;
	position: relative;
	top: 15px;
}
.contact-loader {
	width: 32px;
	height: 32px;
	background: url(images/ajax-loader-small.gif) no-repeat;
	float: left;
	margin-left: 15px;
	margin-top: 20px;
	visibility: hidden;
}
#footer .contact-loader {
	margin-top: 18px;
}
.contact-status {
	margin-top: 30px;
}
input[type="text"].invalid, textarea.invalid {
	border: 1px solid #ff9999;
}
.error-message, .sent-message, .fail-message {
	display: none;
}
#sent_successful {
	display: none;
}
.contact-form-input, .contact-form-textarea {
	position: relative;
}
.contact-form-textarea{
	margin-bottom:15px;	
}
.contact-input-wrapper {
	 border-radius: 2px 2px 2px 2px;
	 padding:0px;
	 position: relative;
	
}
div.after-validation{
	padding: 0 0 10px 10px;
	background-color: #fafafa;
}
div.invalid{
	padding: 0 0 10px 10px;
	background-color: #FFF5F5;
}

.contact_message p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.contact-status div {
	float: left;
}
.contact-status span {
	float: left;
	margin-left: 10px;
	margin-top: 3px;
}
#map-canvas {
	width: 268px;
	height: 268px;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 6px #c6c6c6;
	-webkit-box-shadow: 0px 0px 6px #c6c6c6;
	box-shadow: 0px 0px 6px #c6c6c6;
	border: 1px solid #CCC;
	margin-top: 25px;
}
/*----------------------- COMMENTS ---------------------------*/
.comment-container {
	padding: 0px;
	font-size: 12px;
}
ul.commentlist li {
	border-top: 1px dotted #E2E2E2;
}
#content-container ul.commentlist ul.children {
	padding-left: 30px;
	background: url(images/comment-bg.png) no-repeat;
}
.comment-container {
	padding: 15px;
}
#comment-content-container ul.children li {
	padding: 1px 0 20px 30px;
	margin: -1px 0 -20px -29px;
}
#content-container ul.commentlist, #content-container ul.commentlist ul {
	margin-left: 0px;
	list-style: none;
	padding-left: 0px;
}
#comment-content-container ul li.bypostauthor .comment-container{
	 background-color:#FAFAF7;
}
#comment-content-container ul li.bypostauthor .coment-box img {
	background-color:#fff;
	border:1px solid #F2F2EE;
}
.coment-box {
	min-height: 108px;
	position: relative;
}
#reply-title {
	font-size:16px;
	margin-bottom: 10px;
}
#comment-content-container ul.children .comentBox {
	padding: 20px;
	position: relative;
}
.coment-box p {
	margin-top: -10px;
}
.coment-box img {
	margin: 0px 0px 10px 0px;
	background-color: #F4F4F4;
	 padding: 4px;
	display: block;
}
.comment-autor {
	float: left;
	margin-right: 20px;
	text-align: center;
}
p.coment-autor-name {
	margin-bottom: 0px;
}

.coment-autor-name cite{
font-style:normal;	
}

.comment-date {
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: #999999;
	margin-top: 10px;
	font-style: italic;
}
.comment-container .post-info {
	width:auto;
	margin-bottom: -7px;
}
.comment-date .no-caps {
	text-transform: capitalize;
}
#respond {
	padding-top: 20px;
}
#respond h2 {
	font-size:21px;
}
.comment-navigation {
	width: 100%;
	float: left;
	height: 30px;
	position: relative;
	margin-top: 20px;
}
#commentform input[type=text], #commentform textarea {
	display:block;
}
.comment-text {
	margin-top: 10px;
}
.reply {
	float: left;
}
ul.commentlist>li:first-child {
	border-top-width:0px;
}
/*-----------------------  END COMMENTS ---------------------------*/

/*---------- FEATURED POSTS ------------*/
.post, .search-results .page, .search-results .portfolio {
	margin-bottom: 35px;
}
#full-width .post {
	width: 900px;
}
.post h2 {
	margin-bottom: 0px;
	margin-top: 1px;
}
.blog-post-img {
	margin: 20px 0px 15px 0px;
	float:left;
}
.blog-post-img a {
	display:block;
}
#blog-latest {
	height: auto;
	width: 100%;
	margin-top: 0px;
}
#blog-latest a.read-more {
	margin-bottom:10px;
}
#blog-latest .post {
	margin-bottom: 0px;
	border-bottom-width: 0px;
}
#blog-latest .columns-wrapper {
	margin-bottom: 0px;
}
.post-date {
	float: left;
	width: 51px;
	height:51px;
	display:block;
	margin-right: 16px;
	margin-top:5px;
	background: url(images/date-bg.png) no-repeat;
}
.post-date span {
	color: #b4b4b4;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
	margin-top:5px;
	margin-left:4px;
	display:block;
	font-size:11px;
}
.post-date span.year {
	padding-left: 1px;
	font-size: 10px;
	position: relative;
	top: -3px;
	display:none;
}
.post-date h4 {
	text-align: center;
	margin: 0px;
	line-height: 17px;
	font-weight: bold;
	color: #7c7c7c;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}
#full-width .post-content {
	width: 900px;
}
.post-content h2 a {
	text-decoration: none
}
.post-title {
	width:510px;
	float:left;
	padding-bottom:0px;
}
.post-title a:hover {
	color: #939393;
	text-decoration: none;
}
#full-width .post-title {
	width:833px;
}
.latest-small {
	width: 277px;
	height: auto;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom:20px;
	float: left;
}
.latest-small .post-content {
	width: 237px;
	float:left;
}
.latest-small .post-date {
	width:auto;
	height:auto;
	display:inline;
	margin:7px 10px 0 0;
	background:none;
	width:30px;
}
.latest-small .post-date span {
	color: #b4b4b4;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	display:block;
	font-size:10px;
	float:left;
}
.latest-small .post-date span.year {
	padding-left: 1px;
	font-size: 11px;
	position: relative;
	top: 0px;
	float:left;
}
.latest-small .post-date h4 {
	text-align: center;
	margin: 0px;
	line-height: normal;
	font-weight: 100;
	color: #7c7c7c;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
.latest-small h3 {
	margin-bottom: 5px;
	font-size: 16px;
	border-bottom:0px;
	width:100%;
}
.latest-small p {
	margin-top: 5px;
}
.latest-small-right {
	border-right-width: 0px;
	width: 277px;
	margin-left: 25px;
}
.latest-small .read-more {
	float:left;
}
.latest-small .post-content img {
	margin-top:10px;
}
#full-width .latest-small {
	width: 437px;
}
#full-width .latest-small .post-content {
	width:397px;
}
/*---------- END FEATURED POSTS ------------*/

/*------------PORTFOLIO CAROUSEL-------------*/
.latest-projects {
	width: 900px;
	height: auto;
	clear: both;
	overflow: hidden;
	float: left;
	position:relative;
}
.latest-projects h6.small-title {
	margin-top:0px;
	margin-bottom:7px;
}
.latest-project a {
	display: block;
	position: relative;
}
.latest-projects-container {
	margin-top: 30px;
	position:relative;
	display:none;
}
.latest-page-wrapper {
	width:940px;
	float:left;
}
.latest-projects-holder {
	margin-top: 6px;
	display: inline-block;
	margin-left: -20px;
}
.portfolio-project-title {
	background-color:#2c2c2c;
	color:#fff;
	position:relative;
	z-index:10;
	position:absolute;
	bottom:0px;
	width:100%;
	opacity:0.9;
}
.portfolio-project-title h3 {
	color: #FFFFFF;
	font-size: 13px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
.portfolio-arrow {
	width:7px;
	height:13px;
	background:url(images/port-arrow.png) no-repeat;
	float:right;
	margin:13px 12px 0 10px;
}
.latest-projects-holder .latest-project {
	display: block;
	float: left;
	padding: 25px 20px 0px 20px;
}
.portfolio-hover {
	background-color:#97343B;
	opacity:1;
}
.latest-projects img {
	vertical-align: bottom;
	display: block;
	position:relative;
	z-index:1;
}
.latest-next {
	background: url("images/arrows.png") no-repeat scroll left top transparent;
	display: block;
	float: right;
	height: 37px;
	width: 27px;
	position: absolute;
	right: 45px;
	bottom:70px;
}
.latest-prev {
	background: url("images/arrows.png") no-repeat scroll right top transparent;
	display: block;
	height: 37px;
	width: 27px;
	position: absolute;
	left: -33px;
	bottom:70px;
}
.latest-next:hover {
	background: url("images/arrows.png") no-repeat scroll left bottom transparent;
}
.latest-prev:hover {
	background: url("images/arrows.png") no-repeat scroll right bottom transparent;
}
/*----------- BLOG POSTS LOADER WIDGET --------------*/

.sidebar-latest-posts {
	margin-top:-10px;
}
.sidebar-post-wrapper {
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px dotted #e7e7e7;
}
.sidebar-post-wrapper:hover {
	background-color:#FAFAF7;
}
#footer .sidebar-post-wrapper {
	padding-bottom: 11px;
}
.sidebar-post-wrapper img {
	padding: 3px;
	margin-right:7px;
}
.sidebar-post-wrapper h6 a {
	color:#737373;
	font-size:13px;
}
.sidebar-post-wrapper h6 {
	margin-top:2px;
	margin-bottom:5px;
	line-height:1.2em;
}
.info-wrapper {
	float:left;
	width:200px;
}
#footer .info-wrapper {
	width:127px;
}
.sidebar-post-wrapper h6 a:hover {
	text-decoration: none;
}
.sidebar-post-info a {
	font-size: 11px;
}
.sidebar-post-comments {
	display:none;
}
#footer .sidebar-latest-posts {
	margin-top:4px;
}
.sidebar-post-wrapper h6 a:hover {
	text-decoration:underline;
}
.searchform {
	margin-top: 20px;
}
#sidebar .search-wrapper, #footer .search-wrapper {
	width:270px;
	position:relative;
}
#footer .search-wrapper {
	width:220px;
	position:relative;
}
#sidebar .search-input, #footer .search-input {
	width: 262px;
	float: left;
	height: 23px;
	color:#b7b7b7;
}
#footer .search-input {
	width: 212px;
	float: left;
	height: 23px;
	color:#b7b7b7;
}
.sidebar-box .search-button, #footer .search-button, #not-found .search-button {
	margin-top: 1px;
	border:0px;
	background-color:#fff;
	font-size:0px;
	width:26px;
	height:27px;
	display:block;
	background:url(images/search-arrow.png) no-repeat #fafaf7 center;
	background-repeat:no-repeat;
	position:absolute;
	left:242px;
	top:0px;
}
.search-button:hover {
	cursor:pointer;
}
#content .search-button {
	float: none;
}
#footer .search-input {
	width: 188px;
}
#footer .search-button {
	left: 168px;
}
#content .search-input {
	display: block;
	margin-bottom: 10px;
	margin-left: 3px;
}
#content .search-button, #full-width .search-button {
	height: 30px;
	width: 31px;
	position:absolute;
	left:277px;
	top:0;
}
#full-width .search-button {
	left:276px;
}
#content .search-wrapper, #full-width .search-wrapper {
	width:310px;
	margin:30px auto;
	position:relative;
}
/*---------------------------- END Widgets and Templates --------------------------*/


/*----------------------- 10.Elements -----------------------*/
	
input[type="text"] {
	width: 300px;
	height: 27px;
	border: 1px solid #e2e2e2;
	background-color: #fff;
	padding: 2px 0 2px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #777;
	font-size: 12px;
	line-height: 23px;
}
textarea {
	width: 290px;
	height: 150px;
	font-family: Arial;
	border: 1px solid #e2e2e2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 7px;
	color: #777;
	font-size: 12px;
}
input, textarea {
	-moz-box-shadow: 0px 0px 5px rgba(234, 231, 226, 0.1) inset;
	-webkit-box-shadow: 0px 0px 5px rgba(234, 231, 226, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07) inset;
}
input:focus, textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow:none;
}
code {
	border: 1px dashed #d3d3d3;
	font: normal 13px;
	padding: 2px 7px;
}
.highlight1 {
	background-color: #FDF8AD;
	color: #777;
	padding: 1px 3px;
}
.highlight2 {
	background-color: #909090;
	color: #FFF;
	padding: 1px 3px;
}
blockquote {
	padding: 15px 28px;
	font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	background:url(images/quote.png) no-repeat scroll top left;
	color:#656565;
}
blockquote p {
	line-height:1.7em;
	/*border-left:1px solid #f0f0f0;*/
	padding:15px;
	padding-top:0px;
	margin:0px;
	margin-left:20px;
	padding-top:0px;
}

.blockquote-reviews {
	 border-left: 5px solid #97343B;
	 margin: 0 0 20px;
	 padding: 0 0 0 15px;
	 font-weight: bold;
	 font-size: 14px;
}

p.blockquote-reviews small:before {
	 content: "\2014";
}

#sidebar blockquote {
	font-size: 14px;
	padding:5px;
	background-position: 0 -7px;
}
#sidebar blockquote p {
	margin-left:27px;
	padding-right:0px;
}
.sidebar-testimonials a {
	padding-left: 20px;
}
.sidebar-frame {
	padding: 10px;
	background-color: #fcfbf8;
	display: block;
}
.info-box, .note-box, .tip-box, .error-box, tip-box {
	padding: 12px 15px;
	margin: 20px 0px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background: #eee;
	font-size: 12px;
}
.info-box {
	background-color: #ddf3fc;
	border: 1px solid #8ed9f6;
	color: #2e6093;
}
.note-box {
	background-color: #fff8cb;
	border: 1px solid #ffeb70;
	color: #985d00;
}
.error-box {
	background-color: #ffdede;
	border: 1px solid #ff8c8c;
	color: #cd0a0a;
}
.tip-box {
	background-color: #ecffb9;
	border: 1px solid #b7db58;
	color: #5d791b;
}
/* --------------------- BUTTONS --------------------- */
.button, #submit {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 13px/ 100% Arial, Helvetica, sans-serif;
	padding: 9px 22px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	border: solid 1px rgba(0, 0, 0, .1);
	opacity: 1;
	background-image: url(https://images.iloveinns.com/includes/acoustic/images/button_bg.png);
	background-position: top;
	background-repeat: repeat-x;
}
.button:hover, #submit:hover {
	text-decoration: none;
	opacity: 0.9;
}
.button:active, #submit:active {
	position: relative;
	top: 1px;
	opacity: 1;
}
input.button {
	padding:4px 20px;
	line-height:20px;
	border-width:0px;
}
#submit {
	box-shadow: none;
	margin-top:10px;
	padding: 7px 20px;
}
/*------------- TABLE --------------*/

table {
	border-collapse: collapse;
	margin: 0 0 20px 0;
	width:100%;
}
table th {
	font-weight: normal;
	padding: 8px;
	font-size: 13px;
	background-color: #FAFAF7;
	border-bottom: 2px solid #939393;
	color: #686868;
	text-align:center;
}
table td{
   border:0px;
   padding: 5px 9px 5px 9px;
   vertical-align:top;
}   
/*table td {
	border-bottom: 1px solid #D8D8D8;
	padding:9px;
	vertical-align:top;
}*/
table td:hover {
	background-color: #faf9f7;
}
table th:hover {
	border-color:#97343B;
}
table li {
	vertical-align: middle;
}
#calendar_wrap table td {
	text-align: center;
	padding:5px 7px;
	border:1px solid #f5f5f5;
}
#calendar_wrap table thead {
	border:1px solid #f5f5f5;
	border-bottom:2px solid #939393;
}
#calendar_wrap table th {
	border-bottom:0px ;
}
#calendar_wrap{
	padding:10px;
	background-color:#fafaf7;
	-moz-border-radius:7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border:1px solid #f2f2ee;
}
#calendar_wrap table th {
	background-color: #fff;
}
table#wp-calendar {
	margin-bottom: 0px;
	width: 100%;
	margin-top: 0px;
	background-color:#fff;
}
#calendar_wrap caption {
	margin-bottom: 5px;
	margin-top:-3px;
}
tfoot td{
	border-bottom:0px;
}
.drop-caps {
	font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 300%;
	line-height: 0.8em;
	margin-right: 0.2em;
	padding-bottom: 0.1em;
	text-transform: uppercase;
	float: left;
	position: relative;
	top: 6px;
	color:#656565;
}
/*------------- PRICING TABLE --------------*/
.pricing-table {
	text-align: center;
	width: 100%;
}
.pricing-table ul {
	margin-left: 0px;
	margin: 12px 0;
}
.pricing-table ul li {
	border-bottom: 1px solid #f0f0f0;
	padding: 5px 0;
	list-style: none;
	width: 100%;
}
.pricing-table ul.imglist li {
	border-width: 0px;
	float: none;
	text-align: left;
	padding-bottom: 3px;
}
.table-title td {
	color: #FFF;
	background-color: #444444;
	font-size: 17px;
	padding: 12px;
	border: 1px solid #545454;
}
.table-description td, .table-buttons td, .table-price td {
	padding: 15px;
	border:1px solid #D8D8D8;
}
.table-buttons td {
	padding: 15px;
}
.table-price td {
	font-size: 24px;
	padding-bottom: 17px;
	background-color: #FAFAF7;
}
.table-title td:hover {
	background-color: #626262;
}

/* --------------------- BULLETS --------------------- */
ul.bullet_check li, div.bullet_check li, ul.bullet_arrow li, div.bullet_arrow li, ul.bullet_arrow2 li, div.bullet_arrow2 li, ul.bullet_arrow3 li, div.bullet_arrow3 li, ul.bullet_arrow4 li, div.bullet_arrow4 li, ul.bullet_star li, div.bullet_star li, ul.bullet_plus li, div.bullet_plus li {
	list-style: none;
	padding: 0px;
	margin: 7px;
	line-height: 18px;
	padding-left: 25px;
}
ul.bullet_check li, div.bullet_check li {
	background: transparent url(https://images.iloveinns.com/includes/acoustic/images/check.png) no-repeat 0 .2em;
}
ul.bullet_arrow li, div.bullet_arrow li {
	background: transparent url(images/arrow.png) no-repeat 0 .2em;
}
ul.bullet_arrow2 li, div.bullet_arrow2 li {
	background: transparent url(images/arrow2.png) no-repeat 0 .2em;
}
ul.bullet_arrow3 li, div.bullet_arrow3 li {
	background: transparent url(images/arrow3.png) no-repeat 0 .2em;
}
ul.bullet_arrow4 li, div.bullet_arrow4 li {
	background: transparent url(https://images.iloveinns.com/includes/acoustic/images/arrow4.png) no-repeat 0 .2em;
}
ul.bullet_numeric li, div.bullet_numeric li {
	list-style: none;
	list-style: decimal;
	padding-left: 20px;
}
ul.bullet_star li, div.bullet_star li {
	background: transparent url(images/star.png) no-repeat 0 .2em;
}
ul.bullet_plus li, div.bullet_plus li {
	background: transparent url(images/plus.png) no-repeat 0 .2em;
}
/*----- TESTIMONIALS -----*/

.testimonial-container {
	margin-top:20px;
}
.testimonial-container blockquote {
	float:left;
	display:block;
	width:384px;
	margin-top:-13px;
	padding-right:0px;
}
#full-width .testimonial-container blockquote {
	width:684px;
}
.no-image blockquote, #full-width .testimonial-container.no-image blockquote {
	width:100%;
}
#content-container img.testimonial-img{
	float:left;
	margin-right: 24px;
	max-width:144px;
}
.testimonial-container p {
	width:auto;
	display:inline-block;
}
.testimonial-container blockquote p {
	display:block;
	padding-right:0px;
}
.testimonial-container .double-line {
	margin-bottom:25px;
}
.testimonial-container h2 {
	display:inline-block;
	margin-right:20px;
	font-size:21px;
	margin-bottom:7px;
}
.testimonial-container .testimonials-details {
	width:400px;
	text-transform:uppercase;
}
#full-width .testimonial-container blockquote {
	width:684px;
}
/*------------------ TABS------------------*/
.tabs-container {
	min-height: 150px;
	margin-top: 20px 0;
}
/* root element for tabs  */
.tabs {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	height: auto;
	float:left;
}
/* single tab */

.tabs li a {
	border-radius: 5px 5px 0 0;
	margin-right:3px;
	border:1px solid #E2E2E2;
}
.tabs li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}
/* link inside the tab. uses a background image */
.tabs a {
	font-size: 13px;
	display: block;
	height: 40px;
	line-height: 40px;
	width: 50px;
	text-align: center;
	text-decoration: none;
	color: #6a6a6a;
	padding: 0px;
	position: relative;
	top: 2px;
	text-transform: capitalize;
	border: 1px solid #E2E2E2;
	border-bottom: 2px solid #E2E2E2;
	border-right:0px;
	-moz-box-shadow: 0px -3px 2px rgba(234, 231, 226, 0.2) inset;
	-webkit-box-shadow: 0px -3px 2px rgba(234, 231, 226, 0.2) inset;
	box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.03) inset;
}
.tabs a:active {
	outline: none;
	border-bottom: 2px solid #686868;
}
/* when mouse enters the tab move the background image */
.tabs a:hover {
	color: #454545;
}
/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tabs .current, .tabs .current:hover, .tabs li.current a, .tabs a:hover {
	background-position: 0 -92px;
	background:#FAFAF7;
	border-bottom: 2px solid #97343B;
}
.tabs a:hover {
	color: #454545;
	background-color: #fff;
}
/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */
	/* width 1 */
.tabs .w1 a {
	width: 70px;
	line-height:30px;
	font-size: 12px;
}
/* width 2 */
.tabs .w2 a {
	width: 105px;
}
/* width 3 */
.tabs .w3 a {
	width: 150px;
}
/* width 4 */
.tabs .w4 a {
	width: 200px;
	line-height:50px;
	height:50px;
}
/* initially all panes are hidden */
.panes .pane {
	display: none;
}
.panes {
	padding: 0 15px;
	border: 1px solid #E2E2E2;
	clear:both;
	border-top:2px solid #E2E2E2;
}
/*------------------- ACCORDION ------------------------*/
.accordion-container {
	min-height: 270px;
	margin-bottom: 20px;
	float: left;
}
#accordion {
	background: #fff;
	border: 1px solid #e2e2e2;
}
/* accordion header */
#accordion h2 {
	margin: 0;
	padding: 10px 24px;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	background-image: url(images/tab-arrow2.png);
	background-repeat: no-repeat;
	background-position: 9px 17px
}
#accordion h2:hover {
	color: #454545;
}
/* currently active header */
#accordion h2.current {
	cursor: default;
	background-color: #FAFAF7;
	background-image: url(images/tab-arrow.png);
	color: #D92727;
}
/* accordion pane */
#accordion .pane {
	border: 1px solid #fff;
	border-width: 0 1px;
	display: none;
	padding: 15px;
	font-size: 12px;
	background-color: #FFF;
	border-bottom: 1px solid #dddddd;
}
#accordion .pane:last-child {
	border-bottom: 0px;
}
/* a title inside pane */
#accordion .pane h3 {
	font-weight: normal;
	margin: 0 0 -5px 0;
	font-size: 16px;
	color: #999;
	font-style: normal;
}
/*------------------------------------ END Elements ----------------------------*/

/*------------------------------------ 11.Others ----------------------------*/
.hidden {
	visibility: hidden;
	width: 0px;
	height: 0px;
}
.loading-container {
	background-image: url(images/ajax-loader-small.gif);
}
ul.blogroll img {
	float: left;
	margin-right: 7px;
	width: 45px;
}
ul.blogroll {
	margin-top:-13px;
}
ul.blogroll li {
	border-bottom: 1px dotted #EBEBEB;
	padding-top: 13px;
	padding-bottom: 13px;
	overflow: hidden;
	color: #a6a6a6;
}
ul.blogroll li a {
	border-bottom-width: 0px;
	font-style: italic;
	padding: 0px;
	background-image: none;
}
#footer ul.blogroll {
	margin-top:0px;
}
#footer ul.blogroll li {
	line-height:17px;
}
#footer ul.blogroll li a {
	font-style: italic;
	margin-top:5px;
}
#footer ul.blogroll li a img {
	margin-top:-5px;
}
div.wp_syntax {
	margin-top: 20px;
	margin-bottom: 30px;
}
cite {
	font-size: 12px;
	line-height:1.5em;
}
.nomargin {
	margin: 0 0 0 0;
}
a.rsswidget img {
	position: relative;
	top: 2px;
}
#sidebar #SGM {
	background: url(images/ajax-loader-small.gif) no-repeat center;
	border: 1px solid #ebebeb;
	width: 268px;
	margin-top: 20px;
	background-color: #f8f8f8;
}
.recentcomments {
	padding: 5px 0;
}
#footer .recentcomments a {
	border-bottom-width: 0px;
}
.textwidget {
	margin-top: 6px;
}
.preview-items {
	display: none;
}
.wp-caption {
	padding-top: 4px;
	background-color: #F4F4F4;
	text-align: center;
}
.from-meta {
	display: none;
}
.widget_testimonials cite {
	display:block;
	font-family: "Open Sans", Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	line-height: 1.8em;
	text-indent: 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text, .gallery-caption {
	line-height: 1.5em;
	margin: 0;
	font-size: 12px;
	background-color: #F4F4F4;
	padding: 4px;
}
.gallery-item .wp-caption-text, .gallery-item gallery-caption {
	background-color:transparent;
}
.sticky {
	border-bottom:3px double #ebebeb;
}
.p-desaturate {
	position:relative;
}
.p-desaturate .no-color {
	position:absolute;
	left:0px;
	top:0px;
	z-index:10;
}
.p-desaturate .color {
	position:relative;
	z-index:0;
}
#footer-social-icons {
	margin:10px auto;
	width:900px;
	text-align:center;
}
#footer-social-icons ul {
	margin:17px 0px;
}
#footer-social-icons ul li {
	border-bottom:0px;
	display:inline-block;
}
#footer-social-icons ul li a {
	display:inline;
	margin-right:6px;
}
#footer-social-icons ul li:last-child a {
	margin-right:0px;
}
#footer-social-icons .p-desaturate {
	width:24px;
	height:24px;
	display:inline-block;
}
.margin-line {
	margin-bottom:15px;
}
#not-found h1 {
	font-size:90px;
	color:#949494;
}

.time-meta{
display:none;	
}
/*------------------------------------ END Others ----------------------------*/


/*----------------------------------- 12.Updates  ----------------------------*/

/*---------------------- VERSION 1.0.2 ----------------------*/

#portfolio-preview .columns-wrapper, #portfolio-preview .accordion-container{
	width:620px;
}

#portfolio-preview .testimonial-container blockquote{
	width:384px;	
}

/* MAI EDIT */

.panel .overlay-background {
	background: none repeat scroll 0 0 #F9F9F9 !important;
}
.panel .panel-overlay h2 {
	color: #666666 !important;
}
.pointer {

}
.span3 .rate-badge {text-align: center; display: block; margin: 0 auto; }
.rate-to, .rate-from { 
font-family: Georgia;     
font-size: 11.844px;
	 font-weight: bold;
	 line-height: 14px;
	 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.65);
	 vertical-align: baseline;
	 white-space: nowrap;
/*   color: #BE343F;*/ }
.rate-badge {
/*background: url('http://maiarriola.info/test/iloveinns/wp-content/uploads/2012/08/badge3.png') no-repeat top center;
height: 90px;*/
padding-top: 35px;
}
.rate-from {
	font-size: 30px;
	font-weight: bold;
}
.rate-to {
	font-size: 15px;
	font-weight: bold;
}
.guest-reviews {
	display: block
	margin: 0 auto;
	width: 170px;
	height: 120px;
	font-size: 11px;
	background-color: #F5F5F5;
	border: 1px solid #cccccc;
	padding-bottom: 10px;
}
.guest-reviews-title {
	font-weight: bold;
	text-decoration: underline;
}
.heart-ratings {
	color: #BE343F;
	margin-top: 10px;
	margin-bottom: -4px;
	font-size: 24px;
}
.title-height {
display: table;
}
.title-heart-ratings {
	color: #BE343F;
	 display: table-cell;
	 vertical-align: middle;
	padding-left: 10px;
	font-size: 14px;
}
.total-reviews {
	font-size: 14px;
	font-weight: bold;
	color: #BE343F;
}
.shadow {
	-moz-box-shadow: 3px 3px 4px #ccc;
	-webkit-box-shadow: 3px 3px 4px #ccc;
	box-shadow: 3px 3px 4px #ccc;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');
}
.rounded-corners {
	  -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
	 -khtml-border-radius: 5px;
	 border-radius: 5px;
}
.galleryview {
	margin: 0 auto;
	display: block;
	padding-top: 10px;
}

#toggle-view {
	list-style:none;	
	/*font-family:arial;
	width:300px;
	font-size:11px;*/
	margin:0;
	padding:0;
}

	#toggle-view li {
		margin:10px;
		/*border-bottom:1px solid #ccc;*/
		position:relative;
		cursor:pointer;
	}
	
	#toggle-view h3 {
		margin:0;
		font-size:14px;
		color:#97343B;
	}

	#toggle-view span {
		position:absolute;
		left:-10px; top:0;
		color:#97343B;
		font-weight: bold;
		font-size:13px;
	}
	
	#toggle-view .panel {
		margin:5px 0;
		display:none;
	}	
div.tell-inn {
	position: relative; 
	top: 30px; 
	left: 45px;
}

.weatherFeed {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;*/
	margin: 2em 1em;
	width: 610px;
}
.weatherFeed a { color: #888; }
.weatherFeed a:hover {
	color: #000;
	text-decoration: none;
}
.weatherItem {
	padding: 0.8em;
	text-align: right;

}
.weatherCity { text-transform: uppercase; font-size: 1.3em; padding-bottom: 0.5em;}
.weatherCity, .weatherTemp, .weatherDesc, .weatherRange, .weatherWind { width: 500px; }
.weatherTemp {
	font-size: 2.8em;
	font-weight: bold;
}
.weatherDesc, .weatherCity, .weatherForecastDay  { font-weight: bold; }
.weatherDesc { margin-bottom: 0.4em; font-size: 1.3em; padding-top: 0.5em; }
.weatherForecast { display: block; margin: 0 auto; width: 400px; }
.weatherRange, .weatherWind, .weatherLink, .weatherForecastItem { font-size: 1em; }
.weatherLink { 	text-align: right; clear: both; }
.weatherForecastItem {
	margin-top: 0.5em;
	text-align: left;
}
.weatherForecastItem {
	padding: 0.5em 0.5em 0.5em 80px;
	background-color: #fff;
	background-position: left center;
}
.weatherForecastDay { font-size: 1.1em; }

.odd { background-color: #e8e8fc; }
.even { background-color: #d4d4e8; }

.divider { margin-top: 20px; margin-bottom: 20px; display: block; margin-left: auto; margin-right: auto; text-align: center; }
.span9 .panes { height: 550px; }

/*--Tooltip Styles--*/
.tip {
	color: #fff;
	background:#1d1d1d;
	display:none; /*--Hides by default--*/
	padding:10px;
	position:absolute;	z-index:1000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.middot {
	 font-size: 14px;
	 font-weight: bold;
	 line-height: 14px;
}

/*UPDATE AS OF MARCH 14, 2013*/

.city-table-grid table {
	width: 90% !important;
}
.valign{
vertical-align:text-bottom;
}
.city-table-grid td {
	text-align: center;
	font-size: 16px !important;
	border-bottom: 0;
}

.city-table-list td {

}

.city-table-list-16px {
	font-size: 16px !important;   
}

.img-border-grid {
	-webkit-box-shadow: 3px 3px 7px 2px #cccccc;
	box-shadow: 3px 3px 7px 2px #cccccc; 
	border: 1px solid #B1B1B1;
}


* { margin: 0; padding: 0; }
fieldset { border: none }

#search-form {
	width: 190px;
	position: relative;
}
#search {
	background: #f0ece3;
	border: 2px solid #a2312d;
	color: #a2312d;
	height: 20px;
	line-height: 20px;
	width: 140px;
	padding: 2px 4px;
	position: absolute;
	top: 11px;
	left: 0
}
#search-submit {
	font-size: 12px;
	border: 2px solid #a2312d;
	background: #a2312d;   
	color: #fff;   
	height: 28px;
	line-height: 20px;
	width: 60px;
	padding: 4px;
	position: absolute;
	top: 11px;
	right: 0
}

.empty {
	color: #d9d8d6;
}

/* CSS3 */

#search { border-radius: 20px; 
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
	-mox-box-shadow: 0 0 5px black;
}

#search-submit { 
	border-radius: 20px; 
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 


	/* Webkit-transition */
	-webkit-transition-property: background-color; 
	-webkit-transition-duration: 0.4s, 0.4s; 
	-webkit-transition-timing-function: linear, ease-in;
	}

		  .black_overlay{
				display: none;
				position: absolute;
				top: 0%;
				left: 0%;
				width: 100%;
				height: 100%;
				background-color: black;
				z-index:1001;
				-moz-opacity: 0.8;
				opacity:.80;
				filter: alpha(opacity=80);
		  }
		  .white_content {
				display: none;
				position: absolute;
				top: 25%;
				left: 25%;
				width: 50%;
				height: 50%;
				padding: 16px;
				border: 16px solid orange;
				background-color: white;
				z-index:1002;
				overflow: auto;
		  }

a:hover.noulhover {
	text-decoration: none;
}


/*search city*/
.ui-autocomplete-loading {
    background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat;
  }

   .fancybox-custom .fancybox-skin {
      box-shadow: 0 0 50px #222;
   }
/*
a, .title {
    color: #B24926 !important;
}
*/  

.feature-border{ border: 0}
.feature-margin{ margin-top: -5px !important;}
.feature-padding{ padding-top: 10px !important;}
.org-margin{ margin-top:-15px !important;}
.org-padding{ padding-top: 6px !important;}
.org-border{border-bottom: 1px solid #D8D8D8 !important;}
.span2-cityedit {width: 185px; }
.ui-slider-range-max{background:white !important ;}
.accordion-group{border:none !important;}   
/*end search city*/

/*inninfo-new*/
@-moz-document url-prefix() {
   .img-polaroid{width:240px; height:200px;}
   .img-size{width:240px !important;}
} /*for firefox*/

.tabs-container .d-tabs li a {
   width: 80px;
   text-align: center;
   border: 1px solid #E2E2E2;
   border-radius: 5px 5px 0 0;
   margin-right: 3px;
}
.d-tabs li a:hover {
   background-color: #ffffff !important;
   border-bottom: 2px solid #97343B;
}
.d-tabs li.active a, .d-tabs li.active a:hover {
   background: none repeat scroll 0 0 #FAFAF7;
   border-bottom: 2px solid #97343B;
}
.d-tabs-content {
   -moz-border-bottom-colors: none;
   -moz-border-left-colors: none;
   -moz-border-right-colors: none;
   -moz-border-top-colors: none;
   border-color: #E2E2E2;
   border-image: none;
   border-right: 1px solid #E2E2E2;
   border-style: solid;
   border-width: 0px 1px 1px;
   clear: both;
   padding: 0 15px;
   margin-top: -20px;
   border-top: 1px solid #E2E2E2;
}
/*end inninfo-new*/


