/*

Theme Name: scrapbooking

Theme URI: http://wordpress.org/themes/twentytwelve

Author: the WordPress team

Author URI: http://wordpress.org/

Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.

Version: 1.3

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready

Text Domain: twentytwelve



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.

*/



/* =Notes

--------------------------------------------------------------

This stylesheet uses rem values with a pixel fallback. The rem

values (and line heights) are calculated using two variables:



$rembase:     14;

$line-height: 24;



---------- Examples



* Use a pixel value with a rem fallback for font-size, padding, margins, etc.

	padding: 5px 0;

	padding: 0.357142857rem 0; (5 / $rembase)



* Set a font-size and then set a line-height based on the font-size

	font-size: 16px

	font-size: 1.142857143rem; (16 / $rembase)

	line-height: 1.5; ($line-height / 16)



---------- Vertical spacing



Vertical spacing between most elements should use 24px or 48px

to maintain vertical rhythm:



.my-new-div {

	margin: 24px 0;

	margin: 1.714285714rem 0; ( 24 / $rembase )

}



---------- Further reading



http://snook.ca/archives/html_and_css/font-size-with-rem

http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/





/* =Reset

-------------------------------------------------------------- */



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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {

	margin: 0;

	padding: 0;

	border: 0;

	font-size: 100%;

	vertical-align: baseline;

}

body {

	line-height: 1;

}

ol,

ul {

	list-style: none;

}

blockquote,

q {

	quotes: none;

}

blockquote:before,

blockquote:after,

q:before,

q:after {

	content: '';

	content: none;

}

table {

	border-collapse: collapse;

	border-spacing: 0;

}

caption,

th,

td {

	font-weight: normal;

	text-align: left;

}

h1,

h2,

h3,

h4,

h5,

h6 {

	clear: both;

}

html {

	overflow-y: scroll;

	font-size: 100%;

	-webkit-text-size-adjust: 100%;

	-ms-text-size-adjust: 100%;

}

a:focus {

	outline: thin dotted;

}

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

nav,

section {

	display: block;

}

audio,

canvas,

video {

	display: inline-block;

}

audio:not([controls]) {

	display: none;

}

del {

	color: #333;

}

ins {

	background: #fff9c0;

	text-decoration: none;

}

hr {

	background-color: #ccc;

	border: 0;

	height: 1px;

	margin: 24px;

	margin-bottom: 1.714285714rem;

}

sub,

sup {

	font-size: 75%;

	line-height: 0;

	position: relative;

	vertical-align: baseline;

}

sup {

	top: -0.5em;

}

sub {

	bottom: -0.25em;

}

small {

	font-size: smaller;

}

img {

	border: 0;

	-ms-interpolation-mode: bicubic;

}



/* Clearing floats */

.clear:after,

.wrapper:after,

.format-status .entry-header:after {

	clear: both;

}

.clear:before,

.clear:after,

.wrapper:before,

.wrapper:after,

.format-status .entry-header:before,

.format-status .entry-header:after {

	display: table;

	content: "";

}





/* =Repeatable patterns

-------------------------------------------------------------- */



/* Small headers */

.archive-title,

.page-title,

.widget-title,

.entry-content th,

.comment-content th {

	font-size: 11px;

	font-size: 0.785714286rem;

	line-height: 2.181818182;

	font-weight: bold;

	text-transform: uppercase;

	color: #636363;

}



/* Shared Post Format styling */

article.format-quote footer.entry-meta,

article.format-link footer.entry-meta,

article.format-status footer.entry-meta {

	font-size: 11px;

	font-size: 0.785714286rem;

	line-height: 2.181818182;

}



/* Form fields, general styles first */

button,

input,

textarea {

	border: 1px solid #ccc;

	border-radius: 3px;

	font-family: inherit;

	padding: 6px;

	padding: 0.428571429rem;

}

button,

input {

	line-height: normal;

}

textarea {

	font-size: 100%;

	overflow: auto;

	vertical-align: top;

}



/* Reset non-text input types */

input[type="checkbox"],

input[type="radio"],

input[type="file"],

input[type="hidden"],

input[type="image"],

input[type="color"] {

	border: 0;

	border-radius: 0;

	padding: 0;

}



/* Buttons */

.menu-toggle,

input[type="submit"],

input[type="button"],

input[type="reset"],

article.post-password-required input[type=submit],

.bypostauthor cite span {

	padding: 6px 10px;

	padding: 0.428571429rem 0.714285714rem;

	font-size: 11px;

	font-size: 0.785714286rem;

	line-height: 1.428571429;

	font-weight: normal;

	color: #7c7c7c;

	background-color: #e6e6e6;

	background-repeat: repeat-x;

	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);

	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);

	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);

	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);

	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);

	border: 1px solid #d2d2d2;

	border-radius: 3px;

	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);

}

.menu-toggle,

button,

input[type="submit"],

input[type="button"],

input[type="reset"] {

	cursor: pointer;

}

button[disabled],

input[disabled] {

	cursor: default;

}

.menu-toggle:hover,

button:hover,

input[type="submit"]:hover,

input[type="button"]:hover,

input[type="reset"]:hover,

article.post-password-required input[type=submit]:hover {

	color: #5e5e5e;

	background-color: #ebebeb;

	background-repeat: repeat-x;

	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);

	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);

	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);

	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);

	background-image: linear-gradient(top, #f9f9f9, #ebebeb);

}

.menu-toggle:active,

.menu-toggle.toggled-on,

button:active,

input[type="submit"]:active,

input[type="button"]:active,

input[type="reset"]:active {

	color: #757575;

	background-color: #e1e1e1;

	background-repeat: repeat-x;

	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);

	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);

	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);

	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);

	background-image: linear-gradient(top, #ebebeb, #e1e1e1);

	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;

	border-color: transparent;

}

.bypostauthor cite span {

	color: #fff;

	background-color: #21759b;

	background-image: none;

	border: 1px solid #1f6f93;

	border-radius: 2px;

	box-shadow: none;

	padding: 0;

}



/* Responsive images */

.entry-content img,

.comment-content img,

.widget img {

	max-width: 100%; /* Fluid images for posts, comments, and widgets */

}

img[class*="align"],

img[class*="wp-image-"],

img[class*="attachment-"] {

	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */

}

img.size-full,

img.size-large,

img.header-image,

img.wp-post-image {

	max-width: 100%;

	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */

}



/* Make sure videos and embeds fit their containers */

embed,

iframe,

object,

video {

	max-width: 100%;

}

.entry-content .twitter-tweet-rendered {

	max-width: 100% !important; /* Override the Twitter embed fixed width */

}



/* Images */

.alignleft {

	float: left;

}

.alignright {

	float: right;

}

.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}

.entry-content img,

.comment-content img,

.widget img,

img.header-image,

.author-avatar img,

img.wp-post-image {

	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */

	/*border-radius: 3px;

	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/

}

.wp-caption {

	max-width: 100%; /* Keep wide captions from overflowing their container. */

	padding: 4px;

}

.wp-caption .wp-caption-text,

.gallery-caption,

.entry-caption {

	font-style: italic;

	font-size: 12px;

	font-size: 0.857142857rem;

	line-height: 2;

	color: #757575;

}

img.wp-smiley,

.rsswidget img {

	border: 0;

	border-radius: 0;

	box-shadow: none;

	margin-bottom: 0;

	margin-top: 0;

	padding: 0;

}

.entry-content dl.gallery-item {

	margin: 0;

}

.gallery-item a,

.gallery-caption {

	width: 90%;

}

.gallery-item a {

	display: block;

}

.gallery-caption a {

	display: inline;

}

.gallery-columns-1 .gallery-item a {

	max-width: 100%;

	width: auto;

}

.gallery .gallery-icon img {

	height: auto;

	max-width: 90%;

	padding: 5%;

}

.gallery-columns-1 .gallery-icon img {

	padding: 3%;

}



/* Navigation */

.site-content nav {

	clear: both;

	line-height: 2;

	overflow: hidden;

}

#nav-above {

	padding: 24px 0;

	padding: 1.714285714rem 0;

}

#nav-above {

	display: none;

}

.paged #nav-above {

	display: block;

}

.nav-previous,

.previous-image {

	float: left;

	width: 50%;

}

.nav-next,

.next-image {

	float: right;

	text-align: right;

	width: 50%;

}

.nav-single + .comments-area,

#comment-nav-above {

	margin: 48px 0;

	margin: 3.428571429rem 0;

}



/* Author profiles */

.author .archive-header {

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

}

.author-info {

	border-top: 1px solid #ededed;

	margin: 24px 0;

	margin: 1.714285714rem 0;

	padding-top: 24px;

	padding-top: 1.714285714rem;

	overflow: hidden;

}

.author-description p {

	color: #757575;

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 1.846153846;

}

.author.archive .author-info {

	border-top: 0;

	margin: 0 0 48px;

	margin: 0 0 3.428571429rem;

}

.author.archive .author-avatar {

	margin-top: 0;

}





/* =Basic structure

-------------------------------------------------------------- */



/* Body, links, basics */

html {

	font-size: 87.5%;

}

body {

	font-size:13px;

	font-family:Arial, Helvetica, sans-serif;

	text-rendering: optimizeLegibility;

	color: #888888;

	background:url("images/body_bg.jpg") 0 0 repeat;

}

body.custom-font-enabled {

	font-family:Arial, Helvetica, sans-serif;

}

a {

	outline: none;

	color: #21759b;

}

a:hover {

	color: #0f3647;

}



/* Assistive text */

.assistive-text,

.site .screen-reader-text {

	position: absolute !important;

	clip: rect(1px, 1px, 1px, 1px);

}

.main-navigation .assistive-text:focus {

	background: #fff;

	border: 2px solid #333;

	border-radius: 3px;

	clip: auto !important;

	color: #000;

	display: block;

	font-size: 12px;

	padding: 12px;

	position: absolute;

	top: 5px;

	left: 5px;

	z-index: 100000; /* Above WP toolbar */

}



/* Page structure */

.site {

clear:both;

	/*padding: 0 24px;

	padding: 0 1.714285714rem;

	background-color: #fff;*/

}

.site-content {

	margin: 24px 0 0;

	margin: 1.714285714rem 0 0;

}

.widget-area {

	margin: 24px 0 0;

	margin: 1.714285714rem 0 0;

}



/* Header */

.site-header {

	/*padding: 24px 0;

	padding: 1.714285714rem 0;*/

}

.site-header h1,

.site-header h2 {

	text-align: center;

}

.site-header h1 a,

.site-header h2 a {

	color: #515151;

	display: inline-block;

	text-decoration: none;

}

.site-header h1 a:hover,

.site-header h2 a:hover {

	color: #21759b;

}

.site-header h1 {

	font-size: 24px;

	font-size: 1.714285714rem;

	line-height: 1.285714286;

	margin-bottom: 14px;

	margin-bottom: 1rem;

}

.site-header h2 {

	font-weight: normal;

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 1.846153846;

	color: #757575;

}

.header-image {

	margin-top: 24px;

	margin-top: 1.714285714rem;

}



/* Navigation Menu */

.main-navigation {

	/*margin-top: 24px;

	margin-top: 1.714285714rem;*/

	text-align: center;

}

.main-navigation li {

	/*margin-top: 24px;

	margin-top: 1.714285714rem;*/

	font-size: 12px;

	font-size: 0.857142857rem;

	line-height: 1.42857143;

}

.main-navigation a {

	color: #5e5e5e;

}

.main-navigation a:hover {

	color: #21759b;

}

.main-navigation ul.nav-menu,

.main-navigation div.nav-menu > ul {

	display: none;

}

.main-navigation ul.nav-menu.toggled-on,

.menu-toggle {

	display: inline-block;

}



/* Banner */

section[role="banner"] {

	margin-bottom: 48px;

	margin-bottom: 3.428571429rem;

}



/* Sidebar */

.widget-area .widget {

	-webkit-hyphens: auto;

	-moz-hyphens: auto;

	hyphens: auto;

	margin-bottom: 48px;

	margin-bottom: 3.428571429rem;

	word-wrap: break-word;

}

.widget-area .widget h3 {

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

}

.widget-area .widget p,

.widget-area .widget li,

.widget-area .widget .textwidget {

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 1.846153846;

}

.widget-area .widget p {

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

}

.widget-area .textwidget ul {

	list-style: disc outside;

	margin: 0 0 24px;

	margin: 0 0 1.714285714rem;

}

.widget-area .textwidget li {

	margin-left: 36px;

	margin-left: 2.571428571rem;

}

.widget-area .widget a {

	color: #757575;

}

.widget-area .widget a:hover {

	color: #21759b;

}

.widget-area .widget a:visited {

	color: #9f9f9f;

}

.widget-area #s {

	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */

}



/* Footer */

footer[role="contentinfo"] {

	clear: both;

	/*border-top: 1px solid #ededed;

	font-size: 12px;

	font-size: 0.857142857rem;

	line-height: 2;

	max-width: 960px;

	max-width: 68.571428571rem;

	margin-top: 24px;

	margin-top: 1.714285714rem;

	margin-left: auto;

	margin-right: auto;

	padding: 24px 0;

	padding: 1.714285714rem 0;*/

}

footer[role="contentinfo"] a {

	color: #686868;

}

footer[role="contentinfo"] a:hover {

	color: #21759b;

}





/* =Main content and comment content

-------------------------------------------------------------- */



