/*
Theme Name: Twenty Thirteen
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

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


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);
@font-face {
  font-family: 'Verdana';
  src: url('css/font/Verdana.eot')  format('truetype');
  src: url('css/font/Verdana.ttf')  format('truetype');
  src: url('css/font/Verdana.woff')  format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Verdana-Bold';
  src: url('css/font/Verdana-Bold.eot')  format('truetype');
  src: url('css/font/Verdana-Bold.ttf')  format('truetype');
  src: url('css/font/Verdana-Bold.woff')  format('truetype');
  font-weight: normal;
  font-style: normal;
}



* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: 'verdana';
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
	background:#ffffff;
}

a {
	color: #ca3c08;
	text-decoration: none;
}

a:visited {
	color: #ac0404;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #ea9629;
	outline: 0;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: Bitter, Georgia, serif;
	line-height: 1.3;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 5px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

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

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

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

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}
img {
	max-width: 100%;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #e05d22; /* Old browsers */
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #b93207;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #ed6a31; /* Old browsers */
	background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #d94412; /* Old browsers */
	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */
	border: none;
	border-top: 3px solid #b93207;
	padding: 10px 24px 11px;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

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

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	background-color: #fff;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	margin: 0 auto;
	max-width:100%;
	width: 100%;
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	margin:5.7% 0 0;/*78px*/
    position:fixed;
    width: 100% !important;
    z-index:9999999;
    background: #ffffff;
    top:0;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 230px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 45px;
	position: relative;
}

/*ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 40px 0 0;
}*/

.nav-menu li {
	display: inline-block;
	position: relative;
	margin-left:50px;
}

.nav-menu li a {
	color: #141412;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

/*.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #220e10;
	color: #fff;
}*/

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #220e10;
	border: 2px solid #f7f5e7;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #db572f;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #bc360a;
	font-style: italic;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	/*background-color: #f7f5e7;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;*/
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 1px;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	/*padding: 40px 0;*/
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
/*	max-width: 604px;*/
	width: 100%;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom:27px;
}

.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
}

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #ea9629;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.entry-content a,
.comment-content a {
	color:#078FD3;/* #bc360a;*/
}

.entry-content a:hover,
.comment-content a:hover {
	color:#078FD3;/* #ea9629;*/
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #bc360a;
}

.format-link div.entry-meta {
	display: inline;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}

/* Video */
.format-video {
	background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.attachment .site-main .sidebar-container {
	display: none;
}

.attachment .entry-content .mejs-audio {
	max-width: 400px;
	margin: 0 auto;
}

.attachment .entry-content .wp-video {
	margin: 0 auto;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	color: #bc360a;
}

.navigation a:hover {
	color: #ea9629;
	text-decoration: none;
}

.paging-navigation {
	background-color: #e8e5ce;
	padding: 40px 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: #e8e5ce;
}

.archive-title,
.archive-meta {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	background-color: #e8e5ce;
}

.page-title {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	/*background: url(images/dotted-line.png) repeat left top;*/
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
/*	background-color: #f7f5e7;*/
	padding: 30px 0;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	/*float: left;*/
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: right;
	width: 300px;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	/*background-color: rgba(247, 245, 231, 0.7);*/
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
}

.widget .widget-title {
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 10px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #bc360a;
}

.widget a:hover {
	color: #ea9629;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

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

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
/*	background-color: #e8e5ce;*/
	color: #686758;
	font-size: 14px;
	text-align: center;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #686758;
}

.site-footer .sidebar-container {
	background-color: #220e10;
	padding: 20px 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 245px;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget a {
	color: #e6402a;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

.site-info {
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}


/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
	}

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url(images/dotted-line-2x.png);
	}
}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}


/* added on 30 sep 2014*/
.container
{
width:1280px;
margin:0 auto;
position:relative;
}
.logo
{
float: left;
}
.mymenu
{
float:left;
}
.first_row li
{
float: left;
width:250px;
}
.second_sec li
{
float: left;
width:170px;


}
.home_online_tools
{
	background:#DDE7F1; 
	overflow: hidden;
	 /*margin: 33px 0 0;*/
	position:relative;
	z-index:9999;
	width:100%;
	min-width: 1280px;
}

.home_online_tools li
{
float:left;
list-style:none;
width:300px;
}
.home_billspeaks{
background:#FF0000;
overflow: hidden;
}
.home_billspeaks li
{
float: left;
width:500px;
list-style:none;
color: #fff;
}
.home_billspeaks li img
{
width:90%;
}
.book_research .book{
float:left;
width:475px;
}
.book_research .research
{
float: left;
width:350px;

}
.book_research .epic
{
float: left;
width:300px;
}
.ftr_rights
{
float: left;
width:auto;
margin-left:107px;

}
.ftr_epic
{
float: left;
width:300px;
}
.ftr_fb_img
{
float: left;
}

.blog_inner
{
float: left;
width:507px;
}

.title_blog
{
font-size:20px;
font-weight:bold;
}
.drop_link li
{
float: left;
width:32.625em;
list-style:none;
cursor: pointer;
margin-left:1em;
}
.drop_link li.rearch_down
{
margin-left:0em;
}
.drop_link{
position: relative;

}
.drop_link a
{
color: #fff;

}
.drop_link span
{
margin-left:20px;
}

.drop_link aside{

margin-top:-81px;
}



/* added on 8th oct for books page */


/*  08-10-2014  ::  Home  page */

.navigation .nav-menu{
	padding:0px;
	margin:0px;
}


.navigation .nav-menu li a {
	font-size:16px;
	color:#5A7899;
	font-family: 'Verdana';
	padding:8px 0;
}
.navigation .nav-menu li{
	margin-left:65px;/*103px*/
}
.top_hed_img > img {
    background-size: 100% auto !important;
    width: 100%;
}
.navigation .nav-menu li:hover > a,
.navigation .nav-menu li a:hover,
.navigation .nav-menu li:focus > a,
.navigation .nav-menu li a:focus {
	background-color:#fff;
	color:#ff0000;
}
.navigation .nav-menu li.current-menu-item a{
	color:#ff0000;
	font-style:normal;
}
.mymenu .main-navigation {
	max-width:100%;
}
.site-main .top_hed_bnr{
	/*background:url("images/homebnr.jpg") no-repeat;*/
	background-size: 100% auto;
    height: 100%;
    margin: 125px 0 0;
    min-height: 655px;
    position: fixed;
    top: auto;
    width: 100%;
}
.site-main .top_hed_bnr >img{
	background-size:100% auto !important;
	width:100% !important;
}
.fiexd_div{
	position:relative;
	overflow: hidden;
	height:655px !important;
}
.site-main .first_row {
    /*bottom: auto;
    left:263px;
    position: absolute;
    top: -85px;*/
    bottom:210px;
    display: block;
    left: 306px;
    position: relative;
    top: auto;
    z-index: 1;
}
.site-main .first_row  aside{
	margin:0px;
	padding:0px;
}
.site-main .first_row ul li{
	width:200px; /*230px*/
}
.site-main  .first_row ul li{
	list-style:none;
	
}
.site-main  .first_row ul li  span.black{
	background: url("images/red-arrow.png") no-repeat scroll 7px 48px;
    color: #000000;
    font-family: Arial;
    font-size: 46px;
    padding: 0 0 12px;
}
.site-main  .first_row ul li  span.black span{
	font-family: 'Verdana';
	font-size:21px;
	color:#5A7899;
	padding:0 0 0 12px;
}
.second_sec aside{
	float: right;
	margin:40px 45px 10px 0;
	padding:0px;
}
.second_sec aside ul li{
	padding:0px;
}
.second_sec aside ul li span{
	font-size:20px;/*21px*/
	font-family: 'Verdana';
	color:#5A7899;
	display:block;
	margin:10px 0 0;
}
.site-main .second_sec ul li.watch{
	width:206px;
}
.site-main .second_sec ul li.plus{
	margin: 30px 45px 0 0;
    width: auto !important;
}
.site-main .second_sec ul li.baby{
	width:160px;
}
.site-main .second_sec ul  .baby > span {
    width: 230px;
}
.site-main .second_sec ul li.equal{
	 margin:40px 50px 0 40px !important;
    width: auto !important;
    font-size: 1px;
}
.site-main .second_sec ul li.working-text{
	color: #FF0000;
    font-family: 'Verdana-Bold';
    font-size: 39px;
    line-height: 130%;
    margin: 10px 80px 0 0;
    width: auto;
}
.site-main .second_sec ul li.ele{
	width:137px !important
}

.home_online_tools aside{
	margin:0;/*25px*/
}
.home_online_tools ul li.tools{
	font-size:21px;
	font-family: 'Verdana';
	color:#5A7899;
	width:170px;
	text-align:right;
	word-wrap: break-word;
	padding:25px 0;
	margin: 0 0 0 5px;
}
.home_online_tools ul li  span{
	font-size:21px;
	font-family: 'Verdana';
	color:#5A7899;
}
.home_online_tools ul li.tools-img{
	width:auto;
	margin:0.938em 1.563em 0 2.8em;/*15px 25px 0 48px*/
}
.home_online_tools ul li.tools-text{
	width:auto;
}
.home_online_tools ul li.tools-text{
	font-size:21px;
	font-family: 'Verdana';
	color:#5A7899;
	margin-top:7px;
}
.home_online_tools ul li.tools-text span{
	color: #FF0000;
    display: inline-block;
    font-family: 'Verdana-Bold';
    font-size: 21px;
    padding: 0 0 17px;
}	

.home_billspeaks{
	padding:0px 0 10px;
	position:relative;
	z-index:9999;
	width:100%;	
	background:#FF0000;
	min-width: 1280px;
}
.home_billspeaks .sec_num{
	 padding:32px 0 0;/* 25px 0 0 */
	 font-family: Arial, Helvetica, sans-serif;
	 line-height:100%;
	 float:left;
}
.home_billspeaks aside {
	 padding:75px 0 0;
	 float:left;
	 margin-bottom:30px;
}
.home_billspeaks aside ul {
    margin: 0 0 0 0px;
}
.home_billspeaks li{
	width: 715px;
	margin:0 0 0 28px;/*95px*/
}
.home_billspeaks li img {
    height:505px;
    width: 715px;
}
.home_billspeaks li.speaker-text{
	margin:0 0 0 23px;
	float:left;
	width:auto;
}
.home_billspeaks li.speaker-text h3{
	font-size:38px;
	font-family: 'Verdana';
	color:#fff;
	font-weight:bold;
	margin:0px;
	padding:0 0 25px;
	line-height:83%;
}
.home_billspeaks li.speaker-text p{
	font-size:22px;
	font-family: 'Verdana';
	color:#fff;
	font-weight:normal;
	padding:0 0 20px;
	margin:0px;
	line-height:165%;
}
.home_billspeaks li.speaker-text p strong {
    font-weight:normal;
    font-family: 'Verdana-Bold';
}

.book_research{
	padding:0px 0 0px;/*0 0 40px*/
	position:relative;
	z-index:9999;
	width:100%;
	background:#fff;
	overflow: hidden;
	min-width: 1280px;
}
.book_research .sec_num {
    font-family: Arial,Helvetica,sans-serif;
    line-height: 100%;
    padding:28px 0 0;
    float:left;
}
.book_research .container > aside{
	float:left;
	margin: 0 0 32px 28px;
	padding:38px 0 0;
}
.book_research h2{
	font-size:38px;
	font-family: 'Verdana-Bold';
	color:#FF0000;
	text-transform:uppercase;
	margin:0 0 19px;
}
.book_research .text ul li{
	color: #ED4135;
    list-style: disc outside none;
	/*
	background:url("images/li-img.png") no-repeat left center;
	padding:0 0 0 15px;
	list-style:none;	*/
}
.book_research .text span{
	font-size:21px;
	font-family: 'Verdana';
	color:#5E86A2;/*#4D6579*/
	margin-left:5px;
} 
.book_research .text ul li a{
	font-size:21px;
	font-family: 'Verdana';
	color:#5E86A2;/*#4D6579*/
	text-decoration:none;
	margin-left:4px;
	line-height:123%;
}
.book_research .research{
	margin:0 0 0 55px;	
}
.book_research .research p a {
	font-size:21px;
	font-family: 'Verdana';
	color:#5E86A2;/*#4D6579*/
	line-height:125%;
	margin:5px 0 0;
	text-decoration: none;
}
.book_research .research p span{
	font-size:21px;
	font-family: 'Verdana';
	color:#FF0000;
}
.book_research  .epic{
	background:#DEE8F2;
	float: right;
	text-align:center;
	padding:15px 25px 27px;
	float:right;
	width:260px;
	margin:48px 30px 0 0;
}
.epic .footer-info h3 {
	font-size:21px;
	font-family: 'Verdana-Bold';
	color:#FF0000;
	padding:0 25px;
	font-weight:normal;
}
.epic .epicwin-subscription input , .epic .epicwin-subscription textarea {
	border:none;
	color:#5E86A2;/*#B4C9E1;*/
	font-size:14px;
	font-family: 'Verdana';
	width:195px;
	float:left;
}
*::-moz-placeholder{
	color:#5E86A2 !important;
}
.epic .epicwin-subscription input#sidebar_button{
	background:#FF0000;
	color:#ffffff;
	font-size:14px;
	font-family: 'Verdana';	
	padding:5px 16px;
	margin-top:28px;
}
/*.epic .epicwin-subscription input#sidebar_button:active{
	margin: -15px 0 0;
}
.epicwin-subscription .loading:active{
	top:10px;
}*/
.blogs_sec{
	background:#FF0000;
	color:#fff;
	padding:0px 0 27px;
	min-width: 1280px;
}
.blogs_sec .sec_num{
	 padding:32 px 0 0;
	 font-family: Arial, Helvetica, sans-serif;
	 line-height:100%;
	 float:left;
}
.container
.blogs_sec h2{
	font-size:38px;
	font-weight:bold;
	font-family: 'Verdana-Bold';	
	text-transform:uppercase;
	margin:0 0 20px 95px;
	color: #fff;
}
.blogs_sec a{
color:white;
}
.blogs_sec .blog_in img{
	border:5px solid #64819F;
}
.blogs_sec .blog_in  .title_blog{
	font-size:30px;
	font-weight:normal;
	font-family: 'Verdana-Bold';	
	color:#fff;	
}
.blogs_sec .blog_in a{
	text-decoration: none;
}
.blogs_sec .blog_in .description p{
	font-size:21px;
	font-family: 'Verdana';	
	color:#fff;	
}
.blogs_sec .blog_in .description a{
	background:#fff;
	color:#FF0000;
	font-size:14px;
	font-family: 'Verdana';	
	text-decoration: none;
	padding:5px 8px;
	text-transform:uppercase;
}
.blogs_sec .blog_in .blog_inner{
	margin:0 113px 0 0;	
}
.blogs_sec .blog_in .blog_inner:last-child{
	margin:0px;	
}
.site-footer{
	padding:20px 0;
	position:relative;
	z-index:9999;
	width:100%;
	background:#fff;
	min-width: 1280px;
}
.site-footer .ftrsocial_rights .ftr_rights {
	color:#5A7899;/*#4D6579;*/
	font-size:16px;/*17px*/
	font-family: 'Verdana';		
}
.site-footer .ftrsocial_rights  .ftr_social{
	float:left;
	margin:0 3.4%;/*0 47px;*/
}

