/*
Theme Name: Clarity
Theme URI: http://www.amplifiii.com/clarity/
Description: Clarity is a modern, minimalist, responsive blog theme designed specifically for writers. The responsive layout optimizes the theme for desktop, tablet and mobile devices.
Author: amplifiii
Author URI: http://www.amplifiii.com
Version: 1.0.0
Tags: clean, clear, responsive, flexible-width, custom-colors, custom-header, custom-background, custom-menu, theme-options
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/*google font*/
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Merriweather+Sans:400,400italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700italic,800italic,400,800,700,600);

/*-----------------------------------------------------------------------------------*
/* = Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
/*-----------------------------------------------------------------------------------*/
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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a img {
margin: 0 auto;
}

img:hover {
}

figure img {
	max-width: 95%;
}


/* Block elements */
header, hgroup, footer, section, article, aside {
	display: block;
}

/*jetback wpstats smiley hide*/
#wpstats{
	display: none;
}


.twitterlinks {
	text-align: center;
	padding-top: 30px;
}

/*-----------------------------------------------------------------------------------*
/* = Body, Common Classes & Wrap
/*-----------------------------------------------------------------------------------*/


body {
    font-size: 100%;
    line-height: 1.7em;
    color: #4E4E4E;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    
}

#adminheader {
    font-size: 14px;
    color: #FF6600;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    padding-top: 20px;
    
}


a {
    text-decoration: none;
    color: #FF6600;
}
a:hover {
    text-decoration: none;
	color: #3F3E3C;
}
p { margin: 0 0 1em }
strong { font-weight: 700 }
em { font-style: italic }
pre{
	margin: 20px 0;
	background: #eee;
	border: 1px solid #ddd;
	padding: 10px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
blockquote{
	border-left: 4px solid #ccc;
	padding-left: 20px;
    margin: 30px 0px;
}
.clear { clear: both }
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
* html .clearfix{ zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.remove-margin { margin-right: 0 !important }


/*-----------------------------------------------------------------------------------*
/* = Structure
/*-----------------------------------------------------------------------------------*/


.img {
	display: block;
    	margin-left: auto;
    	margin-right: auto;
	border: 10px solid #FFFFFF;
    	box-shadow: 1px 5px 10px #888888;
}


#wrap{
	margin: 0 auto;
	width: 950px;
	padding: 0 0;
/*	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
	box-shadow: 0 0 180px rgba(0,0,0,.2); */
	border-top: 0px solid #FF6600;
	border-bottom: 0px solid #FF6600;
}


#footer-wrap{
	margin: 0 auto;
	width: 960px;
	padding: 0 0px;
	border-top: 0px solid #FF6600;
	border-bottom: 0px solid #FF6600;
}
#footer-wrap2{
	background: #222;
	margin: 0 auto;
	width: 100%;
	border-top: 0px solid #FF6600;
	border-bottom: 0px solid #FF6600;
}

#footer-bottom-wrap{
	margin: 0 auto;
	width: 960px;
	padding: 0px 0px;
	border-top: 0px solid #FF6600;
	border-bottom: 0px solid #FF6600;
}
#footer-bottom-wrap2{
	background: #1E1D1D;
	margin: 0 auto;
	width: 100%;
	border-top: 0px solid #FF6600;
	border-bottom: 0px solid #FF6600;
}

#main{
	margin: 0 0;
}


/*-----------------------------------------------------------------------------------*
/* = Headings
/*-----------------------------------------------------------------------------------*/

h1,
h2,
h3,
h4 {
    color: #4E4E4E;
    line-height: 1.5em;
	font-weight: normal;
	word-spacing: 2px;
	text-align: center;
}

h1 {
    font-size: 350%;
    margin-bottom: 20px;
    line-height: 1.2em;
}
h2 { font-size: 200% }
h3 { font-size: 150%;}
h4 { font-size: 113%; }

