a:link, a:visited,
em.colored,
a.generic-button:hover, a.generic-button:active,
.entry-title a:hover, .entry-title a:active,
.entry-meta a:hover, .entry-meta a:active,
.back-top-container a.back-top:hover, .back-top-container a.back-top:active,
ul.thumb-list .comment a:hover, ul.thumb-list .comment a:active,
ul.tags a:hover, ul.tags a:active,
ol.comment-list .comment-author a:hover, ol.comment-list .comment-author a:active {
    color: #E44036;
}

#footer-top a {
    color: #fa7254;
}

/* 1 Generic 
-------------------------------------------------------------------------------- */
* {margin: 0; padding: 0; outline: none;}

body {
	font: 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #474747;
	background-color: #F2F2F2;
	background-repeat: repeat;
	background-position: left top;
	/* possible background patterns */
	background-image: url(../images/background-patterns/body-backgrounds/body-diagonal.png);
	/*
	background-image: url(../images/background-patterns/body-backgrounds/body-circle.png);
	background-image: url(../images/background-patterns/body-backgrounds/body-cross.png);
	background-image: url(../images/background-patterns/body-backgrounds/body-diamond.png);
	background-image: url(../images/background-patterns/body-backgrounds/body-square.png);
	*/
}

iframe {
	display: block;	
}

img {
	max-width: none; /* fixes a display problem caused by html5-reset.css */	
}

/* 2 Headings
-------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: "Lora", sans-serif;
	margin-bottom: 10px;
}

h1 {
	font-size: 26px;
	font-weight: 400;
	line-height: 32px;
}

h2 {
	font-size: 22px;
	font-weight: 500;	
	line-height: 28px;
}

h2 {
	margin-bottom: 20px;	
}

.post-entry h2.entry-title {
	margin-bottom: 5px;	
}

.iconbox h2, .side-content h2, h3.entry-title, .homepage h2 {
	margin-bottom: 10px;	
}

h3 {
	margin-bottom: 15px;	
}

h3, .iconbox h2, .side-content h2, .homepage h2, #footer h2, #sidebar h2 {
	font-size: 18px;
	font-weight: 500;	
	line-height: 24px;	
}

h3.entry-title {
	font: bold 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h4 {
	font-size: 16px;
	font-weight: 500;	
	line-height: 22px;	
}

h5 {
	font-size: 14px;
	font-weight: 600;	
	line-height: 20px;	
}

h6 {
	font-size: 12px;
	font-weight: 700;	
	line-height: 18px;	
}

.headings h1, .headings h2, .headings h3, .headings h4, .headings h5, .headings h6 {
	margin-bottom: 10px;	
}

/* 3 Links
-------------------------------------------------------------------------------- */
a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

/* 4 Text & Content Blocks
-------------------------------------------------------------------------------- */
p {
	margin-bottom: 20px;
}

em.colored {
	font-style: normal;	
}

section {
	margin-bottom: 40px;	
}

#content section {
	margin-bottom: 20px;	
}

.float-left {
	float: left;	
}

.float-right {
	float: right;	
}

.asterisk {
	font-family: Tahoma, Geneva, sans-serif;	
	font-style: normal;
}

.note {
	color: #e44036;	
}

.tip,
caption, .caption {
	color: #888;
	font-size: 11px;
	font-style: italic;	
}

/* 5 Header
-------------------------------------------------------------------------------- */
#header {
	position: relative;	
	margin-bottom: 40px;
	color: #8c8c8c;	
	text-shadow: 0 1px rgba(0,0,0,0.5);
	border-bottom: 2px solid #2e2e2e;	
	background-color: #383838;
	background-repeat: repeat;
	background-position: left top;
	/* possible background patterns */
	background-image: url(../images/background-patterns/header-footer-backgrounds/hf-diamond.png);
	/*
	background-image: url(../images/background-patterns/header-footer-backgrounds/hf-circle.png);
	background-image: url(../images/background-patterns/header-footer-backgrounds/hf-cross.png);
	background-image: url(../images/background-patterns/header-footer-backgrounds/hf-diagonal.png);
	background-image: url(../images/background-patterns/header-footer-backgrounds/hf-square.png);
	*/
}