.site-footer  .ftr_fb_img{
	color:#5A7899;/*#4D6579;*/
	font-size:16px;/*17px*/
	font-family: 'Verdana';	
	margin-left:3px;	
	
}

.site-footer .ftrsocial_rights  #footer_news{
	float:right;
}
.site-footer .ftrsocial_rights  #footer_news span{
	float:left;
	color:#5A7899;/* #4D6579;*/
    font-family: 'Verdana';
    font-size:16px;/*17px*/
    padding:0 10px 0 0;
}
.site-footer .ftrsocial_rights  #footer_news .widget_epicwin_widget{
	float: left;
}
.site-footer .ftrsocial_rights  #footer_news .widget_epicwin_widget input{
	margin:0px;	
}
.site-footer .ftrsocial_rights  #footer_news .widget_epicwin_widget  .news_text_footer{
	border:1px solid #63829C;
	color:#63829C;
}
.site-footer  #footer_news .widget_epicwin_widget  #sidebar_button_footer{
	background:#63829C;
	color:#ffffff;
	font-family: 'Verdana';
    font-size: 15px;
    text-transform:uppercase;
    border:0px !important;
    height:auto;/*30px*/
    width:40px;
    padding:4.8px !important;/*5.8px*/
    display:block;
    border-radius:0 3px 3px 0;
    min-height:30px;
}




/* 404  page  */

.container .error{
	text-align:center;
}
.container  .error_img {
    margin: 40px 0 10px;
}
.container .error_text h3 {
    color: #333333;
    font-family: 'Verdana';		
    font-size: 25px;
    padding: 20px 0;
}
.container  .error_text h3 {
    color: #333333;
    font-family: 'Verdana';		
    font-size: 25px;
    padding: 20px 0;
    margin:0px;
}
.container  .error_text p {
    color: #333333;
    font-family: 'Verdana';		
    font-size: 14px;
    line-height: 20px;
}
.container  .error_text p a {
    color:#ff00;
    text-decoration: none;
}
.container  .error_text p a:hover{
	color:#000;
}





/* added on 8th oct for books page */

.block1_img
{
float: left;
width:450px;
margin-left:20px;
margin-bottom:5px;
}
.block1_text
{
float: right;
width:450px;
margin-right:20px;

}
.books_research
{
background:red;
}
.book_video1
{
float: left;
/*margin-left:50px;*/

}
.book_video2
{
float:right;
margin-right:60px;
}
.book_top_list li
{
float: left;
list-style:none;
width:285px;
}

.book_bot_list li
{
float: left;
list-style:none;
width:285px;
}

.last_bk
{
margin-left:40px;
}

/*Css of designer for book*/

/*  10-10-2014  ::   Books Page   */

.site-content  .drop_link  ul li a{
	text-decoration:none;
}
.site-content  .drop_link  ul li a span{
	color:#ffffff;
    font-family: 'Verdana';		
    font-size:22px;
}
.book_bnr img{
	width:100%;
	background-size:100% auto;
	min-width:1280px;
}
.book_list h3{
	color:#FF0000;
	font-family: 'Verdana-Bold';
    font-size:22px;
    font-weight: normal;
    text-transform:uppercase;
    display: inline-block;
}
.book_list .book_top_list ul li{
	float: left;
    list-style: none outside none;
   /* margin: 0 65px 0 0;*/
   width:311px;
}
.book_list .book_top_list ul li a{
	text-decoration: none;
} 
.book_list .book_top_list ul li a span{
	color:#5a7899;/*#4D6579*/
	font-family: 'Verdana';		
    font-size:21px;	
    line-height:1.3;
}
.book_list .book_top_list ul li a span .amz{
	color:#6495ED;
}

.book_list .book_bot_list{
	margin:36px 0 0;
	margin-bottom:56px;
}
.book_list .book_bot_list ul li{
	float: left;
    list-style: none outside none;
   /* margin: 0 65px 0 0;*/
   width:308px;
}
.book_list .book_bot_list ul li a{
    text-decoration: none;
}
.book_list .book_bot_list ul li a span{
	color:#5a7899;/*#4D6579*/
	font-family: 'Verdana';		
    font-size:21px;	
}
.book_list .book_bot_list ul li a span .amz{
	color:#6495ED;
}
.books_research{
	background:#FF0000;
	padding:1px 0 50px;	
	min-width:1280px;
}
.books_research h3{
	color:#ffffff;
	font-family: 'Verdana-Bold';
    font-size:22px;	
}
.books_research .block1_img{
	width:auto;
	float:left;
	margin:24px 0 0;
}
.books_research .block1_img > img {
    border: 4px solid #64819F;
}
.books_research .block1_text {
    float: left;
    margin:18px 0 0 50px;
    width: 640px;
}
.books_research .block1_text p a{
	color: #FFFFFF;
    font-family: 'Verdana';
    font-size: 21px;
    line-height: 120%;
    margin: 0 0 25px;
}
.books_research .block1_text span a{
	background:#fff;
	color:#FF0000;
	font-family: 'Verdana';		
    font-size:14px;
    padding:5px 11px;
    text-decoration: none;
}
.bk_page_b2{
	padding:39px 0 0;
}
.bk_page_b2 .block2_text{
	padding:0 0 15px;
	color:#fff;
	font-family: 'Verdana';		
    font-size:21px;
}
.bk_page_b2 .book_video1{
	float:left;
	width:615px;
}
.bk_page_b2 .book_video1 .text span{
	color:#fff;
	font-size:21px;
	padding:11px 0 10px;
	display:block;
}
.bk_page_b2 .book_video1 .v_link a{
	background:#fff;
	color:#FF0000;
	font-family: 'Verdana';		
    font-size:14px;
    padding:7px 15px;
    text-decoration: none;
    display:block;
    width:423px;
}
.bk_page_b2 .book_video1 iframe{
	border: 4px solid #64819F;
}
.bk_page_b2 .book_video1 img{
	border: 4px solid #64819F;
}
.bk_page_b2 .book_video2 img{
	border: 4px solid #64819F;
}
.bk_page_b2 .book_video2{
	float:left;
	/*margin:0 0 0 45px;*/
	width:560px;
}
.bk_page_b2 .book_video2 iframe{
	border: 4px solid #64819F;
}
.bk_page_b2 .book_video2 .s_text {
	color:#fff;
	font-size:21px;
	padding:15px 0 10px;
	display:block;
}

.bk_page_b2 .book_video2 .sv_link a{
	background:#fff;
	color:#FF0000;
	font-family: 'Verdana';		
    font-size:14px;
    padding:7px 15px;
    text-decoration: none;
    display:block;
    width:423px;
}


/*End css of designer for book*/






/* add by devloper for speak page css*/
.first_spv
{
width:600px;
float: left;
}
.second_spv
{
float: left;
margin-left:24px;
width:600px;
}


/*for home page billi speak section a tag style*/
.home_billspeaks .textwidget li a
{
display:inline;
color: #fff;
text-decoration: none;
}

.errors .error1
{
    color: red;
    padding: 2px;
    position: absolute;
    top:462px;
display: none
}

.errors .error0
{
    color: red;
    padding: 2px;
    position: absolute;
    top:421px;
display: none
}
.errors .error2
{
    color: red;
    padding: 2px;
    position: absolute;
    top:500px;
display: none
}


/* 11-10-2014  ::  Changes  */

.sec_num{
	color: #000000;
    float: left;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 90px;
    line-height:100%;
    padding:28px 0 0;
}
.my_blogs_section{
	padding:45px 0 0;
	float:left;
	margin:0 0 0 28px;
}
.my_blogs_section h2{
	color: #FFFFFF;
    font-family: 'Verdana-Bold';
    font-size: 38px;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.ftr_epic h3
{
display: none;
}
/*.epic .error
{
display: none;
}
*/


.overlay{
	background:#28282E;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 0.2s ease-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 9998;
}

.number-block{
	position:relative;
	z-index:9999;
	/*margin:655px 0 0;*/
	background:#fff;
	width:100%;
}





/*Css design for speaking page*/
/*  Speaking  page  */

.speak_bnr > img {
    background-size: 100% auto;
    width: 100%;
    min-width:1280px;
}
.email_sec  > a {
    color: #FFFFFF;
    display: block;
    font-size: 26px;
    font-weight: bold;
    margin-left:43px;
    margin-top:-67px;
}
.speak_cat {
    display:block;
    margin-top:35px;
}
.speak_cat .textwidget {
    margin: 0 0 0 206px;
}
.speak_cat .sepak_corporate{
	display:block;
	float:left;	
}
.speak_cat .sepak_corporate h3{
	font-size:22px;
	color:#FF0000;
	font-family: 'Verdana-Bold';
	font-weight:normal;
	margin:0px;
	padding:30px 0 10px 15px;
} 
.speak_cat .sepak_corporate .sp_cat_left{
	float:left;
	margin:0 30px 0 0;
}
.speak_cat .sepak_corporate .sp_cat_left ul li{
	list-style:none;
	color:#4D6579;
	font-family: 'Verdana';		
    font-size:22px;
    padding:0 0 0 15px;
    background:url("images/li-round.png") no-repeat left center;
    line-height: 125%;
}
.sp_cat_right{
	float:right;
	margin-right:8px;
}
.speak_cat .sepak_corporate .sp_cat_right ul li{
	list-style:none;
	color:#4D6579;
	font-family: 'Verdana';		
    font-size:22px;
    background:url("images/li-round.png") no-repeat left center;
    padding:0 0 0 15px;
    line-height: 125%;
}

.speak_cat  .sepak_personal{
	display:block;
	float:right;/*left*/
	/*margin:0 0 0 85px;*/
}
.speak_cat  .sepak_personal  h3{
	font-size:22px;
	color:#FF0000;
	font-family: 'Verdana-Bold';
	font-weight:normal;
	margin:0px;
	padding:40px 0 10px 15px;
} 
.speak_cat  .sepak_personal .sp_per_left {
	float:left;
	margin:0 30px 0 0;
}
.speak_cat  .sepak_personal .sp_per_left ul li{
	list-style:none;
	color:#4D6579;
	font-family: 'Verdana';		
    font-size:22px;
    padding:0 0 0 15px;
    background:url("images/li-round.png") no-repeat left center;
    line-height: 125%;
}
.speak_cat  .sepak_personal .sp_per_right{
	float:left;
}	
.sp_cat_right  ul li{
	list-style:none;
	color:#4D6579;
	font-family: 'Verdana';		
    font-size:22px;
    background:url("images/li-round.png") no-repeat left center;
    padding:0 0 0 15px;
    line-height: 125%;
}
.speak_hot_sec{
	margin:40px 0 0;
}
.speak_hot_sec .sp_ht_img {
	float:left;
	display:block;
	margin:54px 0 0;
}
.speak_hot_sec .sp_ht_text{
	float:left;
	display:block;
	margin:0 0 0 26px;
}
.speak_hot_sec .sp_ht_text  h3{
	font-size:22px;
	color:#FF0000;
	font-family: 'Verdana-Bold';
	font-weight:normal;
	margin:0px;
	padding:0 0 10px 15px;
}
.speak_hot_sec .sp_ht_text ul li{
	list-style:none;
	padding:0 0 6px;
}
.speak_hot_sec .sp_ht_text ul li a{
	list-style:none;
	color:#4D6579;
	font-family: 'Verdana';		
    font-size:22px;
    background:url("images/li-round.png") no-repeat left center;
    padding:0 0 0 15px;
    text-decoration:none;
} 
.speak_hot_sec .sp_ht_text ul li a span{
	font-weight:bold;
}
.speak_video{
	margin:48px 0 0;
}
.speak_video h3{
	margin:0px 0 30px;
	color:#FF0000;
	font-family: 'Verdana-Bold';
	font-weight:normal;
}
.speak_video  .sp_two_viedo{
	display:block;
}
.sp_two_viedo iframe{
	border: 4px solid #64819F !important;
    height: 316px !important;
    width: 564px !important;
}
.sp_vd_text a{
	color:#4D6579;
	font-family: 'Verdana';		
    font-size:22px;
    margin:0px 0 45px;
    display:block;
    text-decoration: none;
}
.sp_vd_text a span{
	color:#FF0000;
	font-family: 'Verdana-Bold';
	font-weight:normal;
	font-size:17px;
}
.speak_videos .sp_two_viedo .first_spv{
	float:left;
}
.speak_videos .sp_two_viedo .second_spv{
	float:left;
	margin:0 0 0  65px;
}
.speak_about_video{
	display:block;
}
.speak_about_video .check_out_vd{
	float:left;
}
.speak_about_video .check_out_vd  h3{
	color:#FF0000;
	font-family: 'Verdana-Bold';
	font-weight:normal;
	font-size:22px;
	padding:0 0 10px 0;
	margin:0px;
}
.speak_about_video .check_out_vd ul li{ 
	list-style:none;
	background:url("images/li-round.png") no-repeat left center;
	padding:0 0 10px 15px;
	margin: 0 0 0 -15px;
}
.speak_about_video .check_out_vd ul li a{
	text-decoration: none;
	color:#4D6579;
	font-family: 'Verdana';		
    font-size:21px;    
}  
.speak_about_video .most_vd{
	float:left;
	margin:0 0 0 214px;/*0 0 0 219px*/
}
.speak_about_video .most_vd  h3{
	color:#FF0000;
	font-family: 'Verdana-Bold';
	font-weight:normal;
	font-size:22px;
	padding:0 0 10px 0px;
	margin:0px;
}
.speak_about_video .most_vd ul li{ 
	list-style:none;
	background:url("images/li-round.png") no-repeat left center;
	padding:0 0 10px 15px;
	color:#4D6579;
	font-family: 'Verdana';		
    font-size:21px;
    margin:0 0 0 -15px;
}
.speak_about_video .most_vd ul li span{
	text-decoration: none;
	color:#4D6579;
	font-family: 'Verdana-bold';		
    font-size:21px;
    font-weight:normal;
}


.speak_spamle_cont{
	display:block;
}
.speak_spamle_cont .spam_img{
	margin:0;
}
.speak_spamle_cont .spam_img h3{
	color:#FF0000;
	font-family: 'Verdana-Bold';
	font-weight:normal;
	font-size:22px;
	padding:35px 0 22px 0;
	margin:0px;
	display:block;
}
.speak_spamle_cont .spam_img ul li{
	list-style:none;
	float: left;
	margin:0 28px 0 0;
}
.speak_spamle_cont .spam_img ul li:last-child{
	margin:0px;
}
.speak_spamle_cont .spam_img ul li img{
	border:4px solid #64819F;
}
.speak_spamle_cont .spam_img  .spamle_text{
	color:#4D6579;
	font-family: 'Verdana';		
    font-size:21px;
    padding:14px 0 43px;
}





/*End css of speaking*/


/* home page changes  :: 13-10-2014  */
.site .top_hed_img{
	position: fixed;
    width: 100% !important;
    z-index: 9999999;
    top:0;
}
.white-bg {
    background:#FFFFFF !important;
    min-height:36px;
    position: relative;
    width: 100%;
    z-index: 9999;
}

 .number-block {
    background:#FFFFFF;
    margin: 136px 0 0;
    position: relative;
    width: 100%;
    z-index: 9999;
    min-width: 1280px;
}

.site-main .fix_firstrow {
    margin: 0 auto;
    position: relative;
    width: 1280px !important;
}
.site-main .first_row {
    bottom: 95px;
    display: block;
    left:262px;
    position: relative;
    top: auto;
    z-index: 1;
}

.site-main .top_hed_bnr > img {
    background-size: 100% auto !important;
    height: 655px;
    width: 100% !important;
}

.site-main .top_hed_bnr {
    background-size: 100% auto;
    height: auto;
    margin: 130px 0 0;
    min-height: 653px;
    position: fixed;
    top: auto;
    width: 100%;
}

.site-main .first_row ul li span.black {
    background: url("images/red-arrow.png") no-repeat scroll 4px 55px rgba(0, 0, 0, 0);
    color: #000000;
    font-family: Arial;
    font-size: 46px;
    font-weight: b;
    padding: 0 0 16px;
}


.site-main .first_row ul li span.black span {
    color: #5A7899;
    font-family: 'Verdana';
    font-size: 21px;
    padding: 0 0 0 4px;
}
.widget_epicwin_widget table, form {
    position: relative;
}
.logo_menu
{
margin-top:7px;
}
.book_list aside
{
margin-top:40px;
}
.myved
{
height:655px !important;
max-width:1280px !important;
margin:0 auto;
}
.myved .mejs-container{
	width:100%!important;
	height:655px!important;
	background:transparent !important;
	/*z-index:-1 !important;*/
	
}
.myved .mejs-container .mejs-inner .mejs-mediaelement .me-plugin #me_flash_0{
	height:655px!important;
}
.top_space{
	height: 127px;
}
/*.mejs-container.svg.mejs-video {
    height:400px !important;
    width:1150px !important;
}
.mejs-mediaelement{
	height:400px;
    width:1150px;
}
*/



