/*-----------------------------------------------------------------------------------*/
/*	0.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */


/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/

body,
input,
textarea {
	font: 12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #fff;
	color: #444444;
}

.hidden { display: none; }

.alignleft { float: left; }

.alignright { float: right; }

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	list-style:circle
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

a { 
	text-decoration: none; 
	color: #0ca2d1;
}

a:hover { text-decoration: underline; }

a img { border: none; }

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
.gallery-row,
.post-thumb,
.author-bio,
#logo { margin-bottom: 20px; }

.hentry,
.navigation-links,
.hfeed,
.pinglist { margin-bottom: 40px; }

.widget
.children,
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ul,
.comment-body ol ol,
.comment-body ol ul,
.comment-body ul ul,
.widget ul ul { margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	padding: 0 0 20px 0;
}

h1 {
	font-size: 24px;
	line-height: 28px;
}

h2 {
	font-size: 20px;
	line-height: 22px;
}

h3 {
	font-size: 16px;
	line-height: 20px;
}

h4 {
	font-size: 14px;
	line-height: 18px;
}

h5 {
	font-size: 12px;
	line-height: 18px;
}

h6 {
	font-size: 10px;
	line-height: 16px;
}

.title-wrap {
	position: relative;
	overflow: hidden;
	padding: 0 0 2px 0;
	margin: 0 0 22px 0;
}

.title-wrap .author-avatar {
	padding: 5px 5px 500px 5px;
	position: absolute;
	left: 0;
	top: 0;
}

.title-wrap .author-avatar { background: #f4f4f4; }

.title-wrap .entry-header {
	text-decoration: none;
	color: #7B7B7B;
}

.entry-title a:hover { 
	text-decoration: none;
	color: #0ca2d1;
}

.entry-title a .title-wrap {
	margin: 0 0 0 50px;
	float: left;
}

.search-no-results .entry-content { 
	background: none;
	padding: 0;
}

.page-title,
.entry-title,
.entry-title a {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #444444;
	padding: 0;
}

.page-title { 
	margin: 0 0 30px 0;
	text-shadow: none;
	background: url(dotted_b.png)/*tpa=http://cs-fls.ru/files/dotted_b.png*/ repeat-x bottom;
}

.page-title,
.page .entry-title {
	float: none;
	width: auto;
	color: #444444;
	padding: 0 0 20px 0;
}

.entry-title {
	padding-left: 50px;
	margin: 0;
}

.entry-title span { padding: 4px 0; }

.single-portfolio .entry-content,
.error404 .entry-content,
.page .entry-content {
	background: none;
	padding: 0;
}

.entry-content ul,
.entry-content ul { list-style: circle; }
.entry-content ul li { font-size: 14px; margin-bottom: 3px; }

.entry-content {
	background: url(dotted_b.png)/*tpa=http://cs-fls.ru/files/dotted_b.png*/ repeat-x top;
	padding: 20px 0 0 0;
}
	
#primary {
	position: relative;
	float: left;
	width: 600px;
	margin: 0;
}

.page-template-template-home-php #primary { padding: 0; }

.layout-2cl #primary { float: right; }

#content {
	background: url(body_bg0.jpg)/*tpa=http://cs-fls.ru/files/body_bg0.jpg*/ repeat;
	padding: 1px;
}

#content-inner {
	width: 940px;
	margin: 0 auto;
	padding-bottom: 59px;
}

.page-template-template-home-php #content-inner{ 
	margin-top: 164px;
	padding: 40px 0 30px 0;
}

.page-template-template-home-php #content { padding-top: 1px; }

#sidebar {
	float: right;
	width: 268px;
	padding: 13px 0 0 0;
}

.layout-2cl #sidebar { float: left; }

#footer { clear: both; }


/*-----------------------------------------------------------------------------------*/
/*	3.	Header Styles
/*-----------------------------------------------------------------------------------*/


#header {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.tz-light #header,
.page-template-template-home-php #header {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
    		box-shadow: none;
}

.header-inner {
	width: 940px;
	margin: 0 auto;
	padding: 0;
}

#header-top { 
	border-bottom: 1px solid #e8e8e8;
	padding: 17px 0 0; 
}

#header-bottom { padding: 40px 0 0 0; }

#logo {
	margin: 0 33px 0 0;
	float: left; 
}

#logo,
#logo a {
	font-size: 28px;
	line-height: 30px;
	color: #000;
	font-weight: bold;
}

#logo a:hover { text-decoration: none; }

#tagline {
	color: #999;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}

#header-search {
	float: right;
	height: 25px;
	width: 250px;
	margin: 3px 0 0 0;
	overflow: hidden;
	border-radius: 12px 12px 13px 13px;
}

#header-search input {
	background: none;
	padding: 0 0 0 18px;
	width: 120px;
	margin: 5px 0 0 8px;
	border: none;
	line-height: 14px;
	height: 15px;
}

#slider { position: relative; }

#slider ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider .entry-content { background: none; }

#slider .entry-content { padding-bottom: 50px; }

#slider .entry-content a:hover { text-decoration: none; }

#slider .entry-content h1, 
#slider .entry-content h2, 
#slider .entry-content h3, 
#slider .entry-content h4, 
#slider .entry-content h5, 
#slider .entry-content h6 {
	margin-bottom: 20px;
	font-weight: bold;
	padding: 0;
}

#slider .entry-content h2 {
	font-size: 24px;
	line-height: 30px;
}

#slider .entry-content p { 
	font-size: 14px;
	line-height: 22px;
}

#slider .entry-content ul { list-style: disc; }

#slider .entry-content ul,
#slider .entry-content ol {
	padding: 0 0 20px 20px;
	margin: 0;
}

#pagination-slider {
	position: absolute;
	width: 960px;
	margin: 0 0 0 -5px;
	height: 164px;
	border-bottom: 1px solid #e8e8e8;
}

#dots {
	position: absolute;
	width: 940px;
	height: 50px;
	border-bottom: 1px solid #e8e8e8;
}

.page-template-template-home-php #content-inner.dots-enabled{ 
	margin-top: 40px;
	padding: 40px 0 30px 0;
}

#dots .pagination {
	margin: 22px auto 0 0;
	float: left;
	left: 50%;
	max-width: 940px;
	position: relative;
}

#dots .pagination li {
	float: left;
	margin: 0 5px 0 0;
	position: relative;
	right: 50%;
}