.entry-meta {

	clear: both;

}

.entry-header {

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

}

.entry-header img.wp-post-image {

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

}

.entry-header .entry-title {

	font-size: 20px;

	font-size: 1.428571429rem;

	line-height: 1.2;

	font-weight: normal;

}

.entry-header .entry-title a {

	text-decoration: none;

}

.entry-header .entry-format {

	margin-top: 24px;

	margin-top: 1.714285714rem;

	font-weight: normal;

}

.entry-header .comments-link {

	margin-top: 24px;

	margin-top: 1.714285714rem;

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 1.846153846;

	color: #757575;

}

.comments-link a,

.entry-meta a {

	color: #757575;

}

.comments-link a:hover,

.entry-meta a:hover {

	color: #21759b;

}

article.sticky .featured-post {

	border-top: 4px double #ededed;

	border-bottom: 4px double #ededed;

	color: #757575;

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 3.692307692;

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

	text-align: center;

}

.entry-content,

.entry-summary,

.mu_register {

	line-height: 1.714285714;

}

.entry-content h1,

.comment-content h1,

.entry-content h2,

.comment-content h2,

.entry-content h3,

.comment-content h3,

.entry-content h4,

.comment-content h4,

.entry-content h5,

.comment-content h5,

.entry-content h6,

.comment-content h6 {

	margin: 24px 0;

	margin: 1.714285714rem 0;

	line-height: 1.714285714;

}

.entry-content h1,

.comment-content h1 {

	font-size: 21px;

	font-size: 1.5rem;

	line-height: 1.5;

}

.entry-content h2,

.comment-content h2,

.mu_register h2 {

	font-size: 18px;

	font-size: 1.285714286rem;

	line-height: 1.6;

}

.entry-content h3,

.comment-content h3 {

	font-size: 16px;

	font-size: 1.142857143rem;

	line-height: 1.846153846;

}

.entry-content h4,

.comment-content h4 {

	font-size: 14px;

	font-size: 1rem;

	line-height: 1.846153846;

}

.entry-content h5,

.comment-content h5 {

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 1.846153846;

}

.entry-content h6,

.comment-content h6 {

	font-size: 12px;

	font-size: 0.857142857rem;

	line-height: 1.846153846;

}

.entry-content p,

.entry-summary p,

.comment-content p,

.mu_register p {

	margin: 0 0 24px;

	margin: 0 0 1.714285714rem;

	line-height: 1.714285714;

}

.entry-content a:visited,

.comment-content a:visited {

	color: #9f9f9f;

}

.entry-content ol,

.comment-content ol,

.entry-content ul,

.comment-content ul,

.mu_register ul {

	margin: 0 0 24px;

	margin: 0 0 1.714285714rem;

	line-height: 1.714285714;

}

.entry-content ul ul,

.comment-content ul ul,

.entry-content ol ol,

.comment-content ol ol,

.entry-content ul ol,

.comment-content ul ol,

.entry-content ol ul,

.comment-content ol ul {

	margin-bottom: 0;

}

.entry-content ul,

.comment-content ul,

.mu_register ul {

	list-style: disc outside;

}

.entry-content ol,

.comment-content ol {

	list-style: decimal outside;

}

.entry-content li,

.comment-content li,

.mu_register li {

	margin: 0 0 0 36px;

	margin: 0 0 0 2.571428571rem;

}

.entry-content blockquote,

.comment-content blockquote {

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

	padding: 24px;

	padding: 1.714285714rem;

	font-style: italic;

}

.entry-content blockquote p:last-child,

.comment-content blockquote p:last-child {

	margin-bottom: 0;

}

.entry-content code,

.comment-content code {

	font-family: Consolas, Monaco, Lucida Console, monospace;

	font-size: 12px;

	font-size: 0.857142857rem;

	line-height: 2;

}

.entry-content pre,

.comment-content pre {

	border: 1px solid #ededed;

	color: #666;

	font-family: Consolas, Monaco, Lucida Console, monospace;

	font-size: 12px;

	font-size: 0.857142857rem;

	line-height: 1.714285714;

	margin: 24px 0;

	margin: 1.714285714rem 0;

	overflow: auto;

	padding: 24px;

	padding: 1.714285714rem;

}

.entry-content pre code,

.comment-content pre code {

	display: block;

}

.entry-content abbr,

.comment-content abbr,

.entry-content dfn,

.comment-content dfn,

.entry-content acronym,

.comment-content acronym {

	border-bottom: 1px dotted #666;

	cursor: help;

}

.entry-content address,

.comment-content address {

	display: block;

	line-height: 1.714285714;

	margin: 0 0 24px;

	margin: 0 0 1.714285714rem;

}

img.alignleft,

.wp-caption.alignleft {

	margin: 12px 24px 12px 0;

	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;

}

img.alignright,

.wp-caption.alignright {

	margin: 12px 0 12px 24px;

	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;

}

img.aligncenter,

.wp-caption.aligncenter {

	clear: both;

	margin-top: 12px;

	margin-top: 0.857142857rem;

	margin-bottom: 12px;

	margin-bottom: 0.857142857rem;

}

.entry-content embed,

.entry-content iframe,

.entry-content object,

.entry-content video {

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

}

.entry-content dl,

.comment-content dl {

	margin: 0 24px;

	margin: 0 1.714285714rem;

}

.entry-content dt,

.comment-content dt {

	font-weight: bold;

	line-height: 1.714285714;

}

.entry-content dd,

.comment-content dd {

	line-height: 1.714285714;

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

}

.entry-content table,

.comment-content table {

	border-bottom: 1px solid #ededed;

	color: #757575;

	font-size: 12px;

	font-size: 0.857142857rem;

	line-height: 2;

	margin: 0 0 24px;

	margin: 0 0 1.714285714rem;

	width: 100%;

}

.entry-content table caption,

.comment-content table caption {

	font-size: 16px;

	font-size: 1.142857143rem;

	margin: 24px 0;

	margin: 1.714285714rem 0;

}

.entry-content td,

.comment-content td {

	border-top: 1px solid #ededed;

	padding: 6px 10px 6px 0;

}

.site-content article {

	/*border-bottom: 4px double #ededed;*/

	margin-bottom: 72px;

	margin-bottom: 5.142857143rem;

	padding-bottom: 24px;

	padding-bottom: 1.714285714rem;

	word-wrap: break-word;

	-webkit-hyphens: auto;

	-moz-hyphens: auto;

	hyphens: auto;

}

.page-links {

	clear: both;

	line-height: 1.714285714;

}

footer.entry-meta {

	margin-top: 24px;

	margin-top: 1.714285714rem;

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 1.846153846;

	color: #757575;

}

.single-author .entry-meta .by-author {

	display: none;

}

.mu_register h2 {

	color: #757575;

	font-weight: normal;

}





/* =Archives

-------------------------------------------------------------- */



.archive-header,

.page-header {

	margin-bottom: 48px;

	margin-bottom: 3.428571429rem;

	padding-bottom: 22px;

	padding-bottom: 1.571428571rem;

	border-bottom: 1px solid #ededed;

}

.archive-meta {

	color: #757575;

	font-size: 12px;

	font-size: 0.857142857rem;

	line-height: 2;

	margin-top: 22px;

	margin-top: 1.571428571rem;

}





/* =Single image attachment view

-------------------------------------------------------------- */



.article.attachment {

	overflow: hidden;

}

.image-attachment div.attachment {

	text-align: center;

}

.image-attachment div.attachment p {

	text-align: center;

}

.image-attachment div.attachment img {

	display: block;

	height: auto;

	margin: 0 auto;

	max-width: 100%;

}

.image-attachment .entry-caption {

	margin-top: 8px;

	margin-top: 0.571428571rem;

}





/* =Aside post format

-------------------------------------------------------------- */



article.format-aside h1 {

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

}

article.format-aside h1 a {

	text-decoration: none;

	color: #4d525a;

}

article.format-aside h1 a:hover {

	color: #2e3542;

}

article.format-aside .aside {

	padding: 24px 24px 0;

	padding: 1.714285714rem;

	background: #d2e0f9;

	border-left: 22px solid #a8bfe8;

}

article.format-aside p {

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 1.846153846;

	color: #4a5466;

}

article.format-aside blockquote:last-child,

article.format-aside p:last-child {

	margin-bottom: 0;

}





/* =Post formats

-------------------------------------------------------------- */



/* Image posts */

article.format-image footer h1 {

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 1.846153846;

	font-weight: normal;

}

article.format-image footer h2 {

	font-size: 11px;

	font-size: 0.785714286rem;

	line-height: 2.181818182;

}

article.format-image footer a h2 {

	font-weight: normal;

}



/* Link posts */

article.format-link header {

	padding: 0 10px;

	padding: 0 0.714285714rem;

	float: right;

	font-size: 11px;

	font-size: 0.785714286rem;

	line-height: 2.181818182;

	font-weight: bold;

	font-style: italic;

	text-transform: uppercase;

	color: #848484;

	background-color: #ebebeb;

	border-radius: 3px;

}

article.format-link .entry-content {

	max-width: 80%;

	float: left;

}

article.format-link .entry-content a {

	font-size: 22px;

	font-size: 1.571428571rem;

	line-height: 1.090909091;

	text-decoration: none;

}



/* Quote posts */

article.format-quote .entry-content p {

	margin: 0;

	padding-bottom: 24px;

	padding-bottom: 1.714285714rem;

}

article.format-quote .entry-content blockquote {

	display: block;

	padding: 24px 24px 0;

	padding: 1.714285714rem 1.714285714rem 0;

	font-size: 15px;

	font-size: 1.071428571rem;

	line-height: 1.6;

	font-style: normal;

	color: #6a6a6a;

	background: #efefef;

}



/* Status posts */

.format-status .entry-header {

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

}

.format-status .entry-header header {

	display: inline-block;

}

.format-status .entry-header h1 {

	font-size: 15px;

	font-size: 1.071428571rem;

	font-weight: normal;

	line-height: 1.6;

	margin: 0;

}

.format-status .entry-header h2 {

	font-size: 12px;

	font-size: 0.857142857rem;

	font-weight: normal;

	line-height: 2;

	margin: 0;

}

.format-status .entry-header header a {

	color: #757575;

}

.format-status .entry-header header a:hover {

	color: #21759b;

}

.format-status .entry-header img {

	float: left;

	margin-right: 21px;

	margin-right: 1.5rem;

}





/* =Comments

-------------------------------------------------------------- */



.comments-title {

	margin-bottom: 48px;

	margin-bottom: 3.428571429rem;

	font-size: 16px;

	font-size: 1.142857143rem;

	line-height: 1.5;

	font-weight: normal;

}

.comments-area article {

	margin: 24px 0;

	margin: 1.714285714rem 0;

}

.comments-area article header {

	margin: 0 0 48px;

	margin: 0 0 3.428571429rem;

	overflow: hidden;

	position: relative;

}

.comments-area article header img {

	float: left;

	padding: 0;

	line-height: 0;

}

.comments-area article header cite,

.comments-area article header time {

	display: block;

	margin-left: 85px;

	margin-left: 6.071428571rem;

}

.comments-area article header cite {

	font-style: normal;

	font-size: 15px;

	font-size: 1.071428571rem;

	line-height: 1.42857143;

}

.comments-area cite b {

	font-weight: normal;

}

.comments-area article header time {

	line-height: 1.714285714;

	text-decoration: none;

	font-size: 12px;

	font-size: 0.857142857rem;

	color: #5e5e5e;

}

.comments-area article header a {

	text-decoration: none;

	color: #5e5e5e;

}

.comments-area article header a:hover {

	color: #21759b;

}

.comments-area article header cite a {

	color: #444;

}

.comments-area article header cite a:hover {

	text-decoration: underline;

}

.comments-area article header h4 {

	position: absolute;

	top: 0;

	right: 0;

	padding: 6px 12px;

	padding: 0.428571429rem 0.857142857rem;

	font-size: 12px;

	font-size: 0.857142857rem;

	font-weight: normal;

	color: #fff;

	background-color: #0088d0;

	background-repeat: repeat-x;

	background-image: -moz-linear-gradient(top, #009cee, #0088d0);

	background-image: -ms-linear-gradient(top, #009cee, #0088d0);

	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);

	background-image: -o-linear-gradient(top, #009cee, #0088d0);

	background-image: linear-gradient(top, #009cee, #0088d0);

	border-radius: 3px;

	border: 1px solid #007cbd;

}

.comments-area .bypostauthor cite span {

	position: absolute;

	margin-left: 5px;

	margin-left: 0.357142857rem;

	padding: 2px 5px;

	padding: 0.142857143rem 0.357142857rem;

	font-size: 10px;

	font-size: 0.714285714rem;

}

.comments-area .bypostauthor cite b {

	font-weight: bold;

}

a.comment-reply-link,

a.comment-edit-link {

	color: #686868;

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 1.846153846;

}

a.comment-reply-link:hover,

a.comment-edit-link:hover {

	color: #21759b;

}

.commentlist .pingback {

	line-height: 1.714285714;

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

}



/* Comment form */

#respond {

	margin-top: 48px;

	margin-top: 3.428571429rem;

}

#respond h3#reply-title {

	font-size: 16px;

	font-size: 1.142857143rem;

	line-height: 1.5;

}

#respond h3#reply-title #cancel-comment-reply-link {

	margin-left: 10px;

	margin-left: 0.714285714rem;

	font-weight: normal;

	font-size: 12px;

	font-size: 0.857142857rem;

}

