	/* # Genesis Sample Child Theme
	Theme Name: Genesis Sample Theme
	Theme URI: http://my.studiopress.com/themes/genesis/
	Description: This is the sample theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Template: genesis
	Template Version: 2.2.2
	Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	*/


	/* # Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Accessible Menu
		- Site Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Skip Links
	- Content Area
		- Entries
		- Entry Meta
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Retina Display
		- Max-width: 1200px
		- Max-width: 960px
		- Max-width: 800px
	- Print Styles
	*/


	/* # HTML5 Reset
	---------------------------------------------------------------------------------------------------- */

	/* ## Baseline Normalize
	--------------------------------------------- */
	/* normalize.css v3.0.1 | MIT License | git.io/normalize */

	html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

	/* ## Box Sizing
	--------------------------------------------- */

	html,
	input[type="search"]{
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
	}

	*,
	*:before,
	*:after {
		box-sizing: inherit;
	}


	/* ## Float Clearing
	--------------------------------------------- */

	.author-box:before,
	.clearfix:before,
	.entry:before,
	.entry-content:before,
	.footer-widgets:before,
	.nav-primary:before,
	.nav-secondary:before,
	.pagination:before,
	.site-container:before,
	.site-footer:before,
	.site-header:before,
	.site-inner:before,
	.wrap:before {
		content: " ";
		display: table;
	}

	.author-box:after,
	.clearfix:after,
	.entry:after,
	.entry-content:after,
	.footer-widgets:after,
	.nav-primary:after,
	.nav-secondary:after,
	.pagination:after,
	.site-container:after,
	.site-footer:after,
	.site-header:after,
	.site-inner:after,
	.wrap:after {
		clear: both;
		content: " ";
		display: table;
	}


	/* # Defaults
	---------------------------------------------------------------------------------------------------- */

	/* ## Typographical Elements
	--------------------------------------------- */

	html {
		font-size: 62.5%; /* 10px browser default */
	}

	/* Chrome fix */
	body > div {
		font-size: 1.8rem;
	}

	body {
		background-color: #f5f5f5;
		color: #333;
		font-family: Lato, sans-serif;
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: 300;
		line-height: 1.625;
		margin: 0;
		min-height:100vh;
	}

	a,
	button,
	input:focus,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	textarea:focus,
	.button,
	.gallery img {
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition:    all 0.1s ease-in-out;
		-ms-transition:     all 0.1s ease-in-out;
		-o-transition:      all 0.1s ease-in-out;
		transition:         all 0.1s ease-in-out;
	}

	a {
		color: #c3251d;
		text-decoration: underline;
	}

	a:hover,
	a:focus {
		color: #333;
		text-decoration: none;
	}

	p {
		margin: 0 0 28px;
		padding: 0;
	}

	ol,
	ul {
		margin: 0;
		padding: 0;
	}

	li {
		list-style-type: none;
	}

	hr {
		border: 0;
		border-collapse: collapse;
		border-top: 1px solid #ddd;
		clear: both;
		margin: 1em 0;
	}

	b,
	strong {
		font-weight: 700;
	}

	blockquote,
	cite,
	em,
	i {
		font-style: italic;
	}

	blockquote {
		margin: 40px;
	}

	blockquote::before {
		content: "\201C";
		display: block;
		font-size: 30px;
		font-size: 3rem;
		height: 0;
		left: -20px;
		position: relative;
		top: -10px;
	}

	/* ## Headings
	--------------------------------------------- */

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		color: #333;
		font-family: Lato, sans-serif;
		font-weight: 400;
		line-height: 1.2;
		margin: 0 0 10px;
	}

	h1 {
		font-size: 36px;
		font-size: 3.6rem;
	}

	h2 {
		font-size: 30px;
		font-size: 3rem;
	}

	h3 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	h4 {
		font-size: 20px;
		font-size: 2rem;
	}

	h5 {
		font-size: 18px;
		font-size: 1.8rem;
	}

	h6 {
		font-size: 16px;
		font-size: 1.6rem;
	}

	/* ## Objects
	--------------------------------------------- */

	embed,
	iframe,
	img,
	object,
	video,
	.wp-caption {
		max-width: 100%;
	}

	img {
		height: auto;
	}

	.featured-content img,
	.gallery img {
		width: auto;
	}

	/* ## Gallery
	--------------------------------------------- */

	.gallery {
		overflow: hidden;
	}

	.gallery-item {
		float: left;
		margin: 0 0 28px;
		text-align: center;
	}

	.gallery-columns-2 .gallery-item {
		width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		width: 33%;
	}

	.gallery-columns-4 .gallery-item {
		width: 25%;
	}

	.gallery-columns-5 .gallery-item {
		width: 20%;
	}

	.gallery-columns-6 .gallery-item {
		width: 16.6666%;
	}

	.gallery-columns-7 .gallery-item {
		width: 14.2857%;
	}

	.gallery-columns-8 .gallery-item {
		width: 12.5%;
	}

	.gallery-columns-9 .gallery-item {
		width: 11.1111%;
	}

	.gallery img {
		border: 1px solid #ddd;
		height: auto;
		padding: 4px;
	}

	.gallery img:hover,
	.gallery img:focus {
		border: 1px solid #999;
	}

	/* ## Forms
	--------------------------------------------- */

	input,
	select,
	textarea {
		background-color: #fff;
		border: 1px solid #ddd;
		color: #333;
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: 300;
		padding: 16px;
		width: 100%;
	}

	input:focus,
	textarea:focus {
		border: 1px solid #999;
		outline: none;
	}

	input[type="checkbox"],
	input[type="image"],
	input[type="radio"] {
		width: auto;
	}

	::-moz-placeholder {
		color: #333;
		font-weight: 300;
		opacity: 1;
	}

	::-webkit-input-placeholder {
		color: #333;
		font-weight: 300;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button {
		background-color: #333;
		border: 0;
		color: #fff;
		cursor: pointer;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 300;
		padding: 16px 24px;
		text-transform: uppercase;
		width: auto;
	}

	button:hover,
	input:hover[type="button"],
	input:hover[type="reset"],
	input:hover[type="submit"],
	.button:hover,
	button:focus,
	input:focus[type="button"],
	input:focus[type="reset"],
	input:focus[type="submit"],
	.button:focus  {
		background-color: #c3251d;
		color: #fff;
	}

	.entry-content .button:hover,
	.entry-content .button:focus {
		color: #fff;
	}

	.footer-widgets button,
	.footer-widgets input[type="button"],
	.footer-widgets input[type="reset"],
	.footer-widgets input[type="submit"],
	.footer-widgets .button {
		background-color: #c3251d;
		color: #fff;
	}

	.footer-widgets button:hover,
	.footer-widgets input:hover[type="button"],
	.footer-widgets input:hover[type="reset"],
	.footer-widgets input:hover[type="submit"],
	.footer-widgets .button:hover,
	.footer-widgets button:focus,
	.footer-widgets input:focus[type="button"],
	.footer-widgets input:focus[type="reset"],
	.footer-widgets input:focus[type="submit"],
	.footer-widgets .button:focus {
		background-color: #fff;
		color: #333;
	}

	.button {
		display: inline-block;
	}

	input[type="search"]::-webkit-search-cancel-button,
	input[type="search"]::-webkit-search-results-button {
		display: none;
	}

	/* ## Tables
	--------------------------------------------- */

	table {
		border-collapse: collapse;
		border-spacing: 0;
		line-height: 2;
		margin-bottom: 40px;
		width: 100%;
	}

	tbody {
		border-bottom: 1px solid #ddd;
	}

	td,
	th {
		text-align: left;
	}

	td {
		border-top: 1px solid #ddd;
		padding: 6px 0;
	}

	th {
		font-weight: 400;
	}

	/* ## Screen Reader Text
	--------------------------------------------- */

	.screen-reader-text,
	.screen-reader-text span,
	.screen-reader-shortcut {
		position: absolute !important;
		clip: rect(0, 0, 0, 0);
		height: 1px;
		width: 1px;
		border: 0;
		overflow: hidden;
	}

	.screen-reader-text:focus,
	.screen-reader-shortcut:focus,
	.genesis-nav-menu .search input[type="submit"]:focus,
	.widget_search input[type="submit"]:focus  {
		clip: auto !important;
		height: auto;
		width: auto;
		display: block;
		font-size: 1em;
		font-weight: bold;
		padding: 15px 23px 14px;
		color: #333;
		background: #fff;
		z-index: 100000; /* Above WP toolbar. */
		text-decoration: none;
		box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	}

	.more-link {
		position: relative;
	}


	/* # Structure and Layout
	---------------------------------------------------------------------------------------------------- */

	/* ## Site Containers
	--------------------------------------------- */

	.site-inner,
	.wrap {
		margin: 0 auto;
		max-width: 1200px;
	}

	.site-inner {
		clear: both;
		padding-top: 40px;
	}

	/* ## Column Widths and Positions
	--------------------------------------------- */

	/* ### Wrapping div for .content and .sidebar-primary */

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 980px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap {
		float: left;
	}

	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		float: right;
	}

	/* ### Content */

	.content {
		float: right;
		width: 800px;
	}

	.content-sidebar .content,
	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content {
		float: left;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 580px;
	}

	.full-width-content .content {
		width: 100%;
	}

	/* ### Primary Sidebar */

	.sidebar-primary {
		float: right;
		width: 360px;
	}

	.sidebar-content .sidebar-primary,
	.sidebar-sidebar-content .sidebar-primary {
		float: left;
	}

	/* ### Secondary Sidebar */

	.sidebar-secondary {
		float: left;
		width: 180px;
	}

	.content-sidebar-sidebar .sidebar-secondary {
		float: right;
	}

	/* ## Column Classes
	--------------------------------------------- */
	/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}


	/* # Common Classes
	---------------------------------------------------------------------------------------------------- */

	/* ## Avatar
	--------------------------------------------- */

	.avatar {
		float: left;
	}

	.alignleft .avatar,
	.author-box .avatar {
		margin-right: 24px;
	}

	.alignright .avatar {
		margin-left: 24px;
	}

	.comment .avatar {
		margin: 0 16px 24px 0;
	}

	/* ## Genesis
	--------------------------------------------- */

	.breadcrumb {
		margin-bottom: 20px;
	}

	.archive-description,
	.author-box {
		background-color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 40px;
		padding: 40px;
	}

	.author-box-title {
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 4px;
	}

	.archive-description p:last-child,
	.author-box p:last-child {
		margin-bottom: 0;
	}

	/* ## Search Form
	--------------------------------------------- */

	.search-form {
		overflow: hidden;
	}

	.site-header .search-form {
		float: right;
		margin-top: 12px;
	}

	.entry-content .search-form,
	.site-header .search-form {
		width: 50%;
	}

	.genesis-nav-menu .search input[type="submit"],
	.widget_search input[type="submit"] {
		border: 0;
		clip: rect(0, 0, 0, 0);
		height: 1px;
		margin: -1px;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	/* ## Titles
	--------------------------------------------- */

	.archive-title {
		font-size: 20px;
		font-size: 2rem;
	}

	.entry-title {
		font-size: 36px;
		font-size: 3.6rem;
	}

	.entry-title a,
	.sidebar .widget-title a {
		color: #333;
	}

	.entry-title a:hover,
	.entry-title a:focus {
		color: #c3251d;
	}

	.widget-title {
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom: 20px;
	}

	.footer-widgets .widget-title {
		color: #fff;
	}

	/* ## WordPress
	--------------------------------------------- */

	a.aligncenter img {
		display: block;
		margin: 0 auto;
	}

	a.alignnone {
		display: inline-block;
	}

	.alignleft {
		float: left;
		text-align: left;
	}

	.alignright {
		float: right;
		text-align: right;
	}

	a.alignleft,
	a.alignnone,
	a.alignright {
		max-width: 100%;
	}

	img.centered,
	.aligncenter {
		display: block;
		margin: 0 auto 24px;
	}

	img.alignnone,
	.alignnone {
		margin-bottom: 12px;
	}

	a.alignleft,
	img.alignleft,
	.wp-caption.alignleft {
		margin: 0 24px 24px 0;
	}

	a.alignright,
	img.alignright,
	.wp-caption.alignright {
		margin: 0 0 24px 24px;
	}

	.wp-caption-text {
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: 700;
		text-align: center;
	}

	.entry-content p.wp-caption-text {
		margin-bottom: 0;
	}

	.sticky {
	}

	.entry-content .wp-audio-shortcode,
	.entry-content .wp-playlist,
	.entry-content .wp-video {
		margin: 0 0 28px;
	}


	/* # Widgets
	---------------------------------------------------------------------------------------------------- */

	.widget {
		word-wrap: break-word;
	}

	.widget ol > li {
		list-style-position: inside;
		list-style-type: decimal;
		padding-left: 20px;
		text-indent: -20px;
	}

	.widget li li {
		border: 0;
		margin: 0 0 0 30px;
		padding: 0;
	}

	.widget_calendar table {
		width: 100%;
	}

	.widget_calendar td,
	.widget_calendar th {
		text-align: center;
	}

	/* ## Featured Content
	--------------------------------------------- */

	.featured-content .entry {
		border-bottom: 2px solid #f5f5f5;
		margin-bottom: 20px;
		padding: 0 0 24px;
	}

	.footer-widgets .entry {
		border-bottom: 1px dotted #666;
	}

	.featured-content .entry-title {
		font-size: 20px;
		font-size: 2rem;
	}


	/* # Plugins
	---------------------------------------------------------------------------------------------------- */

	/* ## Genesis eNews Extended
	--------------------------------------------- */

	.enews-widget,
	.enews-widget .widget-title {
		color: #fff;
	}

	.sidebar .widget.enews-widget {
		background-color: #333;
	}

	.enews-widget input,
	.enews-widget input:focus {
		border: 1px solid #333;
	}

	.enews-widget input {
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 16px;
	}

	.enews-widget input[type="submit"] {
		background-color: #c3251d;
		color: #fff;
		margin: 0;
		width: 100%;
	}

	.enews-widget input:hover[type="submit"],
	.enews-widget input:focus[type="submit"]  {
		background-color: #fff;
		color: #333;
	}

	.enews form + p {
		margin-top: 24px;
	}

	/* ## Jetpack
	--------------------------------------------- */

	#wpstats {
		display: none;
	}


	/* # Skip Links
	---------------------------------------------------------------------------------------------------- */
	.genesis-skip-link {
		margin: 0;
	}

	.genesis-skip-link li {
		height: 0;
		width: 0;
		list-style: none;
	}

	/* Display outline on focus */
	:focus {
		color: #333;
		outline: #ccc solid 1px;
	}


	/* # Site Header
	---------------------------------------------------------------------------------------------------- */

	.site-header {
		background-color: #fff;
		min-height: 160px;
	}

	.site-header .wrap {
		padding: 40px 0;
	}

	/* ## Title Area
	--------------------------------------------- */

	.title-area {
		float: left;
		padding: 10px 0;
		width: 360px;
	}

	.header-full-width .title-area {
		width: 100%;
	}

	.site-title {
		font-size: 32px;
		font-size: 3.2rem;
		font-weight: 400;
		line-height: 1.2;
	}

	.site-title a,
	.site-title a:hover,
	.site-title a:focus {
		color: #333;
	}

	.header-image .site-title > a {
		background: url(images/logo.png) no-repeat left;
		float: left;
		min-height: 60px;
		width: 100%;
	}

	.site-description {
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 300;
		line-height: 1.5;
	}

	.site-description,
	.site-title {
		margin-bottom: 0;
	}

	.header-image .site-description,
	.header-image .site-title {
		display: block;
		text-indent: -9999px;
	}

	/* ## Widget Area
	--------------------------------------------- */

	.site-header .widget-area {
		float: right;
		text-align: right;
		width: 800px;
	}


	/* # Site Navigation
	---------------------------------------------------------------------------------------------------- */

	.genesis-nav-menu {
		clear: both;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1;
		width: 100%;
	}

	.genesis-nav-menu .menu-item {
		display: inline-block;
		text-align: left;
	}

	.genesis-nav-menu a {
		color: #333;
		text-decoration: none;
		display: block;
		padding: 30px 24px;
	}

	.genesis-nav-menu a:hover,
	.genesis-nav-menu a:focus,
	.genesis-nav-menu .current-menu-item > a,
	.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
		color: #c3251d;
		text-decoration: underline;
	}

	.genesis-nav-menu .sub-menu {
		left: -9999px;
		opacity: 0;
		position: absolute;
		-webkit-transition: opacity .4s ease-in-out;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 200px;
		z-index: 99;
	}

	.genesis-nav-menu .sub-menu a {
		background-color: #fff;
		border: 1px solid #eee;
		border-top: 0;
		font-size: 14px;
		font-size: 1.4rem;
		padding: 20px;
		position: relative;
		width: 200px;
		word-wrap: break-word;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -55px 0 0 199px;
	}

	.genesis-nav-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu .menu-item:hover > .sub-menu {
		left: auto;
		opacity: 1;
	}

	.genesis-nav-menu > .first > a {
		padding-left: 0;
	}

	.genesis-nav-menu > .last > a {
		padding-right: 0;
	}

	.genesis-nav-menu > .right {
		color: #fff;
		float: right;
		list-style-type: none;
		padding: 30px 0;
	}

	.genesis-nav-menu > .right > a {
		display: inline;
		padding: 0;
	}

	.genesis-nav-menu > .rss > a {
		margin-left: 48px;
	}

	.genesis-nav-menu > .search {
		padding: 10px 0 0;
	}

	/* ## Accessible Menu
	--------------------------------------------- */

	.menu .menu-item:focus {
		position: static;
	}

	.menu .menu-item > a:focus + ul.sub-menu,
	.menu .menu-item.sfHover > ul.sub-menu {
		left: auto;
		opacity: 1;
	}

	/* ## Site Header Navigation
	--------------------------------------------- */

	.site-header .sub-menu {
		border-top: 1px solid #eee;
	}

	.site-header .sub-menu .sub-menu {
		margin-top: -56px;
	}

	.site-header .genesis-nav-menu li li {
		margin-left: 0;
	}

	/* ## Primary Navigation
	--------------------------------------------- */

	.nav-primary {
		background-color: #333;
	}

	.nav-primary .genesis-nav-menu a {
		color: #ccc;
		text-decoration: none;
	}

	.nav-primary .genesis-nav-menu a:hover,
	.nav-primary .genesis-nav-menu a:focus,
	.nav-primary .genesis-nav-menu .current-menu-item > a {
		color: #fff;
		text-decoration: underline;
	}

	.nav-primary .genesis-nav-menu .sub-menu a {
		color: #333;
	}

	.nav-primary .genesis-nav-menu .sub-menu a:hover,
	.nav-primary .genesis-nav-menu .sub-menu a:focus,
	.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
		color: #c3251d;
		text-decoration: underline;
	}

	/* ## Secondary Navigation
	--------------------------------------------- */

	.nav-secondary {
		background-color: #fff;
	}

	/* # Content Area
	---------------------------------------------------------------------------------------------------- */

	/* ## Entries
	--------------------------------------------- */

	.entry {
		margin-bottom: 40px;
		padding: 50px 60px;
	}

	.content .entry {
		background-color: #fff;
	}

	.entry-content ol,
	.entry-content ul {
		margin-bottom: 28px;
		margin-left: 40px;
	}

	.entry-content ol > li {
		list-style-type: decimal;
	}

	.entry-content ul > li {
		list-style-type: disc;
	}

	.entry-content ol ol,
	.entry-content ul ul {
		margin-bottom: 0;
	}

	.entry-content code {
		background-color: #333;
		color: #ddd;
	}

	/* ## Entry Meta
	--------------------------------------------- */

	p.entry-meta {
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 0;
	}

	.entry-header .entry-meta {
		margin-bottom: 24px;
	}

	.entry-footer .entry-meta {
		border-top: 2px solid #f5f5f5;
		padding-top: 24px;
	}

	.entry-categories,
	.entry-tags {
		display: block;
	}

	.entry-comments-link::before {
		content: "\2014";
		margin: 0 6px 0 2px;
	}

	/* ## Pagination
	--------------------------------------------- */

	.pagination {
		clear: both;
		margin: 40px 0;
	}

	.adjacent-entry-pagination {
		margin-bottom: 0;
	}

	.archive-pagination li {
		display: inline;
	}

	.archive-pagination li a {
		background-color: #333;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-size: 16px;
		font-size: 1.6rem;
		padding: 8px 12px;
		text-decoration: none;
	}

	.archive-pagination li a:hover,
	.archive-pagination li a:focus,
	.archive-pagination .active a {
		background-color: #c3251d;
		text-decoration: underline;
	}

	/* ## Comments
	--------------------------------------------- */

	.comment-respond,
	.entry-comments,
	.entry-pings {
		background-color: #fff;
		margin-bottom: 40px;
	}

	.comment-respond,
	.entry-pings {
		padding: 40px 40px 16px;
	}

	.entry-comments {
		padding: 40px;
	}

	.comment-header {
		font-size: 16px;
		font-size: 1.6rem;
	}

	li.comment {
		background-color: #f5f5f5;
		border: 2px solid #fff;
		border-right: 0;
	}

	.comment-content {
		clear: both;
		word-wrap: break-word;
	}

	.comment-list li {
		margin-top: 24px;
		padding: 32px;
	}

	.comment-list li li {
		margin-right: -32px;
	}

	.comment-respond input[type="email"],
	.comment-respond input[type="text"],
	.comment-respond input[type="url"] {
		width: 50%;
	}

	.comment-respond label {
		display: block;
		margin-right: 12px;
	}

	.entry-comments .comment-author {
		margin-bottom: 0;
	}

	.entry-pings .reply {
		display: none;
	}

	.bypostauthor {
	}

	.form-allowed-tags {
		background-color: #f5f5f5;
		font-size: 16px;
		font-size: 1.6rem;
		padding: 24px;
	}


	/* # Sidebars
	---------------------------------------------------------------------------------------------------- */

	.sidebar {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.sidebar li {
		border-bottom: 1px dotted #ddd;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.sidebar p:last-child,
	.sidebar ul > li:last-child {
		margin-bottom: 0;
	}

	.sidebar .widget {
		background-color: #fff;
		margin-bottom: 40px;
		padding: 40px;
	}


	/* # Footer Widgets
	---------------------------------------------------------------------------------------------------- */

	.footer-widgets {
		background-color: #333;
		clear: both;
		padding-top: 40px;
	}

	.footer-widgets,
	.footer-widgets a {
		color: #aaa;
	}

	.footer-widgets input {
		border: 1px solid #333;
	}

	.footer-widgets a.button,
	.footer-widgets a:hover,
	.footer-widgets a:focus {
		color: #fff;
	}

	.footer-widgets li {
		border-bottom: 1px dotted #666;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.footer-widgets .widget {
		margin-bottom: 40px;
	}

	.footer-widgets p:last-child {
		margin-bottom: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 340px;
	}

	.footer-widgets-1 {
		margin-right: 60px;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		float: left;
	}

	.footer-widgets-3 {
		float: right;
	}


	/* # Site Footer
	---------------------------------------------------------------------------------------------------- */

	.site-footer {
		background-color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1;
		padding: 40px 0;
		text-align: center;
	}

	.site-footer p {
		margin-bottom: 0;
	}


	/* # Media Queries
	---------------------------------------------------------------------------------------------------- */

	@media only screen and (max-width: 1200px) {

		.site-inner,
		.wrap {
			max-width: 960px;
		}

		.content-sidebar-sidebar .content-sidebar-wrap,
		.sidebar-content-sidebar .content-sidebar-wrap,
		.sidebar-sidebar-content .content-sidebar-wrap {
			width: 740px;
		}

		.content,
		.site-header .widget-area {
			width: 620px;
		}

		.sidebar-content-sidebar .content,
		.sidebar-sidebar-content .content,
		.content-sidebar-sidebar .content {
			width: 400px;
		}

		.sidebar-primary,
		.title-area {
			width: 300px;
		}

		.footer-widgets-1,
		.footer-widgets-2,
		.footer-widgets-3,
		.sidebar-primary,
		.title-area {
			width: 300px;
		}

		.footer-widgets-1 {
			margin-right: 30px;
		}

	}

	@media only screen and (max-width: 960px) {

		.site-inner,
		.wrap {
			max-width: 800px;
		}

		.content,
		.content-sidebar-sidebar .content,
		.content-sidebar-sidebar .content-sidebar-wrap,
		.sidebar-content-sidebar .content,
		.sidebar-content-sidebar .content-sidebar-wrap,
		.footer-widgets-1,
		.footer-widgets-2,
		.footer-widgets-3,
		.sidebar-primary,
		.sidebar-secondary,
		.sidebar-sidebar-content .content,
		.sidebar-sidebar-content .content-sidebar-wrap,
		.site-header .widget-area,
		.title-area {
			width: 100%;
		}

		.site-header .wrap {
			padding: 20px 5%;
		}

		.header-image .site-title > a {
			background-position: center top;
		}

		.genesis-nav-menu li,
		.site-header ul.genesis-nav-menu,
		.site-header .search-form {
			float: none;
		}

		.genesis-nav-menu,
		.site-description,
		.site-header .title-area,
		.site-header .search-form,
		.site-title {
			text-align: center;
		}

		.genesis-nav-menu a,
		.genesis-nav-menu > .first > a,
		.genesis-nav-menu > .last > a {
			padding: 20px 16px;
		}

		.site-header .search-form {
			margin: 16px auto;
		}

		.genesis-nav-menu li.right {
			display: none;
		}

		.footer-widgets-1 {
			margin-right: 0;
		}

	}

	@media only screen and (max-width: 800px) {

		body {
			background-color: #fff;
			font-size: 16px;
			font-size: 1.6rem;
		}

		.site-inner,
		.wrap {
			padding-left: 5%;
			padding-right: 5%;
		}

		.archive-description,
		.author-box,
		.comment-respond,
		.entry,
		.entry-comments,
		.entry-pings,
		.sidebar .widget,
		.site-header {
			padding: 0;
		}

		.archive-pagination li a {
			margin-bottom: 4px;
		}

		.five-sixths,
		.four-sixths,
		.one-fourth,
		.one-half,
		.one-sixth,
		.one-third,
		.three-fourths,
		.three-sixths,
		.two-fourths,
		.two-sixths,
		.two-thirds {
			margin: 0;
			width: 100%;
		}

		.sidebar .widget.enews-widget {
			padding: 40px;
		}

	}


	/* # Print Styles
	---------------------------------------------------------------------------------------------------- */

	@media print {

		*,
		*:before,
		*:after {
			background: transparent !important;
			box-shadow: none !important;
			color: #000 !important;
			text-shadow: none !important;
		}

		a,
		a:visited {
			text-decoration: underline;
		}

		a[href]:after {
			content: " (" attr(href) ")";
		}

		abbr[title]:after {
			content: " (" attr(title) ")";
		}

		a[href^="javascript:"]:after,
		a[href^="#"]:after,
		.site-title > a:after {
			content: "";
		}

		thead {
			display: table-header-group;
		}

		img,
		tr {
			page-break-inside: avoid;
		}

		img {
			max-width: 100% !important;
		}

		@page {
			margin: 2cm 0.5cm;
		}

		p,
		h2,
		h3 {
			orphans: 3;
			widows: 3;
		}

		blockquote,
		pre {
			border: 1px solid #999;
			page-break-inside: avoid;
		}

		.content,
		.content-sidebar {
			width: 100%;
		}

		button,
		input,
		select,
		textarea,
		.breadcrumb,
		.comment-edit-link,
		.comment-form,
		.comment-list .reply a,
		.comment-reply-title,
		.edit-link,
		.entry-comments-link,
		.entry-footer,
		.genesis-box,
		.header-widget-area,
		.hidden-print,
		.home-top,
		.nav-primary,
		.nav-secondary,
		.post-edit-link,
		.sidebar {
			display: none !important;
		}

		.title-area {
			text-align: center;
			width: 100%;
		}

		.site-title > a {
			margin: 0;
			text-decoration: none;
			text-indent: 0;
		}

		.site-inner {
			padding-top: 0;
			position: relative;
			top: -100px;
		}

		.author-box {
			margin-bottom: 0;
		}

		h1,
		h2,
		h3,
		h4,
		h5,
		h6 {
			orphans: 3;
			page-break-after: avoid;
			page-break-inside: avoid;
			widows: 3;
		}


		img {
			page-break-after: avoid;
			page-break-inside: avoid;
		}

		blockquote,
		pre,
		table {
			page-break-inside: avoid;
		}

		dl,
		ol,
		ul {
			page-break-before: avoid;
		}

	}

	/*////////////*/
	.yellowbg{background:#ffde00;padding:50px 0;}

	.ordersummary{min-height:200px;display:block; color:#000000;font:bold 19px/30px arial;position:relative;}
	.ordersummary h1{padding-bottom:20px;color:#ffde00;text-shadow:2px 2px 2px #000;font-weight:bold;text-transform:uppercase;text-align:center;
	padding-top:50px; color:#ffffff;}
	.ordersummary p{ width:auto; display:inline-block; padding:0px; margin:0px; color:#000000;font:bold 19px/30px arial;}
	.ordersummary input{ width:auto; display:inline-block; background:none; border:none; outline:none; border-bottom:1px solid #000000; background:none; padding:0px 2px; margin:0px 3px;}
	.ordersummary input.field1{ max-width:115px;}
	.ordersummary input.field2{ max-width:65px;font-size:15px;background:#fff;}
	.ordersummary input.field3{ max-width:90px;}
	.ordersummary input.field4{ max-width:210px;}
	.ordersummary .fullwidth{ width:100%; padding:0px 0px 20px 0px; margin:0px; clear:both; border:none; outline:none; text-decoration:none;}
	.ordersummary .fullwidth .each{ display:inline-block; width:160px; padding:0px 25px 0px 0px; margin:0px;width: 160px;vertical-align: top;}
	.ordersummary .fullwidth .total{ display:inline-block; width:190px; padding:0px 0px 0px 0px; margin:0px;}
	.ordersummary .couponcode_field{ max-width:110px; background:#ffffff; border:none; outline:none;height: 34px;}
	.ordersummary .checkbutton{ display:inline-block; background: #ff8f21; color: #fff;}


	.cnt-blog{width:100%; padding:10px 0px; margin:0px; clear:both; text-align:center; }
	.cnt-blog a{
		background: #000000;
		border: 0 none;
		border-radius: 6px;
		color: #fff;
		display: inline-block;
		font-size: 25px;
		font-weight: bold;
		margin: 30px 15px;
		max-width: 50%;
		padding: 10px;
		width: auto;
		text-transform: uppercase;
	}

	.neworder_summery{ width:100%; border:none; outline:none; text-decoration:none; }
	.neworder_summery tr{ border:none; outline:none;  text-decoration:no-close-quote; margin-bottom:5px;}
	.neworder_summery tr td{ border:none; outline:none;  text-decoration:no-close-quote;
	font-size:12px; font-weight:normal;}
	.neworder_summery tbody { border:none; }
	.neworder_summery tr th{  border:none; outline:none;  text-decoration:no-close-quote;
	 font-weight:bold; font-size:14px;}

	.form-group select{ color:#000000;}
	.lightbox-image-caption{ width:100%; text-align:center; position:relative !important; font-size:18px; margin:0px !important; margin-top:-30px !important;}
	.lightbox-image-caption span{ display:inline-block; font-size:18px; text-align:center; float:none; width:100%; background:none !important; box-shadow:none !important;}

	.section-postcard-4 .radio{ min-height:360px;}

	#letter-order-summary .ordersummary .container{ position:relative;}
	#sortable_grid{width:100%; padding:0px 0px;  margin:0px; border:none; outline:none;}
	#sortable_grid .sortable_grid_heading{width:100%; padding:0px 0px;  margin:0px; border:none; outline:none; border:1px solid #000; display:inline-block; background:#000;}
	#sortable_grid .sortable_grid_heading .heading_text{ width:80px; min-width:80px; border-left:1px solid #ffffff; float:left; display:inline-block;  background:none; padding:0px 10px;
	font-size:12px; color:#ffffff; height:40px; line-height:40px; overflow:hidden;}
	#sortable_grid .sortable_grid_heading .heading_text:first-child { border-left:none !important;}
	/*#sortable_grid .sortable_grid_heading .heading_text:nth-child(8){ width:150px !important;}*/

	#sortable_grid ul{ width:100%; padding:0px 0px;  margin:0px; border:none; outline:none; }
	#sortable_grid ul li{width:100%; display:inline-block; clear:both; height:auto; padding:0px 0px;  margin:0px; border:none; outline:none; border:1px solid #000; 
	display:inline-block; background:none !important; cursor:move;}
	#sortable_grid ul li.ui-sortable-helper{ max-width:1140px; background:#FFFFFF !important;}
	#sortable_grid ul li:hover{ text-decoration:none; }
	#sortable_grid ul li .ngbox{ width:80px; min-width:75px; border-left:1px solid #000 !important; float:left; display:inline-block; background:none; padding:2px 10px; font-size:11px; height:75px; 
	line-height:14px; overflow:hidden;}
	#sortable_grid ul li .duplicate_block{ width:115px; min-width:94px; border-left:1px solid #000 !important; float:left; display:inline-block; background:none; padding:0px 10px; font-size:12px; height:75px; line-height:75px; overflow:hidden;}

	/*#sortable_grid ul li .ngbox:first-child { border-left:none !important;}*/
	#sortable_grid ul li .ngbox:nth-child(8){ width:150px !important;}


	#sortable_grid .sortable_grid_heading .heading_text:nth-child(1){min-width: 65px !important; width: 65px;}
	#sortable_grid ul li div:nth-child(1){min-width: 65px !important; width: 65px;}

	#sortable_grid .sortable_grid_heading .heading_text:nth-child(4){min-width:145px !important; width:145px;}
	#sortable_grid ul li div:nth-child(4) .ngbox{min-width:145px !important; width:145px;}

	#sortable_grid .sortable_grid_heading .heading_text:nth-child(5){min-width:65px !important; width:65px;}
	#sortable_grid ul li div:nth-child(5) .ngbox{min-width:65px !important; width:65px;}

	#sortable_grid .sortable_grid_heading .heading_text:nth-child(6){min-width:65px !important; width:65px;}
	#sortable_grid ul li div:nth-child(6) .ngbox{min-width:65px !important; width:65px;}

	#sortable_grid .sortable_grid_heading .heading_text:nth-child(7){min-width:120px !important; width:120px;}
	#sortable_grid ul li div:nth-child(7) .ngbox{min-width:120px !important; width:120px;}

	#sortable_grid .sortable_grid_heading .heading_text:nth-child(8){min-width:120px !important; width:120px;}
	#sortable_grid ul li div:nth-child(8) .ngbox{min-width:120px !important; width:120px;}

	#sortable_grid .sortable_grid_heading .heading_text:nth-child(9){min-width:65px !important; width:65px;}
	#sortable_grid ul li div:nth-child(9) .ngbox{min-width:65px !important; width:65px;}

	#sortable_grid ul li .ngbox input{border-bottom: none !important;}

	#sortable_grid .sortable_grid_heading .heading_text:nth-child(11) {width: 120px;}
	#sortable_grid ul li div:nth-child(11) .ngbox {width: 120px;}


	@media screen and (max-width:1200px){
	#sortable_grid .sortable_grid_heading .heading_text{ width:16%;}
	#sortable_grid ul li .ngbox{ width:16%;}
	#sortable_grid ul li .ngbox:nth-child(5){ display:none;}
	#sortable_grid ul li .ngbox:nth-child(6){ display:none;}
	#sortable_grid ul li .ngbox:nth-child(7){ display:none;}
	#sortable_grid ul li .ngbox:nth-child(8){ display:none;}

	#sortable_grid .sortable_grid_heading .heading_text:nth-child(5){ display:none;}
	#sortable_grid .sortable_grid_heading .heading_text:nth-child(6){ display:none;}
	#sortable_grid .sortable_grid_heading .heading_text:nth-child(7){ display:none;}
	#sortable_grid .sortable_grid_heading .heading_text:nth-child(8){ display:none;}
		}
	@media screen and (max-width:640px){
	#sortable_grid{ width:100%; overflow:auto;}
	#sortable_grid .sortable_grid_heading{ min-width:640px;}
	#sortable_grid ul{ min-width:640px;}
		
		}
		
	.item, .placeholder {
		padding: 2px;
		width: 50px;
		height: 20px;
		border: 1px solid #333;
		background: #EEE;
	}

	.placeholder {
		background: #AEF;
	}

	.pymnt-expr{
		width: 48%;
		display: inline-block;
		padding: 0;
		margin: 0 1%;
		float: left;
		height: 45px;
		border: none;
		outline: none;
	}

	.ng-binding ::-webkit-input-placeholder {color: #ED1C24;}
	.ng-binding :-moz-placeholder {color: #ED1C24;}
	.ng-binding ::-moz-placeholder {color: #ED1C24;}
	.ng-binding :-ms-input-placeholder {color: #ED1C24;  }

	.spinner {  
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index:2;
		background:url("../images/spin.svg") center center no-repeat;
		opacity: .9;
		background-color:#000;
		z-index:99999;
	 }

	.spinner span {
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -32px; /* -1 * image width / 2 */
		margin-top: -32px;  /* -1 * image height / 2 */
		display: block;   
		z-index: 999;
		padding:90px 0px 0px 0px;
		color:#ffffff;
		margin-left:-80px;
	}

	.duplicate{  background: #000000 none repeat scroll 0 0;
		border: 0 none;
		border-radius:0px;
		color: #fff;
		display: inline-block;
		font-size:12px;
		font-weight: bold;
		margin: 0px ;
		padding:5px;
		text-transform: uppercase;
		line-height:12px;
		
	}


	#sortable_grid ul li .ng-binding .duplicate{ display:inline-block; padding:0px; margin:5px 0px;  border:none; outline:none; text-decoration:none; float:left; width:70px; font-size:10px; line-height:10px; border-radius: 6px; text-align:center; padding:5px;}
	#sortable_grid ul li .ng-binding .remove{ display:inline-block; padding:0px; margin:12px 0px 12px 5px; width:16px; height:16px; border:none; outline:none; text-decoration:none;
	text-indent:-9999px;  background:url("../images/remove_icon.png") center center no-repeat; float:left;}

	.brws-img{width: 80px;border:2px solid #fcf8e3;border-radius: 4px;height:55px;}
	span.brws-img{background:#fff none repeat scroll 0 0;padding:5px;font-size:12px;}

	.notify-err{width: 80px;border:2px solid #fcf8e3;border-radius: 4px;height:55px;}
	span.notify-err{background:#fff none repeat scroll 0 0;padding:5px;font-size:12px;}

	.order-qnty{border: 1px solid #000 !important;height: 20px !important;width:50px !important;background:#fff !important}

	.portfolio-item{margin: 0 0 30px;}
	.imprint-order{overflow:hidden;margin-top:10px;}

	.portfolio-item .caption-block {
		position:relative;
		overflow:hidden;
		display: block;
		height: auto;
		max-width: 100%;
		padding:15px 4px 4px;
		line-height: 1.428571429;
		background-color: #fff;
		border: 1px solid #ddd;
		border-radius: 4px;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		min-height: 352px;
	}

	.portfolio-item .caption-block span {
		position: absolute;
		background:#ad1b1e;
		top: 8px;
		right: 0;
		width: 100%;
		height: auto;
		padding: 2%;
		/*display: none;*/
		text-align: center;
		color: #fff !important;
		z-index: 2;
		font-size:18px;
		text-transform:uppercase; 
	}

	/*.portfolio-item .caption-block span{ display:block !important;}
	.portfolio-item .caption-block span b{position: absolute;top: 45%;width:100%; left: 0px;}*/

	/* page loader with overlay */
	.overlayBox{height:100%;width:100%;background-color:rgba(0,0,0,0.4);position:fixed;z-index:999}
	#LoadingCircle{    
		position: fixed;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		margin: auto;
		padding: 8px;
		text-align: center;
		vertical-align: middle;
		width: 85px;
		height: 85px;
		z-index: 9;
		border-radius: 4px;
		background: rgba(0, 0, 0, 0.701961);
	}
	#LoadingCircle span{width:45px;height:45px;background:url("../images/ajax-loading.gif") center center no-repeat;display:inline-block;}
	#LoadingCircle p{margin:0;font-size:14px;color:#fff;font-weight:600;}

	.fileblock{   
		background: #999 none repeat scroll 0 0 !important;
		/*height: 215px !important;
		line-height: 215px !important;*/
		text-align: center;
		width: 100%;
	}
	/*.portfolio-item .fileblock span{display: block ;}
	.portfolio-item .fileblock span b{position: static ;}*/
	.fileblock img{display: inline-block;padding-top: 140px;}
	.secure_logo{position:fixed;z-index:9999;display:inline-block;width:auto;bottom:0;left:0;}

	/* Bootstrap Pagination */
	ul.pagination{float:right;}
	.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{background-color:#000 !important;border-color:#000 !important; color:#fff !important;}
	.pagination>li>a, .pagination>li>span{color: #000 !important;}

	.imprint-order table.table-striped tr th,.imprint-order table.table-striped tr td{border:1px solid #ccc !important;}
	.bigB{text-align:center;}
	.bigB a{background:#ffde00; border-color: #333;
		color: #333;
		font-size: 20px;
		padding: 16px 27px;}
	.bigB a:hover{opacity:0.8}

	#overlay {
		position: fixed;
		left: 50%;
		top: 50%;
		padding: 5px;
		border: 2px solid black;
		background-color: #ffffff;
		width: 92%;
		max-width: 700px;
		height: auto;
		z-index: 100;
		 -webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		
	}
	#fade {
		position: fixed;
		left: 0%;
		top: 0%;
		background-color: black;
		-moz-opacity: 0.7;
		opacity: .70;
		filter: alpha(opacity=70);
		width: 100%;
		height: 100%;
		z-index: 90;
	}

	#custom-modal.ng-enter {
	  transition: opacity .5s ease-out;
	  opacity: 0;
	}
	#custom-modal.ng-enter.ng-enter-active {
	  opacity: 1;
	}
	#custom-modal.ng-leave {
	  transition: opacity .5s ease-out;
	  opacity: 1;
	}
	#custom-modal.ng-leave.ng-leave-active {
	  opacity: 0;
	}
	#custom-modal #overlay a {
		background: #fff;
		border-radius: 50%;
		color: #f00;
		font-size: 12px;
		font-weight: bold;
		height: 22px;
		line-height: 22px;
		position: absolute;
		text-align: center;
		top: -17px;
		right: -11px;
		width: 22px;
	}

	#confirmlist_grid table{ font-size:12px;}
	#confirmlist_grid thead{ background:#000000; color:#ffffff;}
	#confirmlist_grid thead th{border-left: 1px solid #ffffff; vertical-align: middle;}
	#confirmlist_grid tbody td{border-left: 1px solid #ccc; vertical-align: middle;max-width: 150px;padding: 5px;}
	#confirmlist_grid thead th:last-child{border-right: 1px solid #ffffff;}
	#confirmlist_grid tbody td:last-child{border-right: 1px solid #ccc; min-width:135px;}
	#confirmlist_grid input{max-width:75px;}
	
	#confirmlist_grid a.action{ display:inline-block;  margin:0px; width:auto; height:20px; border:none; outline:none; text-decoration:none;   padding: 0 5px; background:#000; color:#ffffff; line-height:20px; font-size:10px !important; text-transform:uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;}
	/* Ends */
.not_applicable span{ opacity:0.3; text-decoration:line-through;}	
/*.not_applicable .not_applicabletext{
	opacity:1;
    background: #ed1c24 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    line-height: normal;
    margin: 0;
    padding: 2px 10px;
	text-decoration:none;
}*/
#coupon_code{
        border: 1px solid #000;
    }
.contactnmbr {    background: #b3231b; line-height: 18px;  padding: 5px 0;  text-align: center;margin-bottom: 2px;}

/* jQuery Tab */
#tabs{ padding:20px 15px 0px 15px; color:#ffffff !important; width:100%;}
#tabs .ui-tabs-panel{ display:inline-block; clear:both; padding:10px 0px; margin:0px; width:100%;}
#tabs.ui-widget-content{ background:none !important; display:inline-block; max-width:100%; clear:both; border:none !important; padding:0px 15px; color:#ffffff !important;}
#tabs .ui-widget-header{ background:none !important;  border:none !important; }
#tabs .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{ background:#313235 !important; border:none; outline:none; border-radius:0; color:#ffffff !important;}
#tabs.ui-tabs .ui-tabs-nav li{background:#cfcfcf; border:none; outline:none; border-radius:0; color:#cfcfcf;}
#tabs .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{background:#313235; color:#ffffff;}
#tabs.ui-tabs .ui-tabs-nav li a{color:#ffffff !important;}
#tabs .ui-widget-header{ background:none; outline:none;}

#tabs.ui-tabs .ui-tabs-nav{text-align:center;}
#tabs.ui-tabs .ui-tabs-nav li{ display:inline-block; float:none !important;}
#tabs.ui-widget-content label{color:#ffffff !important;}

@media screen and (min-width: 1400px){.carousel-caption{ bottom:inherit; top:200px;}}

@font-face {
  font-family: 'dotsfont';
  src: url('../fonts/dotsfont.eot');
  src: url('../fonts/dotsfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/dotsfont.woff') format('woff'),
       url('../fonts/dotsfont.ttf') format('truetype'),
       url('../fonts/dotsfont.svg#dotsfontregular') format('svg');
}

#cvv {
  font-family: 'dotsfont';
  font-size: 12px;
}


 
 
 .strip-summary{top:124px !important;}
.topblock{ width:100%; display:block; padding:0px; margin:0px;}
.menublock{width:100%; display:block; padding:0px; margin:0px;}

.topblock .number{ display:inline-block;}
.number_menublock{ width:auto; display:inline-block; padding:0px; margin:0px; text-align:left; position:relative;}
.number_menublock .menu-toggle{ display:none;}

header .site-header-menu{ width:auto; display:inline-block; clear:both; height:37px; padding:0px; margin:5px 0px 0px 0px;clear:both; border:none; outline:none;background:#000000;}
header .site-header-menu .primary-menu{width:100%; height:42px; padding:0px; margin:0px;clear:both; border:none; outline:none; list-style:none;}
header .site-header-menu .primary-menu li{ display:inline-block; padding:0px 15px; margin:0px; list-style:none;}
header .site-header-menu .primary-menu li a{display:inline-block; padding:0px; margin:0px;border:none; outline:none; text-decoration:none;
font-family: "Microsoft Tai Le"; color:#ffffff; font-size:18px;line-height:37px;}

header  .site-header-menu .primary-menu li .sub-menu li a{color:#000000;}

.main-navigation ul ul {
	display: none;
	margin-left: 0.875em;
}

.no-js .main-navigation ul ul {
	display: block;
}

header .site-header-menu .primary-menu li{ position:relative;}

.main-navigation .menu-item-has-children > a:after {
    content: "";
    position: absolute;
    right: -3px;
    top: 0.8125em;
	font-family: "Genericons";
	background:url("../images/menu_arrow.png")center center no-repeat;
	width:13px;
	height:13px;
}

	.main-navigation ul ul {
		border-bottom: 1px solid #d1d1d1;
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
	}
	
.main-navigation ul ul a {
    white-space: normal;
    width:150px;
}

	
	.main-navigation ul ul ul {
		top: -1px;
	}

	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}

	.main-navigation ul ul li {
		background-color: #fff;
		border: 1px solid #d1d1d1;
		border-bottom-width: 0;
	}

	.main-navigation ul ul a {
		white-space: normal;
		width: 150px;
	}

	.main-navigation ul ul:before,
	.main-navigation ul ul:after {
		border-style: solid;
		content: "";
		position: absolute;
	}

	.main-navigation ul ul:before {
		border-color: #d1d1d1 transparent;
		border-width: 0 10px 10px;
		right: 9px;
		top: -9px;
	}

	.main-navigation ul ul:after {
		border-color: #fff transparent;
		border-width: 0 8px 8px;
		right: 11px;
		top: -7px;
	}

	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		left: auto;
		right: 0;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: auto;
		right: 100%;
	}

	.main-navigation .menu-item-has-children > a {
		margin: 0;
		padding-right: 2.25em;
	}



	.main-navigation ul ul .menu-item-has-children > a {
		padding-right: 2.0625em;
	}

	.main-navigation ul ul .menu-item-has-children > a:after {
		right: 0.5625em;
		top: 0.875em;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}


@media screen and (max-width:767px){
	
header .site-header-menu .primary-menu{ height:auto;}
header .site-header-menu{ height:auto;}
header .site-header-menu .primary-menu li{ width:100%; display:block; padding:5px 0px; text-align:center; clear:both;}
.content_fullwidth .right_image{margin-top: 0px;}
	
	}
    
    #coupon_code{
        border: 1px solid #000;
    }
.contactnmbr {    background: #b3231b; line-height: 18px;  padding: 5px 0;  text-align: center;margin-bottom: 2px}

.main-navigation .menu-item-has-children > a::after{right: 3px; top: 12px;}
header .site-header-menu .primary-menu li a{line-height:35px;}
.main-navigation ul ul{border-bottom:none !important}
.main-navigation ul ul li{padding:0 15px !important;}
.main-navigation ul ul a {
    font-size: 15px !important;
    width: 98px;
}
.dropbtn a:after{display:none;}



#confirmlist_grid tbody td:last-child { min-width: 190px;    text-align: center;}
 
 @media screen and (min-width:1280px) and (max-width:1690px){
 .accupixmailerBox h1 {margin-top: 6px; width: 65%; }
 }
 
 @media screen and (min-width: 1280px){
.carousel-caption {left:0 !important;}
.customSlider .logoBx{width:72%;}
	
}

.red_txt{color:red !important;}

.accupixmailerBox-bg{ background:#ed1c24 url("../images/accupixmailerBox-bg.png")repeat-x;}
.accupixmailerBox-bg .container{ width:1170px; max-width:100%; }
.accupixmailerBox{ width: 100%; padding:0px; margin: 0; clear:both; position:relative; }

.accupixmailerBox .accupixmailerBox-logo{display:inline-block; float:left; max-width:30%;}
.accupixmailerBox .accupixmailerBox-logo img{ display:inline-block; }
.accupixmailerBox .accupixmailerBox-learn-how{display:inline-block; float:left; max-width:70%; padding-left:1%;}
.accupixmailerBox .accupixmailerBox-learn-how h1{ color:#fff200;font-family: 'Montserrat', sans-serif; }
.accupixmailerBox .accupixmailerBox-learn-how h1 strong{ display: block; clear:both; color:#ffffff; }

.accupixmailerBox .accupixmailerBox-reviews{ display: inline-block; position:absolute; top:-15px; right:0;min-width: 157px;}
.accupixmailerBox .accupixmailerBox-reviews .star{ display: block; width:100%; padding:0; margin:0; height: 40px; background:url("../images/accupixmailerBox-star.png") 16px center no-repeat; position: relative; margin-top: -10px;}
.accupixmailerBox .accupixmailerBox-reviews .text1{ display: block; width:100%; padding: 0px; margin:0; clear: both; font-size:18px; }
.accupixmailerBox .accupixmailerBox-reviews .text2{ display: block; width:100%; padding: 0px; margin:0; clear: both; font-size:12px; text-align: right; position: relative; margin-top: -10px;}

.accuBox-bg{ width:100%; padding:0px; margin:0px; clear:both; border:none; outline:none;background:#a2a2a3 url("../images/accuBox-bg.png")repeat-x;}
.accuBox-bg .accuBox{ width:100%;padding:30px 0;margin:0px; clear:both; border:none; outline:none; text-decoration:none;} 
.accuBox-bg .accuBox .column_attrbox{ width:100%; max-width:360px; padding:20px 10px; margin:0px; min-height:190px; text-align:center;
background:#e82129 url("../images/column_attrbox_bg.png")repeat-x;}
.accuBox-bg .accuBox .column_attrbox h4{ width:100%; padding:0px; min-height:85px; margin:0px; clear:both; font-weight:lighter; color:#ffffff; 
font-size: 20px; line-height: 30px;font-family: 'Montserrat', sans-serif;}
.accuBox-bg .accuBox .column_attrbox .button{ display:inline-block; width:193px; height:57px; background:#ffde02 url("../images/column_attrbox_button_bg.png")repeat-x;
font-size:20px; color:#000000; font-weight:lighter; line-height:26px;font-family: 'Montserrat', sans-serif;
-webkit-box-shadow: 2px 2px 29px 6px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 29px 6px rgba(0,0,0,0.75);
box-shadow: 2px 2px 29px 6px rgba(0,0,0,0.75);}

.accuBox-bg .accuBox .column_attrlist{width:100%; padding:10px 0px; margin:0px; clear:both; border:none; outline:none; 
text-align:left; font-family: 'Montserrat', sans-serif; color:#ffffff;}
.accuBox-bg .accuBox .column_attrlist h1{ width:100%; padding:0px; margin:0px; clear:both; font-weight:lighter; color:#ffffff; 
font-size: 23px; line-height: 30px;font-family: 'Montserrat', sans-serif;}
.accuBox-bg .accuBox .column_attrlist .list{ display:block; padding:0px 15px; margin:0px; clear:both; border:none; outline:none;}
.accuBox-bg .accuBox .column_attrlist .list li{ width:100%; text-align:left; list-style:disc; font-size:20px; font-weight:bold;}

@media screen and (max-width:767px){
.accupixmailerBox .accupixmailerBox-logo {
    display: inline-block;
    float: none;
    max-width: 100%;
}
.accupixmailerBox .accupixmailerBox-learn-how {
    display: inline-block;
    float: none;
    max-width: 100%;
    padding-left: 0;
}

.accupixmailerBox .accupixmailerBox-reviews {
    display: inline-block;
    position: static;
}

.accupixmailerBox .accupixmailerBox-learn-how h1{ font-size:18px;}
.accuBox-bg .accuBox .column_attrbox{ margin-bottom:20px;}

	}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++for btn bg ++++++++++++++++++++++++++++++*/
.bigB a{ display:inline-block; width:auto; height:auto; background:#ffde02 url("../images/videobtn.png") no-repeat;width:503px;
font-size:17px; color:#000000; font-weight:lighter; line-height:15px;font-family: 'Montserrat', sans-serif;
-webkit-box-shadow: 2px 2px 29px 6px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 29px 6px rgba(0,0,0,0.75);
box-shadow: 2px 2px 29px 6px rgba(0,0,0,0.75);}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++for reviews++++++++++++++++++++++++++++++*/
.cj-navbar.reviews-nav .navbar-container{background:#fff;margin:10px 0;}
header.reviews-nav { color: #000; font-size: 22px;background:#fff;margin-bottom:0;}
header.reviews-nav p{margin-top:0;margin-bottom:0;}
header.reviews-nav .mapsContent p{color:#00377b;padding:10px 0;font-size: 30px;margin-bottom: 20px;
    font-weight: 500;margin-bottom: 20px;}
header.reviews-nav .col-md-2{text-align:right;}
@media screen and (max-width:1750px){
  header.reviews-nav .col-md-2 img{max-width:130px;}
}
header.reviews-nav .col-md-3 strong { font-size: 32px;
    line-height: 28px;  padding-top: 8px;  display: block;}
.main-container.reviews-container{clear:both;display:block;top:0;}
.redBgBox{background:#fd0207 url("../images/bar.jpg") repeat-x;min-height:80px;padding: 5px 35px;}
.reviewsStars {max-width: 157px; text-align: right; color: #fff;}
.tabHeader .float{float:left;padding:4px 10px;color:#fff;text-shadow:0px 3px 8px #000;cursor:pointer}
.tabHeader:after,.allReviews ul li:after{clear:both;display:table;content:''}
span.text2 {display: block; font-size: 13px;}
.allReviews{display:none;}

.tabHeader .float.addColor{color:#fcee21;}

.reviews-container .container-fluid{padding:0;}
.allReviews ul li{display:block;}
.allReviews ul li:nth-child(even){
background: #fefefe; /* Old browsers */
background: -moz-linear-gradient(top, #fefefe 0%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fefefe 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fefefe 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */border-top:1px solid #131413}

.leftContent{float: left;/* max-width: 230px;*/ position: relative; background: #edf1f6;    width: 18%;  margin-right: 20px;padding:20px 0;padding-left: 40px;min-height: 201px;font-size: 24px; font-weight: 500;}
.allReviews ul li:nth-child(even) .leftContent{	
background: #ecf0f5; /* Old browsers */
background: -moz-linear-gradient(top, #ecf0f5 0%, #d7dbe0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ecf0f5 0%,#d7dbe0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ecf0f5 0%,#d7dbe0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf0f5', endColorstr='#d7dbe0',GradientType=0 ); /* IE6-9 */
}
.rightContent{float:left; width: 78%;padding:20px 0 15px;padding-right:40px;}
.rightContent h4{margin-top:8px;margin-bottom:6px;text-transform:uppercase;}
.rightContent p{margin-bottom:0;}
.rightContent a{color:#ec5156;}
span.dmYear { display: block;  margin-top: 15px; font-size: 20px;}
.reviewsStars .star {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 36px;
    background: url(../images/accupixmailerBox-star.png)repeat-x;
    position: relative;
    margin-top: 0;
}
.writeReviews .adaptive-form {
    padding-top: 50px;
}
.star-rating span {
    background: url(../images/accupixmailerBox-star.png) left top no-repeat;
    display: inline-block;
    width: 34px;
    height: 37px;
}
.leftContent span {font-size: 16px;}
.allReviews li{position:relative;}
.allReviews li:before{display:block;content:'';top:0;bottom:0;background:#edf1f6;width:18%;left:0;position:absolute;}

.allReviews ul li:nth-child(even):before{background:#d7dbe0;} 
.accupixmailerBox-reviews a{color:#fff;}
.accupixmailerBox-reviews a:hover{color:#fff;opacity:0.8;}

@media screen and (max-width:1540px){
	header.reviews-nav .mapsContent p{font-size:25px;}
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++for reviews++++++++++++++++++++++++++++++*/

.redAfter.after-triangle.red:after {
    background-image: url(../images/redbg.png);
    background-position: center -55px;
    background-size: cover;
}
.redAfter{color: red; width: auto; float: left; text-align: left; padding: 0 26px; font-size: 25px;}

.radio label {font-size: 0.8em;line-height: 1.25 em;}
.heightfix {
    height: 56px;
}
@media screen and (min-width:1200px){
	.section-postcard-2 .radio{min-height:240px;}
}
.validate_error{font-size: 13px;font-style: italic; line-height:normal;}

.second-header{ display: block;font-size: 28px;font-weight: bold;margin-bottom: 20px;color: #ffffff; clear: both;padding-left: 15px;}

/*///19.03.2018/////*/

.login-registration-page{width:100%;padding:0; margin:0; clear:both; border:none; outline:none; text-decoration:none;}

.login-registration-page__header {
    background-color: #ffde00;
    padding: 10px 50px;
    color: #000;
	text-align:center;
}

.login-registration-page__header a {
    color: #000;
}
.login-registration-page__header .logo{
display:inline-block;
padding-left:40px;	

}

.login-registration-page__form-block{width:100%;padding:30px 0; margin:0; clear:both; border:none; outline:none; text-decoration:none; text-align:center;}
.login-registration-page__form-block .container{ max-width:460px;}
.login-registration-page__form-block .form-block__header{width:100%;padding:0; margin:0; clear:both; border:none; outline:none; 
text-decoration:none; text-align:center;}
.login-registration-page__form-block .form-block__header .header-text{width:100%;padding:0; margin:0; clear:both; border:none; outline:none; 
text-decoration:none; text-align:center;     font-family: 'Montserrat', sans-serif; font-weight: bold ; font-size:30px; color:#4d4d4d;  text-transform:uppercase;}
.login-registration-page__form-block .form-block__header .sub-header{width:100%; display:inline-block;padding:5px 0; margin:0 0 5px 0; clear:both; border:none; outline:none; 
text-decoration:none; text-align:center; font-family: 'Montserrat', sans-serif; font-size:20px; color:#4d4d4d; 
font-weight:bold;border-bottom:none;text-align:left; background: url(../images/register-border.png) no-repeat center bottom;
padding-bottom:15px; background-size: contain;}
.login-registration-page__form-block .form-block__header .form-text1{width:100%;padding:5px 0; margin:0; clear:both; border:none; outline:none; 
text-decoration:none; text-align:center; font-family: 'Montserrat', sans-serif; font-size:18px; color:#4d4d4d; font-weight:bold;font-style:italic;}

.login-registration-page__form-block .login-registration-page__form{width:auto; display:block; padding:20px; margin:0; clear:both; border:none; outline:none;}
.login-registration-page__form .login-registration-page__form-box{width:100%; max-width:98%; display:inline-block; padding:0; margin:0; clear:both; border:none; outline:none;
background:#e6e6e6; border:1px solid #4d4d4d; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; overflow:hidden;}
.login-registration-page__form .login-registration-page__form-box .input-field{width:100%;padding:0 40px; margin:0; clear:both; border:none; outline:none;
height:48px; background:#e6e6e6; line-height:48px; font-size:18px; color:#4d4d4d; font-style:italic;}

.login-registration-page__form .input-field.user-icon{
	background:#e6e6e6 url(../images/004-user.png)no-repeat left 8px center;
	}
.login-registration-page__form .input-field.password-icon{
background:#e6e6e6 url(../images/003-lock.png)no-repeat left 8px center;
}
.login-registration-page__form .input-field.email-icon{
	background:#e6e6e6 url(../images/002-internet.png)no-repeat left 8px center;
	}
.login-registration-page__form .input-field.phone-icon{
	background:#e6e6e6 url(../images/001-phone-call.png)no-repeat left 8px center;
	}
.login-registration-page__form .login-registration-page__form-box .login-registration-page__form-box__input-box{position: relative;
border-bottom:1px solid #4d4d4d; width:100%; padding:0; margin:0; }	
.login-registration-page__form .login-registration-page__form-box .login-registration-page__form-box__input-box .error-message{ 
text-align:right; font-style:italic; padding-top:5px; position:absolute; top:0; right:15px; z-index:999;  width: auto;line-height: 40px;}

.login-registration-page__form .submit-bock{width:100%;padding:10px 0; margin:0; clear:both; border:none; outline:none;}
.login-registration-page__form .submit-bock .submit-button{width:auto; min-width:125px; padding:0 30px; margin:0; clear:both; border:none; outline:none;
height:30px; border:2px solid #3b6531; background:#6aae43; font-size:18px; color:#ffffff; line-height:26px; cursor:pointer;
-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;}
.login-registration-page__form-block .reset-password{width:100%;padding:10px 0; margin:0; clear:both; border:none; outline:none; 
text-decoration:none; text-align:center; font-family: 'Montserrat', sans-serif; font-size:18px; color:#41a1e6; font-weight:normal;}
.login-registration-page__form-block .reset-password a{ display:inline-block; border:none; outline:none; padding:0; margin:0; 
text-decoration:none; text-align:center; font-family: 'Montserrat', sans-serif; font-size:18px; color:#41a1e6; font-weight:normal;}

.login-registration-page__form-block .error-message{width:100%;padding:5px 0; margin:0; clear:both; border:none; outline:none; 
text-decoration:none; text-align:center;  font-family: 'Montserrat', sans-serif; font-size:13px; color:#dd1e25; font-weight:normal;}
.login-registration-page__form-block .error-message a{ display:inline-block; border:none; outline:none; padding:0; margin:0; 
text-decoration:none; text-align:center; font-family: 'Montserrat', sans-serif; font-size:18px; color:#dd1e25; font-weight:normal;}


.login-registration-page__form-block.login-block{ background:#4d4d4d;}
.login-registration-page__form-block.register-block{ background:#ffffff;}

.login-registration-page__form-block.login-block .form-block__header{ color:#ffffff;}
.login-registration-page__form-block.login-block .form-block__header .header-text{ color:#ffffff;}
.login-registration-page__form-block.login-block .form-block__header .sub-header{ color:#ffe800; border:none;
background: url(../images/login-border.png) no-repeat center bottom;background-size: contain; padding: 10px;}
.login-registration-page__form-block.login-block .form-block__header .form-text1{ color:#ffffff;}

.register-block .container .form-block__header .sub-header{padding:5px 5px 10px 5px;}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{
    height: 46px !important;
    padding: 10px 16px;
    font-size: 18px !important;
    line-height: 1.3333333;
    border-radius: 6px;
	color: #555;
	background-color: #fff;
	font-weight:normal;
	font-family: 'Montserrat', sans-serif !important;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px !important;
	font-weight:normal;
}
.form-group select {
    color: #000000;
}
#cvv {
    font-family: 'dotsfont' !important;
    font-size: 12px !important;
}
.payee .ui-tabs-nav li a{
	font-size: 18px !important;
}

.paypal-bg{
	background:#2997d8 !important;
}
.paypal-bg:hover{
	/*background:#253b80 !important;*/
	background:#2997d8 !important;
}
.ui-state-active .paypal-bg{
	background:#253b80 !important;
}

#tabs.ui-tabs .ui-tabs-nav li a{
	
	min-width:350px;
}

#paypal-button-container{
	width: 100%;
    padding:10px 0;
    margin: 0;
    text-align: center;
    color: #ffffff;
	padding-top: 57px;
}




/*///////new--style/////*/

body{font-family: 'Lato', sans-serif;}
*{padding: 0;margin: 0;list-style: none;outline:none;}
.landingpage-mainblock .container {width: 100%;max-width: 100%;margin-right: auto;margin-left: auto;padding-left: 15px;padding-right: 15px;}
.landingpage-mainblock{width:100%; padding:0; margin:0; clear:both; border:none; outline:none; text-decoration:none;}
.landingpage-mainblock header{ width:100%; position:relative; padding:0; margin:0; clear:both; border:none; outline:none; z-index:99;}
.landingpage-mainblock header .topblock{width:100%; padding:0; margin:0; clear:both; border:none; outline:none; text-decoration:none;
height:60px; text-align:right;}
.landingpage-mainblock header .topblock .number{ display:inline-block;padding:0; margin:0; float:right; line-height:60px; font-size:25px; color:#000000;
padding-right:25px;font-family: arial;}
.landingpage-mainblock header .topblock .main-logo{ display:inline-block;padding:4px 0 0 0; margin:0; float:right;}

.landingpage-mainblock header .menu-block{width:100%; padding:0; margin:0; clear:both; border:none; outline:none; text-decoration:none; background:#000000; height:55px;}
.landingpage-mainblock header .menu-block .container-box{ width:100%; padding:0; margin:0; clear:both;position:relative;}
.landingpage-mainblock header .menu-block .logo{ display:inline-block; position:absolute; top:-60px; left:0px;
	max-width:506px;}
.landingpage-mainblock header .menu-block .right-menu{ display:inline-block; float:right; padding:0; margin:0;}
.landingpage-mainblock header .menu-block .right-menu .menu-list{display:inline-block; padding:12px 0 0 0; margin:0; list-style:none; font-size:18px; color:#ffffff;}
.landingpage-mainblock header .menu-block .right-menu .menu-list li{ display:inline-block; padding:0; margin:0; float:left; padding:0px 10px;
 font-size:18px; color:#ffffff; border-left:1px solid #f7f7f7;}
.landingpage-mainblock header .menu-block .right-menu .menu-list li:first-child{border-left:none;}
.landingpage-mainblock header .menu-block .right-menu .menu-list li a{display:inline-block; padding:0; margin:0; float:left; padding:0px 10px;  font-size:18px; color:#ffffff;
 line-height:28px; text-decoration:none;}
 
.landingpage-mainblock  .carousel-inner{ width:100%;padding:0px; margin:0px; clear:both; position:relative; z-index:1;
background:url(../images/banner.png) no-repeat; background-size:cover;}
.landingpage-mainblock  .carousel-inner .container{position:relative;}
.top-banner-man{position:absolute; right:0; bottom:-5px;}
.top-banner-man a{ display:inline-block; padding:0; margin:0; border:none; outline:none;}
.landingpage-mainblock  .carousel-inner .carousel-caption{ width:100%; padding:100px 0px 70px 0px; margin:0px;}
.landingpage-mainblock  .carousel-inner .carousel-caption .bannerContent{width:100%; max-width:500px; padding:0; margin:0; clear:both;}
.landingpage-mainblock  .carousel-inner .carousel-caption .bannerContent .titel{width:100%; padding:0px; margin:0px;  top:0; left:0;
max-width:500px; font-family: 'Lato', sans-serif; font-weight:900; font-size:42px; color:#ffe600; text-transform:uppercase; 
text-shadow: 2px 0 0 #000000, -2px 0 0 #000000, 0 2px 0 #000000, 0 -2px 0 #000000, 1px 1px #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000;
text-align: center;padding-top: 30px;}
.landingpage-mainblock  .carousel-inner .carousel-caption .bannerContent .titel span{ color:#ffffff;}
.landingpage-mainblock  .carousel-inner .carousel-caption .bigB.hidem{ width:100%; padding:25px 0; margin:0; clear:both; border:none;outline:none; text-decoration:none;
text-align:center;}
.landingpage-mainblock  .carousel-inner .carousel-caption .bigB.hidem .register-here { display:inline-block; width:auto; height:auto; 
background:#ffde02 url("../images/button-bg.png") no-repeat;width:193px; height:57px; text-decoration:none;
font-size:21px; color:#000000; font-weight:lighter; line-height:54px;font-family: 'Lato', sans-serif;
-webkit-box-shadow: 2px 2px 29px 6px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 29px 6px rgba(0,0,0,0.75);
box-shadow: 2px 2px 29px 6px rgba(0,0,0,0.75);}

.landingpage-content-block{ width:100%; display:inline-block; clear:both; background:#ffffff; padding:30px 0; margin:0; font-size:20px; color:#000000; line-height:normal;}
.landingpage-content-block .col-sm-6{width:45%;float: left;position: relative;min-height: 1px;padding-left: 15px;padding-right: 15px;}
.pull-right{ float:right;}
.landingpage-content-block .text-box{ width:100%; padding:0; margin:0; clear:both; border:none; outline:none; text-decoration:none;
font-size:20px; color:#000000; line-height:normal;}
.landingpage-content-block .text-box .sub-header{ width:100%; padding:0 0 15px 0; margin:0; clear:both; border:none; outline:none; text-decoration:none;
font-size:28px; color:#000000; font-weight:lighter; min-height:70px;}
.landingpage-content-block .text-box p{ width:100%; padding:0 0 15px 0; margin:0; clear:both; border:none; outline:none; text-decoration:none;
font-size:20px; color:#000000; font-weight:normal;}
.landingpage-content-block .text-box .text-box-logo{ width:100%; padding:0 0 15px 0; margin:0; clear:both; border:none; outline:none; text-decoration:none;
font-size:28px; color:#000000; font-weight:bold; min-height:70px; text-align:center;}


.accupixmailer-block{ width:100%; display:inline-block; padding:0 0 10px 0; margin:0; clear:both; border:none; outline:none; text-decoration:none;
background:#6a1012 url(../images/footer-redbg.png) repeat-x;  text-align:center; position:relative; margin-bottom:-10px;}
.accupixmailer-block .mailer-box{ display:inline-block; float:left; padding:0; margin:0; border:none; outline:none; text-align:left;}
.accupixmailer-block .mailer-box .accupixmailer-logo{ display:inline-block; padding:15px 0 0 0; margin:0; border:none; outline:none; float:left;}
.accupixmailer-block .mailer-box .accupixmailer-logo a{ display:inline-block;}
.accupixmailer-block .mailer-box .accupixmailer-logo img{ max-width:100%; padding:0; margin:0;}
.accupixmailer-block .mailer-box .right-text{ display:inline-block; max-width:320px; float:left; padding:6px 0 0 0px; margin:0; 
border:none; outline:none; float:left; text-align:left;font-size:32px; line-height:32px; color:#ffffff; 
font-weight:400; min-height:70px; font-family: 'Lato', sans-serif;text-shadow: 1px 1px 9px rgba(0, 0, 0, 1);}
.accupixmailer-block .mailer-box .right-text span{ color:#ffe600;}
.accupixmailer-block .button-block{ display:inline-block; float:left; padding:30px 0 0 5px; margin:0; border:none; outline:none; text-align:left;}

.accupixmailer-block .button-block .btn{ display:inline-block; width:auto; height:auto; padding:0;
width:191px; height:46px; text-decoration:none;font-size:17px; color:#000000; font-weight:lighter; line-height:46px;font-family: 'Lato', sans-serif;
-webkit-box-shadow: 2px 2px 29px 6px rgba(0,0,0,0.75); color:#ffffff; text-transform:uppercase; text-align:center; margin:0 13px;
-moz-box-shadow: 2px 2px 29px 6px rgba(0,0,0,0.75);
box-shadow: 2px 2px 29px 6px rgba(0,0,0,0.75);}

.accupixmailer-block .button-block .free-sample-pack-button{background:#ffde02 url("../images/free-sample-pack-button.png") no-repeat; color:#000000;}
.accupixmailer-block .button-block .learn-more-button{background:#ed1c24 url("../images/learn-more-button.png") no-repeat; color:#ffffff;}
.accupixmailer-block .reviews-block{ display:inline-block; float:right; width:140px; padding-top:5px;}
.accupixmailer-block .reviews-block p{ display:inline-block; width:100%; clear:both; font-size:15px; color:#ffffff; padding:0; margin:0;}
.accupixmailer-block .reviews-block .reviews-star{ display:inline-block; width:125px; height:22px; background:url(../images/star.png) no-repeat;}

.landingpage-mainblock .topbar-wrap{
padding: 0;	
}
.landingpage-mainblock .logo-block{ position:relative;}
.landingpage-mainblock .mainlogo{
 display:inline-block; position:absolute; top: -116px; left:0px;
	max-width:506px;
	z-index:9999;

 
}

header .site-header-menu .primary-menu li.dropbtn{
	background-color: transparent;
    border-left: none;
    border-top: none;
    border-bottom: none;
}
.main-navigation ul ul:before{
	display:none;
}
header .site-header-menu .primary-menu li .sub-menu:after{
	display:none !important;
}
header .site-header-menu .primary-menu li .sub-menu li {
    background-color: #000;
    border: 1px solid #423c3c;
}
header .site-header-menu .primary-menu li .sub-menu li a {
    color: #ffffff;
}
header .site-header-menu .primary-menu li .sub-menu li a:hover{
	color:#ffe600;
}
.videoActionPopup{z-index:99999;position:relative}
header .site-header-menu .primary-menu{margin-top:12px}
header .site-header-menu .primary-menu li{border-right:1px solid #fff;}
header .site-header-menu .primary-menu li:last-child{border-right:none}
header .site-header-menu .primary-menu li a {line-height: 20px !important;}
header .site-header-menu .primary-menu li a:hover{color:#ffe600}
@media screen and (min-width:1400px){
	.landingpage-mainblock .carousel-inner .container{position:initial;}
	.landingpage-mainblock .carousel-inner .carousel-caption{top:0}
}
@media screen and (max-width:1300px){
.landingpage-mainblock .carousel-inner .carousel-caption .bannerContent .titel{padding-top: 10px;}
	}
@media screen and (max-width:1220px){
.landingpage-mainblock .container{max-width:90%;padding-left: 0; padding-right: 0;}
.landingpage-mainblock header .menu-block .logo{max-width: 360px; top:-45px;}
.landingpage-mainblock header .menu-block .logo img{ display:inline-block; max-width:100%;}
.landingpage-mainblock header .menu-block{height:36px;}
.landingpage-mainblock header .menu-block .right-menu .menu-list{padding: 4px 0 0 0;}
.landingpage-mainblock header .topblock .number{font-size:18px;}
.accupixmailer-block .button-block .btn{margin:0 5px;}
.accupixmailer-block .mailer-box .accupixmailer-logo{ max-width:20%;}
.accupixmailer-block .mailer-box .accupixmailer-logo a{ display:inline-block;}
.accupixmailer-block .mailer-box .accupixmailer-logo img{ max-width:100%;}
	}
@media screen and (max-width:1024px){
.landingpage-mainblock .container{max-width:98%;padding-left: 0; padding-right: 0;}	
.landingpage-mainblock header .menu-block .logo {max-width: 320px;top: -38px;}
.landingpage-mainblock header .menu-block .right-menu .menu-list li a{padding: 0px 3px;line-height: 20px;}
.landingpage-mainblock header .menu-block .right-menu .menu-list {padding: 8px 0 0 0;}

.accupixmailer-block .mailer-box .accupixmailer-logo{ max-width:30%;}
.accupixmailer-block .mailer-box .right-text{ max-width:65%;}
.accupixmailer-block .button-block{padding:10px 0;}
.accupixmailer-block .reviews-block{ float:left; padding-left:16px;}

}
@media screen and (max-width:992px){
.landingpage-mainblock .carousel-inner .carousel-caption{padding-top:50px;}
.landingpage-mainblock .carousel-inner .carousel-caption .bannerContent {max-width: 450px;}
.landingpage-mainblock .carousel-inner .carousel-caption .bannerContent .titel {font-size: 24px;}
.top-banner-man{ max-height:250px;}

.top-banner-man img{ max-height:260px; width:auto;}
.top-banner-man{bottom:10px;}

}


@media screen and (max-width:768px){
.landingpage-mainblock .container{max-width:90%;}	
.landingpage-mainblock header .topblock{ display:inline-block; width:100%; height:auto; text-align:center; padding-bottom:30px;}
.landingpage-mainblock header .topblock .main-logo{ float:none;}
.landingpage-mainblock .carousel-inner .carousel-caption{ position:static; margin:0; padding:0;}
.landingpage-content-block .col-sm-6{ width:100%; float:none; padding:0;}
.landingpage-mainblock header .topblock .number{ line-height:normal; padding-top:15px;}
.accupixmailer-block .mailer-box .accupixmailer-logo{ width:100%; float:none; text-align:center;}
.accupixmailer-block .mailer-box .right-text{ width:100%; display:inline-block; float:none; text-align:center; max-width:100%;}
.landingpage-mainblock .carousel-inner .carousel-caption .bannerContent {max-width: 100%;text-align: center;}
.landingpage-mainblock .carousel-inner .carousel-caption .bannerContent .titel{ max-width:100%;}
.landingpage-mainblock header .menu-block .logo {max-width: 320px;top: 10px;}

.landingpage-mainblock .carousel-inner .carousel-caption{padding-top:100px;}
.landingpage-mainblock .carousel-inner .carousel-caption .bannerContent{max-width: 40%;}

.accupixmailer-block .mailer-box .accupixmailer-logo{ max-width:100%; text-align:center;}
.accupixmailer-block .button-block{ width:100%; display:inline-block; text-align:center; clear:both;}
.accupixmailer-block .reviews-block{ float:none; display:inline-block; width:100%; text-align:center;}
.landingpage-mainblock header .topblock .number{ width:100%; text-align:center; padding:15px 0 0 0;}
.landingpage-mainblock  .carousel-inner{ width:100%;padding:0px; margin:0px; clear:both; position:relative; z-index:1;
background:url(../images/banner-mobile.png) no-repeat; background-size:cover; min-height:400px;}
.accupixmailer-block .mailer-box .right-text{ font-size:24px;}



}

@media screen and (max-width:600px){
.landingpage-mainblock header .menu-block{ width:100%; display:inline-block; height:auto; text-align:center;}
.landingpage-mainblock header .menu-block .logo{position:static; text-align:center;}
.landingpage-mainblock header .menu-block .right-menu{ width:100%; float:none; text-align:center;}
.landingpage-mainblock .carousel-inner{ min-height:400px;}
.landingpage-mainblock .carousel-inner .carousel-caption { padding-top:10px;}
.landingpage-mainblock .carousel-inner .carousel-caption .bannerContent {max-width: 1000%;}
.landingpage-mainblock .carousel-inner .container {position: static;}
.top-banner-man{ position:static; width:100%; text-align:right; padding:10px 0; margin:0;}
.landingpage-mainblock header .menu-block .right-menu{ padding-bottom:10px;}
.landingpage-mainblock header .menu-block .right-menu .menu-list li a{padding: 0px 0px;}
.accupixmailer-block .button-block .btn{ margin:5px !important;}

}


@media screen and (max-width:480px){
.landingpage-mainblock header .menu-block .right-menu .menu-list li{padding:0px 5px;}
.landingpage-mainblock header .menu-block .right-menu .menu-list li a{ font-size:14px;}
.landingpage-mainblock header .topblock .number{ font-size:14px;}
.landingpage-mainblock header .topblock{ padding-bottom:10px;}
.landingpage-mainblock header .topblock .number{ padding-top:5px;}
	}
	
/*///2018.09.07///*/

.landingpage-mainblock .carousel-inner .container{
	position:relative !important;
}
.landingpage-mainblock .carousel-inner .carousel-caption{ top:0;}
.landingpage-mainblock header .menu-block .right-menu .menu-list li{position:relative}
.landingpage-mainblock header .menu-block .right-menu .menu-list li .sub-menu{    top: 28px;}
.main-navigation ul ul:after{display:none}
.landingpage-mainblock header .menu-block .right-menu .menu-list li .sub-menu li {
    background-color: #000;
    border: 1px solid #423c3c; width: 130px;
    padding: 0 !important;
}
.landingpage-mainblock header .menu-block .right-menu .menu-list li .sub-menu li a{display: block;
    float: none;text-align:center;
    width: 100%;}






/*/////////new-css//////*/

header {
    width: 100%;
    padding: 0px 0px;
    margin: 0px;
    background: #292929;
}


header .topbar-wrap {
    padding: 0;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
}

header .topbar-wrap a{
    color: #ffffff;
}

header .topbar-wrap .logo img {
	max-width: 235px;
    max-height: 90px;
    width: auto;
}

header .topbar-wrap .main-menu {
    width: 100%;
    max-width: 100%;
    display: flex;
    padding: 0 10px;
    margin: 0;
    border: none;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    justify-content: center;
}

header .topbar-wrap .main-menu .menulist {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: 'Montserrat', sans-serif;
    align-items: center;
    justify-content: center;
}

header .topbar-wrap .main-menu .menulist li {
    display: inline-block;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    list-style: none;
    position: relative;
}

header .topbar-wrap .main-menu .menulist li a {
    display: inline-block;
    padding: 0 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    line-height: 90px;
    
}

header .topbar-wrap .main-menu .menulist li:hover a{
    text-decoration: none;
    background: rgba(237, 28, 36, 0.5);
}

header .topbar-wrap .main-menu .menulist li ul.sub-menu{
    display: none;
    position: absolute;
    width: 130px;
    top: 90px;
    left: 0;
    border: none;
    outline: none;
    flex-wrap: wrap;
    z-index: 999;
    background: rgba(237, 28, 36, 0.8);
    text-align: left;
    padding: 0;
    margin: 0;
}

header .topbar-wrap .main-menu .menulist li ul.sub-menu li{
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
}

header .topbar-wrap .main-menu .menulist li ul.sub-menu li a{
    width: 100%;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    padding: 3px 5px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    text-transform: none;

}

header .topbar-wrap .main-menu .menulist li:hover ul.sub-menu{
    display: flex;
}

header .topbar-wrap .main-menu .menulist li ul.sub-menu li a:hover{
    text-decoration: none;
    background: #292929;
}

header .topbar-wrap .top-header_right-block {
    width: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #ffffff;
    font-weight: 700;
    border: none;
    outline: none;
    text-decoration: none;
}

header .topbar-wrap .top-header_right-block .login-logout_button{
    background-color: #ed1c24;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    padding: 8px 12px;
    border: none;
    outline: none;
    text-decoration: none;
    border-radius: 0;
    min-width: 90px;
}

header .topbar-wrap .top-header_right-block a{
    color: #ffffff;
    font-weight: 700;
    border: none;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
}

header .topbar-wrap .top-header_right-block .phone-number{
    display: inline-block;
    background: url(https://www.reiprintmail.com/blog/wp-content/uploads/2020/08/phone.png) no-repeat left top;
    padding: 0 0px 0 22px;
    margin: 0 20px;
}


header .topbar-wrap .top-header_right-block .reviews-block{ 
    display:inline-block; 
    width:140px; 
    padding: 0; 
    margin:0; 
    border:none; 
    outline: none;
}
header .topbar-wrap .top-header_right-block .reviews-block a{ 
    width:100%; 
    padding:0; 
    margin:0; 
    clear:both; 
    border:none; 
    outline:none; 
    text-decoration:none;
    text-decoration:none; 
    cursor:pointer;
}
header .topbar-wrap .top-header_right-block .reviews-block .reviews-starbox{ 
    width:100%; 
    padding:0; 
    margin:0; 
    clear:both; 
    border:none; 
    outline:none; 
    text-decoration:none;
}

header .topbar-wrap .top-header_right-block .reviews-block p{
    width: 100%;
    display: inherit;
    clear: both;
    font-size: 12px;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
    padding: 0;
    margin: 0;
    line-height: 11px;
    text-transform: none;
}

header .topbar-wrap .top-header_right-block .reviews-block .reviews-star{  
    width:137px; 
    display:inherit; 
    height:34px; 
    background:url(https://www.reiprintmail.com/blog/wp-content/uploads/2020/08/star.png) no-repeat; 
    position:relative;
    padding: 0;
    margin: 0;
}


header .menu-icon{
    display: none !important;
}

header .topbar-wrap .menu-main_block {
    width: 100%;
    display: flex;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    justify-content: space-between;
}

.mfp-content #videoStory{
    display: flex;
    justify-content: center;
    align-items: center;
}

.mfp-close-btn-in .mfp-close {
    color: #ffffff !important;
    font-size: 42px !important;
    opacity: 1 !important;
    top: 0 !important;
}






@media (min-width: 1300px){
    header .container {
        width: 1270px;
    }
}


@media (min-width: 1690px){
    header .container {
        width: 1675px;
    }
}



@media screen and (max-width:1200px) and (min-width:768px) {
    header .container{
        width: 100%;
        max-width: 100%;
    }

    header .topbar-wrap .logo img{
        max-height: 72px;
    }

    header .topbar-wrap .main-menu .menulist li a{
        padding: 0 5px;
    }

    header .topbar-wrap .top-header_right-block .phone-number{
        margin: 0 10px;
    }
    header .topbar-wrap .top-header_right-block .reviews-block{
        width: 110px;
    }
    header .topbar-wrap .top-header_right-block .reviews-block .reviews-star{
        width: 110px;
        background-size: contain;
    }

    header .topbar-wrap .main-menu .menulist li a{
        line-height: 72px;
    }

    header .topbar-wrap .main-menu .menulist li ul.sub-menu{
        top: 72px;
    }
}

@media screen and (max-width: 992px){
    header .topbar-wrap{
        flex-wrap: wrap;
        justify-content: center;
    }

    header .topbar-wrap .main-menu{
        padding: 0;
        margin: 0;
        justify-content: start;
    }

    header .topbar-wrap .main-menu .menulist li a {
        padding: 0 10px;
    }

    header .topbar-wrap .main-menu .menulist li a {
        line-height: 45px;
    }

    header .topbar-wrap .main-menu .menulist li ul.sub-menu {
        top: 45px;
    }



}



@media screen and (max-width: 768px){ 

    header .topbar-wrap .menu-icon{ 
        display:inline-block !important; 
        width:50px; 
        height:28px; 
        cursor:pointer; 
        padding:0; 
        margin:0; 
        text-align:center;
        text-decoration:none; 
        border:none; 
        outline:none; 
        background:url(https://www.reiprintmail.com/blog/wp-content/uploads/2020/08/menu-icon.png) no-repeat;
    }

    header .topbar-wrap .menu-main_block{
        display: none;
    }

    header .topbar-wrap{
        justify-content: space-between;
    }


    header .topbar-wrap .main-menu .menulist{
        flex-wrap: wrap;
        width: 100%;
    }

    header .topbar-wrap .main-menu .menulist li{
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

    header .topbar-wrap .main-menu .menulist li a{
        display: block;
    }

    header .topbar-wrap .top-header_right-block{
        flex-wrap: wrap;
        padding: 20px 0;
        justify-content: center;
    }

    header .topbar-wrap .top-header_right-block .reviews-block{
        width: 100%;
        display: flex;
        justify-content: center;
        align-content: center;
        padding-top: 20px;
    }

    header .topbar-wrap .top-header_right-block .reviews-block a{
        width: auto;
    }

    header .topbar-wrap .top-header_right-block .reviews-block p{
        text-align: center;
    }
    
    header .topbar-wrap .main-menu .menulist li ul.sub-menu{
        position: static;
        width: 100%;
    }
    header .topbar-wrap .main-menu .menulist li ul.sub-menu li{
        border-top: 1px solid #292929;
    }
    header .topbar-wrap .main-menu .menulist li ul.sub-menu li a{
        width: 100%;
        padding: 10px 15px;
    }


}