#dots .pagination li a {
	display: block;
	background: url();
	width: 8px;
	height: 8px;
	text-indent: -9999px;
}

#dots .pagination li.current a,
#dots .pagination li a:hover { background: url() -8px 0; }

#pagination-slider ul {
	height: 164px;
	overflow-x: hidden;
}

.page-template-template-home-php .slides-container { width: 940px; }

.slides_container .hentry {
	width: 940px;
	margin: 0 20px 0 0;
}

#pagination-slider li {
	float: left; 
	margin: 25px 15px 0 5px;
	position: relative;
}

#pagination-slider li.current span { top: -1px; }

.tz-light #pagination-slider li.current span { top: 0; }

#pagination-slider li span {
	position: absolute;
	background: url(slide-ar.png)/*tpa=http://cs-fls.ru/files/slide-ar.png*/ no-repeat;
	width: 18px;
	height: 6px;
	top: 0;
	left: 77px;
	margin: -25px 0 0 0;
}

#pagination-slider li a {
	display: block;
	width: 162px;
	height: 105px;
	border: 1px solid #c2c5ca;
	background: #fff;
	padding: 4px;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    		box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

#pagination-slider li.current a,
#pagination-slider li a:hover {
	border: 1px solid #4ec8ee;
	-webkit-box-shadow: 0 0 4px rgba(15, 165, 212, 0.7);
	   -moz-box-shadow: 0 0 4px rgba(15, 165, 212, 0.7);
    		box-shadow: 0 0 4px rgba(15, 165, 212, 0.7);

}

#pagination-slider li.first { margin-top: 20px; }

.jcarousel-next {
	position: absolute;
	background: url(slide-na.png)/*tpa=http://cs-fls.ru/files/slide-na.png*/ no-repeat;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	right: -30px;
	top: 100px;
	cursor: pointer;
	display: none !important;
}

.jcarousel-prev {
	position: absolute;
	background: url(slide-nb.png)/*tpa=http://cs-fls.ru/files/slide-nb.png*/ no-repeat;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	left: -30px;
	top: 100px;
	cursor: pointer;
	display: none !important;
}

.on .jcarousel-prev,
.on .jcarousel-next { display: block !important; }

.on .jcarousel-next:active,
.jcarousel-prev:active { margin: 1px 0 0 0; }

.jcarousel-clip {
	padding: 31px 0 0 0;
	margin: -31px 0 0 0;
	overflow: hidden;
	height: 155px;
}

.jcarousel-list { overflow: visible !important; }

/*-----------------------------------------------------------------------------------*/
/*	4.	Navigation & Menus
/*-----------------------------------------------------------------------------------*/

/*** ESSENTIAL STYLES ***/
.sf-menu, 
.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu li { 
	position: relative; 
	white-space: nowrap;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	min-width: 12em;
	z-index: 99;
}

.sf-menu > li { float: left; }

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul { display: block; }

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
}

#primary-nav { float: left; }

#primary-menu a {
	font-size: 13px;
	border-radius: 3px 3px 4px 4px;
	margin-right: 5px;
	padding: 2px 8px 3px;
}

#primary-menu > li > a {
	color: #444444;
	margin-bottom: 20px;
	margin-top: 2px;
}

#primary-menu > li > .sf-with-ul { padding-right: 17px; }

#primary-menu .sf-arrow {
	background: url() no-repeat;
	height: 5px;
	position: absolute;
	right: 7px;
	top: 12px;
	width: 5px;
}

#primary-menu > li > a:hover,
#primary-menu > .sfHover > a,
#primary-menu > .current-menu-item > a { 
	background: #f5f5f5; 
	text-decoration: none;
}

#primary-menu .sub-menu {
	background: #ffffff;
	border-radius: 0 0 2px 2px;
	border-top: 3px solid #26292b;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	margin-top: -3px;
	padding: 8px 0;
}

#primary-menu .sub-menu a {
	color: #7c7c7c;
	font-size: 12px;
	margin: 0;
	padding: 2px 10px;
}

#primary-menu .sub-menu .current-menu-item > a,
#primary-menu .sub-menu .sfHover > a,
#primary-menu .sub-menu a:hover { 
	color: #444444; 
	text-decoration: none;
}

#primary-menu .sub-menu .sf-arrow { 
	background: url() no-repeat; 
	right: 15px;
	top: 10px;
	width: 3px;
}

#primary-menu .sub-menu .sfHover > a > .sf-arrow { background-position: -3px 0; }

/*-----------------------------------------------------------------------------------*/
/*	5.	Main Content Styles
/*-----------------------------------------------------------------------------------*/

address { font-style: italic; }

abbr[title],
acronym[title],
dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #666;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7b7b7b;
	font-style: italic;
	border-left: 2px solid #7b7b7b;
	margin-left: 48px;
	padding-left: 18px;
}

strong { font-weight: bold; }

em,
dfn,
cite { font-style: italic; }

dfn { font-weight: bold; }

sup {
	font-size: 11px;
	vertical-align: top;
}

sub {
	font-size: 11px;
	vertical-align: bottom;
}

small { font-size: 11px; }

del { text-decoration: line-through; }

ins { text-decoration: underline; }

pre {
	font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	white-space: pre;
	overflow: auto;
	padding: 0 10px;
	clear: both;
	color: #666;
	line-height: 19px;
	background: url() repeat;
}

code {
	padding: 3px;
	background: #f5f5f5;
}

var,
kbd,
samp,
code {
	font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	background: #efefef;
}

kbd { font-weight: bold; }

samp,
var { font-style: italic; }

ul,ol,dl { margin-left: 30px; }

table {
	border: 1px solid #ccc;
	border-width: 1px;
	line-height: 18px;
	margin: 0 0 22px 0;
	text-align: left;
	padding: 0 5px;
}

table .even { background: #ddd; }

caption { text-align: left; }

tr { border-bottom: 1px solid #ccc; }

th,
td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}

#slider .entry-content img { max-width: 940px;}
.entry-content img { max-width: 600px; }

img.alignleft {
	float: left;
	margin: 10px 25px 20px 0;
}

img.alignright {
	display: block;
	margin: 10px 0 25px 20px;
}

img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	margin-top: 5px;
}

