
@charset "utf-8";
@font-face {font-family:oswaldRegular;src: url("../Fonts/oswaldRegular.eot");src: url("../Fonts/oswaldRegular.eot#iefix") format('embedded-opentype'),url("../Fonts/oswaldRegular.ttf") format('truetype');font-weight: normal; font-style: normal;}
@font-face {font-family:oswaldBold;src: url("../Fonts/oswaldBold.eot");src: url("../Fonts/oswaldBold.eot#iefix") format('embedded-opentype'),url("../Fonts/oswaldBold.ttf") format('truetype');font-weight: normal; font-style: normal;}
@font-face {font-family:oswaldLight;src: url("../Fonts/oswaldLight.eot");src: url("../Fonts/oswaldLight.eot#iefix") format('embedded-opentype'),url("../Fonts/oswaldLight.ttf") format('truetype');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)
/*-----------------------------------------------------------------------------------*/

body {
	color: #5c5c5c;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 23px;
	margin: 0;
	padding: 0;
	/*background:url('../images/Bg.jpg') no-repeat fixed center;
	background-size:cover;*/
  
	background: #feffff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #feffff 0%, #e6f1f7 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#feffff), color-stop(100%,#e6f1f7)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #feffff 0%,#e6f1f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #feffff 0%,#e6f1f7 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #feffff 0%,#e6f1f7 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #feffff 0%,#841F81 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#e6f1f7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
a {
    text-decoration: none;
    color:#444;
}
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: 30px 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;
  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("../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 !important;
}
.header-top.mobile .mobile_cont .searchform .s {
  width: 100% !important;
}

/*--------------Searchform-----------------*/
#header .searchform {
  margin-bottom: 0;
  position: relative;
  right: -30px;
}
#header .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;
}
#header .searchform .searchsubmit {
  background: url("../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: 35px 0;
  padding: 0 30px;
}
#logo {
    float: left;
    min-width: 240px;
    position: relative;
}
#logo .title {
  color: #353535;
  font-family:"oswaldBold", Arial, Helvetica, sans-serif;
  font-size: 80px;
  line-height: 84px;
}
#logo .description {
  border-left: 1px dashed #ccc;
  color: #999;
  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("../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 span {
  display: none;
}
#primary-nav ul a {
	display: block;
	position: relative;
}
#primary-nav ul li {
  float: left;
  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;
}
/* 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("../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("../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:"oswaldLight", Arial, Helvetica, sans-serif;
  margin: 10px 0;
}
.entry-content h2 {font-family:"oswaldLight", Arial, Helvetica, sans-serif; margin: 10px 0; color:#1C9EBF;}
.entry-content a{}
.entry-content ul { margin-left:10px;}
.entry-content ol {list-style: decimal inside none;}
.entry-content ul li, .single .entry-content ol li {padding: 5px; border-bottom:solid 1px rgba(28,158,191,.2); background:url('../Images/Listele.png') no-repeat left center; padding-left:15px;}
.entry-content ul li:first-child, .entry-content ol li:first-child {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;
  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,.entry-content strong,.entry-content b{
	color:#353535;
}
.item .details .post-meta .date, .item .details .post-meta .author , .hentry .post-meta .author, .hentry .post-meta .date{
}
.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;
  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("../images/sprites.png") no-repeat 0 -61px #444444;
}
.cat-content .flex-direction-nav .flex-prev {
  background:url("../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 img{
  float: left;
  margin-bottom: 0;
  margin-right: 20px;
  width:140px;
}
.cat-container.single-column .details,.single_column.item .details{
  float: left;
  width: 490px;
}
.cat-container .item p{
	margin-bottom:15px;
}
#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;
}

/*------------ Page Navigation--------*/
.pagination {
  background: url("../images/hor_dash.png") repeat-x;
  margin-bottom: 30px;
  margin-top: 20px;
  padding-top: 30px;
  text-align: right;
}
.wp-pagenavi .pages {
    display: none;
}
.wp-pagenavi a.page{
	float:left;
}
.wp-pagenavi a, .wp-pagenavi span {
    background: #353535;
    border: medium none !important;
    border-radius:3px;
    color: #FFFFFF !important;
    display: inline-block;
    font-size: 16px;
    margin: 0 10px 0 0 !important;
    padding: 8px 15px !important;
}
.wp-pagenavi span.current {float: left;}
.wp-pagenavi .nextpostslink{float:left !important;}
.wp-pagenavi .prevpostslink{float:left !important;}
/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR AND ITS WIDGETS
/*-----------------------------------------------------------------------------------*/
#sidebar {
  float: left;
  padding-left: 32px;
  padding-bottom:30px;
  width: 260px;
}
#sidebar .widget {
  background: url("../images/hor_dash.png") repeat-x 0 top;
  margin-top: 20px;
  padding: 20px 0 0px;
}
#sidebar .post-meta {text-transform:uppercase; font-family:"oswaldLight", Arial, Helvetica, sans-serif;}
#sidebar .widget:first-child{
	background:none;
	padding-top:0;
	margin-top:0;
}
#sidebar .widget .widget-title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
  font-weight:bold;
  letter-spacing:-1px;
  border-bottom:solid 2px #c14545;
}
#sidebar .widget ul{
	margin-bottom:0;
}
#sidebar a{
	color:#353535;
	font-family:"oswaldBold", Arial, Helvetica, sans-serif !important;
}
#sidebar .widget_archive {
  font-family:"oswaldLight", Arial, Helvetica, sans-serif;
  font-size: 15px;
}

