/* ======================================================= */
/*                      Global Reset                       */
/* ======================================================= */
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html, body {
	height: 100%;
}
 
.button, span.first, span.prev, span.next, span.last, .OTButton, form.mp_buy_form.mrt 
{background-color: #ce0b02 !important;  color: #ffffff !important;}
.shopping_cart_mrt_preloader {display:none;}
#page h3 a, #page h3 a:visited, #page h3 a:hover, #page h3 a:active {color:#302F34 !important;}

#wrap {
	border-radius:inherit !important;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:100%;
	background:url("../images/page_bottom_line.png") repeat-x bottom center transparent;
	overflow:visible;
}

body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

.content article {
	position:relative;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, 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;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
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 inherit;
	cursor: help;
}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
/* ======================================================= */
/*                       Base Style                        */
/* ======================================================= */
/* Basic typography
---------------------------------------------------------- */
body {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
}
strong, th, thead td {
	font-weight: bold;
}
cite, em, dfn {
	font-style: italic;
}
code, kbd, samp, pre, tt, var {
	font-family: "Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace;
}
code, pre {
	display: block;
	white-space: pre;
}
del {
	text-decoration: line-through;
	color: #666;
}
ins, dfn {
	border-bottom: 1px solid #ccc;
}
small, sup, sub {
	font-size: 85%;
}
abbr, acronym {
	text-transform: uppercase;
	letter-spacing: .1em;
}
a abbr, a acronym {
	border: none;
}
abbr[title], acronym[title], dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #ccc;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
p, ul, ol, dl, table, fieldset, blockquote, pre, code {
	margin-bottom: 20px;
}
/* Basic size
---------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.6em;
	font-weight: normal;
	line-height: 1em;
}

#page h1 {color:#e60b00;}

h1 {
	font-size: 30px;
}
h2 {
	font-size: 28px; color:#302f34;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
h1 .subTitle, h2 .subTitle, h3 .subTitle, h4 .subTitle, h5 .subTitle, h6 .subTitle {
	display: block;
	color: #999;
	font-size: 0.65em;
	margin: 0;
}
/* Basic lists
---------------------------------------------------------- */
ul {
	margin-left: 1.5em;
	list-style-type: disc;
}
ul li {
	margin-left: .85em;
}
ul ul {
	list-style-type: square;
}
ul ul ul {
	list-style-type: circle;
}
ol {
	margin-left: 2.35em;
	list-style-position: outside;
	list-style-type: decimal;
}
dt {
	margin-top: .8em;
	margin-bottom: .4em;
	font-weight: bold;
}
ol ol, ul ol {
	margin-left: 2.5em;
}
ul ol, ol ul, ol ol, ul ul {
	margin-bottom: 0;
}
/* Link style
---------------------------------------------------------- */
a:link, a:visited, a:hover, a:active, a:focus {
	color:#666;
	outline: 0 none;
	text-decoration: none;
}
/* Non-semantic helper classes
---------------------------------------------------------- */
.center {
	text-align: center;
}
.hidden {
	display: none;
	visibility: hidden;
}
.invisible {
	visibility: hidden;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	margin-left:auto;
	margin-right:auto;
}
.clearboth{
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow:hidden;
}
/* ======================================================= */
/*                          Form                           */
/* ======================================================= */
.form-item {
	margin: 0 0 10px;
}
.form-item label {
	cursor: pointer;
}
fieldset {
	padding: 1em;
	border: 1px solid #ccc;
}
legend {
	padding: 0 .8em;
	font-weight: bold;
	font-size: 1.2em;
}
textarea, input[type=text], input[type=password], input[type=email], select {
	border: 1px solid #ccc;
	background: #fff;
	font-size: inherit;
}
input, select {
	cursor: pointer;
}
input[type=text], input[type=password], input[type=email] {
	cursor: text;
}
textarea {
	overflow:auto;
}
textarea, input {
	padding: 5px;
	outline: none;
}
select {
	padding: 2px;
}
option {
	padding: 0 4px;
}
input[type=button], button {
	padding: 4px;
	cursor: pointer;
	vertical-align: middle;
}
input.text_input,textarea.textarea {
	border: 1px solid #ccc;
	background: url("../images/input_bg.png") no-repeat scroll 0 0 white;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}
input.text_input:focus,textarea.textarea:focus {
	border: 1px solid #999;	
}

/* ======================================================= */
/*                          Table                          */
/* ======================================================= */
table, td, th {
	vertical-align: middle;
}
caption {
	padding-bottom: 0.8em;
}
/* Table Style
---------------------------------------------------------- */
.table_style
{
	border: 1px solid #dddddd;
	margin-bottom:20px;
}
.table_style table
{
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #fff;
	width:100%;
	padding:0;
	margin:0;
}
.table_style th
{
	text-align:center;
	padding:12px;
	font-weight: normal;
	font-size: 14px;
	color: #555;
	background-color:#EEEEEE;
}
.table_style tbody
{
	background: #F9F9F9;
}
.table_style td
{
	text-align:center;
	padding: 10px;
	color: #666;
	border-top: 1px dashed #fff;
}
.table_style tbody tr:hover td
{
	color: #333;
	background: #fff;
	border-top: 1px solid #fff;
}
.table_style tfoot
{
	background-color:#f3f3f3;
}
.table_style tfoot td
{
	padding:8px;
}
/* ======================================================= */
/*                         Columns                         */
/* ======================================================= */
/* Basic columns
---------------------------------------------------------- */
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	position: relative;
	margin-right: 4%;
	margin-bottom: 4%;
	float: left;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.6666%;
}
.two_third {
	width: 65.3332%;
}
.one_fourth {
	width: 22%;
}
.two_fourth {
	width: 48%;
}
.three_fourth {
	width: 74%;
}
.one_fifth {
	width: 16.8%;
}
.two_fifth {
	width: 37.6%;
}
.three_fifth {
	width: 58.4%;
}
.four_fifth {
	width: 79.2%;
}
.one_sixth {
	width: 13.3333%;
}
.two_sixth {
	width: 30.6666%;
}
.three_sixth {
	width: 47.9998%;
}
.four_sixth {
	width: 65.3332%;
}
.five_sixth {
	width: 82.6665%;
}
.last {
	margin-right: 0 !important;
	clear: right;
}
/* Two level columns
---------------------------------------------------------- */
.one_half .one_half {
	margin-right: 8.3333%;
	width: 45.8333%;
}
.one_half .one_third {
	margin-right: 8.3333%;
	width: 27.7778%;
}
.one_half .two_third {
	margin-right: 8.3333%;
	width: 63.8889%;
}
.two_third .one_third {
	margin-right: 6.1224%;
	width: 29.2517%;
}
.two_third .two_third {
	margin-right: 6.1224%;
	width: 64.6258%;
}
.two_third .one_fourth {
	margin-right: 6.1224%;
	width: 20.4082%;
}
/* ======================================================= */
/*                         Divider                         */
/* ======================================================= */
.divider {
	position:relative;
	clear:both;
	display:block;
	padding-top:20px;
	margin-bottom:40px;
	border-bottom:1px solid #EEEEEE;
}
.divider.top a {
	position:absolute;
	right:0;
	top:10px;
	width:20px;
	background:none repeat scroll 0 0 #FFFFFF;
	font-size:10px;
	padding:0 2px;
	text-align:right;
	text-decoration:none;
	color:#ccc;
}
.divider_padding {
	position:relative;
	clear:both;
	display:block;
	padding-top:30px;
}
.divider_line {
	position:relative;
	clear:both;
	display:block;
	border-bottom:1px solid #EEEEEE;
	margin-bottom:10px;
}
/* ======================================================= */
/*                      Images Styles                      */
/* ======================================================= */
/* Basic image style
---------------------------------------------------------- */
.preloading {
	background:url("../images/loading.gif") #f9f9f9 no-repeat 50% 50%;
}
img.alignleft, .wp-caption.alignleft{
	margin:2px 16px 2px 2px !important;
}
img.alignright, .wp-caption.alignright {
	margin:2px 2px 2px 16px !important;
}
img.aligncenter, .wp-caption.aligncenter {
	display: block;
	margin: 2px auto !important;
	text-align: center;
}
/* wp default image
---------------------------------------------------------- */
.wp-caption {
	background: #f5f5f5;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	padding-top: 5px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0 5px 5px;
	text-align: center;
}
/* Image with frame
---------------------------------------------------------- */
.image_styled {
	float:left;
	margin:0 15px 2px 0;
}
.image_styled.aligncenter .image_frame,.image_styled.aligncenter .image_shadow{
	margin: 0 auto;
}
.image_frame {
	background-color:#f9f9f9;
	position: relative;
}
.image_styled,.image_frame,.image_styled img {
	display: block;
}
.image_frame {
	border:1px solid #eee;
}
.image_overlay {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	visibility:hidden;
	overflow: hidden;
}
.image_icon_zoom .image_overlay {
	background:url("../images/image_icon_zoom.png") no-repeat scroll 50% 50% transparent;
}
.image_icon_play .image_overlay {
	background:url("../images/image_icon_play.png") no-repeat scroll 50% 50% transparent;
}
.image_icon_doc .image_overlay {
	background:url("../images/image_icon_doc.png") no-repeat scroll 50% 50% transparent;
}
.image_icon_link .image_overlay {
	background:url("../images/image_icon_link.png") no-repeat scroll 50% 50% transparent;
}
.image_styled.alignleft {
	margin-right:16px;
}
.image_styled.alignright {
	margin-left:16px;
}
.image_no_link {
	cursor: default;
}
/* Picture Frame
---------------------------------------------------------- */
.picture_frame {
	background:url("../images/picture_frame.png") no-repeat scroll 0 0 transparent;
	height:166px;
	width:148px;
	margin-bottom:20px;
}
.picture_frame img{
	padding:20px 21px 20px 21px;
	width:106px;
	height:126px;
}
/* ======================================================= */
/*                    Gallery shortcode                    */
/* ======================================================= */
.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}
.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
}
.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
	padding: 0;
}
.gallery .gallery-image-wrap {
	overflow:hidden;
	position:relative;
}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
	max-width: 89%;
	height: auto;
	padding: 1%;
	display:block;
	margin: 0 auto;
}
.gallery-caption {
	margin:0 0 10px 0;
	text-align:center;
	font-size:20px;
}

.gallery-row p {
	display:none;
}