.wp-caption {
	text-align: center;
	margin: 10px 20px 20px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.wp-caption img,
.wp-caption img a {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption
.wp-caption-text {
	margin: 0;
	padding: 5px;
}

.wp-smiley {
	max-height: 13px;
	margin: 0 !important;
}

.gallery { margin: auto; }

.gallery-image {
	border: 2px solid #efefef;
	margin-left: 0;
}

.gallery-caption { margin-left: 0; }

.gallery-item {
	float: left;
	text-align: center;
	margin-left: 0;
}

.gallery-columns-2 { width: 50%; }
.gallery-columns-3 { width: 33%; }
.gallery-columns-4 { width: 25%; }
.gallery-columns-5 { width: 20%; }
.gallery-columns-6 { width: 16%; }
.gallery-columns-7 { width: 14%; }
.gallery-columns-8 { width: 12%; }
.gallery-columns-9 { width: 11%; }

input,
textarea,
button {
	background: #fff;
	border: 1px solid #efefef;
}

input,
textarea { padding: 5px; }

button {
	padding: 2px 10px;
	cursor: pointer;
}

input:focus,
textarea:focus,
button:hover {
	background: #fff;
	border-color: #ddd;
}

#submit { cursor: pointer; }

/*-----------------------------------------------------------------------------------*/
/*	6.	Post Content Styles
/*-----------------------------------------------------------------------------------*/

.entry-header {
	margin: 0 0 0 50px;
	padding: 5px 0;
	font-size: 11px;
	color: #7B7B7B;
	margin-bottom: 10px;
}

.entry-header a { color: #444444; }

.entry-header a:hover {
	color: #7b7b7b;
	text-decoration: none;
}

.entry-footer {
	background: url(dotted_b.png)/*tpa=http://cs-fls.ru/files/dotted_b.png*/ top repeat-x, url(dotted_b.png)/*tpa=http://cs-fls.ru/files/dotted_b.png*/ bottom repeat-x;
	padding: 20px 0;
	color: #7b7b7b;
}
 
.ie7 .entry-footer {
	border-bottom: 1px dotted #bfbfbf;
	border-top: 1px dotted #bfbfbf;
}

.entry-facebook-like,
.entry-twitter { float: right; }

.entry-facebook-like iframe {
	width: 87px;
	height: 20px;
	margin: 0 0 -6px 0;
}

.entry-twitter iframe {
	margin: 0 0 -6px 0;
	width: 98px !important;
}

.entry-comments a { padding: 0 0 0 6px; }

.entry-tags { 
	padding: 0 0 0 11px;
	margin: 0 0 0 10px;
	background: url(seperato.png)/*tpa=http://cs-fls.ru/files/seperato.png*/ no-repeat left;
}

.entry-comments,
.entry-tags { float: left; }

.single .entry-tags {
	margin: 0;
	padding: 0;
	background: none;
}

.author-bio {
	margin: 40px 0 0 0;
	background: #fff;
	padding: 15px;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.author-bio .avatar	{
	float: left;
	margin: 0 15px 0 0;
	border: 5px solid #f4f4f4;
}

.author-title {
	font-weight: bold; 
	margin-left: 60px;
}

.author-description { margin-left: 65px; }

.entry-content ul { list-style-type: disc; }

.entry-content ol { list-style-type: decimal; }

.single .post-thumb,
.post-thumb a {
	display: block;
	padding: 4px;
	border: 1px solid #c2c5ca;
	background: #fff;
	float: left;
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.15);
    		box-shadow:0 0 4px rgba(0, 0, 0, 0.15);
}

.post-thumb a:hover {
	border: 1px solid #4ec8ee;
	-webkit-box-shadow: 0 0 4px rgba(15, 165, 212, 0.7);
	   -moz-box-shadow: 0 0 4px rgba(15, 165, 212, 0.7);
    		box-shadow: 0 0 4px rgba(15, 165, 212, 0.7);
}

.single .post-thumb img,
.post-thumb a img { float: left; }

/*-----------------------------------------------------------------------------------*/
/*	7.	Comments
/*-----------------------------------------------------------------------------------*/

.main-header {
	font-weight: bold;
	font-size: 16px;
	padding: 0;
}

#comment-caption,
#respond-caption {
	font-size: 12px;
	color: #7b7b7b;
	margin: 5px 0 0 0;
}

.commentlist {
	margin: 30px 0 0 0;
	list-style-type: none;
}

.pinglist {
	margin: 20px 0 0 0;
	list-style-type: decimal;
}

.comment {
	margin: 20px 0 20px 55px;
	position: relative;
}

.comment-body {
	background: url(dotted_b.png)/*tpa=http://cs-fls.ru/files/dotted_b.png*/ repeat-x bottom;
	padding: 0 0 0 0;
}

#respond { margin: 50px 0 0 0; }

#commentform { margin: 20px 0 50px 0; }

ol #respond { margin-top: 30px; }

#respond small { color: #7b7b7b; }

.cancel-comment-reply {
	display: block;
	margin: 20px 0 20px;
}

#commentform input { 
	margin-right: 20px;
	width: 45%;
}

.contactform button,
#commentform #submit-button {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: auto;
	padding: 0 10px;
	line-height: 12px;
	height: 28px;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #d5d5d5;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    		box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	border-radius: 3px;
}

.contactform button,
#commentform #submit-button {
	background: url();
	color: #555555;
}

.contactform button:hover,
#commentform #submit-button:hover { background: url() 0 -30px; }

#content input,
#content textarea{
	border-radius: 2px;
	border: 1px solid #cfcfcf;
	color: #444444;
	-webkit-box-shadow: inset 0 1px 4px rgba(0,0,0, 0.10), -5px -5px 0 0 #f8f8f8, 5px 5px 0 0 #f8f8f8, 5px 0 0 0 #f8f8f8, 0 5px 0 0 #f8f8f8, 5px -5px 0 0 #f8f8f8, -5px 5px 0 0 #f8f8f8;
	-moz-box-shadow: inset 0 1px 4px rgba(0,0,0, 0.10), -5px -5px 0 0 #f8f8f8, 5px 5px 0 0 #f8f8f8, 5px 0 0 0 #f8f8f8, 0 5px 0 0 #f8f8f8, 5px -5px 0 0 #f8f8f8, -5px 5px 0 0 #f8f8f8;
	box-shadow: inset 0 1px 4px rgba(0,0,0, 0.10), -5px -5px 0 0 #f8f8f8, 5px 5px 0 0 #f8f8f8, 5px 0 0 0 #f8f8f8, 0 5px 0 0 #f8f8f8, 5px -5px 0 0 #f8f8f8, -5px 5px 0 0 #f8f8f8;
}

