/*
* Red Style
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/*html, body {
	height: 100%;}

body {
	margin: 0px;
	padding: 0px;
	font: 13px/18px Helvetica, sans-serif;
	color: #000;
}
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color:#9B1712;
}
h1{ font:bold 28px/35px Helvetica, sans-serif; margin:20px 0;}
h2{ font:bold 24px/32px Helvetica, sans-serif; margin:20px 0;}
h3{ font:bold 18px/25px Helvetica, sans-serif; margin:15px 0;}
h4{ font:bold 16px/22px Helvetica, sans-serif; margin:10px 0;}*/

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
	Clear Floated Elements
*/

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}

.clear:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0;
}

* html .clear {
	height:1%;
}

/*
	Style HTML Tags
*/

/*body {
	color:#333;
	font-family:"Open Sans", sans-serif;
	font-size:13px;
	line-height:1.62em;
}*/

a {
	color:#9B1712;
	text-decoration:none;
	-moz-transition: color .25s ease, margin .25s ease;
	-webkit-transition: color .25s ease, margin .25s ease;
	-o-transition: color .25s ease, margin .25s ease;
	-ms-transition: color .25s ease, margin .25s ease;
	transition: color .25s ease, margin .25s ease;
}

a:hover {
	color:#333333;
}

/*h1, h2, h3, h4, h5, h6 {
	margin-bottom:18px;
	font-family:"Oswald", sans-serif;
	font-weight:300;
	line-height:1.62em;
	letter-spacing:1px;
}

h1 {
	font-size:34px;
}

h2 {
	font-size:30px;
}

h3 {
	font-size:22px;
}

h4 {
	font-size:18px;
}

h5 {
	font-size:16px;
}

h6 {
	font-size:15px;
}

p {
	margin-bottom:24px;
}*/

blockquote {
	position:relative;
	color:#444;
	font-family:Georgia, "URW Bookman L", serif;
	font-style:italic;
	margin:0 30px 0 60px;
}

blockquote:before {
	position:absolute;
	top:30px;
	left:-75px;
	content:"\201C";
	color:#DDD;
	font-family:serif;
	font-size:96px;
}

blockquote cite {
	font-style:normal;
}

blockquote cite:before {
	content:"\2014";
	padding-right:8px;
}

table {
	width:100%;
	border-collapse:collapse;
	text-align:center;
	margin-bottom:24px;
}

table tr:nth-child(even) {
	background:#F8F8F8;
}

table th,
table td {
	padding:6px 0;
}

table th {
	font-weight:600;
}

fieldset {
	border:#EEE 1px solid;
	padding:2%;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
	padding:1.5%;
	box-shadow:inset 1px 1px 5px rgba(0, 0, 0, .05);
	background:#FCFCFC;
	border:#CCC 1px solid;
	color:#999;
	font-family:"Droid Sans", sans-serif;
	font-size:13px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
	background:#FFF;
	border:#ddd 1px solid;
	color:#333;
	outline: none;
}

textarea {
	font-size:15px;
}