h1 a,
h2 a,
h3 a,
h4 a { color: #4E4E4E; text-align: center; }

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover { color: #8e8e8e; text-decoration: none; text-align: center;}

.single-title{ 
margin-top: 30px; 
margin-bottom: 25px; 
text-align: center;}

.single-title-home{ margin-bottom: 25px; 
text-align: center;
}

/*-----------------------------------------------------------------------------------*
/* = WordPress Styles
/*-----------------------------------------------------------------------------------*/

/*sticky*/
.sticky{}

/*gallery captio*/
.gallery-caption

/*by post author*/
.bypostauthor{}

/*aligns*/
.aligncenter, .alignnone{ display:block;  margin: 10px 0;}
.alignright{ float:right;  margin:10px 0 10px 10px}
.alignleft{ float:left;  margin:10px 10px 10px 0}

/*floats*/
.floatleft{ float:left}
.floatright{ float:right}

/*text style*/
.textcenter{ text-align:center}
.textright{ text-align:right}
.textleft{ text-align:left}

/*captions*/
.wp-caption{
	border:1px solid #ddd; 
	text-align:center; 
	background-color:#f3f3f3; 
	padding-top:4px; 
	margin:10px; 
	-moz-border-radius:3px; 
	-khtml-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius:3px;
}
.wp-caption img{
	margin:0; 
	padding:0; 
	border:0 none;
}
.wp-caption p.wp-caption-text{
	font-size:11px; 
	line-height:17px; 
	padding:0 4px 5px; 
	margin:0;
}

/*smiley reset*/
.wp-smiley{
	margin:0 !important;
	max-height:1em;
}

/*blockquote*/
blockquote.left{
	margin-right:20px;
	text-align:right;
	margin-left:0;
	width:33%;
	float:left;
}
blockquote.right{
	margin-left:20px;
	text-align:left;
	margin-right:0;
	width:33%;
	float:right;
}


/*-----------------------------------------------------------------------------------*
/* = Headings
/*-----------------------------------------------------------------------------------*/
#page-heading{
	position: relative;
	margin-bottom: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 20px 0px 30px 0px;
	border-bottom: 1px solid #EEEEEE;
	
}
#page-heading h1,
#page-heading h2{
	font-size: 200%;
	line-height: 1em;
	color: #FF6600;
	text-align: center;
	margin-bottom: 40px;
	
}

h2.heading{
	font-weight: normal;
	font-size: 150%;
	text-align: left;
	background: url(images/dot.png) center center repeat-x;
	margin: 0 0 25px;
}
h2.heading span{
	background: #fff;
	padding: 0 20px;
	font-size: 150%;
	text-transform: uppercase;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 15px;
}

/*-------------------------------------------------*
/* = 404 Page
/*-------------------------------------------------*/
#fourohhfour-page {
	color: #000;
	text-align: center;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 26px;
	line-height: 1.4em;
	margin-top: 30px;
	margin-bottom: 30px;
}




/*-------------------------------------------------*
/* = Header 99CC99 E44D2E 57CA8E
/*-------------------------------------------------*/
#masterhead {
	position: relative;
	padding-top: 110px;
	padding-bottom: 100px;
	border-bottom: 1px solid #F0F1F0;
	margin-bottom: 40px;
	/*background-color: #ABD6AB;*/
	background-color: #f9f9f9;
	/*background-image:url('subtle-pattern-3.jpg');*/
}

#logo{
	width: 100%;
	margin: 0px;
	text-align: center;
}

#logo a{
	font-size: 1100%;
	font-family: 'Open Sans';
    	font-weight: 700;
    	color: #FF6600;
		padding: 0px;
		margin: 0px;
    	text-decoration: none;
/*    	text-shadow: 1px 1px #fff;*/
/* text-shadow: 0px 1px 1px #777;*/
    	
}

#logo a:hover {
	color: #ff8434;
}

