
/* ----------------------------------------------------------
    Theme Name: Strict
    Author: Livethemes.ru
    Author URI: http://livethemes.ru/
    Version: 2.3
---------------------------------------------------------- */

body {
    font-family: Arial, Tahoma, sans-serif;
	color: #555;
	line-height: 130%;
	font-size: 13px;
	margin: 0;
	padding: 25px 0;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 120%;
    letter-spacing: normal;
	font-weight: bold;
	color: #444;
	padding: 0;
	margin: 0 0 10px 0;
}
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 15px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }

a { 
    outline: none; 
    color: #3f517f; 
    text-decoration: none;	
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
    -o-transition: color .2s linear;
	-ms-transition: color .2s linear;
	transition: color .2s linear;
}
	
a:hover { text-decoration: none; color: #888;}

img { border: 0px;}

blockquote { font-style: italic; padding: 0 10px 0 10px; margin: 10px; border-left: 1px solid #ccc; }

pre, code {
	line-height: 1.8;
}

del { text-decoration: line-through; }

p { margin: 0 0 10px 0; }

/*----------------------------------------------------------*/
/*	Slider
/*----------------------------------------------------------*/

#slider {
	margin-bottom: 20px;
	width: 707px;
	height: 316px;
}

#slider a:hover {
	text-decoration:none;
}

#slider p {
	margin: 0;
	padding: 5px 0;
}

#slider ul, #slider ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider li {
    background: none;
}

.flexslider { 
	width: 667px; 
	height: 260px; 
	border: 20px solid #fff;
	position: relative; 
}

.loading {    
    background: #fff url(/wp-content/themes/strict/images/load.gif) center center no-repeat;
	width: 667px;
	max-height: 100%;
}

.flexslider .slides > li { 
	width: 667px;
	height: 260px;
	display: none;
	position: relative;
}

.flexslider .slides img { 
    width: 667px; 
	height: 260px; 
	display: block;
}

#slider .caption {
    background: #010101;
	background: rgba(1,1,1,0.8);
	padding: 10px;
	width: 647px;
	font-size: 16px;
	color: #fefefe;
	font-weight: bold;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
}

#slider .caption a {
	color: #fefefe;
	text-decoration: none;
}

#slider .caption a:hover {
	color:#999;
}

.lt-control-nav {
    width: 652px; 
	text-align: left;
	position: absolute; 
	left: 15px; 
	top: 15px; 
	z-index: 10;
}

.lt-control-nav li { 
    margin: 0 3px; 
    display: inline-block; 
    zoom: 1; 
    *display: inline;
}

.lt-control-paging li a { 
    background: #fff; 
    background: rgba(255,255,255,0.8); 
    width: 14px; 
    height: 14px; 
    display: block; 
    cursor: pointer; 
    text-indent: -9999px; 
    -webkit-border-radius: 14px; 
    -moz-border-radius: 14px; 
    border-radius: 14px;
}

.lt-control-paging li a:hover, 
.lt-control-paging li a.lt-active { 
    background: #010101; 
	background: rgba(1,1,1,0.8); 
}

/*----------------------------------------------------------*/
/*	Widgets
/*----------------------------------------------------------*/

/* --------------- Recent Comments --------------- */

ul#recentcomments {
    list-style: none;
	padding: 0;
	margin: 0;
}

ul#recentcomments li {
   background: none;
   margin: 0 0 5px 0;
   padding: 0 0 0 18px;
   display: block;
   color: #333;
   overflow: hidden;
   position: relative;
}

ul#recentcomments li a.url{
   color: #639c00;
}

ul#recentcomments li a.url:hover{
   color: #888;
}

ul#recentcomments li span {
    background: url(/wp-content/themes/strict/images/com_i.png) no-repeat;
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

/* --------------- Text block --------------- */

.wg-text-block {	
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}

