/*-----------------------------------------------------------------------------------

	Theme Name: Zend

	Description: A clean cut magazine or blog theme with stylish looks enough to make your website a style statement.
	
	Author: Jdsans
	Author URI:http://themeforest.net/user/jdsans
	Theme URI:http://themes.jdsans.net/zend/
	Theme Developer: Jdsans (http://themeforest.net/user/jdsans)
	Theme Designer: JohnPixle (http://themeforest.net/user/JohnPixle)
	
	Tags: black, two-columns, threaded-comments, post-formats, custom-menu 	
	
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0
	
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Passion+One:700);
@font-face {
    font-family: 'novecento';
    src: url('fonts/novecentowide-bold-webfont.eot');
    src: url('fonts/novecentowide-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/novecentowide-bold-webfont.woff') format('woff'),
         url('fonts/novecentowide-bold-webfont.ttf') format('truetype'),
         url('fonts/novecentowide-bold-webfont.svg#NovecentowideBookBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*-----------------------------------------------------------------------------------*/
/*	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background:; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */

/*-----------------------------------------------------------------------------------*/
/*	Document Setup (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic);

body {
  color: #5c5c5c;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 23px;
  margin: 0;
  padding: 0;
}
a {
    text-decoration: none;
    color:#11396D;
}
a:hover { 
	text-decoration: none; 
	transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-webkit-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
}
a img { border: none; }

.hidden { display: none; }

.alignleft { float: left; }

.alignright { float: right; }

.border-none {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: medium none !important;
}
.no_back{
	background:none !important
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}
.neutral{
	margin:0 !important;
}

p, pre, ul, ol, dl, dd, address, table, fieldset, form, .gallery-row, .carousel-container, #comments ol ul .details, #comments .details, #respond.contact h1, .footer .widget .widget-title {
    margin-bottom: 20px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	padding: 0;
	font-family:Arial,Helvetica,sans-serif;
}

h1 {
	font-size: 24px;
	line-height: 28px;
}

h2 {
	font-size: 20px;
	line-height: 22px;
}

h3 {
	font-size: 16px;
	line-height: 20px;
}

h4 {
	font-size: 14px;
	line-height: 18px;
}

h5 {
	font-size: 12px;
	line-height: 18px;
}

h6 {
	font-size: 10px;
	line-height: 16px;
}
.inner_wrap {
  background:#FFFFFF;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
  margin: 0px auto  !important;
}
.inner_wrap,.footer_inner{
  max-width: 1034px !important;
  position:relative;
}

/*-----------------------------------------------------------------------------------*/
/*	Header section
/*-----------------------------------------------------------------------------------*/
#header{
	margin-bottom:40px;
}
/*-----Header-top-section------*/
#header .header-top.main{
  background:#353535;
  padding: 0 30px;
}
#header-nav ul {
  float: left;
  margin-bottom: 0;
}
#header-nav ul li {
  float: left;
  font-size: 13px;
  padding: 10px 0;
}
#header-nav ul li a {
  color: #FFFFFF; padding-right:20px;
  text-transform:uppercase;
}
#header-nav ul li a:hover{
	color:#dddddd;
}
#header-nav ul li a span {
  margin: 0 15px;
}
#header-nav ul li:first-child a span {
  display: none;
}
/*--Top-navigation------*/
#header .header-top.mobile{
	display:none;
}
.header-top.mobile #menu-icon {
  background: url("css/images/sprites.png") no-repeat right -396px #353535;
  color: #FFFFFF;
  cursor: pointer;
  padding: 10px;
}
.header-top.mobile #menu-icon.active {
  background-position: right -432px;
}
.header-top.mobile .mobile_cont ul {
  background:#444444;
  margin-bottom: 0;
}
.header-top.mobile .mobile_cont li {
  display: inline-block;
  padding: 10px;
}
.header-top.mobile .mobile_cont li a {
  color: #FFFFFF;
}
.header-top.mobile .mobile_cont li span {
  display: none;
}
.header-top.mobile .mobile_cont #searchform {
  float: none;
  right: auto;
}
.header-top.mobile .mobile_cont #searchform #s {
  width: 100%;
}