.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}

.pagination a:hover{
color:#fff;
background: #3279BB;
}

.pagination .current{
padding:6px 9px 5px 9px;
background: #3279BB;
color:#fff;
}
.powerfull_text strong {
    font-family: 'Verdana-Bold';
    font-weight: normal;
    font-size:22px;
}

/*css for home page issue by devloper*/

.witty ,.extremly ,.youhit
{
 margin-top: 16px;
}
.witty strong
{
font-family: 'Verdana-Bold';
    font-weight: normal;
    font-size:22px;
      margin-top: 17px;
}
.extremly strong 
{
font-family: 'Verdana-Bold';
    font-weight: normal;
    font-size:22px;
    margin-top: 17px;
}
.youhit strong {
font-family: 'Verdana-Bold';
    font-weight: normal;
    font-size:22px;
    margin-top: 17px;
}
.thk strong {
font-family: 'Verdana-Bold';
    font-weight: normal;
    font-size:22px;
    margin-top: 17px;
}
.i_have
{
margin-top:10px;
font-size:22px;
}
.youwork
{   font-size:22px;

}
.videolets
{
    font-size:22px;
}
.videoepic
{
    font-size:22px;
}
.num_hs
{
margin-top:43px;
font-size:22px;
}
.emialtext
{
margin-left:62px;
font-size:22px;
}
.research > img {
    margin-top:9px;
}
.home_readmpre
{
margin-top:10px;
}
.second_bk
{
margin-left:18px;
}


/*css for consulting page by devloper*/

.consult_first_block  .consult_change
{
float: left;
width:387px;/*385px*/
}
.consult_first_block  .consult_innovation
{
float: left;
width:400px;
margin-left:98px;
}

.consult_first_block  .consult_companiess
{
float: left;
width:350px;
margin-left:34px;
}
.consult_mailtext
{
 margin-left:400px;
}


/*css for blog page*/
.main_blog_sec
{
/*margin-top:5px;*/
}
.blog_page{
    float: left;
    width: 940px;
    margin:13px 0 0;
}
.right_blog_sec
{
	
    float: left;
    margin-left: 66px;
    width: 245px;/*274px*/
}
.right_blog_sec .epic
{
 background:#DEE8F2;
    float: right;
    margin:14px 0 0 0;
    padding: 15px 15px 40px;
    text-align: center;
    width:244px;/*260px*/
}
.right_blog_sec .epic .dep_sec img {
    width: 88%;
}

/*  consulantant page   ::  18-10-2014  */

.consulting_bnr img{
	width:100%;
	min-width:1280px;
}