#header .border-top {
	width: 100%;
	height: 1px;
	background-color: #474747;	
	position: absolute;
	top: 1px;
	left: 0;
}

#header .border-bottom {
	width: 100%;
	height: 6px;
	background: url(../images/hf-dotted-border.png) repeat-x left top;
	position: absolute;
	left: 0;
	bottom: -9px;
}

#header-top {
	margin-bottom: 30px;
}

/* 5.1 Logo & Tagline
-------------------------------------------------------------------------------- */
h1#logo {
	/*font: 41px/1em MarketingScriptRegular, sans-serif;*/
	float: left;
	margin-top: 38px;
	margin-bottom: 0;
}

h1#logo a {
	display: block;
	color: #FFF;
	text-decoration: none;
}

#tagline {
	float: left;
	margin: 55px 0 0 15px;
}


/* 6 Homepage
-------------------------------------------------------------------------------- */
.homepage #header {
	height: 496px;	
}

#home-intro {
	font-size: 14px;
	line-height: 20px;
}

/* 7 Navigation Bar
-------------------------------------------------------------------------------- */
#navbar {	
	position: relative;
	z-index: 99;
	border-radius: 5px;	
	height: 38px;
	padding: 1px;
	color: #bfbfbf;
	text-shadow: 0 1px rgba(0,0,0,0.4);
	background: #5c5c5c; /* Old browsers */
	background: -moz-linear-gradient(top,  #5c5c5c 0%, #454545 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c5c5c), color-stop(100%,#454545)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5c5c5c 0%,#454545 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5c5c5c 0%,#454545 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5c5c5c 0%,#454545 100%); /* IE10+ */
	background: linear-gradient(top,  #5c5c5c 0%,#454545 100%); /* W3C */
}

#navbar-inner {
	border-radius: 5px;	
	background: #555555; /* Old browsers */
	background: -moz-linear-gradient(top,  #555555 0%, #424242 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#424242)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #555555 0%,#424242 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #555555 0%,#424242 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #555555 0%,#424242 100%); /* IE10+ */
	background: linear-gradient(top,  #555555 0%,#424242 100%); /* W3C */
}

/* Navigation */

#nav {
	float: left;	
}

/* Navigation List */

ul#navlist {
	border-right: 1px solid rgba(255,255,255,0.05);
}

ul#navlist > li {
	float: left;
	border-left: 1px solid rgba(255,255,255,0.05);
	border-right: 1px solid rgba(0,0,0,0.15);
}

ul#navlist > li.current, ul#navlist > li:hover {
	background: #4c4c4c; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #383838 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(100%,#383838)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#383838 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4c4c4c 0%,#383838 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4c4c4c 0%,#383838 100%); /* IE10+ */
	background: linear-gradient(top,  #4c4c4c 0%,#383838 100%); /* W3C */
}

ul#navlist > li:first-child {
	border-left: none;
	border-radius: 5px 0 0 5px;
}

ul#navlist a:link, ul#navlist a:visited {
	display: block;
	color: #bfbfbf;
	text-decoration: none;
}

ul#navlist a:hover, ul#navlist a:active, ul#navlist > li.current > a {
	color: #fff;
}

ul#navlist > li > a {
	font-weight: bold;
	padding: 10px 15px;	
}

ul#navlist > li > a.trigger:link span, ul#navlist > li > a.trigger:visited span {
	background: url(../images/arrow-down.png) no-repeat right 5px;
	padding-right: 12px;
}

ul#navlist > li > a.trigger:hover span, ul#navlist > li > a.trigger:active span, ul#navlist > li.current > a.trigger span {
	background-position: right -145px;	
}

ul#navlist span {
    background: url(../images/arrow-down.png) no-repeat right 5px;
    padding-right: 12px;
	/*display: block;	*/
}