/*--------------Searchform-----------------*/
#searchform {
  margin-bottom: 0;
  position: relative;
  right: -30px;
}
#searchform #s {
  background: #272727;
  border: 1px solid #000000;
  box-shadow: 0 0 3px #000000 inset;
  color: #FFFFFF;
  font-size: 15px;
  padding: 10px 60px 13px 15px;
  width: 200px;
}
#searchsubmit {
  background: url("css/images/sprites.png") no-repeat 0 -310px;
  border: medium none;
  cursor: pointer;
  height: 21px;
  outline: medium none;
  position: absolute;
  right: 30px;
  text-indent: -9999px;
  top: 10px;
  width: 20px;
}


/*-----Header-middle-section------*/
#header .header-middle {
  display: block;
  margin: 5px 0;
  padding: 0 30px;
background: url('http://remember1986.com/banner.png') no-repeat left;
}
#logo {
    float: left;
    min-width: 240px;
    position: relative;
}
#logo .title {
  color: #353535;
  font-family: 'Passion One',cursive;
  font-size: 80px;
  line-height: 84px;
}
#logo .description {
  border-left: 1px dashed #ccc;
  color: #999;
  font-weight: bold;
  margin-left: 17px;
  padding: 20px 0 20px 17px;
  position: relative;
  top: -20px;
  width: 100%;
}
/*-----Social sharing------*/
#social_sharing {
  margin-top: 20px;
}
#social_sharing li {
  float: left;
  margin-left: 16px;
}
#social_sharing li:first-child,#social_sharing ul{
	margin:0;
}
#social_sharing li a {
    background: url("css/images/sprites.png") no-repeat;
    display: inline-block;
    text-indent: -9999px;
}
#social_sharing li a.twitter {
  background-position: 0 -144px;
  height: 31px;
  width: 41px;
}
#social_sharing li a.twitter:hover {
  background-position: -45px -144px;
}
#social_sharing li a.facebook {
  background-position: 0 -102px;
}
#social_sharing li a.facebook:hover{
  background-position: -45px -102px;
}
#social_sharing li a.linked {
  background-position: 0 -220px;
}
#social_sharing li a.linked:hover{
  background-position: -45px -220px;
}
#social_sharing li a.pininterest {
  background-position: 0 -180px;
  height: 37px;
  width: 37px;
}
#social_sharing li a.pininterest:hover{
  background-position: -45px -180px;
}
#social_sharing li a.rss {
  background-position: 0 -260px;
}
#social_sharing li a.rss:hover{
  background-position: -45px -260px;
}
#social_sharing li a.facebook,#social_sharing li a.rss,#social_sharing li a.linked{
  height: 35px;
  width: 35px;
}
/*----------- Navigtaion Menu---------*/
#header .header-bottom {
  padding: 0 30px;
}
#primary-nav{
	float:left;
	width:100%;
}
#primary-nav ul {
  list-style: none outside none;
  margin: 0;
}
#primary-nav ul a {
	display: block;margin-left:10px;
	position: relative;
}
#primary-nav ul li {
  float: left; margin-left:10px;
  position: relative;
  z-index: 40;
}
#primary-nav ul li:first-child{
  margin-left:0;
}
#primary-nav ul li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }
#primary-nav ul ul {
	position: absolute;
	top: -9999em;
	width: 170px; /* left offset of submenus need to match (see below) */
}
#primary-nav ul ul li { width: 100%; }

/*  Make sub menus appear */
#primary-nav ul li:hover ul,
#primary-nav ul li.sfHover ul {
	top: 44px; /* match top ul list item height */
	z-index: 99;
}
/* Hide all subs subs (4 levels deep) */
#primary-nav ul li:hover li ul,
#primary-nav ul li.sfHover li ul,
#primary-nav ul li li:hover li ul,
#primary-nav ul li li.sfHover li ul,
#primary-nav ul li li li:hover li ul,
#primary-nav ul li li li.sfHover li ul { top: -9999em; }

/* Displays all subs subs (4 levels deep) */
#primary-nav ul li li:hover ul,
#primary-nav ul li li.sfHover ul,
#primary-nav ul li li li:hover ul,
#primary-nav ul li li li.sfHover ul,
#primary-nav ul li li li li:hover ul,
#primary-nav ul li li li li.sfHover ul {
	left: 180px; /* match .nav ul width */
	top: -1px;
}
	
