/*
Theme Name: Honlapra Fel!
Theme URI: http://bmintbalazs.com/
Description: honlaprafel.hu proprietary theme. All rights reserved.
Author: bmintbalazs
Author URI: http://bmintbalazs.com/
Version: 1.0

License:
License URI:

General comments (optional).
*/

@charset "utf-8";

@font-face {
    font-family: 'Source Sans Pro';
    src: url(fonts/SourceSansPro-Regular.ttf);
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url(fonts/SourceSansPro-Bold.ttf);
	font-weight: bold;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url(fonts/SourceSansPro-Black.ttf);
	font-weight: bolder;
}

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

*{margin:0; padding:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline}
a img, 
a{outline:0; border:0}
caption, th, td{text-align:left;  font-weight:normal}
blockquote:before, blockquote:after, q:before, q:after{content:""}
blockquote, q{quotes:""""}
.clear{clear:both}

img, object, embed, video {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
.video embed,
.video object,
.video iframe {
	width: 100%;
	height: auto;
}
.video-container {
	position: relative;
	padding-top: 56.25%;
	width: 100%;
	height: 0;
	overflow: hidden;
	box-sizing: border-box;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


body {
	background-image: url(images/light_toast.png);
	background-repeat: repeat;
	background-color: #eee;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial,Helvetica,sans-serif;
}

#empty-body {
	background-image: none;
	background-color: #fff;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial,Helvetica,sans-serif;
}


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	20;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
a,
a:visited {
	color: #ff6600;
	text-decoration: none;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
a:hover {
	color: #004400;
	text-decoration: none;
}
#article p,
#article ul li,
#article ol li,
#full-page-article p,
#full-page-article ul li,
#full-page-article ol li {
	color: #333;
	font-size: medium;
	line-height: 1.6em;
	padding-top: 1em;
}
td {
	color: #333;
	font-size: medium;
	line-height: 1.6em;
}
th, td {
    padding: 0.5em;
}
table {	
	padding-top: 1em;
}
table, th, td {
    border: 1px solid #333;
}
#article ul,
#article ol,
#full-page-article ul,
#full-page-article ol {
	margin-left: 2em;
}
#article #toc li,
#full-page-article #toc li {
	list-style: none;
	padding: 0;
}
ul.do-list li {
	background: url('images/Ok-icon.png') left 1em no-repeat;
	list-style: none;
	margin-left: -2em !important;
	padding-left: 2em;
}

ul.dont-list li {
	background: url('images/Close-2-icon.png') left 1em no-repeat;
	list-style: none;
	margin-left: -2em !important;
	padding-left: 2em;
}

/* Mobile Layout: 480px and below. */

small {
	font-size: smaller;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 96.6666%;
	padding-left: 1.6666%;
	padding-right: 1.6666%;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	display: block;
    background-color: #ff6600;
}
#header-outer {
	clear: both;
	float: left;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	display: block;
}
#header-logo {
	display: none;
}
#header-social {
	display: none;
}
#home-motto {
/*	display: none;	*/
	display: block;
	text-align: center;
	font-size: xx-large;
	font-weight: bold;
	font-stretch: expanded;
	line-height: 1.2em;
	padding: 0.2em 0;
	color: #999;
	font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
	clear: both;
}
#home-highlight {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
	display: block;
	background-image: url(images/grey_toast.png);
	background-repeat: repeat;
	background-color: #bbb;
}
#home-highlight img {
	margin: 0 auto;
}
#home-highlight-teaser {
	width: 100%;
	display: block;
}
#home-highlight-subscribe {
	font-size: large;
	width: 100%;
	display: block;
	color: #fff;
	background-image: url(images/red_diagonal_04.png);
	background-repeat: repeat;
	text-align: center;
}
#home-highlight-subscribe p {
	padding-bottom: 0.3em;
}
#home-highlight-subscribe form {
	padding-top: 0.5em;
}
.home-highlight-subscribe-textinput {
	width: 65%;
	clear: both;
	height: 1.7em;
	float: right;
	margin-bottom: 0.5em;
	margin-right: 2.5em;
}
.home-highlight-subscribe-textinput input {
	width: 100%;
	height: 80%;
	font-size: medium;
	border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	padding: 0 0.5em;
	color: #999;
}
.home-highlight-subscribe-textinput input {
	width: 100%;
}
#home-highlight-subscribe input#home-highlight-subscribe-submit {
	padding: 0.1em;
	width: 70%;
	font-size: larger;
	font-weight: bold;
	background: #8F8183;
	color: #fff;
	text-decoration: none;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	cursor: pointer;
	outline:none;
	-moz-box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	box-shadow: 2px 2px 5px #999;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
#home-highlight-subscribe-submit:hover {
	background: #8F0018 !important;
}
#home-highlight-subscribe-submit:active {
	padding: 0.5em 0 0 !important;
}
#home-highlight-subscribe-arrow,
#squeeze-page-1-subscribe-arrow {
	display: none;
}
.widget-1-subscribe-textinput,
.squeeze-page-1-subscribe-textinput {
	width: 64%;
	clear: both;
	height: 2.3em;
	margin: 0.5em auto 0 auto;
}
.widget-1-subscribe-textinput input,
.squeeze-page-1-subscribe-textinput input {
	width: 100%;
	height: 100%;
	font-size: medium;
	border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	padding: 0 0.5em;
	color: #999;
}
.widget-1-subscribe-textinput input,
.squeeze-page-1-subscribe-textinput input {
	width: 100%;
}
.widget-1-subscribe-submit,
.squeeze-page-1-subscribe-submit {
	margin: 0.4em auto 0 auto;
	width: 75%
}
#widget-1-subscribe input#widget-1-subscribe-submit,
.squeeze-page-1-subscribe input#squeeze-page-1-subscribe-submit {
	margin-top: 0.5em;
	padding: 0.2em;
	width: 100%;
	font-size: larger;
	font-weight: bold;
	background: #ff6600;
	color: #666;
	text-decoration: none;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	cursor: pointer;
	outline:none;
	-moz-box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	box-shadow: 2px 2px 5px #999;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
#widget-1-subscribe-submit:hover,
#squeeze-page-1-subscribe-submit:hover {
	background: #004400 !important;
	color: #ff6600 !important;
}
#widget-1-subscribe form,
.squeeze-page-1-subscribe form {
	width: 95%;
	margin: 0 auto;
	padding: 0 0 1.7em 0;
	background-color: #18008f;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}
#widget-1-subscribe form p,
.squeeze-page-1-subscribe p {
	font-size: x-large !important;
	color: #fff !important;
	text-align: center !important;
	padding-bottom: 0.5em !important;
	font-weight: bold !important;
	text-shadow: 0.05em 0.05em #666;
}
#widget-1-subscribe p {
	font-size: x-large !important;
	color: #8f0018 !important;
	text-align: center !important;
	padding-bottom: 0.5em !important;
	font-weight: bold !important;
	text-shadow: 0.05em 0.05em #999;
}
.squeeze-page-1-subscribe {
	position: relative;
	margin: 3em 0 0 0;
	padding: 0;
}
#widget-1-subscribe {
	position: relative;
	margin: 0;
	padding: 0;
}
.post-subscribe-textinput {
	width: 70%;
	display: block;
	clear: both;
	height: 2.3em;
	margin: 0 auto 0.5em auto;
}
.post-subscribe-textinput input {
	width: 100%;
	height: 80%;
	font-size: larger;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	padding: 0 0.5em;
	color: #999;
}
#post-subscribe-submit {
	width: 50%;
	display: block;
	clear: both;
	margin: 0 auto;
	padding-top: 0.5em;
}
#post-subscribe-submit input{
	padding: 0.2em;
	width: 100%;
	font-size: larger;
	font-weight: bold;
	background: #24368F;
	color: #fff;
	text-decoration: none;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	cursor: pointer;
	outline:none;
	-moz-box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	box-shadow: 2px 2px 5px #999;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
#post-subscribe-submit input:hover {
	background: #00188F !important;
}
#post-subscribe-submit:active {
	padding: 0.5em 0 0 !important;
}
#article,
#full-page-article {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#article img {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.wp-caption {
/*	border: thin solid #ddd;	*/
/*	background: #ccc;	*/
	text-align: center !important;
/*	margin: 0.7em;	*/
	margin: 0;
}
.wp-caption-text {
	font-size: 100% !important;
	font-weight: bold;
	margin: 0 !important;
	padding: 0 !important;
}

#footer {
	display: none;
}
#sub-footer {
	clear: both;
	float: left;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	display: block;
	background-color: #000000;
	padding: 0.3em 0;
	font-size: small;
}
#copyright {
	display:block;
	width: 100%;
	color: #ccc;
}
#copyright a {
	color: #999;
	text-decoration: none;
}
#up {
	display: none;
}
#wrap {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding: 0.7em;
}
#article h1,
#full-page-article h1 {
	color: #444;
	font-weight: bold;
	font-size: xx-large;
	padding: 0.7em 0;
}
h1.squeeze {
	color: #cc0000;
	font-weight: bold;
	font-size: xx-large;
	padding: 0 0 0.7em 0;
	text-align: center;
}
#article h2,
#full-page-article h2 {
	display: block;
	color: #444;
	font-size: x-large;
	font-weight: bold;
	text-align: left;
	padding: 1.2em 0 0.2em 0;
}
#article h3,
#full-page-article h3 {
	display: block;
	color: #444;
	font-size: large;
	font-weight: bold;
	text-align: left;
	padding: 1em 0 0.3em;
}
#article h4,
#full-page-article h4 {
	display: block;
	color: #444;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	padding: 1em 0 0.3em;
}
#article-meta {
	display: none;
}
#sidebar-right {
	display: none;
}
#breadcrumbs {
	display: none;
}
.portfolio {
	width: 100%;
	margin: 1%;
	clear: both;
	display: block;
	position: relative;
}
.portfolio a img {
	padding: 2%;
	background-color: #eee;
	border: thin solid #ddd;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter:alpha(opacity=40);
	-moz-opacity:0.40;
	-khtml-opacity:0.40;
	opacity:0.40;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.portfolio a:hover img{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
	-khtml-opacity:1.00;
	opacity:1.00;
}
.portfolio h3 {
	font-size: normal !important;
	padding-top: 0;
	margin-left: -5%;
	padding-left: 5% !important;
	position: absolute;
	top: 70%;
	left: 5%;
	width: 100%;
	background-color: rgba(100, 100, 100, 0.7);
	text-shadow: 0.1em 0.1em #666;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.portfolio h3 a,
.portfolio h3 a:visited,
.portfolio h3 a:hover {
	color: #fff; !important;
}
.portfolio h3:hover {
	background-color: rgba(100, 100, 100, 0.95);
	text-shadow: 0.1em 0.1em #333;
}
.attention {
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.5em;
}
/* Menu styles */
#primary-menu {
/*	background-color: #ff6600;	*/
	background: transparent;
	display: block;
	width: 100%;
	padding: 0;
}
.hf-menu,
.hf-menu * {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
}
.hf-menu a {
	display: block;
	height: 1.5em;
	line-height: 1.5em;
	color: #eee;
	font-size: medium;
	font-weight: bold;
	padding: 0;
	text-decoration: none;
	font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
}
.hf-menu a:hover {
	color: #004400;
}
.hf-menu a:active {
	color: #ccc;
}

.post-entry {
	clear: both;
	float: left;
	display: block;
	width: 100%;
	background-image: url(images/post_separator.png);
	background-repeat: no-repeat;
	padding-bottom: 0.4em;
}
.post-entry h3 {
	color: #ff6600;
	font-size: x-large !important;
	display: block;
	padding: 0.7em 0 0 0 !important;
}
.post-entry h3 a,
.post-entry h3 a:visited {
	color: #ff6600;
	text-decoration: none;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.post-entry h3 a:hover {
	color: #004400;
	text-decoration: none;
}
.post-entry-image,
#post-image {
	display: none;
}
#post-tags,
#post-related {
	display: none;
}
.post-entry-excerpt {
	display: block;
	width: 100%;
}
p.post-entry-categorylist {
	display: none;
}
a.post-entry-readmore {
	display: block;
	width: 100%;
	padding-top: 0.5em;
}
#searchbar {
	position: relative;
	float: left;
	width: 90%;
	margin: 0.5em 0 0.5em 0;
	height: 2em;
}
#search-input {
	background: #fafafa;
	width: 95%;
	height: 1.9em;
	line-height: 1.7em;
	padding: 0 0 0 1em;
	font-size: medium;
	color: #666;
	font-weight: bold;
	border: 1px solid #CCC;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
}
#search-input:focus {
	background: #fff !important;
}
#search-submit {
	display:block;
	background:url('images/search-icon.png') no-repeat;
	height: 16px;
	width: 16px;
	position: absolute;
	top: 0.5em;
	right: 0.2em;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	outline: none;
	border: none;
}
.wp-smiley {
	margin: 0 !important;
}
.aligncenter {
	display:block;
	margin: 1em auto;
}
.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
.alignleft {
	float: left;
	margin: 1.5em 1em 0.5em 0;
}

/* Hozzászólások */
#comments {
	display: block;
	width: 100%;
	float: left;
	background-image: url(images/post_separator.png);
	background-repeat: no-repeat;
	padding-top: 1em;
	margin-top: 2em;
}
#comments h3 {
	font-size: x-large;
	color: #666;
	padding-bottom: 0.5em;
}
.commentlist {
	margin-top: 0.5em;
	padding-top: 0.5em;
	border-bottom: dashed thin #ccc;
}
ol.commentlist {
	margin: 0;
	clear: both;
	overflow: hidden;
	list-style: none;
}
ol.commentlist li {
	margin: 1% 0;
	line-height: 1.5em;
	padding: 1%;
}
.bypostauthor{}
.comment-author{}
.comment-author a:link, 
.comment-author a:visited {
	font-weight:bold;
}
.comment-author .fn{}
cite.fn {
	font-weight:700;
	font-size: medium;
}
.comment-author .avatar {
	float:left;
	margin: 0 2% 0 0;
}
.comment-meta {
	font-size: smaller}
.comment-meta .commentmetadata {
	color: #000;
}
.comment-meta a {
	color: #666;
}
ol.commentlist li p {
	line-height: 1.6em;
	margin: 0.5em 0 0;
}
.reply {
	text-align: right;
	margin-top: 1em;
	font-size: smaller;}
.reply a{}
li.odd{}
li.even{}
.children {
	list-style: none;
	margin:1em 0 0;
	text-indent:0
}
.children li.depth-2,
.children li.depth-3,
.children li.depth-4,
.children li.depth-5 {
	margin: 0 0 0 5%;
	border: thin dashed #ccc;
}
.children li.depth-2 {
	background-color: #eee;
}
.children li.depth-3 {
	background-color: #f0f0f0;
}
.children li.depth-4 {
	background-color: #f3f3f3;
}
.children li.depth-5 {
	background-color: #f6f6f6;
}
.comment-nav {
	padding: 0.5em;
	height: 1.5em;
}
.comment-nav a:link, .comment-nav a:visited{}
#respond {
	margin: 1.5em 0;
}
#respond h3 {
	font-size: larger;
	margin: 0 0 1.5em;
}
#commentform{}
#commentform p {
	padding: 1em 0;
}
#respond label {
	display: block;
	padding: 0.5em 0;
}
#respond label small {
	font-size: small;
}
#respond input {
	padding: 0.5em;
	margin: 0 1em 1em 0;
	background: #eee;
	border: thin solid #ccc;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}
#commentform input {
	width: 50%;
}
#respond input#commentSubmit {
	padding: 0.5em;
	width: 20%;
	font-size: larger;
	font-weight: bold;
	background: #ff6600;
	color: #333;
	text-decoration: none;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	margin: 1em 0;
	cursor: pointer;
	outline:none;
	-moz-box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	box-shadow: 2px 2px 5px #999;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
#commentSubmit:hover {
	background: #333 !important;
	color: #ff6600 !important;
}
#commentSubmit:active {
	padding: 0.5em 0 0 !important;
}
textarea#comment {
	background: #eee;
	border: thin solid #ccc;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	width:70%;
	margin-top: 1em;
	padding: 0.5em;
}
#comments-closed {
	padding: 1em;
}
#social-wrapper {
	margin-top: 4em;
	margin-left: -10%;
	border-bottom: medium solid #ccc;
	background-image: url(images/small_semitransparent_triangle.png);
	background-repeat: repeat-y;
	width: 110%;
	clear: both;
	float: left;
	display: block;
}
#social {
	margin-left: 23px;
	padding: 0 0 1em 8%;
	background-image: url(images/small_semitransparent_rectangle.png);
	background-repeat: repeat;
	width: 90%;
	clear: both;
	float: left;
	display: block;
}
#social-text {
	margin: -2em auto 0.5em auto;
	width: 99%;
	float: left;
	display: block;
	clear: both;
}
.social-buttons-wrapper {
	width: 100%;
	display: block;
	clear: both;
	padding: 0 1% 1% 1%;
}
.social-button {
	padding-bottom: 0.5em;
}
.post-subscribe-textinput {
	width: 50%;
}
.error-field {
	border: medium solid #ff6600 !important;
}
.error-container {
	font-size: smaller !important;
}
#mssysform20406 .error-container {
	color: #ffffff !important;
}
.diagonal {
	-sand-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg); 
	-moz-transform: rotate(-45deg);  
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5); /*for IE*/
	-o-transform: rotate(-45deg);
}

/* Style for sales pages */

.salesvideo {
	width: 100%;
	display: block;
}
.hidden {
	visibility: hidden;
}
.unhidden {
	visibility: visible;
}
div.customer-testimonial {
	margin: 1em;
	padding: 1em;
	border: thick dashed #990000;
	background-color: #f8f8f8;
}
div#salestext-container {
	max-width: 750px;
	margin: 0 auto;
}
div#salestext-container-wide {
	max-width: 1200px;
	margin: 0 auto;
}
#next-step-wrap {
	padding-top: 2em;
	margin: 0 auto;
	height: 10em;
	width: 100%;
	display: block;
}
#next-step {
	margin: 0 auto;
	width: 400px;
}
#katapult-optin {
	width: 100%;
	margin: 0 auto;
}
#katapult-optin h1 {
	text-align: center;
	color: #000;
	padding-top: 0;
}
#katapult-optin h2 {
	text-align: center;
	color: #000;
	font-size: large;
	padding-bottom: 1em;
}
#mssysform21438 {
	width: 90%;
	margin: 5em auto 2.5em auto;
	padding: 3.5%;
	border: thick solid #8f0018;
	border-radius:2em;
	-moz-border-radius:2em;
	-webkit-border-radius:2em;
	-moz-box-shadow: 0 0 1em 1em #888;
	-webkit-box-shadow: 0 0 1em 1em #888;
	box-shadow: 0 0 1em 1em #888;
	display:block;
	position: relative;
}
#mssysform21438 .formfield-item {
	display: block;
	padding: 0.35em 0;
}
#mssysform21438 .formfield-item label {
	width: 36%;
	padding-right: 3.5%;
	float: left;
	text-align: right;
}
#mssysform21438 .formfield-item label span {
	color: #8f0018;
}
#mssysform21438 .formfield-item input {
	width: 58%;
	float: left;
	border: thin solid #333;
	border-radius:0.2em;
	-moz-border-radius:0.2em;
	-webkit-border-radius:0.2em;
}
#mssysform21438 .form-submit {
	width: 70%;
	margin: 0 auto;
	padding-top: 1em;

}
#mssysform21438 .form-submit input {
	width: 100%;
	padding: 0.1em;
	font-size: x-large;
	font-weight: bold;
	background: #d52121;
	color: #fff;
	text-decoration: none;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	cursor: pointer;
	outline:none;
	-moz-box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	box-shadow: 2px 2px 5px #999;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
#mssysform21438 #red-arrow-down {
	display: inline;
	position: absolute;
	top: -6em;
	left: 40%;
	z-index: 99 !important;
}
p.sidebar-quote {
	font-style: italic;
	font-size: smaller;
	font-weight: lighter;
}
p.sidebar-quote:before {
	content: &bdquo;
}
p.sidebar-quote:after {
	content: &rdquo;
}
.sidebar-quote-name {
	font-size: smaller;
	text-align: right;
	margin-bottom: 1em;
}
.underline {
	text-decoration: underline;
}
blockquote {
  margin: 1.5em 10px 10px 4em;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote:after {
  color: #ccc;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0.25em;
  vertical-align: -0.4em;
}
blockquote,
blockquote p {
  font-size: larger;
  color: #555 !important;
  font-style: italic;
}
blockquote p {
  display: inline;
}
}

@media screen and (max-width: 480px) {
html {
		-webkit-text-size-adjust: none;
}
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 95.9583%;
	padding-left: 1.0208%;
	padding-right: 1.0208%;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header-logo {
	display: block;
	width: 100%;
	margin: -39px -59px;
}
#header-social {
	display: block;
	width: 100%;
	padding: 0.5em;
}
#header-social ul {
	list-style: none;
}
#header-social ul li {
	float: right;
	padding: 0 0.2em;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer {
	display: block;
	clear: both;
	float: left;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	background-color: #004400;
	padding: 1em 0;
	color: #ccc;
}
.footer-right,
.footer-middle,
.footer-left {
	width: 100%;
}
.footer-box {
	padding-top: 1%;
	padding-bottom: 1%;
	border-top: thin solid #ccc;
	width: 100%;
	display: block;
	clear: both;
}
.footer-box h4,
.footer-box h4 a,
.footer-box h4 a:visited,
.footer-box h4 a:hover {
	color: #ccc;
	font-size: larger;
	display: block;
	padding: 0.4em 0 0.7em;
}
.footer-box ul {
	list-style: none;
	margin-left: 0.5em;
	padding: 0;
}
.footer-box ul li,
.footer-box ul li a,
.footer-box ul li a:visited {
	color: #999;
	font-size: medium;
	display: block;
	padding: 0.1em 0 0.4em;
	text-decoration: none;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.footer-box a:hover {
	color: #ccc;
	text-decoration: none;
}
#up a {
	color: #999;
	text-decoration: none;
}
#up {
	display: block;
	width: 100%;
	color: #ccc;
	text-align: right;
}
#wrap {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#article-meta {
	display: block;
	color: #666;
	font-size: medium;
	padding-bottom: 1em;
}
#breadcrumbs {
	display: block;
	padding-bottom: 0.7em;
}
#breadcrumbs a,
#breadcrumbs a:visited,
#breadcrumbs {
	color: #ff6600;
	text-decoration: none;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.breadcrumb_last {
	color: #999 !important;
}
#breadcrumbs a:hover {
	color: #004400;
	text-decoration: none;
}
#sidebar-right {
	display: block;
	width: 100%;
}
.sidebar-right-box {
	display: block;
	clear: both;
	width: 100%;
	padding: 10px 0;
	background-image: url(images/post_separator.png);
	background-repeat: no-repeat;
}
#sidebar-right h4,
#sidebar-right h4 a,
#sidebar-right h4 a:visited,
#sidebar-right h4 a:hover {
	color: #666;
	font-weight: bold;
	font-size: large;
	display: block;
	padding: 0.4em 0 0.7em;
}
#sidebar-right ul {
	list-style: none;
	margin-left: 0.5em;
	padding: 0;
}
#sidebar-right ul li,
#sidebar-right ul li a,
#sidebar-right ul li a:visited {
	font-size: medium;
	display: block;
	padding: 0.1em 0 0.4em;
}
.portfolio {
	width: 47%;
	display: inline;
	clear: none;
	float: left;
}

/* Menu styles */
#primary-menu {
	display: block;
	width: 100%;
	padding: 0;
	margin: -3em 0 0 0;
	z-index: 99;
	height: 3em;
}
.hf-menu,
.hf-menu * {
	float: left;
}
.hf-menu li {
	border: none;
}
.hf-menu a {
	display: block;
	height: 2.5em;
	line-height: 2.5em;
	padding: 0 1em;
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
}

.post-entry {
	margin-top: 1.5em;
}
.post-entry-image {
	display: inline;
	position: relative;
	float: left;
	width: 50%;
	margin-right: 0.2 em !important;
}
.post-entry-image img {
	position: relative;
	float: left;
	width: 90%;
	padding-top: 1em;
}
.post-entry-image a img{
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.post-entry-image a:hover img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity:0.70;
	opacity:0.70;
}
#post-image {
	display: inline;
	position: relative;
	float: right;
	margin-left: 0.5em !important;
	margin-bottom: 0.5em !important;
	padding-top: 1em;
}
#post-image img {
}
#post-tags,
#post-related,
#comments {
	display: block;
	float: left;
	width: 100%;
	background-image: url(images/post_separator.png);
	background-repeat: no-repeat;
	padding-top: 1em;
	margin-top: 2em;
}
#post-tags h3,
#post-related h3,
#comments h3 {
	font-size: x-large;
	color: #666;
	padding-bottom: 0.5em;
}
#post-related ul {
	margin-left: 0 !important;
	list-style: none !important;
}
#post-related ul li {
	padding: 0;
}
p.post-entry-categorylist {
	display: block;
	width: 100%;
	color: #333;
	padding-top: 0.5em;
}
p.post-entry-categorylist a,
p.post-entry-categorylist a:visited {
	text-decoration: none;
	color: #999;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
p.post-entry-categorylist a:hover {
	text-decoration: none;
	color: #333;
}

.slider-wrapper {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}
 
.nivoSlider {
    position: relative;
}
 
.nivoSlider img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

/* Style for sales pages */

div.customer-testimonial {
	margin: 3em;
	padding: 1em;
	border: thick dashed #990000;
	background-color: #f8f8f8;
}
#katapult-optin {
	width: 90%;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 93.6805%;
	max-width: 1232px;
	padding-left: 0.6597%;
	padding-right: 0.6597%;
	margin: auto;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header-logo {
	display: inherit;
	width: 70.1%;
	margin: -39px -59px;
	clear: none;
	float: left;
}
#header-social {
	width: 25%;
	padding: 0.5emç
	clear: none;
	float: right;
	padding: 1.5em 0;
}
#header-outer {
	padding-bottom: 0.2em;
	border-bottom: 0.2em solid #ff6600;
}
#home-motto {
	display: block;
	text-align: center;
	font-size: xx-large;
	font-weight: bold;
	font-stretch: expanded;
	letter-spacing: 0.05em;
	line-height: 1.2em;
	padding: 0.5em 0;
	color: #999;
	font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
	clear: both;
}
#home-highlight-teaser {
	position: relative;
	float: left;
	width: 60%;
	display: inline;
}
#home-highlight-subscribe {
	position: relative;
	float: right;
	width: 35%;
	display: inline;
	margin: -0.5em;
	padding: 0.5em;
}
#home-highlight-subscribe-arrow {
	display: inline;
	position: absolute;
	bottom: 3.8em;
	left: -2.8em;
	height: 74px;
	z-index: 99 !important;
}
#squeeze-page-1-subscribe-arrow {
	display: inline;
	position: absolute;
	bottom: 0;
	left: -50%;
	height: 42%;
	z-index: 99 !important;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.footer-left,
.footer-middle,
.footer-right {
	display: block;
	float: left;
}
.footer-left {
	width: 23.5%;
	padding-right: 1%;
}
.footer-middle {
	width: 23%;
	padding-right: 1%;
	padding-left: 1%;
}
.footer-right {
	width: 23.5%;
	padding-left: 1%;
}
.footer-box {
	padding-top: 0;
	padding-bottom: 0;
	border: none;
}
#copyright {
	display: inline;
	position: relative;
	float: left;
	width: 80%;
}
#up {
	display: inline;
	position: relative;
	float: right;
	width: 20%;
}
#article {
	display: inline;
	position: relative;
	float: left;
	width: 73%;
	padding-right: 1%;
	border-right: medium solid #ccc;
}
#sidebar-right {
	display: inline;
	position: relative;
	float: right;
	width: 24%;
	padding-left: 1%;
	padding-top: 1em;
}
.sidebar-right-box {
	background-image: none;
}
.social-buttons-wrapper {
	width: 48%;
	float: left;
	padding: 1%;
	clear: none;
	display: inline;
}
.post-subscribe-textinput {
	width: 70%;
}
.portfolio {
	width: 30%;
}

/* Menu styles */
#primary-menu {
	position: relative;
	float: right;
	width: 70%;
}
#primary-menu ul {
	float:right;
}
.hf-menu a {
	font-size: larger;
}
.post-entry-image {
	width: 30%;
}
.two-thirds {
	width: 67%;
	position: relative;
	float: left;
}
.one-third {
	width: 33%;
	position: relative;
	float: left;
}
.salesvideo {
	width: 70%;
	margin: 0 auto;
}

/* Style for sales pages */

#katapult-optin {
	width: 70%;
}
#mssysform21438 {
	width: 40%;
}

/* Popup styling */
#popup-1,
#popup-2,
#popup-3 {
	position: fixed;
	display: none;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	color: white;
	background-color: rgba(96, 96, 96, 0.4);
	z-index: 1000;
}
#popup-optin {
	width: 560px;
	background-color: white;
	padding: 1em;
	border-radius: .2em;
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	z-index: 1001;
	
	margin-bottom:40px;
	border:6px solid #FF6600;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	-moz-box-shadow: 0 0 14px 14px #888;
	-webkit-box-shadow: 0 0 14px 14px #888;
	box-shadow: 0 0 14px 14px #888;
}
#popup-optin h4 {
	color: #666;
	text-align: center;
	padding: 1em 1em 2em 1em;
	line-height: 1.2em;
}
#popup-optin p {
	font-size: smaller;
}
#popup-optin label {
	color: #666;
}
}

/* Contact Form 7 Styling */

div.wpcf7 {
	margin: 40px auto;
	max-width: 480px;
}
.wpcf7-form {
	padding: 3em;
	border:6px solid #FF6600;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	-moz-box-shadow: 0 0 14px 14px #888;
	-webkit-box-shadow: 0 0 14px 14px #888;
	box-shadow: 0 0 14px 14px #888;
}
div.wpcf7 .wpcf7-submit {
	cursor:pointer;
	display: block;
	padding: .5em 1em;
	margin: 20px auto;
	font-size: 20px;
	color:#FF6600;
	font-weight:bold;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #666666;
	box-shadow: 1px 1px 0 0 #FF6600, 2px 2px 0 0 #FF6600, 3px 3px 0 0 #FF660000, 4px 4px 0 0 #FF6600, 5px 5px 5px 0 #000000;
}

/* Change WP caption with for responsive support */
@media (max-width: 800px){
  .wp-caption {
    width: 100% !important;
  }
}

/* Ad Inserter */

#home-highlight .code-block {
	margin: 0 !important;
}


/* Responsive Pricing Table */
.rpt_secondary_price_amount,
.rpt_price_amount {
	font-size: 44px;
}
.rpt_secondary_price_amount span,
.rpt_price_amount span {
	font-size: 24px;
}
.rpt_currency {
	display: none;
}