/* First-Level Drop-Down */

ul#navlist ul {
	border: 1px solid rgba(82,82,82,0.9);
	border-radius: 0 0 3px 3px;
}

ul#navlist ul li {
	background-color: rgba(76,76,76,0.9);
	border-top: 1px dotted rgba(255,255,255,0.15);
}

ul#navlist ul li:hover {	
	background-color: rgba(66,66,66,0.9);
}

ul#navlist ul li:first-child {	
	border-top: none;
}

ul#navlist ul a {	
	padding: 5px 15px;
}

ul#navlist ul a.trigger:link span, ul#navlist ul a.trigger:visited span {
	background: url(../images/arrow-right.png) no-repeat right 7px;
	padding-right: 9px;
}

ul#navlist ul a.trigger:hover span, ul#navlist ul a.trigger:active span {
	background-position: right -143px;
}

/* Second-Level Drop-Down */

ul#navlist ul ul {
	border-radius: 0 3px 3px 3px;
}

/* Drop-Down Menu Activation */

ul#navlist ul {
	position: absolute;
	top: -999em;
	width: 198px; /* left offset of submenus need to match (see below) */
}

ul#navlist ul li {
	width: 100%;
}

ul#navlist li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

ul#navlist li {
	float: left;
	position: relative;
}

ul#navlist a {
	display: block;
	position: relative;
}

ul#navlist li:hover ul,
ul#navlist li.sfHover ul {
	left: -1px;
	top: 38px; /* match top ul list item height */
	z-index: 99;
}

ul#navlist li:hover li ul,
ul#navlist li.sfHover li ul {
	top: -999em;
}

ul#navlist li li:hover ul,
ul#navlist li li.sfHover ul {
	left: 198px; /* match ul width */
	top: -1px;
}

ul#navlist li li:hover li ul,
ul#navlist li li.sfHover li ul {
	top: -999em;
}

ul#navlist li li li:hover ul,
ul#navlist li li li.sfHover ul {
	left: 198px; /* match ul width */
	top: -1px;
}

/* 8 Forms
-------------------------------------------------------------------------------- */
input, textarea, button {
	font: inherit;
	color: inherit;	
	text-shadow: inherit;
}

input, button {
	line-height: normal;	
}

textarea {
	overflow: auto; /* removes scrollbar in IE */	
}

button {
	border: none;	
	background: none;
}

::-moz-focus-inner { /* removes the extra padding and dotted border on buttons in Firefox */	      
	padding: 0;         
	border: none;
}

input[type="submit"] {
	overflow: visible;	/* removes extra horizontal padding in IE7 */
}

::-webkit-input-placeholder {
	color: #999;
}

:-moz-placeholder {
   color: #999;
}



/* Content Form */

.content-form li {
    margin-bottom: 10px;
}

.content-form input, .content-form textarea {
	padding: 7px 6px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 5px 6px rgba(0,0,0,0.08) inset, 0 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 5px 6px rgba(0,0,0,0.08) inset, 0 1px 3px rgba(0,0,0,0.1);
}

.content-form input {
	width: 340px;	
}

.content-form label, .content-form input, .content-form textarea {
    margin-bottom: 5px;
}

.content-form label {
	display: block;
}

.content-form .error {
	color: #E44036;
}

.content-form textarea {
	width: 420px;
	height: 160px;
}


/* 9 Containers
-------------------------------------------------------------------------------- */
#content {
	text-shadow: 0 1px #fff;
}



/* 11 Portfolio
-------------------------------------------------------------------------------- */
.entry-thumb {
	margin-bottom: 15px;	
}

.entry-thumb a, .entry-thumb img {
	display: block;
}

.entry-thumb a {
	position: relative; /* sets the initial position for the thumbnail overlay */
}

.entry-thumb img {
	border: 5px solid #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.entry-title a {
	color: #474747;
	text-decoration: none;
}

/* Gallery */

