/*
Theme Name: cheapsslshop
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. cheapsslshop supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
Text Domain: cheapsslshop
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */


@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300);
@font-face {
    font-family: 'humanst521_btbold';
    src: url('fonts/tt0292m_-webfont.eot');
    src: url('fonts/tt0292m_-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tt0292m_-webfont.woff') format('woff'),
         url('fonts/tt0292m_-webfont.ttf') format('truetype'),
         url('fonts/tt0292m_-webfont.svg#humanst521_btbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'humanst521_btroman';
    src: url('fonts/tt0290m_-webfont.eot');
    src: url('fonts/tt0290m_-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tt0290m_-webfont.woff') format('woff'),
         url('fonts/tt0290m_-webfont.ttf') format('truetype'),
         url('fonts/tt0290m_-webfont.svg#humanst521_btroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{box-sizing: border-box;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
.f-left{ float:left;}
.f-right{ float:right;}
.clear{ clear:both; height:0; font-size:0; line-height:0;}
img.f-left{ float:left; margin-right:20px; margin-bottom:20px;}
img.f-right{ float:right; margin-left:20px; margin-bottom:20px;}
a{ outline:0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -28% 0 0;
	width: 100%;
}
#content {
	margin: 0 31% 0 0;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 28%;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: 'Roboto', Arial, Helvetica, sans-serif; font-weight:300
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
input[type=submit] {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


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

/* Main global 'theme' and typographic styles */
body {
	background: #fff;
}
body,
input,
textarea {
	color: #444;
	font-size: 15px;
	line-height: 22px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #d19900;
}
a:visited {
	color: #d19900;
}
a:active,
a:hover {
	color: #636363;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */
#wrapper{ padding-top:125px; 
-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#header {padding: 15px 0 0 0; float:left; width:100%; background:url(images/header_bg.png) repeat-x left bottom; position:fixed; height:90px; top:30px; z-index:99;
-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#masthead{ max-width:1400px; margin:0 auto; width:100%; padding:0 2%}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px; 
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	color:#9b9b9b; font-size:17px; padding:10px 0 0 10px;
}

/* This is the custom header image */
#branding img {
	display: block;
	float: left;
}


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

#access {
	display: block;
	float: left;
	margin: -2px 0 0 10%;;
}
#access .menu-header,
div.menu {
	font-size: 19px; 
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	
}
#access a {
	color: #636363;
	display: block;
	line-height: 50px;
	padding: 0 12px;
	text-decoration: none;
	font-family:'humanst521_btbold', Arial, Helvetica, sans-serif;
}
#access ul #menu-item-24 ul{ width:950px; margin-left: -205px !important;}

#access ul ul {
	display: none;
	position: absolute;
	top: 50px;
	left: 50%;
	float: left;
	width: 230px;
	margin-left:-110px !important;
	z-index: 99999;
	padding:10px; background:#eeeeee; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
}
#access ul ul li {
	width: 220px;
}
#access ul li#menu-item-24 ul li {width: 166px; margin-right:20px;}
#access ul li#menu-item-24 ul li:hover { background:none;}

#access ul li#menu-item-24 ul a{ background-image:url(images/navi_logo.png); background-repeat:no-repeat; height:40px; text-indent:-9999px; width:auto; border-top:0; padding:10px 0;}
#access ul li#menu-item-24 ul #menu-item-26 a{ background-position:left -102px;}
#access ul li#menu-item-24 ul #menu-item-54 a{ background-position:left -29px;}
#access ul li#menu-item-24 ul #menu-item-58 a{ background-position:left -67px;}
#access ul li#menu-item-24 ul #menu-item-61 a{ background-position:left 5px;}
#access ul li#menu-item-24 ul #menu-item-109 a{ background-position:left -137px;}
#access ul ul ul { left: 100%; top: 0;}

#access ul li#menu-item-24 ul li ul{ position:relative; width:186px; margin:0 !important;
-webkit-box-shadow: 0px 0 0 0px #4a4a4a;
	-moz-box-shadow: 0px 0 0 0px #4a4a4a;
	box-shadow: 0px 0 0 0px #4a4a4a;
	left:0;
	-moz-border-radius:0px; -webkit-border-radius:0px; border-radius:0px; padding:0;
}
#access ul li#menu-item-24 ul li ul li a { background:none; text-indent:0; height:auto; font-size:13px;}
#access ul li#menu-item-24 ul li:hover ul li a{ color:#636363}
#access ul li#menu-item-24 ul li:hover ul li a:hover{ color:#000}
#access ul li#menu-item-24 ul li ul li{ border-top:solid 1px #d2d2d2; margin-right:0;}
#access .menu-header ul li#menu-item-24 ul ul{ display:block}


#access ul ul li{padding-left:0;}
#access ul ul a {
	line-height: 1em;
	padding: 10px;
	width: 210px;
	color:#636363;
	height: auto;
	font-size:16px;
	border-top:solid 1px #d2d2d2; font-size:15px; font-family: 'Roboto', Arial, Helvetica, sans-serif; font-weight:300;
	
}
#access ul ul li:first-child a { border:none;}
#access ul ul li:hover a {
	color:#000
}
#access li:hover > a,
#access ul ul :hover > a {
	
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	
}

#access ul li.menu-item-has-children:hover{ background:url(images/navi_icon.png) no-repeat center bottom;}

#access ul ul li.current_page_item > a,
#access ul ul li.current-menu-ancestor > a,
#access ul ul li.current-menu-item > a,
#access ul ul li.current-menu-parent > a {
	
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	
}


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