/* Image sizes depending on the number of columns */
.gallery .col-0 { width: 100%; }
.gallery .col-1 { width: 100%; }
.gallery .col-2 { width: 48%; }
.gallery .col-3 { width: 30%; }
.gallery .col-4 { width: 23%; }
.gallery .col-5 { width: 20%; }
.gallery .col-6 { width: 16.66%; }
.gallery .col-7 { width: 14.28%; }
.gallery .col-8 { width: 12.5%; }
.gallery .col-9 { width: 11.11%; }
.gallery .col-10 { width: 10%; }
.gallery .col-11 { width: 9.09%; }
.gallery .col-12 { width: 8.33%; }
.gallery .col-13 { width: 7.69%; }
.gallery .col-14 { width: 7.14%; }
.gallery .col-15 { width: 6.66%; }
.gallery .col-16 { width: 6.25%; }
.gallery .col-17 { width: 5.88%; }
.gallery .col-18 { width: 5.55%; }
.gallery .col-19 { width: 5.26%; }
.gallery .col-20 { width: 5%; }
.gallery .col-21 { width: 4.76%; }
.gallery .col-22 { width: 4.54%; }
.gallery .col-23 { width: 4.34%; }
.gallery .col-24 { width: 4.16%; }
.gallery .col-25 { width: 4%; }
.gallery .col-26 { width: 3.84%; }
.gallery .col-27 { width: 3.7%; }
.gallery .col-28 { width: 3.57%; }
.gallery .col-29 { width: 3.44%; }
.gallery .col-30 { width: 3.33%; }
/* ======================================================= */
/*                   Extended Typography                   */
/* ======================================================= */
/* dropcap
---------------------------------------------------------- */
.dropcap1, .dropcap2, .dropcap3, .dropcap4 {
	float: left;
	text-align: center;
	overflow:hidden;
}
.dropcap1 {
	background:url("../images/dropcap_styles_black.png") no-repeat scroll 0px -48px transparent;
	color:#fff;
	line-height: 38px;
	width: 40px;
	margin:0 8px -4px 0;
	font-size: 32px;
	padding:6px 0 0 2px;
}
.dropcap1.black {
	background-image:url("../images/dropcap_styles_black.png");
}
.dropcap1.gray {
	background-image:url("../images/dropcap_styles_gray.png");
}
.dropcap1.red {
	background-image:url("../images/dropcap_styles_red.png");
}
.dropcap1.orange {
	background-image:url("../images/dropcap_styles_orange.png");
}
.dropcap1.magenta {
	background-image:url("../images/dropcap_styles_magenta.png");
}
.dropcap1.yellow {
	background-image:url("../images/dropcap_styles_yellow.png");
}
.dropcap1.blue {
	background-image:url("../images/dropcap_styles_blue.png");
}
.dropcap1.pink {
	background-image:url("../images/dropcap_styles_pink.png");
}
.dropcap1.green {
	background-image:url("../images/dropcap_styles_green.png");
}
.dropcap1.rosy {
	background-image:url("../images/dropcap_styles_rosy.png");
}
.dropcap2 {
	background:url("../images/dropcap_styles_black.png") no-repeat scroll -52px 2px transparent;
	color:#fff;
	line-height: 52px;
	height:44px;
	width: 38px;
	padding:0 0 0 1px;
	margin:0 8px -4px 0;
	font-size:28px;
}
.dropcap2.black {
	background-image:url("../images/dropcap_styles_black.png");
}
.dropcap2.gray {
	background-image:url("../images/dropcap_styles_gray.png");
}
.dropcap2.red {
	background-image:url("../images/dropcap_styles_red.png");
}
.dropcap2.orange {
	background-image:url("../images/dropcap_styles_orange.png");
}
.dropcap2.magenta {
	background-image:url("../images/dropcap_styles_magenta.png");
}
.dropcap2.yellow {
	background-image:url("../images/dropcap_styles_yellow.png");
}
.dropcap2.blue {
	background-image:url("../images/dropcap_styles_blue.png");
}
.dropcap2.pink {
	background-image:url("../images/dropcap_styles_pink.png");
}
.dropcap2.green {
	background-image:url("../images/dropcap_styles_green.png");
}
.dropcap2.rosy {
	background-image:url("../images/dropcap_styles_rosy.png");
}
.dropcap3 {
	font-size:40px;
	line-height: 40px;
	width:44px;
	height:44px;
	margin:0 -2px -4px 0;
}
.dropcap4 {
	font-size:36px;
	line-height: 40px;
	width:44px;
	height:44px;
	margin:0 -2px -4px 0;
}
.dropcap3.black, .dropcap4.black {
	color: #333333;
}
.dropcap3.gray, .dropcap4.gray {
	color: #666666;
}
.dropcap3.red, .dropcap4.red {
	color: #e62727;
}
.dropcap3.orange, .dropcap4.orange {
	color: #ff5c00;
}
.dropcap3.magenta, .dropcap4.magenta {
	color: #a9014b;
}
.dropcap3.yellow, .dropcap4.yellow {
	color: #ffb515;
}
.dropcap3.blue, .dropcap4.blue {
	color: #00ADEE;
}
.dropcap3.pink, .dropcap4.pink {
	color: #e22092;
}
.dropcap3.green, .dropcap4.green {
	color: #91bd09;
}
.dropcap3.rosy, .dropcap4.rosy {
	color: #f16C7c;
}
/** fix cufon position **/
.dropcap1 .cufon-canvas {
	margin-top:-4px;
}
.dropcap2 .cufon-canvas {
	margin-top:-2px;
}
.dropcap3 .cufon-canvas {
	margin-top:-4px;
}
/* highlight
---------------------------------------------------------- */
.highlight {
	background: #FFFF99;
}
.highlight.dark {
	background: #333;
	color:#FFF;
}
/* code & pre
---------------------------------------------------------- */
.code,.pre{
	border: 1px solid #e0e0e0;
	padding: 10px;
	background:#ffffff;
	white-space: pre-wrap;                 /* CSS3 browsers  */
	white-space: -moz-pre-wrap !important; /* 1999+ Mozilla  */
	white-space: -pre-wrap;                /* Opera 4 thru 6 */
	white-space: -o-pre-wrap;              /* Opera 7 and up */
	overflow:auto;
}
.code {
	background:url("../images/code_bg.gif") repeat scroll 0 0 #f2f3f5;
	padding:20px 10px;
}
/* blockquote
---------------------------------------------------------- */
blockquote {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 16px;
	color:#444;
	line-height: 24px;
	padding: 10px 20px 10px 45px;
	background:url("../images/quote.gif") no-repeat scroll 0px 6px transparent;
}
blockquote p {
	margin-bottom:8px;
}
blockquote.alignleft {
	margin: 10px 20px 0 0;
	width: 220px;
}
blockquote.alignright {
	margin: 10px 0 0 20px;
	width: 220px;
}
blockquote cite {
	color: #666;
	font-size: 12px;
}
/* list style
---------------------------------------------------------- */
ul.list1, ul.list2, ul.list3, ul.list4, ul.list5, ul.list6, ul.list7, ul.list8, ul.list9, ul.list10, ul.list11, ul.list12 {
	list-style-type:none;
	margin-left:5px;
}
ul.list1 li,ul.list2 li,ul.list3 li,ul.list4 li,ul.list5 li,ul.list6 li,ul.list7 li,ul.list8 li,ul.list9 li,ul.list10 li,ul.list11 li,ul.list12 li {
	background-image:url("../images/list_styles_black.png");
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-color:transparent;
	padding-left:28px;
	margin:4px 0;
}
ul.list1 li{
	background-position: -340px 0px;
}
ul.list2 li{
	background-position: -310px -30px;
}
ul.list3 li{
	background-position: -280px -60px;
}
ul.list4 li{
	background-position: -250px -90px;
}
ul.list5 li{
	background-position: -220px -120px;
}
ul.list6 li{
	background-position: -190px -150px;
}
ul.list7 li{
	background-position: -160px -180px;
}
ul.list8 li{
	background-position: -130px -210px;
}
ul.list9 li{
	background-position: -100px -240px;
}
ul.list10 li{
	background-position: -70px -270px;
}
ul.list11 li{
	background-position: -40px -300px;
}
ul.list12 li{
	background-position: -10px -330px;
}
ul.list_color_black li {
	background-image:url("../images/list_styles_black.png");
}
ul.list_color_gray li {
	background-image:url("../images/list_styles_gray.png");
}
ul.list_color_red li {
	background-image:url("../images/list_styles_red.png");
}
ul.list_color_orange li {
	background-image:url("../images/list_styles_orange.png");
}
ul.list_color_magenta li {
	background-image:url("../images/list_styles_magenta.png");
}
ul.list_color_yellow li {
	background-image:url("../images/list_styles_yellow.png");
}
ul.list_color_blue li {
	background-image:url("../images/list_styles_blue.png");
}
ul.list_color_pink li {
	background-image:url("../images/list_styles_pink.png");
}
ul.list_color_green li {
	background-image:url("../images/list_styles_green.png");
}
ul.list_color_rosy li {
	background-image:url("../images/list_styles_rosy.png");
}
/* Text with icons
---------------------------------------------------------- */
.icon_text {
	padding:0 0 0 22px;
	background-image:url("../images/icons.png");
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-color:transparent;
}
#footer .icon_text.default {
	background-image:url("../images/footer_icons.png");
}
.icon_globe {
	background-position: -390px 0px;
}
.icon_home {
	background-position: -360px -30px;
}
.icon_email {
	background-position: -330px -60px;
}
.icon_user {
	background-position: -300px -90px;
}
.icon_multiuser {
	background-position: -270px -120px;
}
.icon_id {
	background-position: -240px -150px;
}
.icon_addressbook {
	background-position: -210px -180px;
}
.icon_phone {
	background-position: -180px -210px;
}
.icon_link {
	background-position: -150px -240px;
}
.icon_chain {
	background-position: -120px -270px;
}
.icon_calendar {
	background-position: -90px -300px;
}
.icon_tag {
	background-position: -60px -330px;
}
.icon_download {
	background-position: -30px -360px;
}
.icon_cellphone {
	background-position: 1px -390px;
}
.icon_text.default {
	background-image:url("../images/icons_black.png");
}
.icon_text.black {
	background-image:url("../images/icons_black.png");
}
.icon_text.gray {
	background-image:url("../images/icons_gray.png");
}
.icon_text.red {
	background-image:url("../images/icons_red.png");
}
.icon_text.orange {
	background-image:url("../images/icons_orange.png");
}
.icon_text.magenta {
	background-image:url("../images/icons_magenta.png");
}
.icon_text.yellow {
	background-image:url("../images/icons_yellow.png");
}
.icon_text.blue {
	background-image:url("../images/icons_blue.png");
}
.icon_text.pink {
	background-image:url("../images/icons_pink.png");
}
.icon_text.green {
	background-image:url("../images/icons_green.png");
}
.icon_text.rosy {
	background-image:url("../images/icons_rosy.png");
}
/* Nivo Slider styles
---------------------------------------------------------- */
.nivoslider_wrap {
	overflow:hidden;
	background:url("../images/loading_big.gif") #fff no-repeat 50% 50%;
}
.nivoslider_wrap img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoslider_wrap a {
	border:0 none;
	display:block;
}
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* ======================================================= */
/*                Tabs & Accordion & Toggle                */
/* ======================================================= */
/* Tabs
---------------------------------------------------------- */
.tabs_container {
	margin-bottom: 20px;
}
ul.tabs {
	overflow:hidden;
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.tabs li {  
	border: 1px solid #ddd;
	border-bottom: 0;
	display: inline;
	float: left;
	margin: 0 -1px -1px 0;
	padding: 1px;
}
ul.tabs a { 
	display: block;
	padding: 0 10px;
	background: #f5f5f5;
	color: #666;
	padding: 6px 9px;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	white-space: nowrap;
}
ul.tabs a:hover {
	background: #fff;
	text-decoration: none;
}
ul.tabs li a.current {
	background: #fff;
	color: #333;
	cursor: default;
}
.tabs_container .panes {
	border: 1px solid #ddd;
	border-top: 0;
	margin: 0;
	padding: 10px 15px;
	background: #fff;
}
.tabs_container .panes > div{
	display:none;
}
#footer ul.tabs li{
	padding: 0px;
	margin: 0 0 -1px 0;
}
#footer ul.tabs, #footer ul.tabs li, #footer .tabs_container .panes {
	border-color:#999;
	border-color: rgba(255, 255, 255, 0.15);
}
#footer ul.tabs a {
	background: transparent;
}
#footer ul.tabs a:hover, #footer ul.tabs li a.current {
	background-color: transparent;
}
#footer ul.tabs li a.current {
	background-color: rgba(255, 255, 255, 0.1);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF',EndColorStr='#19FFFFFF'); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF',EndColorStr='#19FFFFFF')";
}
#footer .tabs_container .panes {
	padding: 10px 15px;
	background: transparent;
}
/* Mini Tabs
---------------------------------------------------------- */
.mini_tabs_container {
	margin-bottom: 20px;	
}
ul.mini_tabs {
	overflow:hidden;
	background:url("../images/mini_tabs_border.gif") repeat-x scroll left bottom transparent;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left:10px;
}
ul.mini_tabs li {  
	-webkit-border-top-left-radius: 1px;
	-webkit-border-top-right-radius: 1px;
	-moz-border-radius-topleft: 1px;
	-moz-border-radius-topright: 1px;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	border: 1px solid #ddd;
	border-bottom: 0;
	display: inline;
	float: left;
	margin: 0 4px 0 0;
	padding: 1px 1px 0px;
}
ul.mini_tabs a { 
	display: block;
	padding: 0 10px;
	background: #f5f5f5;
	color: #666;
	padding: 2px 10px 2px;
	font-size: 12px;
	font-weight:bold;
	line-height: 20px;
	white-space: nowrap;
	margin-bottom: 1px;
}
ul.mini_tabs a:hover {
	background: #fff;
	text-decoration: none;
}
ul.mini_tabs li a.current {
	background: #fff;
	color: #333;
	cursor: default;
	margin-bottom: 0px;
	padding-bottom:3px;
}
.mini_tabs_container .panes {
	margin: 0;
	padding: 10px 0px;
	
}
.mini_tabs_container .panes > div{
	display:none;
	overflow:hidden;
}
#footer ul.mini_tabs {
	background:url("../images/footer_list_divider.png") repeat-x scroll left bottom transparent;
	padding-bottom:1px;
	padding-left:0;
}
#footer ul.mini_tabs li{
	border:none;
	padding:0px;
}
#footer ul.mini_tabs a {
	background: transparent;
	padding:3px 6px 2px;
}
#footer ul.mini_tabs a:hover, #footer ul.mini_tabs li a.current {
	background-color: transparent;
}
#footer ul.mini_tabs li a.current {
	background-color: rgba(255, 255, 255, 0.1);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF',EndColorStr='#19FFFFFF'); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF',EndColorStr='#19FFFFFF')";
}
/* Accordion
---------------------------------------------------------- */
.accordion {
	border:1px solid #ddd;
	margin-bottom:20px;
}
.accordion .tab {
	color:#666;
	background-color:#f5f5f5;
	margin:0;
	padding:5px 15px;
	font-size:14px;
	font-weight:normal;
	border:1px solid #fff;
	border-bottom:none;
	cursor:pointer;
	border-bottom:1px solid #ddd;
}
/* currently active header */
.accordion .tab.current {
	color:#333;
	cursor:default;
	background-color:#fff;
}
/* accordion pane */
.accordion .pane {
	border-bottom:1px solid #ddd;
	display:none;
	padding:10px 15px;
	font-size:12px;
	overflow: hidden;
}
.accordion .tab:nth-last-child(2) {
	border-bottom:none;
}
.accordion .pane:last-child {
	border-top:1px solid #ddd;
	border-bottom:none;
}
/* Toggle
---------------------------------------------------------- */
.toggle {
	position:relative;
	margin-bottom:10px;
}
.toggle_title {
	margin:0;
	padding:5px 10px 5px 45px;
	font-size:18px;
	line-height:18px;
	background: url("../images/toggle_buttons.png") no-repeat scroll -30px 3px transparent;
	cursor:pointer;
}
.toggle_active {
	background-position: 0px -27px;
}
.toggle_content {
	padding:10px;
	margin-top:5px;
	margin-left:5px;
	display:none;
}
/* ======================================================= */
/*                      Boxes Styles                       */
/* ======================================================= */
/* Messages
---------------------------------------------------------- */
.info, .error, .notice, .success {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border: 1px solid #bbb;
	margin-bottom: 20px;
}
.message_box_content h3 {
	margin-bottom: 0px;
}
.message_box_content {
	border: 1px solid #fff;
	padding:10px;
}
.info {
	background: #D7E7F5;
	color: #5E6984;
	border-color: #AACEE6;
}
.error {
	background: #FDE9EA;
	color: #A14A40;
	border-color: #FDCED0;
}
.notice {
	background: #FFF9CC;
	color: #736B4C;
	border-color: #FFDB4F;
}
.success {
	background: #E2F2CE;
	color: #466840;
	border-color: #BFE098;
}
.info a {
	color: #5E6984 !important;
}
.error a {
	color: #A14A40 !important;
}
.notice a {
	color: #736B4C !important;
}
.success a {
	color: #466840 !important;
}
.error_msg {
	margin-top: -20px;
	margin-bottom: 20px;
	background: none repeat scroll 0 0 #fff3f3;
	color: #684c4c;
	border:1px solid #FDCED0;
}
.error_msg ul, .error_msg ol {
	margin-bottom: 0;
}
/* Framed box
---------------------------------------------------------- */
.framed_box {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border: 1px solid #bbb;
	margin-bottom: 20px;
}
.rounded,.rounded .framed_box_content{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.framed_box.center{
	text-align:center;
}
.framed_box_content {
	border: 1px solid #fff;
	background-color: #f0f0f0;
	padding:10px;
}

/* Note box
---------------------------------------------------------- */
.note {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08); /* FF3.5+ */
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08); /* Saf3.0+, Chrome */
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08); /* Opera 10.5, IE 9.0 */
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border:1px solid #eee;
	border:1px solid rgba(0, 0, 0, 0.08);
	margin-bottom: 20px;
	background:#FEFDF0;
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 0, .1) 0%,
		rgba(238, 238, 0, .08) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(238, 238, 0, .1)),
		to(rgba(255, 255, 0, .08))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#15FFFF00', EndColorStr='#19EEEE00'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#15FFFF00', EndColorStr='#19EEEE00')"; /* IE8 */
}
.note_title{
	padding:15px 20px 5px 16px;
	margin:0;
}
.note.alignleft{
	margin:2px 16px 16px 2px !important;
}
.note.alignright{
	margin:2px 2px 16px 16px !important;
}
.note_content {
	padding:0 15px 20px;
}
/* ======================================================= */
/*                     Buttons Styles                      */
/* ======================================================= */
.button, .button span {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.button {
	white-space: nowrap;
	line-height:1em;
	position:relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #999;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
	margin:0 5px 0 0;
}
button::-moz-focus-inner {
    border: none; /* overrides extra padding in Firefox */
}
button.button {
	padding:0px;
	margin:0;
}
a.button, a.button:hover {
	text-decoration: none;
}
.button.full, .button.full span {
	display: block;
}
.button:hover, .button.hover, form.mp_buy_form.mrt:hover {
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .2) 0%,
		rgba(255, 255, 255, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(255, 255, 255, .2))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')"; /* IE8 */
}
.button:active, .button.active {
	top:1px;
	background: -moz-linear-gradient(
		center top,
		rgba(0, 0, 0, .1) 0%,
		rgba(255, 255, 255, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(0, 0, 0, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19000000', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19000000', EndColorStr='#19FFFFFF')"; /* IE8 */
}
.button span {
	position: relative;
	color:#fff;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
	border-top: rgba(255, 255, 255, .2) 1px solid;
	padding:0.6em 1.3em;
	line-height:1em;
	text-decoration:none;
	text-align:center;
	white-space: nowrap;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button.button span {
		margin-top: -1px;
		margin-left:-2px;
		margin-right:-2px;
	}
}
.button.small span {
	font-size:12px;
}
.button.medium span {
	font-size:14px;
}
.button.large span {
	font-size:18px;
}
/* Button Color Scheme
---------------------------------------------------------- */
.button.black {
	background-color: #333333;
}
.button.gray {
	background-color: #666666;
}
.button.white {
	background-color: #FFFFFF;
}
.button.white span{
	color: #666666;
}
.button.red {
	background-color: #e62727;
}
.button.orange {
	background-color: #ff5c00;
}
.button.magenta {
	background-color: #A9014B;
}
.button.yellow {
	background-color: #ffb515;
}
.button.blue {
	background-color: #00ADEE;
}
.button.pink {
	background-color: #e22092;
}
.button.green {
	background-color: #91bd09;
}
.button.rosy {
	background-color: #F16C7C;
}
/* ======================================================= */
/*                        ColorBox                         */
/* ======================================================= */
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorbox{}
    #cboxTopLeft{width:29px; height:29px; background:url("../images/colorbox_corners.png") 0 0 no-repeat;}
    #cboxTopCenter{height:29px; background:url("../images/colorbox_corners.png") 0 -29px repeat-x;}
    #cboxTopRight{width:29px; height:29px; background:url("../images/colorbox_corners.png") -29px 0 no-repeat;}
    #cboxBottomLeft{width:29px; height:70px; background:url("../images/colorbox_corners.png") 0 -58px no-repeat;}
    #cboxBottomCenter{height:70px; background:url("../images/colorbox_corners.png") 0 -128px repeat-x;}
    #cboxBottomRight{width:29px; height:70px; background:url("../images/colorbox_corners.png") -29px -58px no-repeat;}
    #cboxMiddleLeft{width:29px; background:url("../images/colorbox_border.png") 0 0 repeat-y;}
    #cboxMiddleRight{width:29px; background:url("../images/colorbox_border.png") -29px 0 repeat-y;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent {}
        #cboxLoadingOverlay{background:url("../images/colorbox_loading_bg.png") center center no-repeat;}
        #cboxLoadingGraphic{background:url("../images/loading_big.gif") center center no-repeat;}
        #cboxTitle{position:absolute; bottom:-30px; left:0; text-align:center; width:100%;height:20px; font-size:20px; color:#666;}
        #cboxCurrent{position:absolute; bottom:-33px; right:15px; color:#999;}

		#cboxPrevious,#cboxNext{z-index:1000;position:absolute;top:0;width:40%; height:100%;text-indent:-9999px;background:url("../images/blank.gif") 0 0 repeat;}
		#cboxPrevious{ left:-1px;}
		#cboxPrevious.hover{background:url("../images/colorbox_previous.png") left center no-repeat;}
		#cboxNext{right:-1px;}
		#cboxNext.hover{background:url("../images/colorbox_next.png") right center no-repeat;}
		#cboxClose{position:absolute; top:-1px; right:5px; display:block; background:url("../images/colorbox_close.png") 0 0 no-repeat; width:45px; height:26px; text-indent:-9999px;z-index:100000;}
		#cboxClose.hover{}

        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}

#colorbox.withVideo #cboxPrevious,#colorbox.withVideo #cboxNext{
	width:30px;
	height:200px;
	top:95px;
}