#site-description{
	color: #283128;
/*	color: #4E4E4E;*/
	text-align: center;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 200%;
	line-height: 1.4em;
	margin-top: 15px;
	margin-bottom: -45px;
}

.home-post-nav{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

/*-------------------------------------------------*
/* =  Nav2
/*-------------------------------------------------*/
#nav2 {
	position: relative;
	height: 20px;
	font-size: 16px;
	margin-top: 50px;
	margin-bottom: -20px;
	text-align: center;
}


#nav2 li {
    display: inline-block;
    margin: 20px;
}

.nav2cont {
height: 20px;
}

/*-------------------------------------------------*
/* =  masternav
/*-------------------------------------------------*/
#masternav {
	position: relative;
	height: 20px;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: -20px;
	text-align: center;
}
/*** ESSENTIAL masternav Style ***/
.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu { line-height: 1.0 }
.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 180px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li { width: 100% }
.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
    float: left;
    position: relative;
}
.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 10px;
    top: 40px; /* match top ul list item height */
    z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul { top: -999em }
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 180px; /* match ul width */
    top: 0;
}
/*** masternav skin ***/
.sf-menu {

}
.sf-menu a {
	height: 40px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	padding: 0 20px;
    text-decoration: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: uppercase;
}
.sf-menu > li > a:focus,
.sf-menu > li > a:hover,
.sf-menu > li > a:active,
.sf-menu > li.sfHover > a,
#masternav .current-menu-item > a:first-child {
	color: #FF6600;
	border-bottom: 0px solid #fff;
}


/*Subs*/
.sf-menu ul{
	padding: 0;
	font-size: 13px;
	background: #fff;
	border: 1px solid #ddd;
}
.sf-menu ul a{
	margin: 0;
	line-height: normal;
	height: auto;
	padding: 10px;
	display: block;
	float: none;
	color: #000;
	font-weight: normal;
	text-transform: none;
}
.sf-menu ul a:focus,
.sf-menu ul a:hover,
.sf-menu ul a:active {
	color: #000;
	background: #f9f9f9;
}
.sf-menu ul .current-menu-item a{
	color: #fff;
}
.sf-menu ul li{
	border-bottom: 1px solid #ddd;
}
.sf-menu ul li:last-child{
	border-bottom: 0px;
}


/*-----------------------------------------------------------------------------------*/
/* = Social Buttons
/*-----------------------------------------------------------------------------------*/

#social-buttons {
	color: #8E8C84;
	float: right;
	padding-top: 10px;
	font-size: 12px;
	font-style: italic;
	border-bottom: 2px solid #F4F3EF;		
}

#social-buttons2 {
	color: #8E8C84;
	float: right;
	padding-top: 10px;
	margin-top: -45px;
	font-size: 12px;
	font-style: italic;
	border-bottom: 2px solid #F4F3EF;
}

#social-buttons-text {
	float: right;
}


/*-----------------------------------------------------------------------------------*/
/* = Home
/*-----------------------------------------------------------------------------------*/

.home-wrap{ }

#home-tagline{
	color: #000;
	text-align: center;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 26px;
	line-height: 1.4em;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 0px solid #444;
}

#home-projects .heading{ margin-right: 0px; }

/*home blog*/
#home-posts{ margin-right: 0px; }
#home-posts .heading{ margin-right: 3%; 
width: 100%;
text-align: center;}

.home-entry{
	width: 100%;
	float: left;
	margin-bottom: 40px;
	height: 100%;
}


.center-entry{
	text-align: center;
}

.center-buttons{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}


.product-entry{
	width: 29%;
	float: left;
	margin-right: 2%;
	margin-bottom: 40px;
	font-size: 14px;	
	text-align: center;
	height: 420px;
	padding: 5px;
	border: 1px solid #ddd;
	background: #fff;
}

}

.home-entry-description { 
	margin-bottom: 60px;
}