#respond form {

	margin: 24px 0;

	margin: 1.714285714rem 0;

}

#respond form p {

	margin: 11px 0;

	margin: 0.785714286rem 0;

}

#respond form p.logged-in-as {

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

}

#respond form label {

	display: block;

	line-height: 1.714285714;

}

#respond form input[type="text"],

#respond form textarea {

	-moz-box-sizing: border-box;

	box-sizing: border-box;

	font-size: 12px;

	font-size: 0.857142857rem;

	line-height: 1.714285714;

	padding: 10px;

	padding: 0.714285714rem;

	width: 100%;

}

#respond form p.form-allowed-tags {

	margin: 0;

	font-size: 12px;

	font-size: 0.857142857rem;

	line-height: 2;

	color: #5e5e5e;

}

.required {

	color: red;

}





/* =Front page template

-------------------------------------------------------------- */



.entry-page-image {

	margin-bottom: 14px;

	margin-bottom: 1rem;

}

.template-front-page .site-content article {

	border: 0;

	margin-bottom: 0;

}

.template-front-page .widget-area {

	clear: both;

	float: none;

	width: auto;

	padding-top: 24px;

	padding-top: 1.714285714rem;

	border-top: 1px solid #ededed;

}

.template-front-page .widget-area .widget li {

	margin: 8px 0 0;

	margin: 0.571428571rem 0 0;

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 1.714285714;

	list-style-type: square;

	list-style-position: inside;

}

.template-front-page .widget-area .widget li a {

	color: #757575;

}

.template-front-page .widget-area .widget li a:hover {

	color: #21759b;

}

.template-front-page .widget-area .widget_text img {

	float: left;

	margin: 8px 24px 8px 0;

	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;

}





/* =Widgets

-------------------------------------------------------------- */



.widget-area .widget ul ul {

	margin-left: 12px;

	margin-left: 0.857142857rem;

}

.widget_rss li {

	margin: 12px 0;

	margin: 0.857142857rem 0;

}

.widget_recent_entries .post-date,

.widget_rss .rss-date {

	color: #aaa;

	font-size: 11px;

	font-size: 0.785714286rem;

	margin-left: 12px;

	margin-left: 0.857142857rem;

}

#wp-calendar {

	margin: 0;

	width: 100%;

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 1.846153846;

	color: #686868;

}

#wp-calendar th,

#wp-calendar td,

#wp-calendar caption {

	text-align: left;

}

#wp-calendar #next {

	padding-right: 24px;

	padding-right: 1.714285714rem;

	text-align: right;

}

.widget_search label {

	display: block;

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 1.846153846;

}

.widget_twitter li {

	list-style-type: none;

}

.widget_twitter .timesince {

	display: block;

	text-align: right;

}





/* =Plugins

----------------------------------------------- */



img#wpstats {

	display: block;

	margin: 0 auto 24px;

	margin: 0 auto 1.714285714rem;

}





/* =Media queries

-------------------------------------------------------------- */



/* Does the same thing as <meta name="viewport" content="width=device-width">,

 * but in the future W3C standard way. -ms- prefix is required for IE10+ to

 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor

 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.

 */

@-ms-viewport {

	width: device-width;

}

@viewport {

	width: device-width;

}



/* Minimum width of 600 pixels. */

@media screen and (min-width: 767px) {

	.author-avatar {

		float: left;

		margin-top: 8px;

		margin-top: 0.571428571rem;

	}

	.author-description {

		float: right;

		width: 80%;

	}

	.site {

		/*margin: 0 auto;

		max-width: 960px;

		max-width: 68.571428571rem;

		overflow: hidden;*/

	}

	.site-content {

		float: left;

		width: 65.104166667%;

	}

	body.template-front-page .site-content,

	body.attachment .site-content,

	body.full-width .site-content {

		width: 100%;

	}

	.widget-area {

		float: right;

		width: 26.041666667%;

	}

	.site-header h1,

	.site-header h2 {

		text-align: left;

	}

	.site-header h1 {

		font-size: 26px;

		font-size: 1.857142857rem;

		line-height: 1.846153846;

		margin-bottom: 0;

	}

	.main-navigation ul.nav-menu,

	.main-navigation div.nav-menu > ul {

		/*border-bottom: 1px solid #ededed;

		border-top: 1px solid #ededed;*/

		display: inline-block !important;

		text-align: left;

		width: 100%;

	}

	.main-navigation ul {

		margin: 0;

		text-indent: 0;

	}

	.main-navigation li a,

	.main-navigation li {

		display: inline-block;

		text-decoration: none;

	}

	.main-navigation li a {

		border-bottom: 0;

		color: #6a6a6a;

		line-height: 3.692307692;

		text-transform: uppercase;

		white-space: nowrap;

	}

	.main-navigation li a:hover {

		color: #000;

	}

	.main-navigation li {

		/*margin: 0 40px 0 0;

		margin: 0 2.857142857rem 0 0;*/

		position: relative;

	}

	.main-navigation li ul {

		display: none;

		margin: 0;

		padding: 0;

		position: absolute;

		top: 100%;

		z-index: 1;

	}

	.main-navigation li ul ul {

		top: 0;

		left: 100%;

	}

	.main-navigation ul li:hover > ul {

		border-left: 0;

		display: block;

	}

	.main-navigation li ul li a {

		background: #efefef;

		border-bottom: 1px solid #ededed;

		display: block;

		font-size: 11px;

		font-size: 0.785714286rem;

		line-height: 2.181818182;

		padding: 8px 10px;

		padding: 0.571428571rem 0.714285714rem;

		width: 180px;

		width: 12.85714286rem;

		white-space: normal;

	}

	.main-navigation li ul li a:hover {

		background: #e3e3e3;

		color: #444;

	}

	.main-navigation .current-menu-item > a,

	.main-navigation .current-menu-ancestor > a,

	.main-navigation .current_page_item > a,

	.main-navigation .current_page_ancestor > a {

		color: #636363;

		/*font-weight: bold;*/

	}

	.menu-toggle {

		display: none;



	}

	.entry-header .entry-title {

		font-size: 22px;

		font-size: 1.571428571rem;

	}

	#respond form input[type="text"] {

		width: 46.333333333%;

	}

	#respond form textarea.blog-textarea {

		width: 79.666666667%;

	}

	.template-front-page .site-content,

	.template-front-page article {

		overflow: hidden;

	}

	.template-front-page.has-post-thumbnail article {

		float: left;

		width: 47.916666667%;

	}

	.entry-page-image {

		float: right;

		margin-bottom: 0;

		width: 47.916666667%;

	}

	.template-front-page .widget-area .widget,

	.template-front-page.two-sidebars .widget-area .front-widgets {

		float: left;

		width: 51.875%;

		margin-bottom: 24px;

		margin-bottom: 1.714285714rem;

	}

	.template-front-page .widget-area .widget:nth-child(odd) {

		clear: right;

	}

	.template-front-page .widget-area .widget:nth-child(even),

	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {

		float: right;

		width: 39.0625%;

		margin: 0 0 24px;

		margin: 0 0 1.714285714rem;

	}

	.template-front-page.two-sidebars .widget,

	.template-front-page.two-sidebars .widget:nth-child(even) {

		float: none;

		width: auto;

	}

	.commentlist .children {

		margin-left: 48px;

		margin-left: 3.428571429rem;

	}

}



/* Minimum width of 960 pixels. */

@media screen and (min-width: 960px) {

	body {

		/*background-color: #e6e6e6;*/

	}

	body .site {

		/*padding: 0 40px;

		padding: 0 2.857142857rem;

		margin-top: 48px;

		margin-top: 3.428571429rem;

		margin-bottom: 48px;

		margin-bottom: 3.428571429rem;

		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);*/

	}

	body.custom-background-empty {

		background-color: #fff;

	}

	body.custom-background-empty .site,

	body.custom-background-white .site {

		padding: 0;

		margin-top: 0;

		margin-bottom: 0;

		box-shadow: none;

	}

}





/* =Print

----------------------------------------------- */



@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 */

	}

	a {

		text-decoration: none;

	}

	.entry-content img,

	.comment-content img,

	.author-avatar img,

	img.wp-post-image {

		border-radius: 0;

		box-shadow: none;

	}

	.site {

		clear: both !important;

		display: block !important;

		float: none !important;

		max-width: 100%;

		position: relative !important;

	}

	.site-header {

		margin-bottom: 72px;

		margin-bottom: 5.142857143rem;

		text-align: left;

	}

	.site-header h1 {

		font-size: 21pt;

		line-height: 1;

		text-align: left;

	}

	.site-header h2 {

		color: #000;

		font-size: 10pt;

		text-align: left;

	}

	.site-header h1 a,

	.site-header h2 a {

		color: #000;

	}

	.author-avatar,

	#colophon,

	#respond,

	.commentlist .comment-edit-link,

	.commentlist .reply,

	.entry-header .comments-link,

	.entry-meta .edit-link a,

	.page-link,

	.site-content nav,

	.widget-area,

	img.header-image,

	.main-navigation {

		display: none;

	}

	.wrapper {

		border-top: none;

		box-shadow: none;

	}

	.site-content {

		margin: 0;

		width: auto;

	}

	.singular .entry-header .entry-meta {

		position: static;

	}

	.singular .site-content,

	.singular .entry-header,

	.singular .entry-content,

	.singular footer.entry-meta,

	.singular .comments-title {

		margin: 0;

		width: 100%;

	}

	.entry-header .entry-title,

	.entry-title,

	.singular .entry-title {

		font-size: 21pt;

	}

	footer.entry-meta,

	footer.entry-meta a {

		color: #444;

		font-size: 10pt;

	}

	.author-description {

		float: none;

		width: auto;

	}



	/* Comments */

	.commentlist > li.comment {

		background: none;

		position: relative;

		width: auto;

	}

	.commentlist .avatar {

		height: 39px;

		left: 2.2em;

		top: 2.2em;

		width: 39px;

	}

	.comments-area article header cite,

	.comments-area article header time {

		margin-left: 50px;

		margin-left: 3.57142857rem;

	}

}











/** Generated by FG **/

@font-face {

	font-family: 'Helvetica Narrow';

	src: url('fonts/helvetica.eot');

	src: url('fonts/helvetica.woff') format('woff'), url('fonts/helvetica.ttf') format('truetype'), url('fonts/helvetica.svg') format('svg');

	font-weight: normal;

	font-style: normal;

}

















/*custom css*/

.sitecontainer{ clear:both; margin:0 auto; padding:0; width:1002px;}

.sitecontainer .Hedertopsection{ clear:both; margin:0; padding:15px 0 10px 0;}

.sitecontainer .Hedertopsection .Headertopcontetns{ float:right; margin:0; padding:0;}

.sitecontainer .Hedertopsection .Headertopcontetns .widget_text{ float:right; margin:0; padding:0;}

.sitecontainer .Hedertopsection .Headertopcontetns .textwidget{display:block; margin:0; padding:0;}