/* fixes png-transparency for IE. */
.cboxIE #cboxTopLeft,.cboxIE #cboxTopCenter,.cboxIE #cboxTopRight,.cboxIE #cboxBottomLeft,.cboxIE #cboxBottomCenter,.cboxIE #cboxBottomRight,.cboxIE #cboxMiddleLeft,.cboxIE #cboxMiddleRight {
	background:transparent;
}


/* ======================================================= */
/*                        Structure                        */
/* ======================================================= */
/* Main Structure
---------------------------------------------------------- */
#page {
	position:relative;
	/* background:url("../images/page_top_line.png") repeat-x scroll 0 0 transparent;*/
	overflow:auto;
	padding-bottom:40px;
        background:#EEEDE1 !important;
}
#main, #sidebar{ position:relative; }
* html #page, * html #sidebar{ display:inline; }
.inner{ width:960px; margin:0 auto; position:relative; height:100%;}
#page .inner { padding: 40px 0 0; }
#Xpage_bottom {
	height:30px;
	background:url("../images/page_bottom_line.png") repeat-x bottom center transparent;
}
#container #page {
	overflow:hidden;
}
/* Right Sidebar
---------------------------------------------------------- */
.right_sidebar #main{ float:left; width:630px; }
.right_sidebar #main .content {
	width:630px;
	overflow: hidden;
}
.right_sidebar #sidebar {
	float:right;
	width:300px;
	margin: 0 0 0.5em 30px;
}
.right_sidebar #sidebar_content {
	padding-top:50px;
	padding-left:25px;
	min-height:100px;
	overflow: hidden;
}
.right_sidebar #sidebar_content.lessgap {
	padding-top:22px;
}
.right_sidebar #sidebar_bottom {
	clear:both;
}
/* Left Sidebar
---------------------------------------------------------- */
.left_sidebar #main{ float:right; width:630px; }
.left_sidebar #main .content {
	width:630px;
	overflow: hidden;
}
.left_sidebar #sidebar {
	float:left;
	width:300px;
	margin: 0 30px 0.5em 0;
}
.left_sidebar #sidebar_content {
	padding-top:50px;
	padding-right:25px;
	min-height:100px;
	overflow: hidden;
}
.left_sidebar #sidebar_content.lessgap {
	padding-top:22px;
}
.left_sidebar #sidebar_bottom {
	clear:both;
}
.home #sidebar_content {
	padding-top:30px;
}

/* ======================================================= */
/*                         Header                          */
/* ======================================================= */
#header {
	border-top-right-radius:inherit !important;
	border-top-left-radius:inherit !important;
	z-index: 200;
	position: relative;
	height: 120px;
	background:url(http://fulins.com/wp-content/uploads/2014/10/banner_top.jpg) repeat-x scroll right top #fff !important;
}


#container {    margin: 0 auto;  width: 1100px; background:#EEEDE1;}
td.mp_cart_col_product_table {} 
#header-glow {background:none	!important;}
#header #logo {position:absolute; overflow: visible; top: 10%; z-index: 999999;}
#navi-wrap {bottom:0 !important;}

#header #navigation {background:none !important; }
#header .menu {background:none !important;}
#header .jqueryslidemenu ul li {background:none !important;}
#header .jqueryslidemenu ul.menu li a {background:none !important;  font-size:17px; color:#fff !important;}
#header .jqueryslidemenu ul.menu li.current-menu-item {background:#EB2127 !important;} 
#header .jqueryslidemenu ul.menu li:hover {background:#EB2127 !important;} 
.home #header .jqueryslidemenu ul.menu li.menu-item-531 {background:#EB2127 !important;} 
#header .jqueryslidemenu ul.menu li:last-child {background:#EB2127 !important;}


#sidebar .widgettitle {background:#D5D5CC; color:#302F34 !important; padding: 5px 10px; text-align:left !important;} 
#homepage-widget-bottom .ad-slides, #footer .ad-slides {width:296px !important;}

#widget-contact input[type="text"] {width:100%;}
#widget-contact input[type="email"] {width:100%;}
#widget-contact textarea {width:100%; height:50px;}
#widget-contact input[type="submit"] {background:#302F34; color:#fff; font-size: 14px;  padding: 6px 10px !important; border:none; font-weight:bold;}
.widget_advertisement h3.widgettitle {margin-bottom:0;}
.home .ad-slide img {border:none !important; border-radius:0 !important;}
   
.home .widget_text h3.widgettitle {margin-bottom:0;}
.right_sidebar h3.widgettitle {margin:0 0 15px !important;}
.right_sidebar .widget .widget-body {padding: 0 !important; background:none !important; width:320px !important; }
.right_sidebar .widget .widget-top {background:none !important; height:0;} 
.right_sidebar .widget .widget-bottom {background:none !important; height:0;} 
.right_sidebar .ad-slide img {border:none !important; border-radius:0 !important; width:100%;}
.right_sidebar .ad-slide {width:100% !important;}
.right_sidebar .ad-slides {width:100% !important;}
#download-pdf {background:none !important; padding:0 !important;}
#download-pdf a {color:#fff !important; background:#CE0B02; padding:5px;}
#menu-navigation-top ul.sub-menu {background:#EB2127 !important; width:200px !important;}
.single-menucard #main #pth {background:url(http://fulins.com/wp-content/uploads/2014/10/menu-reference.png) no-repeat scroll right 100%; height:70px;}
#menu-navigation-top ul.sub-menu li a:hover {background:#F74141 !important;} 
.single-menucard #main #pth #sharebuttons {margin-top:-25px !important;}

.one_third {margin-bottom:10px !important;  width: 28.667% !important;}
#top-locations {clear: both; display: block; padding: 20px 0;} 
#top-locations h2 {background:#D5D5CC; padding:5px 15px;} 
#top-locations .bbox a {font-size: 20px; font-weight: bold;}
#top-locations .bbox {text-align:center; margin-bottom: 20px; font-weight:bold;} 

.upw-posts .entry-image { float: left; margin-right: 10px;  max-width: 85px;}

.mctwrap h2 img.cat-img {display:none;}
  