.consult_first_block h3{
	color:#FF0000;
	font-size:32px;
	font-family: 'Verdana-Bold';
	font-weight:normal;
	margin:15px 0 27px;
}
.consult_change_text h3{
	margin:24px 0 5px;
}
.consult_innovation_text  h3{
	margin:24px 0 5px;
}
.consult_companiess_text h3{
	margin:24px 0 5px;
}
.consult_first_block p{
	color:#4D6579;
	font-size:17px;/*21px*/
	word-spacing:3px;/*8px*/
	font-family: 'Verdana';
	
}
.consult_second_block h3{
	color:#FF0000;
	font-size:22px;
	font-family: 'Verdana-Bold';
	font-weight:bold;
	margin:19px 0 5px;
}
.consult_second_block ul li{
	background: url("images/li-bg.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    color: #4D6579;
    font-size:20px;
    font-family: 'verdana';
    list-style: none outside none;
    margin: 0 0 0 -15px;
    padding: 0 0 0 15px;
}
.third_conslut_block {
    letter-spacing:0.5px;
}
.third_conslut_block a{
	letter-spacing:0px;
}
.consult_mailtext{
	letter-spacing:0px;
}
.third_conslut_block h3{
	color:#FF0000;
	font-size:22px;
	font-family: 'Verdana-Bold';
	font-weight:normal;
	margin:30px 0 5px;
	letter-spacing:100%;
}
.third_conslut_block .first_ul{
	float:left;
	width: 467px;
}
.third_conslut_block .first_ul ul li{
	background: url("images/li-bg.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    color: #4D6579;
    font-size:21px;
    list-style: none outside none;
    margin: 0 0 0 -15px;
    padding: 0 0 0 15px;
    font-family: 'verdana';
}
.third_conslut_block .second_ul{
	float:left;
	
}
.third_conslut_block .second_ul ul li{
	background: url("images/li-bg.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    color: #4D6579;
    font-size:19.5px;
    list-style: none outside none;
    padding: 0 0 0 15px;
}
.third_conslut_block .third_ul{
	float:right;
	margin-right:-13px;
}
.third_conslut_block .third_ul ul li{
	background: url("images/li-bg.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    color: #4D6579;
    font-size:21px;
    list-style: none outside none;
    margin: 0 0 0 -15px;
    padding: 0 0 0 15px;
}
.consult_mailtext{
	color: #4D6579;
	font-size: 22px;
	margin:36px 0 45px 482px;
}
.consult_mailtext a{
	color: #4D6579;
	text-decoration: none;
	font-family: 'Verdana';
}
.consult_mailtext strong{
	font-family: 'Verdana-Bold';
	font-weight:normal;
}

.eleph_section{
	background:#DDE7F1;
	width:100%;
	padding:10px 12px;
	min-width:1280px;
}
.eleph_section p{
	font-size:21px;
	font-family: 'Verdana';
	color: #4D6579;
	margin:0px;
	padding:0;
}
.eleph_section p.first_part{
	width:350px;
	float:left;
}
.eleph_section p.first_part img{
	margin:0 0 0 10px;
}
.eleph_section p.second_part{
	float: left;
	padding:32px 0 0 9px;
}


/* Blog  page  ::  18-10-2014  */

.main_blog_sec h1{
	background:#FF0000;
	color:#ffffff;
	font-size:22px;
	font-weight:bold;
	text-align: center;
	padding:5px 0 5px;/*3px 0*/
	font-family: 'Verdana';
	margin:10px 0 0;
}
.main_blog_sec .post_title,
.excerpt-large-title{
	color:#5387A3;/*#4D6579;*/
	font-size:34.5px;/*39px*/
	font-weight:normal;
	text-align:left;
	padding:3px 0;
	font-family: 'Verdana-bold';
	line-height:120%;
}
.excerpt-large-title {
	color:#5387A3 !important;/*#4D6579;*/
	font-size:34.5px !important;/*39px*/
	font-weight:normal !important;
	text-align:left;
	padding:3px 0;
	font-family: 'Verdana-bold' !important;
	line-height:120% !important;
}
.post_date{
	float:left;
	width:8%;
	margin:11px 0 0 0px; /*14px -3px 0;*/
}
.post_date .blog-date{
	background: url("images/red-img.png") no-repeat 0px 0px;
    height:55px;
    line-height: 22px;
    padding: 6px 0 0 5px;
    text-align: center;
    width: 55px;
}
.post_date .blog-date span{
	color: #FFFFFF;
    display: block;
    font-family: 'Verdana-bold';
    font-size: 14px;
    font-weight:bold;
    /*padding: 7px 0 0 7px*/
    width: 45px !important;
    text-transform: uppercase;
}
.post_date .blog-date span span.num_date{
	font-family: 'Verdana-bold';
    font-size: 21px;
    padding: 0 !important;
}
.blog_right_cont{
	float:left;
	width:92%;
	margin: 0 0 20px;
}
.blog_box {
    margin: 0 0 18px;
}
.blog_right_cont .img1 {
    /*float:none;*/
    margin:0px 0 25px;
}
.blog_right_cont .img1 img{
	border:4px solid #64819F;
	width:100%;
}
.blog_right_cont  .post_excerpt p{
	color:#5387A3;/*#4D6579;*/
	font-size:21px;/*22px*/
	font-family: 'Verdana';
	font-weight:normal;
	margin:0 0 11px;
	line-height:145%;
}
.blog_right_cont  .post_excerpt strong {
	font-weight:normal;
	font-family: 'Verdana-bold';
}
.blog_right_cont  .post_excerpt p.diff_text span{
	color:#2788BF;
}
.blog_right_cont  .red_span_text{
	color:#EF4035;
}
.blog_right_cont  .post_excerpt p.subtitle{
	color:#5387A3;/*#4D6579;*/
	font-size:26px;/*22px*/
	font-family: 'Verdana';
	font-weight:normal;
	margin:0 0 17px;
}

.blog_right_cont  .cat_calss{
	display:block;
	margin:0 0 22px;
}
.blog_right_cont  .post_excerpt .cat_calss p.cat{
	font-size:16px;
	color:#5387A3;/*#4D6579;*/
	font-family: 'Verdana';
	font-weight:normal;
	float:left;
	margin:0px;
}
.blog_right_cont  .post_excerpt .cat_calss p.cat a{ 
	font-size:16px;
	color:#5387A3;
}
.blog_right_cont  .post_excerpt .cat_calss p.cat a.redanchor
{
 color:red;
}
.blog_right_cont .readmoresec{
	float:right;
	margin:0;
}
.blog_right_cont .readmoresec .blog_more_right a {
    color: #FFFFFF;
    font-family: 'Verdana';
    font-size:14px;/*16px*/
    padding: 8px 10px;
    text-decoration: none;
    text-transform: uppercase;
}
.blog_right_cont .blog_more_right{
	background:#EF4136;
    float: right;
}
.blog_right_cont .blog_more_right a{
	color:#ffffff;
	font-size:16px;/*20px*/
	text-transform:uppercase;
	text-decoration: none;
	padding:8px 10px;
	font-family: 'Verdana';
}

.main_blog_sec .epic{
	margin:24px 0 0;
}

.deep_bl_right{
	margin:56px 0 40px;
	display:block;
	font-family: 'Verdana';
}
.deep_bl_right .deep_text{
	color:#5A7899;/*#4D6579;*/
	font-size:16px;
}
.deep_bl_right .deep_text span{
	color: #EF4035;
    font-weight: bold;
}
.deep_bl_right .deep_text a{
	font-size:17px;
	color:#078FD3;
	font-family: 'Verdana-bold';
    font-weight: normal;
	text-decoration: none;	
} 
.right_blog_about_me .text_ab_bl span{
	color:#EF4035;
	font-weight:bold;
}
.right_blog_about_me .text_ab_bl {
	font-size:16px;
	color:#5A7899;/*#4D6579;*/
	font-family: 'Verdana';
}
.right_blog_about_me .text_ab_bl  a{
	font-size:17px;
	color:#078FD3;
	font-family: 'Verdana';
	text-decoration: none;
	font-weight:bold;
}	
.right_blog_about_me img{
	margin:0 0 10px 60px;
}
.right_blog_social{
	font-size:17px;
	color:#5A7899;/*#4D6579;*/
	font-family: 'Verdana';
	margin:45px 0 0;
}
.all_social_blog{
	text-align:center;
}
.all_social_blog  .ftr_fb_img{
	float: none;
	display: inline-block;
	margin:0 6px 0 0;
}
/*  right_book_section  */


.right_book_section {
    float: right;
    width: 245px !important;
    margin:42px 28px 0 0;
}
.right_book_section .book_border img{
	border: 4px solid #64819F;
}
right_book_section img{
	border:4px solid #64819F;
}
.right_book_section .right_book_text{
	font-size:17px;
	color:#5A7899;/*#4D6579;*/
	font-family: 'Verdana';
	padding:15px 0 25px;
	text-align:center;
}
.right_book_section .right_book_text a{
	font-size:17px;
	color:#078FD3;
	font-family: 'Verdana-bold';
    font-weight: normal;
	text-decoration: none;	
}

/*blog section on 30th oct 2014*/
p.img1 {
    float: right;
}
.blog_right_cont .post_excerpt p.img2 {
    float:left;
    border:4px solid #64819F;
    margin-right:39px;	
}
.blog_right_cont .post_excerpt p.img1 {
	margin-left:39px;	
}


/* pagination */

.blog-pagi{
	font-size:18px;
	color:#4D6579;
	margin:0 0 0 75px;
}
.blog-pagi span{
	text-decoration: none;
	font-size:18px !important;
	margin:0 10px 0 0;
}
.blog-pagi a{
	text-decoration: none;
	font-size:18px !important;
	margin:0 10px 0 0;
}
.blog-pagi .next{
	background:#FF0000;
	padding:5px;
	color:#fff;
	text-transform:uppercase;
}



/*for tools page*/
.tools_menu li
{
float:left;
	width: 35%;
list-style:none;
}


/*home page on video images*/


.myved > aside
{
position:absolute;
z-index:999;
margin-top:125px;
margin-left:153px;
}
.myved .simplertext
{

	float:left;
}
.myved .companies
{
	float:right;
	margin-left:5px; /*30px*/
	margin-top:1.8em;
}

.i_make{
margin-top:10px;
margin-left:110px;
position:relative;
bottom:80px;

}

.face
{
margin-left:115px;
position:relative;
bottom:75px;

}
.bill_sp{
margin-left:110px;
position:relative;
bottom:80px;
margin-top:10px;
}




/*book page issue*/
.books_research h3
{
line-height:0.3!important;
}



.social_text_ftr
{
margin-right:5px;
}
.speak_tools
{
margin-top:0px !important;
}

/*speaking page top text*/
.speak_top_bill_spek	{
	float: left;
	margin:0 0 0 20px;/*0 0 0 3.4%*/
}
.speak_download{
	float:left;
	margin-left:542px;	
}




/*sepaek page*/
.speak_bnr
{
position:relative;
top:31px;
}
.speak_top_bill_spek h3,.speak_download h3
{
font-size:20px;
color:#FF0000;
font-family:'Verdana-bold';
font-weight:normal;
}


.best_speak,.bill_drew,.i_hnever,.my_boss,.mail_num,.mail_num a
{
font-size:19px;
color:#FFFFFF;
font-family:'Verdana-bold';
font-weight:normal;
margin-top:12px;/*20px*/
text-decoration:none;

}


.download_speaking {
    background:#FF0000;
padding:5px;
}
.download_speaking a {
	text-decoration:none;
}

.download_speaking a span {
    
color:#ffffff;
font-size:14px;
font-family:'Verdana-bold';
text-decoration: none;
font-weight:normal;

}
.mail_num
{

}
.ceo_bill
{
font-size:22px;
color:#FFFFFF;
font-family:'Verdana-bold';
font-weight:normal;
margin-top:35px;

}
.ceo_bill span
{
font-size:22px;
color:#FFFFFF;
font-family:'Verdana';
font-weight:normal;


}
/*book page */


.books_tools_marg 
{ 

margin-top:33px;
}





/*tools page */

.tools_products  li
{
list-style:none;
	float: none;
	display: inline-block;
	width: 210px;
	margin-bottom: 70px;
	/*margin-right: 20px;*/
/*min-height: 450px;*/
}
.tools_products li a img {
    
}

.tools_products .add_to_cart_button 
{
display: none;
}
.pay_pal_text_block {
	color: #64819F;
    font-family: 'Verdana', sans-serif;
    font-size: 16px;
    text-align: center;
}
.pay_pal_text_block img {
	margin-left: 10px;
}



.top_space_speak
{
height:95px;
}



/*home blog image issue*/
.blog_in img
{
width:480px;
height:260px;.
}
.top_text_spek {
    /*position: absolute;
    top: 0;
    width:93%;*/
}
.container_speak{
	/*margin: 0 auto;
	width: 1280px;*/
	left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 11%;
    width: 1280px;
}



/*ABout US..*/
.first_top_ab,.second_top_ab,.third_top_ab
{
float: left;

}
.first_top_ab
{
width:238px;
margin-left:22px;
}
.second_top_ab
{
width:590px;
}
.third_top_ab
{
margin-left:38px;/*73*/
width:353px;
}

.about_us_title h3
{
margin-left:22px;
}
.left_bot_text,.left_top_text,.mid_top_text,.mid_bot_text,.third_top_ab_text,.right_bot_text
{
font-size:20px;
color:#4D6579;
font-family:'Verdana';
margin-top:3px;
}
.left_bot {
        margin-top: 123px;
}
.left_bot_text
{
margin-top:4px;
}

.mid_bot {
    margin-top: 50px;
}

.mid_bot .right_img {
    margin-left: 138px;
}
.third_top_ab .left_img
{
margin-top:28px;
}
/*.about_v_img > img {
    margin-top:17px;
}
*/
.contact_hed {
    font-family: 'verdana-bold' !important;
}

/*second section*/

.second_sec_about .sampling_client
{
float:left;
width:750px;
padding-top:39px;
margin-bottom:19px;
margin-left: 21px;
}
.second_sec_about .about_contact
{
/*float:right;
width: 380px;
margin-top:35px;*/
	float: right;
    margin-top: 35px;
    width: 399px;
}
.sampling_client .first_li_sec
{
float: left;
width:350px;
margin-top: 3px;
}
.sampling_client .second_li_sec
{
float: left;
width:350px;
margin-top: 3px;
margin-left: 5px;

}
.sampling_client ul li
{
list-style:disc;
}


.sampling_client li
{
font-size:20px;
color:#ffffff;
font-family:'Verdana';
}

.sampling_client .sam_heading
{
font-size: 19px;
color:#ffffff;
font-family:'Verdana-bold';
	display: block;
	margin-bottom: 12px;
}
.second_sec_about
{
background: #EE4035;
margin-top: 20px;
min-width:1280px;
}

.contact_hed
{
font-size:17px;
color:#ffffff;
font-family:'Verdana-bold';
}
.contact_penc_img
{
/*float: left;
margin:69px 0 0 6px;
width: 110px;*/
margin:60px 0 0 10px;
float:left;
}
.contact_penc_img img {
	border: 8px solid #FF3417;
    border-radius: 100% 100% 100% 100%;
    max-width: 100%;
}
.contact_data_about
{
 float: right;
 width: 245px;
}

.contact_data_about span{
	font-size: 20px;
color:#ffffff;
font-family:'Verdana';
}

.num_mail_about
{
font-size:22px;
color:#ffffff;
font-family:'Verdana';
margin-top: 26px;

}

.num_mail_about a
{
font-size:22px;
color:#ffffff;
font-family:'Verdana';

}

.left_service p
{
margin: 0 0 0px;
}

.left_service
{
float: left;
margin-top:13px;
margin-bottom:58px;
}
.left_service li
{
font-size:19px;
color:#4D6579;
font-family:'Verdana';
list-style:none;
background: url("images/li-round.png") no-repeat scroll left center transparent;
padding: 0 0 0 20px;/*0 0 0 15px*/
	margin: 0 0 3px;
	line-height: 100%;
}
.left_service span
{
font-size:20px;
color:#EE4035;
font-family:'Verdana-bold';
	display: block;
	margin-left: 20px;
}
.right_service
{
float: right;
	margin-top:15px;/*20px*/
	width:396px;/*385px;*/
}
.first_li_ser
{
float: left;
width:354px;
 margin-top:17px;
}
.second_li_ser
{
float: left;
 margin-top:17px;
}
.right_ser_img{
	float: left;
	width: 120px;
	margin-right:21px;

}
.right_ser_img img {
    max-width: 100%;
}
.right_ser_text
{
	margin-left: 10px;
}
.right_ser_text
{
	font-size: 20px;
color:#4D6579;
font-family:'Verdana-bold';
	margin-top: 43px;
	line-height: 120%;

}

.right_ser_text span
{
	font-size: 20px;
color:#4D6579;
font-family:'Verdana';
	display: block;

}
.right_ser_text a
{
	font-size: 20px;
color:#4D6579;
font-family:'Verdana';
text-decoration:none;
}
.right_ser_text a:hover
{
text-decoration:none;

}
.third_sec_man img
{
width:100%;
min-width:1280px;
}

.about_man_inner {
    left: 0;
	margin:10px auto 0;
    max-width: 1220px;
    position: absolute;
    right:120px;
    top:0px;
    padding:15px;
}
.about_man_inner > p {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    margin: 0;
     padding:14px 29px 0 37px;/*14px 29px 0*/
    width:71%; /*59%*/
    font-size:18px;
	color:#4D6579;
	font-family:'Verdana';
}
.third_sec_man {
    position: relative;
}
.about_man_inner p span
{
font-size:18px;
color:#EE4035;
font-family:'Verdana-bold';
margin-top:14px;
display:inline-block;
}
.about_us_title span
{
font-size:22px;
color:#EE4035;
font-family:'Verdana-bold';
margin-left: 20px;
}
.about_man_inner > p:last-child {
    padding-bottom: 20px;
}

.tools_top_menu ul.sub-menu {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    display: none;
    padding: 10px 20px;
    position: absolute;
    top: 100%;
    z-index: 999;
    width:38.4em;/*26.3em*/
}
.tools_top_menu li.Cheap_store ul.sub-menu {
	width:26.3em;
}
.tools_top_menu ul.menu li:hover ul.sub-menu {
    display: block;
}
.tools_top_menu a {
    color: #F3334A;
    font-weight: bold;
    text-decoration: none;
}

.tools_menu .tools_top_menu li {
	background: #C1CEDF;
	padding: 2px 5px 2px 27px;
}
.tools_menu .tools_top_menu li:first-child {
    background: #C1CEDF;
    margin-right: 20px;
    padding: 2px 5px 2px 185px;
    width: 62.5%;
}
.tools_top_menu ul.sub-menu {
	background: #ffffff;
}
.tools_top_menu ul.sub-menu li {
	background: #ffffff !important;
	padding: 5px !important;
	width: auto !important;
	float: none;
}
.tools_top_menu ul.sub-menu li a {
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.tools_top_menu ul.sub-menu li a:hover {
	color: #000000;
}
.featured {
    margin: 0 auto;
    max-width: 935px;
}
.featured h2 {
	font-size:18px;
	font-family:'Verdana-bold';
	color: #EF4035;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	margin-right:160px;
	
}
.featured ul li.product a {
	text-decoration: none;
	color: #64819F;
	font-family:'Verdana';
	
}
.featured ul li.product a.button {
	color: #008CD2;
	font-size: 21px;
}
.featured ul li.product span.price {
	color: #008CD2;
	font-size:19px;
	font-family:'Verdana-bold';
	text-transform: uppercase;
	line-height: 100%; 
}
.featured ul li.product h3 {
	font-size:20px;
	margin: 5px 0;
	font-family:'Verdana-bold'; 
	font-weight: normal;
	line-height: 120%;
	margin: 0;
	color:#64819F;
}
.featured ul li.product p {
	color: #64819F;
	/*font-size: 20px;*/
	font-size: 19px;
	font-family: 'Verdana';
	line-height: 120%;
}

.about_us_title {
    background: url("images/about_bg.jpg") no-repeat center center;
    margin-top:66px;/*10px*/
    padding-bottom:5px;
}
.blod_detail_sec
{
float: left;
width:1050px;
}

.top_hed_tools h1 {
    background:#FF0000;
    color: #FFFFFF;
    font-family: 'Verdana';
    font-size: 22px;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
    margin:10px 0 0 0;
    min-width:1280px;
}

.tools_detail h1{
    color: #4D6579;
    font-family: 'Verdana-bold';
    font-size: 39px;
    font-weight: normal;
    line-height: 120%;
    padding: 3px 0;
    text-align: left;
    background:none;
}

.smart_futclass .img5 {
	max-width:950px;
}
.blog_right_cont .img5 img {
    border: 4px solid #64819F;
    width: 100%;
}
.tools_detail p
{
 font-family: 'Verdana';
    font-size: 22px;
    color:#4D6579;

}
.entry-thumbnail img {
    display: none;
   /* margin: 0 auto 10px;*/
}
.tools_detail .push_there
{
font-family: 'Verdana';
    font-size: 29px;
    color:#4D6579;

}
.red_p
{
color: #EF4035 !important;
}
.blue_p
{
color:#0A91D4 !important;
}

/*blog detail for social*/
.count-comments
{
display: none;
}
.comments-title {
    display: none;
}
.form-allowed-tags {
    display: none;
}
.comment-reply-title {
    display: none;
}
.logged-in-as {
    display: none;
}





/*woocommarce css*/
.woocommerce div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce-page #content div.product div.images img {
    -moz-transition: all 0.2s ease-in-out 0s;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    display: block;
    width: 55% !important;
}
.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
    float: left;
    
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    -moz-transition: all 0.2s ease-in-out 0s;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    display: block;
    height: auto;
    margin: 0 0 8px;
    width:100% !important;
}
.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
    width: 20% !important;
}
.woocommerce div.product, .woocommerce #content div.product, .woocommerce-page div.product, .woocommerce-page #content div.product {
    margin: 0 auto;
    position: relative;
    width: 1280px;
}


/*.social-count-plus .default .count-twitter a {
      display:block;
      background: url("images/blog_fb.png")no-repeat !important;
      height:50px!important;
      width:60px !important;
}
*/
.count-posts {
    display: none;
}
.blog_page .social-count-plus li{
	width:160px;
}
.blog_page .social-count-plus .default a{
	float:left;
}
.blog_page .social_blog_detail .img_cmnt .bg_span{
	

	border:1px solid #ccc;
	margin-left:8px;
	border-radius:5px;
	padding:4.5px 0;
	 vertical-align: middle;
}
.blog_page .social_blog_detail .img_cmnt .cnt{
	
		
	background: url("images/_r2_c1.jpg") no-repeat scroll 0 11px rgba(0, 0, 0, 0) !important;
    border-radius: 5px 5px 5px 5px;
    left: -6px;
    margin-left: 1px;
    padding:5px 9px 5px 14px;
    position: relative;

}
.blog_page  .social-count-plus .disp_blck{
	border:1px solid #ccc;
	float: left;
	border-radius:5px;
	padding:3.5px 0;
	 vertical-align: middle;
}
.blog_page  .social-count-plus .count{margin:0px;}
.blog_page .social-count-plus .items {
    background: url("images/_r2_c1.jpg") no-repeat scroll 0 10px rgba(0, 0, 0, 0) !important;
    border-radius:3px;
    left: -6px;
    margin-left: 1px;
    padding:5px 9px 5px 14px;
    position: relative;
}
.blog_page  .social-count-plus .items .label{display: none;}
.blog_page  .social-count-plus .count-twitter{
width:146px !important;
}
.blog_page  .social-count-plus .count-twitter a{
/*background: url("images/blog_twit.png") no-repeat left top !important;-*/
	background: url("images/triw_btn.png") no-repeat left top !important;
	width:94px !important;
	height:34px !important;
	margin-top:2px;
	
}
.blog_page  .social-count-plus .count-facebook a{
	/*background: url("images/blog_fb.png") no-repeat left top !important;*/
	background: url("images/fb_btn.png") no-repeat left top !important;
	width:94px !important;
	  margin-top: 2px;
}
.blog_page  .social-count-plus .count-instagram .icon{
	/*background: url("images/in_share.png") no-repeat left top!important;*/
	background: url("images/in_btn.png") no-repeat left top!important;
	width:94px !important;
	  margin-top: 2px;
}
.social_blog_detail .socialcountplus-2{
	float:left;
}
.blog_page .social_blog_detail .img_cmnt {
    float: left;
    width:17%;
}
.blog_page  .social_blog_detail > aside{
	float: left;
    width: 71%;
}
.main_blog_sec .comments-area {
    float: right;
    width: 92%;
}
.WP-PrintIcon {
    /*margin-left: 7px;*/
}
.blog_page .social-count-plus .default .count-facebook a {
    background-position: 0 0 !important;
}
.blog_page .comment-list{max-width:100%;}
.blog_page .comments-area .comment-form {max-width:100%;}
.comments-area .comment-form .comment-form-comment{
	
	
}
.comments-area .comment-form .form-submit {
    /*background: none repeat scroll 0 0 #EFEFEF;*/
    margin: 0;
    padding:10px 0;
    width: 100%;
}
.blog_page .comment-meta {
    float: left;
}

.blog_detail .comments-area .comment-form  .form-submit input{
	background:#FF0000;
    border: medium none;
    border-radius: 0 0 0 0;
    font-size: 16px;
    padding: 5px 11px;
    font-family: 'Verdana';
    color:#ffffff;
    
}
.blog_detail .comments-area .comment-form {
	border:1px solid #ccc;
	padding:0 15px;
}
.blog_detail .comments-area .comment-form textarea{
	height:140px;
	font-size:16px;
	color:#5A7899;
	border:2px solid #64819F;	
}
.blog_detail .comment-form input{
	border:2px solid #64819F;
	font-size:16px;
	color:#5A7899;
}

.blog_detail .comments-area .comment-form  p.comment-form-comment{
	margin:0px;
}
.blog_page  .comment-metadata {
    float: left;
    margin-bottom: 20px;
    margin-left: 19px;
    width: 48%;
}

.blog_page  .comment-content {
    float: left;
    width: 55%;
}
.blog_page  .reply {
    /*bottom: 0;
    left: 94%;
    position: absolute;
    top: 77%;*/
     float: right;
     text-align: right;
     vertical-align: bottom;
	 width: auto;
}
.blog_page .comment-content p{
	margin-bottom:0px;
}
.blog_page .comment-list li{
	border-bottom:1px solid #C5C5C5;
}
.blog_page .comment-list li:last-child{border:none;}
.blog_page  .comment-respond{
	padding:0px;
}
.home_online_tools ul li.tools-text a {
    color: #5A7899 !important;
    font-family: 'Verdana';
    font-size: 21px;
    margin-top: 7px;
    text-decoration: none;
}
.main_blog_sec .social_blog_detail {
    margin:5px 0 15px;
    float: right;
    text-align: right;
    width: 92%;
}

/* es457 ::  Changes  :  7-11-2014  */

.epic .epicwin-subscription{
	margin:0 auto;
	width :195px;
}



/*  All   media   queries  

@media screen and (max-width:1279px) and (min-width:1024px){
	.site-header{
		margin:5.8% 0 0;
	}
	.site-footer .ftrsocial_rights  .ftr_social{
		margin:0 40px;
		float:left;
	}
} */


.blog_right_cont a{
font-size:15px;/*18px*/
color:#FF0000;
font-family:'Verdana';
font-weight:normal;    
}
.blog-pagi .prev {
    background:#FF0000;
    color: #FFFFFF;
    padding: 5px;
    text-transform: uppercase;
}
.pagetext_blog
{
font-size:17px;
color:#FF0000 !important;
font-family:'Verdana';
font-weight:normal;

}
.cattext_blog
{
font-size:18px;
font-family:'Verdana';
font-weight:normal;
}
.woocommerce {
    margin-top:80px;
}

/*10th*/
.success {
    background-color: #004A8E;
    color: #FFFFFF;
    float: left;
    margin: 4px 0 0 9px !important;
    padding: 5px;
    text-align: center;
    width: auto;
}
.about_v_img > img {
    margin-top: 13px;
}
.woocommerce-shipping-fields
{
display: none;
}



/* es457 ::   Product Details  page  */

.woocommerce-breadcrumb{
	display:none;
}

.product_detail{
	width:100%;
	display:block;
}
.undersonstruction{
	display:block;
	margin:35px 0 78px 142px;
}
.undersonstruction p{
	color:#5279A1;
    font-family: 'Verdana';
    font-size:30px;
    line-height:130%;
}
.product_detail .description_img{
	margin:140px 0 0;
	border-top:1px  solid #5A7899;
	padding:30px 0 0;
}
.product_detail .description_img .images{
	border:10px solid #DDE7F1;
	width:580px;
	height:580px;
	text-align:center;
}
.product_detail .description_img .images .attachment-shop_single.wp-post-image{
	padding:50px;
}


.summary{
	display:block;
}
.summary .product_title{
	color:#5A7899;
    font-family: 'Verdana';
    font-size:30px;
    line-height:130%;
} 
.description{
	color:#5A7899;
    font-family: 'Verdana';
    font-size:30px;
    line-height:130%;
}

/*11th Nov*/

span.wpcf7-list-item
{
display:block !important;
}
.registration_tools_sec
{
width:630px;

}



/*  Register  pop-up ::  11-11-2014 */

#fancybox-wrap {
	z-index:99999 !important;
	width:510px !important;
}