.home-entry h3{
	margin: 10px 0px 10px;
	text-align: center;
}

.home-entry3{
	width: 100%;
	margin-bottom: 40px;
	margin: 0 auto;
}


.Product-Cont{
	border: 0px solid #000;
	height: 500px;
}

.Product-Image-Container{
	max-width: 55%;
	border: 0px solid #fff;
	float:left;
}

.Product-Text-Container{
	max-width: 42%;
	float:right;
}


/*-----------------------------------------------------------------------------------*
/* = Next/Prev Navigation
/*-----------------------------------------------------------------------------------*/

.navigation{
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #ddd;
}




#single-nav{
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -25px;
}
#single-nav-left,
#single-nav-right {
	float: left;
	margin-left: 10px;
}
#single-nav a{
	font-size: 150%;
	color: #6bbdc1;
	padding: 12px 10px;
	margin-right: 10px;
	height: 25px;
	line-height: 25px;
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#single-nav-left a:hover,
#single-nav-right a:hover{
    color: #FFF;
	font-style: italic;
}
#single-nav-left a span{
	margin-right: 4px;
}
#single-nav-right a span{
	margin-left: 4px;
	font-size: 12px;
}

.thumb-and-buy-buttons { 
width: 100%;
margin-top: 20px;
margin-bottom: 20px;


}

.thumb { width: 49%;
display:inline-block;
}

.buy-buttons { width: 49%;
display:inline-block;
}

/*-----------------------------------------------------------------------------------*
/* = Entries
/*-----------------------------------------------------------------------------------*/
.loop-entry{
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
}
.loop-entry-thumbnail{
	float: left;
	margin-right: 25px;
}

.loop-entry h2{
	margin: -5px 0 0;
	font-size: 18px;
}
.loop-entry-meta{
	color: #999;
	font-size: 11px;
	margin: 0 0 10px;
}
.loop-entry-meta span{
	margin: 0 5px 0 12px;
	font-size: 13px;
	color: #666;
}
.loop-entry-meta span:first-child{
	margin-left: 0;
}

/*-----------------------------------------------------------------------------------*
/* = Posts & Pages
/*-----------------------------------------------------------------------------------*/
.postwrap{
	float: left;
	width: 100%;
}

.post{
	float: left;
	width: 100%;
	margin:0 auto;
	padding-bottom: 0px;
	border-bottom: 0px solid #ddd;
}

.divider{
	float: left;
	width: 100%;
	margin:0 auto;
	margin-bottom: 60px;
	padding-top: 60px;
	border-bottom: 4px solid #ddd;
	border-style: dashed;

}

.divider2{
	float: left;
	width: 100%;
	margin:0 auto;
	margin-bottom: -31px;
	padding-top: 40px;
	border-bottom: 4px solid #ddd;
	border-style: dashed;
}
.full-width{
	float: none !important;
	width: 100% !important;
}

.entry {
	padding-bottom: 10px;
	padding-top: 20px;

}
.entry ul,
.entry ol {
    margin-left: 30px;
    margin-bottom: 10px;
	list-style: inherit;
}
.entry ol{
	list-style: decimal;
}

.read-more {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 60px;
	border-bottom: 2px solid #ddd;
	margin-bottom: 40px;
}

.fpimagewrap {

	margin-top:30px;
}

/*.read-more :last-child { border-bottom: none;  }*/