/* top level skin */
#primary-nav ul a {
  color: #FFFFFF;
  font-size: 15px;
  padding: 12px 15px;
  text-decoration: none;
}
#primary-nav ul a:hover,#primary-nav ul li.sfHover a:first-child{
    text-decoration: none;
	background:#282828;
}
#primary-nav ul li a:focus {
	border-bottom:0 !important;
}
#primary-nav ul li.current-menu-item a {
  background-image: url("images/menu_dark.png");
  background-repeat:repeat-x;
}
/* 2nd level skin */
#primary-nav ul ul {
  background:#282828;
  
  padding: 6px 19px;
  text-align: left;
}

#primary-nav ul ul li {
  border-top: 1px solid #444;
  float: none;
  margin: 0;
}
#primary-nav ul ul li:first-child {
	border-top: 0 !important;
}
#primary-nav ul ul li a {
  background: none !important;
  border-bottom:none;
  padding: 7px 0 9px;
  width: 100%;
}
#primary-nav ul li.sfHover ul a:hover{  
    text-decoration: none;
	color:#ddd;
}
#primary-nav a.sf-with-ul {
  min-width: 1px;
  padding-right: 2.25em;
}
.sf-sub-indicator {
  background: url("css/images/sprites.png") no-repeat -10px -7px;
  display: block;
  height: 13px;
  overflow: hidden;
  position: absolute;
  right: 0.7em;
  text-indent: -9999em;
  width: 14px;
}
a > .sf-sub-indicator {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;

  top: 0.85em;
}
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,.single-post .hentry #author .meta span.icon a:hover{
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.sf-menu ul .sf-sub-indicator {
    background-position: -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
    background-position: 0 0;
}
.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;
}
/*-----Primary Mobile Navigation-------*/
#mobile-nav {
    color: #FFFFFF;
    display: none;
    font-size: 16px;
}
#mobile-nav ul {
    margin-bottom: 0;
}
#mobile-nav #menu-icon {
    background: url("css/images/sprites.png") no-repeat right 15px;
    cursor: pointer;
    margin: 0 15px;
    padding: 10px 0;
}
#mobile-nav li {
    background:#AF3939;
    border-top: 1px solid #8C2E2F;
    padding: 0 15px;
}
#mobile-nav li a {
    color: #FFFFFF;
    display: block;
    padding: 10px 0;
}
#mobile-nav li ul li {
  padding: 0 20px;
}
/*-----------------------------------------------------------------------------------*/
/*	Home Main container section
/*-----------------------------------------------------------------------------------*/
#main_container .post-content {
  background: url("images/ver_dash.png") repeat-y right 0;
  float: left;
  padding-right: 32px;
  width: 650px;
}
blockquote {
  border-left: 4px solid #C14545;
  color: #C14545;
  font-size: 20px;
  line-height: 22px;
  margin: 20px 0;
  padding: 5px 10px 1px;
}
blockquote p{
  margin-bottom:10px;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-family: novecento;
  margin: 10px 0;
}
.single .entry-content ul {
  list-style: disc inside none;
}
.single .entry-content ol {
  list-style: decimal inside none;
}
.single .entry-content ul li, .single .entry-content ol li {
  background: url("images/hor_dash.png") repeat-x;
  padding: 5px 0;
}
.entry-content ul li:first-child, .entry-content ol li:first-child {
  background: none;
  padding-top: 0;
}

/*----------- Home Slider -----------*/
.flexslider {
  margin: 0 0 20px !important;
  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;}
.flex-control-nav {
  background: rgba(0, 0, 0, 0.4);
  padding: 0 5px !important;
  position: absolute;
  right: 10px;
  top: 10px;
}
.flex-control-nav li {
  float: left;
  padding: 9px 3px 3px;
  zoom:1;
}
.flex-control-paging li a {
  border-radius: 30px;
  box-shadow: 0 0 0 2px #FFFFFF inset;
  cursor: pointer;
  display: inline-block;
  height: 14px;
  text-indent: -9999px;
  width: 14px;
}
.flex-control-paging li a.flex-active {
  background: #FFFFFF;
  cursor: default;
}
.flexslider .image{
	margin-bottom:10px;
}