ul#gallery li {
	margin-bottom: 20px;	
}


/* Project Details */

#project-detail-wrap {
	margin-bottom: 20px;	
	position: relative;
}

#project-detail-wrap img {
	display: block;	
	width: 700px;
	height: 380px;
}

/* Project Detail Pager */

#project-detail-wrap ul.pager li {
	position: absolute;
	top: 45%;
}

#project-detail-wrap ul.pager li.prev {
	left: 10px;
}

#project-detail-wrap ul.pager li.next {
	right: 10px;
}

#project-detail-wrap ul.pager a {
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(../images/slider/arrows.png);
	background-repeat: no-repeat;
	text-indent: -10000px;
}

#project-detail-wrap ul.pager li.prev a {
	background-position: left top;	
}

#project-detail-wrap ul.pager li.next a {
	background-position: -31px top;	
}


/* 13 Testimonial
-------------------------------------------------------------------------------- */
.testimonial {
	margin-bottom: 20px;	
}

.testimonial-content .top {
	background: url(../images/testimonial-left-top.png) no-repeat left top;
	padding-left: 18px;	
}

.testimonial-content .top div {
	background: url(../images/testimonial-right-top.png) no-repeat right top;
	padding-right: 18px;
	padding-top: 17px;
}

.testimonial-content .bottom {
	background: url(../images/testimonial-left-bottom.png) no-repeat left bottom;
	padding-left: 18px;	
}

.testimonial-content .bottom div {
	background: url(../images/testimonial-right-bottom.png) no-repeat right bottom;
	padding-right: 18px;
	padding-bottom: 31px;
}

.testimonial-meta {
	padding: 0 18px;
	text-align: right;	
	margin-top: 5px;
}

.testimonial-meta .company {
	color: #888;
}

/* 14 Carousel
-------------------------------------------------------------------------------- */
.carousel > header {
    overflow: hidden;
    margin-bottom: 10px;
}

.carousel > header h2 {
    float: left;
    margin-bottom: 0;
}

.carousel > header ul.pager {
    float: right;
    margin-left: 15px;
    overflow: hidden;
}

.carousel > header ul.pager li {
    float: left;
    margin-left: 5px;
}

.carousel > header ul.pager a {
    display: block;
    width: 15px;
    height: 16px;
    background-image: url(../images/carousel-arrows.png);
    background-repeat: no-repeat;
    text-indent: -10000px;
}

.carousel > header ul.pager li.prev a {
    background-position: left top;
}

.carousel > header ul.pager li.next a {
    background-position: -16px top;
}


/* 15 Thumbnail Overlay
-------------------------------------------------------------------------------- */
.entry-thumb span.overlay {
  	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;	
	filter: Alpha(opacity=0); /* IE */
	background: #FFF no-repeat center center; 
}

.entry-thumb span.overlay.image {
	background-image: url(../images/zoom-image.png);
}

.entry-thumb span.overlay.video {
	background-image: url(../images/zoom-video.png);
}

.entry-thumb span.overlay.link {
	background-image: url(../images/link.png);
}

/* 16 Footer
-------------------------------------------------------------------------------- */
#footer-top {
	background: #383838 url(../images/background-patterns/header-footer-backgrounds/hf-diamond.png) repeat left top;
	border-top: 2px solid #2E2E2E;
	border-bottom: 1px solid #3D3D3D;
	position: relative;
	color: #bfbfbf;
	text-shadow: 0 1px rgba(0,0,0,0.4);
}

#footer .border-top {
    background: url(../images/hf-dotted-border.png) repeat-x left top;
    position: absolute;
    width: 100%;
    height: 6px;
    left: 0;
    top: -8px;
}

#footer-top > .inner {
	padding: 31px 0 20px;	
}

#footer h2 {
	color: #fff;	
	margin-top: 3px;
	margin-bottom: 30px;
}

#footer .text-widget h2 {
	/*font: 33px MarketingScriptRegular, sans-serif;*/
	margin-top: 0;
	margin-bottom: 10px;
}