.read-more a { color: #FF6600; }

.read-more a:hover { color: #8e8e8e; text-decoration: none; }

/*post meta */
.post-meta{
	color: #999;
	margin: 0px 0 20px;
	text-align: center;
}
.post-meta span{
	margin: 0 10px;
	font-size: 13px;
	color: #666;
}
.post-meta span:first-child{
	margin-left: 0;
}


/*post thumb*/
.post-thumbnail{
	float: left;
	margin-right: 25px;
}


#in-post-thumbnail{
	margin-bottom: 15px;
/*	border: 4px solid #ddd;
	line-height: 0em
*/
}




/*post tags*/
.post-tags {
    margin-right: 10px;
    margin-top: 30px;
    font-size: 12px;
}
.post-tags span{
	margin-right: 10px;
	color: #666;
}
.post-tags a {
}

/*-----------------------------------------------------------------------------------*
/* = Pagination
/*-----------------------------------------------------------------------------------*/
.pagination{
	margin-top: 20px;
}
.pagination a,
.pagination span {
	font-size: 11px;
    line-height: 25px;
    height: 25px;
    width: 25px;
    text-align: center;
    margin-right: 5px;
    display: block;
    float: left;
	background: #eee;
	color: #666;
}
.pagination a:hover,
.pagination span.current {
    text-decoration: none;
	color: #FFF;
	background: #444;
}




/*-----------------------------------------------------------------------------------*
/* = Comments
/*-----------------------------------------------------------------------------------*/
#commentsbox {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: -20px;
	font-size: 13px;
}
#comments{
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	color: #333;
	text-shadow: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 15px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#comments span{
	color: #666;
	font-size: 14px;
	margin-right: 10px;
}
#commentsbox ol,
#commentsbox ul {
    list-style: none;
    margin: 0 !important;
}
#commentsbox li { }
.children {
    list-style: none;
    margin: 30px 0 0;
    text-indent: 0;
}
.children li.depth-2 { margin: 0 0 0px 65px }
.children li.depth-3 { margin: 0 0 0px 65px }
.children li.depth-4 { margin: 0 0 0px 65px }
.children li.depth-5 { margin: 0 0 0px 65px }
.children li.depth-6 { margin: 0 0 0px 65px }
.children li.depth-7 { margin: 0 0 0px 65px }
.children li.depth-8 { margin: 0 0 0px 65px }
.children li.depth-9 { margin: 0 0 0px 65px }
.children li.depth-10 { margin: 0 0 0px 65px }
.comment-body {
    position: relative;
	margin-left: 75px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}
.comment-body p:last-child{
	margin-bottom: 0;
}
#commentsbox .avatar {
	position: absolute;
	top: 0px;
	left: -75px;
	border: 4px solid #eee;
}
.comment-author {
	line-height: 1em;
	font-weight: bold;
    color: #000;
}
.comment-author a{
	color: #444;
}
.comment-author a:hover{
	color: #000;
}
.says { display: none }
.comment-meta{
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url("images/light-dash.png") left bottom no-repeat;
}
.comment-meta a {
    font-size: 11px;
    font-style: italic;
    color: #666;
}
.comment-meta a:hover{
	color: #000;
	border-bottom: 1px dotted #000;
}
.reply{
}
.comment-meta  .comment-reply-link {
	font-size: 11px;
    color: #FF6600;
}
.comment-meta  .comment-reply-link:hover{
	color: #2e8484;
	border-bottom: 1px dotted #2e8484;
}
.cancel-comment-reply {
	margin-top: -10px;
}
.cancel-comment-reply a {
    color: #F00;
    line-height: 20px;
    height: 20px;
}
.cancel-comment-reply a:hover{
	text-decoration: underline;
}
#comments-respond {
	clear: left;
	text-transform: none;
	font-weight: bold;
	color: #333;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#comments-respond-meta{
	color: #666;
	font-size: 11px;
}
#comments-respond-meta a{
	color: #000;
}
#commentform label {
    display: block;
}
#commentform input#author,
#commentform input#email,
#commentform input#url {
	font-size: 12px;
	width: 30%;
	color: #666;
	text-shadow: 1px 1px 0px #FFF;
    border: 1px solid #cecece;
    outline: none;
	padding: 8px;
	margin-top: 10px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	background-color: #fff; 
}
#commentform textarea {
    display: block;
	padding: 10px;
	width: 100%;
	color: #666;
	margin-top: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#commentform input#author:focus,