#top_area {
	position: absolute;
	right:0px;
	top:10px;
}
/* Logo & Sitename
---------------------------------------------------------- */
#logo, #logo_text {
	position: absolute;
	left: 0px;
	overflow:hidden;
}
#site_name {
	font-size: 40px;
	line-height:40px;
	display:block;
}
#site_description {
	font-size: 11px;
	line-height:11px;
}
/* WPML
---------------------------------------------------------- */
#language_flags {
	position: absolute;
	right: 0px;
	top: 10px;
}
#language_flags ul {
	list-style:none;
	padding:0;
	margin:0;
}
#language_flags ul li {
	float:left;
	margin-left:8px;
	overflow:hidden;
}
#language_flags ul li img {
	opacity:0.7;
	-moz-opacity:0.7;
	background:#fff;
}
#language_flags ul li img:hover {
	opacity:1;
	-moz-opacity:1;
}
/* ======================================================= */
/*                       Navigation                        */
/* ======================================================= */
#navi-wrap {
	bottom: -41px;
	position: absolute;
	height: 50px;
	width:100%;
	overflow:visible;
}
#navi-wrap.left {
	left:-15px;
	text-align:left;
}
#navi-wrap.center {
	text-align:center;
}
#navi-wrap.right {
	right:-15px;
	text-align:right;
}
#navigation {
	text-align:left;
	display:inline-block;
}
.jqueryslidemenu {
	position: relative;
	z-index: 200;
}
.jqueryslidemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
.jqueryslidemenu ul li {
	position: relative;
	display: inline;
	float: left;
	margin: 0px;
}
/*Top level menu link items style*/
.jqueryslidemenu ul li a {
	display: block;
	height: 60px;
	line-height: 56px;
	text-decoration: none;
	overflow:hidden; 
	padding:0 15px;
	background:url("../images/blank.gif") 0 0 repeat;
}
* html .jqueryslidemenu ul li a {
	/*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
/* 1st sub level menu
---------------------------------------------------------- */
.jqueryslidemenu ul li ul {
	position: absolute;
	left: 0;
	display: block;
	padding: 3px 0;
	visibility: hidden;
	border: 1px solid #BBBBBB;
	border-top: 0;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li {
	display: list-item;
	float: none;
	margin: 0;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul {
	top: 0;
	border: 1px solid #ccc;
	padding: 2px 0;
}
/* Sub level menu links style */
.jqueryslidemenu ul li ul li a {
	width: 200px;
	padding: 5px 15px 7px;
	margin: 0;
}
.jqueryslidemenu ul ul li a, .jqueryslidemenu ul ul li a:link, .jqueryslidemenu ul ul li a:visited {
	height: 100%;
	line-height: 20px;
}
.jqueryslidemenu ul li ul li a:hover, .jqueryslidemenu ul ul li a:hover {
	padding: 5px 15px 7px;
	border-left:0;
	border-right:0;
}
.jqueryslidemenu ul ul ul{
	margin-top:-5px;
}
/*
.jqueryslidemenu ul li ul{
	-webkit-box-shadow: 1px 2px 3px #333;
	-moz-box-shadow: 1px 2px 3px #333;
	box-shadow: 1px 2px 3px #333; 
}
*/
/* ======================================================= */
/*                         Feature                         */
/* ======================================================= */
#feature {
	position:relative;
/* 	background:url("../images/feature_bg.png") no-repeat scroll 50% 0 transparent; */
	color:#fff;
}
#feature h2, #feature p {
	text-shadow:1px 1px 0 #000;
	filter: Shadow(Color=#000000, Direction=135, Strength=2);
}
#introduce { 
	font-size:1.8em;
	line-height:1.3em;
	font-weight:200;
	letter-spacing:1px; 
	padding:5px 0;
	overflow: hidden;
}
#feature .top_shadow {
	background:url("../images/feature-top-shadow.png") repeat-x scroll 0 0 transparent;
	height: 15px;
	font-size:0px;
	line-height: 10px;
	position:absolute;
	z-index:2;
	width:100%;
	top:0;
}
#feature .bottom_shadow {
	background:url("../images/feature-bottom-shadow.png") repeat-x scroll 0 0 transparent;
	height: 15px;
	font-size:0px;
	position:absolute;
	z-index:3;
	width:100%;
	bottom:0;
}

.slide-inner {
	overflow:hidden;
}

#slider_wrap {
	position:relative;
	z-index:0;
	width:100%;
}

.slide-main {
	position: relative;
	margin:0 auto;
	width:960px;
}

.slide-content {
	left: 30px;
	position: absolute;
	top: 70px;
	width: 350px;
}

.slide-item {
	width:100% !important;
	height:100%;
}

#feature h2 {
	font-size:3.5em;
	margin-bottom: 0;
	padding: 5px 0;
}

#scroll-wrap {
	position: absolute;
	z-index: 8;
	width:100%;
	margin-top: -25px;
	max-height: 25px;
	min-height: 25px;
}
#scroll-control {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:135px;
}
/* end Slideshow*/

body.home {
       background:url(../images/fulins_main_bg.jpg) repeat !important;
	/* background-image:url("../images/page_top_line.png");
	background-repeat:repeat-x; */
}

body.page {
       background:url(../images/fulins_main_bg.jpg) repeat !important;
	/* background-image:url("../images/page_top_line.png");
	background-repeat:repeat-x; */
}

body.single{
       background:url(../images/fulins_main_bg.jpg) repeat !important;
	/* background-image:url("../images/page_top_line.png");
	background-repeat:repeat-x; */
}

body.archive {
       background:url(../images/fulins_main_bg.jpg) repeat !important;
	/* background-image:url("../images/page_top_line.png");
	background-repeat:repeat-x; */
}


.home .inner {
	background:none !important;
}

/* ======================================================= */
/*                    Home Page Sliders                    */
/* ======================================================= */
/* nivo Slider
---------------------------------------------------------- */
#feature.nivo .inner {
	padding:30px 0 0;
}
#nivo_slider_wrap {
	position:relative;
}
#nivo_slider_loading {
	background:url("../images/loading_big.gif") #fff no-repeat 50% 50%;
	position:absolute;
	top:0px;
	width:960px;
	z-index:103;
}
#nivo_slider {
	position:relative;
}
#nivo_slider img {
	display:none;
}
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	left:0px;
	bottom:0px;
	z-index:100;
	width:100%;
	background:#000;
	opacity:0.5;
	position:absolute;
}
.nivo-caption p {
	margin:0;
	padding:10px 15px;
	color:#fff;
	font-size:18px;
	line-height:20px;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	width:40px;
	height:40px;
	text-indent:-10000px;
	top:45%;
	z-index:101;
	cursor:pointer;
}
.nivo-prevNav {
	background:url("../images/slide_left.png") no-repeat scroll 0 0 transparent;
	left:20px;
}
.nivo-nextNav {
	background:url("../images/slide_right.png") no-repeat scroll 0 0 transparent;
	right:20px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	bottom:0px;
	right:15px;
	padding:12px 0px;
	z-index:102;
}
.nivo-controlNav a {
	background:url("../images/slider_pager.png") no-repeat scroll 0 0 transparent;
	height:16px;
	width:16px;
	margin:0 2px;
	overflow:hidden;
	text-decoration:none;
	text-indent:-10000px;
	z-index:102;
	float:left;
	cursor:pointer;
}
.nivo-controlNav a.active {
	background-position: 0 -32px;
}
.nivo-controlNav a:hover {
	background-position: 0 -16px;
}
#slider_control_bg {
	background:url("../images/slider_control_overlap.png") repeat scroll 0 0 transparent;
	position:absolute;
	height:40px;
	width:100%;
	bottom:0px;
	display:none;
	z-index:101;
}
/* ======================================================= */
/*                         Content                         */
/* ======================================================= */
/* Breadcrumbs
---------------------------------------------------------- */
#breadcrumbs {
	position:relative;
	margin:0 auto;
	padding:35px 0 15px;
	font-size:11px;
	width:960px;
}
#brch {
	width:100%;
	background:url('../images/dim.png') repeat top center transparent;
	border-bottom:1px solid white;
	border-top:1px solid white;
	margin-top:1px;
}
#page .inner {
	background:url('../images/top_shadow.png') no-repeat top center transparent;
}
/* ======================================================= */
/*                         Footer                          */
/* ======================================================= */
/* Footer Body
---------------------------------------------------------- */
#footer {
	/*background:url("../images/footer.png") no-repeat scroll 50% 0 transparent;*/
	position:relative;
	border-bottom-left-radius:inherit !important;
	border-bottom-right-radius:inherit !important;
        background-color: #b62225;
        color: #ffffff;
        font-size: 12px;
}
#footer .inner{
	padding:30px 0 40px;
	overflow:hidden;
}
#footer_shadow {
	background:url("../images/footer_shadow.png") repeat-x scroll 0 0 transparent;
	height: 10px;
	font-size:0px;
	overflow:hidden;
	line-height: 10px;
}
/* Sub Footer
---------------------------------------------------------- */
#footer_bottom {
	border-bottom-left-radius: inherit !important;
	border-bottom-right-radius: inherit !important;
	letter-spacing:1px;
	position:absolute;
	bottom:0;
	width:100%;
	background:url("../images/footer_bottom.png") repeat-x scroll 50% 0 transparent;
	height:50px;
	overflow:hidden;
}

#footer_bottom .inner {
	padding:12px 0;	
	height:auto !important;
}
#copyright {
	float: left;
	font-size:13px;	
	line-height:1em;
	width:45%;
}
#footer_menu {
	float: right;
	text-align:right;
	width:55%;
	line-height:1em;
}
#footer_menu a {
	padding:0 5px;
}

#footer_menu li, #footer_menu ul {
	display:inline;
	font-weight:normal;
}
#footer_right_area {
	position: absolute;
	right:0px;
}
/* ======================================================= */
/*                    Portfolio Styles                     */
/* ======================================================= */
.portfolios ul {
	letter-spacing: -4px; /* remvoe the gap */
	word-spacing: -4px; /* remvoe the gap */
	overflow:hidden;
	list-style-type:none;
	margin:0;
	padding:0;
	display:block;
}
.portfolios ul li {
	letter-spacing: normal;  /* remvoe the gap */
	word-spacing: normal;  /* remvoe the gap */
	display: -moz-inline-box; /* mozilla only */
    display: inline-block; /* for browsers that support display:inline-block*/
	vertical-align: top;
	overflow:hidden;
	padding:0;
	margin:10px 0 50px 0;
	position:relative;
}
.portfolio_title {
	line-height:1em;
}
.portfolio_desc {
	margin-top:0.8em;
}
.portfolio_more_button {
	margin-top:0.8em;
}
/* Portfolio Sortable
---------------------------------------------------------- */
.portfolios.sortable header {
	font-size:1.2em;
	line-height:1.8em;
	clear:both;
	overflow:hidden;
}
.portfolios.sortable header span {
	display:block;
	float:left;
	margin-right:5px;
}
#page .portfolios.sortable header a {
	display:block;
	float:left;
	padding:0 14px;
	margin-right:10px;
	margin-bottom:10px;
	background-color:#eee;
	color:#666;
}