/*-------Global Post settings--------*/
.item .details .post-meta, .hentry .post-meta{
  color: #999999;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
}
.hentry .post-meta{
	font-size:12px !important;
	margin-bottom:5px;
}
.item .details .post-meta a:hover,#sidebar .item .details .post-meta a:hover, .hentry .post-meta a:hover{
	color:#353535;
}
.item .details .post-meta .date, .item .details .post-meta .author , .hentry .post-meta .author, .hentry .post-meta .date{
  text-transform: uppercase;
}
.item .details .title{
  line-height: 28px;
  margin-bottom: 5px;
}
.item .details .more_link {
    display: block;
    width: 100%;
}
.item .details .more_link a {
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 10px;
}
.item .details .more_link a:hover{
	background:#353535;
}
.item .excerpt{
	line-height:22px;
}

/*-------Column styles--------*/
.cat-container,#related-posts{
	position:relative;
}
.cat-title,#related-posts .main-title{
  background: url("images/hor_dash.png") repeat-x;
  display: block;
  margin-bottom: 30px;
  padding-top: 17px;
  width: 100%;
}
.cat-title h2,#related-posts .main-title h2{
  background: url("images/hor_dash.png") repeat-x 0 bottom;
  padding-bottom: 17px;
}
.cat-content .flex-direction-nav {
  position: absolute;
  right: 0;
  top: -78px;
}
.cat-content .flex-direction-nav li {
  float: left;
  margin-left: 5px;
}
.cat-content .flex-direction-nav a {
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  text-indent: -9999px;
  width: 40px;
}
.cat-content .flex-direction-nav .flex-next {
  background:url("css/images/sprites.png") no-repeat 0 -61px #444444;
}
.cat-content .flex-direction-nav .flex-prev {
  background:url("css/images/sprites.png") no-repeat -1px -20px #444444;
}
.cat-container.two-columns .item, .two_columns.item {
  float: left;
  margin-right: 20px;
  padding-bottom: 30px;
  width: 48.46%;
}
.two_columns.item{
	 margin-bottom:40px;
}
.cat-container.single-column .item,.single_column.item {
  margin-bottom: 30px;
}
.cat-container.single-column .image ,.single_column.item .image{
  float: left;
  margin-bottom: 0;
  margin-right: 20px;
}
.cat-container.single-column .details,.single_column.item .details{
  float: left;
  width: 490px;
}
.cat-container .item p{
	margin-bottom:15px;
}
.cat-container div.item:nth-child(2n){
	margin-right:0;
}
#page-top h2#page-title,.hentry .post_title {
  background: url("images/hor_dash.png") repeat-x bottom;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  color:#353535;
}
/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR AND ITS WIDGETS
/*-----------------------------------------------------------------------------------*/
#sidebar {
  float: left;
  padding-left: 32px;
  width: 260px;
}
#sidebar .widget {
  background: url("images/hor_dash.png") repeat-x 0 bottom;
  margin-bottom: 20px;
  padding: 0 0 20px;
}
#sidebar .widget:last-child{
	background:none;
	padding-bottom:0;
}
#sidebar .widget .widget-title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}
#sidebar .widget ul{
	margin-bottom:0;
}
#sidebar a{
	color:#353535;
}
.tz_video_desc{
  margin-bottom: 0;
  margin-top: 10px;
}
#sidebar .widget_archive {
  font-family: novecento;
  font-size: 15px;
}
/*------- Spnsors widget---------*/
ul.sponsors {
    list-style:none;
}
ul.sponsors li {
    float: left;
    margin: 0 5px 0 0;
}
/*--------Popular Posts widget with thumbnail---------*/
#sidebar .popular-post-thumb li,#sidebar .recent-post-thumb li,#footer .popular-post-thumb li,#footer .recent-post-thumb li{
  margin-top: 18px;
}
#sidebar .popular-post-thumb li:first-child,#sidebar .recent-post-thumb li:first-child,#footer .popular-post-thumb li:first-child,#footer .recent-post-thumb li:first-child{
	margin-top:0;
}
#sidebar .popular-post-thumb .thumbnail,#sidebar .recent-post-thumb .thumbnail {
  float: left;
  margin-right: 10px;
}
#sidebar .popular-post-thumb .details,#sidebar .recent-post-thumb .details{
  float: left;
  width: 170px;
}
#sidebar .popular-post-thumb .details h4 a,#sidebar .recent-post-thumb .details h4 a {
  color: #353535;
  display: inline-block;
  font-size: 14px;
}