#fancybox-content{
	background:#0084BD;
	border: 0 none !important;
    padding:16px 25px 15px 25px!important;
    width:480px !important;
	
}
#fancybox-content .img_tools {
    float: left;
    width: 118px;
    margin:0 5px 0 0;
}
#fancybox-content .text{
	float:left;
}
#fancybox-content .text {
	color: #FFFFFF;
    font-family: 'Verdana';
    font-size: 17px;
    line-height: 140%;
    margin: 10px 0 0 3px;
}
#fancybox-content .text  p.freetext {
    padding: 0 0 0 85px;
    text-align: center;
}
#fancybox-content .text span{
	font-size:22px;
}
#fancybox-content .registration_tools_sec{
	color:#ffffff;
	margin:15px 0 0;
	width:100%;
}
#fancybox-wrap  #fancybox-close {
    /*background: url("fancybox.png") repeat scroll -40px 0 rgba(0, 0, 0, 0);*/
    cursor: pointer;
    display: none;
    height: 30px;
    position: absolute;
    right:-30px;
    top: -10px;
    width: 30px;
    z-index: 999999;
}
#fancybox-wrap  #fancybox-outer{
	width:100% !important;
}
#fancybox-content form input , #fancybox-content form  button {
	border: medium none;
    color:#5E86A2;/*#A8C2DE;*/
    font-family: 'Verdana';
    font-size: 14px;    
    width:290px;/*223px*/
    margin:0 auto;
    display:block;
}
#fancybox-content form input[type="checkbox"]{
	/*margin:0px;
	width:auto;
	display:inline-block;*/
	display:none;		
}
#fancybox-content form span.checkbox {
	display: inline-block;
    height: 17px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 17px;
	background:url(images/check-box.gif) no-repeat;	
}
input.styled {
    display: none;
}
#fancybox-content form  input[type="submit"]{
	width:292px;/*223px*/
	color:#ffffff;
	background:#F4031E;
	border:none;
	padding:7px;
	border-radius:0px;
	float: left;
    margin:6px 0 6px 94px;/* 6px 0 6px 128px;*/
    padding: 7px;    
    text-align: left;
    font-family: 'Verdana';
}
#fancybox-content form input.FirstName {
    margin: 20px auto 0 !important;
}
#fancybox-content form  p{
	margin:0 0 10px;
	font-size:17px;
}
#fancybox-content form  p span.wpcf7-form-control-wrap{
	width:478px;
}
#fancybox-content form  .wpcf7-list-item-label {
    font-size:17px;
    padding: 0 0 0 6px;
}
#fancybox-content div.wpcf7 img.ajax-loader {
    border: medium none;
    float: left;
    margin-left:12px;
    margin-top:15px;
    vertical-align: top;
}
#fancybox-content .registration_tools_sec span.wpcf7-list-item{
	margin:0px;
}
#fancybox-content  .wpcf7 {
    clear: both;
}
#fancybox-content   div.wpcf7-validation-errors {
    border: 2px solid #fff;
    clear: both;
    color:#F7E700;    
}
#fancybox-content  div.wpcf7-mail-sent-ok {
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}
#fancybox-content span.wpcf7-not-valid-tip {
    color: #F7E700;
    display: block;
    font-size: 0.9em;
    margin: 0 0 0 6em;
    padding: 5px 0 0;
    text-align: left;	
}

/* new  slider */

.site-main .book_bnr .metaslider {
    margin: 0 auto;
    position: relative;
    width: 100% !important;
    z-index: 0;
    max-width:100% !important;
}
.site-main .book_bnr .metaslider .flex-control-nav{
	bottom:10px !important;
}
.site-main .book_bnr .metaslider .flexslider{
	margin:0px;
}
.site-main .flex-direction-nav .flex-next{
	right:15px !important;
}
.flex-direction-nav .flex-prev{
	left:15px !important;
}

/* slider  End */

/* new  bolg  details  page ----*/
.blog_detail .blogdata{
	float: left;
	width:92%;
}
.blog_detail p.img2{
	float:left;
	margin:0 24px 0 0;
}
.blog_detail .entry-header{
	margin:0px;
}
.blog_detail .blogdata .entry-title{
	color: #5387A3;
    font-family: 'Verdana-bold';
    font-size: 34.5px;
    font-weight: normal;
    line-height: 120%;
    padding: 3px 0;
    text-align: left;
    margin:0px;
}
.blog_detail .blogdata p.subtitle {
	color: #5387A3;
    font-family: 'Verdana';
    font-size: 26px;
    font-weight: normal;
    margin: 0 0 17px;
}
.blog_detail .blogdata p{
	color: #5387A3;
    font-family: 'Verdana';
    font-size: 21px;
    font-weight: normal;
    line-height: 145%;
    margin: 0 0 11px;
}
.blog_detail .blogdata p.img1{
	margin-left:39px;
}
.blog_detail .blogdata p.img1 img{
	border: 4px solid #64819F;
    width: 100%;
}
.blog_detail .blogdata p.img2{
	margin-right:39px;
}
.blog_detail .blogdata p.img2 img{
	border: 4px solid #64819F;
    width: 100%;
}
.blog_detail .blogdata p.img5{
	margin:0px;
}
.blog_detail .blogdata p.img5 img{
	border: 4px solid #64819F;
    width: 100%;
}
.blog_detail .blogdata p span.diff_text{
	color:#2788BF;
}
.blog_detail .blogdata .cat_calss {
    display: block;
    margin: 0 0 22px;
}
.blog_detail .blogdata .cat_calss p.cat {
    color: #5387A3;
    float: left;
    font-family: 'Verdana';
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}
.blog_detail .blogdata  .cat_calss p.cat a {
    color:#5387A3;;
    font-size: 16px !important;
}
.blog_detail .blogdata  .cat_calss p.cat a.redanchor {
    color:red;
    font-size: 16px !important;
}
.blog_detail .red_p {
    margin: 0 !important;
}
.blog_detail .push_there {
    display: block;
    font-size: 26px !important;
    margin: 22px 0 !important;
    text-align: center;
}
/*blog detail page falling forword subtitle for truth section*/

.truth_subtitle {
    font-size: 27px;
}
.cattext
{
color:#ff0000;
}
.blog_detail h4
{

    color: #5387A3 !important;
    font-family: 'Verdana-bold' !important;
    font-size: 34.5px !important;
    font-weight: normal !important;
    line-height: 120% !important;
    margin: 0 !important;
    padding: 3px 0 !important;
    text-align: left !important;

}

.AMZtext
{
text-transform:none;
}
.add_to_cart_button 
{
display:none !important;
}





/*woocommarce css on 20th Nov*/

.products h3 a
{
color:#6781A3;/*#64819F;*/
font-family:'Verdana';
text-decoration: none;
font-weight:normal;
}
.products .price
{
color: #008CD2 !important;
	font-size:19px;
	font-family:'Verdana-bold';
	text-transform: uppercase;
	line-height: 100%; 
}
.product p
{
color: #64819F;
	/*font-size: 20px;*/
	font-size: 19px;
	font-family: 'Verdana';
	line-height: 120%;
}
.woocommerce-result-count
{
display: none;
}

.productcat .page-title
{
color:#64819F;
font-family:'Verdana-bold';
text-decoration: none;
font-style:normal;
max-width:900px;
font-size:21px;
padding:5px 0 55px;

}
.woocommerce-page ul.products li.product
{
	list-style:none !important;
	width:205px !important;/*185px*/
	margin-bottom:42px !important;
}
.woocommerce-page ul.products li.product a img
{
box-shadow:none !important;
vertical-align:bottom;
}
.cat_page_pro_list
{
margin-left:174px;	
}
.cart_page .shop_table th 
{
border:1px solid #CECECE;
}
.cart_item td
{
border:1px solid #CECECE;
}
.woocommerce table.cart img, .woocommerce #content table.cart img, .woocommerce-page table.cart img, .woocommerce-page #content table.cart img {
    width:65%;
}
.cart_page h1
{
 color: #ff0000 !important;
    font-family: 'Verdana-bold' !important;
    font-size: 34.5px !important;
    font-weight: normal !important;
    padding: 3px 0 !important;
    text-align: left !important;
    margin:8px 0 10px 0 !important;
}
.line_top_cart
{
border-top:1px solid #5A7899;
}
.actions .coupon .input-text
{
margin-right:10px;
width:120px !important;
height:34px !important;

}
.coupon .button{
background:#4C6579 !important;
color:#ffffff !important;
font-family: 'Verdana' !important;
margin-left:16px !important;
font-weight: normal !important;
text-shadow:0 -1px 0 rgba(0, 0, 0, 0.6)!important;
height:34px !important;
}
.coupon #coupon_code
{
color:#43596A !important;
font-family: 'Verdana' !important;
margin:4px 4px 0 0 !important;
}
.actions .button{
	background:#4C6579 !important;
    border: 1px solid #4C6579 !important;
    color: #FFFFFF !important;
    font-family: 'Verdana' !important;
    font-weight: normal !important;
    height: 34px !important;
    margin-left: 16px !important;
    text-shadow: none !important;
    box-shadow:none !important;
}

.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions
{
height:60px;
background:#EFEFEF;
border:1px solid #D3D3D3;
}
.product-name a
{
color:#4C6579 !important;
font-family: 'Verdana' !important;
font-size:18px; 
}