/* Portfolio One Column
---------------------------------------------------------- */
.portfolios .portfolio_one_column {
	clear:left;
}
.portfolios .portfolio_one_column li {
	display:block;
}
.portfolio_one_column .portfolio_image{
	float:left;
	width:602px;
}
.portfolio_one_column .portfolio_image .image_frame{
	width:600px;
}
.portfolio_one_column .portfolio_image .image_shadow{
	width:600px;
}
.portfolio_one_column .portfolio_details {
	float:left;
	width:330px;
	padding-left:28px;
}
.portfolio_one_column .portfolio_title {
	margin-top:0.7em;
}
/* Portfolio Two Columns
---------------------------------------------------------- */
.portfolios .portfolio_two_columns {
	margin-right:-56px;
}
.portfolio_two_columns li {
	width:452px;
}
.portfolio_two_columns .portfolio_image .image_frame{
	width:450px;
}
.portfolio_two_columns .portfolio_image .image_shadow{
	width:450px;
}
ul.portfolio_two_columns li {
	margin-right:56px;
}
/* Portfolio Three Columns
---------------------------------------------------------- */
.portfolios .portfolio_three_columns {
	margin-right:-39px;
}
.portfolio_three_columns li {
	width:294px;
}
.portfolio_three_columns .portfolio_image .image_frame{
	width:292px;
}
.portfolio_three_columns .portfolio_image .image_shadow{
	width:292px;
}
ul.portfolio_three_columns li {
	margin-right:39px;
}
/* Portfolio Four Columns
---------------------------------------------------------- */
.portfolios .portfolio_four_columns {
	margin-right:-28px;
}
.portfolio_four_columns li {
	width:219px;
}
.portfolio_four_columns .portfolio_image .image_frame{
	width:217px;
}
.portfolio_four_columns .portfolio_image .image_shadow{
	width:217px;
}
ul.portfolio_four_columns li {
	margin-right:28px;
}
/* ======================================================= */
/*                       Blog Styles                       */
/* ======================================================= */
/* Blog Index & main_wrap Post Body
---------------------------------------------------------- */
.entry {
	clear:both;
	overflow:hidden;
}
.entry .entry_title {
	margin-bottom:10px;
}
.entry .entry_title a {
	color:#333;
}
.entry_image {
	margin:0px;
}
.entry_image .image_shadow {
	width:100%;
}
.entry_left .entry_image, .entry_left .single_image, .entry_event {
	float:left;
	margin-top:5px;
	margin-right:20px;
}
.entry_left .entry_info {
	overflow:hidden;
}
.entry .entry_meta {
	line-height:28px;
	margin-bottom:10px;
	position:relative;
	overflow:hidden;
}
.entry .entry_meta .separater {
	padding: 0 4px;
}
.entry .entry_meta .comments {
	float:right;
	margin-right:10px;
}
.read_more_link {
	position:relative;
	top:-5px;
}
#feature .entry_meta .separater{
	padding: 0 0.6em;
}
#feature .entry_meta .comments {
	position:absolute;
	right: 0;
}
#feature a {
	color:#ccc;
}
.entry.content {
	margin-bottom:40px;
}
.entry.content footer {
	clear: both;
	margin-top:80px;
	margin-bottom:-40px;
}
#author .gravatar {
	float:right;
	margin:0 0 0 20px;
}
/* WP Pagenavi
---------------------------------------------------------- */
.wp-pagenavi{
	clear:both;
	padding-top:10px;
	height:40px;
	text-align:right;
}
.wp-pagenavi a, .wp-pagenavi a:link,.wp-pagenavi a:visited,.wp-pagenavi a:active,.wp-pagenavi span.current,.wp-pagenavi span.extend {
	margin-right:5px;
	padding:4px 6px;
	text-shadow:1px 1px 1px #ddd;
	color:#666;
	border:1px solid rgba(0, 0, 0, .2);
	background-color:rgba(0, 0, 0, .1);

}
.wp-pagenavi span.current {
	color:#333;
/*	font-size:16px; */
}
.wp-pagenavi a:hover {
	color:#333;
/*	font-size:14px; */
}
/* About the Author
---------------------------------------------------------- */
#about_the_author {
	margin-bottom:40px;
}
#about_the_author .author_content {
	padding:20px;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	background-color:rgba(0, 0, 0, .01);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#02000000',EndColorStr='#02000000'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#02000000',EndColorStr='#02000000')";
}
.author_info {
	overflow:hidden;
	padding-left:15px;
	position:relative;
}
.author_name {
	font-size:1.2em;
}
.author_desc {
	margin-bottom:0;
}
/* Popular and Related Posts
---------------------------------------------------------- */
.related_popular_wrap {
	margin-bottom:40px;
}
.related_popular_wrap .posts_list .thumbnail {
	margin-right:15px;
}
.related_popular_wrap li {
	margin:0;
}
/* Entry previous & next navigation
---------------------------------------------------------- */
.entry_navigation {
	overflow: hidden;
	clear: both;
	margin-bottom:40px;
}
.entry_navigation .nav-previous {
	float: left;
	width: 50%;
}
.entry_navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/* Threaded Comments
---------------------------------------------------------- */
#comments ul {
	list-style-type:none;
}
.commentlist {
	margin: 0;
}
.commentlist ul {
	margin-left:20px;
}
.commentlist li {
	margin:0;
	border-top:1px solid #EEEEEE;	
}
.commentlist li .comment_wrap {
	overflow:visible;
	padding:20px 0;
	position:relative;
}
.gravatar {
	float:left;
	height:70px;
	border:1px solid #eeeeee;
}
.gravatar img{
	padding:4px;
	height:80px;
	width:80px;
	border:1px solid #FFFFFF;
	background-color:#F9F9F9;
}
.comment_content {
	min-height:80px; 
	padding-left:20px;
	position:relative;
	overflow:hidden;
}
.commentlist li ul li {
	margin-left: 20px;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.comment_author {
	font-size:18px;
	font-style: normal;
}
.comment_author span {
	display:none;
}
.comment_time {
	float:right;
}
.comment_text {
	clear:both;
	padding-top:5px;
	overflow:hidden;
}
.comments_navigation {
	margin-top:20px;
	clear:both;
	overflow:hidden;
}
.comments_navigation .nav_previous {
	float:left;
}
.comments_navigation .nav_next {
	float:right;
}
#respond {
	margin-top:20px;
}
#respond #comment{
	width:98%;
}
#comments label {
	padding-left: 6px;
	opacity: 0.75;
}
.cancel_comment_reply {
	margin-bottom:6px;
}
/* ======================================================= */
/*                      Widget Styles                      */
/* ======================================================= */
/* General
---------------------------------------------------------- */
.widget{
	margin-bottom:4em;
}
.widget p{
	margin:0;
}
.widget ul {
	list-style:none;
	margin:0;
}
#sidebar_content .widget:last-child {
	margin-bottom:20px;
}
.home #sidebar_content .widget:last-child {
	margin-bottom:0px;
}
.widget_text p {
	margin-bottom:1em;
}
/* Sidebar General
---------------------------------------------------------- */
#sidebar .widget_subnav li,
#sidebar .widget_recent_comments li,
#sidebar .widget_recent_entries li,
#sidebar .widget_recent_posts li,
#sidebar .widget_popular_posts li,
#sidebar .widget_authors li,
#sidebar .widget_twitter li,
#sidebar .widget_pages li,
#sidebar .widget_links li,
#sidebar .widget_nav_menu li,
#sidebar .widget_categories li,
#sidebar .widget_archive li,
#sidebar .widget_meta li,
#sidebar .widget_rss li{
	margin:0;
	border-bottom:1px solid #F0F0F0;
	padding:5px 0;
}
#sidebar .widget_subnav li a,
#sidebar .widget_recent_entries li a,
#sidebar .widget_recent_posts li a,
#sidebar .widget_popular_posts li a,
#sidebar .widget_pages li a,
#sidebar .widget_links li a,
#sidebar .widget_nav_menu li a,
#sidebar .widget_categories li a,
#sidebar .widget_archive li a,
#sidebar .widget_meta li a,
#sidebar .widget_rss li a{
	background:url(../images/widget_list_arrows.png) no-repeat scroll -48px 2px transparent;
	margin:0;
	line-height:20px;
	padding-left:20px;
}
#sidebar .flexipages_widget li {
	margin:0;
	border-bottom:1px solid #F0F0F0;
	padding:5px 0;
}
#sidebar .flexipages_widget li a {
 	background:url(../images/widget_list_arrows.png) no-repeat scroll -48px 2px transparent;
	margin:0;
	line-height:20px;
	padding-left:20px;
}

/* Footer General
---------------------------------------------------------- */
#footer .widget{
	margin-bottom:3em;
}
#footer h3.widgettitle {
	font-size:2em;
	margin-bottom:0.5em;
        color:#ffffff;
}
#footer .widget_subnav li,
#footer .widget_recent_comments li,
#footer .widget_recent_entries li,
#footer .widget_recent_posts li,
#footer .widget_popular_posts li,
#footer .widget_authors li,
#footer .widget_twitter li,
#footer .widget_pages li,
#footer .widget_links li,
#footer .widget_nav_menu li,
#footer .widget_categories li,
#footer .widget_archive li,
#footer .widget_meta li,
#footer .widget_rss li{
	background:url("../images/footer_list_divider.png") repeat-x scroll 0 bottom transparent;
	margin:0;
	padding:5px 0;
}
#footer .widget_subnav li a,
#footer .widget_recent_entries li a,
#footer .widget_recent_posts li a,
#footer .widget_popular_posts li a,
#footer .widget_pages li a,
#footer .widget_links li a,
#footer .widget_nav_menu li a,
#footer .widget_categories li a,
#footer .widget_archive li a,
#footer .widget_meta li a,
#footer .widget_rss li a {
	background:url(../images/footer_list_style.png) no-repeat scroll 0 0 transparent;
	padding-left:15px;
	text-decoration:none;
}
#footer .text_input, #footer .textarea {
/*	color:#666;
	color:rgba(255, 255, 255, .8); */
	border:1px solid #999;
	border: rgba(255, 255, 255, .15) 1px solid;
	-moz-box-shadow:inset 2px 2px 5px rgba(0, 0, 0, .1);
	-webkit-box-shadow:inset 2px 2px 5px rgba(0, 0, 0, .1);
	box-shadow:inset 2px 2px 5px rgba(0, 0, 0, .1);

	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .03) 0%,
		rgba(255, 255, 255, .05) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .03)),
		to(rgba(255, 255, 255, .05))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#33FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#33FFFFFF')"; /* IE8 */
}
/* Search
---------------------------------------------------------- */
#searchform .text_input {
	width:160px;
	padding:8px;
	line-height:1em;
	height:1em;
	vertical-align: middle;
}
#footer #searchform .text_input {
	width: 50%;
}
#searchform button {
	margin-left:2px;
	vertical-align: middle;
}
#searchform button span {
	line-height:1em;
	padding:7px 13px;
}
/* Tags
---------------------------------------------------------- */
.widget_tag_cloud a{
	padding:2px 4px;
}
/* Calendar
---------------------------------------------------------- */
.widget_calendar table {
	margin:0;
	width:100%;
}
.widget_calendar caption {
	font-size:1.2em;
	padding-bottom:5px;
}
.widget_calendar td,.widget_calendar th {
	padding:3px 0px;
	text-align: center;
}
.widget_calendar tfoot td {
	padding:8px 0px;
	font-size:1.1em;
}
.widget_calendar #prev {
	text-align:left;
}
.widget_calendar #next {
	text-align:right;
}
.widget_calendar a {
	font-size:1.3em;
}
/* Recent Comments
---------------------------------------------------------- */
#sidebar .widget_recent_comments ul li a {
	background:none;
}
#sidebar .widget_recent_comments ul li span {
	background:url(../images/widget_list_arrows.png) no-repeat scroll -19px -20px transparent;
	padding-left:27px !important;;
}
#footer .widget_recent_comments ul li a {
	background:none;
}
#footer .widget_recent_comments ul li span {
	background:url(../images/footer_widget_list_arrows.png) no-repeat scroll -19px -20px transparent;
	padding-left:27px !important;;
}
/* Pages
---------------------------------------------------------- */
#sidebar .widget_pages ul ul {
	border-top:1px solid #F0F0F0;
	margin:5px 0 -6px 2em;
}
#footer .widget_pages ul ul {
	margin-left:2em;
}
#footer .widget_pages ul ul li {
	background:none;
}
/* Recent Post
---------------------------------------------------------- */
.posts_list {
	list-style: none;
	margin: 0;
}
.posts_list p{
	margin:0;
}
.posts_list li, #sidebar .posts_list li, #footer .posts_list li {
	padding:5px 0;
}
.posts_list li a, #sidebar .posts_list li a, #footer .posts_list li a {
	background:none;
	padding:0;
	line-height:20px;
}
.posts_list .thumbnail, #sidebar .posts_list .thumbnail, #footer .posts_list .thumbnail{
	display:block;
	float:left;
	margin:4px 8px 8px 0;
	line-height:100%;
	border: 1px solid #eee;
}
.posts_list .thumbnail img {
	border: 1px solid #fff;
	display:block;
}
.posts_list time {
	display:block;
}
.posts_list .post_extra_info {
	overflow:hidden;
}

#footer .posts_list .thumbnail img {
	border:none;
	width:60px;
	height:60px;
}
/* Authors
---------------------------------------------------------- */
.authors_list {
	list-style: none;
	margin: 0;
}
.authors_list li, #sidebar .authors_list li, #footer .authors_list li {
	padding:5px 0;
	overflow:hidden;
}
.widget_authors .gravatar {
	height:60px;
	margin: 4px 8px 8px 0;
	float: left;
	border: 1px solid #eee;
}
.widget_authors .gravatar img {
	border:none;
	padding:none;
	display:block;
	width:60px;
	height:60px;
	padding:0;
}
/* Contact Form
---------------------------------------------------------- */
#sidebar .widget_contact_form input.text_input {
	width:65% !important;
}

.widget_contact_form p {
	margin-bottom:10px;
}
.widget_contact_form label {
	padding-left:6px;
}
.widget_contact_form .invalid {
	border: 2px solid #999 !important;
}
#footer .widget_contact_form .invalid {
	border:1px solid #fff;
	border: rgba(255, 255, 255, .5) 1px solid;
}
#footer .widget_contact_form .text_input{
	width:60%;
}
#footer .widget_contact_form .textarea {
	width:80%;
}
/* for shortcode */
 .contact_form_wrap .contact_form .text_input {
	width:60%;
	padding:6px;
}
.contact_form_wrap .contact_form .textarea {
	width:95%;
	padding:6px;
	height:250px;
}
.contact_form_wrap .contact_form label {
	padding-left:5px;
}
.contact_form_wrap .contact_form .invalid {
	border: 2px solid #999 !important;
}
/* Contact Info Widget
---------------------------------------------------------- */
.contact_info_wrap .icon_text, .contact_info_wrap .contact_address{
	padding-left:26px;
}
.contact_info_wrap p {
	margin-bottom:5px;
}
.contact_info_wrap .contact_zip {
	padding-left:5px;
}

/* Twitter Widget
---------------------------------------------------------- */
#sidebar .widget_twitter .tweet_list li {
	background:url(../images/widget_list_arrows.png) no-repeat scroll 3px -40px transparent;
	padding:5px 5px 5px 22px;
	line-height:inherit;
	word-wrap:break-word;
}
#sidebar .widget_twitter .tweet_list a {
	background:none;
	padding:0;
	line-height:20px;
}
/* for shortcode */
.twitter_wrap .tweet_list, .widget_twitter .tweet_list {
	list-style: none;
	margin:0;
}
.twitter_wrap .tweet_list li, .widget_twitter .tweet_list li {
	background:url(../images/widget_list_arrows.png) no-repeat scroll 3px -40px transparent !important;
	padding:5px 5px 5px 22px !important;
	line-height:inherit;
	word-wrap:break-word;
	margin:0;
}
.twitter_wrap .tweet_list a {
	background:none;
	padding:0;
}
/* with avatar */
.twitter_wrap.with_avatar .tweet_list li, #sidebar .widget_twitter .with_avatar .tweet_list li {
	background:none;
	padding-left:0px;
	overflow:hidden;
}
#footer .widget_twitter .with_avatar .tweet_list li {
	padding-left:0px;
	overflow:hidden;
}
#sidebar .widget_twitter .with_avatar .tweet_list a.tweet_avatar, #footer .widget_twitter .with_avatar .tweet_list a.tweet_avatar, .twitter_wrap .tweet_list a.tweet_avatar {
	float:left;
	padding-right:10px !important;
}
/* Flickr Widget
---------------------------------------------------------- */
.flickr_wrap {
	position: relative;
}
.flickr_wrap .flickr_badge_image {
	border:1px solid #eeeeee;
	padding: 0;
	float:left;
	line-height:100%;
	margin:0 10px 10px 0;
}
.flickr_wrap .flickr_badge_image img {
	width:75px;
	height:75px;
	border:1px solid #FFFFFF;
	background-color:#F9F9F9;
	display:block;
}
#footer .flickr_wrap {
	margin-right:-9px;
}
#footer .flickr_badge_image {
	margin:0 9px 9px 0;
}
#footer .flickr_wrap img {
	width:60px;
	height:60px;
}
/* Social Icon Widget
---------------------------------------------------------- */
.widget_social a {
	padding:0 !important;
	margin: 0 !important;
	background: none !important;
}
.widget_social a:hover {
	text-decoration: none;
	border: 0;
}
.widget_social img {
	margin:0 10px 5px 0;
}
.widget_social .social_animation_fade img, .widget_social .social_animation_combo img {
	opacity:0.7;
	-moz-opacity:0.7;
}
.widget_social .social_animation_fade img:hover {
	opacity: 1;
	-moz-opacity: 1;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease;
}

