/*
Theme Name: mapsmarker
Theme URI: http://underscores.me/
Author: Michael Kalina
Author URI: http://mkln.org
Description: mapsmarker-Theme, based on _s.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
	min-width:940px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

/* =Font-Face
----------------------------------------------- */

@font-face {
    font-family: 'DejaVuSansCondensed';
    src: url('inc/fonts/dejavusans/DejaVuSansCondensed-webfont.eot');
    src: url('inc/fonts/dejavusans/DejaVuSansCondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('inc/fonts/dejavusans/DejaVuSansCondensed-webfont.woff') format('font-woff'),
         url('inc/fonts/dejavusans/DejaVuSansCondensed-webfont.ttf') format('truetype'),
         url('inc/fonts/dejavusans/DejaVuSansCondensed-webfont.svg#DejaVuSansCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DejaVuSansCondensedOblique';
    src: url('inc/fonts/dejavusans/DejaVuSansCondensed-Oblique-webfont.eot');
    src: url('inc/fonts/dejavusans/DejaVuSansCondensed-Oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('inc/fonts/dejavusans/DejaVuSansCondensed-Oblique-webfont.woff') format('font-woff'),
         url('inc/fonts/dejavusans/DejaVuSansCondensed-Oblique-webfont.ttf') format('truetype'),
         url('inc/fonts/dejavusans/DejaVuSansCondensed-Oblique-webfont.svg#DejaVuSansCondensedOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DejaVuSansCondensedBold';
    src: url('inc/fonts/dejavusans/DejaVuSansCondensed-Bold-webfont.eot');
    src: url('inc/fonts/dejavusans/DejaVuSansCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('inc/fonts/dejavusans/DejaVuSansCondensed-Bold-webfont.woff') format('font-woff'),
         url('inc/fonts/dejavusans/DejaVuSansCondensed-Bold-webfont.ttf') format('truetype'),
         url('inc/fonts/dejavusans/DejaVuSansCondensed-Bold-webfont.svg#DejaVuSansCondensedBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DejaVuSansCnBdOb';
    src: url('inc/fonts/dejavusans/DejaVuSansCondensed-BoldOblique-webfont.eot');
    src: url('inc/fonts/dejavusans/DejaVuSansCondensed-BoldOblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('inc/fonts/dejavusans/DejaVuSansCondensed-BoldOblique-webfont.woff') format('font-woff'),
         url('inc/fonts/dejavusans/DejaVuSansCondensed-BoldOblique-webfont.ttf') format('truetype'),
         url('inc/fonts/dejavusans/DejaVuSansCondensed-BoldOblique-webfont.svg#DejaVuSansCnBdOb') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* =Layout
----------------------------------------------- */

.site {
	overflow: hidden;
}

.site-header {
	width: 920px;
	margin: 20px auto 0;
	overflow: hidden;
}
.site-main {
	margin: 40px auto;
	padding: 0 0 40px 0;
	width: 920px;
	overflow: hidden;
}

.content-area {
	width: 600px;
	float: left;
}

#secondary /*.widget-area*/ {
	width: 270px;
	margin-left: 50px;
	float: left;
}

.page-template-page-nosidebar-php .content-area {
	width: 100%;
	float: none;
}



/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	font: 1.6em/1.5 'DejaVuSansCondensed', Arial, sans-serif; /* mkln war: rem */
	color: #306666;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 24px;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 0.5em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 1.12em 1.5em 1em;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #d42c73;
}
a:visited {
	color: #d42c73;
}
.main-navigation a:visited {
	color: #306666;
}
a:hover,
a:focus,
a:active {
	color: #d62672;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* =Header
----------------------------------------------- */

.site-header h1 {
	clear: none;
}
.site-header hgroup {
	width: 194px;
	float: left;
}

#search {
	float: right;
	margin: 0 0 22px;
	padding-top:15px;
	font-size: 12px;
}

#search input[type="text"] {
	width: 156px;
	border-radius: 3px;
	border: 1px solid #306666;
	background: #e9efef url('inc/images/lupe.png') no-repeat right center;
	padding-right: 30px;
}

#site-title-link {
	height: 183px;
	width: 185px;
	text-indent: -9999px;
	display: block;
	background: #fff url('inc/images/mapsmarkerpro-logo.png') no-repeat left top;
}

.site-description {
	display: none;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	display: block;
	float: right;
	width: 690px;
}
.main-navigation ul {
	border-top: 1px solid #306666;
	border-bottom: 1px solid #306666;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 20px 0 22px 0;
	font-size: 24px;
	width: 100%;
}
.main-navigation li {
	display: inline;
	position: relative;
}
.main-navigation a {
	text-decoration: none;
	color: #306666;
}
.main-navigation ul ul {
	display: none;
	font-size: 14px;
	left: 0;
	float: left;
	border-bottom: none;
	padding: 10px 0 9px 0;
	margin: 24px 0 -24px 0;
}
.main-navigation li.current-menu-item ul,
.main-navigation li.current-menu-parent ul {
	display: block;
}
.main-navigation ul a {
	padding: 26px 10px;
}
.main-navigation ul ul a {
	padding: 14px 5px 8px;
	background-image: none;
}
.main-navigation li:hover > a {
	background: #fff url('inc/images/naviaktiv.png') repeat-x left bottom;
/*	color: #d42c73; */
}
.main-navigation ul ul :hover > a {
/*	color: #d42c73; */
	background: none;
}
.main-navigation ul ul a:hover {
	background: none;
/*	border-bottom: 4px solid #306666; */
	color: #d42c73;
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current-page_item > a,
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_parent > a,
.main-navigation li.current-menu-parent > a {
	background: #fff url('inc/images/naviaktiv.png') repeat-x left bottom;
}

.sub-menu li.current-menu-item > a,
.sub-menu li.current-page-item > a {
	background-image: none;
	color: #d42c73;
	font-weight: bold;
}
.sub-menu li.menu-item {
	padding-right:7px;
}
/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 2.5em;
}
.entry-meta {
	clear: both;
	margin: .5em 0;
	font-size: 14px;
}
/*.byline {
	display: none;
}*/
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 0 0 1.5em;
}

.entry-content p {
	/* white-space: normal; mkln neu: */
	word-wrap: break-word;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-title {
	font-size: 42px;
	line-height: 1.4;
	padding: 0;
	margin-bottom: 12px;
}

.blog .entry-title,
.archive .entry-title {
	font-size: 42px;
	line-height: 1.4;
}

.blog .entry-title a,
.archive .entry-title a {
	text-decoration: none;
	color: #306666;
}

.entry-content ul,
.widget ul {
	margin: 24px 0;
	list-style: none;
}
.entry-content ol {
	margin: 24px 0 24px 12px;	
}
.entry-content li,
.blogroll li {
	margin: 0 0 5px 20px;
}
.entry-content ul li:before,
.blogroll li:before {
	content: ">";
	margin: 0 10px 0 -20px;
}
.entry-content h2 {
	font-size: 24px;
	line-height: 1.4;
	font-weight: bold;
	margin: 12px 0;
}
.entry-content h3 {
	font-size: 19px;
	line-height: 1.4;
	font-weight: bold;
	margin: 12px 0;
}
h1 + ul,
h2 + ul {
	margin: 0 0 24px !important;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

#secondary .widget {
	margin: 0 0 1em;
	padding: .5em 0;
	border-bottom: 1px dotted #306666;
}

#secondary .widget-title {
	color: #d42c73;
	margin-bottom: 5px;
}

/* Search widget */
#searchsubmit {
	display: none;
}

/*RH no margin*/
.widget-area p {
	margin-bottom: 0px;
}

/* =Footer
----------------------------------------------- */

.site-footer {
	clear: both;
	margin: 24px 0 0;
	padding: 24px 0 32px;
	background-color: #caff00;
}
.site-footer a {
	color: #306666;
}
.footer-area {
	margin: 0 auto;
	width: 920px;
	font-size: 12px;
	overflow: hidden;
}

#footer-widgets .widget {
	width:189px;
	margin-left: 20px;
	padding-left: 20px;
	min-height: 53px; /* mkln AN TEXT ANGEPASST... */
	float: left;
	border-left: 1px solid #7fb251;
}

#footer-widgets + .widget {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

#footer-widgets .widget-title {
	font-weight: bold;
}