.title-wg-text-block {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 14px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* --------------- Post --------------- */

.post-wg {
    
}

.post-entry-wg {
    margin-top: 15px;
	overflow: hidden;	
}

.post-entry-wg p {
    padding: 0;
	margin: 0;
}

.post-entry-wg img {
	margin-right: 10px;
	display: block;
	float: left;	
}

.post-entry-wg h5 { 
    margin-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
}

.post-details-wg { 
    margin-bottom: 5px;
	color: #888; 
	font-size: 12px;
}

.post-details-wg span {
    background: url(/wp-content/themes/strict/images/icons.png) 0 0 no-repeat;
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	left: 3px;
	top: 3px;
}

/* --------------- Tags --------------- */

.wg-tags { 

}

.wg-tags-con { 
}

.wg-tags a { 
   background: #969696;
   margin: 0 2px 4px 2px;
   padding: 3px 8px;
   color: #fefefe !important;
   text-shadow: none;
   float: left;
   position: relative;
   -moz-box-shadow: inset 0 0 4px #666;
   -webkit-box-shadow: inset 0 0 4px #666;
   box-shadow: inset 0 0 4px #666;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   -webkit-transition: 0.2s ease;
   -moz-transition: 0.2s ease;
   -o-transition: 0.2s ease;
   -ms-transition: 0.2s ease;
   transition: 0.2s ease;   
}

.wg-tags a:hover { 
   background: #565656;
   -moz-box-shadow: inset 0 0 4px #222;
   -webkit-box-shadow: inset 0 0 4px #222;
   box-shadow: inset 0 0 4px #222;
}

.wg-tags a span { 
 
}

/* --------------- List Categories --------------- */

.wg-categories {

}

.wg-categories ul { 
    list-style: none;
	padding: 0;
	margin: 0;
}

.wg-categories ul li { 
   background: none;
   margin: 0 0 5px 0;
   padding: 0;
}

.wg-categories ul.children li {  
   margin: 0;
   border-bottom: 0;
}

.wg-categories ul li a { 
   padding: 0 0 5px 0;
   display: block;
   border-bottom: 1px solid #dedede;
   position: relative;
}

.c-l-i { 

}

.wg-categories ul.children li a {  
    background: none;
	padding-top: 5px;
	padding-left: 22px;
}

.wg-categories ul li:hover a { 
 
}

.wg-categories ul li.current-cat a { 
   color: #888;
}

.cat-c { 
   position: absolute;
   right: 0;
   bottom: 5px;
}

.wg-categories ul li a span { 
   color: #888;
}

/*----------------------------------------------------------*/
/*	Header
/*----------------------------------------------------------*/

#header-block { 
    background: url(/wp-content/themes/strict/images/bg.png) 0 0 no-repeat;
	height: 86px;
    width: 1000px;
	margin: 0 auto 10px auto;
	padding: 0;
	position: relative;
	z-index: 900;
}

/* -------------------- Logo -------------------- */

#logo {
    display: inline-block;
	margin: 0;
	padding: 0;
    position: absolute;
	left: 15px;
	top: 13px;
}

#logo-text {
    line-height: 110%;
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 29px;
	position: absolute;
	left: 15px;
	top: 15px;
}

#logo-text a{
   color: #fefefe;
}

#logo-text a:hover{
   color: #e5e5e5;
}

/* -------------------- Search Form -------------------- */

.searchform {
    background: #f6f6f6;
    width: 218px;
	height: 26px;
	margin: 0 0 2px 0;
	padding: 0 5px;
	color: #999;
	font-size: 13px;
	border: 0;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	-moz-box-shadow: inset 0 0 3px #ccc;
    -webkit-box-shadow: inset 0 0 3px #ccc;
	box-shadow: inset 0 0 3px #ccc;
}

#header-block .searchform {
    width: 160px;
	position: absolute;
	top: 17px;
	right: 15px;
}

.searchform .in-search {
    font-family: Arial, Tahoma, sans-serif;
    background: none;
	border: 0;
    width: 218px;
	height: 26px;
	margin: 0;
	padding: 0;
	color: #999;
	font-size: 13px;
	outline: none;
}

#header-block .searchform .in-search {
    width: 160px;
}

.ie7 .searchform  .in-search { margin-top: 4px; }
.ie8 .searchform  .in-search { margin-top: 5px; }
.ie9 .searchform  .in-search { margin-top: 1px; }

/* -------------------- Drop Down Menu -------------------- */

#top-nav {
    width: 500px;
	height: 40px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 300px;
	top: 23px;
	z-index: 900;
}	

#top-nav ul {
    margin: 0; 
	padding: 0; 
	list-style: none;
}
 
.top-menu li {
	float: left;
	position: relative;
	list-style: none;
}

.top-menu a {
	display: block;
	height: 40px;
	padding: 0 10px 0 12px;
	color: #fefefe;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;	
	text-shadow: 1px 1px 0 #3c4c73;
	position: relative;
}