#footer-bottom {
	background: #292929 url(../images/background-patterns/header-footer-backgrounds/hf-diamond.png) repeat left top;
	color: #808080;
	text-shadow: 0 1px rgba(0,0,0,0.5);
	border-top: 1px solid #1f1f1f;
	font-size: 11px;
	position: relative;
}

#footer-bottom > .inner {
	padding: 25px 0;
}

#footer-bottom p {
	margin: 0;
}

#footer-bottom a:link, #footer-bottom a:visited {
	color: #999;
	text-decoration: none;	
}

#footer-bottom a:hover, #footer-bottom a:active {
	color: #bfbfbf;
}

#footer-nav {
	float: right;	
}

#footer-nav ul li {
	display: inline;
}

#footer-bottom a.back-top {
	background: url(../images/footer/back-top.png) no-repeat left top;
	width: 30px;
	height: 30px;
	text-indent: -10000px;
	position: absolute;
	top: 19px;
	right: 15px;
}



/* Contact Details */

.contact-details p {
	background-repeat: no-repeat;
	padding-left: 26px;
}

.contact-details .address {
	background-image: url(../images/contact/marker.png);
	background-position: left 1px;
}

.contact-details .phone {
	background-image: url(../images/contact/phone.png);
	background-position: left 0;
}

.contact-details .fax {
	background-image: url(../images/contact/fax.png);
	background-position: left 2px;
}

.contact-details .email {
	background-image: url(../images/contact/mail.png);
	background-position: left 3px;
}

#footer .contact-details .address {
	background-image: url(../images/footer/contact/marker.png);
}

#footer .contact-details .phone {
	background-image: url(../images/footer/contact/phone.png);
}

#footer .contact-details .fax {
	background-image: url(../images/footer/contact/fax.png);
}

#footer .contact-details .email {
	background-image: url(../images/footer/contact/mail.png);
}


/* Simple Menu */

ul.simple-menu {
	margin-bottom: 20px;
}

ul.simple-menu li {
	margin-bottom: 5px;
}

ul.group span {
	color: #888;
}

/* Thumbnail List */

ul.thumb-list {
	margin-bottom: 20px;	
}

ul.thumb-list .entry-thumb {
	float: left;
	margin-right: 10px;
	margin-bottom: 0;
}

ul.thumb-list li {
	padding: 10px 0;
}

ul.thumb-list .entry-details {
	overflow: hidden;
}

ul.thumb-list .entry-title, ul.thumb-list .entry-excerpt p {
	margin: 0;
}

ul.thumb-list .entry-thumb a:link, ul.thumb-list .entry-thumb a:visited {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

ul.thumb-list .entry-thumb a:hover, ul.thumb-list .entry-thumb a:active {
	border-color: #bdbdbd;
	background-color: #f7f7f7;
}

ul.thumb-list .entry-thumb img {
    border: none;
    box-shadow: none;
	-webkit-box-shadow: none;
}

ul.thumb-list .entry-meta {
	margin: 0;
}

ul.thumb-list .entry-meta span {
	background: none;
	padding: 0;
}

ul.thumb-list .comment a {
	color: #474747;
	text-decoration: none;
}

/* Menu with Separators */

ul.sep-menu {
	border-bottom: 1px dotted #bfbfbf;
	margin-bottom: 20px;
}

ul.sep-menu li {
	border-top: 1px dotted #bfbfbf;
}

ul.sep-menu li > a:link, ul.sep-menu li > a:visited {
	display: block;
	padding: 5px;
	text-decoration: none;
}

ul.sep-menu li > a:hover, ul.sep-menu li > a:active, ul.sep-menu li.current > a {
	color: #474747;
	background-color: rgba(0,0,0,0.05);
}

ul.sep-menu li > a {
    color: #474747;
    background-color: rgba(0,0,0,0.05);
}
ul.sep-menu li > a:hover{
    background-color: rgba(0,0,0,0.1);

}

ul.sep-menu li.current > a{
    color: #E44036;
    background-color: transparent;
}


/* Menu with Separators in Tabs */

.tabs ul.sep-menu {
	border-bottom: none;
	margin-bottom: 0;	
}

.tabs ul.sep-menu li:first-child {
	border-top: none;
	padding-top: 0;
}

.tabs ul.tags {
	margin: 0;	
}

/* Tags */

ul.tags {
	margin-bottom: 20px;
}

ul.tags li {
    float: left;
    margin: 0 5px 5px 0;
}

ul.tags a {
    display: block;
	text-decoration: none;
    padding: 3px 5px;
	color: #474747;
    background-color: #F7F7F7;
    border: 1px solid #ccc;
    border-radius: 3px;
	box-shadow: 0 1px rgba(255, 255, 255, 0.75) inset;
	-webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.75) inset;
}