/*--------Recent Widgets(Comment and entries)---------*/

#sidebar .widget_recent_entries ul li:first-child,#sidebar #recentcomments li:first-child{
    border: medium none;
    padding-top: 0;
}
#sidebar .widget_recent_entries ul li:last-child,#sidebar #recentcomments li:last-child{
    padding-bottom: 0;
}
.recentcomments a {
  margin: 0 0 0 3px !important;
}
#sidebar .widget_recent_entries ul li a, #sidebar #recentcomments li a {
  font-family: arial;
  font-style: normal;
  display:inline-block;
}
#sidebar .widget_recent_entries ul li, #sidebar #recentcomments li {
  border-top: 1px solid #EEEEEE;
  font-family: "Droid Serif",Georgia,Times,serif;
  font-style: italic;
  padding: 10px 0 12px;
}
#sidebar #flickr_badge_wrapper .flickr_badge_image img {
  float: left;
  height: 40px;
  margin: 0 8px 10px 0;
  width: 40px;
}
#sidebar #flickr_badge_wrapper a.flickr_link {
  margin-top: 10px;
}
#sidebar #searchform,#sidebar #searchform fieldset,.tz_tweet_widget ul{
	margin-bottom:0;
}
#sidebar #searchform #s {
  -moz-box-shadow: 0 2px 0 #F1F1F1 inset;
	-webkit-box-shadow: 0 2px 0 #F1F1F1 inset;
	box-shadow: 0 2px 0 #F1F1F1 inset;

  border: 1px solid #D9D9D9;
  padding: 8px 10px;
  width: 180px;
  color:#aaa;
}
#sidebar .tz_tweet_widget ul li span a {
  font-weight: bold;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: .9;
}
#sidebar .tz_tweet_widget ul li a {
  color: #777777 !important;
  display: inline !important;
}
#sidebar .tz_tweet_widget ul li {
  background: url("images/hor_dash.png") repeat-x 0 bottom;
  padding: 15px 0 !important;
}
#sidebar .tz_tweet_widget ul li:first-child {
    padding-top: 0 !important;
}
#sidebar .tz_tweet_widget ul li:last-child {
  padding-bottom: 0 !important;
  background:none !important;
}
#sidebar .tz_tweet_widget #twitter-link{
	display:none;
}
#sidebar .widget_categories a {
  display: inline-block;
  margin-bottom: 2px;
  text-transform: capitalize;
}
/*-----------------Tag widget-------------------*/
.tz_tag_list li {
  float: left;
  margin: 0 7px 7px 0;
  position: relative;
  white-space: nowrap;
}
.tz_tag_list li a {
  background:#353535;
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF !important;
  display: inline-block;
  font-size: 11px !important;
  font-weight: bold;
  padding: 5px 10px;
  text-transform: capitalize;
}

/*------Post page Styling------*/
.single-post .hentry {
  background: url("images/hor_dash.png") repeat-x 0 bottom;
  padding-bottom: 30px;
}
/*-----------------------------------------------------------------------------------*/
/*	Footer section
/*-----------------------------------------------------------------------------------*/
#footer {
  background:#353535;
  color:#adadad;
}
#footer a{
	color:#fff;
}
#footer a:hover{
	color:#aaaaaa;
}
#footer .grid_four {
  float: left;
  margin-left: 30px;
  width: 221px;
}
#footer .widget {
  padding-bottom: 20px;
  padding-top: 50px;
}
#footer .widget .widget-title {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
#footer_bottom{
  background: #2A2A2A;
  display: block;
}
.footer_inner.attribution {
  padding-top:10px;
  padding-bottom:10px;
}
.footer_inner .copyright {
  color: #939191;
  float: right;
  font-size: 11px;
  padding: 2px 10px;
  text-transform: uppercase;
}
.footer_inner .copyright span {
  color: #FFFFFF;
  margin-left: 5px;
  text-transform: lowercase;
}
.footer_inner #footer-nav {
  float: left;
  margin-top: 3px;
}
.footer_inner #footer-nav ul,.footer_inner .copyright {
	margin:0;
}
.footer_inner #footer-nav li {
  float: left;
  margin-right: 20px;
}
.footer_inner #footer-nav li a {
  color: #939191;
  text-transform: uppercase;
}
.footer_inner #footer-nav li a:hover{
	color:#fff;
}
#footer_bottom .top_scroll {
  bottom: 30px;
  position: fixed;
  right: 30px;
}
#footer_bottom .top_scroll a {
  background-image: url("images/top.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color:#353535;
  display:none;
  padding: 5px 15px;
  text-indent: -9999px;
  float:right;
}

