/*
Theme Name: Cafe Lounge
Theme URI: http://themefuse.com/demo/wp/CafeLounge/
Description: Cafe Lounge is created by <a href="http://themefuse.com">ThemeFuse</a>.
Version: 1.0.0
Author: ThemeFuse
Author URI: http://themefuse.com
*/


/* 
WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use 
the custom.css file to add your styles. You can copy a style from this file and paste it in 
custom.css and it will override the style in this file. You have been warned! :)
*/


/*------------------------------------------------

CSS STRUCTURE:

1. GENERAL TYPOGRAPHY
	1.1 Global Reset 
	1.2 General Styles	
	1.3 Columns Styles		
		- Box styles
	1.4 List Styles
	1.5 Borders & Dividers
	1.6 Headers
	1.7 Tables
	1.8 Images
	1.9 Forms
	1.10 Buttons
		- Color Styled Buttons

2. SITE STRUCTURE	
	2.1 Header
		- topmenu	
	2.2 Header Slider
	2.3 Menu Circle Images
	2.4 Bottom Content
	2.5 Middle content
	2.6 Sidebar
	2.7 Footer

3. EXTENDED TYPOGRAPHY and SHORTCODES
	3.1 Typographic Elements
		- Blockquote
		- Columns in Content
		- Framed boxes
		- Quotes
		- Toggle Contents
		- Dropcaps
	3.2 Framed Tabs
	3.3 Custom Lists Styles
	3.4 Slideshow Gallery and Text
	3.5 Mini Gallery
	3.6 Styled Tables and Boxes
	3.7 Text Highlights
	3.8 Table Pricing

4. EXTENDED ELEMENTS
	4.1 Newsletter box
	4.2 Advertise Baners	
	4.3 FaceBook Activity
	4.4 FAQ List
	4.5 Box with Cursive title

5. WIDGETS STYLES

6. POSTS
	6.1 Blog post list
	6.2 Pagination and Navigation
	6.3 Author description 
	6.4 Comment list
	6.5 Comment form / Contact form

7. GALLERIES LAYOUT
	- One Column with sidebar
	- Two and Three columns
	
------------------------------------------------*/

/*============================================================================================*/
/* 1. GENERAL TYPOGRAPHY */
/*============================================================================================*/
/*----------------------------------------------*/
/* 1.1 Global Reset */
/*----------------------------------------------*/

body, html  { height: 100%}
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;
	
}
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}/* remember to define focus styles! */
del { text-decoration: line-through}
table { border-collapse: collapse; border-spacing: 0}/* tables still need 'cellspacing="0"' in the markup */


/*----------------------------------------------*/
/* 1.2 General Styles */
/*----------------------------------------------*/
body {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	color:#808080;
	font-size:13px;
	line-height:1.5em;
	background:#fff;
	min-width:990px;
	position:relative;
	z-index:1}

/* Floating & Alignment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto}

.alignleft {
	float: left}
	
.alignright {
	float: right}
	
.text-right {
	text-align:right}
.text-left {
	text-align:left}
.text-center {
	text-align:center}

.text-green {
	 color:#42b0e3}

.text-gray {
	 color:#808080}
	 	
.text-blue {
	 color:#42b0e3}	

/* Clear Floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0}

.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0}
	
.clearfix:after {
	clear: both}

.clearfix {
	zoom: 1; /*The following zoom:1 rule is specifically for IE6 + IE7.*/
}

* html .clearfix {
	height: 1%}

.clearfix {
	display: block}
	
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden}

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0}

a {
	outline:none;
	color:#ae373c;
	text-decoration:none}

.preloader { 
	background:url(images/loading.gif) center center no-repeat; 
	display:inline-block}
	
/*----------------------------------------------*/
/* 1.3 Columns Styles */
/*----------------------------------------------*/
/*
960px grid system ~ Core CSS.
12 Columns ~ Margin left: 10px ~ Margin right: 10px
*/

/* =Containers
--------------------------------------------------------------------------------*/
.container_12
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position:relative
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11 {
	position: relative}

/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/
.alpha {margin-left: 0}
.omega {margin-right: 0}

/* =Grid >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .grid_1 {width: 60px}
.container_12 .grid_2 {width: 140px}
.container_12 .grid_3 {width: 220px}
.container_12 .grid_4 {width: 300px}
.container_12 .grid_5 {width: 380px}
.container_12 .grid_6 {width: 460px}
.container_12 .grid_7 {width: 540px}
.container_12 .grid_8 {width: 620px}
.container_12 .grid_9 {width: 700px}
.container_12 .grid_10 {width: 780px}
.container_12 .grid_11 {width: 860px}
.container_12 .grid_12 {width: 940px}

/* Shortcode Columns (10px margin) */
.col_1,
.col_1_2,
.col_1_3,
.col_2_3,
.col_1_4,
.col_3_4,
.col_1_5,
.col_2_5,
.col_3_5,
.col_4_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px}


.col_1 {width:940px}
.col_1_2 {width:460px}
.col_1_3 {width:300px}
.col_2_3 {width:620px}
.col_1_4 {width:220px}
.col_3_4 {width:700px}
.col_1_5 {width:172px}
.col_2_5 {width:364px}
.col_3_5 {width:556px}
.col_4_5 {width:748px}

.row .col_1_2 {width:470px}
.row .col_1_3 {width:306px}
.row .col_2_3 {width:632px}
.row .col_1_4 {width:225px}
.row .col_3_4 {width:715px}
.row .col_1_5 {width:176px}
.row .col_2_5 {width:372px}
.row .col_3_5 {width:568px}
.row .col_4_5 {width:764px}

/* Columns with Sidebar*/
.grid_8 .col_1_2 {width:290px}
.grid_8 .col_1_3 {width:186px}
.grid_8 .col_2_3 {width:394px}
.grid_8 .col_1_4 {width:135px}
.grid_8 .col_3_4 {width:425px}
.grid_8 .col_1_5 {width:100px}
.grid_8 .col_2_5 {width:220px}
.grid_8 .col_3_5 {width:360px}

.grid_8 .col_1_2.box_border {width:288px}
.grid_8 .col_1_3.box_border {width:184px}
.grid_8 .col_2_3.box_border {width:392px}
.grid_8 .col_1_4.box_border {width:133px}
.grid_8 .col_3_4.box_border {width:423px}
.grid_8 .col_1_5.box_border {width:98px}
.grid_8 .col_2_5.box_border {width:218px}
.grid_8 .col_3_5.box_border {width:358px}

.grid_8 .row .col_1_2 {width:300px}
.grid_8 .row .col_1_3 {width:193px}
.grid_8 .row .col_2_3 {width:406px}
.grid_8 .row .col_1_4 {width:140px}
.grid_8 .row .col_3_4 {width:460px}
.grid_8 .row .col_1_5 {width:108px}
.grid_8 .row .col_2_5 {width:236px}
.grid_8 .row .col_3_5 {width:364px}

.grid_8 .row .col_1_2.box_border {width:298px}
.grid_8 .row .col_1_3.box_border {width:191px}
.grid_8 .row .col_2_3.box_border {width:404px}
.grid_8 .row .col_1_4.box_border {width:138px}
.grid_8 .row .col_3_4.box_border {width:458px}
.grid_8 .row .col_1_5.box_border {width:106px}
.grid_8 .row .col_2_5.box_border {width:234px}
.grid_8 .row .col_3_5.box_border {width:362px}

.grid_2.box_border {width:118px}
.grid_3.box_border, .col_1_4.box_border {width:218px}
.grid_4.box_border, .col_1_3.box_border {width:298px}
.grid_6.box_border, .col_1_2.box_border {width:458px}
.grid_8.box_border, .col_2_3.box_border  {width:618px}

.col_1_5.box_border  {width:170px}
.col_2_5.box_border {width:362px}
.col_3_5.box_border {width:554px}
	
.row .alpha, .col.alpha {
	margin-left:0}
.row .omega, .col.omega {
	margin-right:0}

.row .grid_3 {
	width:176px;
	margin-left: 18px;
	margin-right: 18px}

/* Box styles */
.box{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px}

.sidebar_box {
	background:#e5e3eb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-bottom:1px;
	margin-bottom:50px}

.box_border {
	border:1px solid #dadada}

.box_border2 {
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	padding:30px 0 25px 0}

.noborder, 
.entry img.noborder {
	border:none !important;
	box-shadow:none; 
	-moz-box-shadow:none; 
    -webkit-box-shadow:none}

.box_shadow {
	box-shadow: 0 0 3px #000; 
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.15); 
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15)}

.box_inner_shadow,
.box.box_inner_shadow {
	background:url(images/box_inner_shadow.jpg) center top no-repeat;
	padding:45px 0 0 0;
	border:none}