#main {
	clear: both;
	overflow: hidden;
	padding: 20px 0 0 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #444;
	font-size: 15px;
	line-height: 22px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 20px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	float:left; width:100%;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #222;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 0; padding-bottom:10px; min-height:47px;
}
.entry-title a:link,
.entry-title a:visited {
	color: #222;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #222; text-decoration:underline;
}
.entry-meta {
	color: #888;
	font-size: 12px;
	border-top:solid 1px #d1d1d1; padding-top:10px;
}
.entry-date{ color:#444; font-weight:bold;}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both; text-align:justify;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #444;
	font-size: 12px;
	line-height: 18px;
	padding:5px 0; border-bottom:solid 1px #d1d1d1; margin-top:20px; border-top:solid 1px #d1d1d1; font-weight:bold
}
.entry-meta a,
.entry-utility a {
	color: #444; font-weight:normal; text-decoration:none;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #000; text-decoration:underline;
}
#content .video-player {
	padding: 0;
}


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

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 3%;
	margin-top: 0;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 3%;
	margin-top: 0;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 2%;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


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

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1.5em;
}
.form-allowed-tags {
	line-height: 1.5em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
background:#7cbb00; color:#fff; text-transform:uppercase; text-decoration:none; font-size:17px; line-height:40px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; display:inline-block; padding:0 25px; border:none; cursor:pointer;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
	padding:5%; background:#ececec;
}
.widget-title {
	color: #222;
	border-bottom:solid 1px #d1d1d1; padding-bottom:10px; margin-bottom:10px; font-size:20px;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
}
#main .widget-area ul ul {
	border: none;
	padding: 0; list-style-type:none;
}
#main .widget-area ul ul li{ padding:7px 0; font-size:14px; line-height:18px; border-bottom:dashed 1px #d1d1d1;}
#main .widget-area ul ul li a{ color:#444; text-decoration:none;}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


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