.sitecontainer .Hedertopsection .Headertopcontetns p.headerphone{display:block; margin:0; padding:0 0 0 33px; float:left; font-size:22px; color:#00b1c6; line-height:26px; background:url(images/header_phoneicon.png) 0 0 no-repeat;}

.sitecontainer .Hedertopsection .Headertopcontetns ul.topsocailicons{ display:block; margin:0 20px 0 25px; padding:0; float:right;}

.sitecontainer .Hedertopsection .Headertopcontetns ul.topsocailicons li{ list-style-type:none; margin:0 0 0 5px; padding:0; float:left;}

.sitecontainer .Hedertopsection .Headertopcontetns ul.topsocailicons li:first-child{ margin-left:0;}

.sitecontainer .Hedertopsection .Headertopcontetns ul.topsocailicons li a{ display:block; margin:0; padding:0; text-decoration:none; height:26px; width:26px; background:url(images/header_socailicons.png) 0 0 no-repeat; outline:none;}

.sitecontainer .Hedertopsection .Headertopcontetns ul.topsocailicons li a.pin{ background-position:0 0;}

.sitecontainer .Hedertopsection .Headertopcontetns ul.topsocailicons li a.pin:hover{background-position:0 -34px;}



.sitecontainer .Hedertopsection .Headertopcontetns ul.topsocailicons li a.face{ background-position:-32px 0;}

.sitecontainer .Hedertopsection .Headertopcontetns ul.topsocailicons li a.face:hover{background-position:-32px -34px;}



.sitecontainer .Hedertopsection .Headertopcontetns ul.topsocailicons li a.twi{ background-position:-63px 0;}

.sitecontainer .Hedertopsection .Headertopcontetns ul.topsocailicons li a.twi:hover{background-position:-63px -34px;}



.sitecontainer .Hedertopsection .Headertopcontetns ul.topsocailicons li a.gplus{ background-position:-95px 0;}

.sitecontainer .Hedertopsection .Headertopcontetns ul.topsocailicons li a.gplus:hover{background-position:-95px -34px;}



.sitecontainer .Hedertopsection .Headertopcontetns ul.topsocailicons li a.ins{ background-position:-126px 0;}

.sitecontainer .Hedertopsection .Headertopcontetns ul.topsocailicons li a.ins:hover{background-position:-126px -34px;}













.sitecontainer .frameimgsection{ clear:both; margin:0 0 25px 0; padding:0;}

.sitecontainer .frameimgsection .upperframeimage{ clear:both; margin:0; padding:0; background:url(images/frameupperimg.png) center 0 no-repeat; height:15px;}

.sitecontainer .frameimgsection .middleframeimage{ clear:both; margin:0; padding:0; background:url(images/framemiddleimg.png) center 0 repeat-y; }

.sitecontainer .frameimgsection .middleframeimage .site-header{ clear:both; margin:0; padding:0; background:url(images/header_bg.png) center 0 no-repeat;}

.sitecontainer .frameimgsection .lowerframeimage{ clear:both; margin:0; padding:0; background:url(images/framelowerimg.png) center 0 no-repeat; height:16px;}





/*Header part*/

.site-header .mainheadertop{ clear:both; margin:0; padding:5px 20px 0px 20px;}

.site-header .headerleft{ display:block; float:right;}

.site-header .headerleft hgroup{ display:block;}

.site-header .headerleft h2.site-description {    font-size: 20px;    line-height: 20px;    margin-top: -10px;  color: #ee3f93;

    font-family: 'Helvetica Narrow'; text-align:center;    font-weight: bold; letter-spacing:1px; text-transform:uppercase; margin-bottom:10px; text-shadow:0 1px 1px #FFF;}

.site-header .headerleft h1.site-title{ display:block; margin:0px 0 0 0px; padding:0;}

.site-header .headerleft h1.site-title a{ display:block; margin:0; padding:0; font-size:0; width:300px; height:117px; background:url(images/scrapbooking-logo.png) 0 0 no-repeat; outline:none;}



.site-header .headerright{ float:left; margin:0; padding:0;}

.site-header .headerright .widget_sp_image{ float:left; margin:0 0 0 20px; padding:0;}

/*End Header part*/







/*Start navigation*/

.navgationstrip{ clear:both; margin:0; padding:0; background:url(images/navigations-strip.png) center 0 no-repeat; width:1085px; height:65px; margin:0 0 0 -45px;}

.navgationstrip .main-navigation{ float:left; margin:0; padding:18px 0 0 60px;}

.navgationstrip .main-navigation .menu-headermenu-container{ margin:0; padding:0;}

.navgationstrip .main-navigation .menu-headermenu-container ul.nav-menu{ margin:0; padding:0; display:block;}

.navgationstrip .main-navigation .menu-headermenu-container ul.nav-menu li{ margin:0 0 0 10px; padding:0 0 0 10px; display:block; float:left; list-style-type:none; background:url(images/navborder.jpg) 0 0 repeat-y;}

.navgationstrip .main-navigation .menu-headermenu-container ul.nav-menu li:first-child{ background:none; margin:0; padding:0;}

.navgationstrip .main-navigation .menu-headermenu-container ul.nav-menu li a{ margin:0; padding:0; display:block; font-size:17px; color:#FFF; text-shadow:1px 1px 1px #004d5b; line-height:17px; outline:none; font-family: 'Helvetica Narrow'; font-weight:bold; text-transform: none; }

.navgationstrip .main-navigation .menu-headermenu-container ul.nav-menu li:hover > a{ color:#eef7da;}

.navgationstrip form.searchform{ float:right; margin:0; padding:14px 60px 0 0;}

.navgationstrip form.searchform .searchformarea{margin:0; padding:0;}
.navgationstrip form.searchform .searchformarea .screen-reader-text{ display:none;}
.navgationstrip form.searchform .searchformarea input#s{ margin:0; padding:0 10px; border:0; box-shadow:none; border-radius:0; height:29px; box-shadow:inset 3px 3px 3px #DDD; float:left;}
.navgationstrip form.searchform .searchformarea input#searchsubmit{ background:url(images/searchinputbtn.jpg) 0 0 no-repeat; border:0; width:33px; height:29px; border-radius:0; font-size:0px;}
.navgationstrip form.searchform .searchformarea input#searchsubmit:hover{ background-position:0 -31px;}


.navgationstrip form.searchform > div{margin:0; padding:0;}
.navgationstrip form.searchform > div > .screen-reader-text{ display:none;}
.navgationstrip form.searchform > div > input#s{ margin:0; padding:0 10px; border:0; box-shadow:none; border-radius:0; height:29px; box-shadow:inset 3px 3px 3px #DDD; float:left;}
.navgationstrip form.searchform > div > input#searchsubmit{ background:url(images/searchinputbtn.jpg) 0 0 no-repeat; border:0; width:33px; height:29px; border-radius:0; font-size:0px;}
.navgationstrip form.searchform > div > input#searchsubmit:hover{ background-position:0 -31px;}

/*End Start navigation*/



















/*homepageslider*/

.homepagesections{ clear:both; margin:0; padding:0 20px;}

.homepagesections .homepageslider{ clear:both; margin:0 0 55px 0; padding:0;}

.homepagesections .homepageslider .flexslider{ clear:both; margin:0; padding:0; border:0; border-radius:0; box-shadow:none;} 

.homepagesections .homepageslider .flexslider ul.flex-direction-nav{ display:none;}

.homepagesections .homepageslider .flexslider ol.flex-control-paging{ bottom:-20px;}

.homepagesections .homepageslider .flexslider ol.flex-control-paging li{ margin:0 2px;}

.homepagesections .homepageslider .flexslider ol.flex-control-paging li a{ background-color:#ababab;}

.homepagesections .homepageslider .flexslider ol.flex-control-paging li a.flex-active{ background-color:#00b1c6;}



.homepageslider .soliloquy-container .soliloquy-caption{width:100%; background:url('images/baner_transparency.png') repeat;   bottom: 10px!important;

    position: absolute!important;

    

 

    z-index: 1120; }

	.homepageslider .soliloquy-container .soliloquy-pager{bottom:-30px;}

.homepageslider .soliloquy-container .soliloquy-pager-link{background:url('images/slider_icons.png')no-repeat;}





























.homepageslider .soliloquy-container .soliloquy-prev{display:none;}

.homepageslider .soliloquy-container .soliloquy-next{display:none;}

.homepageslider .soliloquy-container .soliloquy-pager-link:hover, .soliloquy-container .soliloquy-pager-link.active{background:url('images/active_slider_icon.png')no-repeat!important; background-color:transparent!important;}

.homepageslider .soliloquy-caption h2{font-family: 'Cedarville Cursive', cursive; font-size:60px; color:white; margin-bottom:12px;}



  

.homepageslider .soliloquy-caption p{font-family:Arial, Helvetica, sans-serif; color:black; font-size:12px;}



/*End homepageslider*/





/*homepageright posts*/

.homepagepostfirst{ clear:both; margin:0 0 20px 0; padding:0;}



.homepagepostfirst h2 {

    color: #0095A7;

    display: inline-block;

    font-family: 'Helvetica Narrow';

    font-size: 25px;

    font-weight: bold;

    line-height: 25px;

    margin: 0 0 10px;

    padding: 0;

    width: 64%;

}



.homepagepostfirst h4 {

    color: #0095A7;

    display: inline-block;

    font-family: arial;

    font-size: 18px;

    margin-top: -5px;

    text-transform: capitalize;

}



.homepagepostfirst > p {

    line-height: 20px;

    margin: 12px 0 0;

}

.homepagepostfirst .contentSec{ clear:both; margin:0; padding:0;}

.homepagepostfirst .contentSec h4{font-size:18px; font-weight:bold; line-height:18px; color:#0095a7;  margin:0 0 10px 0; padding:0;}

.homepagepostfirst .contentSec p{ color:#888888; line-height:20px; margin-bottom:10px;}

.homepagepostfirst .contentSec p a.more-link{ display:block; width:85px; padding:7px 10px; border-radius:10px; background-color:#00b1c6; color:#000000; text-shadow:1px 1px 1px #00d6ef; font-size:13px; text-decoration:none; text-align:center; margin-top:10px;}

.homepagepostfirst .contentSec p a.more-link:hover{ background-color:#009db0;}





.homepagepostfirst .posted {

    color: #000000;

    float: right;

    line-height: 25px;

    text-align: center;

    width: 83%;

}

.postentry-date {

    background: none repeat scroll 0 0 #00B1C6;

    border-bottom-right-radius: 12px;

    border-top-right-radius: 12px;

    color: #FFFFFF;

    float: left;

    font-size: 16px;

    font-weight: bold;

    line-height: 20px;

    margin-right: 10px;

    padding: 12px 10px;

    text-transform: capitalize;

  width: 14%;

margin-bottom: 10px;

}

.postBy a{background-color: #00B1C6;

    border-radius: 10px;

    color: #000000;

    display: inline-block;

    font-size: 13px;



    padding: 7px 10px;

    text-align: center;

    text-decoration: none;

    text-shadow: 1px 1px 1px #00D6EF;

    width: 85px;}

	.contentSec.postBy{background:#d7f4f8; margin-top:20px;}



.homepagepostsecond{ clear:both; margin:0 0 20px 0; padding:15px; background-color:#e8fcff;}

.homepagepostsecond h2{ display:inline-block; font-size:25px; font-weight:bold; line-height:25px; color:#0095a7; font-family: 'Helvetica Narrow'; margin:0 0 10px 0; padding:0;}

.homepagepostsecond .contentSec{ clear:both; margin:0; padding:0;}

.homepagepostsecond .contentSec h4{font-size:18px; font-weight:bold; line-height:18px; color:#0095a7;  margin:0 0 10px 0; padding:0;}

.homepagepostsecond .contentSec p{ color:#888888; line-height:20px;}

.homepagepostsecond .contentSec p a.more-link{ display:block; width:85px; padding:7px 10px; border-radius:10px; background-color:#00b1c6; color:#000000; text-shadow:1px 1px 1px #00d6ef; font-size:13px; text-decoration:none; text-align:center; margin-top:10px;}

.homepagepostsecond .contentSec p a.more-link:hover{ background-color:#009db0;}

.homepagepostsecond p{line-height:20px;}

.homepagepostsecond .contentSec.postBy{background:#d7f4f8; margin-top:20px;}

.homepagepostsecond .posted {

    color: #000000;

    float: right;

    line-height: 25px;

    text-align: center;

    width: 83%;

}

.homepagepostthird{ clear:both; margin:0; padding:0;}

.homepagepostthird h2{ font-size:25px; font-weight:bold; line-height:25px; color:#0095a7; font-family: 'Helvetica Narrow'; margin:0 0 10px 0; padding:0; display:inline-block;}



.homepagepostthird .contentSec{ clear:both; margin:0; padding:0;}

.homepagepostthird .contentSec h4{font-size:18px; font-weight:bold; line-height:18px; color:#0095a7;  margin:0 0 10px 0; padding:0;}

.homepagepostthird .contentSec p{ color:#888888; line-height:20px;}

.homepagepostthird .contentSec p a.more-link{ display:block; width:85px; padding:7px 10px; border-radius:10px; background-color:#00b1c6; color:#000000; text-shadow:1px 1px 1px #00d6ef; font-size:13px; text-decoration:none; text-align:center; margin-top:10px;}

.homepagepostthird .contentSec p a.more-link:hover{ background-color:#009db0;}

.homepagepostthird p{line-height:20px;}

.homepagepostthird .posted {

    color: #000000;

    float: right;

    line-height: 25px;

    text-align: center;

    width: 83%;

}

	.homepagepostthird .contentSec.postBy{background:#d7f4f8; margin-top:20px;}

	

span.post-data-date {

    display: block;

    font-size: 25px;

    font-weight: bold;

}



 span.year-data {

    display: block;

    margin-top: 5px;

    text-align: center;

}

/*End homepageright posts*/







.homepagesections .homerightpanel{ float: right;    margin: 0;    padding: 0;    width: 690px;}

.homepagesections .homepageleftpanel {float:left;  width:250px;}

.homepagesections .homepageleftpanel #secondary.widget-area{  margin:0; padding:0; width:250px;}







.wrapper #secondary.widget-area{ float:left; margin:0 0px 0px 20px; padding:0; width:250px;}

.wrapper #primary.site-content{ margin-right:20px; float:right; margin-top:0; width: 690px;}





#secondary.widget-area .widget_archive{ clear:both; margin:0 0 20px 0; padding:0;}

#secondary.widget-area .widget_archive h3.widget-title{ margin:0; padding:0; background:url(images/headingbg.png) 0 0 no-repeat; height:43px; text-align:center; color:#FFFFFF; font-family: 'Pacifico', cursive; font-size:20px; text-shadow:1px 1px 1px #004d5b; text-transform:none; font-weight:normal; line-height:35px;}

#secondary.widget-area .widget_archive ul{ clear:both; margin:0; padding:10px; background-color:#e8fcff; border:1px solid #cceff4; border-radius:0 0 10px 10px;}

#secondary.widget-area .widget_archive ul li{ list-style-type:none; margin:0; padding:0; background:url(images/bloglistimage.jpg) 0 0 no-repeat #00c9e1; margin-bottom:2px; font-size:14px; color:#FFFFFF; font-family: 'Helvetica Narrow'; font-weight:bold; font-weight:bold; text-shadow:1px 1px 1px #006b78;}

#secondary.widget-area .widget_archive ul li a{ text-decoration:none; display:inline-block; line-height:32px; font-size:14px; color:#FFFFFF; font-family: 'Helvetica Narrow'; font-weight:bold; text-shadow:1px 1px 1px #006b78; padding-left:10px; outline:none;}







/*stylefor newsletter*/

#secondary.widget-area .eemail_widget{ clear:both; margin:0 0 20px 0; padding:0; float:left;}

#secondary.widget-area .eemail_widget h3.widget-title{ margin:0; padding:0; background:url(images/headingbg.png) 0 0 no-repeat; height:43px; text-align:center; color:#FFFFFF; font-family: 'Pacifico', cursive; font-size:20px; text-shadow:1px 1px 1px #004d5b; text-transform:none; font-weight:normal; line-height:35px;}

#secondary.widget-area .eemail_widget .emailnewssletterarea{clear:both; margin:0; padding:10px; background-color:#e8fcff; border:1px solid #cceff4; border-radius:0 0 10px 10px; float:left;}

#secondary.widget-area .eemail_widget .emailnewssletterarea .eemail_caption{ color:#555555; line-height:18px; font-size:13px;}

#secondary.widget-area .eemail_widget .emailnewssletterarea input.eemail_textbox_class{ border:0;    border-radius: 0;    box-shadow: 3px 3px 3px #DDDDDD inset;    float: left;    height: 29px;    margin: 0 0 10px 0;    padding: 0 3%; width:94%;}

#secondary.widget-area .eemail_widget .emailnewssletterarea input.eemail_textbox_button{border-radius: 0; border:1px solid #566708; font-size:15px; line-height:15px; color:#FFF; padding:2px 10px; width:auto;

background: #c6ed54; /* Old browsers */

background: -moz-linear-gradient(top, #c6ed54 0%, #708709 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6ed54), color-stop(100%,#708709)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #c6ed54 0%,#708709 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #c6ed54 0%,#708709 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top, #c6ed54 0%,#708709 100%); /* IE10+ */

background: linear-gradient(to bottom, #c6ed54 0%,#708709 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6ed54', endColorstr='#708709',GradientType=0 ); /* IE6-9 */

}





#secondary.widget-area .eemail_widget .emailnewssletterarea input.eemail_textbox_button:hover{

background: #c6ed54; /* Old browsers */

background: -moz-linear-gradient(top, #708709 0%, #c6ed54 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#708709), color-stop(100%,#c6ed54)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #708709 0%,#c6ed54 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #708709 0%,#c6ed54 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top, #708709 0%,#c6ed54 100%); /* IE10+ */

background: linear-gradient(to bottom, #708709 0%,#c6ed54 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#708709', endColorstr='#c6ed54',GradientType=0 ); /* IE6-9 */

}



/*End stylefor newsletter*/





/*start stylefor testimonials*/

#secondary.widget-area .cycledTestimonialWidget{ clear:both; margin:0 0 20px 0; padding:0; position:relative;}

#secondary.widget-area .cycledTestimonialWidget h3.widget-title{ margin:0; padding:0; background:url(images/headingbg.png) 0 0 no-repeat; height:43px; text-align:center; color:#FFFFFF; font-family: 'Pacifico', cursive; font-size:20px; text-shadow:1px 1px 1px #004d5b; text-transform:none; font-weight:normal; line-height:35px;}

#secondary.widget-area .cycledTestimonialWidget .cycle-slideshow{background-color: #E8FCFF;    border: 1px solid #CCEFF4;    border-radius: 0 0 10px 10px;    clear: both;    margin: 0;     width:auto!important;}

#secondary.widget-area .cycledTestimonialWidget .cycle-slideshow blockquote.easy_testimonial .testimonial_body p{ font-size:12px; color:#424242; font-style:italic; line-height:18px;}

#secondary.widget-area .cycledTestimonialWidget .cycle-slideshow blockquote.easy_testimonial{padding: 10px;}



#secondary.widget-area .cycledTestimonialWidget .cycle-slideshow blockquote.easy_testimonial p.testimonial_author{ font-size:13px; font-weight:bold; color:#424242; line-height:0px; text-align:right;}

/*end stylefor testimonials*/







/*start stylefor Instagram*/

#secondary.widget-area #text-6.widget_text{ clear:both; margin:0 0 20px 0; padding:0; float:left; width:100%;}

#secondary.widget-area #text-6.widget_text h3.widget-title{ margin:0; padding:0; background:url(images/headingbg.png) 0 0 no-repeat; height:43px; text-align:center; color:#FFFFFF; font-family: 'Pacifico', cursive; font-size:20px; text-shadow:1px 1px 1px #004d5b; text-transform:none; font-weight:normal; line-height:35px;}

#secondary.widget-area #text-6.widget_text .textwidget{background-color: #E8FCFF;    border: 1px solid #CCEFF4;    border-radius: 0 0 10px 10px;    clear: both;       margin: 0;    padding: 10px; text-align:center;}

/*end stylefor Instagram*/







/*start stylefor followus*/

#secondary.widget-area #text-5.widget_text{ clear:both; margin:0 0 20px 0; padding:0; float:left; width:100%;}

#secondary.widget-area #text-5.widget_text h3.widget-title{ margin:0; padding:0; background:url(images/headingbg.png) 0 0 no-repeat; height:43px; text-align:center; color:#FFFFFF; font-family: 'Pacifico', cursive; font-size:20px; text-shadow:1px 1px 1px #004d5b; text-transform:none; font-weight:normal; line-height:35px;}

#secondary.widget-area #text-5.widget_text .textwidget{background-color: #E8FCFF;    border: 1px solid #CCEFF4;    border-radius: 0 0 10px 10px;    clear: both;       margin: 0;    padding: 10px; text-align:center;}

/*end stylefor followus*/









/*start stylefor innerpage*/

#primary #content .entry-header{ margin:0; padding:0;}

#primary #content .entry-header .comments-link{ display:none;}

#primary #content .entry-header  h1.entry-title{ font-size:25px; font-weight:bold; line-height:25px; color:#0095a7; font-family: 'Helvetica Narrow'; margin:0 0 10px 0; padding:0;}

#primary #content .entry-header  h1.entry-title a{ text-decoration:none; outline:none; color:#0095a7;}

#primary #content .entry-content{ margin:0; padding:0; clear:both;}

#primary #content .entry-content h4{ color: #0095A7;    font-size: 18px;    font-weight: bold;    line-height: 18px;    margin: 0 0 10px;    padding: 0;}

#primary #content .entry-content p{ margin:0 0 10px 0; padding:0; color: #888888;    line-height: 20px;}



#primary #content .archive-header{ margin:0; padding:0; border:0;}

#primary #content .archive-header h1.archive-title{font-size:25px; font-weight:bold; line-height:25px; color:#0095a7; font-family: 'Helvetica Narrow'; margin:0 0 10px 0; padding:0; text-transform:none;}

#primary #content .category-uncategorized .testimonials-widget{ margin:0 0 20px 0; padding:0; clear:both;}

#primary #content .category-uncategorized .testimonials-widget blockquote{ padding:0; margin:0; clear:both;}

#primary #content .category-uncategorized .testimonials-widget blockquote p{margin:0 0 10px 0; padding:0; color: #888888;    line-height: 20px;}

#primary #content .category-uncategorized .testimonials-widget-testimonials{ height:auto;}



#primary #content .entry-meta{}

#primary #content .type-page{ margin:0 0 20px 0; padding:0; border:0;}

#primary #content .type-post{ margin:0 0 20px 0; padding:0; border:0;}



/*end stylefor innerpage*/



















#primary #content .entry-content form.searchform .searchformarea input#s {

    border: 0 none;

    border-radius: 0;

    box-shadow: 3px 3px 3px #DDDDDD inset;

    float: left;

    height: 29px;

    margin: 0;

    padding: 0 10px;

}

#primary #content .entry-content form.searchform .searchformarea input#searchsubmit{ background:url(images/searchinputbtn.jpg) 0 0 no-repeat; border:0; width:33px; height:29px; border-radius:0; font-size:0px;}



















/*footer section*/

.site #colophon{ background:url(images/footer_bg.jpg) 0 0 repeat-x #1d6e6d; min-height:94px; max-height:94px; }

.Footertopcontainer{ clear:both; margin:0 auto; padding:16px 0; width:1002px;}

.Footertopcontainer .Footermenu{ float:left; margin:0; padding:0;}

.Footertopcontainer .Footermenu .widget_nav_menu{ display:block; float:left;}

.Footertopcontainer .Footermenu .widget_nav_menu .menu-footermenu-container{ display:block; float:left;}

.Footertopcontainer .Footermenu .widget_nav_menu .menu-footermenu-container ul.menu{ display:block; float:left;}

.Footertopcontainer .Footermenu .widget_nav_menu .menu-footermenu-container ul.menu li{ display:block; float:left; border-left:1px solid #FFF; margin:0 10px 0 0; padding:0 0 0 10px;}

.Footertopcontainer .Footermenu .widget_nav_menu .menu-footermenu-container ul.menu li:first-child{ border:0; padding-left:0;}

.Footertopcontainer .Footermenu .widget_nav_menu .menu-footermenu-container ul.menu li a{ display:block; text-decoration:none; font-size:14px; color:#FFF; line-height:14px; text-shadow:0 1px 1px #153a3a; font-family: 'Helvetica Narrow';}

.Footertopcontainer .Footermenu .widget_nav_menu .menu-footermenu-container ul.menu li:hover a{ text-decoration:none; color:#EEF7DA;}



.Footertopcontainer .Footercontacts{ float:right; margin:0; padding:0;}

.Footertopcontainer .Footercontacts .widget_text{ display:block;}

.Footertopcontainer .Footercontacts .widget_text .textwidget{ display:block; float:left;}

.Footertopcontainer .Footercontacts .widget_text .textwidget p.footermail{ display:block; float:left; font-size:14px; color:#FFF; line-height:14px;}

.Footertopcontainer .Footercontacts .widget_text .textwidget p.footermail a{ text-decoration:none; display:block; font-size:14px; color:#FFF; line-height:14px; background:url(images/footermessage_icon.png) 0 3px no-repeat; padding-left:20px; outline:none; text-shadow:0 1px 1px #153a3a; font-family: 'Helvetica Narrow';}

.Footertopcontainer .Footercontacts .widget_text .textwidget p.footermail a:hover{ text-decoration:none; color:#EEF7DA; background-position:0 -13px;}





.Footertopcontainer .Footercontacts .widget_text .textwidget p.footerphone{ display:block; float:left; font-size:16px; color:#FFF; line-height:14px; font-weight:bold; background:url(images/footer_phoneicon.png) 0 2px no-repeat; padding-left:15px; margin-left:20px; font-family: 'Helvetica Narrow';}





.Footercopyright{ clear:both; text-align:center; margin:0; padding:15px 0; background:url(images/copyright_upperbg.jpg) 0 0 repeat-x;}

.Footercopyright .textwidget{text-align:center; font-size:15px; color:#3bd5d3; text-shadow:0 1px 1px #153a3a; line-height:15px;}

/*End footer section*/









/*contact form */

body.page-id-12 #wpcf7-f84-p12-o1 .wpcf7-form > p {

    float: left;

    margin-left: 13px !important;

    margin-right: 24px !important;

    width: 44%;

}



body.page-id-12 .message_data {

    width: 100% !important;

}







body.page-id-12 textarea.wpcf7-textarea {

    border: medium none;

    width: 92.4%;

}



.wpcf7-form input.wpcf7-submit {

background: #8de0ec; /* Old browsers */

background: -moz-linear-gradient(top,  #8de0ec 1%, #2989d8 100%, #0fb6cb 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#8de0ec), color-stop(100%,#2989d8), color-stop(100%,#0fb6cb)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #8de0ec 1%,#2989d8 100%,#0fb6cb 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #8de0ec 1%,#2989d8 100%,#0fb6cb 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #8de0ec 1%,#2989d8 100%,#0fb6cb 100%); /* IE10+ */

background: linear-gradient(to bottom,  #8de0ec 1%,#2989d8 100%,#0fb6cb 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8de0ec', endColorstr='#0fb6cb',GradientType=0 ); /* IE6-9 */



  text-transform: uppercase;

   font-family: 'Helvetica Narrow';

    border: medium none;

    box-shadow: none;

    color: #373737;

    font-size: 18px;

    font-weight: bold;

    padding: 4px 2px;

    width: 20%; margin-top:20px;

}



.wpcf7-form input.wpcf7-submit:hover{background: #0fb6cb; /* Old browsers */

background: -moz-linear-gradient(top,  #0fb6cb 1%, #2989d8 100%, #90d9e4 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#0fb6cb), color-stop(100%,#2989d8), color-stop(100%,#90d9e4)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #0fb6cb 1%,#2989d8 100%,#90d9e4 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #0fb6cb 1%,#2989d8 100%,#90d9e4 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #0fb6cb 1%,#2989d8 100%,#90d9e4 100%); /* IE10+ */

background: linear-gradient(to bottom,  #0fb6cb 1%,#2989d8 100%,#90d9e4 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fb6cb', endColorstr='#90d9e4',GradientType=0 ); /* IE6-9 */



}



.wpcf7-form .wpcf7-form-control {

    border: 1px solid #E1E1E1;

    border-radius: 0;

    box-shadow: 1px 1px 2px #E8E6E6 inset;

}

.contact-gap{color: #222222; display: inline-block; font-family: arial; font-size: 13px; }

#wpcf7-f84-p12-o1 div.wpcf7-response-output{margin:0; padding:5px 10px; clear:both;}

#wpcf7-f84-p12-o1 div.wpcf7-validation-errors {



    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);

    border: 2px solid #FF0000; padding:5px 10px;
	clear:both;

}

body.page-id-12 #wpcf7-f84-p12-o1 .wpcf7-form > p span.aistrick{color:red;}



/*Added the css for the blog Post Panel */









.collapsing.archives.expand > a {

    background: none repeat scroll 0 0 ;

    display: inline-block;

    

    text-decoration: none;  color:#018c9d;

}









.strip_hd {

    background: url("images/bloglistimage.jpg") no-repeat scroll left center #01C9E2!important;

    color: #FFFFFF!important;

    display: inline-block!important;

    font-weight: 900;

    height: 30px;

    margin-top: 3px;

    padding-left: 30px;

    width: 180px;

	text-decoration:none;







}



.month_link {

    border-bottom: 1px dashed #1E9CAB;

    color: #1E9CAB !important;

    display: inline-block;

    margin-left: 5px;

    padding-bottom: 4px;

    text-decoration: none;

    width: 66%;

	font-weight:bold;

	text-decoration:none;

}

.month_icon

{

margin:0 0 0 25px;

}





.archive_link

{

color: #01C9E2 !important;

    display: block;

    font-size: 12px !important;

    margin-left: 30px;

    text-decoration: none;

    width: 180px !important;



}

ul.collapsing ul li.collapsing ul li a{  color: #01C9E2 !important;

    display: block;

    font-size: 12px !important;

    margin-left: 30px;

    text-decoration: none;

    width: 157px !important;

	margin-top:5px; margin-bottom:5px; line-height:20px;

	} 



.testing_data {

    left: 22px;

    position: relative;

    top: 2px;

}



.yearCount

{

font-weight:bold;

color:white!important;

}



#secondary #collapsarch-2 {

margin-bottom:20px;

}

#collapsarch-2 h3.widget-title{

    background: url("images/headingbg.png") no-repeat scroll 0 0 ;

    color: #FFFFFF;

    font-family: 'Pacifico',cursive;

    font-size: 20px;

    font-weight: normal;

    height: 43px;

    line-height: 35px;

    margin: 0;

    padding: 0;

    text-align: center;

    text-shadow: 1px 1px 1px #004D5B;

    text-transform: none;

}



#collapsarch-2 #widget-collapsarch-2-top{

    background: none repeat scroll 0 0 #E8FCFF;

    border: 1px solid #CCEFF4;

	padding-bottom:10px;



}



.contact-data-left {

    float: left;  margin-left:75px;

}

.contact-data-right{float:right;  width: 28%;}

.contact-data-right .data-strip-first p.main-data-col {color:#228b98!important; margin:0!important;

}



.contact-para{font-family: 'Helvetica Narrow'; color:#373737; font-size:14px;}

.contact-data-left .wpcf7-form-control{background:#efefef; border:none; padding:9px 2px; -webkit-box-shadow: inset 5px 5px 5px 0px rgba(220,220,220,1);

-moz-box-shadow: inset 5px 5px 5px 0px rgba(220,220,220,1);

box-shadow: inset 5px 5px 5px 0px rgba(220,220,220,1); width:330px;}

body.page-id-12 .contact-data-left .wpcf7-textarea{width:330px;  height: 100px;}



.contact-data-left span.contact-gap {

    color: #373737;

    font-size: 12px;

    font-weight: 600;

    text-transform: uppercase;

}



.contact-data-right .sub-data-col {

    color: #373737;

    display: block;

    margin-bottom: 12px;

}

body.page-id-12 #primary #content h1.entry-title {color:#373737; font-family: 'Helvetica Narrow';font-size: 30px;line-height: 25px; margin: 0 0 10px;padding-left: 72px;  font-weight: 300;}





.contact-data-left .aistrick {

    color: #FF0000;

}









/*Start of woocommerce plugin*/

body.woocommerce  .middleframeimage #content{ padding:0 20px; clear:both; margin:0;}

body.woocommerce  .middleframeimage #content .woocommerce-breadcrumb{ clear:both; margin:10px 0 20px 0; padding:5px 10px; font-size:11px; color:#FFF; background-color:#0095A7; border-radius:5px; float:left;}

body.woocommerce  .middleframeimage #content .woocommerce-breadcrumb a{ color:#FFF; text-decoration:none; outline:none; padding:0 5px;}

body.woocommerce  .middleframeimage #content .woocommerce-breadcrumb a:hover{ text-decoration:underline; color:#FFF;}



body.woocommerce  .middleframeimage #content .woocommerce-message{ clear:both;}

body.woocommerce  .middleframeimage #content .woocommerce-message a.wc-forward{border-radius: 0; border:1px solid #566708; font-size:15px; line-height:15px; color:#FFF; padding:6px 10px; width:auto; text-shadow:none;

background: #c6ed54; /* Old browsers */

background: -moz-linear-gradient(top, #c6ed54 0%, #708709 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6ed54), color-stop(100%,#708709)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #c6ed54 0%,#708709 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #c6ed54 0%,#708709 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top, #c6ed54 0%,#708709 100%); /* IE10+ */

background: linear-gradient(to bottom, #c6ed54 0%,#708709 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6ed54', endColorstr='#708709',GradientType=0 ); /* IE6-9 */

}

body.woocommerce  .middleframeimage #content .woocommerce-message a.wc-forward:hover{

background: #c6ed54; /* Old browsers */

background: -moz-linear-gradient(top, #708709 0%, #c6ed54 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#708709), color-stop(100%,#c6ed54)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #708709 0%,#c6ed54 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #708709 0%,#c6ed54 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top, #708709 0%,#c6ed54 100%); /* IE10+ */

background: linear-gradient(to bottom, #708709 0%,#c6ed54 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#708709', endColorstr='#c6ed54',GradientType=0 ); /* IE6-9 */

}







body.woocommerce  .middleframeimage #content .images a.woocommerce-main-image{ outline:0;}

body.woocommerce  .middleframeimage #content .images a.woocommerce-main-image img{ border:0; border-radius:0; box-shadow:none; padding:2px; border:1px solid #DDD; width:auto; max-width:100%;}

body.woocommerce  .middleframeimage #content .images .thumbnails a.zoom{ outline:none;}

body.woocommerce  .middleframeimage #content .images .thumbnails a.zoom img.attachment-shop_thumbnail{ width:auto;  border: 1px solid #DDDDDD;    border-radius: 0;    box-shadow: none;    max-width: 100%;    padding: 2px;}







body.woocommerce  .middleframeimage #content div.product-type-simple{ clear:both;}

body.woocommerce  .middleframeimage #content div.product-type-simple .summary{ margin:0 0 20px 0; padding:0;}

body.woocommerce  .middleframeimage #content div.product-type-simple .summary h1.product_title{ clear:both; margin:0; padding:0; color: #0095A7;    font-family: 'Helvetica Narrow';    font-size: 25px;    font-weight: bold;    line-height: 25px;    margin: 0 0 10px;    padding: 0;    text-transform: none;}

body.woocommerce  .middleframeimage #content div.product-type-simple .summary .offers{ clear:both; margin:0; padding:0;}

body.woocommerce  .middleframeimage #content div.product-type-simple .summary .offers p.price{ clear:both; margin:0; padding:0; float:left;}

body.woocommerce  .middleframeimage #content div.product-type-simple .summary .offers p.price del{ color:#888;}

body.woocommerce  .middleframeimage #content div.product-type-simple .summary .offers p.price del span.amount{ font-size:17px; color:#888;}

body.woocommerce  .middleframeimage #content div.product-type-simple .summary .offers p.price ins{ margin-left:5px;}

body.woocommerce  .middleframeimage #content div.product-type-simple .summary .offers p.price ins span.amount{ font-size:20px; font-weight:bold; color:#718908;}



body.woocommerce  .middleframeimage #content div.product-type-simple .summary .shortdescription{ clear:both; margin:0; padding:0;}

body.woocommerce  .middleframeimage #content div.product-type-simple .summary .shortdescription p{ margin-bottom:20px;}

body.woocommerce  .middleframeimage #content div.product-type-simple .summary .cart{ margin-bottom:10px;}

body.woocommerce  .middleframeimage #content div.product-type-simple .summary .cart .single_add_to_cart_button{border-radius: 0; border:1px solid #566708; font-size:15px; line-height:15px; color:#FFF; padding:6px 10px; width:auto; text-shadow:none;

background: #c6ed54; /* Old browsers */

background: -moz-linear-gradient(top, #c6ed54 0%, #708709 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6ed54), color-stop(100%,#708709)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #c6ed54 0%,#708709 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #c6ed54 0%,#708709 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top, #c6ed54 0%,#708709 100%); /* IE10+ */

background: linear-gradient(to bottom, #c6ed54 0%,#708709 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6ed54', endColorstr='#708709',GradientType=0 ); /* IE6-9 */

}

body.woocommerce  .middleframeimage #content .product .summary .cart .single_add_to_cart_button:hover{

background: #c6ed54; /* Old browsers */

background: -moz-linear-gradient(top, #708709 0%, #c6ed54 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#708709), color-stop(100%,#c6ed54)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #708709 0%,#c6ed54 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #708709 0%,#c6ed54 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top, #708709 0%,#c6ed54 100%); /* IE10+ */

background: linear-gradient(to bottom, #708709 0%,#c6ed54 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#708709', endColorstr='#c6ed54',GradientType=0 ); /* IE6-9 */

}





body.woocommerce .middleframeimage #content .product .summary .product_meta{ margin:0; padding:0; float:left;}

body.woocommerce .middleframeimage #content .product .summary .product_meta .sku_wrapper{font-size: 12px;}

body.woocommerce .middleframeimage #content .product .summary .product_meta .sku_wrapper span.sku{ font-size:12px; color:#000000;}

body.woocommerce .middleframeimage #content .product .summary .product_meta .posted_in{font-size: 12px; margin-left:10px;}

body.woocommerce .middleframeimage #content .product .summary .product_meta .posted_in a{ font-size:12px; color:#000000; text-decoration:none}



body.woocommerce  .middleframeimage #content h1.page-title{ clear:both; color: #0095A7;    font-family: 'Helvetica Narrow';    font-size: 25px;    font-weight: bold;    line-height: 25px;    margin: 0 0 10px;    padding: 0;}



form.woocommerce-ordering{float:right; margin:0; padding:0; clear:right;}

form.woocommerce-ordering select.orderby{ float:right; clear:right;     border: 0 none;    border-radius: 0;   margin: 0;    padding:5px; border:1px solid #DDD;}

body.woocommerce .middleframeimage #content .term-description{ float:left; margin:0; padding:0;}

body.woocommerce .middleframeimage #content .term-description p{  padding:10px 0 0 0;   color: #424242;    font-size: 15px;    font-weight: bold;    margin-bottom: 0px;} 

body.woocommerce .middleframeimage #content p.woocommerce-result-count{ float:right; margin-top:-30px;}



.woocommerce span.onsale, .woocommerce-page span.onsale{background:#0095A7!important; outline:0;  box-shadow:none!important;}



body.woocommerce .middleframeimage #content ul.products{ text-align:center;}

body.woocommerce .middleframeimage #content ul.products li.product > a:first-child{ display:block; padding:0px; margin-bottom:10px; outline:0; text-align:center;}

body.woocommerce .middleframeimage #content ul.products li.product > a:first-child span.onsale{background:#0095A7; outline:0;  box-shadow:none!important;}

body.woocommerce .middleframeimage #content ul.products li.product > a:first-child img.attachment-shop_catalog{border-radius:0; box-shadow:none!important; padding:1px; border:1px solid #DDD; width:auto; display:inline;}

body.woocommerce .middleframeimage #content ul.products li.product > a:first-child h3{ text-transform:none; text-align:center; padding:10px 0; font-size:13px; line-height:20px;}

body.woocommerce .middleframeimage #content ul.products li.product > a:first-child span.price{ clear:both; margin:0; padding:}

body.woocommerce .middleframeimage #content ul.products li.product > a.add_to_cart_button:before{ display:none;}

body.woocommerce .middleframeimage #content ul.products li.product > a.add_to_cart_button{border-radius: 0; border:1px solid #566708; font-size:13px; line-height:13px; color:#FFF; padding:6px 6px; width:auto; text-shadow:none; font-weight:bold;

background: #c6ed54; /* Old browsers */

background: -moz-linear-gradient(top, #c6ed54 0%, #708709 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6ed54), color-stop(100%,#708709)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #c6ed54 0%,#708709 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #c6ed54 0%,#708709 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top, #c6ed54 0%,#708709 100%); /* IE10+ */

background: linear-gradient(to bottom, #c6ed54 0%,#708709 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6ed54', endColorstr='#708709',GradientType=0 ); /* IE6-9 */

}

body.woocommerce .middleframeimage #content ul.products li.product > a.add_to_cart_button:hover{

background: #c6ed54; /* Old browsers */

background: -moz-linear-gradient(top, #708709 0%, #c6ed54 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#708709), color-stop(100%,#c6ed54)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #708709 0%,#c6ed54 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #708709 0%,#c6ed54 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top, #708709 0%,#c6ed54 100%); /* IE10+ */

background: linear-gradient(to bottom, #708709 0%,#c6ed54 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#708709', endColorstr='#c6ed54',GradientType=0 ); /* IE6-9 */

}







body.woocommerce .middleframeimage #content ul.products li.product > a.added_to_cart:before{ display:none;}

body.woocommerce .middleframeimage #content ul.products li.product > a.added_to_cart{border-radius: 0; border:1px solid #007482; font-size:13px; line-height:13px; color:#FFF; padding:6px 6px; width:auto; text-shadow:none; font-weight:bold;

background: #007482; /* Old browsers */

background: -moz-linear-gradient(top, #01a7bb 0%, #007482 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01a7bb), color-stop(100%,#007482)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #01a7bb 0%,#007482 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #01a7bb 0%,#007482 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top, #01a7bb 0%,#007482 100%); /* IE10+ */

background: linear-gradient(to bottom, #01a7bb 0%,#007482 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a7bb', endColorstr='#007482',GradientType=0 ); /* IE6-9 */

}

body.woocommerce .middleframeimage #content ul.products li.product > a.added_to_cart:hover{

background: #01a7bb; /* Old browsers */

background: -moz-linear-gradient(top, #007482 0%, #01a7bb 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007482), color-stop(100%,#01a7bb)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #007482 0%,#01a7bb 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #007482 0%,#01a7bb 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top, #007482 0%,#01a7bb 100%); /* IE10+ */

background: linear-gradient(to bottom, #007482 0%,#01a7bb 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007482', endColorstr='#01a7bb',GradientType=0 ); /* IE6-9 */

}





body.woocommerce .middleframeimage #content ul.products li.product > a:first-child span.price{ clear:both; margin:0; padding:0; }

body.woocommerce .middleframeimage #content ul.products li.product > a:first-child span.price del{ color:#888;}

body.woocommerce .middleframeimage #content ul.products li.product > a:first-child span.price del span.amount{ font-size:13px; color:#888;}

body.woocommerce .middleframeimage #content ul.products li.product > a:first-child span.price ins{ margin-left:5px;}

body.woocommerce .middleframeimage #content ul.products li.product > a:first-child span.price ins span.amount{ font-size:13px; font-weight:bold; color:#718908;}

body.woocommerce .middleframeimage #content .woocommerce-tabs{ clear:both; margin-bottom:20px; padding:0;}

body.woocommerce .middleframeimage #content .woocommerce-tabs ul.tabs{ margin-bottom:0;}

body.woocommerce .middleframeimage #content .woocommerce-tabs ul.tabs:before{  content:""; display:none;}

body.woocommerce .middleframeimage #content .woocommerce-tabs ul.tabs li{  box-shadow:none!important; border-radius:0!important; border:0!important; margin-left:10px;

background: #c6ed54; /* Old browsers */

background: -moz-linear-gradient(top, #c6ed54 0%, #708709 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6ed54), color-stop(100%,#708709)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #c6ed54 0%,#708709 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #c6ed54 0%,#708709 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top, #c6ed54 0%,#708709 100%); /* IE10+ */

background: linear-gradient(to bottom, #c6ed54 0%,#708709 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6ed54', endColorstr='#708709',GradientType=0 ); /* IE6-9 */

}

body.woocommerce .middleframeimage #content .woocommerce-tabs ul.tabs li.active a{ padding:10px 0; color:#FFFFFF; }

body.woocommerce .middleframeimage #content .woocommerce-tabs ul.tabs li:before{ content:""; display:none;}

body.woocommerce .middleframeimage #content .woocommerce-tabs ul.tabs li:after{ content:""; display:none;}

body.woocommerce .middleframeimage #content .woocommerce-tabs ul.tabs li a{outline:none; text-shadow:none; color:#FFFFFF; padding:10px 0; text-decoration:none; font-size:15px;}

body.woocommerce .middleframeimage #content .woocommerce-tabs ul.tabs li.active{ 

background: #007482; /* Old browsers */

background: -moz-linear-gradient(top, #01a7bb 0%, #007482 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01a7bb), color-stop(100%,#007482)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #01a7bb 0%,#007482 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #01a7bb 0%,#007482 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top, #01a7bb 0%,#007482 100%); /* IE10+ */

background: linear-gradient(to bottom, #01a7bb 0%,#007482 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a7bb', endColorstr='#007482',GradientType=0 ); /* IE6-9 */



}

body.woocommerce .middleframeimage #content .woocommerce-tabs ul.tabs li:hover{ 

background: #01a7bb; /* Old browsers */

background: -moz-linear-gradient(top, #007482 0%, #01a7bb 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007482), color-stop(100%,#01a7bb)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #007482 0%,#01a7bb 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #007482 0%,#01a7bb 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top, #007482 0%,#01a7bb 100%); /* IE10+ */

background: linear-gradient(to bottom, #007482 0%,#01a7bb 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007482', endColorstr='#01a7bb',GradientType=0 ); /* IE6-9 */



}

body.woocommerce .middleframeimage #content .woocommerce-tabs ul.tabs li:hover a{ color:#FFFFFF!important;}





body.woocommerce .middleframeimage #content .panel{ clear:both; margin:0; padding:0; border:1px solid #01a7bb; padding:10px!important; background-color:#FFFFFF; border-radius:0px;}

body.woocommerce .middleframeimage #content .panel h2{clear:both; margin:0; padding:0; color: #0095A7;    font-family: 'Helvetica Narrow';    font-size: 25px;    font-weight: bold;    line-height: 25px;    margin: 0 0 10px;    padding: 0;    text-transform: none;}



body.woocommerce .middleframeimage #content #review_form_wrapper{ clear:both; margin:0; padding:0; }

body.woocommerce .middleframeimage #content #review_form_wrapper h3.comment-reply-title{clear:both; margin:0; padding:0; color: #0095A7;    font-family: 'Helvetica Narrow';    font-size: 25px;    font-weight: bold;    line-height: 25px;    margin: 0 0 10px;    padding: 0;    text-transform: none;}

body.woocommerce .middleframeimage #content #review_form_wrapper #respond form{ margin:0;}

body.woocommerce .comment-form #comment{ border-radius:0; box-shadow:none;}



body.woocommerce #content .comment-respond p.form-submit input#submit{  border-radius:0 ;  box-shadow:none ; border:1px solid #566708 ; text-shadow:none ; background-image:none ; text-shadow:none ; font-size:13px ; color:#FFFFFF;

background: #c6ed54; /* Old browsers */

background: -moz-linear-gradient(top, #c6ed54 0%, #708709 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6ed54), color-stop(100%,#708709)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #c6ed54 0%,#708709 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #c6ed54 0%,#708709 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top, #c6ed54 0%,#708709 100%); /* IE10+ */

background: linear-gradient(to bottom, #c6ed54 0%,#708709 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6ed54', endColorstr='#708709',GradientType=0 ); /* IE6-9 */

}

body.woocommerce #content .comment-respond p.form-submit input#submit:hover{ 

background: #c6ed54; /* Old browsers */

background: -moz-linear-gradient(top, #708709 0%, #c6ed54 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#708709), color-stop(100%,#c6ed54)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #708709 0%,#c6ed54 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #708709 0%,#c6ed54 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top, #708709 0%,#c6ed54 100%); /* IE10+ */

background: linear-gradient(to bottom, #708709 0%,#c6ed54 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#708709', endColorstr='#c6ed54',GradientType=0 ); /* IE6-9 */

}





















body.woocommerce .middleframeimage #content .related{ clear:both; margin:0; padding:0;}

body.woocommerce .middleframeimage #content .related h2{clear:both; margin:0; padding:0; color: #0095A7;    font-family: 'Helvetica Narrow';    font-size: 25px;    font-weight: bold;    line-height: 25px;    margin: 0 0 10px;    padding: 0;    text-transform: none;}

body.woocommerce .middleframeimage #content .related ul.products li.product{ float:left; width:20%;}



body.woocommerce-cart .wrapper #primary.site-content{ padding:0px; width:100%; margin:0;}

body.woocommerce-cart .wrapper #primary.site-content #content{ padding:20px;}

body.woocommerce-cart .wrapper #primary.site-content #content .shop_table{ border-radius:5px; border:1ox solid #DDD;}



body.woocommerce-cart .wrapper #primary.site-content #content .shop_table{ border-radius:0; border:0; border-bottom:1px solid #DDD;}

body.woocommerce-cart .wrapper #primary.site-content #content .shop_table th{ color:#FFF; background-color:#0095A7; font-size:13px;}

body.woocommerce-cart .wrapper #primary.site-content #content .shop_table tr td{border:1px solid #DDD; border-bottom:0; border-left:0;}

body.woocommerce-cart .wrapper #primary.site-content #content .shop_table tr td:first-child{ border-left:1px solid #DDD;}

body.woocommerce-cart .wrapper #primary.site-content #content .shop_table td.product-thumbnail a img{ border:0; border-radius:0; box-shadow:none;}

body.woocommerce-cart .wrapper #primary.site-content #content .shop_table td.product-name a{ font-weight:normal; text-decoration:none; color:#090A0C; font-size:13px;}



body.woocommerce-cart .wrapper #primary.site-content #content .shop_table td.product-quantity{ text-align:left;}



body.woocommerce-cart .wrapper #primary.site-content #content .shop_table td.product-remove a.remove{ outline:none; background-color:#ee3f93; color:#FFFFFF!important; border-radius:1px!important; font-weight:normal!important; font-size:17px!important; }





body.woocommerce-cart .wrapper #primary.site-content #content .shop_table td.product-price span.amount{ text-decoration:none; color:#090A0C; font-size:13px;}

body.woocommerce-cart .wrapper #primary.site-content #content .shop_table td.product-subtotal span.amount{ text-decoration:none; font-weight:bold; text-decoration:none; color:#090A0C; font-size:13px;}



body.woocommerce-cart .wrapper #primary.site-content #content .shop_table  input.input-text{ border-radius:0 ;}

body.woocommerce-cart .wrapper #primary.site-content #content .shop_table td.actions .button{  border-radius:0 ;  box-shadow:none ; border:1px solid #007482 ; text-shadow:none ; background-image:none ; text-shadow:none ; font-size:13px ; color:#FFFFFF;

background: #007482; /* Old browsers */

background: -moz-linear-gradient(top, #01a7bb 0%, #007482 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01a7bb), color-stop(100%,#007482)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #01a7bb 0%,#007482 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #01a7bb 0%,#007482 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top, #01a7bb 0%,#007482 100%); /* IE10+ */

background: linear-gradient(to bottom, #01a7bb 0%,#007482 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a7bb', endColorstr='#007482',GradientType=0 ); /* IE6-9 */



}

body.woocommerce-cart .wrapper #primary.site-content #content .shop_table td.actions .button:hover{ 

background: #01a7bb; /* Old browsers */

background: -moz-linear-gradient(top, #007482 0%, #01a7bb 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007482), color-stop(100%,#01a7bb)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #007482 0%,#01a7bb 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #007482 0%,#01a7bb 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top, #007482 0%,#01a7bb 100%); /* IE10+ */

background: linear-gradient(to bottom, #007482 0%,#01a7bb 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007482', endColorstr='#01a7bb',GradientType=0 ); /* IE6-9 */



}







body.woocommerce-cart .wrapper #primary.site-content #content .shop_table td.actions .checkout-button{ }

body.woocommerce-cart .wrapper #primary.site-content #content .shop_table td.actions .checkout-button{border-radius:0 ;  box-shadow:none ; text-shadow:none ;  text-shadow:none ; font-size:13px ;  border:1px solid #566708; font-size:13px; line-height:13px; color:#FFF; padding:6px 6px; width:auto; text-shadow:none; font-weight:bold;

background: #c6ed54; /* Old browsers */

background: -moz-linear-gradient(top, #c6ed54 0%, #708709 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6ed54), color-stop(100%,#708709)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #c6ed54 0%,#708709 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #c6ed54 0%,#708709 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top, #c6ed54 0%,#708709 100%); /* IE10+ */

background: linear-gradient(to bottom, #c6ed54 0%,#708709 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6ed54', endColorstr='#708709',GradientType=0 ); /* IE6-9 */

}

body.woocommerce-cart .wrapper #primary.site-content #content .shop_table td.actions .checkout-button:hover{

background: #c6ed54; /* Old browsers */

background: -moz-linear-gradient(top, #708709 0%, #c6ed54 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#708709), color-stop(100%,#c6ed54)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #708709 0%,#c6ed54 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #708709 0%,#c6ed54 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top, #708709 0%,#c6ed54 100%); /* IE10+ */

background: linear-gradient(to bottom, #708709 0%,#c6ed54 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#708709', endColorstr='#c6ed54',GradientType=0 ); /* IE6-9 */

}







body.woocommerce-cart .wrapper #primary.site-content #content .cart-collaterals{ clear:both; margin:0; padding:0;}

body.woocommerce-cart .wrapper #primary.site-content #content .cart-collaterals .cart_totals { float:left; width:45%;}

body.woocommerce-cart .wrapper #primary.site-content #content .cart-collaterals .cart_totals h2{  color: #0095A7;    font-family: 'Helvetica Narrow';    font-size: 25px;    font-weight: bold;    line-height: 25px;    margin: 0 0 10px;    padding: 0; text-align:left;}

body.woocommerce-cart .wrapper #primary.site-content #content .cart-collaterals .cart_totals table{}



body.woocommerce-cart .wrapper #primary.site-content #content .shop_table tbody{ }

body.woocommerce-cart .wrapper #primary.site-content #content .shop_table tbody tr:nth-child(2n+0){ background-color:#F3F3F3;}

body.woocommerce-cart .wrapper #primary.site-content #content .shop_table tbody tr:nth-child(2n+1){ background-color:#FFFFFF;}







body.woocommerce-cart .wrapper #primary.site-content #content .cart-collaterals .cart_totals table{ border:0; border-radius:0!important;}

body.woocommerce-cart .wrapper #primary.site-content #content .cart-collaterals .cart_totals table tr th{ width:46%; padding:2%; color:#FFF; font-weight:normal; font-size:13px; text-transform:none; border:0; background-color:#708709; border-bottom:1px solid #c3e951;}

body.woocommerce-cart .wrapper #primary.site-content #content .cart-collaterals .cart_totals table tr td{ vertical-align:middle; font-size:13px; color:#FFF; border:0; background-color:#007482 ; padding:2%; border-bottom:1px solid #6eeaf9;}





body.woocommerce-cart .wrapper #primary.site-content #content .cart-collaterals .cart_totals table tr:nth-child(2n+1){ background-color:#fafafa;}

body.woocommerce-cart .wrapper #primary.site-content #content .cart-collaterals .cart_totals .table tr:nth-child(2n+0){ background-color:#FFFFFF;}







body.woocommerce-cart .wrapper #primary.site-content #content .cart-collaterals .shipping_calculator{ float:right; width:45%!important;}

body.woocommerce-cart .wrapper #primary.site-content #content .cart-collaterals .shipping_calculator h2 {     color: #0095A7;

    font-family: 'Helvetica Narrow';    font-size: 25px;    font-weight: bold;    line-height: 25px;    margin: 0 0 10px;    padding: 0;}

body.woocommerce-cart .wrapper #primary.site-content #content .cart-collaterals .shipping_calculator h2 a{ text-decoration:none; color:#0095A7; outline:none;}

body.woocommerce-cart .wrapper #primary.site-content #content .cart-collaterals .shipping_calculator h2 a:after{ font-size:15px;}

body.woocommerce-cart .wrapper #primary.site-content #content .cart-collaterals .shipping_calculator .shipping-calculator-form{ clear:both;}

body.woocommerce-cart .wrapper #primary.site-content #content .cart-collaterals .shipping_calculator .shipping-calculator-form select.country_to_state{ padding:5px; border:1px solid #DDD!important; font-size:13px; color:#090A0C!important;}

body.woocommerce-cart .wrapper #primary.site-content #content .cart-collaterals .shipping_calculator .shipping-calculator-form select#calc_shipping_state{ padding:5px; border:1px solid #DDD!important; font-size:13px; color:#090A0C!important;}

body.woocommerce-cart .wrapper #primary.site-content #content .cart-collaterals .shipping_calculator .shipping-calculator-form input.input-text{ padding:5px; border:1px solid #DDD!important; font-size:13px; border-radius:0; color:#090A0C!important;}



body.woocommerce-cart .wrapper #primary.site-content #content .cart-collaterals .shipping_calculator .shipping-calculator-form .button{ padding:8px 10px; width:150px; border:0!important; border-radius:0; box-shadow:none; font-size:13px ; color:#FFFFFF; text-shadow:none;

background: #007482; /* Old browsers */

background: -moz-linear-gradient(top, #01a7bb 0%, #007482 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01a7bb), color-stop(100%,#007482)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #01a7bb 0%,#007482 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #01a7bb 0%,#007482 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top, #01a7bb 0%,#007482 100%); /* IE10+ */

background: linear-gradient(to bottom, #01a7bb 0%,#007482 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a7bb', endColorstr='#007482',GradientType=0 ); /* IE6-9 */



}

body.woocommerce-cart .wrapper #primary.site-content #content .cart-collaterals .shipping_calculator .shipping-calculator-form .button:hover{ 

background: #01a7bb; /* Old browsers */

background: -moz-linear-gradient(top, #007482 0%, #01a7bb 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007482), color-stop(100%,#01a7bb)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #007482 0%,#01a7bb 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #007482 0%,#01a7bb 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top, #007482 0%,#01a7bb 100%); /* IE10+ */

background: linear-gradient(to bottom, #007482 0%,#01a7bb 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007482', endColorstr='#01a7bb',GradientType=0 ); /* IE6-9 */



}









body.woocommerce-checkout .wrapper #primary.site-content{ padding:0px; width:100%; margin:0;}

body.woocommerce-checkout .wrapper #primary.site-content #content{ padding:20px;}





body.woocommerce-checkout  div.pp_pic_holder{ background-color:#FFFFFF;}

body.woocommerce-checkout  div.pp_woocommerce div.ppt{ color:#000000!important; margin:0; padding:13px 0 0 10px!important;}



body.woocommerce-checkout .woocommerce-billing-fields h3{  padding:0;     clear: both;    color: #0095A7;    font-family: 'Helvetica Narrow';    font-size: 25px;    font-weight: bold;    line-height: 25px;    margin: 0 0 10px;    padding: 0;    text-transform: none;}

body.woocommerce-checkout .woocommerce-billing-fields p.form-row a.chosen-single{ border:1px solid #D1D1D1; border-radius:0!important;}

body.woocommerce-checkout .woocommerce-billing-fields p.form-row input.input-text{ border:1px solid #D1D1D1; border-radius:0!important;}





body.woocommerce-checkout .woocommerce-shipping-fields h3{    clear: both;    color: #0095A7;    font-family: 'Helvetica Narrow';    font-size: 25px;    font-weight: bold;    line-height: 25px;    margin: 0 0 10px;    padding: 0;    text-transform: none;}

body.woocommerce-checkout .woocommerce-shipping-fields p.form-row textarea.input-text{ border:1px solid #D1D1D1; border-radius:0!important;}

body.woocommerce-checkout .woocommerce-shipping-fields p.form-row a.chosen-single{ border:1px solid #D1D1D1; border-radius:0!important;}

body.woocommerce-checkout .woocommerce-shipping-fields p.form-row input.input-text{ border:1px solid #D1D1D1; border-radius:0!important;}





body.woocommerce-checkout .checkout h3#order_review_heading{ margin:20px 0 10px 0;}

body.woocommerce-checkout .checkout #order_review .shop_table{border:1px solid #D1D1D1; border-radius:0!important;}

body.woocommerce-checkout .checkout #order_review .shop_table tr:nth-child(2n+0){ background-color:#fafafa;}

body.woocommerce-checkout .checkout #order_review .shop_table tr:nth-child(2n+1){ background-color:#FFFFFF;}

body.woocommerce-checkout .checkout #order_review .shop_table tr td{ font-size:14px;}

body.woocommerce-checkout .checkout #order_review .shop_table tr td strong{ }





body.woocommerce-checkout .checkout #order_review .shop_table tr th{ background-color:#0095A7; color:#FFF; font-size:15px;}



body.woocommerce-checkout #payment .form-row #place_order.button{border-radius: 0; border:1px solid #566708; font-size:15px; line-height:15px; color:#FFF; padding:6px 10px; width:auto; text-shadow:none;

background: #c6ed54; /* Old browsers */

background: -moz-linear-gradient(top, #c6ed54 0%, #708709 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6ed54), color-stop(100%,#708709)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #c6ed54 0%,#708709 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #c6ed54 0%,#708709 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top, #c6ed54 0%,#708709 100%); /* IE10+ */

background: linear-gradient(to bottom, #c6ed54 0%,#708709 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6ed54', endColorstr='#708709',GradientType=0 ); /* IE6-9 */

}

body.woocommerce-checkout #payment .form-row #place_order.button:hover{

background: #c6ed54; /* Old browsers */

background: -moz-linear-gradient(top, #708709 0%, #c6ed54 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#708709), color-stop(100%,#c6ed54)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #708709 0%,#c6ed54 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #708709 0%,#c6ed54 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top, #708709 0%,#c6ed54 100%); /* IE10+ */

background: linear-gradient(to bottom, #708709 0%,#c6ed54 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#708709', endColorstr='#c6ed54',GradientType=0 ); /* IE6-9 */

}





.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{border:2px solid #EFEFEF;    border-radius: 10px;    float: left;    margin: 0 2% 2% 0;    padding: 2%;    position: relative;    width: 19%; transition:.5s;

-moz-transition:.5s;

-webkit-transition:.5s;}

.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover{ border-color:#0095A7; transition:.5s;

-moz-transition:.5s;

-webkit-transition:.5s;}



.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {    margin-right: 0;}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {    margin-right: 0;}



/*End of woocommerce plugin*/













/*Start for blog posts*/

#primary #content .format-standard .attachment-post-thumbnail{ margin:0 20px 10px 0; float:left; padding:2px; border:1px solid #DDD;}

#primary #content .format-standard h1.entry-title{ clear: none;       font-size: 18px; line-height:18px;    margin: 0 10px 10px 0;   }

#primary #content .format-standard .entry-content{ clear:both;}

#primary #content .format-standard .entry-meta{ display:block; font-size:12px; display:none;}

#primary #content .post-136 .entry-content{ clear:both;}

.bwg_standart_thumbnails_0 a span.bwg_standart_thumb_0 .bwg_standart_thumb_spun1_0{padding:1px!important; border:1px solid #DDD!important; transition:none!important; margin:2px!important;}

.bwg_standart_thumbnails_0 a span.bwg_standart_thumb_0 .bwg_standart_thumb_spun1_0:hover{transform: scale(1)!important; border:1px solid #000!important;}

body .spider_popup_wrap{ background-color:#0095A7!important;}

.nav-previous a{background: none repeat scroll 0 0 #0095A7;    color: #FFFFFF;    padding:5px 10px;    text-decoration: none; border-radius:5px;}

.nav-next a{background: none repeat scroll 0 0 #0095A7;    color: #FFFFFF;    padding:5px 10px;    text-decoration: none; border-radius:5px;}

/*End for blog posts*/









/*Start for blog left nad right panel*/

.wrapper #primary.blogcontetns{ float:left; margin:0 0 0 20px; }





#primary.blogcontetns #content .format-standard .entry-meta{ display:block; text-align:center; font-size:0; margin:0 0 10px 0; }

#primary.blogcontetns #content .format-standard .entry-meta a[rel="bookmark"]{ font-size:15px; text-decoration:none; font-weight:bold; color:#0095A7;}



.wrapper #secondary.blogleftpanel{ float:left;  margin: 0 0 0 20px;    padding: 0;    width: 250px;}

.wrapper #secondary.blogleftpanel h3{

    background: url("images/headingbg.png") no-repeat scroll 0 0 ;

    color: #FFFFFF;

    font-family: 'Pacifico',cursive;

    font-size: 20px;

    font-weight: normal;

    height: 43px;

    line-height: 35px;

    margin: 0;

    padding: 0;

    text-align: center;

    text-shadow: 1px 1px 1px #004D5B;

    text-transform: none;

}

.wrapper #secondary.blogleftpanel #widget-collapsarch-3-top{

    background: none repeat scroll 0 0 #E8FCFF;

    border: 1px solid #CCEFF4;

    padding-bottom: 10px;

}

.wrapper #secondary.blogleftpanel .emailnewssletterarea {

    background-color: #E8FCFF;

    border: 1px solid #CCEFF4;

    border-radius: 0 0 10px 10px;

    clear: both;

    float: left;

    margin: 0 0 20px 0;

    padding: 10px;

}

.wrapper #secondary.blogleftpanel .emailnewssletterarea .eemail_caption {

    color: #555555;

    font-size: 13px;

    line-height: 18px;

}

.wrapper #secondary.blogleftpanel .eemail_widget {

    clear: both;

    float: left;

    margin: 0 0 20px;

    padding: 0;

}

.wrapper #secondary.blogleftpanel .textwidget {

    background-color: #E8FCFF;

    border: 1px solid #CCEFF4;

    border-radius: 0 0 10px 10px;

    clear: both;

    margin: 0;

    padding: 10px;

    text-align: center;

}









.wrapper #tertiary.blogrightpanel{ float:right; margin: 0 20px 0 0px;    padding: 0;    width: 250px;}



.wrapper #tertiary.blogrightpanel h3{

    background: url("images/headingbg.png") no-repeat scroll 0 0 ;

    color: #FFFFFF;

    font-family: 'Pacifico',cursive;

    font-size: 20px;

    font-weight: normal;

    height: 43px;

    line-height: 35px;

    margin: 0;

    padding: 0;

    text-align: center;

    text-shadow: 1px 1px 1px #004D5B;

    text-transform: none;

}

.wrapper #tertiary.blogrightpanel .textwidget {

    background-color: #E8FCFF;

    border: 1px solid #CCEFF4;

    border-radius: 0 0 10px 10px;

    clear: both;

    margin: 0;

    padding: 10px;

    text-align: center;

}





.wrapper #tertiary.blogrightpanel #text-8 .textwidget {

    background-color: #E8FCFF;

    border: 1px solid #CCEFF4;

    border-radius: 0 0 10px 10px;

    clear: both;

    margin: 0;

    padding: 10px;

    text-align: center;

}

.wrapper #tertiary.blogrightpanel #text-9 .textwidget {

    background-color: #E8FCFF;

    border: 1px solid #CCEFF4;

    border-radius: 0 0 10px 10px;

    clear: both;

    margin: 0;

    padding: 10px;

    text-align: center;

}









/*End for blog left nad right panel*/




.homelatestpost{ clear:both; margin-bottom:30px;}
.homelatestpost p{ clear:both; margin:10px 0; line-height:20px; font-size:13px;}