.box_white {
	background:#fff}

.box_light_gray {
	background:#f5f5f5}

.box_gray {
	background:#e5e3eb}

.box_green {
	background:#ddf5bf}

.box_yellow {
	background:#fcf896}

.box_blue {
	background:#e2f4f5}

.box_blue.box_border {
	border:1px solid #dde8e9}

.box_pink {
	background:#f1dde8}

.box .inner {
	padding:15px}

.box h1, .box h2, .box h3, .box h4, .box h5,
.entry .box h1, .entry .box h2, .entry .box h3, .entry .box h4, .entry .box h5  {
	margin-top:20px}

/*----------------------------------------------*/
/* 1.4 List Styles */
/*----------------------------------------------*/
ul{ list-style:disc outside}
ol{ list-style:decimal outside}
li{ margin:2px 0}
ol li{ margin-top:5px; margin-bottom:7px }
ul, ol, dd{ margin-left:25px}
ul ul, ol ul, ul ol, ol ol{ margin-bottom:0}

/*----------------------------------------------*/
/* 1.5 Borders & Dividers */
/*----------------------------------------------*/
hr{
	border:0px solid transparent !important;
	background-color:transparent !important;
	height:1px}

.border {
	border:1px solid #d1d1d1}

.divider_space, .divider_space_thin, .divider, .divider_thin {
	clear:both;
	display:block;
	margin-bottom:25px;
	padding-top:26px;
	width:100%}

.divider_space_thin {
	margin-top:10px;
	margin-bottom:10px}
	
.divider_thin {
	margin-bottom:15px;
	padding-top:15px;
	background:url(images/divider_line.gif) bottom repeat-x}

.divider{
	background:url(images/divider_line.gif) bottom repeat-x}

/*----------------------------------------------*/
/* 1.6 Headers */
/*----------------------------------------------*/
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	color:#333;
	line-height:1.2em}
	
h1{
	font-size:27px}	
	
h2{
	font-size:24px;
	margin-bottom:15px}
	
h3{
	font-size:21px;
	margin-bottom:10px}
	
h3.widgettitle{
	margin-bottom:10px}

h3, h4, h5, h6 {
	color:#262626}	
	
h4{
	font-size:18px;
	margin-bottom:10px}
	
h5{
	font-size:16px;
	margin:7px 0 5px}
	
h6{
	font-size:14px}

h1 span, h2 span, h3 span ,h4 span, h5 span {
	color:#ae373c}

.post-detail .entry h1 {
	margin:0 0 20px 0;
	padding:0}
	
.post-detail .entry h2 {	
	margin:40px 0 10px;
	font-size:26px}

.post-detail .entry h3 {
	margin:40px 0 10px;
	font-size:23px}

.post-detail .entry h4 {
	margin:30px 0 10px;
	font-size:18px}

.post-detail .entry h5 {
	font-size:16px;
	margin:30px 0 10px;
	font-size:17px}

.post-detail .entry h6 {
	margin:30px 0 10px;
	font-size:14px}

/*----------------------------------------------*/
/* 1.7 Tables */
/*----------------------------------------------*/
table,td,th { vertical-align:middle; text-align:center}
th{ padding:5px; font-size:14px; letter-spacing:1px; border-collapse:collapse}
td{ font-size:13px; padding:5px;  border-collapse:collapse}

/*----------------------------------------------*/
/* 1.8 Images */
/*----------------------------------------------*/
img.alignleft {
	margin:5px 20px 5px 0 !important}
img.alignright {
	margin:5px 0 5px 20px !important}

.entry .col_1_2 img.alignleft {
	margin:3px 15px 3px 0 !important}
.entry .col_1_2 img.alignright {
	margin:3px 0 3px 15px !important}

.entry .col_1_3 img.alignleft {
	margin:2px 10px 2px 0 !important}
.entry .col_1_3 img.alignright {
	margin:2px 0 2px 10px !important}

span.preload.alignleft {
	float:left;
	display: inline-block;
	margin:5px 20px 5px 0 !important}

span.preload.alignright  {
	float:right;
	display: inline-block;
	margin:5px 0 5px 20px !important}

span.preload.aligncentert  {
	float:right;
	display: inline-block;
	margin:5px auto}

.video_frame,.wp-caption,#flickr a img, dl.gallery-item img{ padding:6px;margin:2px}
p.wp-caption-text{
	margin-bottom:0px;
	text-align:center}
	
.wp-caption{
	margin-bottom:10px !important;
	padding-top:10px;
	text-align:center}
	
.image_frame img, img.image_frame {
	background:#fff;
	border:4px solid #ebebeb}

/*----------------------------------------------*/
/* 1.9 Forms */
/*----------------------------------------------*/
fieldset{
	padding:20px;
	border:1px solid #e0e0e0}

form .row {
	padding:5px 0}
	
input[type=text],input[type=password],textarea{
	background: url(images/input_bg.png) 0 0 repeat-x #e5e3eb;
	resize:none;
	font-family:'Lato', Arial, sans-serif;
	font-size:12px;	
	border:none;
	border-right:1px solid #ccccdb;
	border-left:1px solid #ccccdb;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:7px 10px;
	color:#888}

.bot_content input[type=text], .bot_content input[type=password], .bot_content textarea {
	background-color:#fff}

input[type=text],input[type=password] {
	height:20px;
	line-height:20px}

.middle input[type=text], .middle input[type=password], .middle textarea{
	-webkit-box-shadow: 0px 1px 0px 0px #fff;
	-moz-box-shadow: 0px 1px 0px 0px #fff;
	box-shadow: 0px 1px 0px 0px #fff}
	
textarea{
	width:90%;
	font-size:12px;
	background:#fff;
	overflow:auto}
	
input, textarea,input[type="submit"]:focus{
	outline:0 none}
	
input[type="radio"],input[type="checkbox"]{
	margin-right:10px; margin-left:10px}
	
button::-moz-focus-inner {
	border: 0;
	padding: 0}
	
input[type="reset"],input[type="submit"],input[type="button"], button{
	background:url(images/buttons_submit.gif) 0 0 repeat-x;
	border:none;
	color:#424242;
	margin:10px 0;
	outline-width:0;
	padding:0;
	height:32px;
	line-height:30px;
	text-align:left;
	font-family:'Lato', Arial, sans-serif;
	font-size:12px;
	text-shadow:0 1px 1px #fff}	
	
input[type="button"]:hover, input[type="button"]:focus,input[type="reset"]:hover,
input[type="reset"]:focus,input[type="submit"]:hover,input[type="submit"]:focus,
button:hover,button:focus{
	cursor:pointer}

/*----------------------------------------------*/
/* 1.10 Buttons */
/*----------------------------------------------*/
.button_link, .button_link_arrow {
	background:url(images/buttons_link_bg.png) no-repeat scroll right -41px transparent;
	color:#31335a;
	display:inline-block;
	margin:5px 0;
	border:0 none;
	padding:0 20px 0 0;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	text-decoration:none}

.button_link span, .button_link_arrow span {
	background:url(images/buttons_link_bg.png) no-repeat scroll left 0 transparent;
	display:block;
	line-height:33px;
	padding:4px 20px 4px 40px;
	color:#31335a;
	cursor:pointer;
	text-shadow:0 1px 1px #a89acf;
	text-align:center;
	text-transform:uppercase;
	min-width:110px}

.button_link_arrow {
	background-position:right -779px}

.button_link_arrow span {
	background-position:left -738px;
	padding:4px 40px 4px 20px}

/* Color Styled Buttons */
.btn_blue, .btn_blue span {
	background-position:right -123px}
.btn_blue span {
	background-position:left -82px;
	color:#05294e;
	text-shadow:0 1px 1px #75b2ef}

.btn_turquoise {
	background-position:right -205px}
.btn_turquoise span {
	background-position:left -164px;
	color:#043b35;
	text-shadow:0 1px 1px #2fddca}

.btn_green {
	background-position:right -287px}
.btn_green span {
	background-position:left -246px;
	color:#055516;
	text-shadow:0 1px 1px #48e169}

.btn_yellow {
	background-position:right -369px}
.btn_yellow span {
	background-position:left -328px;
	color:#695506;
	text-shadow:0 1px 1px #ffeb31}

.btn_orange {
	background-position:right -451px}
.btn_orange span {
	background-position:left -410px;
	color:#6b3207;
	text-shadow:0 1px 1px #ff8c32}

.btn_red {
	background-position:right -533px}
.btn_red span {
	background-position:left -492px;
	color:#4e0b0b;
	text-shadow:0 1px 1px #fb8181}
	
.btn_pink {
	background-position:right -615px}
.btn_pink span {
	background-position:left -574px;
	color:#842658;
	text-shadow:0 1px 1px #ffbef7}
	
.btn_purple {
	background-position:right -697px}
.btn_purple span {
	background-position:left -656px;
	color:#25105a;
	text-shadow:0 1px 1px #b28bff}

.button_styled {
	display: inline-block;
	margin:5px 1px;
	border:none;
	padding:0 40px;
	font-size:13px;
	line-height:36px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	background:#444444;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow:0 1px 1px #444;
	min-width:95px}

.button_styled span {
	padding:0}

.button_styled:hover, .button_styled:hover span {
	color:#fff}

/*============================================================================================*/
/* 2. SITE STRUCTURE */
/*============================================================================================*/
.body_wrap {
	width:100%}
	
/*----------------------------------------------*/
/* 2.1 Header */
/*----------------------------------------------*/
.header {
	position:relative;
	z-index:2;
	width:100%;
	z-index:20}

.header_highlight {
	background:url(images/header_hightlight.png) center top no-repeat}

.header_bot {
	background:url(images/header_bot_bg.png) 0 321px repeat-x;
	height:442px}

.header_thin .header_bot {
	background:url(images/header_bot_bg.png) 0 148px repeat-x;
	height:152px}

.header .container_12 {
	z-index:2px;
	padding-top:32px;
	z-index:10}

.logo {	
	float:left;
	overflow:hidden;
	background:url(images/logo.png) no-repeat;
	width:200px;
	height:83px}

.logo a {
	display:block;
	height:70px}

.logo h1, .logo strong {
	display:block;
	text-indent:-5000px}

/* topmenu */
.topmenu {
	height:83px;
	width:890px;
	padding:0 25px;
	margin:0 auto;
	background:url(images/topmenu_bg.png) center 0 no-repeat;
	position:relative;
	z-index:30}

.topmenu .dropdown {
	font-family:'Lato', Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:20px;
	text-transform:uppercase;
	color:#fff;	
	z-index:1300;
	margin:0;
	padding:23px 0 0 0;
	float:right}

.topmenu .dropdown li {
	display:block;
	float:left;
	position:relative;
	list-style:none;
	margin:0 17px;
	padding:0}

.topmenu .dropdown li a {
	display:block;
	color:#fff;
	height:20px;
	text-decoration:none;
	text-shadow:0 1px 1px #666}

.topmenu .dropdown li a span {
	display:block}

.topmenu .dropdown li a:hover,
.topmenu .dropdown .current-menu-item a,
.topmenu .dropdown .current-menu-item li a:hover,
.topmenu .dropdown .current-menu-item .current_page_item a,
.topmenu .dropdown .current-menu-ancestor a,
.topmenu .dropdown .current-menu-ancestor a:hover,
.topmenu .dropdown li li.current-menu-ancestor a,
.topmenu .dropdown li .current-menu-ancestor .current-menu-item a,
.topmenu .dropdown .menu-item-home.current-menu-item a, 
.topmenu .dropdown .menu-item-home a:hover{
	color:#cfcee0;
	text-shadow:0 1px 1px #666}

.topmenu .dropdown .current-menu-item ul li a,
.topmenu .dropdown .current-menu-ancestor ul li a,
.topmenu .dropdown .current-menu-ancestor .current-menu-item li a,
.topmenu .dropdown .menu-item-home ul li a,
.topmenu .dropdown .current-menu-ancestor .current-menu-ancestor li a,
.topmenu .dropdown .current-menu-ancestor li .current-menu-item li a,
.topmenu .dropdown .current-menu-ancestor .current-menu-ancestor .current-menu-ancestor li a {
	color:#e1e1e1;
	text-shadow:none}
	
.topmenu .dropdown li ul li a:hover,
.topmenu .dropdown .current-menu-ancestor ul li a:hover,
.topmenu .dropdown .current-menu-ancestor .current-menu-item a,
.topmenu .dropdown .current-menu-ancestor li .current-menu-item a,
.topmenu .dropdown li .current-menu-item a,
.topmenu .dropdown li.parent li a:hover,
.topmenu .dropdown .current-menu-ancestor .current-menu-ancestor a,
.topmenu .dropdown .current-menu-ancestor .current-menu-ancestor .current-menu-ancestor a,
.topmenu .dropdown .current-menu-ancestor .current-menu-ancestor .current-menu-ancestor li a:hover,
.topmenu .dropdown .current-menu-ancestor .current-menu-ancestor .current-menu-ancestor .current-menu-item a{
	color:#d86369;
	text-shadow:0 1px 1px #333}

.topmenu .dropdown li ul,
.topmenu .dropdown li ul li ul,
.topmenu .dropdown li ul li ul li ul {
	display:none;
	text-transform:none}
	
.topmenu .dropdown li ul {
	top: 20px;
	left:-65px;
	z-index: 1308;
	padding:22px 0 0 0;
	margin:0;
	text-shadow:none;
	font-size:12px;
	font-weight:normal}

.topmenu .dropdown li ul li ul {
	padding:0 0 0 3px;	
	z-index: 1309}

.topmenu .dropdown li ul li ul li ul {
	z-index: 1310;
	padding-right:3px}

.topmenu .dropdown li:hover>ul {
	display:block;
	position: absolute;
	width: 182px}

.topmenu .dropdown li:hover>ul li:hover>ul {
	display:block;	
	top:0;
	left:182px !important;
	width: 182px}

.topmenu .dropdown li:hover>ul li:hover>ul li:hover>ul{
	display:block;
	position: absolute;
	left:-182px !important;
	top:-2px !important}

.topmenu .dropdown li ul li.first ul {
	top:7px !important}

.topmenu .dropdown li ul li {
	display:block;
	background:url(images/dropdown_sprite2.png) 0 0 repeat-y;
	width: 182px;
	margin:0;
	height:auto;
	clear:both;
	line-height:1.3em}

.topmenu .dropdown li ul li ul li {
	width: 182px}

.topmenu .dropdown li ul li ul li {
	background:url(images/dropdown_sprite2.png) 0 0 repeat-y}

.topmenu .dropdown li ul li.first {
	background:url(images/dropdown_sprite.png) 0 top no-repeat;
	padding-top:6px}

.topmenu .dropdown li ul li ul li.first {
	background:url(images/dropdown_sprite.png) -364px top no-repeat;
	padding-top:2px}
	
.topmenu .dropdown li ul li.last {
	background:url(images/dropdown_sprite.png) -182px bottom no-repeat;
	padding:0 0 4px 0}

.topmenu .dropdown li ul li ul li.last {
	background:url(images/dropdown_sprite.png) -182px bottom no-repeat}

.topmenu .dropdown li ul li a{
	background:url(images/dropdown_sprite2.png) -182px bottom no-repeat;
	display:block;
	color:#e6e6e6;
	height: auto;
	padding:10px 16px 10px 16px}

.topmenu .dropdown li ul li ul li a,
.topmenu .dropdown li ul li.last li a {
	background:url(images/dropdown_sprite2.png) -182px bottom no-repeat}

.topmenu .dropdown li ul li.last a,
.topmenu .dropdown li ul li ul li.last a {
	background:none}
	
.topmenu .dropdown li a:hover span {
	cursor:pointer}

.topmenu .dropdown .parent li a span,
.topmenu .dropdown .parent li a:hover span  {
	background:none}

.topmenu .dropdown li ul li.parent span,
.topmenu .dropdown li ul li.parent ul li.parent a span {
	background:url(images/dropdown_1_arrow.png) 145px 5px no-repeat;
	padding-right:10px}


.topmenu .dropdown li ul li.parent ul li.parent a span {
	background-position:135px 5px}
	
.topmenu .dropdown li ul li.parent a:hover span {
	background:url(images/dropdown_1_arrow.png) 146px -102px no-repeat}

.topmenu .dropdown li ul li.parent ul li span,
.topmenu .dropdown li ul li.parent ul a:hover span {
	background:none;
	padding-right:0px}

.topmenu .dropdown li ul li ul li.only a{
	background:none;
	border-bottom:1px solid #000}

.topmenu .dropdown li ul li ul li.only,
.topmenu .dropdown li ul li ul li.only a {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px}

/*----------------------------------------------*/
/* 2.2 Header Slider */
/*----------------------------------------------*/
.header_slider {
	width:940px;
	height:327px;
	position:relative;
	padding:0 10px;
	z-index:11}

.header_slider .slides_container {
	width:940px;
	height:327px;
	overflow:hidden;
	position:relative;
	z-index:11}

.header_slider .slide {
	width:940px;
	height:327px;
	display:block;
	position:relative}

.header_slider .slide_image {
	width:442px;
	height:327px;
	float:right}

.header_slider .slide_text {
	position:absolute;
	top:40px;
	left:30px;
	width:560px;
	font-family:'Lato', sans-serif;
	font-weight:bold;
	color:#ffffff;
	text-shadow:0 1px 1px #666;
	font-size:15px;
	line-height:1.7em}

.header_slider .slide_title {
	color:#454773;
	font-size:47px;
	font-family: 'Arizonia', cursive;
	text-shadow:0 1px 1px #c9cbda;
	margin:0 0 12px 0;
	line-height:0.8em}

.header_slider .slide_title strong {
	font-weight:normal}

.header_slider .slide_title a {
	color:#454773}

.header_slider .slide_text .link-more {
	color:#ae373c;
	text-shadow:0 1px 1px #ececec;
	text-transform:uppercase;
	font-size:12px;
	margin-left:5px;
	font-weight:900}

.header_slider .pagination {
	display:block;
	position:absolute;
	bottom:52px;
	left: 10px;
	z-index:12}

.header_slider .pagination li {
	display:block;
	margin:0 4px;
	width:29px;
	height:29px;
	float:left;
	text-align:center;
	font-size:12px;
	font-weight:bold}

.header_slider .pagination li a {
	display:block;
	float:left;
	width:29px;
	height:29px;
	line-height:29px;
	overflow:hidden;	
	background:url(images/slider_pagination.png) 0 0 no-repeat;
	color:#fff}

.header_slider .pagination li.current a {
	background-position:0 -29px;
	color:#51537c}

.header_slider .prev, .header_slider .next {
	display:block;
	position:absolute;
	top:0;
	width:24px;
	height:210px;
	background:url(images/slider_arrows.png) 0 85px no-repeat;
	overflow:hidden;
	text-indent:-500px;
	z-index:2}	

.header_slider .prev {
	left:0}

.header_slider .next {
	right:0;
	background-position:-24px 85px}

.header_slider .prev:hover {
	background-position:-48px 85px}

.header_slider .prev:active {
	background-position:-48px 86px}

.header_slider .next:hover {
	background-position:-72px 85px}

.header_slider .next:active {
	background-position:-72px 86px}

/*----------------------------------------------*/
/* 2.3 Menu Circle Images */
/*----------------------------------------------*/
.header .menu_circle {
	padding-top:34px}
	
.menu_circle ul {
	margin:0;
	padding:0;
	height:366px;
	overflow:hidden;
	width:920px;
	padding: 0 20px 0 20px;
	z-index:1}
	
.menu_circle li {
	display:block;
	float:left;
	width:276px;
	height:366px;
	text-align:center;
	margin:0;
	list-style:none;
	margin:0 15px}

.menu_circle .menu_title {
	height:90px}

.menu_circle .menu_title a {
	color:#ae373c;
	font-size:11px}
	
.menu_circle .menu_title h2 {
	margin:0 0 10px 0;
	font-size:21px;
	color:#454773;
	font-weight:bold}

.menu_circle .circle {
  	width: 262px; 
  	height: 262px;
  	border:7px solid #f5f4f8; 
  	-moz-border-radius: 156px;
  	-webkit-border-radius: 156px; 
  	border-radius: 156px;
  	overflow:hidden;
  	background:transparent no-repeat 0 0;
  	-moz-box-shadow:inset 0px 2px 5px #333;
	-webkit-box-shadow:inset 0px 2px 5px #333;
	box-shadow:inset 0px 2px 5px #333;
	position:relative}

.menu_circle .caption {
	display:block;
	position:relative;
	z-index:2;
	width: 262px; 
  	height: 262px;
  	-moz-border-radius: 156px;
  	-webkit-border-radius: 156px; 
  	border-radius: 156px;
	background:url(images/circle_caption.png) repeat-x;
	background-position:0px 205px;
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	overflow:hidden}

.menu_circle .selected .caption {
	background-position:0px 185px}

.menu_circle .selected .caption span {
	top:210px;
	font-size:16px;
	color:#a0a3bb}

.menu_circle .circle span {
	color:#fff;
	display:block;
	width:200px;
	position:relative;
	top:220px;
	margin:0 auto}

.menu_circle .circle:hover span {
	color:#fff}

.header .menu_circle .caption {
	font-size:14px;
	text-shadow:0 1px 1px #000}

.header .menu_circle .caption:hover span {
	color:#a0a3bb}

/*----------------------------------------------*/
/* 2.4 Bottom Content */
/*----------------------------------------------*/
.bot_content {
	background:#e5e3eb}

.bot_content_inner {
	background:url(images/bot_content_bg.png) 0 0 repeat-x;
	padding:45px 0 40px 0;
	min-height:20px}

.bot_content h3 {
	color:#9ba0c8;
	font-size:15px;
	background:url(images/sprite_2.png) 0 -7px no-repeat;
	padding-left:20px;
	font-weight:bold}
	
/* promo list */
.promo_list {
	position:relative}

.promo_list h3 {
	margin-left:20px}
	
.promo_list .slides_container {
	width:580px;
	margin:0 20px}

.promo_list .slide {
	width:580px}

.promo_list .slide_title {
	color:#454773;
	font-size:37px;
	font-family: 'Arizonia', cursive;
	text-shadow:0 1px 1px #fff;
	line-height:1em;
	margin-left:20px}

.promo_list .slide_title strong {
	font-weight:normal}

.promo_list .slide_title em {
	color:#ae373c}

.promo_list .slide_title span {
	color:#a6abd1}

.promo_list .slide_image {
	width:130px;
	height:110px;
	overflow:hidden;
	float:left;
	margin-right:10px}

.promo_list .slide_text {
	font-style:12px;
	padding-top:10px;
	text-shadow:0 1px 1px #efefef}
	
.promo_list p {
	padding:15px 0 0 0}

.promo_list .link-more {
	color:#ae373c;
	font-weight:bold;
	font-style:11px;
	margin-left:5px}

.promo_list .prev,
.promo_list .next {
	position:absolute;
	top:80px;
	display:block;
	width:10px;
	height:15px;
	overflow:hidden;
	text-indent:-500px;
	background:url(images/slider_arrows_2.png) 0 0 no-repeat}

.promo_list .prev {
	left:0}
.promo_list .next {
	right:0;
	background-position:-10px 0}
.promo_list .prev:hover {
	background-position:0 -15px}
.promo_list .next:hover {
	background-position:-10px -15px}

/*----------------------------------------------*/
/* 2.5 Middle content */
/*----------------------------------------------*/
.middle {
	clear:both;
	position:relative;
	z-index:1}

.middle .container_12 {
	min-height:200px;
	padding:2px 0 50px 0;
	z-index:2}

.full_width .content,
.full_width .post-detail {
	width:960px}
	
.container_12 {
	line-height:1.5em}
	
.container_12 p {
	margin:0 0 18px 0}

.text-block-1 {
	font-family:'Bitter', serif;
	font-size:13px;
	color:#404040;
	padding-top:30px}

.text-block-1 strong span {
	font-size:45px;
	line-height:1em}

.text-block-1 .link-more2 {
	color:#e8b507;
	font-family:'Lato', Arial, sans-serif;
	font-style:italic}

.title_icon {
	min-height:87px;
	margin-bottom:15px}
	
.title_icon img {
	float:right;
	margin-left:20px}

.title_icon h2, .title_icon h3 {
	padding-top:15px}

.title_black {
	color:#1a1a1a;
	text-shadow:1px 1px 1px #fff}

.link_arrow_left, .link_arrow_right, .link-more {
	color:#ae373c;
	font-size:12px;
	font-family:'Lato', Arial, sans-serif;
	font-weight:bold}

.link_arrow_right, 
.content .link-more {
	color:#42b0e3}

/* menu pricelist */
.pricelist {
	width:620px;
	margin:0 auto 20px auto;
	text-align:center}

.pricelist h1 {
	font-size:21px;
	color:#090909;
	font-weight:bold;
	margin-bottom:15px}

.menu_item {
	background:#f0eff2;
	height:60px;
	text-align:left;
	clear:both;
	margin-bottom:10px}

.menu_item .mcol {
	float:left}
	
.m_image {
	margin-right:26px}

.m_name {
	width:390px;
	padding-right:14px}
	
.m_name strong{
	color:#454773;
	font-weight:normal;
	font-size:18px;
	line-height:34px;
	text-transform:uppercase}

.m_name p {
	margin:0}

.m_price_txt {
	width:35px;
	padding-top:33px}

.m_price {
	width:95px;
	font-size:26px;
	color:#090909;
	padding-top:24px;
	line-height:26px;
	text-align:center}
	
.menu_item sup {
	vertical-align: baseline;
	position: relative;
	top: -0.6em;
	font-size:0.6em}
	
/*----------------------------------------------*/
/* 2.6 Sidebar  */
/*----------------------------------------------*/
.content, .sidebar {
	padding-top:15px}
	
.sidebar ul, .sidebar ol {
	margin:0;
	padding:0}

.sidebar ul li {
	list-style:none}

.sidebar_space {
	padding:10px }

.sidebar_baner {
	padding:15px 0}

/*----------------------------------------------*/
/* 2.7 Footer */
/*----------------------------------------------*/
.footer {
	background:url(images/footer_bg.jpg);
	color:#8c8c8c;
	font-size:12px;
	width:100%;
	border-top:1px solid #fff}

.footer_inner {
	background:url(images/footer_bg_top.png) 0 0 repeat-x}

.footer .container_12 {
	padding:40px 0 30px 0;
	width:990px}

.footer a {
	color:#acafce}

.footer a:hover {
	color:#d4d6e7}

.botmenu {
	padding-left:50px}
	
.botmenu li {
	display:inline;
	font-size:12px;
	text-transform:uppercase;
	margin:0 15px 0 0;
	text-shadow:0 1px 1px #222;
	font-weight:bold}

.copyright {
	padding:10px 0 10px 50px;
	color:#000;
	font-style:italic;
	text-shadow:0 1px 1px #777;
	font-size:12px}

.footer ul {
	margin:0;
	padding:0}

.footer ul li {
	list-style:none}
	
.footer .social_facebook,
.footer .social_twitter {
	display:inline-block;
	width:70px;
	height:40px;
	padding:4px 0 0 50px;
	background:url(images/icons/social_footer.png) 0 0 no-repeat;
	overflow:hidden;
	text-shadow:0 1px 1px #222;
	margin-left:15px}

.footer .social_facebook:hover,
.footer .social_twitter:hover {
	color:#d4d6e7}

.footer .social_twitter {
	background-position:0 -54px}

/*============================================================================================*/
/* 3. EXTENDED TYPOGRAPHY and SHORTCODES */
/*============================================================================================*/
/*----------------------------------------------*/
/* 3.1 Typographic Elements  */
/*----------------------------------------------*/
/* Blockquote */
.container_12 blockquote {
	font-family: 'Lato', sans-serif;
	font-style:italic;
	font-weight:bold;
	color:#454773;
	font-size:16px;
	margin:0 0 20px 0}

.container_12 blockquote p {
	margin:0}

/* Columns in Content */
.box_border .col:first-child {
	margin-left:8px}

/* Framed boxes */
.frame_left, .frame_right, .frame_center, .frame_box {
	border:7px solid #efedf2;
	margin:10px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px}

.frame_box {
	display: inline-block}

.frame_left {
	float:left;
	display:block;
	margin:5px 20px 5px 0}
	
.frame_right {
	float:right;
	display:block;
	margin:5px 0 5px 20px}

.frame_center {
	display:block;
	margin:10px auto;
	text-align:center}

/* Quotes */
.quoteBox-big {
	padding:10px;
	box-shadow: 0 0 3px #000; 
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.1); 
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
	background:url(images/icons/icon_quotes.png) 10px 10px no-repeat #fff}

.quoteBox-big .inner {
	padding:5px 0 0 35px}

.quote-title, .quote-author {
	color:#ae373c;
	font-size:12px}

.quote-title{
	margin-bottom: 15px}

.quote-author {
	text-align:right;
	margin:2px 0 5px 0}

.quote-author span {
	color:#ae373c}

.quote-text {
	font-family:'Lato', Georgia, "Times New Roman", Times, serif;
	color:#454773;
	font-size:17px;
	font-style:italic;
	font-weight:normal;
	line-height:1.5em;
	text-shadow:none}

.quoteBox .quote-text {
	color:#f0f0f0;
	padding:20px 30px;
	font-size:18px;
	line-height:1.5em;
	background:#181818;
	font-weight:normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px}

.quoteBox2 .quote-text {
	color:#42b0e3;
	padding:0 10px 0 20px;
	border-left:3px solid #42b0e3}

.quoteBox, .quoteBox2 {
	margin:5px 0 18px 0}
		
.quote_right, .quote_left {
	float:right;
	font-family:'Lato', sans-serif;
	color:#ae373c;
	font-style:italic;
	font-size:20px;
	width:32%;
	padding:2px 0 2px 25px;
	line-height:1.4em;
	text-shadow:1px 1px 1px #fff}

.quote_left {
	float:left;
	padding:5px 40px 5px 0}

.frame_quote {
	background:#e5e3eb}

.frame_quote blockquote .inner {
	padding:15px 20px;
	font-size:17px;
	font-weight:normal}

.code {
	background:#fff;
	width:100%}
	
/* Toggle Contents */
.toggle, h3.toggle {
	cursor:pointer;
	margin:20px 0 10px 0;
	padding:0}

.toggle .ico {
	background:url(images/icons/toggle_icons.png) -18px 0 no-repeat;
	width:11px;
	height:11px;
	font-size:10px;
	display:inline-block;
	margin-left:5px}

.toggle.box .ico {
	width:18px;
	height:19px;
	position:absolute;
	top:9px;
	right:10px}

.toggle.active .ico {
	background:url(images/icons/toggle_icons.png) -18px -19px no-repeat}

.toggle.box .ico {
	background:url(images/icons/toggle_icons.png) 0 0 no-repeat}

.toggle.box.active .ico {
	background:url(images/icons/toggle_icons.png) 0 -19px no-repeat}

.toggle_content {
	line-height:1.6em;
	padding-right:2px;
	font-size:13px}

.toggle_content p, .entry .toggle_content p {
	margin:0 0 10px 0}

.toggle_content .faq_question {
	margin:5px 0 15px 0}

.toggle_content .faq_list {
	margin:10px 0 0 0}

.toggle.box,
h3.toggle.box {
	padding:10px 20px;
	color:#8ea5c4;
	font-size:13px;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	font-family:'Lato', Arial, sans-serif;
	text-shadow:0 1px 1px #fff;
	background:#e9e9e9;
	background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#b3b3b3));
	background: -moz-linear-gradient(top,  #e9e9e9,  #b3b3b3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#b3b3b3');
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #9b9b9b;
	border-left:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
	position:relative;
	margin:20px 0 0 0 !important;
	display:block;
	box-shadow: 0 1px 3px #000; 
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2); 
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2)}

.toggle.box.active {
	-webkit-border-radius: 4px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background:#e7e7e7;
	border-bottom:1px solid #cdcdcd}

.boxed {
	background:#f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f6f6f6,  #f0f0f0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#f0f0f0');
	margin:0;
	border:1px solid #cdcdcd;
	border-top:none;
	padding:20px}

.toggle_content .syntaxhighlighter {
	margin:0}

/*  Dropcaps  */
.dropcap1, .dropcap2 {
	display:block;
	float:left;
	font-size:40px;
	line-height:40px;
	margin:0 10px 0 0}

.dropcap2 {
	font-style:italic}

/*----------------------------------------------*/
/* 3.2 Framed Tabs */
/*----------------------------------------------*/
/* default tabs */
.tabs {
	font-family:'Lato',Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	margin:0;
	padding:0}

.tabs, 
.tabs li, 
.tabs li a {
	height:51px;
	font-size:13px}

.tabs li {
	float:left;
	display:block}

.tabs li a {
	display:block;
	float:left;
	padding:0 25px;
	color:#666;
	text-decoration:none;
	line-height:43px}

.tabs li a:hover {
	color:#000}

.tabs li.current {}

.tabs li.current a {
	color:#000}

.tabcontent {
	clear:both}

/* framed tabs */	
.tabs_framed {
	margin-bottom:20px;
	padding:0}
	
.tabs_framed .tabs {
	margin:0;	
	background:#454773;
	height:52px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px}

.tabs_framed .tabs li {
	float:left;
	display:block;
	list-style:none;
	margin:0 0 0 7px;
	padding:0 10px 0 0;
	height:52px;
	line-height:normal}

.tabs_framed .tabs li a {
	display:block;
	font-size:18px;
	float:left;
	padding:8px 5px 0 15px;
	height:44px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;	
	background:none}

.tabs_framed .tabs li a:hover {
	color:#fff}

.tabs_framed .tabs .current {
	background:url(images/tabs_bg.gif) left -52px repeat-x}

.tabs_framed .tabs .current a, .tabs_framed .tabs .current a:hover {
	color:#000 !important;
	text-shadow:0px 1px 1px #fff}
	
.tabs_framed .tabcontent {
	padding:7px;
	font-size:13px;
	background:#e5e3eb;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px}

.tabs_framed .tabcontent .inner {
	padding:5px 10px;
	background:#fff;
	color:#393939}

.entry .tabcontent h2,
.entry .tabcontent h3,
.entry .tabcontent h4,
.entry .tabcontent h5,
.entry .tabcontent h6 {
	margin:5px 0 10px 0;
	color:#262626}

/* small tabs */
.small_tabs .tabs {
	height:35px}	
	
.small_tabs .tabs li {
	padding:0 10px 0 0;
	height:35px}

.small_tabs .tabs li a {
	font-size:13px;
	padding:3px 0 0 10px;
	height:31px;
	line-height:35px}

/* tf_tabs */
.tf_sidebar_tabs {
	margin:15px 0 25px;
	border:1px solid #eaeaea;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:1px 0}

.tf_sidebar_tabs .tabs {
	height:51px;
	background: url(images/tabs_bg.gif) 0 0 repeat-x}

.tf_sidebar_tabs .tabs li,
.tf_sidebar_tabs .tabs .current,
.sidebar .tf_sidebar_tabs .current,
.sidebar .tf_sidebar_tabs .tabs li {
	background:none;
	padding:0;
	margin:0 !important}

.tf_sidebar_tabs .tabs li a {
	background:url(images/tabs_bg.gif) left -104px no-repeat;
	padding:5px 25px 0 25px;
	height:45px;
	font-size:15px;
	text-transform:none;
	font-weight: normal;
	color:#676aa3;
	text-shadow:0 1px 1px #fff}
	
.sidebar .tf_sidebar_tabs .tabs li a {
	padding:4px 12px 0 }

.tf_sidebar_tabs .tabs li a:hover {
	color:#454773}

.tf_sidebar_tabs .tabs .current,
.sidebar .tf_sidebar_tabs .tabs .current {
	background:#fff}

.tf_sidebar_tabs .tabs .current a {
	color:#454773 !important;
	background:url(images/tabs_bg.gif) left top repeat-y}

.tf_sidebar_tabs .tabs li:first-child a {
	background:none}

/* tabs in sidebar  */
.sidebar .tabs_framed {
	margin:10px 20px 20px 20px;
	border:1px solid #fff}
	
.sidebar .tabs_framed .tabs li {
	margin:0 5px}

.sidebar .tabcontent,
.tf_sidebar_tabs .tabcontent {
	padding:0}

.sidebar .tabcontent .inner {
	padding:10px}
	
/*----------------------------------------------*/
/* 3.3 Custom Lists Styles */
/*----------------------------------------------*/
.entry ul {
	margin:10px 0 10px 20px;
	padding:0}

.entry ul li {
	margin-bottom:10px}

.entry .title_wbg h3 {
	background:#e5e3eb;
	color:#454773;
	font-size:14px;
	font-weight:bold;
	padding:8px 10px 8px 20px;
	margin:10px 0 0 0}

.list_check ul, 
.list_delete ul , 
.list_dots ul{
	margin:0 0 20px 0px}

.list_check li {
	list-style:none;
	background:url(images/icons/icon_check2.png) 0 0 no-repeat;
	margin:0 0 10px 0;
	line-height:25px;
	padding:0 0 0 32px}

.list_delete li {
	list-style:none;
	background:url(images/icons/icon_x2.png) 0 0 no-repeat;
	margin:0 0 10px 0;
	line-height:25px;
	padding:0 0 0 32px}

.list_dots li{
	list-style:none;
	background:url(images/icons/icon_dots.png) 0 16px no-repeat;
	padding:12px 0 12px 20px;
	margin:0 !important;
	color:#595959;
	border-bottom:1px dotted #969696}

/*----------------------------------------------*/
/* 3.4 Slideshow Gallery and Text  */
/*----------------------------------------------*/
.slideshow {
	clear:both;
	margin:10px 0 50px 0;
	position:relative}

.slideshow .slides_container {
	width:578px;
	display:none}

.slideGallery .slides_container .slide {
	height:326px;
	overflow:hidden}

.slideshow .slides_container .slide {
	width:578px;
	display:block}
	
.slideshow .slides_container{
	border:4px solid #ebebeb;
	padding:0;
	background:#fff;
	overflow:hidden}

.entry .slideshow .slides_container img {
	border:none}

.slideshow.slideText .slides_container {
	width:600px}
	
.slideshow.slideText .slides_container .slide{
	padding:10px;
	width:580px}

.slideshow.slideText .slides_container .slide h2 {
	margin:0 0 10px 0}

.slideshow .pagination {
	margin:10px 5px 10px 225px;
	width:120px}

.slideshow .pagination li {
	float:left;
	margin:0 2px;
	list-style:none}

.slideshow .pagination li a {
	display:block;
	width:14px;
	height:0;
	padding-top:14px;
	background-image:url(images/slideshow_pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden}

.slideshow .pagination li.current a {
	background-position:0 -14px}

.content .slideshow .pagination li a {
	background-image:url(images/slideshow_pagination.png);
	width:16px;
	height:0;
	padding-top:16px}

.content .slideshow .pagination li.current a {
	background-position:0 -16px}

/* testimonials slideshow */
.slideshow.slideQuotes,
.entry .slideshow.slideQuotes {
	margin:0 0 50px 0}

.slideshow.slideQuotes h3 {
	font-size:11px;
	text-transform:uppercase;
	color:#42b0e3;
	margin:0 0 10px 0}
	
.slideshow.slideQuotes .slides_container {
	background:url(images/icons/icon_quotes.png) 15px 15px no-repeat #e5e3eb;
	padding:30px 0 10px 50px;
	width:500px;
	margin-bottom:10px;
	border:none;
	box-shadow:none; 
	-moz-box-shadow:none; 
    -webkit-box-shadow:none;
	overflow:hidden}

.slideshow.slideQuotes .slides_container .quote-text {
	font-family:'Lato', Arial, sans-serif;
	font-style:italic;
	font-size:17px;
	color:#454773}

.slideQuotes .slides_container{
	background: none}
	
.slideshow.slideQuotes .slides_container .slide{	
	width:470px}

.slideshow.slideQuotes .prev,
.slideshow.slideQuotes .next {
	background:url(images/arrows_slide.png) 0 0 no-repeat;
	display:block;
	width:9px;
	height:11px;
	overflow:hidden;
	text-indent:-400px;
	float:left;
	margin:1px 5px 0 5px;
	position:relative;
	bottom:0}

.slideshow .link-more {
	position:relative;
	bottom:0;
	float:left;
	color:#ae373c;
	line-height:1em;
	margin:0 3px}

.slideshow .link-more:hover {
	color:#333}

.slideshow.slideQuotes .prev {
	background:url(images/arrows_slide.png) 0 -11px no-repeat}

.slideshow.slideQuotes .prev:hover {
	background-position:-9px -11px}

.slideshow.slideQuotes .next:hover {
	background-position:-9px 0}
	
/*----------------------------------------------*/
/* 3.5 Mini Gallery  */
/*----------------------------------------------*/
.minigallery-list {
	position:relative;
	margin:10px 0}

.minigallery-list ul {
	margin:0;
	padding:0}

.minigallery-list ul li {
	margin:0;
	list-style:none;
	height:116px;
	display:block;
	float:left}
	
.minigallery ul li img,
.entry .minigallery ul li img {
	width:92px!important;
	height:92px;
	background:#d9d9d9;
	padding:4px;
	position:relative;
	z-index:1}

.minigallery.boxed {
	border:1px solid #eae9ef;
	background:#eae9ef;
	padding:20px 15px}

.minigallery.boxed a {
	position:relative;
	display:block}


.minigallery.boxed a img,
.entry .minigallery.boxed a img {
	position:relative;
	z-index:1;
	background:#d9d9d9}
	
.minigallery.boxed a span {
	background:url(images/icons/icon_zoom.png) no-repeat;
	width:39px;
	height:39px;
	position:absolute;
	top:30px;
	left:30px;
	z-index:20;
	display:block;
	visibility:hidden
}

.minigallery.boxed a:hover span {
	visibility:visible}

/*----------------------------------------------*/
/* 3.6 Styled Tables and Boxes */
/*----------------------------------------------*/
.styled_table table,
.sb {
 	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-collapse: collapse;
	margin:10px 0 20px;
	text-shadow:none;
	font-family:'Lato', Arial, sans-serif;
	color:#444}

.styled_table table {
	width:100%;
	border-collapse:separate;
	padding-bottom:1px}

.styled_table table,
.sb {
	border: 1px solid #d1d1d1}

.styled_table.shadow table,
.sb_shadow  {
	box-shadow: 0 0 3px #000; 
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.2); 
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2)}
		
.styled_table table tr th,
.sb .box_title	{
	background:#d2d2d2;
	color:#121212;
	font-size:16px;
	font-weight:normal;
	font-family:'Lato', Arial, sans-serif}
		
.styled_table table tr th, 
.styled_table table tr td	{
	border-top:1px solid #e3e3e3;
	padding:10px 20px;
	text-align:left}

.styled_table table tbody td {
	background:#e5e3eb}

.styled_table table tbody tr.odd td {
	background:#f7f7f9}
		
.styled_table table tr:first-child th{
	border-top: 0}

.table_yellow table,
.sb_yellow {
	border:1px solid #ffd012}
.table_yellow table tr td {
	border-top:1px solid #f7ebb9}
.table_yellow table tr th,
.sb_yellow .box_title {
	background:#ffd012;
	color:#fff}

.table_blue table,
.sb_blue {
	border:1px solid #417cb7}
.table_blue table tr td {
	border-top:1px solid #c9dbee}
.table_blue table tr th,
.sb_blue .box_title {
	background:#417cb7;
	color:#fff}

.table_green table,
.sb_green {
	border:1px solid #9fbf47}
.table_green table tr td {
	border-top:1px solid #d0d0c2}
.table_green table tr th,
.sb_green .box_title {
	background:#9fbf47;
	color:#fff}
	
.table_dark_gray table,
.sb_dark_gray  {
	border:1px solid #363636}
.table_dark_gray table tr td {
	border-top:1px solid #d3d3d3}
.table_dark_gray table tr th,
.sb_dark_gray .box_title {
	background:#252525;
	color:#fff}

.table_orange table,
.sb_orange {
	border:1px solid #ec7319}
.table_orange table tr td {
	border-top:1px solid #f2d7c3}
.table_orange table tr th,
.sb_orange .box_title {
	background:#ec7319;
	color:#fff}

.table_pink table,
.sb_pink {
	border:1px solid #e77db6}
.table_pink table tr td {
	border-top:1px solid #d1b8c9}
.table_pink table tr th,
.sb_pink .box_title {
	background:#e77db6;
	color:#fff}
	
.table_purple table,
.sb_purple {
	border:1px solid #716c97}
.table_purple table tr td {
	border-top:1px solid #bec8d8}
.table_purple table tr th,
.sb_purple .box_title {
	background:#716c97;
	color:#fff}

.table_red table,
.sb_red {
	border:1px solid #a12828}
.table_red table tr td {
	border-top:1px solid #f5dada}
.table_red table tr th,
.sb_red .box_title {
	background:#c84b4f;	
	color:#fff}

/* Styled Boxes */
.sb .box_title {
	padding:10px 20px}

.sb.notitle .box_title {
	display:none}

.sb .box_content {
	padding:15px 20px;
	background:#fff;
	color:#595959;
	margin:1px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px}

/*----------------------------------------------*/
/* 3.7 Text Highlights  */
/*----------------------------------------------*/
.highlight_yellow {
	background:#fcff00}

.highlight_brown {
	background:#6b4119;
	color:#fff}

.highlight_blue {
	background:#215988;
	color:#fff}

.highlight_black {
	background:#353535;
	color:#fff}

.highlight_purple {
	background:#88276a;
	color:#fff}

/*----------------------------------------------*/
/* 3.8 Table Pricing */
/*----------------------------------------------*/	
.pricing_box {
	position:relative;
	margin:40px 0}

.tabcontent .pricing_box {
	margin:10px 0}

.pricing_box ul,
.pricing_box li {
	margin:0;
	padding:0;
	list-style:none}

.pricing_box .price_col {
	width:235px;
	float:left}

.price_col_top {
	height:40px;
	line-height:40px;
	text-align:center;
	font-family:'Lato', Arial, sans-serif;
	color:#fff;
	font-size:15px}

.price_col_head {
	background:url(images/pricing_head.gif) 0 0 repeat-x;
	height:39px;
	line-height:39px;
	border-right:1px solid #cbcbcb;
	border-top:1px solid #cbcbcb;
	font-family:'Lato', Arial, sans-serif;
	font-size:24px;
	text-transform:uppercase;
	padding:10px;
	position:relative}

.price_col.first .price_col_head {
	border-left:1px solid #cbcbcb;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px}

.price_col.last .price_col_head {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px}

.price_col.first .price_col_body {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px}

.price_col.last .price_col_body {
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px}

.price_col_head .price {
	position:absolute;
	top:10px;
	right:10px}

.price_col_body {
	background:#e5e3eb;
	border-right:1px solid #cbcbcb;
	border-bottom:1px solid #cbcbcb;
	padding:0 10px}

.price_col:first-child .price_col_body {
	border-left:1px solid #cbcbcb}

.price_col_body ul li {
	border-bottom:1px solid #cdcdcd;
	padding:10px 0;
	font-size:15px;
	color:#727272;
	font-family:'Lato', Arial, sans-serif;
	text-shadow:0 1px 1px #fff}

.price_col_body ul li.last {
	border-bottom:none}

.price_col_body .txt_small {
	font-size:13px;
	color:#323232}
	
.price_col_foot {
	padding:5px 0;
	text-align:center}

.pricing_box .col_active .price_col_head {
	color:#522109;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px}

.pricing_box .col_active .price_col_body li {
	color:#323232}

.pricing_box .col_active .price_item {
	background:#7d171b;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:3px double #7d171b;
	padding-left:7px;
	padding-right:7px}

.pricing_box .col_active .price_col_body {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px}

.pricing_box .col_active .price_col_top {
	background:#7d171b;
	height:37px;
	line-height:37px;
	text-shadow:0 -1px 1px #000}

.pricing_box .col_active .price_col_foot {
	background:#7d171b}

.pricing_box .button_link span {
	min-width:50px}
		
/*============================================================================================*/
/* 4. EXTENDED ELEMENTS */
/*============================================================================================*/	
/*----------------------------------------------*/
/* 4.1 Newsletter box */
/*----------------------------------------------*/
.newsletterBox {
	padding:0;
	width:300px}

.newsletterBox form {
	padding:0 18px 15px 20px}

.newsletter_text {
	clear:both;
	font-size:13px;
	padding-bottom:15px}

.newsletter_text strong {
	color:#454773}

.newsletterBox .inputField {
	color:#454773;
	float:left;
	width:196px;
	background-color:#fff}

.sidebar .newsletterBox form {
	padding:0 18px 15px 30px}

.sidebar .newsletterBox .inputField {
	width:186px}
	
.content .newsletterBox {
	width:auto}
	
.content .newsletterBox form {
	padding:0 0 15px 0}

.content .newsletter_text {
	color:#888;
	padding:0 20px 7px 0}

.content .newsletterBox .inputField {
	background-color:#e5e3eb}
	
.newsletterBox .btn-arrow{
	border:none;
	background:url(images/sprite_1.png) 0 0 no-repeat;
	width:36px;
	height:34px;
	overflow:hidden;
	text-indent:5000px;
	float:left;
	margin:0 0 0 7px}

.newsletterBox .btn-arrow:active {
	background-position:0 -78px}

/*----------------------------------------------*/
/* 4.2 Advertise Baners  */
/*----------------------------------------------*/
.adv_sidebar_300x250 {
	text-align:center;
	margin:0 0 20px 0}

.adv_head_728x90 {
	text-align:center;
	padding:12px 0 0 0}

.adv_mid_468x60 {
	padding:0 0 30px 0;
	text-align:center}

.adv_sidebar_125x125 .adv_125x125 {
	float:left;
	margin:12px 14px}

/* post list in tabs */
.post_list .odd {
	background:#fff}
	
.post_list {
	padding:0 !important;
	margin:0 !important}	
	
.post_list li {
	list-style:none;
	clear:both;
	padding:10px 12px 10px 18px;
	font-size:13px;
	min-height:55px;
	background:#f2f1f5;
	margin:0 !important}

.post_list li a {
	text-decoration:none;
	color:#454773;
	font-family:'Lato', Arial, sans-serif;
	font-size:14px}

.post_list li a:hover {
	color:#ae373c}

.post_list .date {
	color:#9799c0;
	font-style:italic;
	padding-top:3px;
	font-size:12px;
	line-height:12px;
	font-family:Arial, Helvetica, sans-serif}

.post_list .thumbnail {
	float:right;
	margin-left:10px;
	border:none !important}

/*----------------------------------------------*/
/* 4.3 FaceBook Activity  */
/*----------------------------------------------*/
.fb_container {
	background:#e5e3eb;
	padding:10px 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px}

.fb_title {
	background:url(images/sprite_2.png) 250px -41px #fff no-repeat;
	font-size:22px;
	color:#262626;
	padding:10px 13px;
	height:22px;
	margin:0 0 6px 0}

.fbBox {
	background:#fff}

/*----------------------------------------------*/
/* 4.4 FAQ List */
/*----------------------------------------------*/
.faq_list {
	margin:0 0 10px 0}

.faq_list h2, .faq_list h3,
.payment_box h2, .payment_box h3 {
	font-family:'Lato', Arial, sans-serif;
	margin-bottom:20px;
	font-size:15px;
	color:#323232}

.faq_question {
	font-family:'Lato', Arial, sans-serif;
	margin-bottom:20px;
	font-size:15px}

.faq_q {
	margin:0 2px 0 0;
	color:#ae373c;
	font-weight:bold}

.faq_question.active {
	color:#ae373c}
	
.faq_answer {
	margin:0 0 30px 0}

/*----------------------------------------------*/
/* 4.5 Box with Cursive title */
/*----------------------------------------------*/
.entry .title_cursive h3 {
	font-size:43px;
	color:#454773;
	font-family: 'Arizonia', cursive;
	margin:20px 0 10px 0}
	
.contact-box .box {
	font-size:17px;
	font-style:italic;
	width:270px}

.contact-box .box .inner {
	padding:10px 25px}

.entry .contact-box p {
	margin:15px 0}

.contact-box strong {
	color:#ae373c;
	font-weight:normal}

.contact-box .box span {
	display:inline-block;
	width:60px}
	
/*============================================================================================*/
/* 5. WIDGETS STYLES */
/*============================================================================================*/

/* Sidebar Widget Container  */
.sidebar .box{
	margin:20px 0 0 30px}

.widget-container {
	margin-bottom:30px;
	position:relative}

.sidebar .widget-container,
.content .widget-container {
	margin:0 0 60px 0;
	clear:both;
	line-height:1.4em}

.sidebar .widget-container.last {
	margin:0 0 40px 0}
		
.sidebar .widget-container h3,
.sidebar .widget-container .widget-title,
.post-detail .entry .widget-container h3{
	font-size:15px;
	font-weight:bold;
	color:#333;
	line-height:1.2em;
	text-transform:uppercase;
	text-shadow:0 1px 1px #fff;
	padding:20px 20px 20px 30px;
	margin:0}

.post-detail .entry .widget-container h3 {
	padding:10px 0 10px 0;
	color:#454773}

.sidebar .widget-container ul {
	margin:0}

.sidebar .widget-container li {
	list-style:none;
	margin:0;
	padding:10px 20px}

.sidebar .widget-container li.even {
	background:url(images/sidebar_row_bg.png) center repeat-y}

.sidebar .widget-container li ul {
	padding-left:5px}
	
.sidebar .widget-container li li {
	background:url(images/sidebar_sub.gif) 2px 10px no-repeat}

.sidebar .widget-container li a {
	color:#404040;
	font-family:'Lato', Arial, sans-serif;
	font-size:14px}

.sidebar .widget-container li a:hover,
.sidebar .widget-container .current-menu-item a,
.sidebar .widget-container .current_page_item a{
	color:#ae373c}

.sidebar .widget-container ul li ul{
	margin:10px 0 0 0}

.sidebar .widget-container ul li ul li {
	padding-left:15px;
	margin-bottom:7px}

/* widget_recent_comments */
/* widget_recent_entries */
.widget_recent_comments li,
.widget_recent_entries li {
	display:block;
	padding:10px 20px 10px 30px}

.widget_recent_comments li a,
.widget_recent_entries li a {
	background:url(images/sprite_2.png) 0 -146px no-repeat;
	display:block;
	padding-left:25px}
	
.sidebar .comment-meta {
	text-align:right;
	color:#ae373c;
	height:25px;
	line-height:25px;
	padding-left:25px}

.sidebar .comment-meta .author{
	float:left}

.sidebar .comment-meta .link-more {
	display:inline-block;
	width:25px;
	height:25px;
	background:url(images/sprite_2.png) 0 -103px no-repeat;
	overflow:hidden;
	text-indent:200px}

.sidebar .comment-meta a {
	color:#ae373c !important;
	font-style:normal;
	background:none;
	padding:0;
	display:inline}

/* Widget Twitter  */
.widget_twitter .tweet_image {
	float:left;
	width:30px;
	height:30px;
	margin-right:10px}

.widget_twitter .tweet_image img {
	width:30px;
	height:30px}
	
.widget_twitter .tweet_item {
	clear:both}

.widget_twitter .tweet_text {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size:14px;
	float:left;
	width:210px}

.widget_twitter .tweet_text .inner{
	line-height:1.3em;
	background:none}

.sidebar .widget_twitter .tweet_item {
	padding:15px 20px 15px 30px}

.sidebar .widget_twitter .tweet_item.even {
	background:url(images/sidebar_row_bg.png) center repeat-y}
		
.sidebar .widget_twitter .tweet_text {
	color:#404040;
	width:210px}

.widget_twitter .tweet_item a {
	color:#ae373c}

/* Widget Calendar  */
.widget_calendar table {border-collapse: collapse; border-spacing:0; width:99%; padding:2px 0; margin:5px 2px; background:url(images/sidebar_row_bg.png) center repeat-y; border:1px solid #d1ceda}
.widget_calendar table th{border:1px solid #d1ceda; font-size:13px; color:#454773}
.widget_calendar table td{color:#454773;border:1px solid #d1ceda}
.widget_calendar table a { color:#ae373c; font-size:13px}
.widget_calendar table a:hover { background:#ae373c; color:#fff}
.widget_calendar table tfoot td { border:none}
.widget_calendar #today { background:#fff; font-weight:bold}
.widget_calendar table caption {
	font-size:15px;
	line-height:18px;
	padding:0 0 10px 20px;
	font-weight:bold;
	text-align:left;
	text-shadow:0 1px 1px #fff;
	color:#333}

.sidebar .widget_calendar {
	border:none;
	padding-left:20px;
	padding-right:20px}

/* widget_search */	
.widget_search {
	width:284px;
	padding:20px 0}
	
.widget_search label {
	display:none}

.widget_search form {
	height:28px;
	padding:0;
	position:relative}

.widget_search cite {
	display:none}
	
.widget_search .inputField {
	color:#454773;
	float:left;
	width:206px;
	padding-right:40px}

.sidebar .widget_search {
	margin-bottom:40px}
	
.sidebar .widget_search form {
	padding:20px 0 0 30px}
	
.sidebar .widget_search .inputField {
	background-color:#fff;
	width:186px}

.widget_search .btn-arrow{
	border:none;
	background:url(images/sprite_1.png) -223px 0 no-repeat;
	width:35px;
	height:33px;
	overflow:hidden;
	text-indent:5000px;
	float:left;
	margin:3px 0 0 -35px}

.widget_search .btn-arrow:active {
	background-position:-223px -78px}

/* widget_archive, widget_categories, widget_links, widget_meta, widget_pages, widget_nav_menu  */
.sidebar .widget_links ul,
.sidebar .widget_categories ul,
.sidebar .widget_meta ul,
.sidebar .widget_pages ul,
.sidebar .widget_nav_menu ul,
.sidebar .widget_archive ul{
	margin:0;
	padding:0}

.sidebar .widget_links li,
.sidebar .widget_categories li,
.sidebar .widget_meta li,
.sidebar .widget_pages li,
.sidebar .widget_nav_menu li,
.sidebar .widget_archive li {
	padding:10px 15px;
	margin:0}

.sidebar .widget_links li a,
.sidebar .widget_categories li a,
.sidebar .widget_meta li a,
.sidebar .widget_pages li a,
.sidebar .widget_nav_menu li a,
.sidebar .widget_archive li a {	
	display:inline-block;
	padding:0 0 0 18px;
	font-size:15px;
	color:#454773;
	text-shadow:0 1px 1px #fff;
	font-weight:bold}

.sidebar .widget_links li a:hover,
.sidebar .widget_categories li a:hover,
.sidebar .widget_meta li a:hover,
.sidebar .widget_pages li a:hover,
.sidebar .widget_nav_menu li a:hover,
.sidebar .widget_archive li a:hover,
.sidebar .widget-container li.current-menu-item a,
.sidebar .widget-container li.current_page_item a,
.sidebar .widget-container.widget_categories li li a:hover,
.sidebar .widget-container.widget_links li li a:hover,
.sidebar .widget-container.widget_meta li li a:hover,
.sidebar .widget-container.widget_pages li li a:hover,
.sidebar .widget-container.widget_nav_menu li li a:hover,
.sidebar .widget-container.widget_archive li li a:hover{
	color:#ae373c}

.sidebar .widget-container.widget_categories ul ul,
.sidebar .widget-container.widget_links ul ul,
.sidebar .widget-container.widget_meta ul ul,
.sidebar .widget-container.widget_pages ul ul,
.sidebar .widget-container.widget_nav_menu ul ul,
.sidebar .widget-container.widget_archive ul ul {
	padding:0 0 0 5px}

.sidebar .widget-container.widget_categories li li,
.sidebar .widget-container.widget_links li li,
.sidebar .widget-container.widget_meta li li,
.sidebar .widget-container.widget_pages li li,
.sidebar .widget-container.widget_nav_menu li li,
.sidebar .widget-container.widget_archive li li {
	margin:0;
	padding:5px 0 5px 15px;
	background:none;
	border:none}

.sidebar .widget-container.widget_categories li li a,
.sidebar .widget-container.widget_links li li a,
.sidebar .widget-container.widget_meta li li a,
.sidebar .widget-container.widget_pages li li a,
.sidebar .widget-container.widget_nav_menu li li a,
.sidebar .widget-container.widget_archive li li a {
	background:url(images/comments_sub.gif) 5px 2px no-repeat;
	padding-left:22px;
	color:#555;
	font-weight:normal;
	font-size:14px}

.sidebar .widget-container.widget_categories li li li,
.sidebar .widget-container.widget_links li li li,
.sidebar .widget-container.widget_meta li li li,
.sidebar .widget-container.widget_pages li li li,
.sidebar .widget-container.widget_nav_menu li li li,
.sidebar .widget-container.widget_archive li li li {
	background:none;
	padding:5px 0 5px 20px}

/* widget nav menu */

/* Widget Contact Info  */
.sidebar .widget-container.widget_contact {
	padding:30px 10px 0 10px}

.widget_contact .contact-address  {
	padding:0 30px 0 30px;
	color:#404040;
	text-align:center}

.widget_contact .contact-address .link-more {
	font-size:11px;
	text-transform:uppercase;
	color:#ae373c}

.widget_contact .contact-address  strong {
	 color:#9092ad}
	
.widget_contact .contact-map {
  	width: 262px; 
  	height: 262px;
	margin:10px auto;
  	border:7px solid #d3d0db; 
  	-moz-border-radius: 156px;
  	-webkit-border-radius: 156px; 
  	border-radius: 156px;
  	overflow:hidden;
  	background:transparent no-repeat 0 0;
  	-moz-box-shadow:inset 0px 2px 5px #999;
	-webkit-box-shadow:inset 0px 2px 5px #999;
	box-shadow:inset 0px 2px 5px #999;
	position:relative}

.contact-social {
	padding:10px 20px 0 30px}

.contact-social .row {
	clear:both;
	margin:10px 0;
	height:24px;
	line-height:24px;
	padding-left:34px;
	font-size:15px;
	font-weight:normal}

.contact-social .row a {
	color:#404040;
	text-decoration:none}

.contact-social .row a:hover {
	color:#ae373c}

.social-mail {
	background:url(images/icons/contact_social.png) 0 0 no-repeat}

.social-twitter {
	background:url(images/icons/contact_social.png) 0 -24px no-repeat}

.social-skype {
	background:url(images/icons/contact_social.png) 0 -48px no-repeat}

.social-facebook {
	background:url(images/icons/contact_social.png) 0 -72px no-repeat}

.social-flickr {
	background:url(images/icons/contact_social.png) 0 -96px no-repeat}

/* widget text */
.sidebar .widget_text .textwidget {
	line-height:1.5em;
	padding:0 30px 10px 30px;
	color:#626568}

.sidebar .widget_text .textwidget p {
	margin-bottom:15px}

.sidebar .widget_text .textwidget strong {
	color:#444}

/* widget tag cloud */	
.sidebar .widget_tag_cloud .tagcloud {
	line-height:1.7em;
	padding:15px 20px 15px 30px}
	
.sidebar .widget_tag_cloud .tagcloud a {
	color:#454773}

.sidebar .widget_tag_cloud .tagcloud a:hover {
	color:#ae373c}

/* Twitter  widget */
.twitter ul {
	margin:15px 0;
	padding:0}

.twitter li {
	background:url(images/icons/icon_twitter.png) 0 0 no-repeat;
	padding-left:32px;
	list-style:none;
	margin-bottom:15px !important;
	color:#4c4c4c;
	font-family:'Lato', Arial, sans-serif;
	font-style:italic;
	font-size:16px;
	min-height:24px}

.twitter li a {
	text-decoration:none}

.sidebar .twitter h3 {
	padding-left:30px}

.twitter li a {
	text-decoration:none}

.sidebar .twitter h3 {
	padding-left:30px}

.sidebar .widget {
	margin-bottom:30px}

/* Flickr  widget */
.flickr .flickr_badge_image {
	margin:4px 18px 4px 0;
	list-style:none;
	display:block;
	float:left}

.flickr li img {
	width:100px !important;
	height:100px}

.sidebar .flickr_text {
	color:#777b7f;
	font-size:14px;
	padding:0 20px 0 30px}

.sidebar .flickr {
	padding:0 0 0 30px}

.sidebar .flickr .flickr_badge_image{
	float:left;
	margin:10px 18px 0 0}

.sidebar .flickr .flickr_badge_image img{
	width:66px;
	height:66px;
	border-bottom:2px solid #454773}

/* Popular/Recent Posts widget */
.widget_recent_posts ul, 
.widget_popular_posts ul {
	margin:10px 0;
	padding:0}

.widget_recent_posts ul li,
.widget_popular_posts ul li {
	list-style:none;
	clear:both;
	margin-bottom:40px;
	margin-top:20px}

.footer .widget_recent_posts ul li,
.footer .widget_popular_posts ul li {
	margin-bottom:10px}

.widget_recent_posts .post-meta,
.widget_popular_posts .post-meta  {
	font-family:'Lato', Arial, Helvetica, sans-serif;
	padding:10px 0 5px 0;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#a6a3a3;
	margin:0}

.widget_recent_posts .post-meta a,
.widget_popular_posts .post-meta a {
	color:#ae373c;
	font-style:normal;
	text-decoration:none;
	font-size:14px}

.widget_recent_posts .post-meta .link-comments,
.widget_popular_posts .post-meta .link-comments {
	color:#454773}

.widget_recent_posts ul li img,
.widget_popular_posts ul li img {
	width:75px;
	height:75px;
	float:left;
	margin:2px 10px 0 0;
	border:none !important}

.widget_recent_posts ul li .post-title,
.widget_popular_posts ul li .post-title {
	color:#333;
	font-size:16px;
	margin-bottom:5px}

.widget_recent_posts ul li .post-title:hover,
.widget_popular_posts ul li .post-title:hover {
	color:#ae373c} 

.widget_recent_posts .date,
.widget_popular_posts .date {
	color:#999;
	padding-top:3px;
	font-size:12px;
	line-height:12px}
	
.extras {
	line-height:1.4em;
	padding-top:5px;
	padding-bottom:7px}

.content .link-arrow {
	clear:both;
	background:url(images/sprite_2.png) right -385px no-repeat;
	padding-right:20px;
	color:#ae373c;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold}

.separator {
	margin:0 5px;
	color:#cfcfcf}

/* Login Form widget */
.widget_login {
	width:260px}

.widget_login h3 {
	margin-top:10px}

.content .widget_login form {
	background:#e5e3eb;
	padding:10px 15px 10px 15px}

.widget_login input {
	width:200px;
	font-size:13px;
	color:#555;}

.widget_login input.input {
	background-color:#fff}

.widget_login form label {
	font-family:'Lato', Arial, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	color:#454773}

.widget_login p {
	margin:0 0 15px 0 !important}

.sidebar .widget_login {
	width:280px}	

.sidebar .widget_login form {
	margin-left:20px;
	padding:10px 15px 10px 15px;
	border:2px solid #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px}
	
.sidebar .widget_login input {
	width:200px}

.widget_login .forgetmenot {
	font-size:12px;
	line-height:1.2em;
	float:left;
	display:block}

.widget_login .forgetmenot input {
	margin:0 3px 0 0;
	float:left;
	border:none ;
	width:auto !important;
	padding:0 !important}

.widget_login .submit {
	margin:0 !important;
	clear:both}
	
.widget_login .submit .btn-submit {
	display:block;
	background:url(images/sprite_1.png) -36px 0 no-repeat;
	width:186px;
	height:39px;
	text-align:center;
	padding:0;
	color:#31335a;
	text-shadow:0 1px 1px #a296c5;
	font-size:15px;
	text-transform:uppercase;
	font-weight:900;
	line-height:39px;
	border:none;
	overflow:hidden}
	
.widget_login .submit .btn-submit:active {
	background-position:-36px -78px}
	
.widget_login .forget_password {
	display:block;
	float:left;
	padding-left:15px;
	line-height:14px}
	
.widget_login .forget_password a {
	color:#7a7784;
	font-size:13px}

.widget_login .forget_password a:hover {
	color:#ae373c} 
	
/*============================================================================================*/
/* 6. POSTS */
/*============================================================================================*/
/*----------------------------------------------*/
/* 6.1 Blog post list  */
/*----------------------------------------------*/
.post-item {
	clear:both;
	padding:0 0 30px 0;
	margin-bottom:30px}
	
.post-item .post-image {
	width:219px;
	float:left;
	margin-right:20px;
	overflow:hidden}

.post-item .post-title {
	padding-bottom:10px}

.post-item h2,
.post-item h1 {
	line-height:1.2em;
	font-size:27px;
	color:#bfbfbf;	
	margin:0 0 10px 0}

.page-title h1 {
	color:#262626;
	font-size:27px;
	line-height:1.1em}

.post-item h2 a  {
	color:#262626;
	text-decoration:none}

.post-item h2 a:hover {
	color:#ae373c}
	
.post-item .post-short {
	margin-bottom:10px}

.post-item .post-descr p {
	margin:0 0 10px 0}

.post-meta-top {
	text-align:right;
	color:#454773;
	font-style:italic}

.post-meta-top .meta-date {
	float:left;
	line-height:33px}

.post-meta-top a {
	color:#454773}

.post-meta-top a:hover {
	color:#ae373c}

.post-meta-top .link-comments {
	background:url(images/sprite_1.png) -332px -39px no-repeat;
	display:inline-block;
	width:38px;
	height:33px;
	text-align:center;
	font-weight:bold !important;
	font-style:normal;
	font-size:13px;
	color:#454773;
	text-shadow:0 1px 1px #fff;
	line-height:30px;
	text-decoration:none;
	margin-right:8px}

.post-meta-bot {
	text-align:left;
	font-size:14px;
	font-style:italic}

.post-meta-bot .meta-author,
.post-meta-bot .meta-author a {
	color:#ae373c}

.post-item .post-meta-bot .link-more {
	float:right;
	color:#ae373c;
	font-size:14px}

.post-item .post-meta-bot a:hover {
	color:#000}

.entry {
	color:#404040;
	padding:5px 0 5px 0;
	line-height:1.6em}

.post-item .entry,
.post-detail .entry {
	font-size:14px;
	padding:5px 0 0 0 }

.grid_8 .entry img {
	max-width:618px}
	
.grid_8 .entry .gmnoprint img,
.grid_8 .entry .map img  {
	max-width:none}

.entry p {
	margin:5px 0 18px 0}

.entry a {
	color:#7579cf}
	
.entry a:hover {
	color:#ae373c}

/* post details */
.post-detail h1 {
	font-size:29px;
	line-height:1.3em;
	margin-bottom:5px}

.post-detail .entry {
	color:#404040;
	padding-top:10px}

.path {
	padding-bottom:40px}
	
.link-back {
	font-style:italic;
	color:#454773;
	text-decoration:underline;
	font-size:14px}
	
.link-back:hover {
	color:#ae373c}

/* post share */
.block_hr.post-share .inner {
	text-align:left;
	color:#000}
	
.sidebar .post-share {
	margin-left:20px}

.post-share a {
	margin-right:5px}

.post-share p {
	margin:5px 0}

.link-comments {
	color:#42b0e3;
	font-size:11px;
	text-decoration:underline}

.link-comments:hover {
	text-decoration:none}
	
/*----------------------------------------------*/
/* 6.2 Pagination and Navigation */
/*----------------------------------------------*/
/* posts navigation */
.tf_pagination {
	font-size:16px;
	font-weight:bold;
	position:relative;
	padding:40px 0;
	clear:both;
	margin:20px 0;
	text-align:center;
	color:#454773;
	font-family:'Lato', Arial, sans-serif;
	font-size:16px;
	line-height:32px;
	min-height:10px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	position:relative}
	
.tf_pagination .page-numbers {	
	margin:0 10px;
	color:#454773;
	display:inline-block}

.tf_pagination .page-numbers:hover {
	color:#ae373c}

.tf_pagination .page_current {
	color:#ae373c}
	
.tf_pagination .page_prev,
.tf_pagination .page_next {
	position:absolute;
	top:40px;
	right:0;
	display:block;
	width:84px;
	height:34px;
	overflow:hidden;
	text-align:center;
	background:url(images/sprite_1.png) -260px 0 no-repeat;
	font-size:12px;
	font-weight:bold;
	color:#31335a;
	text-shadow:0 1px 1px #a296c5}

.tf_pagination .page_prev {
	left:0}

.tf_pagination .page_prev:active,
.tf_pagination .page_next:active {
	background-position:-260px -78px}

/*----------------------------------------------*/
/* 6.3 Author description */
/*----------------------------------------------*/
.author-box {
	clear:both;
	margin:20px 0}

.author-box h3 {
	font-size:23px}
	
.author-description {
	background:#e5e3eb;
	padding:20px 15px 10px 15px}

.author-image {
	float:left;
	width:110px;
	height:110px;
	margin-right:20px}

.author-image img {
	width:100px;
	height:100px;
	border:4px solid #fff !important}

.author-text {
	float:left;
	width:460px;
	color:#4c4c4c}	

.author-text p {
	margin-bottom:10px}

.author-text h4,
.entry .author-text h4 {
	color:#ae373c;
	font-size:15px;
	text-transform:uppercase;
	margin:0 0 10px 0!important}

.author-contact {
	color:#454773;
	line-height:25px;
	font-size:12px;
	font-weight:bold}

.author-contact label {
	display:inline-block;
	float:left;
	margin-right:10px;
	font-weight:bold}

.author-contact img,
.entry .author-contact img  {
	margin:0 1px;
	border:none}

/*----------------------------------------------*/
/* 6.4 Comment list */
/*----------------------------------------------*/
.comment-list {
	margin-top:20px;
	position:relative;
	padding:20px 0 10px 0}

.link-addcomment {
	position:absolute;
	right:0;
	top:25px;
	color:#ae373c;
	font-size:13px;
	text-decoration:underline;
	display:inline-block}

.link-addcomment:hover {
	color:#000}

.comment-list ol, .comment-list ul {
	margin:0;
	padding:0}

.comment-list ol {
	border-bottom:1px solid #e8e8e8;
	margin-bottom:20px;
	padding-bottom:10px}

.comment-list ol li:first-child {
	border:none}
	
.comment-list ul li,
.comment-list ol li,
.comment-list ol li ul li:first-child {
	margin:10px 0 0 0;
	list-style:none;
	border-top:1px solid #e8e8e8}
		
.comment {
	clear:both;
	display:block;
	min-height:25px;
	padding:0;
	color:#404040}
	
.comment-body {
	padding:20px 0}
	
.avatar {
	width:50px;
	height:50px;
	float:left;
	margin-right:20px}

.avatar img {
	width:48px;
	height:48px;
	margin-top:5px}

.avatar img {
	border-right:1px solid #d1d0cc;
	border-bottom:1px solid #d1d0cc}

.comment-text {
	float:left;
	width:530px}

.comment-text a {
	text-decoration:underline}
	
.comment-author {
	color:#454773;
	font-size:14px;
	padding-bottom:5px}

.comment-author .link-author {
	color:#454773;
	padding-bottom:3px;
	font-size:14px;
	text-decoration:underline}

.comment-date {
	color:#454773;
	margin-left:5px}

.comment-entry .link-reply {
	margin-left:5px}

.comment-entry {
	padding-top:5px;
	font-size:13px;

	line-height:1.5em;
	color:#404040}

.children li {
	background:url(images/comments_sub.gif) 35px 47px no-repeat;
	padding-left:70px}

.children .comment-text {
	width:460px}

.children .children .comment-text {
	width:390px}

.add-comment {
	position:relative}

.comment-list h2, .add-comment h3 {
	font-size:23px}

.link-top {
	position:absolute;
	top:0px;
	right:10px;
	text-decoration:underline;
	font-weight:bold}

/*----------------------------------------------*/
/* 6.4 Comment form / Contact form */
/*----------------------------------------------*/
.comment-form {
	padding:15px 0}

.comment-form .row {
	padding:7px 0;
	clear:both}

.comment-form .row label {
	color:#454773;
	font-size:13px;
	display:block;
	float:left;
	line-height:34px;
	width:75px;
	padding-right:10px;
	text-align:right;
	margin:5px 0;
	font-style:italic}

.comment-form .inputtext, .comment-form .textarea {
	font-size:13px;
	color:#777;
	border-left:1px solid #ccccdb;
	border-right:1px solid #ccccdb;
	border-top:none;
	background:url(images/input_bg.png) 0 0 repeat-x #e5e3eb;
	width:295px;
	margin:5px 0;
	padding-top:10px;
	height:17px}

.comment-form .inputtext {
	margin-right:20px}

.comment-form .textarea {
	width:295px;
	height:130px;
	padding:10px;
	overflow:auto}

.field-notice {
	display:block;
	padding:0 0 0 85px;
	color:#a2a2a2;
	font-size:12px;
	font-style:italic}

.btn-submit, 
.contact-form .btn-submit,
.comment-form .btn-submit {
	background:url(images/sprite_1.png) -36px 0 no-repeat;
	width:186px;
	height:39px;
	text-align:center;
	padding:0;
	color:#31335a;
	text-shadow:0 1px 1px #a296c5;
	font-size:15px;
	text-transform:uppercase;
	font-weight:900;
	line-height:39px;
	border:none;
	overflow:hidden}
	
.contact-form .btn-submit:active,
.comment-form .btn-submit:active {
	background:url(images/sprite_1.png) -36px -78px no-repeat}

.contact-form .row {
	padding:15px 0}

.contact-form .comment-form .row label {
	width:110px;
	padding-right:10px;
	text-align:left}

.contact-form .field-notice {
	line-height:39px}

.contact-form .inputtext, .contact-form .textarea {
	float:left;
	width:370px}

.contact-form .textarea {
	width:370px}

.link-reset {
	font-style:italic;
	color:#a2a2a2;
	font-size:12px;
	margin-left:225px}

.link-reset:hover {
	color:#ae373c}

/*============================================================================================*/
/* 7. GALLERIES LAYOUT */
/*============================================================================================*/

.gl_col_3 h1 {
	margin:18px 0 20px 20px}

/* One Column with sidebar  */
.gallery-list {
	clear:both;
	margin:0 auto}

.gallery-list .gallery-item-name {
	height:60px}

.gallery-list .gallery-item-name h2{
	font-size:20px;
	margin:0;
	padding:0;
	color:#313131;
	line-height:1.3em}

.gallery-list .gallery-item-name h2 a {
	text-decoration:none;
	color:#313131}
	
.gallery-item a {
	color:#11b1df}
	
.gallery-item-name h2 a:hover{
	color:#ae373c}

.gallery-list .gallery-image {
	position:relative;
	width:256px;
	height:150px;
	margin:0 0 10px 0;
	background:#fff}
	
.gallery-list .gallery-author {
	font-size:13px;
	font-style:italic;
	color:#4c4c4c}

.gallery-list .gallery-author a {
	color:#ae373c}

.gallery-list .gallery-text{
	float:none;
	clear:both;
	color:#4c4c4c;
	font-size:14px;
	padding:0 10px;
	line-height:1.5em}

.gallery-more a {
	font-size:12px;
	text-transform:uppercase;
	color:#ae373c;
	font-weight:bold}
	
.hidden {
	display:none}

.nomargin {
	margin-right:0;
	margin-left:0}

/* Two and Three columns  */
.gl_col_2 .gallery-item,
.gl_col_3 .gallery-item {
	margin:40px 20px 40px 20px;
	width:260px;
	height:380px;
	float:left}

.gl_col_2 .gallery-item {
	margin:40px 40px 30px 0}

.gl_col_2 .gallery-image img,
.gl_col_3 .gallery-image img {
	width:260px;
	height:150px}

.gl_col_2 .gallery-item-name h2,
.gl_col_3 .gallery-item-name h2 {
	font-size:19px;
	font-weight:normal}

.gl_col_2 .gallery-description,
.gl_col_3 .gallery-description {
	margin:10px 0 10px 0}