.woocommerce table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce-page #content table.cart a.remove
{
background: url("images/product_delete.png") no-repeat left top!important;
border-radius: 0 0 0 0;
    display: block;
    font-size: 0;
    height: 28px;
    width: 24px;
    margin:0 auto;
}
.cart-collaterals
{
display:none;
}
.cart_page
{
margin:0 0 145px 0;
}
.actions .checkout-button{
	background:#FF0000 !important;
    border: 1px solid #FF0000 !important;
    color: #FFFFFF !important;
    font-family: 'Verdana' !important;
    font-weight: normal !important;
    height: 34px !important;
    margin-left: 16px !important;
    text-shadow: none !important;
}
.cart_page .shop_table thead tr th {
  color: #4c6579 !important;
  font-family: "Verdana-bold" !important;
  font-size: 18px;
  font-weight: normal !important;
  line-height: 100%;
  text-align: center;
}
.shop_table .product-price
{
color:#4C6579 !important;
font-family: 'Verdana' !important;
 font-size:18px;
 text-align:center;

}
.shop_table .qty
{
color:#4C6579 !important;
font-family:'Verdana' !important;
 font-size:18px;

}
.shop_table .amount{
color:#4C6579 !important;
font-family: 'Verdana' !important;
font-size:18px;
text-align:center;
}
.cart_item .product-thumbnail
{
width:110px !important;
text-align: center;
}
.myaccount_login_page #customer_login h2
{

	color: #ff0000 !important;
    font-family: 'Verdana-bold' !important;
    font-size:39px !important;
    font-weight: normal !important;
    padding: 3px 0 !important;
    text-align: left !important;
    margin:8px 0 10px 0 !important;

}
.myaccount_login_page .col-1 .login_frm
{
background:#F9F9F9 !important;
margin-top: 20px;
min-height: 300px;
padding: 0 7px;
}
.myaccount_login_page .col-2 .reg_frm
{
background:#F9F9F9 !important;
margin-top: 20px;
min-height: 300px;
padding: 0 7px;
}
.login_frm .login
{
border: none !important;
}
.reg_frm .register
{
border: none !important;
}
.login_frm p
{
color:#64819F !important;
font-family:'Verdana' !important;
 font-size:16px;
}
.login_frm p label{
color:#4D6579 !important;
}
.reg_frm p
{
color:#64819F !important;
font-family:'Verdana' !important;
 font-size:16px;
}
.reg_frm p label{
color:#4D6579 !important;	
}
.login_frm .login .button
{
	background:#ff0000 !important;
    border: 0 none !important;
    border-radius: 0 0 0 0 !important;
    box-shadow: none !important;
    color: #FFFFFF !important;
    font-family: 'Verdana-bold' !important;
    font-size: 22px !important;
    font-weight: normal !important;
    height: 50px;
    width: 165px;
}
.login_frm .inline
{
	color: #333333;
    font-size: 16px;
    margin-left:14px;
}
.reg_frm .register .button
{
background:#ff0000 !important;
border: 0 none !important;
border-radius: 0 0 0 0 !important;
box-shadow: none !important;
color: #FFFFFF !important;
font-family: 'Verdana-bold' !important;
font-size: 22px !important;
font-weight: normal !important;
height: 50px;
width: 165px;
}
.myaccount_login_page input{
	border: 1px solid #CCCCCC;
	color: #64819F !important;
	font-family: 'Verdana' !important;
	font-size: 18px;
	height: 40px;

}
.lost_pwd h2
{
color: #ff0000 !important;
    font-family: 'Verdana-bold' !important;
    font-size: 34.5px !important;
    font-weight: normal !important;
    padding: 3px 0 !important;
    text-align: left !important;
    margin:8px 0 10px 0 !important;

}
.lost_pwd .lost_pwd_frm
{
background:#F9F9F9 !important;
padding:10px 20px 10px 20px;
min-height:200px;
margin-top:20px;
color:#64819F !important;
font-family:'Verdana' !important;
}
.lost_pwd .lost_reset_password
{
color:#64819F !important;
font-family:'Verdana' !important;
}
.lost_pwd_frm .form-row .button
{
background:#ff0000 !important;
height:46px;
width:211px;
color:#ffffff !important;
font-family:'Verdana-bold' !important;
font-weight: normal !important;
font-size:22px !important;

}
.lost_pwd_frm .form-row
{
margin-top:5px !important;/*15px*/
}
.lost_pwd_frm input{
color:#64819F !important;
font-family:'Verdana' !important;
 font-size:18px;
 height:42px;
}
.myaccunt_sec h1
{
color: #ff0000 !important;
    font-family: 'Verdana-bold' !important;
    font-size: 34.5px !important;
    font-weight: normal !important;
    padding: 3px 0 !important;
    text-align: left !important;
    margin:8px 0 10px 0 !important;


}
.myaccunt_sec h2
{
	color: #ff0000 !important;
    font-family: 'Verdana-bold' !important;
    font-size:22px !important;
    font-weight: normal !important;
    padding: 3px 0 !important;
    text-align: left !important;
    margin:8px 0 10px 0 !important;


}
.myaccount_user{
	color:#5A7899 !important;
    font-family: 'Verdana' !important;
    font-size: 16px;
}
.myaccount_user a{
	color:#4C6579;
}
.myaccount_user a:hover{
	color:#ff0000;
}
.order .order-number,.order-date ,.order-status,.order-total
{
border:1px solid #EFEFEF;
text-align:left;
}
.order-actions
{
border:none !important;
}
.my_account_orders tr th
{
height:50px !important;
text-align: left;
}
.myaccunt_sec .shop_table thead tr th
{
color:#64819F !important;
font-family: 'Verdana-bold' !important;
 font-weight: normal !important; 
 text-align:left;  
}
.myaccunt_sec .shop_table thead tr td,time,.order-status,.order-total
{
color:#64819F !important;
font-family: 'Verdana' !important;
 font-weight: normal !important; 
 text-align:left;  
 font-size:16px;

}
.myaccunt_sec .shop_table a
{
color:#64819F !important;
font-family: 'Verdana' !important;
 font-weight: normal !important; 
 text-align:left;  
 font-size:16px;

}
td.order-actions
{
text-align:center !important;
}
td.order-actions .button
{
background:#4C6579 !important;
color:#FBFCFC !important;
height:35px !important;
width:80px;
text-align:center
}

.woocommerce .woocommerce-message {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("images/suc.png");
    background-origin: padding-box;
    background-position: 10px center !important;
    background-repeat: no-repeat;
    background-size: auto auto;
    border: 1px solid #E6E6E6;
    border-radius: 6px 6px 6px 6px;
    box-shadow: none;
    height: auto;
    line-height: 30px;
    padding-bottom: 25px !important;
    padding-left: 70px !important;
    padding-top: 25px !important;
    vertical-align: middle;
    width:100%;/*91.4%*/
    content:"" !important;
    margin:15px 0 0 !important;
}
.woocommerce .woocommerce-message .wc-forward {
    background:#FF0000 !important;
    border: medium none !important;
    border-radius: 3px 3px 3px 3px !important;    
    font-size: 16px !important;
    color:#ffffff !important;
	font-family: 'Verdana' !important;
	font-weight: normal !important; 
    padding: 9px 14px !important;
    text-shadow: none !important;
    margin:12px 0 0;
}
.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before{
	background:transparent !important;
    box-shadow: none !important;
    content: "" !important;
}
.woocommerce .woocommerce-error, .woocommerce-page .woocommerce-error li {
    
	color:#64819F !important;
	font-family: 'Verdana' !important;
	font-weight: normal !important; 
    font-size: 14px;
    font-weight: normal;
    line-height: 150%;
}
.woocommerce-error:before {
    content: none !important;
}
.woocommerce .woocommerce-error, .woocommerce-page .woocommerce-error {
    background-color: #FBFBFB !important;
    background-position: 17px center !important;
    border: 1px solid #E6E6E6;
    border-radius: 6px 6px 6px 6px;
    box-shadow: none;
    height: auto;
    margin-top: 15px !important;
    padding-bottom: 20px !important;
    padding-left: 93px !important;
    padding-top: 20px !important;
}
.woocommerce-error {
    background: url("images/eror.png") no-repeat scroll 0 0 transparent !important;
    height: 51px;
    width: 51px;
}
.woocommerce .myaccount_login_page input.styled {
    display:inline-block;
    vertical-align: middle;
}
.my_downloads ul li
{
height:40px;
border:1px solid gray;
padding:5px 10px 5px 30px;
border-radius:10px;
margin-top:5px;
width:100%;
background:#4C6579;
color:#ffffff ;


}
.my_downloads
{
padding:20px;
border:1px solid gray;
background:#F2F1F0;
border-radius:20px;
width:60%;
margin:0 0 30px;
}
.my_downloads ul li:before
{
content:"" !important;
}
.my_downloads ul li a
{
color:#ffffff ;
margin-left:20px;
}
.my_downloads ul li a:hover
{
color:#ffffff ;
}
.edit_ac h1
{
color:#EE4035 !important;
    font-family: 'Verdana-bold' !important;
    font-size:34px !important;
    font-weight: normal !important;
    padding: 3px 0 !important;
    text-align: left !important;
    margin:8px 0 10px 0 !important;


}

.first_edit_ac
{
padding:25px;
background:#F9F9F9;
}
.second_edit_ac
{
padding:25px;
background:#F9F9F9;
margin-top:20px;
}
.second_edit_ac .button
{
	background:#FF0000 !important;
    border: 0 none !important;
    border-radius: 0 0 0 0 !important;
    color: #FFFFFF !important;
    font-family: 'Verdana-bold' !important;
    font-size: 20px !important;
    font-weight: normal !important;
    height: 42px;
    margin-left: 15px !important;    
    padding: 10px;
    width: 185px;
}
.fieldset
{
border:none !important;
}
.edit_ac h2
{
color:#EE4035 !important;
    font-family: 'Verdana-bold' !important;
    font-size:24px !important;
    font-weight: normal !important;
    padding: 3px 0 !important;
    text-align: left !important;
    margin:8px 0 10px 0 !important;


}
.first_edit_ac,.second_edit_ac,.second_edit_ac input,.first_edit_ac input
{
color:#64819F !important;
	font-family: 'Verdana' !important;
	font-weight: normal !important; 
    font-size:18px;
    font-weight: normal;
}

.checkout_page h1
{
color:#EE4035 !important;
    font-family: 'Verdana-bold' !important;
    font-size:34px !important;
    font-weight: normal !important;
    padding: 3px 0 !important;
    text-align: left !important;
    margin:8px 0 10px 0 !important;

}
.woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
  background: transparent url("images/abt.png") no-repeat	 0 0 !important;
  box-shadow: none !important;
  content: "";
  height: 50px;
  left: 1em;
  top: 5px;
  width: 50px;
}
.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info
{
    background:#DDE7F1 !important;
    background-position: 17px center !important;
    border:0px;
    border-radius:0px;
    box-shadow: none;
    height:62px !important;
    margin-top: 15px !important;
    padding-bottom: 20px !important;
    padding-left: 93px !important;
    padding-top: 20px !important;
    color:#64819F !important;
    font-size:20px;
	font-family: 'Verdana' !important;
	font-weight: normal !important;
	text-shadow:none !important;
}
.woocommerce .woocommerce-info .showcoupon
{
color:#EE4035 !important;
 font-family: 'Verdana' !important;
 font-weight: normal !important;
}
.checkout_coupon .button{

background:#EE4035 !important;
    font-family: 'Verdana-bold' !important;
    font-size:18px !important;
    font-weight: normal !important;
    color:#FBFAE8 !important;
    height:40px;
    width:185px;
    padding:10px;
}
.checkout_coupon .coupon_code{
height:40px !important;
border-radius:6px
}
.checkout_coupon
{
background:#F9F9F9;
}
.woocommerce-billing-fields h3
{
color:#5A7899 !important;
    font-family: 'Verdana-bold' !important;
    font-size:34px !important;
    font-weight: normal !important;
    padding: 3px 0 !important;
    text-align: left !important;
    margin:8px 0 10px 0 !important;

}
.checkout_form .col-1,.checkout_form .col-1 input
{
background:#F9F9F9;
padding:20px 10px 15px 32px;
width:100% !important;
 font-family: 'Verdana-bold' !important;
  color:#64819F !important;
}

#order_review_heading
{
	color:#5A7899 !important;
    font-family: 'Verdana-bold' !important;
    font-size:30px !important;
    font-weight: normal !important;
    padding: 3px 0 !important;
    text-align: left !important;
    margin:8px 0 10px 0 !important;

}
.your_dreder_sec
{
background:#F9F9F9;
padding:20px 10px 15px 32px;
width:100% !important;
 font-family: 'Verdana-bold' !important;
  color:#64819F !important;
margin-top:30px;
}
#payment
{
margin-top:40px;
}
.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot th
{
border-top:none !important;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last
{
float:none;
}
.woocommerce-info a
{
	color: #EE4035 !important;
    font-family: 'Verdana' !important;
    font-weight: normal !important;
}
.checkout_page .login
{
background:#F9F9F9;
padding:20px 10px 15px 32px;
width:100% !important;
 font-family: 'Verdana-bold' !important;
  color:#64819F !important;
margin-top:30px;
}


/* es457  ::  24-11-2014  */

.shop_table .product-subtotal {
    text-align: center !important;
}
.checkout_form .woocommerce-billing-fields label {
  color: #4c6579;
  font-family: "Verdana";
  font-size: 16px;
  text-transform: capitalize;
}
.checkout_form .woocommerce-billing-fields input[type="text"], .checkout_form .woocommerce-billing-fields input[type="password"],form.checkout p#billing_email_field input.input-text{
	height:40px;
	border:1px solid #cccccc !important;
	background:#ffffff !important;
	padding:8px;
	color:#B4C9E1 !important;
	font-size:14px !important;
	font-family: "Verdana" !important;
	width:575px !important;
}
.checkout_page .login label{
	color:#4C6579;
	font-size:16px;
	font-family: "Verdana";
}
.checkout_page .login  input{
	height:40px;
	border:1px solid #cccccc !important;
	background:#ffffff !important;
	padding:8px;
	color:#B4C9E1 !important;
	font-size:14px !important;
	font-family: "Verdana" !important;
	width:575px !important;
}
.checkout_page .login  input.button{
	width:130px !important;
	background:#ff0000 !important;
	border:1px solid #ff0000 !important;
	color:#ffffff !important;
	text-shadow:none !important;
	font-size:18px !important;
}
.lost_pwd_frm label{
	color:#4C6579;
	font-size:16px;
	font-family: "Verdana";
}
.lost_pwd_frm input{
	height:40px;
	border:1px solid #cccccc !important;
	background:#ffffff !important;
	padding:8px;
	color:#B4C9E1 !important;
	font-size:14px !important;
	font-family: "Verdana" !important;
	width:575px !important;
}
.lost_pwd_frm input.button{
	width:211px !important;
	background:#ff0000 !important;
	border:1px solid #ff0000 !important;
	color:#ffffff !important;
	text-shadow:none !important;
}
.shop_table tr th {
  color: #4c6579;
  font-family: "Verdana-bold";
  font-size: 18px;
  font-weight: normal !important;
  line-height: 100%;
}
.shop_table tr td{
	color:#4C6579;
	font-size:18px;
	font-family: "Verdana";
}
.woocommerce #payment .terms, .woocommerce-page #payment .terms{
	text-align:left !important;
	padding:0px;
}
.checkout_coupon label{
	color:#4C6579;
	font-size:16px;
	font-family: "Verdana";
}
.checkout_coupon input{
	height:40px;
	border:1px solid #cccccc !important;
	background:#ffffff !important;
	padding:8px;
	color:#B4C9E1 !important;
	font-size:14px !important;
	font-family: "Verdana" !important;
	width:575px !important;
}
.checkout_coupon input.button{
	width:211px !important;
	background:#ff0000 !important;
	border:1px solid #ff0000 !important;
	color:#ffffff !important;
	text-shadow:none !important;
}
.place-order input.button{
	width:250px !important;
	background:#ff0000 !important;
	border:1px solid #ff0000 !important;
	color:#ffffff !important;
	text-shadow:none !important;
}
.checkout_form .place-order input.button{
	background:#FF0000 !important;
    border: 1px solid #FF0000 !important;
    color: #FFFFFF !important;
    height: 52px !important;
    text-shadow: none !important;
    width:275px !important;/*170px*/
}

/* 25-11-2014  :: changes  */

.checkout_form  .shop_table  .cart-subtotal > th {
    text-align:left;
    padding:0 0 0 195px;
}
.checkout_form  .shop_table  .cart-subtotal > td{
	text-align: center;
}
.checkout_form  .shop_table  .shipping {
	display:none;
}
.checkout_form  .shop_table  .shipping th{
	text-align:left;
	padding:0 0 0 178px;
}
.checkout_form  .shop_table  .shipping  td{
	text-align: center;
}
.checkout_form  .shop_table  .order-total th {
	text-align:left;
	padding:0 0 0 195px;
}
.checkout_form  .shop_table  .order-total td {
	text-align: center;
}
 .checkout_form .shop_table .product-total {
  line-height: 100%;
  text-align: center;
}
#payment  h2{
	font-size:30px;
	font-family: "Verdana-bold";
	color:#5A7899;
	font-weight:normal;
}
#payment ul.payment_methods  li label{
	font-size:16px;
	font-family: "Verdana" !important;
	color:#4D6579;
	font-weight:normal;
}
.container .woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box{
	background:#ffffff;
	font-size:16px;
	font-family: "Verdana" !important;
	color:#4D6579;
	font-weight:normal;
	border:1px solid #cccccc;
	box-shadow:none !important;
	text-shadow:none !important;
	border-radius:5px;
}
.container .woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after{
	 /*border-color:rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFFFFF;
	 top:0px;
	 background:url("images/top-img.png") no-repeat left -4px;
	 height:12px;
	 width:27px;*/
  background: rgba(0, 0, 0, 0) url("images/top-img.png") no-repeat scroll left 4px;
  border: medium none !important;
  content: "";
  height: 16px;
  left: 32px !important;
  position: absolute !important;
  top: -16px;
  width: 27px;
  z-index: 99999;
}
 .container .woocommerce #payment div.payment_box:before {
  display: none !important;
}
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox{
	font-size:16px;
	font-family: "Verdana" !important;
	color:#4D6579;
	text-transform:none;
}
.container  .woocommerce form .form-row label.checkbox a, .woocommerce-page form .form-row label.checkbox a{
	font-size:16px;
	font-family: "Verdana" !important;
	color:#ff0000;
}