.widget_social .social_animation_scale img:hover {
	-moz-transform: scale(1.2);
	-o-transition: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-zoom: 1.2;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease;
}
	
.widget_social .social_animation_bounce img:hover {
	-moz-transform: translate(0px, -2px);
	-o-transition: translate(0px, -2px);
	-webkit-transform: translate(0px, -2px);
	transform: translate(0px, -2px);
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease;
}

.widget_social .social_wrap.social_animation_combo img:hover {
	opacity: 1;
	-moz-opacity: 1;
	transform: translate(0px, -2px);
	-moz-transform: scale(1.2) translate(0px, -2px);
	-o-transform: scale(1.2) translate(0px, -2px);
	-webkit-transform: scale(1.2) translate(0px, -2px);
	-ms-zoom: 1.2;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease;
}
/* Google Map Widget
---------------------------------------------------------- */
.widget_gmap .google_map{
	height:220px;
}
.widget_gmap .google_map{
	color:#666;
}
/* Rss Widget
---------------------------------------------------------- */
#footer .widget_rss ul li {
	background:url("../images/footer_list_divider.png") repeat-x scroll 0 bottom transparent;
}
/** Advertisement Widget
---------------------------------------------------------- */
.widget_advertisement_125 {
	clear:left;
	overflow:hidden;
}
.widget_advertisement_125 a {
	display:block;
	float:left;
	line-height:100%;
	margin:1px 9px 9px 1px;
	overflow:hidden;
	font-size:0;
	height:125px;
}
.widget_advertisement_125 img {
	width:125px;
	height:125px;
}
.widget_advertisement_125 a:hover{
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); /* Opera 10.5, IE 9.0 */
}
.widget_advertisement_125 a:hover img {
	opacity: 0.8;
	-moz-opacity: 0.8;
}
/* ======================================================= */
/*                          Video                          */
/* ======================================================= */
.video_frame { 
	line-height:100%;
	background:url('../images/image_shadow.png') no-repeat center bottom transparent;
	padding-bottom:20px;
}
.video-js-box { text-align: left; position: relative; line-height: 0 !important; margin: 0; padding: 0 !important; border: none !important;  }

/* Video Element */
video.video-js { background-color: #000; position: relative; padding: 0; }

.vjs-flash-fallback { display: block; }

/* Poster Overlay Style */
.video-js-box img.vjs-poster { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; margin: 0; padding: 0; cursor: pointer; }
/* Subtiles Style */
.video-js-box .vjs-subtitles { color: #fff; font-size: 20px; text-align: center; position: absolute; bottom: 40px; left: 0; right: 0; }

/* Fullscreen styles for main elements */
.video-js-box.vjs-fullscreen { position: fixed; left: 0; top: 0; right: 0; bottom: 0; overflow: hidden; z-index: 1000; }
.video-js-box.vjs-fullscreen video.video-js,
.video-js-box.vjs-fullscreen .vjs-flash-fallback { position: relative; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; }
.video-js-box.vjs-fullscreen img.vjs-poster { z-index: 1001; }
.video-js-box.vjs-fullscreen .vjs-spinner { z-index: 1001; }
.video-js-box.vjs-fullscreen .vjs-controls { z-index: 1003; }
.video-js-box.vjs-fullscreen .vjs-big-play-button { z-index: 1004; }
.video-js-box.vjs-fullscreen .vjs-subtitles { z-index: 1004; }

/* Styles Loaded Check */
.vjs-styles-check { height: 5px; position: absolute; }
/* Controls Below Video */
.video-js-box.vjs-controls-below .vjs-controls { position: relative; opacity: 1; background-color: #000; }
.video-js-box.vjs-controls-below .vjs-subtitles { bottom: 75px; } /* Account for height of controls below video */

/* DEFAULT SKIN (override in another file)
================================================================================
Using all CSS to draw the controls. Images could be used if desired.
Instead of editing this file, I recommend creating your own skin CSS file to be included after this file,
so you can upgrade to newer versions easier. */

/* Controls Layout 
  Using absolute positioning to position controls */
.video-js-box .vjs-controls {
  position: absolute; margin: 0; opacity: 0.85; color: #fff;
  display: none; /* Start hidden */
  left: 0; right: 0; /* 100% width of video-js-box */ 
  width: 100%;
  bottom: 0px; /* Distance from the bottom of the box/video. Keep 0. Use height to add more bottom margin. */
  height: 35px; /* Including any margin you want above or below control items */
  padding: 0; /* Controls are absolutely position, so no padding necessary */
}

.video-js-box .vjs-controls > div { /* Direct div children of control bar */
	position: absolute; /* Use top, bottom, left, and right to specifically position the control. */
	text-align: center; margin: 0; padding: 0;
	height: 25px; /* Default height of individual controls */
	top: 5px; /* Top margin to put space between video and controls when controls are below */

	background-color: #0B151A;
	background: #1F3744 -webkit-gradient(linear, left top, left bottom, from(#0B151A), to(#1F3744)) left 12px;
	background: #1F3744 -moz-linear-gradient(top, #0B151A, #1F3744) left 12px;

	/* CSS Curved Corners */
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;

	/* CSS Shadows */
	box-shadow: 1px 1px 2px #000; -webkit-box-shadow: 1px 1px 2px #000; -moz-box-shadow: 1px 1px 2px #000;
}

/* Placement of Control Items 
   - Left side of pogress bar, use left & width
   - Rigth side of progress bar, use right & width
   - Expand with the video (like progress bar) use left & right */
.vjs-controls > div.vjs-play-control       { left: 5px;   width: 25px;  }
.vjs-controls > div.vjs-progress-control   { left: 35px;  right: 165px; } /* Using left & right so it expands with the width of the video */
.vjs-controls > div.vjs-time-control       { width: 75px; right: 90px;  } /* Time control and progress bar are combined to look like one */
.vjs-controls > div.vjs-volume-control     { width: 50px; right: 35px;  }
.vjs-controls > div.vjs-fullscreen-control { width: 25px; right: 5px;   }

/* Removing curved corners on progress control and time control to join them. */
.vjs-controls > div.vjs-progress-control {
	border-top-right-radius: 0; -webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0;
	border-bottom-right-radius: 0; -webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomright: 0;
}
.vjs-controls > div.vjs-time-control { 
	border-top-left-radius: 0; -webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0;
	border-bottom-left-radius: 0; -webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0;
}

/* Play/Pause
-------------------------------------------------------------------------------- */
.vjs-play-control { cursor: pointer !important; }
/* Play Icon */
.vjs-play-control span { display: block; font-size: 0; line-height: 0; }
.vjs-paused .vjs-play-control span {
	width: 0; height: 0; margin: 8px 0 0 8px;
	/* Drawing the play triangle with borders - http://www.infimum.dk/HTML/slantinfo.html */
	border-left: 10px solid #fff; /* Width & Color of play icon */
	/* Height of play icon is total top & bottom border widths. Color is transparent. */
	border-top: 5px solid rgba(0,0,0,0); border-bottom: 5px solid rgba(0,0,0,0);
}
.vjs-playing .vjs-play-control span {
	width: 3px; height: 10px; margin: 8px auto 0;
	/* Drawing the pause bars with borders */
	border-top: 0px; border-left: 3px solid #fff; border-bottom: 0px; border-right: 3px solid #fff;
}

/* Progress
-------------------------------------------------------------------------------- */
.vjs-progress-holder { /* Box containing play and load progresses */
	position: relative; padding: 0; overflow:hidden; cursor: pointer !important;
	height: 9px; border: 1px solid #777;
	margin: 7px 1px 0 5px; /* Placement within the progress control item */
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}
.vjs-progress-holder div { /* Progress Bars */
  position: absolute; display: block; width: 0; height: 9px; margin: 0; padding: 0;
  border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}
.vjs-play-progress {
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#777));
	background: -moz-linear-gradient(top,	#fff,	#777);
}
.vjs-load-progress {
	opacity: 0.8;
	background-color: #555;
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#aaa));
	background: -moz-linear-gradient(top,	#555,	#aaa);
}

/* Time Display
-------------------------------------------------------------------------------- */
.vjs-controls .vjs-time-control { font-size: 10px; line-height: 1; font-weight: normal; font-family: Helvetica, Arial, sans-serif; }
.vjs-controls .vjs-time-control span { line-height: 25px; /* Centering vertically */ }


/* Volume
-------------------------------------------------------------------------------- */
.vjs-volume-control { cursor: pointer !important; }
.vjs-volume-control div { display: block; margin: 0 5px 0 5px; padding: 4px 0 0 0; }
/* Drawing the volume icon using 6 span elements */
.vjs-volume-control div span { /* Individual volume bars */
	float: left; padding: 0;
	margin: 0 2px 0 0; /* Space between */
	width: 5px; height: 0px; /* Total height is height + bottom border */
	border-bottom: 18px solid #555; /* Default (off) color and height of visible portion */
}
.vjs-volume-control div span.vjs-volume-level-on { border-color: #fff; /* Volume on bar color */ }
/* Creating differnt bar heights through height (transparent) and bottom border (visible). */
.vjs-volume-control div span:nth-child(1) { border-bottom-width: 2px; height: 16px; }
.vjs-volume-control div span:nth-child(2) { border-bottom-width: 4px; height: 14px; }
.vjs-volume-control div span:nth-child(3) { border-bottom-width: 7px; height: 11px; }
.vjs-volume-control div span:nth-child(4) { border-bottom-width: 10px; height: 8px; }
.vjs-volume-control div span:nth-child(5) { border-bottom-width: 14px; height: 4px; }
.vjs-volume-control div span:nth-child(6) { margin-right: 0; }

/* Fullscreen
-------------------------------------------------------------------------------- */
.vjs-fullscreen-control { cursor: pointer !important; }
.vjs-fullscreen-control div {
	padding: 0; text-align: left; vertical-align: top; cursor: pointer !important; 
	margin: 5px 0 0 5px; /* Placement within the fullscreen control item */
	width: 20px; height: 20px;
}
/* Drawing the fullscreen icon using 4 span elements */
.vjs-fullscreen-control div span { float: left; margin: 0; padding: 0; font-size: 0; line-height: 0; width: 0; text-align: left; vertical-align: top; }
.vjs-fullscreen-control div span:nth-child(1) { /* Top-left triangle */
	margin-right: 3px; /* Space between top-left and top-right */
	margin-bottom: 3px; /* Space between top-left and bottom-left */
	border-top: 6px solid #fff; /* Height and color */
	border-right: 6px solid rgba(0,0,0,0);  /* Width */
}
.vjs-fullscreen-control div span:nth-child(2) { border-top: 6px solid #fff; border-left: 6px solid rgba(0,0,0,0); }
.vjs-fullscreen-control div span:nth-child(3) { clear: both; margin: 0 3px 0 0; border-bottom: 6px solid #fff; border-right: 6px solid rgba(0,0,0,0); }
.vjs-fullscreen-control div span:nth-child(4) { border-bottom: 6px solid #fff; border-left: 6px solid rgba(0,0,0,0); }
/* Icon when video is in fullscreen mode */
.vjs-fullscreen .vjs-fullscreen-control div span:nth-child(1) { border: none; border-bottom: 6px solid #fff; border-left: 6px solid rgba(0,0,0,0); }
.vjs-fullscreen .vjs-fullscreen-control div span:nth-child(2) { border: none; border-bottom: 6px solid #fff; border-right: 6px solid rgba(0,0,0,0); }
.vjs-fullscreen .vjs-fullscreen-control div span:nth-child(3) { border: none; border-top: 6px solid #fff; border-left: 6px solid rgba(0,0,0,0); }
.vjs-fullscreen .vjs-fullscreen-control div span:nth-child(4) { border: none; border-top: 6px solid #fff; border-right: 6px solid rgba(0,0,0,0); }

/* Download Links - Used for browsers that don't support any video.
-------------------------------------------------------------------------------- */
.vjs-no-video { margin-top:10px; font-size: small; }

/* Big Play Button (at start)
---------------------------------------------------------*/
div.vjs-big-play-button {
	display: none; 
	position: absolute; top: 50%; left: 50%; width: 76px; height: 70px; margin: -35px 0 0 -38px; z-index: 102; text-align: center; vertical-align: center; cursor: pointer !important;
	border: 1px solid #ccc; opacity: 0.8;
	
	background-color: #0B151A;
	background: rgba(50,50,50,0.8);
}
div.vjs-big-play-button:hover {
	box-shadow: 0px 0px 80px #fff; -webkit-box-shadow: 0px 0px 80px #fff; -moz-box-shadow: 0px 0px 80px #fff;
}

div.vjs-big-play-button span {
	display: block; font-size: 0; line-height: 0;
	width: 0; height: 0;margin: 16px 0 0 21px;
	border-left: 40px solid #fff;
	border-top: 20px solid rgba(0,0,0,0); border-bottom: 20px solid rgba(0,0,0,0);
}

/* Spinner Styles
---------------------------------------------------------*/
.vjs-spinner { display: none; position: absolute; top: 50%; left: 50%; width: 100px; height: 100px; z-index: 1; margin: -50px 0 0 -50px;
  /* Scaling makes the circles look smoother. */
  transform: scale(0.5); -webkit-transform:scale(0.5); -moz-transform:scale(0.5);
}
/* Spinner circles */
.vjs-spinner div { position:absolute; left: 40px; top: 40px; width: 20px; height: 20px; background: #fff;
  border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px;
  border: 1px solid #ccc; /* Added border so can be visible on white backgrounds */
}
/* Each circle */
.vjs-spinner div:nth-child(1) { opacity: 0.12; transform: rotate(000deg) translate(0, -40px) scale(0.1); -webkit-transform: rotate(000deg) translate(0, -40px) scale(0.1); -moz-transform: rotate(000deg) translate(0, -40px) scale(0.1); }
.vjs-spinner div:nth-child(2) { opacity: 0.25; transform: rotate(045deg) translate(0, -40px) scale(0.2); -webkit-transform: rotate(045deg) translate(0, -40px) scale(0.2); -moz-transform: rotate(045deg) translate(0, -40px) scale(0.2); }
.vjs-spinner div:nth-child(3) { opacity: 0.37; transform: rotate(090deg) translate(0, -40px) scale(0.4); -webkit-transform: rotate(090deg) translate(0, -40px) scale(0.4); -moz-transform: rotate(090deg) translate(0, -40px) scale(0.4); }
.vjs-spinner div:nth-child(4) { opacity: 0.50; transform: rotate(135deg) translate(0, -40px) scale(0.6); -webkit-transform: rotate(135deg) translate(0, -40px) scale(0.6); -moz-transform: rotate(135deg) translate(0, -40px) scale(0.6); }
.vjs-spinner div:nth-child(5) { opacity: 0.62; transform: rotate(180deg) translate(0, -40px) scale(0.8); -webkit-transform: rotate(180deg) translate(0, -40px) scale(0.8); -moz-transform: rotate(180deg) translate(0, -40px) scale(0.8); }
.vjs-spinner div:nth-child(6) { opacity: 0.75; transform: rotate(225deg) translate(0, -40px) scale(1.0); -webkit-transform: rotate(225deg) translate(0, -40px) scale(1.0); -moz-transform: rotate(225deg) translate(0, -40px) scale(1.0); }
.vjs-spinner div:nth-child(7) { opacity: 0.87; transform: rotate(270deg) translate(0, -40px) scale(1.1); -webkit-transform: rotate(270deg) translate(0, -40px) scale(1.1); -moz-transform: rotate(270deg) translate(0, -40px) scale(1.1); }
.vjs-spinner div:nth-child(8) { opacity: 1.00; transform: rotate(315deg) translate(0, -40px) scale(1.3); -webkit-transform: rotate(315deg) translate(0, -40px) scale(1.3); -moz-transform: rotate(315deg) translate(0, -40px) scale(1.3); }


/* ======================================================= */
/*                     Enhance Styles                      */
/* ======================================================= */
pre,code,.wp-caption,.tabs_container .panes,ul.mini_tabs li,.accordion,.table_style,.framed_box_content,.gravatar,.widget_posts_list .thumbnail {
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); /* Opera 10.5, IE 9.0 */
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

#location_map {
	float:left;
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); /* Opera 10.5, IE 9.0 */
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border: 1px solid ##F9F9F9;
	border-radius: 1px;
	padding:5px;
	background-color:#fff;
	margin:0 20px 20px 0;
}

.gmap_marker {
	line-height:1.4em;
}

#eventdetails{
	float:left;
	width:250px;
}

#pth {
	width:100%;
	float:left;
}
#pt {
	float:left;
}

#sharebuttons {
	margin-top:10px;
	float:right;
}

#like-button {
	float:left;
}

.pagedisplay {
	vertical-align:top;
	margin:auto 10px;
}

#upcomingtable tbody td, #recenttable tbody td {
	text-align:left;
}

span.first, span.prev, span.next, span.last {
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3); /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3); /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3); /* Opera 10.5, IE 9.0 */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #F9F9F9;
	border-radius: 3px;
	width:20px;
	height:20px;
	display:inline-block;
	margin:auto 2px;
	cursor:pointer;
}

span.first {
	background:url('../images/first.png') no-repeat center center transparent;
}
span.prev {
	background:url('../images/prev.png') no-repeat center center transparent;
}
span.next {
	background:url('../images/next.png') no-repeat center center transparent;
}
span.last {
	background:url('../images/last.png') no-repeat center center transparent;
}

#pagerUpcoming td, #pagerRecent td {
	padding:8px 8px 0 8px !important;
}

/*------------------------------------------------*/
/*-----------------[WP CALENDAR]-----------------*/
/*------------------------------------------------*/
#wp-calendar { empty-cells: show; margin: 10px auto 0; width: 240px;	}
#wp-calendar a { display: block; text-decoration: none; font-weight: bold; }
#wp-calendar a:hover { text-decoration: underline; }
#wp-calendar caption {	text-decoration: none; font: bold 13px Arial, Sans-Serif; }
#wp-calendar td {	padding: 3px 5px; color: #9f9f9f; }
#wp-calendar td#today { color: #ffffff; }
#wp-calendar th {	font-style: normal;	text-transform: capitalize;	padding: 3px 5px; }
#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }
#wp-calendar #next a { padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left; }

#custom_calendar {
	width:99%;
	position:relative;
}