/*--------Popular Posts widget with thumbnail---------*/
#footer .popular-post-thumb .thumbnail,#footer .recent-post-thumb .thumbnail {
  float: left;
  margin-right: 10px;
}
#footer .popular-post-thumb .thumbnail img, #footer .recent-post-thumb .thumbnail img {
  width: 50px;
}
#footer .popular-post-thumb .details,#footer .recent-post-thumb .details{
  float: left;
  width: 161px;
}
#footer .popular-post-thumb .details h4 a,#footer .recent-post-thumb .details h4 a {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
}

/*--------------Categories Widget-----------*/

#footer .widget_categories li {
    border-bottom: 1px dashed #666666;
    float: left;
    margin-bottom: 7px;
    margin-right: 20px;
    padding-bottom: 7px;
    width: 45%;
}
#footer .widget_categories li:nth-child(2n) {
    margin-right: 0;
}
/*--------------Flickr Widget-----------*/
#flickr_badge_wrapper .flickr_badge_image img {
  float: left;
  height: 58px;
  margin: 0 14px 14px 0;
  width: 58px;
}
#flickr_badge_wrapper a.flickr_link {
  display: inline-block;
  float:left;
}
/*--------------Twitter Widget-----------*/
.tz_tweet_widget ul li, .footer #recentcomments li, .footer .widget_recent_entries ul li {
  line-height: 20px;
  padding: 0 0 10px;
}
.tz_tweet_widget ul li span a{
	display:inline;
	font-family:inherit;
	color:#fff !important;
	font-size:14px !important;
	margin:0 !important;
	font-style:normal;
}
.tz_tweet_widget ul li a {
  color: #777777 !important;
  display: block;
  font-family: "Droid Serif",arial,sans-serif;
  font-size: 11px !important;
  font-style: italic;
  margin-top: 2px;
}
.widget_recent_entries li{
	margin-bottom:7px;
}
/*-----------------------------------------------------------------------------------*/
/*	Shortcode Styles
/*-----------------------------------------------------------------------------------*/

/* Columns */
.one_half { width: 48%; }
.one_third { width: 30.66%; }
.two_third { width: 65.33%; }
.one_fourth { width: 22%; }
.three_fourth { width: 74%; }
.one_fifth { width: 16.8%; }
.two_fifth { width: 37.6%; }
.three_fifth { width: 58.4%; }
.four_fifth { width: 67.2%; }
.one_sixth { width: 13.33%; }
.five_sixth { width: 82.67%; }

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
	float: left;
}

.column-last {
	margin-right: 0!important;
	clear: right;
}

/* Buttons ------------------------------*/

a.button,a.button:hover {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	
	background-image: url("images/shortcodes/gradient_small.png");
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	line-height: 12px;
	margin: 0 5px 20px;
	padding: 8px 10px 0;
	text-decoration: none;
}

a.button.large {
	height: 24px;
  	background-image: url("images/shortcodes/gradient_large.png");
	padding: 11px 10px 0 10px;
	font-size: 14px;
	line-height: 14px;
}

a:hover.button { background-image: url("images/shortcodes/gradient_small_hover.png"); }
a:hover.button.large { background-image: url("images/shortcodes/gradient_large_hover.png"); }