/* 18 Page Title & Breadcrumbs
-------------------------------------------------------------------------------- */
#page-title {
	background: url(../images/content-dotted-divider.png) repeat-x left bottom;
	padding-bottom: 20px;	
	margin-bottom: 40px;
}

#breadcrumbs span, #breadcrumbs ul, #breadcrumbs ul li {
	display: inline;	
}

#breadcrumbs span {
	color: #888;	
}

/* 19 404 Error Page
-------------------------------------------------------------------------------- */
.error-page #page-title h1 {
	background: url(../images/warning-48.png) no-repeat left center;
	padding: 8px 0 8px 58px;	
}

/* 20 Pagination
-------------------------------------------------------------------------------- */
.page-nav {	
	margin-bottom: 40px;
}

.page-nav > span {
	margin-right: 20px;
}

.page-nav ul, .page-nav li {
	display: inline-block;
}

.page-nav li, .page-nav > span {
	vertical-align: middle;
}

.page-nav li {
	margin-right: 5px;
}

.page-nav a, .page-nav a span {
	display: block;	
}

.page-nav a {
	line-height: normal;
	color: #fff !important;
	text-decoration: none !important;
	text-shadow: 0 1px rgba(0,0,0,0.4);
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	overflow: hidden; /* for rounded corners in IE9 */
}

