/*
Theme Name:     Complete Floor Care Child
Theme URI:      http://example.com/
Description:    Child theme for the Twenty Thirteen theme
Template:       twentythirteen
Version:        0.1.0
*/

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html



-------------------------------------------------------------- */


@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

@font-face {

	font-family: Aleo;

	font-weight: lighter;

	font-style:italic;

	src: url('http://completefloorcare.net/Fonts/Aleo-LightItalic.otf');

}



@font-face {

	font-family: Aleo;

	src: url('http://completefloorcare.net/Fonts/Aleo-Regular.otf');

}



@font-face {

	font-family: Aleo;

	font-weight: bold;

	src: url('http://completefloorcare.net/Fonts/Aleo-Bold.otf');

}



@font-face {

	font-family: Aleo-Italic;

	src: url('http://completefloorcare.net/Fonts/Aleo-LightItalic.otf');

}

@font-face {

	font-family: Aleo;

	font-weight: bold;

	font-style:italic;

	src: url('http://completefloorcare.net/Fonts/Aleo-BoldItalic.otf');

}

input,textarea
{

min-height:35px;
font-family:Aleo;
font-size:14px !important;
}

.bbg_img:hover
{
box-shadow:none !important;
opacity:.7;
}

select
{

height:35px;
font-family:Aleo;

}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }




/* =Fonts
-------------------------------------------------------------- */

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: "Helvetica Neue", Aleo, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}

imput.button { /*green btn */}


table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
 thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
 tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
 tr.odd td {
	background: #F2F7FC;
}