/*--------------Searchform-----------------*/
#sidebar #searchform {
  position: relative;
}
#sidebar #searchsubmit {
  background: url("../images/sprites.png") no-repeat 8px -305px #353535;
  border: medium none;
  cursor: pointer;
  height: 34px;
  left: 5px;
  position: relative;
  text-indent: -9999px;
  top: 1px;
  width: 35px;
}

/*------- Spnsors widget---------*/
ul.ad_spots {
    list-style:none;
}
ul.ad_spots li {
    float: left;
    margin: 0 5px 0 0;
}
/*--------Posts widget with thumbnail---------*/
#sidebar .post-thumb li,#footer .post-thumb li{
  margin-top: 18px;
}
#sidebar .post-thumb li:first-child,#footer .post-thumb li:first-child{
	margin-top:0;
}
#sidebar .post-thumb .thumbnail {
  float: left;
  margin-right: 10px;
}
#sidebar .post-thumb .details{
  float: left;
  width: 170px;
}
#sidebar .post-thumb .details.no_thumb{
  width: 100%;
}
#sidebar .post-thumb .details h4 a {
  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: 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,.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 #tweets li a ,#footer #tweets li a{
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: .9;
  display: inline !important;
}
#sidebar #tweets li {
  background: url("../images/hor_dash.png") repeat-x 0 bottom;
  padding: 15px 0 !important;
}
#sidebar #tweets li span,#footer #tweets li span{
	margin-left:5px;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
#sidebar #tweets li:first-child ,#footer #tweets li:first-child{
    padding-top: 0 !important;
}
#sidebar #tweets_cont .follow_text,#footer #tweets_cont .follow_text{
	margin-top:10px;
}
#sidebar #tweets li:last-child,#footer #tweets li:last-child {
  padding-bottom: 0 !important;
  background:none !important;
}
#sidebar .widget_categories a {
  display: inline-block;
  margin-bottom: 2px;
  text-transform: capitalize;
}
/*-----------------Tag widget-------------------*/
.tag_list li {
  float: left;
  margin: 0 7px 7px 0;
  position: relative;
  white-space: nowrap;
}
.tag_list li a {
  background:#353535;
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF !important;
  display: inline-block;
  font-size: 11px !important;
  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;
	opacity:.5;
}
#footer a:hover{
	color:#FFF;
	opacity:1;
}
#footer .grid_four {
  float: left;
  margin-left: 30px;
  width: 221px;
  margin-bottom:30px;
}
#footer .widget {
  padding-bottom: 20px;
  padding-top: 30px;
}
#footer .widget .widget-title {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 25px;
}
#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;
}
.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;
}
.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;
}

/*--------Posts widget with thumbnail---------*/
#footer .post-thumb .thumbnail {
  float: left;
  margin-right: 10px;
}
#footer .post-thumb .thumbnail img {
  width: 50px;
}
#footer .post-thumb .details{
  float: left;
  width: 161px;
}
#footer .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%;
	font-family:"oswaldLight", Arial, Helvetica, sans-serif;
}
#footer .widget_categories_genis li {
    border-bottom: 1px dashed #666666;
    float: left;
    margin-bottom: 7px;
    margin-right: 20px;
    padding-bottom: 7px;
    width: 100%;
	font-family:"oswaldLight", Arial, Helvetica, sans-serif;
}
/*--------------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-----------*/
#footer #tweets li {
  padding: 10px 0 !important;
}

.footer #recentcomments li, .footer .widget_recent_entries ul li {
  line-height: 20px;
  padding: 0 0 10px;
}
.widget_recent_entries li{
	margin-bottom:7px;
}

/*-----------------------------------------------------------------------------------*
/* = 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 .post-thumb .details h4 a,#footer .post-thumb .details h4 a,.single-post .hentry #author h4.heading,#comments h3, #respond h3,.page-template-template-contact-php h3,#comments .comment-header .author,#respond label, #contactForm label,.contact_details h2,#footer .widget .widget-title,.footer_inner #footer-nav li a{
	font-family:"oswaldLight", Arial, Helvetica, sans-serif;
}











/* BILDIRIMLER */
.message {
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
}
.message.info {
    border: 1px solid #cadcea;
    background: #e1f2fc;
    background: -webkit-gradient(linear, left top, left bottom, from(#e1f2fc), to(#cae9fd));
    background: -moz-linear-gradient(top,  #e1f2fc,  #cae9fd);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1f2fc', endColorstr='#cae9fd');
    color: #225b86 !important;
    text-shadow: 0 1px 0 #fff;
}
.message.error {
    border: 1px solid #eeb7ba;
    background: #fae2e2;
    background: -webkit-gradient(linear, left top, left bottom, from(#fae2e2), to(#f2cacb));
    background: -moz-linear-gradient(top,  #fae2e2,  #f2cacb);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fae2e2', endColorstr='#f2cacb');
    color: #be4741 !important;
    text-shadow: 0 1px 0 #fff;
}
.message.success {
    border: 1px solid #b8c97b;
    background: #e5edc4;
    background: -webkit-gradient(linear, left top, left bottom, from(#e5edc4), to(#d9e4ac));
    background: -moz-linear-gradient(top,  #e5edc4,  #d9e4ac);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5edc4', endColorstr='#d9e4ac');
    color: #3f7227 !important;
    text-shadow: 0 1px 0 #fff;
}
.message.warning {
    border: 1px solid #e5dbaa;
    background: #ffffc0;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffc0), to(#f9ee9c));
    background: -moz-linear-gradient(top,  #ffffc0,  #f9ee9c);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffc0', endColorstr='#f9ee9c');
    color: #6d7829 !important;
    text-shadow: 0 1px 0 #fff;
}