input[type=submit],
input[type=reset],
input[type=button] {
	padding:4px 15px;
	border-radius:15px;
	box-shadow:0 0 5px rgba(0, 0, 0, .1);
	background:#F8F8F8;
	background:-moz-linear-gradient(#FCFCFC, #F3F3F3);
	background:-webkit-linear-gradient(#FCFCFC, #F3F3F3);
	background:-o-linear-gradient(#FCFCFC, #F3F3F3);
	background:-ms-linear-gradient(#FCFCFC, #F3F3F3);
	background:linear-gradient(#FCFCFC, #F3F3F3);
	border-bottom:#DDD 1px solid;
	color:#444;
	font-family:"Open Sans", sans-serif;
	font-size:13px;
}

input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
	box-shadow:#aaa 0 0 5px;
}

input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus {
	box-shadow:#aaa 0 0 5px;
	background:-moz-linear-gradient(#EEE, #F9F9F9);
	background:-webkit-linear-gradient(#EEE, #F9F9F9);
	background:-o-linear-gradient(#EEE, #F9F9F9);
	background:-ms-linear-gradient(#EEE, #F9F9F9);
	background:linear-gradient(#EEE, #F9F9F9);
}

hr {
	border:none;
	border-top:#EEE 1px solid;
}

dt {
	font-weight:600;
	margin-bottom:24px;
}

dd {
	margin-left:30px;
	margin-bottom:24px;
}

ul {
	list-style-type:disc;
	margin-left:30px;
	margin-bottom:24px;
}

ul li {
	margin-top:4px;
}

ul ul {
	list-style-type:square;
	margin-bottom:0;
}

ul ul ul {
	list-style-type:circle;
}

ol {
	list-style-type:decimal;
	margin-left:30px;
	margin-bottom:24px;
}

ol ol {
	list-style: upper-alpha;
	margin-bottom:0
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

address {
	font-size:14px;
	font-style:italic;
	margin-bottom:16px;
}

code {
	padding:1px 4px;
	background:#F8F8F8;
	background:-moz-linear-gradient(#F8F8F8, #F3F3F3);
	background:-webkit-linear-gradient(#F9F9F9, #F3F3F3);
	background:-o-linear-gradient(#F8F8F8, #F3F3F3);
	background:-ms-linear-gradient(#F8F8F8, #F3F3F3);
	background:linear-gradient(#F8F8F8, #F3F3F3);
	border-radius:4px;
	box-shadow:0 1px 1px rgba(0, 0, 0, .2);
	font-family:Monaco, Consolas, "Lucida Console", "Bitstream Vera Sans Mono", monospace;
	font-size:12px;
}

kbd,
tt {
	font-family:monospace;
}

abbr,
acronym {
	border-bottom:#999 1px dotted;
	cursor:help;
}

big {
	font-size:1.3em;
}

cite,
em {
	font-style:italic;
}

pre {
	padding:15px;
	background:#F8F8F8;
	border:#E3E3E3 1px dashed;
	color:#000;
	font-family:Monaco, Consolas, "Lucida Console", "Bitstream Vera Sans Mono", monospace;
	font-size:12px;
	line-height:1.62em;
	margin-bottom:24px;
	overflow:auto;
}

q {
	quotes:inherit;
}

q:before {
	content:open-quote;
}

q:after {
	content:close-quote;
}

/* strong {
	font-weight:600;
} */

sup,
sub {
	height:0;
	line-height:1;
	vertical-align:baseline;
	position:relative;
	font-size:10px;
}

sup {
	bottom:1ex;
}

sub {
	top:.5ex;
}

img,
video {
	max-width:100%;
	height:auto;
}

figure img {
	display:block;
	margin:0 auto;
}

video {
	display:block;
}

audio {
	max-width:100%;
}

.entry-content a img,
#attachment-nav a img {
	max-width: 98.5%;
	padding:0.8%;
	box-shadow:0 0 3px #EEE;
	background:#FFF;
	border:#EEE 1px solid;
}

.entry-content a:hover img,
#attachment-nav a:hover img {
	background:#F0F0F0;
}

/*
	WordPress Standard Tags
*/

.aligncenter {
	display:block;
	margin:10px auto;
}

.alignleft {
	float:left;
	margin:10px 20px 10px 0;
}

.alignright {
	float:right;
	margin:10px 0 10px 20px;
}

.wp-caption {
	max-width:96%;
	padding:3% 2%;
	box-shadow:0 0 5px rgba(0, 0, 0, .1);
	background:#FCFCFC;
	border-bottom:#EEE 1px solid;
}

.wp-caption a img {
	display:block;
	padding:0;
	margin:0 auto;
	border:none;
	box-shadow:none;
}

.wp-caption-text {
	margin:3% 0 0;
	color:#333;
	font-size:13px;
	line-height:1.62em;
	text-align:center;
}

.gallery {
	margin:auto;
}

.gallery-item {
	float:left;
	padding:10px 0;
	background:#FCFCFC;
	border-bottom:#EEE 1px solid;
	box-shadow:0 0 5px rgba(0, 0, 0, .1);
	text-align:center;
}

.gallery-columns-1 .gallery-item {
	width:90%;
	margin:0 1.5% 3%;
}

.gallery-columns-2 .gallery-item {
	width:45%;
	margin:0 1.5% 3%;
}

.gallery-columns-3 .gallery-item {
	width:30%;
	margin:0 1.3% 3%;
}

.gallery-columns-4 .gallery-item {
	width:22%;
	margin:0 1.2% 3%;
}

.gallery-columns-5 .gallery-item {
	width:17%;
	margin:0 1.2% 3%;
}

.gallery-item:hover  {
	background:#F4F4F4;
}

.gallery-item a img {
	display:block;
	padding:0;
	margin:0 auto;
	border:none;
	box-shadow:none;
}

.gallery-icon {
	margin:0;
}

.gallery-caption {
	padding:10px 10px 0;
	margin:0;
	font-size:12px;
	line-height:16px;
	text-align:center;
}

.sticky {
}

.bypostauthor > .comment-body {
	background:#F0F0F0;
}

/*
	Grid System
*/

.column {
	float:left;
}

.onecol {
	width:100%;
}

.twocol {
	width:49.9%;
}

.threecol {
	width:33.3%;
}

.fourcol {
	width:25%;
}

.twelvecol {
	width:8.33%;
}

.twothirdcol {
	width:66.7%;
}

.threefourthcol {
	width:75%;
} 


#welcome{border-radius:4px; -moz-border-radius:4px; -khtml-border-radius:4px; background-color:#e6e6e6; padding:5px 0; font: italic 14px/25px Helvetica, sans-serif; overflow:hidden; font-size:13px;}

#welcome a{color:#333333;}

.top-nav{ margin:0; padding:0; list-style:none;}
.top-nav li{ margin:0; }
.top-nav li a{ float:right; font-style:normal; margin:5px 10px; line-height:1.4em;}

.container .columns.social{ display:block; float:right; }
/*.social a{ float:right; font-style:normal; margin:2px 10px; color:#9B1712;}
.social a{ float:right; margin:0 0 0 5px; display:inline-block; width:25px; height:25px; text-indent:-999em;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}*/
.social a:hover{
	/*
	-moz-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	transform: rotate(-360deg);
	*/
}
.social a.fb{ background:url(../images/social/facebook.png) center top no-repeat;}
.social a.fb:hover{ background-position:center bottom;}

.social a.tw{ background:url(../images/social/twitter.png) center top no-repeat;}
.social a.tw:hover{ background-position:center bottom;}

.social a.in{ background:url(../images/social/linkedin.png) center top no-repeat;}
.social a.in:hover{ background-position:center bottom;}

.social a.fk{ background:url(../images/social/flickr.png) center top no-repeat;}
.social a.fk:hover{ background-position:center bottom;}

.social a.yt{ background:url(../images/social/youtube.png) center top no-repeat;}
.social a.yt:hover{ background-position:center bottom;}

.social a.gp{ background:url(../images/social/googleplus.png) center top no-repeat;}
.social a.gp:hover{ background-position:center bottom;}

.social a.rss{ background:url(../images/social/rss.png) center top no-repeat;}
.social a.rss:hover{ background-position:center bottom;}

#nav_wrapper {  background: #C42121; }
#nav_wrapper ul.menu li ul.sub-menu { border: 5px solid #9d1a1a; }
#nav_wrapper ul.menu li ul.sub-menu li:hover a:hover, #nav_wrapper ul.menu li ul.sub-menu li:hover a.active, #nav_wrapper ul.menu li ul.sub-menu li.current-menu-item a{color:#9d1a1a;}

#nav_wrapper .select-menu { background: #C42121; }

#slider{ padding:15px 0; background: url(../images/red/background_slider.png) repeat;}
#slider .slideshow{ position:relative; }
#slider img{width:100%; display:block;}
#slider iframe{ width:100%; height:350px; vertical-align: bottom;}
#slider .cycle-slideshow > div{width: 100%;  position:relative; height:100%;}
#slider .cycle-slideshow > div .caption{width: 50%; position:absolute; bottom:20px; left:40px;}
#slider .cycle-slideshow > div .caption h3{color: #011E30;}
#slider .cycle-pager {/*bottom: 0;display: block;left: 50%;margin: 0 auto 0 -20%;overflow: hidden;position: absolute;text-align: center;width: 50%;z-index: 500;*/}
#slider .cycle-pager span { font-family: arial; font-size: 50px; width: 20px; height: 16px; display: inline-block; color: #ddd; cursor: pointer; }
#slider .cycle-pager span.cycle-pager-active { color: #9B1712;}
#slider .cycle-pager > * { cursor: pointer;}
#slider #prev, #slider #next{width:38px; height:61px;position:absolute; /*top: 40%;*/  text-indent:-999em;opacity: .7; z-index:990;}
#slider #prev:hover, #slider #next:hover{opacity: 1;}
#slider #prev{background:url(../images/themes.png) no-repeat scroll center left; left:0;}
#slider #next{background:url(../images/themes.png) no-repeat scroll center right; right:0;}

#slider .form_image p{margin:0 0 10px;}
#slider .form_image{padding:10px; background: #fff; border-radius:4px; -moz-border-radius:4px; -khtml-border-radius:4px; min-height:330px;}
#slider .form_image input[type="text"], input[type="password"], input[type="tel"], input[type="email"], textarea, select{margin:0 0 10px; width: 96%; }
#slider .form_image input[type="submit"]{margin:0 0 5px;}
#slider .form_image img{width:auto; float:right; }
#slider .button, button, input[type="submit"], input[type="reset"], input[type="button"]{background: #EF9618;color: #000000;font-size: 120%;padding: 5px 25px; border:1px solid #9B5510;/*margin-left: 75px !important;*/ }
#slider .button, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover
#slider .button, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active
{background: #9B5510;color: #FFFFFF; border:none; border:1px solid #EF9618; text-shadow:0 1px #000; }

#slider .form_image span.wpcf7-form-control-wrap{ display:block;}
#slider .form_image span.wpcf7-not-valid-tip { background: none !important;border: none !important;color: #FF0000;font-size: 10pt;left: 0 !important;padding: 3px;position: absolute;top: 0 !important;z-index: 100;display:block;}
#slider .form_image div.wpcf7-response-output{ border: none !important; margin:5px !important; }
#slider .form_image div.wpcf7-validation-errors{ border: none !important; color: #FF0000 !important;}

#slogan{ padding:20px 0;}
#slogan h2{ font-weight: bold; font-style: italic; margin:10px 0; color:#781b1f; float:left; line-height: 1.2em;}
#slogan span.call{ float:right; font: bold italic 18px/28px Helvetica, sans-serif; }
#slogan .button-big{ font: bold 20px/22px Arial,Helvetica,sans-serif;text-align: center;}
#slogan .button-big em { font-size: 16px; }.margin_right {margin-right:16px;}

#subslogan{border-radius:4px; -moz-border-radius:4px; -khtml-border-radius:4px; background-color:#e2e2e2;  margin:0 0 20px; padding:10px 0; overflow:hidden;font-size: 14px; line-height:22px; }
#subslogan img{ float:left; margin:0 8px 0 40px;}

.main{padding-bottom:20px; margin:0; border-top:1px solid #DBDBDB; background: none repeat scroll 0 0 #efefef;}

.boxes{ margin:15px 0; }

#nav2{ float:left; margin:0; }
#nav2 ul{ list-style: none outside none; padding:0; margin:0;}
#nav2 ul li { float: left; /*margin: 10px 0;*/ }
#nav2 ul li a { /*display:block;   height: 81px; font: 24px/81px  Helvetica, sans-serif; color: #fff; text-decoration:none; text-align:center;*/border-right:solid 1px #9F1A13; }
#nav2 ul li:first-child a{ background:none repeat scroll 0 0 #574424;border-radius:4px 0 0 4px; -moz-border-radius:4px 0 0 4px; -khtml-border-radius:4px 0 0 4px; }
#nav2 ul li:nth-child(2) a{ background: #cc0000;  }
#nav2 ul li:nth-child(3) a{ background:#7e1200;  }
#nav2 ul li:last-child{margin-right:0;}
#nav2 ul li:last-child a{ background: #430a00;border-radius:0 4px 4px 0; -moz-border-radius:0 4px 4px 0; -khtml-border-radius:0 4px 4px 0;  }
#nav2 ul li a:hover{ background: #9F1A13; color:#fff ;}

#content{ background-color:#fff; border-radius:4px; -moz-border-radius:4px; -khtml-border-radius:4px; overflow:hidden; margin-top:20px; margin-bottom:20px;}
.somepad{ padding:0 10px;}

.greybox{border-radius:4px; -moz-border-radius:4px; -khtml-border-radius:4px; border:solid 1px #fff; background-color:#cacaca; padding:0 15px 15px 15px; overflow:hidden;}
.readmore{ width:113px; height:29px; float:right; background:url(../images/readmore.png) no-repeat; margin:10px 0 0 0;}
.readmore:hover{background:url(../images/readmore.png) no-repeat 0 -29px;}

.testimonial{position:relative; width: 100%; height: 100%; overflow:hidden;}
.testim1 {left: 0; position: absolute; top: 90px; /*background:url(../images/testim.png) no-repeat; width:26px; height:32px;*/ display:block; width:0px; height:0px; border-right: 0px solid transparent; border-left: 26px solid transparent; border-top: 32px solid #f4d5a2; }
.testim2 .cycle-slideshow{min-width:100%;}
.testim2 .cycle-slideshow > div { /*position: absolute; top: 0; left: 0; width: 100%; padding: 0;*/}
.testim2 { background-color:#f4d5a2; /*border-radius:4px; -moz-border-radius:4px; -khtml-border-radius:4px; float:left; padding:15px; text-align:justify; margin-left:26px; font-style:italic; min-height:130px;*/ }
.testim2 b{ float:right; font-style:normal;}
#slogan_footer h2 { color: #781b1f; }
.one_third > h3 {color: #781b1f;}
aside.testimonial {}.testimonial > h3 {    color: #9ba5b0; }
.testimonial .quote {position: absolute;left: 0;top: -25px;font-size: 300px;font-family: Georgia, serif;color: #f2f2f2;z-index: -1;line-height: 1;}
.testimonial-text { background: #EFEFEF; font-style: italic; margin: 10px 0 0; padding: 10px;}
.testimonial-client-name {text-align: right; margin: 5px 0 10px;}
.testimonial-client-name cite {font-weight: bold; font-size: 12px;}

#crumbs{ margin-top:10px; margin-bottom:10px; }

.page#content, .post#content{}

.google-map{ margin:20px 0; }

.entry-container{margin:0 0 40px; }

h1.entry-title, .home h1{ line-height:1.2em; margin-bottom: 10px;}

h3.entry-title{ margin:20px 0 5px;}

.entry-thumbnail{margin:20px 0;}

.entry-summary p{margin:10px 0 15px;}

.format-status .avatar {
	display: block;
	float:left;
	margin-right: 20px;
}

.format-image figure img {
	width:100%;
}

.format-audio object {
	height:24px;
}

.format-chat .entry-content p:nth-child(2n+1), .format-chat .entry-summary p:nth-child(2n+1) {
    background: none repeat scroll 0 0 #F9F9F9;
    font-weight: 600;
}
.format-chat .entry-content p, .format-chat .entry-summary p {
    padding: 2px 5.8%;
}

.single .format-chat .entry-content p:last-child
.single .format-chat .entry-summary p:last-child {
	margin-bottom:24px;
}

.format-link .entry-title a:after {
	content:"\2192";
	padding-left:8px;
}

.format-aside .entry-summary p,
.format-status .entry-summary p,
.format-quote .entry-summary p  {
	margin-bottom:6px;
}

.entry-content .entry-attachment {
	margin-bottom:24px;
}

.entry-attachment p {
	margin:0;
}

.post-gallery-item img {
	display:block;
	float:left;
}

.attachment-gallery-1-thumb {
	max-width:61.714288%;
}

.attachment-gallery-2-thumb,
.attachment-gallery-3-thumb {
	max-width:38.285712%;
}

.entry-attachment img {
	display:block;
	margin:0 auto 18px;
}

.entry-meta {
	padding:1.5% 2.9%;
	background:#FCFCFC;
	border-top:#F3F3F3 1px solid;
	border-top:rgba(0, 0, 0, .035) 1px solid;
	border-bottom:#dddddd 1px solid;
	color:#CCC;
	font-size:12px;
	font-weight:300;
}

.entry-header .entry-meta {
	padding:0;
	background:none;
	border:none;
}

.single .entry-meta {
	padding:1.5% 2.4%;
	margin-bottom:24px;
	background:none;
	border-top:#F4F4F4 1px solid;
	border-bottom:#F4F4F4 1px solid;
}

.entry-meta span {
	padding-left:24px;
	margin-left:32px;
}

.entry-header .entry-meta span {
	display:block;
	float:none;
	padding:6px 0 6px 24px;
	margin:0;
}

.single .entry-meta span {
	display:inline;
	padding:0 0 0 24px;
	margin-left:32px;
}

.entry-meta span.custom-meta,
.single .entry-meta span.custom-meta {
	padding-left: 0;
	background: none;
	color: #999;
}

.custom-meta.entry-category {
	font-weight: normal;
	text-transform: uppercase;
}

.entry-meta span:first-child,
.single .entry-meta span:first-child,
.page .entry-meta span:first-child {
	margin: 0;
}

.entry-meta a {
	color:#7597B9;
}

.entry-meta a:hover {
	color:#d54e21;
}

.entry-summary .entry-attachment {
	margin-bottom:18px;
}

.entry-author-link {
	background:url(../images/user.png) left center no-repeat;
}

.entry-date {
	background:url(../images/time.png) left center no-repeat;
}

.entry-category {
	background:url(../images/ribbon.png) left center no-repeat;
}

.attachment-size {
	background:url(../images/image.png) left center no-repeat;
}

.edit-link {
	background:url(../images/edit.png) left center no-repeat;
}

.entry-permalink {
	float:right;
	margin:0;
	background:url(../images/link.png) left center no-repeat;
}

.entry-author {
	padding:20px;
	margin-bottom:20px;
	background:#FCFCFC;
	border-bottom:#EEE 1px solid;
	box-shadow:0 0 5px rgba(0, 0, 0, .1);
	font-size:13px;
	line-height:1.62em;
}

.entry-author .avatar {
	float:left;
	padding:5px;
	border-bottom:#DDD 1px solid;
	background:#fff;
	box-shadow:0 0 5px rgba(0, 0, 0, .1);
}

.entry-author .author {
	margin-bottom:10px;
	font-family:"Open Sans", sans-serif;
	font-size:15px;
	letter-spacing:normal;
}

.entry-author .author,
.author-bio,
.entry-author .author-meta {
	margin-left:126px;
}

.author-bio {
	margin-bottom:10px;
}

.entry-author .author-website,
.entry-author .author-twitter {
	float:left;
	width:50%;
	text-align:center;
}

.entry-tags {
	margin: -8px -8px 0;
}

.entry-tags a {
	position: relative;
	display: inline-block;
	padding: 0 4px 0 16px;
	margin: 8px;
	background: #F9F6E3;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
	color: #333;
	font-size: 12px;
}

.entry-tags a:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 6px;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 3px;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .2);
}

.entry-tags a:hover {
	top: -3px;
	-moz-transition: top .1s ease;
	-webkit-transition: top .1s ease;
	-o-transition: top .1s ease;
	-ms-transition: top .1s ease;
	transition: top .1s ease;
}

.nocomments {
	margin:0;
	color:#999;
	font-size:18px;
	line-height:1.62em;
	text-align:center;
}

#comments {
	background: none;
	border: none;
	box-shadow: none;
}

#comments-title,
#reply-title {
	margin-bottom:18px;
	font-size:24px;
	line-height:1.62em;
}

#comments-title {
	margin:35px 0;
}

.navigation {
	margin:15px 0;
}

.nav-prev,
.nav-previous {
	float:left;
	width:50%;
}

.nav-next {
	float:right;
	width:50%;
	text-align:right;
}

.commentlist {
	margin:0 0 20px 0;
	list-style:none;
}

.commentlist .children {
	margin:20px 0 0 40px;
	list-style:none;
}

.comment {
	margin:0;
}

.comment-body {
	padding:20px;
	margin-bottom:35px;
	box-shadow:0 0 5px rgba(0, 0, 0, .1);
	background:#fff;
	border-bottom:#DDD 1px solid;
	overflow: hidden;
}

.commentlist .comment:first-child .comment-body {
	margin-top:0;
}

.comment .avatar {
	float:right;
	padding:5px;
	margin:0 0 20px 20px;
	background:#fff;
	border-bottom:#DDD 1px solid;
	box-shadow:0 0 5px rgba(0, 0, 0, .1);
}

.comment .fn {
	font-size:15px;
	font-style:normal;
	font-weight:600;
	line-height:1.62em;
}

.comment-meta {
	margin-bottom:18px;
	font-size:12px;
}

a.comment-reply-link {
	padding:4px 15px;
	border-radius:15px;
	box-shadow:0 0 5px rgba(0, 0, 0, .1);
	background:#F8F8F8;
	background:-moz-linear-gradient(#FCFCFC, #F3F3F3);
	background:-webkit-linear-gradient(#FCFCFC, #F3F3F3);
	background:-o-linear-gradient(#FCFCFC, #F3F3F3);
	background:-ms-linear-gradient(#FCFCFC, #F3F3F3);
	background:linear-gradient(#FCFCFC, #F3F3F3);
	border-bottom:#DDD 1px solid;
	color:#333;
	text-decoration:none;
}

a.comment-reply-link:hover {
	box-shadow:#CCC 0 0 5px;
}

a.comment-reply-link:focus {
	box-shadow:0 0 5px rgba(0, 0, 0, .4);
	background:-moz-linear-gradient(#F3F3F3, #FCFCFC);
	background:-webkit-linear-gradient(#F3F3F3, #FCFCFC);
	background:-o-linear-gradient(#F3F3F3, #FCFCFC);
	background:-ms-linear-gradient(#F3F3F3, #FCFCFC);
	background:linear-gradient(#F3F3F3, #FCFCFC);
}

#respond {
	width:auto;
	margin-bottom:5.1%;
}

.commentlist #respond {
	margin: 0 0 5.1% 0;
}

.comment-notes,
.form-allowed-tags {
	color:#aaa;
	font-size:12px;
	line-height:16px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
	position:relative;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
	display:inline-block;
	position:absolute;
	top:1px;
	left:1px;
	z-index:1;
	width:60px;
	padding:0 10px;
	color:#444;
	line-height:36px;
}

.comment-form-author .required,
.comment-form-email .required,
.comment-form-url .required,
.comment-form-comment .required {
	position:absolute;
	top:1px;
	right:1.5%;
	z-index:2;
	color:#FF0000;
	font-size:24px;
	line-height:44px;
}

#author,
#email,
#url,
#comment {
	position:relative;
	width:97%;
	text-indent:80px;
}

input#author:focus,
input#email:focus,
input#url:focus,
textarea#comment:focus {
	position:relative;
	z-index:1;
	text-indent:0;
}

#comment {
	font-size:15px;
}

.form-allowed-tags code {
	padding: 0;
	background: none;
	box-shadow: none;
}

#sidebar .widget{margin:20px 0;}

#sidebar ul{ margin:0; list-style: none; }

.widgettitle{margin-bottom:10px;}

/* pagging */
.row.paging{margin:0;}
.pagination {clear:both;position:relative;font-size:11px;line-height:13px; margin: 20px 0; overflow:hidden;}
.pagination .alignright a{margin:10px 4px 10px 0;}
.pagination .alignleft a{margin:10px 0 10px 4px;}
.paging .pagination span, .paging .pagination a {display:block;background:#EBEBEB;border: 1px solid #CCC;float:left; margin:2px; padding:5px 10px;text-decoration:none;width:auto;}
.pagination span.current{padding:5px 10px;}
.postnav{clear:both;padding:20px 0;position:relative;font-size:11px;line-height:13px;}
.postnav .prev-post{width:49%;float:left;text-align: left;}
.postnav .next-post{width:49%;float:right;text-align: right;}
.paging a:hover{background:#9B1712;border:1px solid #EBEBEB;color:#ffffff;}
.paging span.current{background:#9B1712;color:#ffffff;}

.map-travelmode { border: 1px solid #D3D3D3 !important; }
.map-car-button { background-image: url("../images/car_off.png");display: inline-block;height: 23px;text-align: left;width: 37px; }
.map-car-button.active { background-image: url("../images/car_on.png"); display: inline-block; height: 23px; width: 37px; }
.map-bike-button { background-image: url("../images/bike_off.png"); display: inline-block; height: 23px; text-align: left; width: 37px;}
.map-bike-button.active { background-image: url("../images/bike_on.png"); display: inline-block; height: 23px; width: 37px; }
.map-walk-button { background-image: url("../images/walk_off.png"); display: inline-block; height: 23px; width: 37px; }
.map-walk-button.active { background-image: url("../images/walk_on.png"); display: inline-block; height: 23px; width: 37px; }

#footer1{ background:url(../images/red/footer_bg.png); padding:0 0 20px 0; color:#FFFFFF; text-align:justify;}
#footer1 h3{ color:#ffffff; }
#footer1 ul{ line-height:22px; list-style:none; margin:0;}
#footer1 ul li{ background:url(../images/red/dot-red.png) no-repeat; padding:0 0 0 20px; } 

#footer2{ background:#2b0400; margin:0; border-top:1px solid #AF0800;}

#nav3{ padding:10px 0;  }
#nav3 ul{ list-style: none outside none; padding:0; margin:0; }
#nav3 ul li { float:left; margin:0; }
#nav3 ul li a { display:block; font: 12px/24px  Helvetica, sans-serif; color: #FFFFFF; padding:0 15px; text-decoration:none; text-align:center; border-right:1px solid #FFFFFF;}
#nav3 ul li:last-child a { border: none;  }
#nav3 ul li a:hover{ background: #6F0500; color:#fff;}

#copyright{ padding:10px 0; color:#FFFFFF; text-align:right;}

.sidebar-form-bg{background: url("../images/red/background_slider.png") repeat scroll 0 0 rgba(0, 0, 0, 0);}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.cycle-slide .caption{display:none;}	
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 959px) {
	#nav_wrapper .menu{display:none;}
	#nav_wrapper .select-menu{display:block; width:100%;}
	
	#nav3 ul li { width: 100%;}
	#nav3 ul li a{border-right:0;}
	#copyright { color: #BABABA; padding: 10px 0; text-align: center;}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.main, #welcome{background:#fff;}
	#nav_wrapper .menu{display:none;}
	#nav_wrapper .select-menu{display:block; width:100%;}
	.cycle-slide .caption{display:none;}
	#nav3 ul li { width: 100%;}
	#nav3 ul li a{border-right:0;}
	#copyright { color: #BABABA; padding: 10px 0; text-align: center;}
}