#payment .pay_info_sec{
	background:#ffffff;
	padding:10px;
	border:1px solid #cccccc;
	padding:2px 10px;
}
.container .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  clear: both;
  display: block;
  float: left;
  margin: 17px 0 0;
  width: 100%;
}
.pay_info_sec .place-order input.button{
	font-size:22px !important;
}
.container  .woocommerce .lost_password{
	color:#FF0000;
	font-size:16px;
	font-family: "Verdana";
	margin:0px;
}





/* footer  responsive  issue  */

		.ftr_rights.mobile_view_ftr {
			display: none !important;
		}
		.mob_ftr {
			display: none !important;
		}



/*25th Nov 2014*/
.companies > img {
    width:65%;
}


/* 26-11-2014  ::  changes  */

.cart_page .shop_table input {
  font-size: 16px !important;
  padding: 6px 10px;
}
.container .woocommerce  .cart_page .shop_table .product-name {
    text-align: left !important;
}
.woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce #content .quantity .minus, .woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page #content .quantity .plus, .woocommerce-page #content .quantity .minus{
	font-size:12px !important;
}
.container .woocommerce .lost_password a{
    color: #5A7899;
    font-family: "Verdana";
    font-size: 14px;
}
.checkout_page .login input#rememberme{
	display:inline;
	vertical-align: middle;
	margin:0 3px 0 10px;
	width:auto !important;
} 
.container .woocommerce .order-info{
	color:#4C6579;
	font-size:18px;
	font-family: "Verdana";
	margin:0 0 48px;
}
.container .woocommerce .order-info mark{
	color:#ff0000;
	background:none !important;
	border:none !important;
}
.container .woocommerce .order-info mark.order-status{
	color:#ff0000 !important;
	font-size:18px;
}
.container .my_account_orders  .button.view {
    background:#4C6579 !important;
    border: 0 none !important;
    border-radius: 0 0 0 0 !important;
    color: #FFFFFF !important;
    float: right;
    font-size: 14px !important;
    margin: 5px 0 0;
    text-shadow: none !important;
    padding:6px 14px !important;
}
.my_account_orders{
	border-radius:0px !important;
	margin:0 -1px 50px 0 !important;
}
.my_account_orders th span.nobr{
	color:#4C6579;
	font-size:18px;
	font-family: "Verdana-bold";
	font-weight:normal;
}
.my_account_orders .order .order-number a{
	font-size:18px;
	font-family: "Verdana";
	font-weight:normal;
	color:#4C6579 !important;
}
.my_account_orders .order .order-date time{
	font-size:18px;
	font-family: "Verdana";
	font-weight:normal;
	color:#4C6579 !important;
}
.my_account_orders .order .order-total{
	font-size:18px;
	font-family: "Verdana";
	font-weight:normal;
	color:#4C6579 !important;
}
.my_account_orders .order .order-total span{
	color:#4C6579 !important;
}
.container .woocommerce  h3 {
    color: #FF0000 !important;
    font-family: 'Verdana-bold' !important;
    font-size: 39px !important;
    font-weight: normal !important;
    margin: 8px 0 10px !important;
    padding: 3px 0 !important;
    text-align: left !important;
}
.order_detail_sec{
	background:#f9f9f9;
	padding:15px 32px;	
}
.order_detail_sec h2{
	color:#5A7899;
	font-size:30px;
	font-family: "Verdana-bold";
	font-weight:normal;
	margin:7px 0 32px;
}
.order_details{
	border-radius:0px !important;
	background:#ffffff !important;
}
.order_details th {
    border: 1px solid #CCCCC    
}
.order_details th.product-total{
	text-align:center;
}
.order_details th.order_dt_th {
	border:none;
	padding:0 0 0 180px !important;
}
.order_details tfoot td{
	border:none !important;
}
.order_details td{
	border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: medium none;
}   
.order_details  td.product-thumbnail{
	max-width:110px !important;
	width:110px !important;
	text-align:center;
}    
.order_details  th.product-thumbnail{
    border-right: 1px solid #CCCCCC;
}
.order_details  th.product-name{
    border-right: 1px solid #CCCCCC;
}
.order_details .product-total{
	width:250px !important;
}
.order_details td.product-total{
	text-align:center;
} 
.order_details td.product-total:last-child{
	border-right:none;
}
.customer_details{
	background:#ffffff;
	border:1px solid #cccccc;
	padding:30px;
	margin:0px !important;
	clear:both;
}
.customer_details .email{
	float:left;
	width:33%;
}
.customer_details .email_title{
	font-size:18px;
	color:#4D6579;
	font-family: "Verdana-bold";
	font-weight:normal;
	
}
.customer_details .email_data{
	font-size:18px;
	color:#4D6579;
	font-family: "Verdana";
	font-weight:normal;	
}
.customer_details .phone{
	float:left;
}
.customer_details .phone_title{
	font-size:18px;
	color:#4D6579;
	font-family: "Verdana-bold";
	font-weight:normal;
}
.customer_details .phone_data{
	font-size:18px;
	color:#4D6579;
	font-family: "Verdana";
	font-weight:normal;
}
.order_detail_sec  .order-again  a.button {
    background:#FF0000 !important;
    border: medium none !important;
    color: #FFFFFF !important;
    font-size: 16px !important;
    padding: 10px 15px !important;
    font-family: "Verdana-bold";
    font-weight:normal !important;
}
.shop_table td.product-thumbnail {
    max-width: 165px !important;
    width: 165px !important;
}
.shop_table th.product-Image{
	text-indent:-9999999px;
}
.shop_table .cart_item td{
	border-right:none !important;
}

/* Thank you. Your order has been received. */

.container .woocommerce .thanx_sec p{
	font-size:18px;
	color:#ff0000;
	font-family: "Verdana-bold";
	font-weight:normal;
}
.container .woocommerce .thanx_sec .order_details .order{
	font-size:16px;
	color:#4C6579;
	font-family: "Verdana";
}
.container .woocommerce .thanx_sec .order_details .order strong{
	font-family: "Verdana";
	font-weight:normal;
	color:#ff0000;
}
.container .woocommerce .thanx_sec .order_details .date{
	font-size:16px;
	color:#4C6579;
	font-family: "Verdana";
}
.container .woocommerce .thanx_sec .order_details .date strong{
	font-family: "Verdana";
	font-weight:normal;
	color:#ff0000;
}
.container .woocommerce .thanx_sec .order_details .total{
	font-size:16px;
	color:#4C6579;
	font-family: "Verdana";
}
.container .woocommerce .thanx_sec .order_details .total strong{
	font-family: "Verdana";
	font-weight:normal;
	color:#ff0000;
}



/*changes on 27th nov*/
.featured ul li a.link_cart_text p{
    color: #64819F;
    font-family: 'Verdana';
    font-size: 19px;
    line-height: 120%;
    font-weight:normal !important;
} 

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
    font-size:21px;
    margin: 0;
    padding:0 0;
    font-family: 'Verdana';
    
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float:none;
    margin: 0 1.8% 1% 0 !important;
    padding: 0;
    position: relative;
    width: 22.05%;
    display: inline-block;
}

/* 27-11-2014 ::  changes  */

.woocommerce .edit_account .first_edit_ac input[type="text"] , .woocommerce .edit_account .first_edit_ac input[type="email"]{
	border:1px solid #cccccc;
	font-size:14px;
	font-family: 'Verdana';
	height:40px !important;
}
.woocommerce .edit_account .first_edit_ac .form-row-first{
	width:48% !important;
	float:left;	
}
 .woocommerce .edit_account .first_edit_ac .form-row-last{
	width:48% !important;
	float:right;	
 }
.woocommerce .edit_account  .second_edit_ac input[type="password"]{
	border:1px solid #cccccc;
	font-size:14px;
	font-family: 'Verdana';
	height:40px !important;
}


/* mozia   checkbox windows */


.woocommerce .checkout_form .woocommerce-billing-fields .create-account .input-checkbox{
	display: inline-block !important;
	width:auto !important;
}
.woocommerce .checkout_form .woocommerce-billing-fields .create-account .checkbox{
	display: inline-block !important;
	
}
.fut_of_work {
    background: none repeat scroll 0 0 #FF0000;
    min-width: 1280px;
    padding: 0 0 10px;
    position: relative;
    width: 100%;
    
}

.fut_of_work .text_left_fut_work{
    float:left;
    margin: 0 0 0 43px;
    width: 640px;
    color:#ffff;
}

.books_research .block1_text p{
	margin: 0 0 23px;
}

.fut_of_work .down_btn a
{
  background: none repeat scroll 0 0 #FFFFFF;
    color: #FF0000;
    font-family: 'Verdana';
    font-size:14px;
    padding: 5px 11px;
    text-decoration: none;
    margin-top:18px;
}
.fut_of_work p a
{
color: #fff;
font-size:21px;
font-family: 'Verdana';
line-height:100%;
}
.fut_of_work h4
{
 color: #FFFFFF;
    font-family: 'Verdana-bold';
    font-size: 19px;
    margin:0 0 0 35px;
    padding: 33px 0 16px;
}
.fut_of_work .block1_img {
    float: left;
    margin-bottom:31px;
    margin-left:36px;
    width:542px;
    border:4px solid #64819F;
}

.fut_work_botom_sec {
    margin: 35px 0 45px 85px;
    
}
.fut_of_work .down_btn {
    display: block;
    margin-top: 25px !important;
}
.fut_work_botom_sec p
{
color:#2A719E;
font-family: 'Verdana';
font-size:21px;
line-height:192%;
}
.fut_work_botom_sec ul li a
{
color:#008FEE;
font-family: 'Verdana-bold';
}
.fut_work_botom_sec ul li 
{
 color: #4D7EA6;
    font-family: 'Verdana';
    font-size: 21px;
    line-height: 135%;
    list-style: disc outside none;
    margin: 0 0 12px;
}
.fut_of_work strong {
font-family: 'Verdana-bold';

}
.fut_of_work .text_left_fut_work p{
	margin: 0 0 23px;
}
.fut_work_botom_sec ul{
	margin: 0 0 0 16px;
}
.return-to-shop .button
{
background: none repeat scroll 0 0 #ff0000 !important;
    border: 1px solid #4C6579 !important;
    box-shadow: none !important;
    color: #FFFFFF !important;
    font-family: 'Verdana' !important;
    font-weight: normal !important;
    height: 34px !important;
    margin-left: 16px !important;
    text-shadow: none !important;
    padding:6px 10px 8px 10px !important;
}
.cart-empty
{
color: #4D7EA6;
    font-family: 'Verdana';
}

.product_type_external
{
display: none !important;
}
.term-description p {
    color: #5E86A2;
    font-family: 'verdana';
    font-size: 23px;
    margin: 0 0 20px;
}
.products h3 a .postcad
{
font-family:'Verdana';
font-weight:normal;
font-size:21;
color:#0E619B;
}
li.post-825 h3
{
font-size:20px !important;
}
.mrg_btm
{
margin-bottom:-10px;
}
.tob_marg
{
margin-bottom:28px;
}

p .fast_pak_space 
{
margin-top:10px;
display:block;

}
.order-discount.coupon-SimplerCoupon50 > th
{
text-align:center;
padding:0 0 0 17px !important;
}
.order-discount.coupon-SimplerCoupon00 > th
{
text-align:center;
padding:0 0 0 17px !important;
}
.order-discount.coupon-SimplerCoupon25 > th
{
text-align:center;
padding:0 0 0 17px !important;
}
.order-discount.coupon-SimplerCoupon50 > td
{
text-align:center;
}
.order-discount.coupon-SimplerCoupon00 > td
{
text-align:center;
}
.order-discount.coupon-SimplerCoupon25 > td
{
text-align:center;
}
.widthmore {
	width:77%;
	float:left;
	line-height:26px;
}


#footer_news
{
margin: 0 auto 20px;
    max-width:925px;
    overflow: hidden;
    text-align: left;
}
#footer_news span{

 float: left;
    margin: 16px 30px 0 0;
    color:#5E86A2;
    font-size:16px;
}
#footer_news .widget_epicwin_widget
{
float: left;
    overflow: visible;
    position:relative;
}
#epicwin_subscription_footer #sub_email_ftr{
margin-left:10px;
}
#sidebar_button_footer
{
margin-left:0px;
}
#epicwin_subscription_footer #ftrsubnewslname{
margin-left:10px;
}
#epicwin_subscription_footer input{
border:1px solid gray;
color:#5E86A2;
}
img#loading1 {
    position: absolute;
    right:-15px;
    top: 20px;
    z-index: 999999;
}
.ftrsocial_rights
{
max-width:1030px;
margin:0 auto;
}

/*Add css on 19th DEC 2014*/
.post-869.product.type-product.status-publish.has-post-thumbnail.downloadable.shipping-taxable.purchasable.product-type-simple.product-cat-posters.instock > a
{
margin-bottom:12px !important;
display:block;
}


.right_cat_title {
    display: block;
    margin-right: 165px;
    text-align: right;
}


/*download pdf css on order detail page 20 th dec 2014*/
.download_bg {
    background: none repeat scroll 0 0 red;
    border-radius: 12px 12px 12px 12px;
    color: #FFFFFF !important;
    padding:6px;
}
.download_bg a
{
color:#ffffff !important;
}


.notfounderr .error_text h3,.notfounderr .error_text p
{

color: #5387A3;
    font-family: 'Verdana';
    font-size: 21px;
    font-weight: normal;
    line-height: 145%;
    margin: 0 0 11px;
}


/*7-1-2014*/
.product_contant{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-bottom: 30px;
}
/*7-1-2014 close*/


#payment {
  position: relative;
  background: transparent !important;
}
#show-terms {
    left:60px;
    margin: 0 auto;
    padding: 0 0 0 5px;
    position: absolute;
    right: 0;
    top:-40px;
    width:550px;
    z-index: 999999;
    background:#ffffff;
}
.mfp-close {
    background: none repeat scroll 0 0 #FF0000;
    border-radius: 100px 100px 100px 100px;
    height: 30px;
    padding: 0 !important;
    position: absolute;
    right: -15px;
    top: -10px;
    width:30px;
}