.top-menu li a span.m-a {
	background: url(/wp-content/themes/strict/images/bg.png) 0 -86px no-repeat;
	width: 2px;
	height: 21px;
	display: inline-block;
	position: absolute;
	right: -2px;
	top: -2px;
}

.top-menu a:hover, .top-menu li:hover a.sublist, .top-menu li.current-menu-item > a {
    color: #ffdf4c;
}

/* dropdown */
.top-menu li:hover > ul {
	display: none;
}

/* level 2 list */
.top-menu ul {
    background: #fff;
	display: none; 
	border: 1px solid #dedede;
	border-bottom: 0;
	position: absolute; 
	top: 40px;
	left: 0; 
	-moz-box-shadow: 0 0 4px #c3c3c3;
    -webkit-box-shadow: 0 0 4px #c3c3c3;	
	box-shadow: 0 0 4px #c3c3c3;
}

.top-menu ul li {
	margin: 0;
	padding: 0;
}

.top-menu ul a {
	width: 130px;
	height: auto;
	padding: 8px 15px;
	line-height: 130%;
	color: #666;
	font-weight: normal;
	text-transform: none;
	text-shadow: none;
	border-bottom: 1px solid #dedede;
}

.top-menu ul a span.m-a {
	display: none;
}

.top-menu ul a:hover, .top-menu ul li.current-menu-item  a{
    color: #888;
}

/* level 3+ list */
.top-menu ul ul {
	left: 155px;
	top: -1px;
}

/*----------------------------------------------------------*/
/*	Content
/*----------------------------------------------------------*/

#container { 
    width: 1000px;
	margin: 0 auto;
	padding: 0;
}

#primary { 
    width: 707px;
	margin: 0;
	padding: 0;
	float: left;
}

.l_s #primary { 
	float: right;
}

#primary-con { 
    background: #fff;
    width: 667px;
	margin: 0;
	padding: 20px;
}

.page-template-page-one-column-php #primary-con, 
.error404 #primary-con { 
    width: 960px;
}

#primary-bot { 
    background: url(/wp-content/themes/strict/images/bg.png) 0 -107px no-repeat;
	height: 16px;
    width: 707px;
	margin: 0 0 20px;
	padding: 0;
}

.page-template-page-one-column-php #primary-bot, 
.error404 #primary-bot { 
    background: url(/wp-content/themes/strict/images/bg.png) 0 -123px no-repeat;
	height: 16px;
    width: 1000px;
}

#sidebar {  
    width: 270px;
	margin: 0;
    padding: 0;
	float: right;
}

.l_s #sidebar {  
	float: left;
}

#sidebar-con {   
    background: #fff;
    width: 230px;
	margin: 0;
    padding: 20px 20px 5px 20px;
}

#sidebar-bot{   
    background: url(/wp-content/themes/strict/images/bg.png) 0 -139px no-repeat;
	height: 16px;
    width: 270px;
	margin: 0;
    padding: 0;
}

.sidebar-block { 
	width: 100%; 
	margin: 0 0 15px 0;  
	overflow: hidden;
}

.sidebar-block-title {
    background: url(/wp-content/themes/strict/images/title_wg.png) repeat-x;
    margin: 0 0 15px 0;
	padding: 5px 6px;
	font-size: 14px;
	font-weight: bold;
	color: #444;
	text-shadow: 1px 1px 0 #efefef;
}

.sidebar-block ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sidebar-block ul  li {
    background: url(/wp-content/themes/strict/images/list_icon.png) 0 5px no-repeat;
	margin: 0 0 5px 0;
	padding: 0 0 0 14px;
	display: block;
}

/* -------------------- Post Blog -------------------- */