#custom_calendar tfoot {
	position:absolute;
	top:0;
	width:100%;
	line-height:0;
	height:0px;
}

#custom_calendar .mb_popup, .mb_popup { display: none; }

#wp-custom-calendar {
	margin:0;
}

#wp-custom-calendar caption { 
	font-size: 20px;
	line-height: 20px;
	overflow: hidden;
	padding: 8px 0;
}
#wp-custom-calendar thead th { 
	font-size: 100%;
	font-weight:100;
	padding: 9px 0;
	text-align: center;
}
#wp-custom-calendar tbody td {
	font-size: 100%;
	padding: 9px 0;
	text-align: center;
	border:1px solid #ccc;
	width:35px !important;
}
span.feat_title {
	clear:both;
	display: block;
}				

span.posts_today { cursor: pointer; display: block; position: relative; }
td.dwp { background: url('../images/cal_posts.png') no-repeat center center; }
td.dwp span.posts_today a { color:#ffffff !important;}
td.dwp:hover { cursor: pointer; }

#wp-custom-calendar tbody tr.mb_pad td { padding: 11px 0; }
#wp-custom-calendar tbody td#today { background: url('../images/cal_today.png') no-repeat center center; }
#footer #wp-custom-calendar tbody td#today, #footer td.dwp span.posts_today a { color:gray !important; }

td.dwp .mb_popup { 
	background: url("../images/even-tip-top.png") no-repeat scroll left top transparent;
	bottom: 42px;
	left: -60px;
	padding-top: 4px;
	position: absolute;
	text-align: left;
	width: 129px;
}
td.dwp .mb_popup .ev-popupcontent {
	background: url("../images/even-tip-content.png") repeat-y scroll left top transparent;
	float: left;
	padding: 5px 10px;
	text-transform: capitalize;
	width: 109px;
}
td.dwp .mb_popup .ev-popupbottom {
	background: url("../images/even-tip-bottom.png") no-repeat scroll left top transparent;
	clear: both;
	float: left;
	height: 11px;
	width: 100%;
}

#sidebar span.feat_title a { 
	color: #FFFFFF !important;
	display: block;
	font-size: 90%;
	font-weight: bold;
	text-shadow: none;
}
span.feat_cat { color: #797979; font-size: 11px; text-shadow: none;  display: block; font-size: 11px; margin-bottom: 3px; margin-top: -2px; }

#wp-custom-calendar td#prev {  left: 6px;
position: absolute;
top: 10px; }
#wp-custom-calendar td#next { position: absolute; right: 6px; top: 10px; }
#wp-custom-calendar td#prev a { 
background: url("../images/month-left.png") no-repeat scroll 0 0 transparent;
display: block;
height: 17px;
text-indent: -99999px;
width: 12px;
}
#wp-custom-calendar td#next a { display: block; width: 12px; height: 17px; background: url('../images/month-right.png') no-repeat; text-indent: -9999px; }

#rsvp_form {
	display:none;
}

#TB_overlay {
	z-index:998;
}
#TB_window {
	z-index:999;
}
#TB_window #TB_title {
    background-color: #222222;
    color: #CFCFCF;
}

#ajax-response div.success p, #ajax-response div.updated p, #ajax-response div.error p {
    margin: 0.5em 1em;
}

h3.menu_title {
	margin-bottom:0px;
	float:left;
	width:95%;
}
h3.menu_title a, a.foodTitle {
	margin-right:10px;
}
/* ======================================================= */
/*                       Form +/- buttons                  */
/* ======================================================= */
form.mp_buy_form.mrt {
    background-color: rgba(0,0,0,0.1);
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    float: left;
    width: 6px;
    height: 6px;
    margin: 2px;
    padding: 3px;
	-moz-box-shadow: inset 0 0 1px 1px rgba(0,0,0,0.4);
	-webkit-box-shadow: inset 0 0 1px 1px rgba(0,0,0,0.4);
	box-shadow: inset 0 0 1px 1px rgba(0,0,0,0.4);
	border:1px solid rgba(0,0,0,0.6);	
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	border: 1px solid #999;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;

}
form.mp_buy_form.mrt .mp_button_addcart[name=remove] {
	background: none repeat scroll 0 0 transparent;
    border: none;
    color: white;
    font-size: 19px;
    margin:-19px 0 0 -4px;
    text-shadow: 1px 1px 1px #000000;
    width: 14px;
	font-family:Verdana !important;
}
form.mp_buy_form.mrt input.mp_button_addcart[name=add] {
	background: none repeat scroll 0 0 transparent;
    border: none;
    color: white;
    text-shadow: 1px 1px 1px #000000;
    width: 14px;
	font-family:Verdana !important;	
	font-weight:bold;
	font-size: 12px;
	margin:-18px 0 0 -5px;
}

#mp-step > form, #mp-step #finalize-wrap {
    margin-top: 20px;
}

.menu-entry-content {
    clear: both;
    overflow: hidden;
	float:left;
	width: 90%;
}
.hascart .menu-entry-content, .hascart h3.menu_title {
	width:76.5%;
}
.mp_current_price {
	float:right;
	white-space: nowrap;
}
.mctwrap {
	width:100%;
	float:left;
}
.mcwrap {
	width:100%;
	float:left;
	margin-bottom:20px;
}
.menu-entry {
	float:left;
}
.menu-entry-cart {
	float:right;
}

.cart {
	float:right;
}
.column3 input.cart[type="submit"] {
	float:left;
	width:100%;
}

.menu-entry.column2 {
	width: 45%;
	margin: 0 2% 20px 2%;
	display: inline-block;
	vertical-align: top;
}
.menu-entry.column2 h3.menu_title, .menu-entry.column3 h3.menu_title {
	width:100%;
}
.menu-entry.column2 .menu-entry-cart, .menu-entry.column3 .menu-entry-cart {
	float:left;
	margin:0 0 5px;
}
.menu-entry.column2 .menu-entry-content, .menu-entry.column3 .menu-entry-content {
	width:100%;
}
.left_sidebar .menu-entry.column3 {
	width: 33%;
	margin: 0 0% 20px 0;
	display: inline-block;
	vertical-align: top;
}
.menu-entry.column3 {
	width: 33%;
	margin: 0 0% 20px 0%;
	display: inline-block;
	vertical-align: top;
	float:none;
}
.left_sidebar .menu-entry.column3 .menu_title.hasIcons .mp_current_price, .right_sidebar .menu-entry.column3 .menu_title.hasIcons .mp_current_price {
	float:left;
	width:100%;
}

.entry_left.column3 .menu_image {
	margin-right: 10px;
	float:left;
}

.mccontent .menu-entry-info {
    min-height: 40px;
    overflow: hidden;
    position: relative;
}

#main .content.mccontent {
	overflow:visible;
	float:left;
	width:100%;
}

.full-width-menu-item, .menu-entry.entry_full, .menu-entry.entry_full .menu-entry-info {
	float:left;
	width:100%;
}

.shopping_cart_mrt_preloader {
	background:url('../images/loading_big.gif') no-repeat center center rgba(0, 0, 0, .2);
	z-index:101;
	position:absolute;
	width:100%;
	height:100%;
}

td.plusminus {
	width:40px;
	padding-top:2px;
}

#wizard ul.anchor a {
	cursor:default;
}

.mp_cart_widget table, .mp_cart_widget td, .mp_cart_widget th {
	vertical-align:top;
}

.mp_cart_col_total {
	width: 55px;
}

.mp_cart_contents, .mp_cart_shipping, .mp_cart_payment_methods, #mp_cart_updated_msg, .mp_cart_login_msg, .tbl-wrap {
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-collapse: separate;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
    padding: 10px 20px;
	margin-bottom:20px;
	width:100%;
}

.mp_cart_shipping #mp_cart_updated_msg {
	background:none !important;
	border:none !important;
	padding:0;
	margin:0;
}