/* =Plugin Overrides
----------------------------------------------- */
h3.qa-faq-title {
	font-size: inherit !important;
}

.footer-area #execphp-3 {
	margin-left: 0;
	border-left: 0;
	padding-left: 0;
}
.changelog-button {
  margin-right: 5px;
}
/* =Column Shortcodes
----------------------------------------------- */

.one_half {
  width: 48%;
}
.one_third {
  width: 30.66%;
}
.two_third {
  width: 65.33%;
}
.one_fourth {
  width: 22%;
}
.three_fourth {
  width: 74%;
}
.one_fifth {
  width: 16.8%;
}
.two_fifth {
  width: 37.6%;
}
.three_fifth {
  width: 58.4%;
}
.four_fifth {
  width: 67.2%;
}
.one_sixth {
  width: 13.33%;
}
.five_sixth {
  width: 82.67%;
}
.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%;
  float: left;
}
.last {
  margin-right: 0 !important;
  clear: right;
}
.clearboth {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}
.spaltendarstellung img {
  max-width: 100%;
  max-height: inherit;
}



/* @group Tabs */

	ul.tabs { 
		display: block;
		margin: 15px 0 20px 0;
		padding: 0;
		text-align: center;
	}
	ul.tabs li { 
		display: inline;
		width: auto;
		height: 30px;
		padding: 0;
		margin: 0;
 }
 ul.tabs li:before {
	 content: none;
 }
	ul.tabs li a { 
		text-decoration: none;
		width: auto; 
		height: 30px; 
		line-height: 30px; 
		border: solid 1px #fff;
		border-radius: 5px;
		margin: 0;  
		background: #caff00;
		font-size: 13px;
		padding: 7px 20px;
		color: #000;

		-webkit-box-shadow: 0px 0px 8px 0px rgba(204,204,204,0.68);
		-moz-box-shadow: 0px 0px 8px 0px rgba(204,204,204,0.68);
		box-shadow: 0px 0px 8px 0px rgba(204,204,204,0.68);

		}
	ul.tabs li a.active,
	ul.tabs li:hover a { 
		height: 30px;
		position: relative;
		margin: 0;
		background: #d62672;
		color: #fff;

		-webkit-box-shadow: 0px 0px 8px 0px rgba(204,204,204,1);
		-moz-box-shadow: 0px 0px 8px 0px rgba(204,204,204,1);
		box-shadow: 0px 0px 8px 0px rgba(204,204,204,1);

}
	ul.tabs-content {
		margin: 0;
		display: block;
		border: 1px solid #fff;
		width: 90%;
		margin: 0 auto 20px;
		padding: 5px 20px 20px;
		-webkit-box-shadow: 0px 0px 8px 2px rgba(204,204,204,0.68);
		-moz-box-shadow: 0px 0px 8px 2px rgba(204,204,204,0.68);
		box-shadow: 0px 0px 8px 2px rgba(204,204,204,0.68);	
	
	 }
	ul.tabs-content > li { display:none; }
	ul.tabs-content li {margin: 0;}
	ul.tabs-content li:before { content: none; }
	ul.tabs-content > li.active { display: block; }
	/* Clearfixing tabs for beautiful stacking */
	ul.tabs:before,
	ul.tabs:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0; }
	ul.tabs:after {
	  clear: both; }
	ul.tabs {
	  zoom: 1; }