.post {  
    background: url(/wp-content/themes/strict/images/hor_line.png) bottom repeat-x;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

.single .post {
	margin-bottom: 0;
	padding-bottom: 10px;
	overflow: none;
}

.page .post {
    background: none;
	margin-bottom: 0;
	padding-bottom: 0;
	overflow: none;
}

.entry-details {   
    margin-bottom: 12px;
	font-size: 12px;	
	color: #888;
	font-style: italic;
}

.single .entry-details{   
    background: url(/wp-content/themes/strict/images/hor_line.png) bottom repeat-x;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.single .entry-con  {
    margin-bottom: 5px;
}

.thumb-entry {
    height: 140px;
	width: 140px;
	display: block; 	
	margin-right: 20px;
	float: left;
}

.thumb-entry img {
	height: 140px;
	width: 140px;
	display: block;
}

h2.entry-title, h1.entry-title { 
	margin-bottom: 12px;
}

.single .post img, .page .post img {
    max-width: 100%;
	height: auto;
}

.post ol {
	margin: 0 0 13px 4px;
	padding: 0 0 0 21px;
}

.post ol li {
	margin: 0 0 4px 0;
}

.post ul{
	list-style: square;
	padding: 0;
	margin: 0 0 10px 20px;
}

.post ul  li{
	margin: 0 0 4px 0;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-top: 2px;
	margin-bottom: 10px;
}

/* -------------------- Comments -------------------- */

#comments{
	margin: 15px 0 0 0;
	padding: 0;
}

#comments-title {
	color: #888;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8em;
	padding: 10px 0 20px 0;
}

#comments-title span {
    color: #444;
}

#comments ol, 
#comments ul{
	list-style: none;
	padding:0;
	margin: 0;
}
 
#comments li{
	background: none;
	padding:0;
	margin: 0;
}

.nopassword,
.nocomments {
	font-size: 14px;
	font-weight: normal;
	margin: 20px 0;
	text-align: center;
}

.commentlist div.comment {
	margin: 0 0 15px 80px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
	position: relative;
}

.commentlist .children div.comment {
	margin-left: 160px;
}

.commentlist .children .children div.comment {
	margin-left: 240px;
}

.commentlist .children .children .children div.comment {
	margin-left: 320px;
}

.commentlist .children .children .children .children div.comment {
	margin-left: 400px;
}

.comment-author {
	font-size: 16px;
	margin-bottom: 5px;
}

.comment-author .fn {
	color: #333;
}

.commentlist .avatar {
	position: absolute;
	top: 0;
	left: -80px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;	
	-moz-box-shadow: 2px 2px 1px #dedede;
    -webkit-box-shadow: 2px 2px 1px #dedede;
	box-shadow: 2px 2px 1px #dedede;
}

.comment-meta{
	color: #888;
	font-size: 12px;
}

.comment-content{
	padding-top: 10px;
}

#cancel-comment-reply-link {
    margin-top: 10px;
	display: block;
	color: #e96666;
	font-size: 12px;
}

.comment-awaiting-moderation {
	color: #e96666;
	font-style: italic;
}

#comment-navigation {
	padding-top: 10px;
}

/* Comment Form */

#respond input, 
#respond textarea {
    font-family: Arial, Tahoma, sans-serif;
	background: #fff;
	display: block;
	height: 26px;
	width: 300px;
	border: 1px solid #dedede;
	padding: 0 5px;
    color: #555;
	font-size: 13px;
	outline: none;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	-moz-box-shadow: inset 0 0 8px #f0f0f0;
    -webkit-box-shadow: inset 0 0 8px #f0f0f0;
	box-shadow: inset 0 0 8px #f0f0f0;
}

#respond input:focus, 
#respond textarea:focus {
	background: #f8f8f8;
	border: 1px solid #e0e0e0;	
}

#respond textarea {
    width: 95%;
	height: 120px;
	padding: 5px;
}

#respond input#submit {
    font-family: Arial, Tahoma, sans-serif;
    background: #969696;
	width: 100px;
	margin: 5px 0 0 0;
	padding: 4px 0 6px;
	border: 0;
	color: #fefefe;
	outline: none;
	cursor: pointer;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	-moz-box-shadow: inset 0 0 6px #666;
    -webkit-box-shadow: inset 0 0 6px #666;
	box-shadow: inset 0 0 6px #666;
	    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
}

#respond input#submit:hover {
	background: #868686;
}

p.comment-form-author,
p.comment-form-email, 
p.comment-form-url {
    width: 312px;
	position: relative;
}

p.comment-form-author label,
p.comment-form-email label, 
p.comment-form-url label {
    width: 50px;
    text-align: left;
	position: absolute;
	top: 4px;
	right: -60px;
}

.required {
    display: block;
	position: absolute;
	top: 4px;
	right: 0;
}

p.comment-form-author .required {
	right: 0;
}

#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #ff7777;
	font-size: 15px;
	font-weight: bold;	
}

#reply-title {
    margin-top: 20px;
	font-size: 16px;
}