.mp_cart_contents ul, .mp_cart_shipping ul, .mp_cart_payment_methods ul, #mp_cart_updated_msg ul, .mp_cart_login_msg ul, .tbl-wrap ul {
	margin-bottom:0;
}
#finalize-wrap .mp_cart_contents, #finalize-wrap .mp_cart_shipping {
	width:46%;
	vertical-align:top;
	word-wrap: break-word;
	display:inline-table;
}

#finalize-wrap .mp_cart_contents {
	margin-right:20px;
}

.mp_old_price {
	display:none;
}

#mp_cart_updated_msg, .mp_cart_login_msg, .tbl-wrap {
	width:auto;
}

.mp_cart_payment_methods label img {
	vertical-align:middle;
	padding:5px 10px;
}

table.mp_cart_login {
	width:100%;
	border-collapse: separate;
}

table.mp_cart_login th {
	padding-bottom:10px;
}

.mp_cart_or_label {
	text-align:center;
}

p.mp_cart_direct_checkout {
	text-align:right;
}

td.mp_cart_login, td.mp_cart_checkout {
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.9);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
    padding: 10px !important;
    width: 45%;
	margin-bottom:20px;
	text-align:center;
}

td.mp_cart_login form#loginform {
	text-align:left;
	padding-left:10px;
}

#mp-login-wrap {
	width:100%;
	text-align:center;
	margin-top:10px;
}

table.mp_cart_contents form.mp_buy_form .mp_button_addcart {
	padding:0 !important;
}
 
.mp_cart_widget .mp_buy_form, #mp-step .mp_buy_form {
	display:inline !important;
}

#mp-step {
	float:left;
	width:100%;
}

.mp_cart_contents_widget {
	width:100%;
}

input.checkout-quant {
	padding:2px;
}

input[readonly].checkout-quant {
	background:none;
	border:none;
}

.mp_cart_contents_widget .cart-subtotal {
	border-top:1px solid rgba(0,0,0,0.1);
}

#mp-step .mp_cart_col_thumb {
	width:70px;
}

.checkout-quant {
	text-align:center;
}

.mp_cart_col_quant, .mp_cart_col_price, .mp_cart_col_discount, .mp_cart_col_total, .mp_cart_subtotal_lbl, .mp_cart_col_subtotal, .mp_cart_col_shipping, .mp_cart_col_tax {
	text-align:center;
}

.widget .mp_cart_subtotal_lbl {
	text-align:right;
}

.mp_cart_contents, .mp_cart_remove_coupon {
	text-align:left;
}

.mp_cart_widget .mp_cart_col_quant {
	text-align:center;
	width:30px;
}

.mp_cart_widget .mp_buy_form .mp_button_addcart, #mp-step-1 .mp_buy_form .mp_button_addcart {
	padding:0 !important;
}

.checkout-quant {
	padding:5px 0;
}

.cart span, input.cart, .cartnoimg {
	padding: 0.4em 0.6em 0.6em 0.8em !important;
	padding: 0.4em 0.6em 0.6em 0.6em \0/ !important;
	height:30px;
}

input[type=submit].cart {
	background-image:url('../images/cart.png');
	background-repeat:no-repeat;
	background-position:5px 5px;
	height:30px;
	text-indent:16px;
}

.mp_cart_empty {
	margin-bottom:20px;
}

.mp_checkout_error {
	color:red;
}

.menu-entry-info {
	overflow:hidden;
}

.menu-entry {
	width:100%;
	margin-bottom:30px;
}

img.food-image {
	vertical-align:bottom;
	margin:0 5px 0 0;
}

img.food-sub-image {
	vertical-align:bottom;
	margin:0 5px 5px 0;
}

.shopping_cart_mrt {
	z-index:99;
}

.stepContainer .shopping_cart_mrt th {
	text-align:center;
}

#shopping_checkout_mrt input[type="image"] {
	margin:4px 0 0 1px;

}

.shopping_cart_mrt input[type="image"] {
	float:left;
	margin:0 0 0 1px;
}

#related-area {
	float: left;
	margin: 10px 0;
	width:100%;
	clear:both;
	height:250px;
}

.related-entry {
	float:left;
	width:33%;
	margin:0 2px 15px 0;
	position:relative;
}

.related-entry .menu_image {
	margin-right: 6px;
	width:auto !important;
}

.related-entry .mp_button_addcart.button.cart {
	margin:0;
}

#upsell-desc {
	margin:0 0 20px 0;
}

#header-glow {
    background: url("../images/top_glow.png") no-repeat scroll center top transparent;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    width: 100%;
}

#sub-footer-glow {
    background: url("../images/sub_glow.png") repeat-x scroll center top transparent;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    width: 100%;
}

#header .inner {
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 960px;
}

.widget_subnav li {
	background:none !important;
}

.widget_subnav li a {
    background: url("../images/sub-nav-li.png") no-repeat scroll 0 0 transparent !important;
    padding-left: 20px !important;
}

#footer .widget_gmap .google_map {
	width:294px !important;
}

.divider_line {
	background-color:red;
	border:1px solid red;
}

.home .divider, .divider_line {
	background:none !important;
}

#homepage-widget-bottom .widget {
	float:left;
	width:31%;
	padding:0 10px;
}

#ajax-response {
	float:left;
	width:100%;
}

#download-pdf {
	clear:both;
	margin:10px 0;
	background:url('../images/pdf.png') no-repeat top left transparent;
	padding:0 0 0 30px;
}

#top_area .widget_search input {
	font-size:12px;
}

#footer_menu li, #footer_menu ul {
	margin:0;
}

#menu-top-navigation ul {
  visibility: visible !important;
  display: none;
}

#menu-top-navigation li:hover ul,
#menu-top-navigation li.over ul {
  display: block;
}

.coupons {
	float:left;
	border:1px dashed #666666;
	padding:0;
	text-align:center;
	background:url('../images/coupon.png') repeat-x top left transparent;
	overflow:hidden;
}

.coupons p {
	font-size:16px;
}

.coupon_1 {
	width:90%;
	margin: 10px 0;
}

.coupon_2 {
	width:40%;
	margin: 10px 10px;
}

.coupon_3 {
	width:25%;
	margin: 10px 10px;
}

.coupon_info {
	padding:10px;
}

.hps-slide .menu-entry-content p {
	margin-bottom:10px;
}

.hps-slide .menu-entry {
	margin-bottom:25px;
	position:relative;
}
.price_left {/*background:none !important;*/}
.item_price_dig .mp_current_price {/*color: #CE0B02 !important; font-weight:bold; */ color:#fff;  font-size:12px !important;}
.item_price {/*background:none !important; */}
.price_right {/*background:none !important;*/}
.price_overlay {
	/*left:80px !important;
        margin-top:60px !important;*/
}

.couponfooter {
	width:100%;
	float:left;
	padding:5px 0;
	height:22px;
	background:url('../images/couponshare.png') repeat-x;
}

.couponshare {
	float:left;
	margin-left:10px;
}

.couponprint {
	float:right;
	margin-right:10px;
}

.right_sidebar #sidebar .widget-body, .left_sidebar #sidebar .widget-body {
    padding-top: 1px !important;
	overflow:hidden;
	position:relative;
}

#OT_form, .OT_list, .OT_submit {
	width:100% !important;
}

.OT_wrapper {
	background:none transparent !important;
	border:none !important;
	width:100% !important;
}

.OT_header {
	display:none;
}

.OT_ExtLink, .otcredit {
	width:100% !important;
	text-align:center;
	font-size:11px;
}

a.OT_Find_a_Table:link, a.OT_Find_a_Table:visited, a.OT_Find_a_Table:hover, a.OT_Find_a_Table:active {
	background-image:none !important;
}

#OT_timeList li a.OT_navLink, #OT_partyList li a.OT_navLink, #sidebar .widget_opentable li a {
    background: none repeat scroll 0 0 transparent !important;
    padding: 0 !important;
}

a.OT_Find_a_Table:link, a.OT_Find_a_Table:visited, a.OT_Find_a_Table:hover, a.OT_Find_a_Table:active {
    text-shadow: none !important;
}

.OT_submit {
	text-align:center;
	height:auto !important;
}

/* ======================================================= */
/*                     Buttons Styles                      */
/* ======================================================= */
.OTButton {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width:auto !important;
	padding:0.6em 1.3em !important;
	margin-bottom:10px !important;
}
.OTButton {
	white-space: nowrap;
	line-height:1em;
	position:relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #999;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
}
a.OT_Find_a_Table, a.OT_Find_a_Table:hover {
	text-decoration: none;
}
.button.full, .button.full span {
	display: block;
}
.OTButton a {
	font-size:12px !important;
	font-weight:normal !important;
	height:auto !important;
	line-height:1em !important;
}

.OTButton:active, .OTButton.active {
	top:1px;
	background: -moz-linear-gradient(
		center top,
		rgba(0, 0, 0, .1) 0%,
		rgba(255, 255, 255, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(0, 0, 0, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19000000', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19000000', EndColorStr='#19FFFFFF')"; /* IE8 */
}
.OTButton:hover, .OTButton.hover {
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .2) 0%,
		rgba(255, 255, 255, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(255, 255, 255, .2))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')"; /* IE8 */
}

#OT_searchWrapperAll {
	float:left;
	height:auto !important;
	margin-bottom:10px !important;
}

#OT_searchWrapperAll #ism {
	height:60px !important;
}

.OT_feedTitle {
	position:relative !important;
	font-size:18px !important;
	margin-bottom:10px !important;
}

#OT_searchWrapper dl {
	position:relative !important;
}

#OT_partySizeLbl, #OT_partySize, #OT_dateLbl, #OT_date, #OT_timeLbl, #OT_time {
	text-align:left !important;
	top:0 !important;
	width:auto !important;
	position:relative !important;
	float:left;
	left:0 !important;
}

#OT_partySizeLbl, #OT_dateLbl, #OT_timeLbl {
	margin: 0 5px 0 5px !important;
	padding: 3px 0 !important;
}

#OT_date #dateDisplay {
	display:none !important;
}

#OT_submitWrap {
    left: 0 !important;
    margin: 0 5px 0 10px !important;
	float:left;
    position: relative;
    top: 0 !important;
    z-index: 5;
}

#OT_logoLink, #OT_logo {
    left: 0;
    margin: 0;
    padding: 0 0 10px;
	float:left;
    position: relative !important;
    top: 0 !important;
    width: 100% !important;
	display:none !important;
}

#step-3 #shopping_checkout_mrt {
	padding-top:0 !important;
}

#switcher {
	width:100%;
	float:left;
	background: #999; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#afb7c2', endColorstr='#6d8299'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#afb7c2), to(#6d8299)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #afb7c2,  #6d8299); /* for firefox 3.6+ */
	border-top:1px solid white;
	border-bottom:1px solid #2b2e31;
	margin:0 auto;
}

.switch {
	float:left;
	width:49%;
	text-align:center;
	height:70px;
	padding-top:40px;
	background: #999; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#afb7c2', endColorstr='#6d8299'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#afb7c2), to(#6d8299)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #afb7c2,  #6d8299); /* for firefox 3.6+ */
}

#switcher .first {
	border-right:1px solid white;
}

#switcher .last {
	border-left:1px solid #2b2e31;
}

.switch a {
	color:white;
	text-shadow:2px 2px 0 #000;
	font-size:50px;
	text-decoration:none;
}

#sidebar .widget li a.thumbnail {
	padding-left:0 !important;
	background:none !important;
	margin-right:15px;
}

.full-width-menu-item {
	margin-bottom:15px;
}

.full-width-price {
	margin-top:60px !important;
}

.portfolios p {
	display:none;
}

.gmap_marker u {
	color:blue !important;
}

#mrt-calendar-holder table thead th {
    background-color: #F1F1F1 !important;
}

.swMain .stepContainer div.content {
	float:left;
	width:100%;
}

#header .jqueryslidemenu ul.sub-menu li a {
    height:auto !important;
    overflow: hidden;
    word-wrap: break-word;
	width:auto !important;
}

#header .jqueryslidemenu ul.sub-menu li {
	height:auto !important;
}

#sidebar .widget_event_list .widget-body li {
	margin:0;
}

#sidebar .widget_event_list .widget-body li a.thumbnail {
	margin-right:10px;
}

#sidebar .widget_event_list .widget-body li a {
	background:none !important;
	padding-left:0 !important;
}

.event_extra_info h3 {
	margin:0;
}

#varback {
	padding:5px 20px !important;
	text-align:right;
}

/*!
 * Bootstrap v2.0.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -2px;
}
.tooltip.right {
  margin-left: 2px;
}
.tooltip.bottom {
  margin-top: 2px;
}
.tooltip.left {
  margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.dayname {
	min-width:38%;
	display:block;
	position:relative;
	float:left;
}
.otime {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	line-height: 16px;
	overflow: hidden;
	padding-left: 22px;
	display: block;
}
ul.opening-hours li {
	padding: 2px 0;
}
ul.opening-hours.dark li span.close.otime {
	background-image:url('../images/opening-hours/dark/close.png');
}
ul.opening-hours.dark li span.open.otime {
	background-image:url('../images/opening-hours/dark/open.png');	
}
ul.opening-hours.light li span.close.otime {
	background-image:url('../images/opening-hours/light/close.png');
}
ul.opening-hours.light li span.open.otime {
	background-image:url('../images/opening-hours/light/open.png');	
}
.reservations-form {
	width:600px;
}
.reservations-form textarea {
	width:90%;
	max-width:100%;
}
.widget_event_calendar .widget-body {
	overflow: visible !important;
}