#commentform input#email:focus,
#commentform input#url:focus,
#commentform textarea:focus {
	border-color: #bdbdbd !important;
	-webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 
	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 
}
#commentSubmit {
	margin-top: -5px;
	margin-bottom: 20px;
}

.comment-waiting-moderation{
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	margin: 10px 0 0;
	background: url("images/small-border.png") left top no-repeat;
}

/*WP JetPack*/
.comment-subscription-form{
	font-size: 12px;
}
.comment-subscription-form input{
	float: left;
	margin-right: 5px;
}

/*buttons*/
input[type="clean-button"],
#commentSubmit {
	font-size: 12px;
	display: inline-block;
	background: #1E1D1D;
	color: #fff;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	border: 0;
	outline: 0;
	cursor: pointer;
}
input[type="clean-button"]:hover,
#commentSubmit:hover {
	text-decoration: none;
	background: #FF6600;
}
input[type="clean-button"]:active,
#commentSubmit:active {
}

/*-----------------------------------------------------------------------------------*
/* = Sidebar
/*-----------------------------------------------------------------------------------*/
#sidebar {
	width: 25%;
	float: right;
}
.sidebar-box {
	margin-bottom: 25px;
}
.sidebar-box h4 {
    margin-top: 0px !important;
    margin-bottom: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 12px;
	border-bottom: 1px solid #eee;
}
.sidebar-box h4 span{
}
.sidebar-box ul {
	list-style: none;
	list-style-position: inside;
	margin: 0px;
}
.sidebar-box li{
	margin-bottom: 5px;
}

.center {
	text-align: center;
}
/*subscribe*/
#subscribe-blog #subscribe-field{
	margin-top: 5px;
	webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#subscribe-blog input{
	width: 100px !important;
}
#subscribe-blog #subscribe-field:focus{ }
#subscribe-blog input[type="submit"] {
	cursor: pointer;
	padding: 5px;
	font-size: 11px;
    background: #ffd964 url("images/yellow-btn.png");
    border: 1px solid #F9B653;
    color: #9C6533 !important;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.4);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
	webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#subscribe-blog input[type="submit"]:hover{
	opacity: 0.90;
}

#sidebar #subscribe-blog{
	font-size: 12px;
}
#sidebar #subscribe-blog #subscribe-field{
	font-size: 11px;
	width: 100% !important;
	padding: 10px 5px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#footer #subscribe-blog #subscribe-field{
	background: #444;
	border: 1px solid #2b2b2b;
}
#footer #subscribe-blog #subscribe-field:focus{
	background-color: #555;
	color: #fff;
}


/*-----------------------------------------------------------------------------------*
/* = Footer/Copyright
/*-----------------------------------------------------------------------------------*/

#footer{
	background: #222;
	margin: 0 0px;
	padding: 0 30px;
	color: #CCCCCC;
	font-size: 12px;
	border-top: 0px solid #F4F3EF;
}
#footer a{
	color: #ccc;
	text-decoration: none;
}
#footer a:hover{
	color: #FF6600;
}

#footer  ul{
	margin-left: 0px !important;
}

/*footer widgets*/
#footer-widget-wrap{ }
#footer-one,
#footer-two,
#footer-three,
#footer-four{
	float: left;
	width: 200px;
	margin-right: 20px;

}
#footer-four{
	margin-right:0px;
}


.footer-widget{
	color: #CCCCCC;
	margin: 25px 0;
}
.footer-widget h4{
	color: #fff;
	font-size: 13px;
	padding: 0 0 10px;
	margin: 0 0 15px;
	border-bottom: 1px solid #444;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

/*footer bottom*/
#footer-bottom{
	background: #1E1D1D;
	margin: 0 0px;
	padding: 50px 30px;
	border-top: 1px solid #444444;
}
#footer-bottom a{
	color: #ccc;
	text-decoration: none;
}
#footer-bottom a:hover{
	color: #FF6600;
}