.page-nav a span.inner {
	padding: 1px;
	border-radius: 3px;
	background: #434343; /* Old browsers */
	background: -moz-linear-gradient(top,  #434343 0%, #111111 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#434343), color-stop(100%,#111111)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #434343 0%,#111111 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #434343 0%,#111111 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #434343 0%,#111111 100%); /* IE10+ */
	background: linear-gradient(top,  #434343 0%,#111111 100%); /* W3C */
}

.page-nav a span.text {
	border-radius: 3px;
	padding: 6px 10px;
	box-shadow: 0 1px #848484 inset;
	-webkit-box-shadow: 0 1px #848484 inset;
	background: #5e5e5e; /* Old browsers */
	background: -moz-linear-gradient(top,  #5e5e5e 0%, #2f2f2f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e5e5e), color-stop(100%,#2f2f2f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5e5e5e 0%,#2f2f2f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5e5e5e 0%,#2f2f2f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5e5e5e 0%,#2f2f2f 100%); /* IE10+ */
	background: linear-gradient(top,  #5e5e5e 0%,#2f2f2f 100%); /* W3C */
}

.page-nav a:hover span.text {
	background: #2f2f2f; /* Old browsers */
	background: -moz-linear-gradient(top,  #2f2f2f 0%, #5e5e5e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f2f2f), color-stop(100%,#5e5e5e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2f2f2f 0%,#5e5e5e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2f2f2f 0%,#5e5e5e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2f2f2f 0%,#5e5e5e 100%); /* IE10+ */
	background: linear-gradient(top,  #2f2f2f 0%,#5e5e5e 100%); /* W3C */
}

.page-nav li.current a {
	color: #474747 !important;
	text-shadow: 0 1px rgba(255,255,255,0.4);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	cursor: default;
}

.page-nav li.current a span.inner {
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #dddddd 0%, #939393 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#939393)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dddddd 0%,#939393 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dddddd 0%,#939393 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dddddd 0%,#939393 100%); /* IE10+ */
	background: linear-gradient(top,  #dddddd 0%,#939393 100%); /* W3C */
}

.page-nav li.current a span.text {
	box-shadow: 0 1px #eaeaea inset;
	-webkit-box-shadow: 0 1px #eaeaea inset;
	background: #dcdcdc; /* Old browsers */
	background: -moz-linear-gradient(top,  #dcdcdc 0%, #bbbbbb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdcdc), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dcdcdc 0%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dcdcdc 0%,#bbbbbb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dcdcdc 0%,#bbbbbb 100%); /* IE10+ */
	background: linear-gradient(top,  #dcdcdc 0%,#bbbbbb 100%); /* W3C */
}

/* new styles */

.nivo-controlNav {text-align:  center;}
.nivo-controlNav a {display: inline-block; float:  none;}

.entry h3.entry-title{text-align:  center;}

.logo img {margin-top: 20px;}

#header-top {font-family: 'Lora', serif; font-size: 18px; line-height: 1.3; color: #f0e8e8; font-weight: bold;}
#header-top p {margin: 3px 0;}
#header-top .all-day, #header-top .phones {padding-top: 24px; text-align: center;}
#header-top .all-day {padding-top: 38px; line-height: 1.2;}
#header-top .phones .box {text-align: left; padding-left: 20px; display: inline-block;}
#header-top .phones .box p {margin: 1px 0; font-size: 16px;}

#navlist {text-transform: uppercase;}

#home-intro h1 {text-align: center; padding-bottom: 15px;}
.testimonials-box {width:  350px !important; float:  right;}
.testimonials-box ul {float: right;}
#testimonials {width: 350px!important;}


#footer-top {font-family: 'Lora', serif; font-size: 16px; line-height: 1.5; color: #f0e8e8; font-weight: bold;}
#footer-top a {color: #f0e8e8;}
#footer-top .contact-title {padding: 15px 0 5px;}
.logo-footer {background: url(../images/new/logo-footer.png) no-repeat; width: 150px; height: 61px; margin-bottom: 4px;}
#footer-top .desc {line-height: 1.6;}
#footer-top .contact-details p {margin: 4px 0; font-size: 15px; background-position: left center;}



/*left menu*/
#sidebar h2 {font-size: 20px; text-align: center;}
ul.sep-menu  li {color: #474747; background-color: rgba(0,0,0,0.05);padding: 10px; font-size: 14px;}
ul.sep-menu li a {padding: 0!important; background: none!important; color: #E44036; display: block;}
ul.sep-menu li a:hover {color: #E44036!important;}


/*page transport*/
/*.transport h3 {text-align:  center;}*/
.transport img {margin: 20px auto; display: block;}
.transport .gen-table {margin-bottom: 40px;}

.content-form textarea {width: 340px;}
.contact-details p {margin-bottom: 8px;}
#sidebar .contact-details .email a {color: #474747!important;}
/* #main h3 {text-align: center;}*/

#map-canvas {margin-top: 22px; width: 100%; height: 300px;}

.gm-style-iw {width: 125px;}

.our-services .grid_9 li:first-child {margin-left: 0;}
.our-services .grid_9 li:last-child {margin-right: 0;}


#footer-nav ul li:last-child {color: transparent;}

.car-box .items {text-align: center;}
.car-box .items a {display: inline-block; margin-right: 11px;
border: 1px solid #ccc;}
.car-box .items a:last-child {margin-right:  0;}

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

/* reviews page */
#comment-editor {width: 340px!important; }
.markItUpHeader {display: none!important; }
#testimonials .ticket-comment {margin-top: 0;}
#testimonials blockquote {background: none; padding-left: 0;}
#testimonials2 {width: 350px!important;}

.hp-slider {
	display: none;
}

.homepage .hp-slider {
	display: block;
}