#content input:focus,
#content textarea:focus{
	border: 1px solid #4ec8ee;
	-webkit-box-shadow: -5px -5px 0 0 #e0f8ff, 5px 5px 0 0 #e0f8ff, 5px 0 0 0 #e0f8ff, 0 5px 0 0 #e0f8ff, 5px -5px 0 0 #e0f8ff, -5px 5px 0 0 #e0f8ff;
	-moz-box-shadow: -5px -5px 0 0 #e0f8ff, 5px 5px 0 0 #e0f8ff, 5px 0 0 0 #e0f8ff, 0 5px 0 0 #e0f8ff, 5px -5px 0 0 #e0f8ff, -5px 5px 0 0 #e0f8ff;
	box-shadow: -5px -5px 0 0 #e0f8ff, 5px 5px 0 0 #e0f8ff, 5px 0 0 0 #e0f8ff, 0 5px 0 0 #e0f8ff, 5px -5px 0 0 #e0f8ff, -5px 5px 0 0 #e0f8ff;
}


#commentform textarea { width: 97%; }

ol #commentform textarea { width: 95%; }

.children { 
	list-style-type: none;
	margin: 0;
}

.comment a.avatar-link {
	border: 5px solid #f4f4f4;
	position: absolute;
	left: -55px;
	top: 3px;
	width: 30px;
	height: 30px;
}

.comment a.avatar-link.author-link { border: 5px solid #0ca2d1; }

.comment-meta { margin-bottom: 15px; }

.comment-meta,
.comment-meta a { 
	color: #7b7b7b;
	font-size: 11px;
}

.comment-author,
.comment-author a {
	font-weight: bold;
	font-size: 12px;
	color: #444444;
}

.comment-meta a:hover { 
	color: #444444;
	text-decoration: none;
}

.comment-author a:hover { 
	color: #0ca2d1;
	text-decoration: none;
}

.author-tag { 
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #0ca2d1;
}

.nocomments {
	text-align: center;
	padding: 20px;
}

.comment-body ul { list-style-type: disc; }

.comment-body ol { list-style-type: decimal; }


/*-----------------------------------------------------------------------------------*/
/*	8.	Pagination
/*-----------------------------------------------------------------------------------*/

.page-navigation .nav-next { float: left; }

.page-navigation .nav-previous { float: right; }

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

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

.wp-pagenavi a,
.wp-pagenavi a:link,
.wp-pagenavi a:visited,
.wp-pagenavi a:active {
	padding: 4px 8px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #efefef;
	background: #fff;
}

.wp-pagenavi a:hover { border: 1px solid #ddd; }

.wp-pagenavi span.pages {
	padding: 4px 8px;
	margin: 2px;
	border: 1px solid #efefef;
	background: #fff;
}

.wp-pagenavi span.current {
	padding: 4px 8px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #ddd;
	background: #fafafa;
}

.wp-pagenavi span.extend {
	padding: 4px 8px;
	margin: 2px;
	border: 1px solid #ddd;
	background-color: #FFFFFF;
}

/*-----------------------------------------------------------------------------------*/
/*	9.	Footer Styles
/*-----------------------------------------------------------------------------------*/

#footer {
	padding: 30px 0 60px 0;
	background: #fff;
	font-size: 11px;
	border-top: 1px solid #e8e8e8;
}

#footer-inner {
	width: 940px;
	margin: 0 auto;
}

#footer-nav { float: left; }

#footer-nav ul {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 12px;
}

#footer-nav li {
	display: inline;
	border-right: 1px solid #e8e8e8;
	padding: 0 8px;
}

#footer-nav li:first-child { padding-left: 0; }
#footer-nav li:last-child { 
	padding-right: 0;
	border: none;
}

.copyright a:hover,
#footer-nav a,
#footer-social a:hover { 
	color: #444444;
	text-decoration: none;
}

.copyright,
.copyright a,
#footer-social a,
#footer-nav a:hover { color: #7b7b7b; }

.copyright { 
	float: left;
	margin: 0;
}

#footer-social { float: right; }

#footer-social li {
	float: left;
	padding: 0 0 5px 23px;
}

#footer-social li.twitter {
	margin: 0 20px 0 0;
	background: url(twitter_.png)/*tpa=http://cs-fls.ru/files/twitter_.png*/ no-repeat;
}

#footer-social li.facebook { background: url(facebook.png)/*tpa=http://cs-fls.ru/files/facebook.png*/ no-repeat; }

#footer-social a {
	display: block;
	line-height: 11px;
}

/*-----------------------------------------------------------------------------------*/
/*	10.	Page Templates
/*-----------------------------------------------------------------------------------*/

.page-bg { padding-bottom: 40px; }

#callout,
.page-bg {
	margin: 40px 0 0 0;
	border: 1px solid #d8d8d8;
	border-bottom: none;
	background: url(page_bg0.png)/*tpa=http://cs-fls.ru/files/page_bg0.png*/ repeat-y;
	border-radius: 3px 3px 0 0;
}

#fullwidth-template { background: #fff; }

#fullwidth-template #primary {
	width: auto;
	float: none;
}

#callout {
	margin: 30px 0 0 0;
	background: #fff;
	padding: 19px 24px;
	font-weight: bold;
	font-size: 16px;
}

#callout p { 
	margin: 8px 0 0 0;
	float: left;
}

.callout-button { float: right; }

.callout-button a {
	display: block;
	background: url(callout_.png)/*tpa=http://cs-fls.ru/files/callout_.png*/ repeat-x;
	height: 33px;
	line-height: 13px;
	font-size: 13px;
	font-weight: bold;
	padding: 0 16px;
	color: #835503;
	text-shadow: 0 1px 1px rgba(255,255,255,0.6);
	line-height: 33px;
	border: 1px solid #dab347;
	border-radius: 3px;
}

.callout-button a:hover {
	background: url(callout_.png)/*tpa=http://cs-fls.ru/files/callout_.png*/ 0 -33px repeat-x;
	text-decoration: none;
}

.page-bottom {
	background: url(page_bot.png)/*tpa=http://cs-fls.ru/files/page_bot.png*/ no-repeat;
	height: 9px;
	width: 940px;
}