a.button.white {
  background-color: white;
  border: 1px solid #AAAAAA;
  color: #777777 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

a.button.grey {
  background-color: grey;
  border: 1px solid #444444;
  color: #444 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

a.button.red {
  background-color: #FF3939;
  border: 1px solid #B40000;
  color: #B80C23 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

a.button.orange {
  background-color: orange;
  border: 1px solid #BA7500;
  color: #A4611F !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

a.button.green {
  background-color: #37AA36;
  border: 1px solid #66851C;
  color: #597821 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

a.button.teal {
  background-color: #15A4A2;
  border: 1px solid #127E84;
  color: #217478 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

a.button.blue {
  background-color: #36BAEE;
  border: 1px solid #17759A;
  color: #2D7F9F !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

a.button.navy {
  background-color: #6766F1;
  border: 1px solid #302EA0;
  color: #403FA0 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

a.button.purple {
  background-color: #C06CE3;
  border: 1px solid #7C25A0;
  color: #7D24A2 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

a.button.black {
  background-color: #000000;
  border: 1px solid black;
  color: #FEFEFE !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

/* Alerts ------------------------------*/

.alert {
	font-style: italic;
	margin: 0 0 20px;
	padding: 12px 5%;
	text-align: center;
}

.alert.white {
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#FCFCFC));
	background: -moz-linear-gradient(#FFFFFF, #FCFCFC);
	background: -o-linear-gradient(#FFFFFF, #FCFCFC);
	background: -ms-linear-gradient(#FFFFFF, #FCFCFC);
	background: linear-gradient(#FFFFFF, #FCFCFC);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#FCFCFC');/*For IE7-8-9*/ 
	border-color: #F1F1F1 #E7E7E7 #dddddd;
	border-style: solid;
	border-width: 1px;
	color: #777777;
}

.alert.red {
	-webkit-box-shadow: 0 1px 0 #F9F0EE inset;
	-moz-box-shadow: 0 1px 0 #F9F0EE inset;
	box-shadow: 0 1px 0 #F9F0EE inset;

	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#F9E3DF), to(#F4D6D0));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F9E3DF', endColorstr='#F4D6D0');/*For IE7-8-9*/ 
	background:  -moz-linear-gradient(#F9E3DF, #F4D6D0);
	background:  -o-linear-gradient(#F9E3DF, #F4D6D0);
	background:  -ms-linear-gradient(#F9E3DF, #F4D6D0);
	background:  linear-gradient(#F9E3DF, #F4D6D0);
	border-color: #EDCCC5 #DCB2AA #CC9E94;
	border-style: solid;
	border-width: 1px;
	color: #B75440;
}

.alert.yellow {
	-webkit-box-shadow: 0 1px 0 #FFF7E3 inset;
	-moz-box-shadow: 0 1px 0 #FFF7E3 inset;
	box-shadow: 0 1px 0 #FFF7E3 inset;

	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#FBECC3), to(#FBE4A7));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FBECC3', endColorstr='#FBE4A7');/*For IE7-8-9*/ 
	background: -moz-linear-gradient(#FBECC3, #FBE4A7);
	background: -o-linear-gradient(#FBECC3, #FBE4A7);
	background: -ms-linear-gradient(#FBECC3, #FBE4A7);
	background: linear-gradient(#FBECC3, #FBE4A7);
	border-color: #F7DA8E #F4CF6B #DDB447;
	border-style: solid;
	border-width: 1px;
	color: #CC6600;
}

.alert.green {
	-webkit-box-shadow: 0 1px 0 #F3FCF2 inset;
	-moz-box-shadow: 0 1px 0 #F3FCF2 inset;
	box-shadow: 0 1px 0 #F3FCF2 inset;

	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#D3FBD1), to(#B8F9B5));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#D3FBD1', endColorstr='#B8F9B5');/*For IE7-8-9*/ 
	background: -moz-linear-gradient(#D3FBD1, #B8F9B5);
	background: -o-linear-gradient(#D3FBD1, #B8F9B5);
	background: -ms-linear-gradient(#D3FBD1, #B8F9B5);
	background: linear-gradient(#D3FBD1, #B8F9B5);
	border-color: #ACEFA9 #A3E4A0 #72D26D;
	border-style: solid;
	border-width: 1px;
	color: #5F8B33;
}
.alert.blue{
	-webkit-box-shadow: 0 1px 0 #EDFAFF inset;
	-moz-box-shadow: 0 1px 0 #EDFAFF inset;
	box-shadow: 0 1px 0 #EDFAFF inset;

	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#D1EFFB), to(#BAE1F1));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#D1EFFB', endColorstr='#BAE1F1');/*For IE7-8-9*/ 
	background: -moz-linear-gradient(#D1EFFB, #BAE1F1);
	background: -o-linear-gradient(#D1EFFB, #BAE1F1);
	background: -ms-linear-gradient(#D1EFFB, #BAE1F1);
	background: linear-gradient(#D1EFFB, #BAE1F1);
  	border-color: #C5EAF8 #8AD2EE #77BAD5;
	border-style: solid;
	border-width: 1px;
	color: #3B8FB0;
}
/* Tabs ------------------------------*/

.ui-tabs .ui-tabs-hide {
    position: absolute;
    left: -10000px;
}

.tabs {
	margin: 0 0 20px 0;
}

.tabs ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tabs ul.nav li {
	float: left;
	position: relative;
	margin: 0 2px -1px 0;
	z-index: 10;
	list-style:none;
}
.tabs ul.nav li a {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	
	background: #EEEEEE;
	border-bottom: medium none;
	color: #8F8E8E;
	display: block;
	height: 24px;
	margin: 0;
	overflow: hidden;
	padding: 5px 10px 0;
}
.tabs ul.nav li.ui-tabs-selected a {
  border-bottom: 1px solid #d6d6d6;
}
.tabs .tab {
  background: #f9f9f9;
  padding: 10px;
}

/* Toggle ------------------------------*/
.toggle {
	margin: 0 0 20px 0;
}
.toggle h4 {
  cursor: pointer;
  font-family: Arial,sans-serif !important;
  font-size: 12px;
  font-style: normal !important;
  font-weight: bold;
  margin: 0 !important;
  padding: 10px;
}
.toggle-inner {
	padding: 10px;
	border-top: none;
	background: #f9f9f9;
}
.toggle .ui-icon {
	background: url('images/shortcodes/toggles/toggle-closed.png') no-repeat;
	width: 12px;
	height: 12px;
	float: left;
	margin: 3px 10px 0 0;
}
.toggle .ui-state-active .ui-icon { background: url('images/shortcodes/toggles/toggle-open.png') no-repeat }

/* Accordian ------------------------------*/

.accordion h3 {
  background: #F1F1F1;
  cursor: pointer;
  padding: 10px 12px;
  position: relative;
  margin:0 !important;
}
.accordion h3 span.ui-icon {
  background: url("images/shortcodes/toggles/toggle-closed.png") no-repeat;
  float: right;
  height: 12px;
  margin: 4px 0 0;
  width: 12px;
}
.accordion h3.ui-state-active span.ui-icon { background: url('images/shortcodes/toggles/toggle-open.png') no-repeat }
.accordion h3 a {
  color: #AAAAAA;
}
.accordion .ui-accordion-content{
	position:relative;
	height:100%;
}
.accordion .ui-accordion-content p{
	background:#fff;
	padding:10px 12px;
	margin:0;
}

/*-----------------------------------------------------------------------------------*
/* = WordPress Styles
/*-----------------------------------------------------------------------------------*/

/*sticky*/
.sticky{}

/*gallery captio*/
.gallery-caption

/*by post author*/
.bypostauthor{}
.wp-caption {
  background: #EEEEEE;
  padding-top: 5px;
  text-align: center;
}
.wp-caption-text {
  line-height: 22px;
}

#header-nav ul li,.header-top.mobile #menu-icon,.header-top.mobile .mobile_cont li,#primary-nav ul li,#mobile-nav,.item .details .title,.cat-title h2,#related-posts .main-title h2,#page-top h2#page-title,.hentry .post_title,#sidebar .widget .widget-title,#sidebar .popular-post-thumb .details h4 a,#sidebar .recent-post-thumb .details h4 a,#footer .popular-post-thumb .details h4 a,#footer .recent-post-thumb .details h4 a,.single-post .hentry #author h4.heading,#comments h3, #respond h3,.page-template-template-contact-php h3,#comments .details .name .author,#respond label, #contactForm label,.contact_details h2,#footer .widget .widget-title,.footer_inner #footer-nav li a{
	font-family:"Novecento",tahoma;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-bottom: 20px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}