/*
Theme Name: Dolce
Theme URI: http://www.cssigniter.com/ignite/themes/dolce
Author: the CSSIgniter team
Author URI: http://www.cssigniter.com/
Description: Magazine/Blog Theme for WordPress
Version: 1.1
License: GNU General Public License
*/


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
body {
	line-height: 1; }
ol, ul {
	list-style: none; }
blockquote, q {
	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }
table {
	border-collapse: collapse;
	border-spacing: 0; }


/* #Basic Styles
================================================== */
body {
	background: #fff;
	font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

a, a:visited, a:active { text-decoration: none;}
a:hover { text-decoration: underline;}



/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #181818;
	font-family: "Georgia", "Times New Roman", serif;
	font-weight: normal; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
h5 { font-size: 17px; line-height: 24px; }
h6 { font-size: 14px; line-height: 21px; }
.subheader { color: #777; }

p { margin: 0 0 20px 0; }
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #777;  }

em { font-style: italic; }
strong { font-weight: bold; color: #333; }
small { font-size: 80%; }

/*	Blockquotes  */
blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
a:hover, a:focus { color: #000; }
p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
li { line-height: 18px; margin-bottom: 12px; }
ul.large li { line-height: 21px; }
li p { line-height: 21px; }

/* #Images
================================================== */

img.scale-with-grid {
	max-width: 100%;
	height: auto; }



/* #Forms
================================================== */

form {
	margin-bottom: 20px; }
fieldset {
	margin-bottom: 20px; }

textarea,
select {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777;
	margin: 0;
	width: 210px;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	background: #fff; }
select {
	padding: 0; }

/*
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid #aaa;
	 color: #444;
	 -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2); }
	*/
textarea {
	min-height: 60px; }
label,
legend {
	display: block;
	font-weight: bold;
	font-size: 13px;  }
select {
	width: 220px; }
input[type="checkbox"] {
	display: inline; }
label span,
legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444; }

/* #Misc
================================================== */
.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }


/* #Buttons
================================================== */

.button,
button{
	background: #eee; /* Old browsers */
	background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
	background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
	background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
	background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
	background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
	background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	border: 1px solid #aaa;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #444;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	cursor: pointer;
	margin-bottom: 20px;
	line-height: normal;
	padding: 8px 10px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.button:hover,
button:hover{
	color: #222;
	background: #ddd; /* Old browsers */
	background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
	background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
	background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
	background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
	background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
	background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	border: 1px solid #888;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa; }

.button:active,
button:active{
	border: 1px solid #666;
	background: #ccc; /* Old browsers */
	background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
	background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
	background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
	background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
	background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
	background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center; }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* Global
================================================== */
body {background-color: #f0f0f0; font: 16px/21px Georgia, "Times New Roman", Times, serif; color: #000;}

/* Typography
================================================== */
/* Headers */
h1,h2,h3,h4,h5,h6 {font-family: 'Prata', serif;}
h1 {font-size: 60px; line-height: 21px;}
h2 {font-size: 28px; line-height: 36px; margin-bottom: 0;}
h3 {font-size: 16px; line-height: 21px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}

/* Lists */
ul, ol {list-style: outside; margin-left: 20px;}
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
ul.large li { line-height: 21px; }
li p { line-height: 21px; }

/* Content */
.p {font: normal 16px/26px Georgia, "Times New Roman", Times, serif; color: #000;}

/* Forms & Fields */
input[type="text"], input[type="text"], textarea {background-color: #f3f3f3; border: 1px solid #e7e7e7; color: #929292; font-size: 13px; padding-left: 10px; padding-right: 10px; height: 27px;}
input[type="submit"], .gform_wrapper input[type=submit] {background: none; border: none; margin: 0;  color: #FFFFFF; font-family: 'Prata',serif; font-size: 12px !important; padding: 10px 20px 6px 20px; text-transform: uppercase; cursor: pointer;}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus { }
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium { width: 70% !important; }
/* Layout
================================================== */


/* Styling
================================================== */

/* tables */
table {
    border-color: #CCCCCC -moz-use-text-color #CCCCCC #CCCCCC;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    width: 100%;
	margin-bottom: 60px;
}
table caption {
    font-weight: bold;
}
th, td {
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 8px;
}
th {
    font-weight: bold;
    text-align: center;
}
tr:nth-child(2n+1) td {
    background: none repeat scroll 0 0 #F0F0F0;
}


.container.wrapper
{
	background-color: #FFF;
	-moz-box-shadow: 0 0 10px rgba(68,68,68,0.6);
	-webkit-box-shadow: 0 0 10px rgba(68,68,68,0.6);
	box-shadow: 0 0 10px rgba(68,68,68,0.6);
}

/* Styling - Header
================================================== */
/* .header {margin-bottom: 45px;} */
.header {margin-bottom: 20px; margin-top: 20px;}

/* Flexslider Resets */
.flex-container a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Default Styles */
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Theme */
.flexslider {position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px}
.slides li {margin-bottom: 7px;}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {border: 0 none; width: 30px; height: 32px; margin: -20px 0 0; display: block; background: url(images/flexslider/bg_direction_nav_top.png) no-repeat 0 0; position: absolute; bottom: 10%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 34px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 34px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

.slider-info {height: 97px; width: 96%; background: url(images/slider-info-bg.png) repeat 0 0; position: absolute; bottom: 0; left: 0; padding: 20px 2%; color: #FFF; text-align: center;}
.slider-info h6 {display: block; position: relative; margin-top: -30px; margin-bottom: 30px; text-align: center;}
.slider-info h6 span { color: #FFF; text-transform: uppercase; padding: 6px 14px;}
.slider-info p {font-family: 'Prata', serif; font-size: 30px; line-height: 30px; width: 60%; text-align: center; margin: 2% auto 0 auto;}
.slider-info a, .slider-info a:visited { color: #fff; text-decoration: none; }
.slider-info a:hover { color: rgba(255,255,255,0.8); }
.home-slider { margin-bottom: 10px; }
/* Logo */
.logo {margin-bottom: 14px; background: url('images/logo-pat.gif') repeat 0 0;}
.logo-wrap {background-color: #FFF; width: 280px;}
.logo h1 {display: block; padding-top: 18px; letter-spacing: -3px;}
.logo a, .logo a:visited {color: #000; border-bottom: 0 none;}
.logo a:hover {text-decoration: none; }
.logo-tagline {color: #999; font: normal 14px/21px 'Prata', serif; padding-left: 1px; margin-top: 17px; display: block;}

.logo-top {margin-top: 20px;}

/* Navigation & Search */
.nav-bar {background-color: #000;}
.navigation a {font-family: 'Prata', serif;}
.navigation a, .quick-search {font-size: 13px; line-height: 21px; color: #FFF;}
.nav-top {margin-bottom: 20px;}
.quick-search input {float: left; background: none; border: none; height: 41px; color: #666; padding: 0;}
.quick-search form {margin-bottom: 0;}
.quick-search input[type="text"] {border-left: 1px solid #333; padding: 0 6px; width: 180px !important;}
.quick-search input[type="text"]:focus {border: none;}
.quick-search input[type="submit"] {text-indent: -9999px; background:url(images/search.png) no-repeat 50% 50%; width: 19px; cursor: pointer; background-color: transparent !important;}
.quick-search input[type="submit"]:hover { background-color: transparent !important;}
.alt-nav {display: none;}

/* Navigation Menu & Drop Down */
.sf-menu, .sf-menu * {margin: 0; padding: 0; list-style: none;}
.sf-menu {line-height:	1.0;}
.sf-menu ul {position: absolute; top: -999em; width: 11em;}
.sf-menu ul li {width: 100%;}
.sf-menu li:hover {visibility: inherit;}
.sf-menu li {float: left; position: relative;}
.sf-menu a {display: block; position: relative;}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {left: 0; top: 3.2em; z-index: 99;}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {top: -999em;}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {left: 12em; top: 0; margin-left: 12px;}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {top: -999em;}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {left: 12em; top: 0;}

.sf-menu {}
.sf-menu a {padding: .75em 1.8em;	text-decoration:none; border: 0 none;}
.sf-menu a, .sf-menu a:visited  {color: #FFF;}
.sf-menu li {border-right: 1px solid #333;}
.sf-menu li li, .sf-menu li li li {background: #000; border-right: 0 none;}


/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			14px;
	overflow:		hidden;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.7em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/superfish/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* Category */
.category-post h3 {margin-bottom: 0; line-height: 1.15;}
.header .category-row.row {margin-bottom: 9px;}


/* Styling - Content
================================================== */
/* Breadcrump */
.breadcrump {border-bottom: 1px solid #e5e5e5; padding-bottom: 3px; margin-bottom: 25px; font-size: 10px; margin-top: -7px;}
.breadcrump a {font-family: 'Prata', serif; font-size: 14px; color: #000; border-bottom: none;}

/* Posts Meta */
.post-meta {font-size: 10px; margin-top: 10px; margin-bottom: 20px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; text-transform: uppercase;} /* CHECK FONT */
.post-date {color: #686868;}
.post-meta a {border: none;}
.meta-bullet {background:url(images/bullet.png) no-repeat 50% 50%; padding: 0 11px; height: 100%;}

/* Image Credits */
.image-credits {display: block; color: #686868; border-bottom: 0 none; font-size: 10px; line-height:13px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; text-transform: uppercase; margin-bottom: 18px;}

/* read more btn */
.read-more-btn, .read-more-button:visited {display: block;  color: #FFF !important; font-size: 12px; text-transform: uppercase; padding: 4px 8px; width: 100px; text-align: center;}
.read-more-btn:hover {color: #FFF; text-decoration: none;}

/* posts separator */
.post {background: url(images/posep.png) no-repeat 50% 100%; padding-bottom: 76px; margin-bottom: 45px;}
.main-content .post:last-child,
.post.category-post,
.blog-post .post { background: none; margin-bottom: 0; padding-bottom: 0;}
.video-wrap { margin-bottom: 20px; }
article.post:last-of-type { background: none; margin-bottom: 0; padding-bottom: 10px; }
.single article.post:last-of-type {background: url(images/posep.png) no-repeat 50% 100%; padding-bottom: 76px; margin-bottom: 45px;}

/* Post Gallery */
.img-wrap {position: relative;}
.gallery {margin-bottom: 40px; background-color: #000;}
.gallery li {margin: 0;}
.gallery .flex-direction-nav a {background: url(images/flexslider/bg_direction_nav.png) no-repeat 0 0; top: 50%; height: 30px;}
.gallery .flex-control-nav {width: 100%; position: absolute; bottom: -26px; text-align: left; left: -2px;}
.gallery .flex-control-nav li {margin: 0 2px; display: inline-block; zoom: 1; *display: inline;}
.gallery .flex-control-paging li a {width: 11px; height: 11px; display: block; background: #e5e5e5; background: rgba(229,229,229,1); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; border-radius: 0; box-shadow: inset 0 0 3px rgba(0,0,0,0); border-bottom: none;}
.gallery .flex-control-paging li a:hover {  }
.overlay {
	background: url(images/zoom.png) no-repeat center center;
    cursor: pointer;
    display: none;
    height: 38px;
    left: 48%;
    position: absolute;
    text-indent: -999em;
    top: 50%;
    width: 58px;
    z-index: 99;
	margin-left: -19px;
	margin-top: -19px;
}
.img-wrap {margin-bottom: 10px; background-color: #000;}
.img-wrap a { line-height: 0; display: block; }


/* Paginator */
.paginator {border-top: 1px solid #e5e5e5; padding-top: 13px; margin-bottom: 13px; margin-top: 68px;}
.paginator ul, .paginator li {margin: 0; padding: 0; list-style: none;}
.paginator a {display: block; text-align: center; padding: 5px 12px; background-color: #e5e5e5; float: left; margin-right: 9px; font-family: 'Prata', serif; font-size: 12px; border-bottom: none; color: #000;}
.paginator a:hover, .paginator a.active { text-align: center; padding: 5px 12px; display: inline-block; color: #FFF; text-decoration: none;}
.category-page .paginator { margin-top: 22px; }

.post-text p {line-height: 26px; margin-bottom: 23px;}

.wp-pagenavi {border-top: 1px solid #e5e5e5; padding-top: 13px; margin-bottom: 13px; margin-top: 68px;}
.wp-pagenavi a, .wp-pagenavi a:visited {display: inline-block; text-align: center; padding: 5px 12px; background-color: #e5e5e5; margin-right: 9px; font-family: 'Prata', serif; font-size: 12px; border-bottom: none; color: #000; }
.wp-pagenavi span.current, .wp-pagenavi a:hover { display: inline-block; padding: 5px 12px; margin-right: 9px; color: #FFF; text-decoration: none; }
.wp-pagenavi .pages { display: inline-block; margin-right: 10px;}

/* Blog Post - Single Content */
.post-title a, .post-title a:visited { color: #000; }
.post-title a:hover { text-decoration: none; }
.post-content h2, .post-content h3 {font-size: 24px; margin-bottom: 10px; padding-top: 10px;}
.post-content h3 {font-size: 22px;}

.post-comments ol {list-style: none; margin: 0;}
.post-comments li {position: relative;}
.post-comments .comment-text {margin-bottom: 13px;}
.post-comments .avatar {border: 1px solid #CCCCCC; left: 0; margin: 0 15px 5px 0; padding: 4px; position: absolute; text-align: center; top: 23px;}
.post-comments .comment-copy {border-bottom: 1px solid #DCDCDC; float: right; font-size: 13px; margin-left: 119px;
	min-width: 82%;
}
.post-comments .comment-copy p {margin-bottom: 20px;}
.post-comments p.comment-meta {margin-top: 16px; margin-bottom: 11px;}
.btn-reply, .comment-reply-link {font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;  float: right; font-size: 10px; text-transform: uppercase; position: absolute; top: 17px; right: 0;}
.post-comments .children {margin-left: 118px;}
#cancel-comment-reply-link { margin-left: 10px; font-size: 0.9em; }
/* content h3 tags */
h3.incon {font-size: 16px; padding-top: 11px;}
h3.incon a {color: #000;}
article.page .post-title { margin-bottom: 20px; }

.alignleft { float: left; margin: 0 10px 10px 0; }
.alignright { float: right; margin: 0 0 10px 10px; }
.post-content .alignleft { margin: 6px 33px 10px 0; }
.post-content .alignright { margin: 6px 0 10px 33px; }

.post-comments ul { list-style: none; }
.post-comments ul li { list-style: none; }
.post-comments { margin-bottom: 70px !important; }

.lst.archive p { line-height: 26px !important; margin-top: 10px;}


/* WordPress Native Galleries
================================================== */

.gallery .zoom {
	display: block;
	position: static;
	line-height: 0;
	height: auto;
}

.gallery {
	display: block;
	clear: both;
}

.gallery-item {
	float: left;
	margin: 10px;
	padding: 3px;
	background: #444;
	height: auto;
}

.gallery-columns-4, .gallery-columns-3, .gallery-columns-2, .gallery-columns {
	background: transparent !important;
}


/* Styling - Sidebar
================================================== */


/* Styling - Footer
================================================== */
.footer-row {border-top: 5px solid #000; padding-top: 34px;}
.footer-row .widget {margin-bottom: 0;}
.footer-row .widget h3 {border: none; margin-bottom: 18px;}
.footer-row .widget h3 span {padding: 0; position: relative;}
.footer-credits { border-top: 2px solid #000; padding-top: 34px; font-size: 12px; }
.footer-credits p { margin-left: 10px; }

/* Styling - Widgets
================================================== */
.widget ul {margin-left: 0; padding-left: 0;}
.widget li {list-style: none;}
.widget {margin-bottom: 17px; font-size: 13px; color: #404040;}
.widget .widget-title {padding: 0; border-bottom: 1px solid #000; position: relative; margin-bottom: 20px;}
.sidebar .widget .widget-title {margin-top: 23px;}
.widget .widget-title span {position: absolute; left: 0; bottom: -6px; background-color: #FFF; padding-right: 10px;}

/* List Widget */
.widget_list li {border-bottom: 1px solid #e5e5e5; padding: 0 0 10px 0; list-style: none;}

/* Ads widget */
.widget_ci_ads125_widget li {padding: 4px; margin: 5px; background-color: #FFF; border: 1px solid #e5e5e5; display: block; float: left; width: 129px; line-height: 0;}
.widget_ci_ads125_widget li.first {margin-left: 0;}
.widget_ci_ads125_widget li.last {margin-right: 0;}
.widget_ci_ads125_widget a {border: none; line-height: 0; }
.widget_ci_ads125_widget a img { max-width: 100%; line-height: 0;}


/* Social links Styles */
.social-links { text-align: center; margin-top:35px; }
.icn { width: 24px; height: 24px; background-image: url(images/social-icons.png); background-repeat: no-repeat; display:inline-block; margin:0; text-indent: -999em; cursor: pointer; }
.icn:focus,
.icn:active { outline: none }
.icn.twitter { background-position: -31px -1px }
.icn.twitter:hover, .s-icon:hover .icn.twitter { background-position: -31px -31px }
.icn.facebook { background-position: 0 -1px }
.icn.facebook:hover, .s-icon:hover .icn.facebook { background-position: 0 -31px }
.icn.flickr { background-position: -62px -1px }
.icn.flickr:hover, .s-icon:hover .icn.flickr { background-position: -62px -31px }
.icn.picasa { background-position: -94px 0 }
.icn.picasa:hover, .s-icon:hover .icn.picasa { background-position: -94px -30px }
.icn.lnkdin { background-position: -125px 0 }
.icn.lnkdin:hover, .s-icon:hover .icn.lnkdin { background-position: -125px -30px }
.icn.gplus { background-position: -156px -1px }
.icn.gplus:hover, .s-icon:hover .icn.gplus { background-position: -156px -31px }
.icn.rss { background-position: -187px -1px }
.icn.rss:hover, .s-icon:hover .icn.rss { background-position: -187px -31px }
.icn.youtube { background-position: -218px -1px }
.icn.youtube:hover, .s-icon:hover .icn.youtube { background-position: -218px -31px }
.icn.wordpress { background-position: -250px -1px }
.icn.wordpress:hover, .s-icon:hover .icn.wordpress { background-position: -250px -31px }
.icn.dribbble { background-position: -282px -1px }
.icn.dribbble:hover, .s-icon:hover .icn.dribbble { background-position: -282px -31px }
.icn.pinterest { background-position: -313px -1px }
.icn.pinterest:hover, .s-icon:hover .icn.pinterest { background-position: -313px -31px }
.icn.stumble { background-position: -345px -1px }
.icn.stumble:hover, .s-icon:hover .icn.stumble { background-position: -345px -30px }
.icn.digg { background-position: -380px -1px }
.icn.digg:hover, .s-icon:hover .icn.digg { background-position: -380px -30px }

.s-icon { display: inline-block; float: left; margin-left: -1px; padding: 12px; background: #fff; line-height: 0; text-align: center; border: 1px solid #e4e4e4;}

/* Flickr Images/Thumbs */
.flickr_badge_image {margin: 6px;}
.flickr_badge_image.alpha {margin-left: 0;}
.flickr_badge_image.omega {margin-right: 0;}
.widget_ci_flickr_widget a {border: 0 none;}
.widget_ci_flickr_widget .flickr_badge_image {float: left; border: 1px solid #e5e5e5;}
.widget_ci_flickr_widget .flickr_badge_image img {padding: 4px; display:block;}

/* Twitter */
.widget_ci_twitter_widget li {border-bottom: 1px solid #e5e5e5;}
.widget_ci_twitter_widget .twitter-time {display: block; font-size: 12px; color: #a8a8a8; border-bottom: none; margin: 12px 0; font-style: italic;}

/* Search Widget */
.widget_search input {float: left; margin: 0; padding: 0; background: none; border: none;}
.widget_search input[type="text"] {background-color: #f5f5f5; color: #000; width: 192px; height: 32px; padding: 0 6px;}
.widget_search input[type="submit"] { color: #FFF; text-transform: uppercase; font-family: 'Prata', serif; font-size: 12px; padding: 10px 20px 6px 20px; cursor: pointer;}

/* Related Widget */
.widget_related-articles {margin-bottom: 34px;}
.widget_related-articles .widget-title {margin-bottom: 25px;}
.widget_related-articles .post-content h3 {font-size: 16px; padding-top: 11px;}
.widget_related-articles .post-content h3 a {color: #000;}
.single .widget_related-articles article.post { background: none; padding-bottom: 0; margin-bottom: 0; }

/* social share*/
.widget_social_share {background: url('images/logo-pat.gif') repeat 0 0; margin-bottom: 60px;}
.social-content {height: 52px; position: relative;}
.author-social-share {text-align: center; padding-top: 15px;}
.fb-like {top: -2px; position: relative; margin-right: 22px;}
.twitter-share-button {width: 80px !important; margin-right: 22px;}

/* Author Widget */
.widget_author {margin-bottom: 59px;}
.widget_author .avatar {float: left;}
.author-info {margin-left: 108px; margin-top: 4px;}
.author-info p {margin-bottom: 12px;}
.author-social a {display: block; width: 24px; height: 24px; float: left; margin-right: 6px; background:url(images/mini-social.png) no-repeat 0 0;}
.author-social a.tw {background-position: 49% top;}
.author-social a.db {background-position: 100% top;}
.author-social a.fb:hover {background-position: 0 100%;}
.author-social a.tw:hover {background-position: 49% 100%;}
.author-social a.db:hover {background-position: 100% 100%;}

/* Respond Widget */
.widget_respond .row, .widget_respond form, .widget_respond .post-action {margin-bottom: 0;}
.widget_respond {margin-bottom: 8px;}
.widget_respond .widget-title {margin-bottom: 36px;}
.widget_respond input[type="text"] {width: 70%;}
.widget_respond textarea {width: 597px; height: 161px;}
.widget_respond .respond-comment {clear: both; margin-bottom: 0;}
.widget_respond p {margin-bottom: 29px;}
.widget_respond .respond-comment {margin-bottom: 0;}

/* Styling - Fancybox
================================================== */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/* #Media Queries
================================================== */
	@media only screen and (min-width: 959px){
 		.container { padding: 0 10px; }
	}
/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px){
		.alt-nav {display: block; margin: 10px; width: 100%;}

		.sf-menu {display: none;}

		.widget_ci_social ul {width: 215px;}
		.widget_ci_social ul li a {padding: 3px; background-position: 50% -4%;}
		.widget_ci_social ul li a.active, .widget_ci_social ul li a:hover {background-position: 50% 103%;}
		.widget_ci_ads125_widget li.last {margin-left: 0;}
		.widget_ci_flickr_widget .flickr_badge_image.beta,
		.widget_ci_flickr_widget .flickr_badge_image.omega {margin-left: 0;}
		.widget_ci_flickr_widget .flickr_badge_image.omega {margin-right: 6px;}
		.widget_respond input[type="text"] {width: 134px;}
		.widget_respond textarea {width: 487px;}
		.widget_search input[type="text"] {margin-bottom: 8px;}

		.quick-search input[type="text"] {width: 128px !important;}

		.banner {margin-right: 10px; margin-left: 10px;}
		.category-page .header, .header.category-page {margin-left: 0; margin-right: 0;}

		.post-comments .children {margin-left: 70px;}
		.post-comments .children .children {margin-left: 40px;}

	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.widget { padding: 0 10px !important; }
		.widget .widget-title { margin-left: 0 !important; margin-right: 0 !important; }
		.wp-pagenavi { padding: 10px; ;}
		.widget_related-articles { padding: 0 !important; }
		.widget_ci_ads125_widget li { margin: 0px !important; }
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	.ispace ,.post-meta, .logo, .nav-bar, .post-title, .comment-copy, .widget-title,
	.comment-text, .read-more-btn, .breadcrump {margin-left: 10px; margin-right: 10px;}

	.alt-nav {width: 91%;}

	.quick-search {display: none;}

	.slider-info {height: 32px;}
	.slider-info p {font-size: 17px; line-height: 22px; height: 46px; overflow: hidden;}
	.slider-info h6 {margin-bottom: 12px;}

	.widget_respond input[type="text"] {width: 378px; margin-bottom: 6px;}
	.widget_respond textarea {width: 378px;}

	.post-comments .avatar {display: none;}
	.comment-meta.post-meta, .post-comments .comment-copy, .post-comments .children, .post-comments .children .children {margin-left: 0; margin-right: 0;}
	.btn-reply, .comment-reply-link {right: 13px;}

	.widget_ci_social ul {width: 100%;}

	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	.ispace ,.post-meta, .logo, .nav-bar, .post-title, .comment-copy, .widget-title,
	.comment-text, .read-more-btn, .breadcrump {margin-left: 10px; margin-right: 10px;}

	.alt-nav {width: 87%;}

	.quick-search {display: none;}

	.slider-info {height: 32px;}
	.slider-info h6 {margin-bottom: 12px;}
	.slider-info p {font-size: 17px; line-height: 22px; height: 46px; overflow: hidden;}

	.widget_respond input[type="text"] {width: 258px; margin-bottom: 6px;}
	.widget_respond textarea {width: 258px;}

	.post-comments .avatar {display: none;}
	.comment-meta.post-meta, .post-comments .comment-copy, .post-comments .children, .post-comments .children .children {margin-left: 0; margin-right: 0;}
	.btn-reply, .comment-reply-link {right: 13px;}

	.widget_ci_social ul {width: 100%;}

	blockquote {font-size: 14px;}

	.widget_ci_ads125_widget li { margin: 5px !important; }

	}

	@media screen and (max-width: 860px)
	{
	  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
	  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
	}