.attachment img {
	max-width: 900px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft, 
 img.alignright, 
 img.aligncenter {
	margin-bottom: 12px;
}
 .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
 .wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
.wp-smiley {
	margin:0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}

.clear{clear:both; font-size:0px;line-height:0px; display:block;}


/* ----------------------- layout ----------*/
#wrapper									{margin:0 auto;}
/*...container									{width:960px; margin:0 auto; border:1px solid red; border-top:0 none; height:800px;} **/

body { background-color:#000000; }

#wrapper { width:100% }

/* ------------------ HEADER STARTS HERE -------------------*/
.header
{
	position:relative;
	width:910px;
	margin:0 auto;
}
.header-wrapper 
{
	width:100%;
	background:url(images/header-bg.jpg) repeat-x;
	box-shadow:0 2px 7px #333;
}
.logo-container
{
	position:relative;
	margin:0 auto;
}
a.logo
{
	float:left;
	padding:8px 0 8px 0;
}
.menu
{
	position:absolute;
	top:38px;
	right:0;
}
ul.nav li
{
	float:left;
	margin-right:38px;
	list-style:none;
}
ul.nav li a
{ 
	font-family:Montserrat, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
ul.nav li.arrow { display:block; /*width:88px; background:url(images/arrow.png) 70px 8px no-repeat;*/}

/* ----- Header Ends Here ---------- */

/* ------------------ BANNER STARTS HERE -------------------*/

#banner
{
	width:100%;
	background-color:#FFF;
}
.banner-container
{
	width:100%;
	position:relative;
	margin:0 auto;
	overflow:hidden !important;
}
.banner-container > img{ width:100%}
.banner-container{ box-shadow:4px 5px 2px #e1e1e1;}
.banner-container-inside
{
	width:100%;
	position:relative;
	margin:0 auto;
	background: url('http://completefloorcare.net/Testing/wp-content/uploads/2013/11/insideheadbackground.jpg') no-repeat;
}
.banner-container-inside > img{ width:100%}
.banner-container-inside{ box-shadow:4px 5px 2px #e1e1e1;}
.banner-data
{
/*	position:absolute;
	width:910px;
	top:140px;
	left:221px;
	*/
	left: 50%;
	margin-left: -460px;
    margin-top: -190px;
    position: absolute;
    top: 50%;
    width: 910px;

	/*left: 221px;
    margin-top: -190px;
    position: absolute;
    top: 50%;
    width: 910px;*/
}
.banner-data-inside
{
	left: 50%;
	margin-left: -460px;
    position: absolute;
    top: 40%;
    width: 910px;
}
.banner-data h3
{
	position:relative;
	font-family:Aleo, Times, serif;
	font-size:49px;
	color:#fff;
	font-weight:lighter;
	font-style:italic;
	line-height:normal;
	padding-left:40px;
	text-shadow:0 0 25px #000000, 0 0 25px #000000, 0 0 15px #000000, 0 0 15px #000000, 0 0 15px #000000, 0 0 15px #000000;

}
.banner-data h3 img{ position:absolute; left: 382px;top:11px;}
.banner-data h4
{
	font-family:Montserrat, Geneva, sans-serif;
	font-size:72px;
	color:#fff;
	line-height:normal;
	text-shadow:0 0 35px #000000, 0 0 35px #000000;
	/*font-weight:bold;*/
}
.banner-data-inside h6
{
	font-family:Montserrat, Geneva, sans-serif;
	font-size:72px;
	color:#fff;
	line-height:normal;
	text-shadow:0 0 35px #000000, 0 0 35px #000000;
	/*font-weight:bold;*/
}
ul.banner-li li span
{
	 background:url(images/tick.png) no-repeat left bottom; 
	 padding-left:50px;
	 font-family:Aleo, "Book Antiqua", Palatino, serif;
	 font-size:23px;
	 font-weight:lighter;
	 color:#fff;
	 font-style:italic;
	 text-shadow:0 0 25px #000000, 0 0 15px #000000;
}

.certif
{
	position:absolute;
	top:30px;
	left:380px;
	z-index:99;
}
ul.banner-li 
{   
	top:185px;
	left:42px;
}
ul.banner-li li
{
	list-style:none;
	background:url(images/li-bottom.png) no-repeat left bottom;
	padding-bottom:10px;
	padding-top:9px;
	
}
ul.banner-li li.banner-li-last {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    list-style: none outside none;
    padding-bottom: 10px;
    padding-top: 9px;
}
.consult-button
{
	border-radius:8px;
	display:block;
	height:49px;
	width:240px;
	line-height:49px;
	background:url(images/green-bg.png) repeat-x;
}
a.consult-button
{
	font-family:Montserrat, Helvetica, sans-serif;
	color:#fff;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:1px;
	padding-left:25px;
	margin-left:20px;
	margin-top:50px;
}

.left-content .consult-button
{

margin-left:0px;

}
#men{position:absolute; bottom:0; right:50%;margin-right: -455px; font-family:Aleo; display:none !important;}
#men > img
{
	position:relative;
	width:314px;
	z-index:3;
}
a.kelvin
{
	position:absolute;*/
	font-family:Aleo, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	width:225px;
	height:54px;
	bottom:35px;
	left:-155px;
	padding-left:10px;
	padding-top:10px;
/*	line-height:54px; */
	background:url(images/kelvin-bg.jpg) repeat-y;
	z-index:1;
	color:#fff;
	box-shadow:4px 3px 10px #333;
}
.owner
{
	bottom: 52px;
    color: #FFFFFF;
    font-size: 11px;
    position: absolute;
    left:-145px;
    z-index: 2;
}
/*-----------Main Container Starts Here-----------*/

#main-container
{
	width:100%;
	background-color:#fff;
}
#main-container-inside
{
	width:100%;
	background-color:#ffffff;
}
.main-content
{
	width:910px;
	margin:0 auto;
	padding:56px 0 146px 0;
	*padding:56px 0 80px 0;
}
.left-content
{
	width:415px;
	float:left;
}

.gallerypage
{
	
	width:500px;	
}

.left-content h1
{
	font-family:Montserrat, Geneva, sans-serif;
	font-size:29px;
	color:#000;
	line-height:35px;
}
.left-content .entry-content h1
{
margin-bottom:34px;
}

.left-content h2
{
	font-family:Montserrat, Geneva, sans-serif;
	font-size:19px;
	color:#000;
	padding-top:25px;
	padding-bottom:25px;
}
.left-content img
{
	margin:30px 0;
}
.left-content p
{
	font-family:Aleo, Helvetica, sans-serif !important;
	font-size:14px;
	color:#333;
	line-height:242%;
}
a.consult
{
	font-family:Aleo, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:1px;
	padding:0 10px;
	text-align: center;
	border-radius:8px;
	display:block;
	height:41px;
	width:194px;
	line-height:41px;
	background:url(images/green-bg.png) repeat-x;
}
/*--------Right Content Starts Here-------------*/

.right-content
{
	float:right;
}
.customer
{
	position:relative;
	width:310px;
	padding:23px 23px 44px 24px;
	background:url(images/customer-bg.jpg) repeat-x left bottom #010101;
	box-shadow:-4px -4px 9px #333;
}
.customer h5, .customer h2
{
	font-family:Montserrat, Helvetica, sans-serif;
	font-size:22px;
	color:#fff;
}
.customer h2
{
	padding-bottom:15px;	
	line-height:25px;
}

.customer p
{
	padding:30px 17px 22px 0;
	font-family:Arial,Helvetica,sans-serif !important;
	font-size:13px;
	line-height:165%;
	margin-bottom:-4px;
	color:#ebebeb;
	font-style:italic;
}
.cust-info
{
	position:relative;
	width:150px;
	margin-bottom:15px;
}
.seperator{ position:absolute;left:0;}
a.john
{
	/*position:absolute;*/
	top:8px;
	/*left:55px;*/
	font-family:Aleo, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
.cust-info span
{
	/*position:absolute;*/
	font-family:Aleo, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	font-style:italic;
/*	top:25px;
	left:55px;*/
}

.cust-info img
{
	margin-bottom:10px;
}

a.cust-button, .customer input[type=submit]
{
	position:relative;
	bottom:-23px;
	/*left:40px;*/
	left:163px;
	margin-left:-117px !important;;
	font-family:Montserrat, Helvetica, sans-serif;
	color:#fff;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:1px;
	padding-left:30px;
	border-radius:8px;
	display:block;
	height:50px;
	width:235px;
	line-height:50px;
	background:url(images/green-bg.png) repeat-x;
	border:0;
}

a.cust-button:hover, .customer input[type=submit]:hover, .consult-button:hover
{

background:none;
background-color:#448200;
}


.left-content input[type=submit]
{
		font-family:Montserrat, Helvetica, sans-serif;
	color:#fff;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:1px;
	
	border-radius:8px;
	display:block;
	height:50px;
	width:235px;
	line-height:50px;
	background:url(images/green-bg.png) repeat-x;
	border:0;
	margin-left:0px !important;
	cursor:pointer;
	text-transform:uppercase;
}

.customer input[type=submit]
{
	left:180px;
	padding-left:10px;
	cursor:pointer;
}

/*-------GALLERY STARTS HERE-------*/

.gallery
{
	width:350px;
	padding:58px 0 0 0;
}
.gallery h5
{
	padding-left:100px;
	font-family:Montserrat, Geneva, sans-serif;
	font-size:29px;
	text-transform:uppercase;
	color:#000;
	line-height:35px;
}
.gallery ul
{
	margin:25px 0 50px 0;
}
.gallery ul li
{
	float:left;
	display:block;
	margin:0 15px 14px 0;
	list-style:none;
}
.nomargin{ margin-right:0 !important; }

a.black-button {
    background: url("images/black-button-bg.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 8px;
    color: #FFFFFF;
    display: block;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: 15px auto;
    padding-left: 20px;
    text-decoration: none;
    width: 172px;
}
/*------Footer Starts Here-----*/


.footer-wrapper 
{
	width:100%;
	background:url(images/header-bg.jpg) repeat-x;
	box-shadow:0 2px 7px #333;
}
.foter
{
	position:relative;
	width:1200px;
	margin:0 auto;
}
.footer-logo-container
{
	position:relative;
	margin:0 auto;
}
a.footer-logo
{
	float:left;
	padding:8px 0 8px 0;
}
.footer-menu
{
	position:absolute;
	top:38px;
	right:98px;
}
ul.footernav li
{
	float:left;
	margin-right:48px;
	list-style:none;
}
ul.footernav li a
{ 
	font-family:Aleo, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
ul.footernav li.arrow { display:block; width:88px; background:url(images/arrow.png) 81px 8px no-repeat;}




.footer{width:100%;}
.copyright
{
	width:470px;
	margin:0 auto;
	line-height:34px;
}
.shadow-none
{
	box-shadow:none !important;
}
.copy
{
	font-family:Aleo, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	margin-right:12px;
}
.design-by
{
	font-family:Aleo, Helvetica, sans-serif;
	font-size:12px;
	color:#505050;
	font-style:italic;
}
.plato
{
	text-decoration:none;
	color:#505050;
	padding-left:5px;
}

/*footer is here */

.footer-Top { width:910px; position: relative; margin: 0 auto;}
.footerleft { float:left; width:330px; padding-top:8px; padding-bottom:7px;}
.footerright { float:right; width:571px; padding:30px 0;}
.Nav-Footer ul { margin:0; padding:0; list-style-type:none; float:right;}
.Nav-Footer ul li { float:left; margin:0; padding:0;} 
.Nav-Footer ul li a { display:block; padding:5px 22px; color: #FFFFFF;
    font-family: Montserrat,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none; }
	
.Nav-Footer ul li.last a { padding-right:0;}  

.FootCopyright { height:35px; width:100%; background:#000;}
.FootCopyInner { width:910px; margin:0 auto; text-align:center; padding-top:10px;}
.FootCopyInner span { display:inline;   color: #FFFFFF;
    font-family: Aleo,Helvetica,sans-serif;
    font-size: 12px;
    margin-right: 12px;}
	
.FootCopyInner p
{  
    color: #505050;
    font-family: Aleo,Helvetica,sans-serif;
    font-size: 12px;
    font-style: italic; display:inline; margin:0;
}
.FootCopyInner p a
{
	text-decoration:none;
    color: #505050;
}




/* Custom Style */
h2.entry-title a, h2.entry-title {
    color: #FFFFFF;
    line-height: 30px;
    padding: 15px 0 8px;
    text-decoration: none;
}	

.post, .hentry {
    padding: 0 0 25px;
}
.entry-meta {
    padding: 0 0 8px;
}
.hide { display: none;}
#nav-above { padding-bottom: 15px;}
#nav-below {padding-top: 15px; }

p.cptch_block {
    margin-bottom: 10px !important;
}

.entry-date, .categories-links a, .author a{ color: #000; text-decoration: none;}
#respond .form-allowed-tags { display : none;}
span.date {
    padding-right: 5px;
}
span.date a{ text-decoration: none;}
span.comments-link a{}
span.author a{}
.entry-meta a{}

label.screen-reader-text{}
span.meta-prep{}
span.meta-sep{}
.entry-summary a{}
.nav-previous a, .nav-next a{}
.vcard a{}


label.screen-reader-text, span.author a, span.entry-date, span.meta-prep, span.meta-sep, .entry-summary a {
    color: #FFFFFF;
    font-family: Aleo;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
}
#header span.logo em {
    width: 221px;
}
.d_inner .lft h2, .d_inner .rgt h3, .navigation ul li a {
    text-transform: uppercase;
}
img.complete-floor-care-img { width:153px; height:189px;}
.breadcrum ul li {
    background: url("images/breadcrumb-sep.png") no-repeat scroll right center transparent;
    padding-right: 14px;
}
h1.entry-title a{ 
    color: #2096C8;
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    padding: 0 0 5px;
	text-decoration:none;
}
.breadcrum ul li.cat {
    background: none;
}
.breadcrum ul li.cat a {
    background: url("images/breadcrumb-sep.png") no-repeat scroll right center transparent;
    padding-right: 14px;	
}
.no-back-img{ background:none !important;}

.complete-floor-care-navigation a.prev {
    float: left;
}
.complete-floor-care-navigation a.next {
    float: right;
}
.complete-floor-care-navigation a.next, .complete-floor-care-navigation a.prev {
    color: #2096C8;
    display: block;
	text-decoration: none;
}
ul.nav li a, ul.footernav li a{text-transform: uppercase;}

.entry-content p, .entry-summary p, .page-content p {
    color: #333333;
    font-family: Aleo,Helvetica,sans-serif !important;
    font-size: 14px;
    line-height: 252%;
}
h1.entry-title, h1.page-title, h1.archive-title{
    color: #000000;
    font-family: Montserrat,Geneva,sans-serif;
    font-size: 29px;
    line-height: 35px;
}
header.entry-header , header.archive-header, header.page-header{
    padding: 0 0 10px;
}
}
h1.entry-title a {
    color: #000000;
    font-family: Montserrat,Geneva,sans-serif;
    font-size: 19px;
    padding-top: 25px;
}
.Nav-Footer ul li a{text-transform: uppercase;}