#primary {
	width: 600px;
	padding: 40px 34px;
	padding-bottom: 0;
}

.page-template-template-home-php #primary { 
	width: 940px;
	margin: 0 0 20px 0;
	background: url(home_wid.png)/*tpa=http://cs-fls.ru/files/home_wid.png*/ repeat-y;
}

.page-template-template-home-php .widget {
	padding: 0;
	background: none;
	margin: 0; 
}

.page-template-template-home-php .widget-title {
	font-weight: 14px;
	font-weight: bold;
}

.page-template-template-home-php .column {
	float: left;
	padding: 0 20px 0 0;
	width: 220px;
}

#column-left { width: 420px; }

#column-center { padding: 0 19px; }
#column-center ul { margin-left: 18px; list-style-type: disc;}
#column-center ul li { line-height: 15px; margin-bottom: 10px; }

#column-right { 
	padding: 0 0 0 19px;
	width: 221px;
}

.archive-lists .children { margin-bottom: 0; }

.full-width { width: 940px!important; }

.contactform { margin-left: 0; }

.contactform li { list-style-type: none; }

.contactform li label {
	display: block;
	margin-bottom: 10px;
}

.contactform li input[type="text"] {
	width: 300px;
	margin-bottom: 15px;
}

.contactform li textarea {
	width: 98%;
	height: 200px;
	margin-bottom:15px;
}

.contactform li button { float: right; }

label.error { color: red; }

#filter { float: right; }

.portfolio-title-wrap {
	background: url(dotted_b.png)/*tpa=http://cs-fls.ru/files/dotted_b.png*/ repeat-x bottom;
	padding: 0 0 20px 0;
	margin: 0 0 30px 0;
}

.ie7 .portfolio-title-wrap .navigation { width: 50px; }

.portfolio-title-wrap .navigation {
	float: right;
	padding: 0 0 0 5px;
	margin: 0;	
}

.portfolio-title-wrap .navigation a {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 0 0 5px;
}

.portfolio-title-wrap .nav-previous,
.portfolio-title-wrap .nav-next { float: right; }

.portfolio-title-wrap .navigation a:active { margin-top: 1px; }

.portfolio-title-wrap .nav-previous a { background: url(slide-nb.png)/*tpa=http://cs-fls.ru/files/slide-nb.png*/ no-repeat; }
.portfolio-title-wrap .nav-next a { background: url(slide-na.png)/*tpa=http://cs-fls.ru/files/slide-na.png*/ no-repeat; }

.portfolio-title-wrap h2 {
	float: left;
	background: none;
	padding: 0;
	margin: 0;
}

.recent-wrap { position: relative; }

.image-grid {
	width: 920px;
	margin: 0;
}

.image-grid:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.image-grid li {
	margin: 0 24px 0 0;
	float: left;
	width: 200px;
	height: 270px;
}

.image-grid .entry-title,
.image-grid .entry-title a {
	margin: 0;
	padding: 0;
	background: none;
	color: #444444;
	text-shadow: none;
	float: none;
	font-size: 12px;
}

.image-grid .entry-title a:hover { color: #0ca2d1; }

.image-grid .post-thumb { margin: 0 0 10px 0; }

.filter-title {
	float: right;
	padding: 0 10px 0 0;
}

#filter {
	float: right;
	margin: -10px 0 0 0;
	padding:0;
	position: relative;
	z-index: 1000;
}

#filter #top {
	background: url() no-repeat;
	width: 244px;
	height: 38px;
}

#filter a,
#filter a:hover {
	display: block;
	text-decoration: none;
	padding: 10px 40px 0 15px;
	color: #444444;
}

#filter ul {
	display: none;
	position: absolute;
	top: 33px;
	left: 5px;
	width: 232px;
	margin: 0;
	padding: 0;
	background: #fff;
	border: 1px solid #d4d4d4;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#filter ul li a,
#filter ul li a:hover{
	padding: 5px 10px;
	border-bottom: 1px solid #f5f5f5;
	color: #7b7b7b;
}

#filter ul li a:hover { 
	color: #444444;
	background: #f9f9f9;
}

#filter ul li:last-child a { border: none; }

.back-to-portfolio { float: right; }

.back-to-portfolio a{
	color: #444444;
	display: block;
	line-height: 12px;
	padding: 0 10px 2px 0;
	margin: 3px 0 0 0;
	border-right: 1px solid #e8e8e8;
}

.back-to-portfolio a:hover {
	color: #0ca2d1;
	text-decoration: none;
}

.slider {
	width: 570px;
	float: left;
	margin: 0 0 50px 0;
}

.slider .slides_container { padding: 5px; }

.slider img {
	display: block;
	padding: 4px;
	border: 1px solid #c2c5ca;
	background: #fff;
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.15);
    		box-shadow:0 0 4px rgba(0, 0, 0, 0.15);
}

.jp-jplayer img {
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
    		box-shadow: none;
}

.slider .pagination {
	margin: 10px auto 0 0;
	float: left;
	left: 50%;
	max-width: 560px;
	position: relative;
}

.slider .pagination li {
	float: left;
	margin: 0 5px 0 0;
	position: relative;
	right: 50%;
}

.slider .pagination li a {
	display: block;
	background: url();
	width: 8px;
	height: 8px;
	text-indent: -9999px;
}

.slider .pagination li.current a,
.slider .pagination li a:hover { background: url() -8px 0; }

.entry-skills,
.single-portfolio .entry-content {
	float: right;
	width: 275px;
}

.entry-skills { clear: right; }

.entry-skills ul {
	margin: 0;
	padding: 0;
}

.entry-skills h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 5px 0;
}

#comment-wrap { width: 560px; }

div.jp-audio,
div.jp-video {
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
	color: #fff;
	line-height: 1.6;
}

div.jp-audio,
div.jp-video { 
	width: 560px;
	margin: 0 0 30px 0;
}

#slider div.jp-audio,
#slider div.jp-video { width: 680px; }

.jp-video-play,
div.jp-jplayer.jp-jplayer-video { width: 560px; }

#slider .jp-video-play,
#slider div.jp-jplayer.jp-jplayer-video  { width: 680px; }

div.jp-interface {
	position: relative;
	width: 100%;
	background: url() repeat-x;
	z-index: 100;
}

div.jp-type-single div.jp-interface { height: 30px; }

div.jp-interface ul.jp-controls {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div.jp-interface ul.jp-controls li { display: inline; }

div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
}