.terms-wrapper {
    background:#ffffff;
    border:3px solid red;
    height:450px;
    overflow: auto;
    padding:15px;
    width:550px;
    border-radius:25px;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar
{
background:red !important;
}
#show-terms h4
{
text-align:center;
border-bottom: 4px solid #64819F !important;
    margin: 0 auto !important;
    padding-bottom: 5px !important;
    width: 85% !important;
}
#show-terms p
{
padding-right: 30px;
    text-align: justify;
    margin-top:5px;
}


.error  { font-size:0px;color: #FF0000; }
input.error, textarea.error { background: #FFD2D2; color:#000000;border:1px solid #FF0000; }

.comments-area input.error
{
text-align: left !important;
}
.comments-area textarea.error
{
text-align: left !important;
}


.home_timeestimate
{
background: none repeat scroll 0 0 #DDE7F1;
    min-width: 1280px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 9999;
    margin-top:0 /* 4px */;
}
#show-terms_download {
  box-sizing: content-box;
  display:block;
  left: 0;
  outline: medium none;
  padding: 20px;
  position: absolute;
  top: 0;
  z-index: 11101;
  right:0px;
  margin:auto;
  width: 510px !important;
  z-index: 99999 !important;
 }
.terms-wrapper{
 /* background: none repeat scroll 0 0 #0084bd;*/
  border: 0 none !important;
  padding: 16px 25px 15px !important;
  width: 480px !important;
  border-radius:0px;
}
.terms-wrapper {
	height:405px !important; 
}
.terms-wrapper .text {
  color: #ffffff;
  font-family: 'Verdana';
  font-size: 17px;
  line-height: 140%;
  margin: 10px 0 0 3px;
}
.terms-wrapper .text p.freetext {
  padding: 0 0 0 0px;
  text-align: center;
}

.terms-wrapper .wpcf7{
	
	margin:0 auto;
}
.terms-wrapper .wpcf7 input, select, textarea{
	 border: medium none;
    color: #5e86a2;
    display: block;
    font-family: 'Verdana';
    font-size: 14px;
    margin: 0 auto;
    width: 290px;
}
.terms-wrapper form input[type="submit"]{
background: none repeat scroll 0 0 #f4031e;
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    float: left;
    font-family: 'Verdana';
    margin: 6px 0 6px 0px;
    padding: 7px;
    text-align: left;
    width: 292px;
}
#show-terms_download .mfp-close {
  background: url("images/fancybox.png") repeat  -40px 0;
  cursor: pointer;
  border:none ;
  font-size:0px;
  height: 30px;
  position: absolute;
  right:41px;
  top:8px;
  width: 30px;
  z-index: 11103;
}


/**** 17-1-2015 ***/

.home_online_tools{
z-index:99999;
/*overflow: visible;*/
	overflow: hidden;
}

#online_tools {
  height: auto;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 480px;
  z-index: 9999;
}
#online_tools{
   border-width: 10px;
    opacity: 1;
    outline: medium none;
    box-shadow:0 0px 8px;
    padding: 0;
    background: none repeat scroll 0 0 #0084bd;
    border: 0 none !important;
    padding: 16px 25px 15px !important;
    width: 533px !important;
    top:-215px;
 }
body.home #online_tools  #contact_form_pop .img_tools {
  float: left;
  margin: 0 5px 0 0;
  width: 118px;
}
body.home #online_tools #contact_form_pop .text {
  color: #ffffff;
  font-family: 'Verdana';
  font-size: 17px;
  line-height: 140%;
  margin: 10px 0 10px 3px;
  float: left;
}
body.home #online_tools #contact_form_pop .text span{
	font-size:22px;
}
body.home #online_tools .terms-wrapper{
	overflow: hidden;
	width:100% !important;
	padding:0px !important;
	height:auto !important;
}
body.home #online_tools #contact_form_pop form.wpcf7-form input.styled{
  background: url("images/check-box.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  height: 17px;
  margin: 0 0 0 -17px;
  padding: 0;
  vertical-align: middle;
  width: 17px;
  opacity:0;
}
body.home #online_tools #contact_form_pop form.wpcf7-form span.checkbox {
  background: url("images/check-box.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  height: 17px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: 17px;
}
body.home #online_tools #contact_form_pop  .wpcf7{
	width:100%;
}
body.home #online_tools #contact_form_pop form.wpcf7-form span.wpcf7-list-item{
	margin-left:0px;
}
body.home #online_tools #contact_form_pop form.wpcf7-form span.wpcf7-list-item-label {
  font-size: 17px;
  padding: 0 0 0 6px;
  font-family: 'Verdana';
  color:#fff;
}
body.home #online_tools #contact_form_pop form.wpcf7-form p{
  font-size: 17px;
  padding: 0 0 5px 0px;
  font-family: 'Verdana';
  color:#fff;
  position:relative;
  
}

body.home #online_tools #contact_form_pop form.wpcf7-form input[type="submit"] {
  background: none repeat scroll 0 0 #f4031e;
  border: medium none;
  border-radius: 0;
  color: #ffffff;
  float: none;
  font-family: 'Verdana';
  margin: 6px auto;
  padding: 7px;
  text-align: left;
  width: 292px;
}
body.home #online_tools form p span.wpcf7-form-control-wrap {
  width: 478px;
}
body.home #online_tools .mfp-close {
  background: url("images/fancybox.png") repeat scroll -40px 0 rgba(0, 0, 0, 0);
  border: medium none;
  cursor: pointer;
  font-size: 0;
  height: 30px;
  position: absolute;
   right: -9px;
    top: -13px;
  width: 30px;
  z-index: 11103;
}
body.home #online_tools div.wpcf7 img.ajax-loader {
  border: medium none;
  bottom: 17px;
  float: none;
  margin-top: 15px;
  position: absolute;
  right: 65px !important;
  vertical-align: top;
}
body.home #online_tools span.wpcf7-not-valid-tip {
  color: #f7e700;
  display: block;
  font-size: 0.9em;
  margin: 0 0 0 6em;
  padding: 5px 0 0;
  text-align: left;
}
body.home #online_tools div.wpcf7-validation-errors {
  border: 2px solid #fff;
  clear: both;
  color: #f7e700;
}
body.home #online_tools .registration_tools_sec{
	width:100%;
}
#show-terms_download .terms-wrapper {
  height: auto !important;
}
#show-terms_download div.wpcf7 img.ajax-loader {
  border: medium none;
  top:-3px;
  margin-left: 12px;
  margin-top: 15px;
  position: absolute;
  right: 35px;
  vertical-align: top;
}
body.home #show-terms_download span.wpcf7-form-control-wrap {
  width: 431px;
}
body.home #show-terms_download span.wpcf7-not-valid-tip {
  color: #f7e700;
  display: block;
  font-size: 0.9em;
  margin: 0 0 0 5em;
  padding: 5px 0 0;
  text-align: left;
}
body.home #show-terms_download div.wpcf7-validation-errors {
  border: 2px solid #fff;
  clear: both;
  color: #f7e700;
}
body.home #show-terms_download form input[type="submit"] {
  
  margin: 6px 0 6px 71px;
  
}
body.home #show-terms_download p{
	padding:0 0 10px;
	position:relative;
}
.myved #text-22 {
  margin-left: 153px;
  margin-top: 125px;
  position: absolute;
  top: 0;
  /*z-index: -7;*/
  z-index: 20;
}
/*
.time_estim_img{
	color: #FFFFFF;
    content: "ESTIMATE YOUR PRODUCTIVITY SAVINGS";
    font-size: 22px;
    left: 600px;
    position: relative;
    top: 43px;
    z-index: 9999999;
}
*/
.time_estim_img
{
background:#ffffff; 
    min-width: 1280px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 9999;
    text-align: cennter;
  }  
.timeesti_section h2{
	text-align:center;
  color: #5a7899;
  font-family: 'Verdana';
  font-size: 21px;
  margin:0px 0 0 5px;
  padding: 25px 0;
  font-weight:normal;
  padding:5px 0;
  word-wrap: break-word;
}
.timeesti_section .demo span{
	 color: #5a7899;
  font-family: 'Verdana';
  font-size: 16px;
  font-weight:normal;
  margin:0 0 10px;
  display:block;
}
.timeesti_section .demo p span{
	 color:#CD4340;
  font-family: 'Verdana';
  font-size: 16px;
  font-weight:normal;
  margin:0 0 10px;
  display:block;
}
.timeesti_section .demo p strong {
		 color:#CD4340;
}
.timeesti_section .demo1 span{
	 color: #5a7899;
  font-family: 'Verdana';
  font-size: 16px;
  font-weight:normal;
  display:block;
  margin:0 0 10px;
}
.timeesti_section .demo1 p span{
	 color:#CD4340;
  font-family: 'Verdana';
  font-size: 16px;
  font-weight:normal;
  margin:0 0 10px;
  display:block;
}
.timeesti_section .demo1 p strong {
		 color:#CD4340;
}
.timeesti_section .demo2 span{
	 color: #5a7899;
  font-family: 'Verdana';
  font-size: 16px;
  font-weight:normal;
  margin:0 0 10px;
  display:block;
}
.timeesti_section .demo2 p span{
	 color:#CD4340;
  font-family: 'Verdana';
  font-size: 16px;
  font-weight:normal;
  margin:0 0 10px;
  display:block;
}
.timeesti_section .demo2 p strong {
		 color:#CD4340;
}
.timeesti_section .demo {
	text-align:center;
	/*margin-left:30px;*/
	margin-left: 76px;
}
.timeesti_section .demo1 {
	text-align:center;
	/*margin-left:30px;*/
	margin-left: 55px;
}
.timeesti_section .demo2 {
	text-align:center;
	/*margin-left:30px;*/
	margin-left: 55px;	
}
.timeesti_section .img_loader{
	margin:64px 0 0;
}
.timeesti_section .demo .plus{
	display:none;
}
.timeesti_section .demo1 .plus{
	display:none;
}
.timeesti_section .demo2 .plus{
	display:none;
}
.timeesti_section .equal img{
	width:100%!important;
	
}
.timeesti_section .equal {
	
	/*width:100px;*/
	width: 70px;
	float: left;
	/*margin:30px 45px 0 0;*/
	margin: 40px 48px 0 28px;
}
/*.timeesti_section .ans {
  background: url("images/Grid.png") no-repeat scroll left top / 100% 100% rgba(0, 0, 0, 0);
  height: 111px;
  width: 100%;
  float: left;
  margin-top:33px;
  font-family: 'Verdana';
 font-weight:bold;
  
  color: #fff;
  text-align:center;
}*/
.timeesti_section .main_ans {
 background: url("images/Grid.png") no-repeat scroll left top / 100% 100% rgba(0, 0, 0, 0);
  /*height: 120.5px;*/
  height: 136px;
  width: 100%;
  float: left;
  margin-top:33px;
  font-family: 'Verdana';
 font-weight:bold;
	position:relative;
  color: #fff;
  text-align:center;
  z-index:9999999;
  margin-bottom: 10px;
}

.time_estim_img{
	
	background: url("images/ProductivityBanner.gif") center top no-repeat;
	height: 60px;
	background-size: 120% 100%;
}
.time_estim_img img{
	position:relative;
	display: none;
}
.time_estim_img span {
  color: #fff;
  font-size: 14px;
  /*font-weight: bold;*/
  left: -1px;
  font-family: 'Verdana-Bold';
  /*position: absolute;*/
  position: static;
  right: 0;
  text-align: center;
  top: 16px;
  cursor:pointer;
  display: block;
  margin:20px auto 0;/* 27px auto 0*/
  max-width:100%;
}

.time_estim_img span img {
    display: block;
     height: 13px;
    width: 312px;
}

.timeesti_section canvas{
	background:#fff;
	border-radius:100%;
}
.demo, .demo1, .demo2{
	/*width: 265px !important;*/
	width: 205px !important;
}
.final_ans{
	/*width:168px;*/
	width: 214px;
	float: left;
}
.final_ans p{
	width:100%;
	clear:both;
}

.timeesti_section input {
  color: #000 !important;
  font-size: 40px !important;
  font-weight: normal !important;
  /*height:45px !important;*/
  height: 60px !important;
  margin-top:27px !important;
}
.final_ans p span.hours_txt {
  color: #5a7899;
  display: block;
  font-family: 'Verdana';
  font-size: 0.7em;;
  font-weight: normal;
  margin: 0 0 10px;
  clear:both;
  
}
.final_ans p span.saved_txt{
  color:#cd4340;
  font-family: 'Verdana';
  font-size: 26px;
  font-weight:bold;
  display:block;
  text-align:center;
}
.site-main .white-bg {
	min-height:0 /*5px */!important;
}
.ssba a img.ssba {
  /*height: 47px !important;*/
  height: 38px !important;
  /*width: 76px !important;*/
  width: 72px !important;
}
.ssba .ssba_sharecount {
  font-size: 14px;
  
  margin-right: 10px !important;
  padding:8px 13px 10px 6pz !important;
  
  width: 50px !important;
}
.timeesti_section .main_ans .counter.counter-analog img{
	/*margin-top:10px;*/
	/*height: 121px;*/
	height: 135px;
    max-height: 200px !important;
}

/*========*/
/*==
.counter-analog span.part span.digit1 {
  background-position: 0 -680px;
}
.counter-analog span.part {
  display: inline-block;
  left: 21px;
  position: absolute;
  top: 11px;
}
.counter-analog span.part span.digit {
  background-size: 55px 6635px !important;
  color: transparent;
  display: inline-block;
  font: 0px/0 a;
  height: 78px;
  margin: 0;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  width: 60px;
}
*/





/* 03-02-2015 */
.timeesti_section {
    margin: 0 auto;
    display: block;
   /* max-width: 1080px;*/
}
.timeesti_section .final_ans p span.hours_txt {
	margin-bottom: 0;
	text-align: center;
	font-size: 15px;
}
.main_ans .counter-analog span.part {
	/*left: 39px;*/
	left: 29px;
    top: 23px;
}
/* 04-02-2015 */
.demo #firsttextbox, .demo1 #secondtextbox, .demo2 #thirdtextbox {
  clear: both;
  display: inline-block !important;
  font-size: 75px !important;
  margin-left: -113px !important;
  margin-top: 37px !important;
  top: 65px !important;
  width: 90px !important;
  height: 76px !important;
}

.home_timeestimate  .demo > div{
	display:inline-block !important;
}


.img_loader img {
height:100%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.timeesti_section input {
		height: 70px !important;
	}
	.demo #firsttextbox, .demo1 #secondtextbox, .demo2 #thirdtextbox {
		margin-top: 27px !important;
	}
}

/* changes on book page  30/7/2015 */

.book_bot_list img {
  max-width: 207px;
}



/*added on 20th august 2015 */
#fancybox-content
{
background:#0084bd !important;
}

.cart_page a.checkout-button
{
display: none!important;
}
/**********21-10-16*******/

.jw-preview {
  background-color: #fff !important;
}
.jw-tab-focus:focus {
    outline: none;
}
.myved div#video {
    background: #fff;
}
.myved .jw-controlbar {
    display: none !important;
}
.myved .jw-display-icon-container.jw-reset {
  float: right;
  margin: 0;
  top: 30px;
}
.myved .jw-state-idle .jw-display-icon-container.jw-reset {
  display: none;
}

 .checkout_form .woocommerce-checkout-payment {
  display: none;
}

.checkout .woocommerce-error {
  width: auto;
}
.woocommerce-cart .woocommerce-message strong br {
  display: none;
}