#footer {
 float:left; width:100%; background:#636363; color:#fff;
}
#colophon {
	overflow: hidden; width:100%; max-width:1400px; margin:0 auto; padding: 1% 2%;
}
.footer_div{ float:left; padding-right:2%; margin-right:2%; border-right:solid 1px #737373; min-height:125px; font-size:13px; line-height:17px}

.footer_link{ width:15%;}
.footer_paypal{width:20%; text-align:center; padding-top:13px}
.footer_link a{ color:#fff; text-decoration:none; font-size:17px; line-height:25px; font-family:'Roboto', Arial, Helvetica, sans-serif; font-size:15px;}
.footer_link a:hover{ color:#b4b4b4;}
.footer_monyback{ width:26%;}
.footer_monyback .title{ font-size:25px; line-height:25px; padding-bottom:10px; font-family:'Roboto', Arial, Helvetica, sans-serif; font-weight:400;}
.site_seal{width: 13%; text-align: center; padding-top: 38px; }
.site_seal img{ mix-width:100%;}
.copypright{ float:right; width:18%;}
.footer_paypal img{ max-width:100%;}
.footer_div.copypright{ margin-right:0; padding-right:0; border:none; text-align:right; }
.footer_logo{ float:left; width:100%; }
.footer_logo img{ max-width:100%;}
.social_icon{ float:left; padding:10px 0; width:100%;}
.social_icon a{ margin-left:7px;}

#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


#fade{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background-color: #000;
    z-index:1001;
    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70);
}
#sslmatrix{
   	display:none;
    position: fixed;
    top: 25px !important;
    left: 50% !important;
    width: 450px !important;
    height: 250px !important;
    margin-left: -250px !important;
    /*margin-top: -125px !important; */
    padding: 20px !important;
    background: #fff;
    z-index:1002;
    overflow:visible;
	-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
}
#thesslshop{
display:none;
    position: fixed;
    top: 25px !important;
    left: 50% !important;
    width: 450px !important;
    height: 250px !important;
    margin-left: -225px !important;
    /*margin-top: -125px !important; */
    padding: 20px !important;
    background: #fff;
    z-index:1002;
    overflow:visible;
	-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
}
.redirections_main{ float:left; width:100%;}
.redirections_title{ width:100%; text-align:center; font-size:24px; color:#777; line-height:35px; padding-bottom:20px;}
.redirections_title span{ color:#7cbb00; font-weight:800;}
.redirections_text{ float:left; width:100%; padding-bottom:20px; font-size:17px; line-height:26px; color:#777; text-align:center;}
.redirections_close{ width:100%; float:left; text-align:center;}
.redirections_close a{ background:#7cbb00; line-height:40px; padding:0 30px; font-size:22px; text-transform:uppercase; text-decoration:none; display:inline-block; color:#fff; font-weight:400; 
-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
}
.contact_main{ max-width:930px; margin:0 auto; }  
.contact_box{ width:48%; float:left; background:#ececec; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; padding:30px; }
.contact_box:hover{ background:#e2e2e2}
.contact_box a{ float:left; width:100%; text-decoration:none;}
.submityourticket{ float:right;}
.contact_box_img{ float:left; width:100%; text-align:center; padding-bottom:25px;}
.contact_box_title{ text-align:center; color:#222222; font-size:31px; font-family: font-family:'Roboto', Arial, Helvetica, sans-serif; line-height:40px; padding-bottom:15px;}
.contact_box_text{ float:left; width:100%; color:#222;}
/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

.banner_main{ float:left; width:100%; background:#ffbb00; background-size:100% 100%; margin-top:-17px;}

.banner{ float:left; width:100%; background:url(images/banner_img_inner.png) no-repeat center center;}
.home .banner{ float:left; width:100%; background:#ffbb00;}
.banner_inner{ margin:0 auto; max-width:1400px; width:100%; padding:0 2%; text-align:center}
.banner_col{ float:left; width:100%; padding:10px 0 60px 0;}
.banner_left { float:left; width:50%;}
.banner_left h1{ font-family:'humanst521_btbold', Arial, Helvetica, sans-serif; font-size:45px; color:#fff; line-height:90px; text-transform:uppercase;  text-align:right;
-webkit-text-shadow: 1px 1px #000;
-moz-text-shadow: 1px 1px #000;
text-shadow: 1px 1px #000;

}
.inner_page h1{ font-family:'humanst521_btbold', Arial, Helvetica, sans-serif; font-size:50px; color:#fff; text-transform:uppercase;
-webkit-text-shadow: 1px 1px #000;
-moz-text-shadow: 1px 1px #000;
text-shadow: 1px 1px #000; line-height:150px; display: inline;}
.inner_page span{ padding-left:20px; line-height:150px; color:#fff; -webkit-text-shadow: 1px 1px #695211;
-moz-text-shadow: 1px 1px #695211;
text-shadow: 1px 1px #695211; font-size:50px; }
.inner_page .bannerprice{ font-size:120px; font-family:'humanst521_btbold', Arial, Helvetica, sans-serif; letter-spacing:5px;}
.inner_page .bannerprice sup{ font-size:72px; letter-spacing: 0.5px;}
.banner_price{ float:left; width:100%; padding:85px 0 0; text-align:right}
.banner_price img{ width:100%; max-width:624px;}
.banner_left ul{ float:left; width:100%; list-style-type:none; margin:0; padding:0 0 9% 0;}
.banner_left ul li{ background:url(images/banner_icon.png) no-repeat left center; padding:9px 0 9px 40px; color:#fff; font-size:25px; font-family:'humanst521_btroman', Arial, Helvetica, sans-serif;}

.banner_right{ float:right; width:40%; margin-left:5%; margin-right:5%;}
.banner_right_title{font-family:'humanst521_btbold', Arial, Helvetica, sans-serif; font-size:45px; color:#fff; line-height:90px; text-transform:uppercase; text-align:center;
-webkit-text-shadow: 1px 1px #000;
-moz-text-shadow: 1px 1px #000;
text-shadow: 1px 1px #000;}
.banner_right_box{ width:100%; background:#ffc933; padding:5% 6%; float:left; min-height:366px;}
.banner_right_box .text_input{ float:left; width:100%; background:#fff; padding:1.4% 3%; box-shadow:0 0 0 rgba(0, 0, 0, 0.1) inset; border:none; margin-bottom:6%; color:#636363; font-size:25px; font-family:'humanst521_btroman', Arial, Helvetica, sans-serif; line-height:32px}
.banner_right_box .select_input{float:left; width:100%; background:#fff; padding:1.9% 3%; box-shadow:0 0 0 rgba(0, 0, 0, 0.1) inset; border:none; margin-bottom:6%; color:#636363; font-size:25px; font-family:'humanst521_btroman', Arial, Helvetica, sans-serif;}
.banner_right_search{ float:left; width:100%; position:relative;}
.banner_right_results{ float:left; width:100%; font-family:'humanst521_btroman', Arial, Helvetica, sans-serif; text-align:center}
.banner_right_results_title{ text-align:center; width:100%; float:left; text-transform:uppercase; color:#8a6501; font-size:25px; padding-bottom:10px;}
.banner_right_results_product{ float:left; width:100%; text-align:center; color:#fff; font-size:24px; font-family:'humanst521_btroman', Arial, Helvetica, sans-serif; line-height:30px; padding:0; margin-top:20px;}
.banner_right_results_product a{ color:#000; text-decoration:underline; text-transform:uppercase;}
.banner_right_results_product a:hover{ text-decoration:none;}
.search_button{ background:#7cbb00; padding:2.5% 5%; border:none; color:#fff; text-transform:uppercase; font-size:30px; font-family:'humanst521_btroman', Arial, Helvetica, sans-serif; cursor:pointer;}

.error_message{color: red; float: left; margin-top: -25px; width: 100%;}



.hide{display:none}
.show{display:block}

.top_title{ text-align:center; font-size:20px; font-family:'Roboto',Arial,Helvetica,sans-serif;}
#content h2{ color:#222; font-size:40px; line-height:1.5em; font-family:'Roboto',Arial,Helvetica,sans-serif;}

.main_div{ float:left; width:100%;}
#content .entry-content ul.tabs_ul{ float:left; width:100%; background:#e2e2e2; border-bottom:solid 1px #7cbb00; list-style-type:none; margin:0; text-align:center; padding:0 2%;}
.tabs_ul li{ display:inline-block; margin:0 10px -1px 10px; background:none !important; padding:0 !important;}
.tabs_ul li a{ line-height:80px; font-size:19px; color:#636363; font-family:'humanst521_btbold', Arial, Helvetica, sans-serif; padding:0 50px; display:inline-block; cursor:pointer;}
.tabs_ul li.tabModOn{ background:#7cbb00 !important; padding:0 !important;}
.tabs_ul li.tabModOn a{ color:#fff; background:url(images/tab_active.png) no-repeat center bottom !important;}

.tabs_ul li#tab1.tabModOn{ background:#feba00 !important; }
.tabs_ul li#tab3.tabModOn{ background:#636363 !important; }


.main{ margin:40px auto; max-width:1400px; display:table; width:100%; padding:0 2%;}
.tab_box{ width:31.33%; margin-right:3%; background:#ececec; float:left; padding:2% 0 0 0 ; -moz-border-radius:7px; -webkit-border-radius:7px; border-radius:7px;}
.tab_box.last{ margin-right:0;}
.tab_box_title{ font-size:28px; color:#636363; line-height:28px; padding:0 7% 10px;}
.tab_box_contant{float:left; width:100%; padding:0 7% 10px ;}
.tab_box_button { float:left; width:100%;}
.tab_box_button a{ background:#7cbb00; color:#fff; font-size:24px; text-transform:uppercase; text-decoration:none; float:left; width:100%; line-height:60px; text-align:center;
-moz-border-radius-bottomleft:7px;
-moz-border-radius-bottomright:7px;
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:0px;
-webkit-border-bottom-left-radius: 7px;
-webkit-border-bottom-right-radius: 7px; 
-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px; 
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
#Tab1Info .tab_box_button a{ background:#feba00}
#Tab3Info .tab_box_button a{ background:#636363}

.grey{ background:#ececec;}
.what_is_certificate{ float:left; width:100%;}
.what_is_certificate_left{ float:left; width:23%;}
.what_is_certificate_left img{ width:100%; float:left; margin-top:-19px;}
.what_is_certificate_right{ float:right; width:71%;}
.what_comes{ float:left; width:100%;}
.what_comes_box{ float:left; width:30%; margin-right:5%; margin-bottom:3%;}
.what_comes_box.last{ margin-right:0;}
#content h3{ color:#636363; font-size:25px; line-height:1.5em; font-family:'humanst521_btroman', Arial, Helvetica, sans-serif; margin-bottom:10px;}

.livechat_main{ text-align:center; float:left; width:100%; font-size:26px; font-family:'humanst521_btroman', Arial, Helvetica, sans-serif; line-height:44px;}
.livechat_main a{ margin-left:20px; background:#7cbb00; color:#fff; text-transform:uppercase; text-decoration:none; font-size:19px; line-height:44px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; display:inline-block; padding:0 25px;}

a.top_navi_livechat{ background:#7cbb00; color:#fff; text-transform:uppercase; text-decoration:none; font-size:15px; line-height:35px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; display:inline-block; padding:0 15px; float:right; margin-top:4px;}


.breadcrumb_main{ float:left; width:100%; border-bottom:solid 1px #e3e3e3; font-size:22px; font-family:'humanst521_btroman', Arial, Helvetica, sans-serif; color:#d19900;}
.breadcrumb_main a{ color:#636363; text-decoration:none;}
.separator{color:#636363; padding:0 10px;}
.brand_main_box{ float:left; width:100%; background:#ececec; -moz-border-radius:7px; -webkit-border-radius:7px; border-radius:7px; margin-bottom:2%; position:relative; min-height:207px}
.brand_main_box_left{ float:left; width:55%; padding:2%}
#content .brand_main_box_left p{ margin-bottom:0;}
.brand_main_box_middel{ float:left; width:18%; border-left:solid 1px #d7d7d7; position:absolute; right:27%; top:0; bottom:0; text-align:left}
#content .brand_main_box_middel ul{ margin:0;}
#content .entry-content .brand_main_box_middel li{ border-top: solid 1px #d7d7d7; list-style-type:none; padding:9px 10px; background:none;}
#content .entry-content .brand_main_box_middel li:first-child{ border-top:none;}
.brand_main_box_right{ float:left; width:27%; background:#636363; padding:1% 0 0 0; color:#fff; font-family:'humanst521_btroman', Arial, Helvetica, sans-serif; position:absolute; right:0; top:0; bottom:0;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:7px;
-moz-border-radius-topleft:7px;
-moz-border-radius-topright:0px;
-webkit-border-bottom-left-radius: 0px;
-webkit-border-bottom-right-radius: 7px; 
-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 7px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 7px; 
border-top-left-radius: 0px;
border-top-right-radius: 7px;
}
.start_from{ float:left; width:100%; font-size:30px; padding-left:20px; line-height:35px;}
.brand_main_box_price{ float:left; width:100%; text-align:center; font-size:90px; font-family:'humanst521_btbold', Arial, Helvetica, sans-serif; line-height:1}
.brand_main_box_right_top{ float:left; width:100%; padding-bottom:10px;}
.entry-content .brand_main_box_price sup{ font-size:52px; font-family:'humanst521_btroman', Arial, Helvetica, sans-serif; }
.entry-content .brand_main_box_price span{ font-size:30px; font-family:'humanst521_btroman', Arial, Helvetica, sans-serif; }
.brand_main_box_right_bottom a{  background:#7cbb00; color:#fff; font-size:24px; text-transform:uppercase; text-decoration:none; float:left; width:100%; line-height:60px; text-align:center; position:absolute; right:0; bottom:0;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:7px;
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:0px;
-webkit-border-bottom-left-radius: 0px;
-webkit-border-bottom-right-radius: 7px; 
-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 7px; 
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}

.free-ssl .brand_main_box_right{ position:relative; width:49%;
-moz-border-radius-bottomleft:7px;
-moz-border-radius-bottomright:7px;
-moz-border-radius-topleft:7px;
-moz-border-radius-topright:7px;
-webkit-border-bottom-left-radius: 7px;
-webkit-border-bottom-right-radius: 7px; 
-webkit-border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px; 
border-top-left-radius: 7px;
border-top-right-radius: 7px;
}
.free-ssl .brand_main_box_right_bottom a{ position:relative;
-moz-border-radius-bottomleft:7px;
-moz-border-radius-bottomright:7px;
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:0px;
-webkit-border-bottom-left-radius: 7px;
-webkit-border-bottom-right-radius: 7px; 
-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px; 
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.free-ssl .brand_main_box_right.f-right{ float:right;}
.brand_main_box.free-ssl { background:none;}
.free-ssl .start_from{ text-align:center;}

#content .page_title h1{ text-align:center; font-size:50px; color:#222; line-height:1;}
.page_title img{ float:left; margin-bottom: -53px; padding-top: 10px;}
.page_title br{ display:none;}


#content .product_table table{ margin:0; border:none; }
#content .product_table table td{ border:solid 1px #d7d7d7; border-top:none; border-left:none; color:#636363; font-size:20px; padding:2.4% 2%;}
.product_table{ float:left; width:73%;}
#content .product_table table td.table_bottom_row{ border-bottom:none;}
#content .product_table table td.price{ background:#fff;}
#content .product_table table td.vendor_price{ text-decoration:line-through;}
.product_page_content{ float:left; width:100%; margin:2% 0;}
.product_page_content_left{ float:left; width:53%; }
.product_page_content_right{ float:right; width:43%;}

#content h3{ color:#222; font-size:30px; line-height:1.5em; font-family:'Roboto',Arial,Helvetica,sans-serif;}
#content h4{ color:#222; font-size:22px; line-height:1.5em; }
.gray_bg{ padding:4%; background:#ebebeb}
#content .entry-content ul{list-style-type:none; margin:0 0 20px 0;}
#content .entry-content ul li{ background:url(images/li_icon.png) no-repeat left 10px; padding:5px 0 5px 25px;}

.col3{ float:left; width:100%; margin-bottom:2%;}
.col3 .box{ width:30%; float:left; margin-right:5%; }
.col2{ float:left; width:100%; margin-bottom:2%;}
.col2 .box{ width:47%; float:left; margin-right:6%; }
.col3 .box_img{ float:left; width:100%; text-align:center; min-height:110px;}
.col2 .box_img{ float:left; width:100%; text-align:center; min-height:110px;}


.box.last{ margin-right:0;}
#content .box h3{ font-size:19px; color:#222; text-align:center}

.blog #main, .archive #main,
.search-results #main{ max-width: 1400px; padding: 40px 2%; width: 100%; margin: 0 auto;}
.blog #content, .archive #content{ float:left; width:100%; }
.blog .post, .archive .post { width:31.3%; margin-bottom:2%; margin-right:2%; padding:1.5%; background:#ececec; height:460px; position:relative;}
.blog .post .entry-meta, .archive .post .entry-meta{ position:absolute; left:0; bottom:15px; width:100%; padding-left:4%;}
.blog .post .entry-content, .archive .post .entry-content{ font-size:14px; line-height:20px;}
.blog .post .more-link, .archive .post .more-link{ color:#444; font-size:14px; text-decoration:none;}


.post-img { padding-bottom:10px;}
.post-img img{ width:100%; height:auto; max-height:210px;}
#wp_page_numbers a{padding: 11px 12px !important; background:#ececec !important; border:none !important; font-size:16px !important;}
#wp_page_numbers a:hover{ background:#d1d1d1 !important}
#wp_page_numbers li.active_page a{ background:#7cbb00 !important; color:#fff;}
#wp_page_numbers li.active_page a:hover{ color:#fff !important; }

.single #main{max-width: 1400px; padding: 40px 2%; width: 100%; margin: 0 auto;}
.single #content .entry-title{ font-size:30px;}
.single #content  h2{ font-size:26px;}
.single #content  h3{ font-size:22px;}
.single #content  h4{ font-size:18px;}
.single #content  h5{ font-size:16px;}
.single #content  h6{ font-size:16px;}
.single .entry-meta{border-bottom:1px solid #d1d1d1; padding:5px 0; margin-bottom:20px;}
.single .entry-meta .entry-date{ background:url(images/time-icon.png) no-repeat left center; padding-left:23px;}
.single .entry-meta .category-entry-meta{ margin-left:30px; background:url(images/folder-icon.png) no-repeat left center; padding-left:30px;} 
.single .entry-meta .category-entry-meta a{ color:#444; text-decoration:none;}
.single .entry-meta .category-entry-meta a:hover{ color:#000; text-decoration:underline;}

form.jqtransformdone label{ margin-top:4px; margin-right: 8px; display: block; float:left;}
form.jqtransformdone div.rowElem{ clear:both; padding:4px 0px;}
/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper { width: 100% !important; position:relative; height: 48px; background: #fff; float:left; margin-bottom:5%;}
.jqTransformSelectWrapper div span { font-size: 26px; float: none; position: absolute; white-space: nowrap; height: 48px; line-height: 48px; overflow: hidden; cursor:pointer; left:15px; text-align:left;
	/*border: 1px solid #CCCCCC;*/ font-family:'humanst521_btroman', Arial, Helvetica, sans-serif; color:#636363;
/*	border-right: none;*/
}
.jqTransformSelectWrapper  a.jqTransformSelectOpen { display: block; position: absolute; right: 0px; width: 48px; height: 48px; background: url(images/select_right.png) no-repeat center center;}
.jqTransformSelectWrapper ul { position: absolute; width: 100% !important; top: 48px; left: 0px; list-style: none; background-color: #FFF; display: none; margin: 0px; padding: 0px; height: 295px; overflow: auto; overflow-y: auto; z-index:100 !important ; }
.jqTransformSelectWrapper ul a { display: block; padding: 10px; text-decoration: none; background-color: #FFF; font-size: 20px; text-align:left; font-family:'humanst521_btroman', Arial, Helvetica, sans-serif; color:#636363;}
.jqTransformSelectWrapper ul a.selected { background: #EDEDED; color: #333;}
.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover { background:#7cbb00; color: #fff;}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}

.img_right45{ float:right; width:45%; margin:0 0 2% 3%;}
.img_right35{ float:right; width:35%; margin:0 0 2% 3%;}
.img_right45 img,
.img_right35 img{ width:100%;}

.img_center{ text-align:center; padding-bottom:2%;}
.header_top{ background:#636363;  z-index:999; position:fixed; top:0; width:100%;}
.header_top_main{ width:100%; max-width:1400px; margin:0 auto; height:30px; margin:0 auto; padding:0 2%;}
.header_top_right{ float:right; line-height:30px;}
.header_top_right a{ color:#fff; font-size:14px; padding-right:12px; text-decoration:none; font-weight:500; display:inline-block; line-height: 22px; text-transform:uppercase; font-weight:bold;}
.header_top_right a:hover{ text-decoration:underline;}
.header_top_right a.mycart{ background:url(images/mycart.png) no-repeat left center; padding-left:30px; padding-right:25px}
.header_top_right a.myaccount{ background:url(images/myaccount.png) no-repeat left center; padding-left:25px;}
.header_top_right a.livechat{ background:url(images/livechat.png) no-repeat left center; padding-left:33px; padding-right:25px}
.header_top_right a.contact_header{ background:url(images/contact_icon.png) no-repeat left center; padding-left:44px; padding-right:30px; }

.header_search{ float:right; padding-left:30px; width:25%; padding-top:6px}
.header_search input{ background:#f2f2f2 !important; border:solid 1px #d2d2d2 !important; padding:5px 20px !important; width:100%; box-shadow:0 0 0 rgba(0, 0, 0, 0.1) inset; -moz-border-radius:30px; -webkit-border-radius:30px; border-radius:30px; width:100%;}
.header_search #searchsubmit{ width:20px; height:20px; background:url(images/search_icon.png) no-repeat left top !important; float:right; overflow:hidden; text-indent:-9999px; margin-top:-29px; border:none; z-index:9999; position:relative; margin-right:12px; cursor:pointer; padding:0 !important; border:none !important;  -moz-border-radius:0; -webkit-border-radius:0; border-radius:0;}

.page-id-1638 #main{ width:100%; max-width:1400px; padding:2%; margin:0 auto}

.gsc-resultsHeader {
    display: none;
}
.gcsc-branding-text, .gcsc-branding-img-noclear {
    display: none;
    height: 0;
}
#cse-search-results iframe {
    width: 100%;
}

.page-id-1638 .home_post_date {
    display: none;
}
.page-id-1638 .home_post_main .entry-content {
    width: 100%;
}
.page-id-3924, .gsc-thumbnail-inside, .gsc-url-top {
    padding: 0 !important;
}
.page-id-1638 #content tr td {
    padding: 0; border:none;
}
.page-id-1638 .post_footer {
    display: none;
}
.page-id-1638 .gsc-result-info {
    padding: 0;
}
.page-id-1638 #content table {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0; border:none;
}
.gsc-input input#gsc-i-id1 {
    background: none repeat scroll 0 0 #fff !important;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    float: left;
    margin: 0 0 0 7px !important;
}
#content input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    background-color: #7cbb00;
    border-color: #7cbb00;
}
table.gsc-search-box td {
    vertical-align: top;
}
.cse .gsc-control-cse, .gsc-control-cse {
    padding: 0 !important;
}
#content .gsc-results .gsc-cursor-box .gsc-cursor-page {
    background: none repeat scroll 0 0 #ececec ;
    color: #333;
    display: block;
    float: left;
    line-height: 12px;
     font-size: 16px !important;
    padding: 11px 12px !important;
	border: none;
    margin-left: 2px;
    margin-right: 2px;
    
}
#content .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    background: none repeat scroll 0 0 #d1d1d1;
    text-decoration: none;
}
#content .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    background: none repeat scroll 0 0 #7cbb00 !important;
    font-weight: normal;
	color:#fff;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    height: 24px !important; margin-top: 2px; padding: 5px 27px; width: auto !important;
}

#content .gsc-results  .gs-title b{ font-weight:bold}

.home_brands_logo{ width:100%; float:left; text-align:center;}
.home_brands_logo a{ padding:0.6% 2%; display:inline-table; background:#ececec; margin-right:2%; margin-bottom:2%; -moz-border-radius:7px; -webkit-border-radius:7px; border-radius:7px;}
#content #Tab3Info p{ margin:0;}
#content .home_brands_logo img{ width:100%; max-width:293px;}
#Tab1Info, #Tab2Info, #Tab3Info{ min-height:245px;}
.what_comes_img{ width:100%; float:left;text-align:center;}
.home #content h3{ text-align:center}

.scrollup #header { padding:7px 0 0; height:76px;}




.error404 .site-content { width: 100%;}
.error404_title { padding-bottom: 30px; padding-top: 15px; text-align: center;}
.entry-content404_top { color: #686767; font-size: 25px; line-height: 35px; padding-bottom: 30px; text-align: center;}
.error404_main_box { float: left; width: 100%;}
.error404_box { background: none repeat scroll 0 0 #636363; color: #fff; float: left; margin-right: 1.5%; min-height: 86px; width: 32.3%;}
.error404_box.offers { margin-right: 0;}
.error404_box.myaccount { background: none repeat scroll 0 0 #7cbb00;}
.error404_box_left { float: left; width: 20%; margin-right:2%;}
.error404_box_left img{ max-width:100%;}
.error404_box_right { float: right; width: 78%;}
.error404_box_title {  font-size: 43px; line-height: 43px; text-transform: uppercase;}
.error404_box a { color: #fff; float: left; min-height: 112px; padding: 3%; width: 100%;}
.error404_box a:hover { color: #fff; background:#838383}

.mobile_navi{ display:none;}
.mobile_display{ display:none}

@media screen and (max-width: 1280px){
.brand_main_box_left{ min-height:250px;}
}
@media screen and (max-width: 1024px){
#access{ float:right; margin-left:0;}
#access .menu-header, div.menu { font-size: 16px;}

.banner_right { margin-left: 0; margin-right: 0; width: 45%;}
.banner_left h1{ font-size:63px;}
#content, #content input, #content textarea { font-size: 15px; line-height: 23px;}
body, input, textarea {font-size: 15px; line-height: 23px;}
#content .box h3 { font-size: 14px;}
.col3 .box{ margin-bottom:20px;}
#content h2{ font-size:35px;}
#content .page_title h1{ font-size:40px;}
.page_title img{ width:15%;}
#content h3{ font-size:20px;}
.inner_page h1{ font-size:55px;}
.inner_page span{ font-size:40px;}
.inner_page .bannerprice{ font-size:100px;}
#content .product_table table td{ font-size:18px;}
.brand_main_box_right_bottom a{font-size: 22px; line-height: 45px;}
.start_from{ font-size:25px;}
.brand_main_box_price{ font-size:80px;}
.entry-content .brand_main_box_price sup{ font-size:47px;}
.entry-content .brand_main_box_price span{ font-size:25px;}
.brand_main_box{ font-size: 14px; line-height: 23px; min-height:148px}
#content .entry-content .brand_main_box_middel li{padding: 8px 5px;}
.banner_right_box .text_input{ font-size:22px;}
.banner_right_box .select_input{font-size:22px;}
.banner_right_results_product{ font-size:26px}

.blog .post, .archive .post
{width: 48%;}

.banner_col{ padding:10px 0 20px}
.banner_left{ width:100%;}
.banner_price{ padding:20px 0 0; text-align:center}
.banner_right{ display:none;}
.tabs_ul li a{ padding:0 20px; line-height:65px}
#content, #content input, #content textarea { font-size: 13px; line-height: 20px;}
.tab_box_button a{ font-size: 17px; line-height: 39px;}
.tab_box_title{ font-size:18px; font-weight:500;}
#Tab1Info, #Tab2Info, #Tab3Info { min-height: 281px;}
#content .home_brands_logo img{ width:72%;}
.tab_box_contant{ min-height:190px;}

.footer_div{ min-height:103px;}
.footer_paypal.footer_div{ display:none;}
.site_seal{ width:23%; padding-right:0; margin-right:0; border:none;}
.footer_link{ width:23%;}
.footer_monyback{ width:50%;}
.footer_link a{ line-height:20px; font-size:14px;}
.footer_div.copypright{ width:100%; border-top:solid 1px #737373; margin-top:20px; text-align:center; padding-top:20px;}
.footer_logo{ display:none;}

#access .menu-header ul li#menu-item-24 ul ul{ display:none}
#access ul #menu-item-24 ul{ width:130px;  margin-left: -67px !important;}
.what_comes_box p{ display:none;}
#content h2 { font-size: 25px; line-height:1.3em;}
.what_is_certificate_right h2{ text-align:center;}
.main{ margin:30px 0;}
.what_is_certificate_left{ display:none;}
.what_is_certificate_right{ width:100%;}
.banner_price img{ width:70%;}
.inner_page h1{font-size: 41px; line-height:100px;}
.inner_page span { font-size: 27px; line-height:100px;}
.inner_page .bannerprice { font-size: 62px;}
.inner_page .bannerprice sup { font-size: 36px;}
.livechat_main{font-size: 23px; line-height: 35px;}
.livechat_main a{ font-size: 16px; line-height: 35px; padding: 0 15px;}
#content .page_title h1 { font-size: 30px;}
.breadcrumb_main{font-size: 18px;}
.separator{ padding:0 5px;}
.brand_main_box_left {width: 100%;}

#content h3 { font-size: 20px; margin: 0;}

#content .brand_main_box_left h3 { padding: 8px 0;}
.brand_main_box_left p{ display:none;}
.brand_main_box_middel{ position:relative; left:0; width:100%; border:none;}
#content .brand_main_box_middel ul{ margin:0;}
#content .entry-content .brand_main_box_middel li { padding: 5px 10px;}
.brand_main_box_left{ padding:0 10px; min-height: 1px;} 
.col3 .box p{ display:none}
.col2 .box p{ display:none}
.brand_main_box_price { font-size: 60px;}
.entry-content .brand_main_box_price sup { font-size: 36px;}
.brand_main_box_right_bottom a { font-size: 19px; line-height: 38px;}
.img_right45{ display:none;}
.img_right35{ display:none;}
#content .product_table table td { font-size: 15px;}
.product_table < .brand_main_box  { border:solid 1px red;}
.product_page_content_left{ width:100%;}
.product_page_content_right{ width:100%;}
#primary{ display:none;}
#content{ margin-right:0;}
#container{ margin:0;}
.single-post .entry-content img { max-width:100%; height:auto;}
a.top_navi_livechat{ display:none !important;}
html,body { -webkit-text-size-adjust:none; }
}

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

}
@media screen and (max-width: 650px) {
.main, #masthead, .banner_inner, .header_top_main {padding:0 4%;}

.blog .post{ height:480px;}
.blog .post .entry-meta{ bottom:10px;}
.header_top_right a{ font-size: 12px; padding:0 14px 0 0 !important; background:none !important;}
.header_top_right a.myaccount{padding:0 0 0 0 !important; }

#access{ display:none;}
.banner_price img { width: 100%;}

#content h2 { font-size: 18px;}
.top_title{ font-size:15px;}
#content h3 { font-size: 14px;}
.footer_div{ width:100% !important; padding:10px !important; border-bottom:solid 1px #737373 !important ; border-right:none !important; border-top:none !important; border-top:none !important; min-height:1px; text-align:center}
.footer_monyback .title { font-size:17px;}

.inner_page h1 { display: inline-block; font-size: 30px; line-height: 52px; padding-top: 10px; width:100%; float:left;}
.inner_page span { font-size: 23px; line-height: 56px; padding-left: 0;}
.inner_page .bannerprice { font-size: 55px;}
.inner_page .bannerprice sup { font-size: 31px;}
.livechat_main { font-size: 18px; line-height: 34px;}
.breadcrumb_main { font-size: 15px;}
.separator { padding: 0 3px;}
.page_title p{ display:none}
.page_title img { display:none}

#content .page_title h1 { font-size:20px;}
.brand_main_box_left{ padding:0;}
#content .brand_main_box_left h3 { font-size: 16px;}
.brand_main_box_middel{ display:none}
.brand_main_box{ background:none;}
.brand_main_box_right{ position: relative; width: 100%; -moz-border-radius:7px; -webkit-border-radius:7px; border-radius:7px;}
.brand_main_box_right_bottom a{ position:relative;
-moz-border-radius-bottomleft:7px;
-moz-border-radius-bottomright:7px;
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:0px;
-webkit-border-bottom-left-radius: 7px;
-webkit-border-bottom-right-radius: 7px; 
-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px; 
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
#content h4{ font-size:15px;}
#content, #content input, #content textarea { font-size: 13px; line-height: 18px;}
.col3{ float:none;}
.col3 .box { width: 50%; margin-right: 0%; padding:0 5px; min-height: 129px;}
.col3 .box_img{ min-height:75px; }
.col2 .box_img{ min-height:75px; }




#content .box h3 { font-size: 12px;}


.what_comes_box { width: 50%; margin-right: 0%; padding:0 5px; min-height: 106px;}
.what_comes_img img{ width:30%;}
.home #content h3 { font-size: 12px;}



#content .product_table table td { font-size: 12px; padding: 5px;}
.product_table { background: #ececec; float: left; margin-bottom: 10px; width: 100%;}
#wp_page_numbers a{  font-size: 14px !important; padding: 8px 9px !important;}
.single #content .entry-title { font-size: 20px;}
.single #content h2 { font-size: 18px;}
.contact_box_title{ font-size:23px; line-height:25px;}
.mobile_navi{ display:block; position:relative;}
.menu-header{ display:none; position:absolute; right:0; top:62px; background:#636363; width:108.6%; margin-right:-4.3%; }
.mobile_menu{ width:33px; height:33px; overflow:hidden; text-indent:-99999px; background:url(images/menu_icon.png) no-repeat; background-size: 100% auto; float:right; margin-top:5px;}
.mobile_navi ul li{  border-top:solid 1px #787878}
.mobile_navi ul li li{  border-top:solid 1px #d2d2d2}
.mobile_navi ul li.menu-item-has-children{ background:url(images/sub_menu.png) no-repeat right 6px;}
.mobile_navi ul li.menu-item-has-children#active{ background:url(images/sub_menu_active.png) no-repeat right 6px;}

.mobile_navi ul ul li.menu-item-has-children{ background:none;}
.mobile_navi ul li a{ font-size:15px; color:#fff; text-decoration:none; cursor:pointer;  width:100%; padding:7px 20px; display:inline-block;}
.mobile_navi ul li li a{color:#636363; padding:4px 20px; font-size:14px;}
.mobile_navi ul li.current-menu-parent a{color:#fff; font-weight:bold;}
.mobile_navi ul li.current-menu-parent li a{color:#636363; font-weight:normal;}
.mobile_navi ul li.current-menu-parent li.current_page_item a{color:#000; font-weight:bold;}
.mobile_navi ul li li a:hover{color:#000 !important; font-weight:bold;}
.mobile_navi ul li.current_page_item a{ color:#fff; font-weight:bold}
.mobile_navi ul li.current_page_parent a{ color:#fff; font-weight:bold}

.mobile_navi ul li a:hover{ color:#fff !important; font-weight:bold}

.mobile_navi ul ul{  display:none; background:#f1f1f1}
.mobile_navi ul ul ul{ display:none !important;}
.mobile_navi ul { list-style-type:none; margin:0;}

.blog .entry-content{ display:none}

#content .entry-title{ font-size:17px; }
.blog .post, .archive .post{ height:310px; }

.mobile_display{ display:block}
.mobile_none{ display:none}

.mobile_homepage{ float:left; width:100%; }
#content .mobile_homepage ul{ margin:0; padding:0; }
#content .entry-content .mobile_homepage  ul li { background:url(images/mobile_home_icon.png) no-repeat 10px 10px; padding:8px 0 8px 25px; border-bottom:1px solid #ddd}
.mobile_homepage ul li a{ font-family:'humanst521_btroman',Arial,Helvetica,sans-serif; font-size:16px; color:#636363; text-decoration:none;}
.mobile_homepage ul li a:hover{color:#000;}
.mobile_homepage ul li span{ float:right; width:60px;}
.home #content .mobile_homepage h3{ font-size:18px; color:#fff; padding:10px 0; background:#636363;}

}
@media screen and (max-width: 475px) {
.blog .post, .archive .post{width: 100%; margin-right:0; margin-bottom:4%; height:auto; }
.blog .post .entry-meta, .archive .post .entry-meta { position:relative; margin-top:10px;}
.contact_box{ width:100%; margin-bottom:20px; padding:15px;}
.contact_box_img img{ width:40%;}
.col3 .box_img img{ width:40%;}
.col2 .box_img img{ width:40%;}


#content .product_table table td { font-size: 11px; padding: 3px;}
}