/* @end */




/* @group Features Slider */
.coda-slider-wrapper {
	margin-bottom: 1em;
	position: relative;
	display: block;
	height: 500px; /*RH change on need*/
	overflow: hidden;
}
.coda-slider {
	overflow: hidden;
	box-shadow: rgba(0,0,0,.1) 0 -1px 8px;
	background: #FFF;
	border: 1px solid #ccc;
	border-radius: 6px;
	border-top-left-radius: 0;
	position: absolute;
	top: 0;
	right:0;
	margin-left: 195px; /*RH change on need*/
}
.panel-wrapper img {
	position: absolute;
	right: 0;
	bottom: 0;
}
.coda-slider-no-js .coda-slider {
	overflow: auto !important;
	padding-right: 20px;
	height: 200px;
}
.coda-slider,.coda-slider .panel {
	width: 630px; /*RH change on need*/
}
.coda-slider h2.title {
/*	evtl. display: none; */
}
.coda-slider .panel-wrapper {
	padding: 20px;
	position: relative;
	min-height: 420px; /*RH change on need*/
}
.coda-slider p.loading {
	padding: 20px;
	text-align: center;
}
.coda-slider .panel {
	display: block;
	float: left;
}
.coda-nav {
	left: 0;
	float: left;
	border-top: 1px solid #cdcdcd;
	-webkit-box-shadow: rgba(0,0,0,.1) -1px -1px 8px;
	-moz-box-shadow: rgba(0,0,0,.1) -1px -1px 8px;
	box-shadow: rgba(0,0,0,.1) -1px -1px 8px;
	position: relative;
	top: 0;
}
.coda-nav ul {
	display: block;
	margin: auto;
}
.coda-nav ul li {
	display: block;
	clear: both;
	margin: 0;
}
.coda-nav ul li a {
	background: #f4f5f7 no-repeat 13px center;
	color: #666;
	display: block;
	float: left;
	margin-right: 1px;
	padding: 15px 4px 15px 45px;

	text-decoration: none;
	width: 146px;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
}
.coda-nav ul li a.current {
	background-color: #FFF;
	color: #009bd0;
	width: 147px;
	border-right-style: none;
	z-index: 1;
	position: relative;
}