a.jp-play,
a.jp-pause {
	width: 33px;
	height: 30px;
	z-index: 1;
	outline: none;
}

div.jp-type-single a.jp-play,
div.jp-type-single a.jp-pause {
	top: 0;
	left: 0;
}

a.jp-play { background: url() 0 0 no-repeat; }

a.jp-play:hover { background: url() -33px 0 no-repeat; }

a.jp-pause {
	background: url() 0 -30px no-repeat;
	display: none;
}

a.jp-pause:hover { background: url() -33px -30px no-repeat; }

div.jp-progress-container {
	position: absolute;
	top: 0;
	left: 34px;
	width: 225px;
	height: 6px;
	padding: 12px 10px;
}

div.jp-progress {
	position: absolute;
	overflow:hidden;
}

#slider div.jp-type-single div.jp-progress { width: 535px; }

div.jp-type-single div.jp-progress {
	width: 416px;
	height: 7px;
	padding: 1px;
	background: url() 0 -192px repeat-x ;
}

div.jp-seek-bar {
	width: 0px;
	height: 5px;
	cursor: pointer;
	background: url() 0 -163px repeat-x;
	border-radius: 1px;
}

div.jp-play-bar {
	width: 0px;
	height: 5px;
	background: url() 0 -133px repeat-x ;
	border-radius: 1px;
}

div.jp-volume-bar-container {
	position: absolute;
	top: 0;
	left: 480px;
	width: 40px;
	height: 6px;
	padding: 12px 10px;
}

div.jp-volume-bar {
	position: relative;
	overflow: hidden;
	background: url() 0 -192px repeat-x;
	width: 40px;
	height: 9px;
	cursor: pointer;
}

#slider div.jp-volume-bar { left: 195px; }

div.jp-type-single div.jp-volume-bar {
	top: 0;
	left: 18px;
}

div.jp-volume-bar-value {
	width: 0px;
	height: 5px;
	margin: 1px;
	background: url() 0 -133px repeat-x;
	border-radius: 1px;
}

a.jp-mute,
a.jp-unmute {
	width: 17px;
	height: 13px;
	z-index: 1;
	outline: none;
}

#slider div.jp-type-single a.jp-mute, 
#slider div.jp-type-single a.jp-unmute { left: 602px; }

div.jp-type-single a.jp-mute,
div.jp-type-single a.jp-unmute {
	top: 9px;
	left: 485px;
}

.seperator-first,
.seperator-second {
	background: url() no-repeat left;
	height: 30px;
	width: 2px;
	position: absolute;
	left: 32px;
}

#slider .seperator-second { left: 591px; }
.seperator-second { left: 473px; }

a.jp-mute { background: url() -10px -68px no-repeat; }

a.jp-mute:hover { background: url() -43px -68px no-repeat; }

a.jp-unmute {
	background: url() -10px -98px no-repeat;
	display: none;
}

a.jp-unmute:hover { background: url() -43px -98px no-repeat; }

div.jp-jplayer {
	width:0px;
	height:0px;
}

div.jp-jplayer { background-color: #292a2b; }

#fancybox-close {
	background: url() no-repeat !important;
	width: 21px !important;
	height: 21px !important;
	top: 10px !important;
	right: 8px !important;
}

/*-----------------------------------------------------------------------------------*/
/*	11.	Widgets
/*-----------------------------------------------------------------------------------*/

#sidebar .widget:first-child { margin-top: 27px; }

#sidebar .widget:last-child { background: none; }

.widget { 
	margin: 20px 24px 0 24px;
	padding: 0 0 30px 0;
	background: url(dotted_b.png)/*tpa=http://cs-fls.ru/files/dotted_b.png*/ repeat-x bottom;
}

.widget-title {
	color: #444444;
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 12px;
}

.widget ul {
	list-style: none;
	margin: 0;
	background: #fff;
	padding: 15px 0 15px 0;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.widget ul ul {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
    		box-shadow: none;
}

.widget li {
	background: url(widget_u.gif)/*tpa=http://cs-fls.ru/files/widget_u.gif*/ repeat;
	padding: 0 15px 0 15px;
}

.widget li:last-child { background: none; }

.widget li li { padding-left: 0; }

.widget li li ul { padding-left: 15px; }

.widget li li a {
	background: url() no-repeat center left;
	padding: 0 0 0 13px;
}

.widget li a {
	color: #444;
	height: 30px;
	line-height: 30px;
}

.widget_recent_entries li,
.widget_recent_comments li {
	background: none;
	border-bottom: 1px solid #f4f4f4;
	padding: 5px 15px;
}

.widget_recent_entries li a,
.widget_recent_comments li a {
	height: auto;
	line-height: 18px
}

.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child { border: none; }

.widget li.current-cat,
.widget li.current-menu-item a,
.widget li a:hover {
	color: #0ca2d1;
	text-decoration: none;
}

.widget ol {
	list-style-type: decimal;
	margin-bottom: 0;
}

/* Search Widget */
.widget_search .s { width: 210px; }

.ie7 #sidebar .widget_search .s { margin: 0 0 0 -25px; }

.widget_search form,
.widget_search fieldset { margin: 0; }

/* Calander Widget */
.widget_calendar caption { margin-bottom: 5px; }

.widget_calendar table { width: 100% }

/* Twitter Widget */
.zilla-tweet-widget ul {
	padding: 15px;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	word-wrap: break-word;
}

.zilla-tweet-widget li {
	background: url(dotted_b.png)/*tpa=http://cs-fls.ru/files/dotted_b.png*/ repeat-x bottom;
	padding: 8px 0;
	line-height: 20px;
}

.zilla-tweet-widget li a {
	display: inline;
	color: #0ca2d1;
	height: auto;
	line-height: 20px;
}

.zilla-tweet-widget li a:hover { text-decoration: underline; }

.zilla-tweet-widget a.twitter-time-stamp { display: block; }

.twitter-link {
	display: block;
	background: url() no-repeat;
	padding: 15px 0 0 0;
	margin: -1px 0 0 20px;
}

/* Flickr Widget */
#flickr_badge_wrapper {
	width: 231px;
	margin: 0 0 -11px 0;
}

.flickr_badge_image {
	float: left;
	margin: 0 11px 11px 0;
}