/*----------------------------------------------------------*/
/*	Blocks
/*----------------------------------------------------------*/

/* -------------------- Blocks Global -------------------- */

.block {
	width: 707px;
	margin-bottom: 20px;
}

.block-con {
	background: #fff;
    width: 667px;
	padding: 20px;
}

.block-title { 
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
	color: #444;
}

.block-bot { 
    background: url(/wp-content/themes/strict/images/bg.png) 0 -107px no-repeat;
	height: 16px;
    width: 707px;
}

.block ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.block ul  li {
    background: url(/wp-content/themes/strict/images/list_icon.png) 0 5px no-repeat;
	margin: 0 0 5px 0;
	padding: 0 0 0 14px;
	display: block;
}

/* -------------------- Blocks Entry -------------------- */

.block-entry {
	margin: 0 0 20px auto;
}

.block-title-entry { 
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
	color: #444;
}

.meta-desc { 
	margin: 0 0 20px auto;
	clear: both;
}

.meta-desc p {    
	margin: 0;
	padding: 0;	
}

.meta-desc h1 { 	
	margin-bottom: 5px;
}

/*----------------------------------------------------------*/
/*	Pagination
/*----------------------------------------------------------*/

.navlist {
    margin-top: 5px;
    font-size: 14px;
    line-height: 14px;
	clear: both;
	overflow: hidden;
}
 
.navlist span, .navlist a, .inactive {
    background: #969696;
    display: block;
    float: left;
    margin: 0 3px 5px 0;
    padding: 5px 8px;
    text-decoration: none;
    color: #fefefe;
    -moz-box-shadow: inset 0 0 4px #666;
    -webkit-box-shadow: inset 0 0 4px #666;
    box-shadow: inset 0 0 4px #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	-webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
}
 
.navlist a:hover, .navlist .current{
    background: #565656;
   -moz-box-shadow: inset 0 0 4px #222;
   -webkit-box-shadow: inset 0 0 4px #222;
   box-shadow: inset 0 0 4px #222;
}

/*----------------------------------------------------------*/
/*	Shortcodes
/*----------------------------------------------------------*/

/* -------------------- Toggle -------------------- */

.toggle {
	margin-bottom: 3px;
	position: relative;	
}

.toggle-block {
	display: none;
	border: 1px solid #dedede;
	border-top: 0;
	overflow: hidden;
}

.toggle-block .toggle-con {
	padding: 10px;
	overflow: hidden;
}

.toggle-open {
    background: #fafafa;
	padding: 5px;  
	display: block; 
	color: #444;
	font-weight: bold;	
	font-size: 14px;
	border: 1px solid #dedede;
	cursor: pointer;
}

.toggle-open span {
    background: url(/wp-content/themes/strict/images/shortcodes/toggle_icons.png) 0 0 no-repeat;
	background-position: 0 0;
	width: 8px;
	height: 11px;
	margin: 0 5px 0 0;
	display: inline-block;
}

.ie7 .toggle-open span {
	display: inline;
	vertical-align: middle;
}

.toggle-close span {
	background-position: 0 -11px;
}

/* -------------------- Tabs -------------------- */

ul.tabs-lt {  
	margin: 0 !important; 
	padding: 0;
	height: 31px; 	
}

ul.tabs-lt li {  
    background: none;
	float: left;	 
	padding: 0; 
	margin: 0;  
	list-style-type: none;	
}