/*footer bottom*/
#footer-bottom2{
	margin: 0 -30px;
	padding: 50px 30px;
	border-top: 0px solid #444444;
	text-align: center;
}
#footer-bottom2 a{
	color: #ccc;
	text-decoration: none;
}
#footer-bottom2 a:hover{
	color: #FF6600;
}

#copyright {
	margin: 0 auto;
    font-size: 12px;
	color:#666;
	text-align: center;
}

#copyright a{
	color: #ccc;
	text-decoration: none;
}
#copyright a:hover{
	color: #ffffff;
}

#footer-menu {
	display: inline-block;
	font-weight: normal;
	font-size: 12px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    padding: 0px;
	color:#555;
}

.centerUL {
        margin: 2px auto;
        line-height: 1.4;
	display: inline;
        text-align: center;
    }


ul.centerUL {
        margin: 2px auto;
        line-height: 1.4;
    }

.centerUL li {
        display: inline;
        text-align: center;
        padding: 0 10px;
    }

#back-to-top{
	position: relative;
	float: right;
	font-size: 12px;
	text-align: right;
}

/*-----------------------------------------------------------------------------------*
/* = Search Bar
/*-----------------------------------------------------------------------------------*/
#searchbar {
    display: block;
    position: relative;
	width: 100%;
	margin-bottom: 4px;
}
#search {
    position: relative;
	width: 100%;
    padding: 10px 30px 10px 10px;
    outline: none;
    border: 1px solid #ddd;
	color: #666;
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 11px;
}
#search:focus { }

.purchase-buttons {
	width: 50%;
	display: inline-block;
}

/* General button style (reset) */
.btn {
	border: none;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 25px 10px;
	display: inline-block;
    	margin-left: auto;
    	margin-right: auto;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 700;
	outline: none;
	position: relative;
	margin:10px;
	width:250px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Button 6 */
.btn-6 {
	color: #fff;
	background: #ff8434;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.btn-6:active {
	top: 2px;
}


/* Button 6c */
.btn-6c {
	border: 4px solid #ff8434;
	border-radius: 60px;
}

.btn-6c:hover {
	background: transparent;
	color: #ff8434;
}

/* Button 6-P */
.btn-6-P {
	color: #fff;
	background: #ABD6AB;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.btn-6-P:active {
	top: 2px;
}


.btn-6-P {
	border: 4px solid #ABD6AB;
	border-radius: 60px;
}

.btn-6-P:hover {
	background: transparent;
	color: #ABD6AB;
}


/* Button 6-P */
/* Button 6 */
.btn-6-T {
	color: #fff;
	background: #0084B4;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.btn-6-T:active {
	top: 2px;
}


.btn-6-T {
	border: 4px solid #0084B4;
	border-radius: 60px;
}

.btn-6-T:hover {
	background: transparent;
	color: #0084B4;
}


.btn-non {
	border: none;
	padding: 15px 10px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 700;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-6-P-non {
	color: #fff;
	background: #ff8434;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.btn-6-P-non {
	border: 4px solid #ff8434;
	border-radius: 30px 30px 30px 30px;
}


/* Front Page button style */
.btn-fp {
	border: none;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 25px 10px;
	display: inline-block;
    float: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 700;
	outline: none;
	position: relative;
	margin:10px;
	width:250px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-fp:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


.btn-6-fp {
	float: left;
	color: #fff;
	background: #ABD6AB;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.btn-6-fp:active {
	top: 2px;
}


.btn-6-fp {
	border: 4px solid #ABD6AB;
	border-radius: 30px 30px 30px 30px;
}

.btn-6-fp:hover {
	background: transparent;
	color: #ABD6AB;
}

.btn-container {
	width: 605px;
	margin:0 auto;

}

.styled-select select {
   background: transparent;
   width: 268px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   }