.flickr_badge_image a {
	float: left;
	padding: 3px;
	background: #fff;
	border: 1px solid #c2c5ca;
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.15);
    		box-shadow:0 0 4px rgba(0, 0, 0, 0.15);
}

.flickr_badge_image a:hover {
	border: 1px solid #4ec8ee;
	-webkit-box-shadow: 0 0 4px rgba(15, 165, 212, 0.7);
	   -moz-box-shadow: 0 0 4px rgba(15, 165, 212, 0.7);
    		box-shadow: 0 0 4px rgba(15, 165, 212, 0.7);
}

.flickr_badge_image img {
	width: 58px;
	height: 58px;
	float: left;
}

/* Video Widget */
.tz_video { margin-bottom: 10px; }

/*-----------------------------------------------------------------------------------*/
/*	12.	Shortcode Styles
/*-----------------------------------------------------------------------------------*/

/* Columns */
.one_half { width: 48%; }
.one_third { width: 30.66%; }
.two_third { width: 65.33%; }
.one_fourth { width: 22%; }
.three_fourth { width: 74%; }
.one_fifth { width: 16.8%; }
.two_fifth { width: 37.6%; }
.three_fifth { width: 58.4%; }
.four_fifth { width: 79.2%; }
.one_sixth { width: 13.33%; }
.five_sixth { width: 82.67%; }

.page-template-template-home-php #primary .one_half,
.page-template-template-home-php #primary .page-template-template-home-php .one_third,
.page-template-template-home-php #primary .two_third,
.page-template-template-home-php #primary .three_fourth,
.page-template-template-home-php #primary .one_fourth,
.page-template-template-home-php #primary .one_fifth,
.page-template-template-home-php #primary .two_fifth,
.page-template-template-home-php #primary .three_fifth,
.page-template-template-home-php #primary .four_fifth,
.page-template-template-home-php #primary .one_sixth,
.page-template-template-home-php #primary .five_sixth { margin-bottom: 0; }

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
	float: left;
}

.column-last {
	margin-right: 0!important;
	clear: right;
}

/* Buttons */
.ie7 #slider a.button { margin: 0 5px -15px 0; }

#slider a.button {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	margin: 0 5px 20px 0;
	padding: 7px 15px 0 15px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.5);
	   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.tz-light #slider a.button {
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5);
	   -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    		box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

a.button {
	height: 20px;
	display: inline-block;
	margin: 0 5px 20px 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	padding: 8px 10px 0 10px;
	border-radius: 3px;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
	   -moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
    		box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
}

a.button.large {
	height: 24px;
	padding: 11px 10px 0 10px;
	font-size: 14px;
	line-height: 14px;
}

a:hover.button { background-position: 0 -28px; }
a:hover.button.large { background-position: 0 -35px; }

a.button.white {
	background-image: url(../../turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_white.png)/*tpa=http://turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_white.png*/;
	border: 1px solid #d3d3d3;
	color: #555555 !important;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.8);
}