/* testimonials */
#secondary .testimonialswidget_title {
  font-size:85%;
  margin-right:2px;
}

.testimonialswidget_testimonial_list {
  border-top: 1px solid #ccc;
  padding: 10px 0 0 0;
}
/* top header nav */
#top-header-nav {
  padding-top:15px;
  float: left;
  margin:1px 0 0 36px;
  font-size: 1.4em/1.3 'DejaVuSansCondensed', Arial, sans-serif;
}
#top-header-nav a {
  text-decoration: none !important;
}
#top-header-nav a:hover {
  text-decoration: underline !important;
}
/*start free 30 day trial button - http://www.cssbuttongenerator.com/ */
.start-trial-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #268a16;
	display:inline-block;
	color:#ffffff !important;
	/*color:#306108;*/
	font-size:24px;
	font-weight:bold;
	padding:12px 4px;
	text-decoration:none;
	text-shadow:1px 1px 0px #aade7c;
}.start-trial-button:hover {
	/*color:#ffffff !important;*/
	color:#306108 !important;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}
.start-trial-button:active {
	position:relative;
	top:1px;
}
.start-trial-button:visited {
	color:#306108;
}
/*table press */
#tablepress-1 .column-1 {	min-width:200px !important; }
#tablepress-1 .column-2 {	text-align:center !important; }
#tablepress-1 .column-3 {	text-align:center !important;background:yellow !important;font-size:120% !important; }
#tablepress-1 .column-4 {	text-align:center !important; }
#tablepress-1 .column-5 {	text-align:center !important; }
#tablepress-1 .column-6 {	text-align:center !important; }
#tablepress-1 .column-7 {	text-align:center !important; }
#tablepress-1 .column-8 {	text-align:center !important; }
#tablepress-1 .column-9 {	text-align:center !important; }
#tablepress-1 .column-10 { text-align:center !important; }

/*2-click-share-button override*/
.social_share_privacy ul li:before {
	content:"" !important;
	margin:0 !important;
}
/*pay-with-a-like fb iframe override*/
#l2g iframe {
    max-width: none !important;
}
.Testimonials_Widget_Slider_Widget {
  padding-bottom: 39px !important;
}
/*highlights table frontpage*/
table.features-table td {
	padding:0 6px 25px 0;
}
/*/go-landing page table */
table.go-landing-page-table td {
	text-align:center;
}