ul.tabs-lt a { 
    background: #fafafa;
	height: 17px;
	margin-right: 3px;	
	padding: 6px 12px 6px 12px;
	display: block;				
	font-size: 14px;
	color: #777 !important;
	font-weight: bold;
	outline: 0;
	border: 1px solid #dedede;
	float: left;
	position: relative;	
	bottom: -1px;
	z-index: 1;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

ul.tabs-lt a:hover {
	color: #444 !important;
}

ul.tabs-lt a.current {
    background: #fff;
	height: 18px;
	color: #444 !important;	
	border-bottom: 0;
	cursor: default;
}

ul.tabs-lt a:hover {
	color: #444 !important;
}

.panes {
	padding: 10px;	
    border: 1px solid #dedede;
}

.panes > div {
	display: none;
	overflow: hidden;
}

/* -------------------- Color Blocks -------------------- */

.color-bl {
    padding: 10px;
	margin: 5px 0;
    overflow: hidden;
	clear: both;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.color-bl a {
   text-decoration: underline;
}

.color-bl a:hover {
   text-decoration: none;
}

.white-bl {
    background: #fff;
	border: 1px solid #dedede;
}

.blue-bl {
    background: #ecf4f8;
	color: #5e779e;
	border: 1px solid #d3dee4;
}

.blue-bl a{
	color: #5e779e;
}

.green-bl {
    background: #f3ffd8;
	color: #669500;
	border: 1px solid #d1ec97;
}

.green-bl a {
	color: #669500;
}

.red-bl {
    background: #fcefef;
	color: #c65555;
	border: 1px solid #efd3d3;
}

.red-bl a {
	color: #c65555;
}

/* -------------------- Buttons -------------------- */

a.button {
	padding: 6px 10px;
	color: #fffffe !important;
	font-weight: bold;
	font-size: 13px;
	display: inline-block;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
}

.wg-text-block a.button{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
    box-shadow: none;
}

a.button.green{
	background: #8dbc00;
	border: 1px solid #478f00;
	-webkit-box-shadow: 0 1px 1px #ccc, inset 0 0 6px #51a400;
	-moz-box-shadow: 0 1px 1px #ccc, inset 0 0 6px #51a400;
	box-shadow: 0 1px 1px #ccc, inset 0 0 6px #51a400;
}

a.button.green:hover{
	background: #98c809;
}

a.button.blue {
	background: #3ba0e0;
	border: 1px solid #3365ca;
	-webkit-box-shadow: 0 1px 1px #ccc, inset 0 0 6px #386eda;
	-moz-box-shadow: 0 1px 1px #ccc, inset 0 0 6px #386eda;
	box-shadow: 0 1px 1px #ccc, inset 0 0 6px #386eda;
}

a.button.blue:hover{
	background: #40aef3;
}

a.button.red {
	background: #dd5f5f;
	border: 1px solid #c02a2a;
	-webkit-box-shadow: 0 1px 1px #ccc, inset 0 0 6px #d42f2f;
	-moz-box-shadow: 0 1px 1px #ccc, inset 0 0 6px #d42f2f;
	box-shadow: 0 1px 1px #ccc, inset 0 0 6px #d42f2f;
}

a.button.red:hover{
	background: #ef6969;
}

a.button.orange{
	background: #ffa800;
	border: 1px solid #e77200;
	-webkit-box-shadow: 0 1px 1px #ccc, inset 0 0 6px #f37800;
	-moz-box-shadow: 0 1px 1px #ccc, inset 0 0 6px #f37800;
	box-shadow: 0 1px 1px #ccc, inset 0 0 6px #f37800;
}

a.button.orange:hover{
	background: #ffb400;
}

a.button.pink{
	background: #cd61c5;
	border: 1px solid #a5289c;
	-webkit-box-shadow: 0 1px 1px #ccc, inset 0 0 6px #b32ca9;
	-moz-box-shadow: 0 1px 1px #ccc, inset 0 0 6px #b32ca9;
	box-shadow: 0 1px 1px #ccc, inset 0 0 6px #b32ca9;
}

a.button.pink:hover{
	background: #df69d6;
}

a.button.dark{
	background: #828282;
	border: 1px solid #4b4b4b;
	-webkit-box-shadow: 0 1px 1px #ccc, inset 0 0 6px #565656;
	-moz-box-shadow: 0 1px 1px #ccc, inset 0 0 6px #565656;
	box-shadow: 0 1px 1px #ccc, inset 0 0 6px #565656;
}

a.button.dark:hover{
	background: #8d8d8d;
}

/* -------------------- Column -------------------- */

.two_col{
	width: 48%;
	margin: 0 0 15px 0;
	float: left;
}

.three_col{
	width: 30.66%;
	margin: 0 4% 15px 0;
	float: left;
}

.four_col{
	width: 22%;
	margin: 0 4% 15px 0;
	float: left;
}

.last_col{
	margin: 0 0 15px 0;
	float: right;
	clear: right;
}

/*----------------------------------------------------------*/
/*	Footer
/*----------------------------------------------------------*/

#footer {
    width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	text-shadow: 1px 1px 0 #f9f9f9;
}

.footer-con {
  
}

.footer-title {
	display: none;
}

/*----------------------------------------------------------*/
/*	Clear
/*----------------------------------------------------------*/

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}
/*
     */
/*
*/