a.button.large.white { background-image: url(../../turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_white_large.png)/*tpa=http://turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_white_large.png*/; }
a:hover.button.white { border: 1px solid #c4c4c4; }

a.button.grey {
	background-image: url(../../turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_grey.png)/*tpa=http://turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_grey.png*/;
	border: 1px solid #b5b5b5;
	color: #555555 !important;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.grey { background-image: url(../../turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_grey_large.png)/*tpa=http://turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_grey_large.png*/; }
a:hover.button.grey { border: 1px solid #989898; }

a.button.red {
	background-image: url(../../turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_red.png)/*tpa=http://turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_red.png*/;
	border: 1px solid #df6f8b;
	color: #913944 !important;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.3);
}

a.button.large.red { background-image: url(../../turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_red_large.png)/*tpa=http://turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_red_large.png*/; }
a:hover.button.red { border: 1px solid #c36079; }

#callout a.button.orange {
	background-image: url(callout_.png)/*tpa=http://cs-fls.ru/files/callout_.png*/;
	color: #835503 !important;
	text-shadow: 0 1px 1px rgba(255,255,255,0.6);
	border: 1px solid #dab347;
}

#callout a.button.large.orange { background-image: url(callout_.png)/*tpa=http://cs-fls.ru/files/callout_.png*/; }

a.button.orange {
	background-image: url(../../turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_orange.png)/*tpa=http://turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_orange.png*/;
	color: #835503 !important;
	text-shadow: 0 1px 1px rgba(255,255,255,0.6);
	border: 1px solid #dab347;
}

a.button.large.orange { background-image: url(button_o.png)/*tpa=http://cs-fls.ru/files/button_o.png*/; }

a:hover.button.orange { border: 1px solid #dab347; }

a.button.green {
	background-image: url(../../turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_green.png)/*tpa=http://turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_green.png*/;
	border: 1px solid #adc671;
	color: #5d7731 !important;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.green { background-image: url(../../turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_green_large.png)/*tpa=http://turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_green_large.png*/; }
a:hover.button.green { border: 1px solid #8bb14d; }

a.button.teal {
	background-image: url(../../turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_teal.png)/*tpa=http://turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_teal.png*/;
	border: 1px solid #90c6c8;
	color: #437b7d !important;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.teal { background-image: url(../../turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_teal_large.png)/*tpa=http://turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_teal_large.png*/; }
a:hover.button.teal { border: 1px solid #7db9bb; }

a.button.blue {
	background-image: url(../../turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_blue.png)/*tpa=http://turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_blue.png*/;
	border: 1px solid #8dc5da;
	color: #42788e !important;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.blue { background-image: url(../../turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_blue_large.png)/*tpa=http://turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_blue_large.png*/; }
a:hover.button.blue { border: 1px solid #7caec0; }

a.button.navy {
	background-image: url(../../turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_navy.png)/*tpa=http://turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_navy.png*/;
	border: 1px solid #a2afb8;
	color: #515f6a !important;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.navy { background-image: url(../../turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_navy_large.png)/*tpa=http://turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_navy_large.png*/; }
a:hover.button.navy { border: 1px solid #8996a0; }

a.button.purple {
	background-image: url(../../turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_purple.png)/*tpa=http://turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_purple.png*/;
	border: 1px solid #bc9db9;
	color: #7b5777 !important;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.purple { background-image: url(../../turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_purple_large.png)/*tpa=http://turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_purple_large.png*/; }
a:hover.button.purple { border: 1px solid #a482a0; }

a.button.black {
	background-image: url(../../turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_black.png)/*tpa=http://turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_black.png*/;
	border: 1px solid #4c4c4c;
	color: #ffffff !important;
	text-shadow: 0 1px 0 rgba(0,0,0, 0.4);
}

a.button.large.black { background-image: url(../../turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_black_large.png)/*tpa=http://turbo.themezilla.com/stacked/wp-content/themes/stacked/images/shortcodes/buttons/button_black_large.png*/; }
a:hover.button.black { border: 1px solid #2c2c2c; }

/* Alerts ------------------------------*/
.alert {
    padding: 12px 5% 12px 5%;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    text-align: center;
    margin: 0 0 20px 0;
}

.alert.white {
    background: #fff;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    color: #444444;
}

.alert.red {
    background: #FFD7D8;
    border-top: 1px solid #f9bac7;
    border-bottom: 1px solid #f9bac7;
    color: #d54c4c;
}

.alert.orange {
    background: #FFCBA8;
    border-top: 1px solid #efd1b1;
    border-bottom: 1px solid #efd1b1;
    color: #cc6600;
}

.alert.green {
    background: #D5FFCA;
    border-top: 1px solid #cadba7;
    border-bottom: 1px solid #cadba7;
    color: #5f8b33;
}

/* Tabs ------------------------------*/
.ui-tabs .ui-tabs-hide { display: none; }

.tabs { margin: 0 0 20px 0; }

.tabs ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tabs ul.nav li {
	float: left;
	position: relative;
	margin: 0 2px -1px 0;
	z-index: 10;
}

.tabs ul.nav li a {
	border: 1px solid #EFEFEF;
	border-bottom: none;
	display: block;
	overflow: hidden;
	padding: 5px 10px 0 10px;
	height: 24px;
	background: #FBFBFB;
	color: #444444;
	border-radius: 3px 3px 0 0;
}

.tabs ul.nav li a:hover { 
	color: #0ca2d1;
	text-decoration: none;
}

.tabs ul.nav li.ui-tabs-selected a,
.tabs ul.nav li.ui-tabs-active a {
	height: 25px;
	background: #fff;
	color: #0ca2d1;
}

.tabs .tab {
	background: #fff;
	padding: 10px;
	border: 1px solid #EFEFEF;
}

/* Toggle ------------------------------*/

.toggle { margin: 0 0 20px 0; }

.toggle h4 {
	font-size: 12px;
	padding: 10px; 
	background: #FBFBFB;
	border: 1px solid #EFEFEF;
	cursor: pointer;
}

.toggle h4:hover { 
	color: #0ca2d1;
	text-decoration: none;
}

.toggle-inner {
	padding: 10px;
	background: #fff;
	border: 1px solid #EFEFEF;
	border-top: none;
}

.toggle .ui-icon {
    background: url() no-repeat;
    width: 12px;
    height: 12px;
    float: left;
    margin: 3px 10px 0 0;
}

.toggle .ui-state-active .ui-icon { background: url() no-repeat; }

/* Testimonial ------------------------------*/

.tz_testimonial_widget { width: 221px; }

.page-template-template-home-php .tz_testimonial_widget { width: auto; }

.tz_testimonial {
	background: url(note_bg0.png)/*tpa=http://cs-fls.ru/files/note_bg0.png*/ repeat-y;
	min-height: 21px;
	line-height: 21px;
	border: 1px solid #d8d8d8;
	border-bottom: none;
	padding: 21px 15px 0 28px;
	border-radius: 2px 2px 0 0;
}

.tz_testimonial_desc {
	background: url(note_bot.png)/*tpa=http://cs-fls.ru/files/note_bot.png*/ no-repeat;
	text-align: right;
	padding: 15px 12px 0 0;
	height: 44px;
	color: #7b7b7b;
}

.tz_testimonial_desc strong { color: #444444; }

.tz_testimonial_desc p { margin: 0; }

/* Client ------------------------------*/
.tz_client { text-align: center; }

.tz_client ul {
	margin: 0;
	padding: 0;
	width: 231px;
	list-style: none;
	background: none;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.tz_client li,
.tz_client img {
	float: left;
	width: 66px;
	background: none;
	padding: 0;
}

.tz_client li {
	margin: 0 11px 11px 0;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

/*==========================================================================================
	1.	Link Colours
==========================================================================================*/

#logo a { color: #fff; }
#logo a:hover { color: #f1f1f1; }

/*==========================================================================================
	2.	Header
==========================================================================================*/

#header {
	background: url(header_b.jpg)/*tpa=http://cs-fls.ru/files/header_b.jpg*/ repeat;
	text-shadow: 0 1px 0 rgba(0,0,0,0.25);
}

#header-top { 
	background: url(border00.png)/*tpa=http://cs-fls.ru/files/border00.png*/ bottom repeat-x; 
	border-bottom: none;
}

#header-bottom { background: url(header_b.png)/*tpa=http://cs-fls.ru/files/header_b.png*/ bottom repeat-x; }

#header-search input { color: #f1f5f9; }

#header-search input:focus { color: #fff; }

#primary-menu > li > a:hover,
#primary-menu > .sfHover > a,
#primary-menu > .current-menu-item > a { background: url(nav_bg00.png)/*tpa=http://cs-fls.ru/files/nav_bg00.png*/ repeat-x; }

#primary-menu > li > a { color: #f1f5f9; }

#header-search input { background: url(search_b.png)/*tpa=http://cs-fls.ru/files/search_b.png*/ no-repeat left center;  }

#primary-menu .sub-menu { text-shadow: none; }

#primary-menu .sf-arrow { background: url(drop_dow.png)/*tpa=http://cs-fls.ru/files/drop_dow.png*/ no-repeat; }

#primary-menu .sub-menu .sf-arrow { background: url() no-repeat; }

#header-search input { background: url(search_b.png)/*tpa=http://cs-fls.ru/files/search_b.png*/ no-repeat left center;  }

#slider .entry-content a,
#slider .entry-content h1, 
#slider .entry-content h2, 
#slider .entry-content h3, 
#slider .entry-content h4, 
#slider .entry-content h5, 
#slider .entry-content h6 {
	color: #f1f5f9;
}

#slider .entry-content { color: #bbbbbb; }

#slider .entry-content a:hover { color: #fff; }

#slider a.button {
	border: none;
} 
