/*  
Theme Name: SEO-AW
Description: Szablon skonstruowany dla Agaty Wójcik - SEO. 
Theme URI: https://www.facebook.com/robert.dorosz.9
Author: Robert Dorosz
Author https://www.facebook.com/robert.dorosz.9
Version: 1.4
Tags: two-columns,three-columns,left-sidebar,featured-images,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,full-width-template, microformats,post-formats,sticky-post,theme-options,translation-ready
Text Domain: seo-aw
License: GNU/GPL Version 2 or later. 
License URI: http://www.gnu.org/licenses/gpl.html 
Copyright: (c) 2020 Poland

*/

/*

[Table of contents]

1. CSS Resets & Clearfix
2. Body & Default Styling
3. Headings
4. Header / #header
5. Navigation / #navigation
6. Content / #content, .post
7. Sidebar / #sidebar
8. Custom Widgets
9. Comments / #comments
10. Forms / 
11. Search / .searchform
12. Footer / #footer
13. Images & Galleries / img, .gallery
14. Social Buttons / .social-menu
15. Flex Slider / .flexslider
16. Buttons, Pagination, Ribbons & Scroll to top
17. Plugins
18. Homepage Blocks
19. Other (sticky, tagcloud, calendar, tabs, tooltips, speciable)

*/


/* 1. CSS Resets & Clearfix
********************************************************************************************
********************************************************************************************/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative; overflow:hidden; margin:0;}figure img{width:100%}

body{ overflow:visible !important;}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.clearfix:after { content: "\00A0"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}

.clearfix{ display:block;}  

html[xmlns] .clearfix { display: block;}  

* html .clearfix{ height: 1%;}  

.clearfix {display: block}  

.wrapper{ max-width:100%; overflow:hidden;}

.fa-exclamation-circle{
	height:13px;
	color:rgb(255,51,51);
	box-shadow: 0 0 0 rgba(255,51,51, 0.4);
  	animation: pulse 2s infinite;
  	border-radius: 50%;
 }
  
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,51,51, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(255,51,51, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255,51,51, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,51,51, 0.4);
    box-shadow: 0 0 0 0 rgba(255,51,51, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(255,51,51, 0);
      box-shadow: 0 0 0 10px rgba(255,51,51, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255,51,51, 0);
      box-shadow: 0 0 0 0 rgba(255,51,51, 0);
  }
}


/* 2. Body & Default styling
********************************************************************************************
********************************************************************************************/

html, body {
	height: 100%;
	margin:0; padding:0;
}

img,.imgwrap{ max-width:100%; position:relative; overflow: hidden;}
 
ol, ul { list-style:none; margin:0; }

ul.children{ margin-left:15px;}

ul.children li:last-child{ padding: 0 0 0 0 !important;}

.tranz,#nav,.tmnf_icon,#comments .navigation a,.review-total-only{-webkit-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease; }


a,a:hover,.nav li a,.ribbon,.ribbon a{
	text-decoration:none;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in; 
	transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
}

.ghost{ overflow:hidden;}

small,.tmnf_small{ font-size:80% !important;}

.sserif{text-transform:uppercase; margin:5px 0 20px 0;}
	
.fl{ float:left !important;}
.fr{ float:right !important;}
.cntr{ text-align:center;}

.rad,
#comments .navigation a,
.nav_item a,
.social-menu a,
.page-numbers,
table,
.tmnf_menu a i,
.wrapper div.css-search div.em-search-main .em-search-submit,
ul.tmnf_slideshow_thumbnails li img,
.commentlist li.comment {-moz-border-radius: 2px;-khtml-border-radius: 2px;-webkit-border-radius:2px;border-radius: 2px;}


.slide-nav li a:after,
.tmnf_icon,
.slide-nav li.flex-active a:before,
.gticker-controls li,
#topnav .social-menu a{-moz-border-radius:50%;-khtml-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;}

pre{ overflow-x:scroll;}

.slant{ font-weight:normal; font-style:italic;}

.lower{ text-transform: lowercase !important}
.italic{ font-style:italic !important}
.fat{ font-weight:bold !important}

.hrline,.hrlineB{
	clear:both;
	width: 100%;
	margin:0 0;
	padding:0;
	height:1px;
	position:relative;
	border-bottom-style:solid; border-bottom-width:2px;
}

.hrlineB{margin:0 0 30px 0 !important;}

.hrline span,.hrlineB span{
	width:30px;
	background:#999;
	height:1px;
	position: absolute;
	top:0;
	left:0;
}

hr{ background:#eee !important; border:none !important;}

.top-fix{ margin-top:50px;}

.bottom-fix{margin-bottom:80px !important;}

.tmnf_hide,
.tmnf_mod{ display:none !important;}


.tmnf_icon{ position:absolute; z-index:1; top:50%; left:50%; height:60px; width:60px; margin:-30px 0 0 -30px; text-align:center; padding:13px 0; font-size:30px !important; border:2px solid rgba(255,255,255,1); opacity:.8;}

.maso .tmnf_icon,
.mainflex .tmnf_icon,
.item_4 .tmnf_icon{ top:65px;}

.item_2_big .tmnf_icon{ top:70%;}

.gradient{
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.gradient_alt{
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}



/* 2. Body & Default styling
********************************************************************************************
********************************************************************************************/

h1{
	margin:0 0 15px 0;
	padding:0;
}

h2.posttitle{
	margin:5px 0 20px 0;
	padding:0 0;
	overflow:hidden;
}	
	
h2{
	margin:20px 0;
	padding:0;
}

h2.block{margin:0 0 0 0; display:block;padding:0 0 0px 0; float:none; overflow:hidden; letter-spacing:3px; position:relative;}

h2.block span{ padding:2px 0 2px 0; position:relative; z-index:1; float:left; margin: -1px 0 !important}

h2.block{ border-bottom:1px solid #000; margin-bottom: 20px;}

h2.block span.subtitle{ font-size:11px !important; letter-spacing:2px; color:#777; float:right;padding:3px 0 0 0;}



h2.widget{ width: 100%; position:relative; overflow:hidden; margin:0 0 10px 0; padding:0 0 0 0; float:none;font-size:13px !important; letter-spacing:3px; display:block;  }

h2.widget span{ position:relative;z-index:1; padding:0 0 3px 0; float:left;border-bottom:1px solid #000;}

h2.archiv{ margin:20px 0 40px 0; padding:0 0;}

h2.archiv span.subtitle{
	font-size:16px !important;
	line-height:22px !important;
	opacity:.6;
	padding:0 0 ;
	margin:5px 0 0 0;
	display:block;
	text-transform:none;
}

.authorpage{ padding:0 0; margin:-20px 0 40px 0;}

h2.archiv br{ display:none;}

h3{
	margin:25px 0 15px 0;
	padding:0;
	letter-spacing:-0.025em;
}	

h3.leading{
	margin:0 0 10px 0;
	padding:0;
}	
	
h4{
	margin:15px 0 10px 0;
	padding:0;
}	
	
h5,h6{
	margin:5px 0;
	padding:0;
}	
	
h3 span span{ opacity:.6; padding:0 !important;}

h3.title{ padding:0 0 11px 0; margin: 0; font-size:14pt; text-shadow:none;}

h4.leading{
	margin:-5px 0 10px 0;
}



/* 4. Header / #header
********************************************************************************************
********************************************************************************************/

#topnav{ height:36px;overflow:hidden;}

.home .afterhead #topnav{ margin:-20px 0 30px 0;}
.afterhead #topnav{ margin-top:0px;}
.page .afterhead #topnav, .category .afterhead #topnav{ margin-top:-20px; margin-bottom: 20px;}
.slim-header .afterhead #topnav{ margin:-30px 0 30px 0;}

#header{
	padding:0 0;
	overflow: visible;
	margin:0 0 20px 0;
	position:relative;
	display:block;
	width:100%;
	z-index:100;
}

#header h1{
	display:block;
	position:relative;
	margin:0 auto;
	float:none;
	max-width:100%;
}

#header h1 img{margin:0 auto; display:block;  float:none; max-width:100%; }

#titles{ overflow:hidden; float:left; display:block; padding:0 0 0 0; margin-left:auto; margin-right:auto; position:relative;z-index:3;}

.centered-header #titles{ float:none;}

.centered-header #titles h1{ text-align:center;}

.slim-header #titles{ display:none}

.headad{ float:right; position:absolute; top:50%; max-width:75%; right:0; margin:-85px 0 0 0;}

.centered-header .headad,
.slim-header .headad {
    float: none;
    margin: 0 auto;
	position:relative;
	top:auto;
	right:auto;
	max-width:100%;
}

.headad img,
.headad ins{float:none; margin:0 auto !important; display:block !important; max-width:100%;}

.homead{ position:absolute; top:0; left:50%; margin:5px 0 0 630px; z-index:99;}

.navhead {
	margin: 0 0 0 0;
	position: relative;
	float: right;
	width: 70%;
}

.slim-header .navhead {margin: 30px 0;}


.single-post #header,
.single-post .navhead,
.page-template-homepage_alt #header,
.page-template-homepage_alt .navhead{ margin:0 0 0 0;}

.single-post .headad,
.page-template-homepage_alt .headad{ margin:-70px 0 0 0;}


/* 5. Navigation / #navigation
********************************************************************************************
********************************************************************************************/

#navigation{
	z-index:9;
	width:100%;
	max-width:100%;
	margin:0px auto 0 auto;
	padding:0 0;
	float:left;
}

a.nav-logo img{
	height:20px;
	float:left;
	margin:12px 20px;
	display:none;
	opacity:0;
}

.slim-header a.nav-logo img{ display:block; opacity:1;}

.scroll-to-fixed-fixed a.nav-logo img{
	display:block;
	opacity:1;
}

.nav {
	padding: 0;
	list-style: none;
	line-height: 1;
	display:block;
	z-index:99;
}

.nav a {
	position: relative;
	display: block;
	z-index: 1;
	padding: 10px 0;
	text-decoration: none;
}
.nav>li>a{
	display: block;
	text-decoration: none;
	border-bottom:none;
}

.nav li a span.walker{ display: none; padding-top:6px; letter-spacing:0 !important; font-size:11px !important; color:#999 !important;}

.nav>li>a>span.walker{ display:block; text-transform: none; opacity:.6}

.nav li {
	display:block;
	position: relative;
	float:left;-webkit-backface-visibility: hidden;
}

.nav>li {
	margin:0;
}

.nav li ul {
	margin:0 0 0 0;
	padding:0 0;
	width:200px;
	position: absolute;
	z-index:9;
	left:-999em;
}

.nav li ul.sub-menu,
.mega2 ul.loop{
-webkit-box-shadow: 0 0 7px -2px rgba(0,0,0,0.1);
-moz-box-shadow: 0 0 7px -2px rgba(0,0,0,0.1);
box-shadow:  0 0 7px -2px rgba(0,0,0,0.1);
}


.nav li ul li>a {
	margin:0 25px;
	padding:15px 0px;
	border-bottom:1px solid rgba(0,0,0,.1);
	font-size:13px !important;
	font-weight:normal;
	line-height:1 !important;
}

.nav li ul li a i{
	margin-right:5px !important;
}

.nav li ul li:last-child a{border-bottom:none;}

.nav>li>ul{
	border-top:2px solid rgba(0,0,0,.1);
	z-index:9;
	margin:0 0 0 0;
}

.nav>li>ul:after {
    border-color: rgba(0,0,0,.1) transparent;
    border-style: solid;
    border-width: 0 6px 6px;
    bottom: 100%;
    content: "";
    height: 0;
    position: absolute;
    left: 12px;
	top:-8px;
    width: 0;
}

.nav>li>ul>li,
.nav li ul ul li{width:100%;max-width:300px;}

.current_page_ancestor ul li a{
}

.nav li ul ul{
	margin: -45px 0 0 198px;
}

li.special ul ul,
.nav>li:nth-last-child(1) ul ul,
.nav>li:nth-last-child(2) ul ul{ margin:-47px 0 0 -358px;}

.nav li.menu-item-has-children a,
.nav li.page_item_has_children a,
.nav li.mega2 a {
  	padding-right: 17px !important;
}

.nav li ul li a.sf-with-ul {
	padding-right: 0;
}

.menu-item-has-children>a::after,
.mega2>a::after {
	position: absolute;
	display: block;
	right:5px;
	width:4px;
	height:4px;
	top:47%;
    content: "";
}

ul.sub-menu .menu-item-has-children>a::after{top:20px}

.sf-arrows .sf-with-ul {
    padding-right: 2.5em;
}

.nav li ul {
	position: absolute;
	left: -999em;
}

.nav li:hover, .nav li.hover {
  	position: static;
}

.nav li:hover ul ul,
.nav li.sfhover ul ul,
.nav li:hover ul ul ul,
.nav li.sfhover ul ul ul,
.nav li:hover ul ul ul ul,
.nav li.sfhover ul ul ul ul {
  	left: -999em;
}

.nav li:hover ul,
.nav li.sfhover ul,
.nav li li:hover ul,
.nav li li.sfhover ul,
.nav li li li:hover ul,
.nav li li li.sfhover ul,
.nav li li li li:hover ul,
.nav li li li li.sfhover ul {
  	left: auto;
}


#main-nav{ margin:0px;}

#main-nav > li > a {
	padding: 22px 15px;
}

ul ul li.current-menu-item { opacity:.6;}



/* @mega menu 
***************************/

.nav li.mega:hover, .nav li.mega2:hover {position: static;left: -999px;}

#main-nav li.mega ul.sub-menu{ min-height:340px; left:0 !important; width:100%; display:none !important; z-index:1; margin:0 0 0 0; padding-top:20px;}

#main-nav li.mega ul.sub-menu li{ width:20%; clear:both;}

#main-nav li.mega:hover ul.sub-menu,
#main-nav li.mega:hover div.sub,
#main-nav li.mega:hover ul.loop,
#main-nav li.mega2:hover div.sub,
#main-nav li.mega2:hover ul.loop{ display:block !important; opacity:1; visibility:visible !important;}

#main-nav .mega div.sub,
#main-nav li.mega ul.loop{ width:80%; left:20%;margin:0 0 0 0;  display:none; opacity:0; z-index:2; background: none; padding:0 20px 0 0}

#main-nav li.mega>ul:after {display:none;}

#main-nav .mega2 div.sub,
#main-nav li.mega2 ul.loop{ width:100%; left:0;margin:0 0 0 0;  display:none; opacity:0; z-index:2; padding:0 20px 0 0; }

#main-nav li.mega ul.loop,
#main-nav li.mega2 ul.loop{ border-top:2px solid rgba(0,0,0,.1)}

/*menu-post*/
#main-nav .menu-post{ float:left; overflow:hidden; width:20%;padding:20px 20px;}

#main-nav li.mega2 .menu-post{ width:20%;}

#main-nav .menu-post .inner{ background:#000; position:relative; margin:0 0; overflow:hidden; }

#main-nav .menu-post .inner a{ padding:0 0 0 0 !important; display:block;border:none; margin:0 0;}

#main-nav .menu-post h4{ margin:0 0;}

#main-nav .menu-post h4 a{font-weight:normal;}

#main-nav .menu-post .inner .meta{position: absolute; bottom:0; left:0; z-index:1; padding:0 3px;}

#main-nav .menu-post .inner .meta a{ display:inline-block !important; font-size:10px; line-height:1;}

#main-nav .menu-post .inner img{ width:100%; opacity:.8;}

#main-nav .menu-post:hover img{ opacity:.5;}




/* @mobile menu 
***************************/

a#navtrigger {
	padding: 6px 12px;
	height: 40px;
	width: 40px;
	margin: 0 0;
	float: right;
	display: none;
	z-index: 99999;
	position: absolute;
	top: -53px;
	right: 0;
	font-size: 20px;
}
.showtrig{ display: block !important; float:none; overflow:hidden;}

.hidenav{ display:none !important;}

.shownav{ display: inline-block !important;}







/* 6. Content / #content
********************************************************************************************
********************************************************************************************/


/* @posts: basics
***************************/


.blogger .entryhead{ width:45%; float:left; margin:0 30px 0 0; position:relative;}

.blogger .item { overflow:hidden; margin:0 0 40px 0; position:relative;}

.blogger .item p.teaser{ margin:8px 0 15px 0;}



/* @posts: single
***************************/

.page-head{ overflow:hidden; position:relative; margin:0 0; padding:200px 0;}

.page-head.large-image{ padding:150px 80px;}

.page-head img.standard{ position:absolute; top:0; left:0; width:100%; z-index:0; opacity:.7;}

.page-head h1{ position:relative; z-index:1; text-align:center; margin:0 auto; }

.postbar { margin-top:40px;}

.tmnf-page .postbar { margin-top:0;}

.entryhead{margin:0 0 20px 0; position:relative;}

.entry{padding:0 0;}

.entry p a{border-bottom:1px solid #ddd;}

.entry p{margin:5px 0 20px 0;}

.entry p iframe{ max-height:450px;}

.fullcontent h1.entry-title{ margin-top:0; margin-bottom:20px;}

.entryfull{padding:20px 0; overflow:hidden;}

.entry ul{margin:0 0 25px 20px;}

.entry>ul>li ul{margin:0 0 5px 20px;}

.entry>ul>li,
.entry>ul>li ul li ul li{ list-style-position:inside; list-style:square;}

.entry>ul>li ul li{ list-style-position:inside; list-style:square;}

.entry .contact-form{ overflow:hidden; float:none; clear:both; padding:0 0 30px 0;}

.entry ol{margin:5px 0 15px 2px;}

.entry ol li ol{margin:0 0 5px 20px;}

.entry ol li{ list-style: decimal; list-style-position:inside;}

.entry ol li ol li{ list-style: upper-latin;list-style-position:inside;}

.entry ol li ol li ol li{ list-style: lower-latin;list-style-position:inside;}

.entry blockquote{
	border-left:4px solid #ddd;
	padding:0 40px !important;
	margin:25px 30px 25px 30px;
	line-height:1.8em;
	letter-spacing:0;
	font-size:15px;
	font-weight:400 !important;
}
	
.entry blockquote p{ margin:0 0 0 0;}

.error li{ list-style-position:inside; list-style:square;}

.error ul{ margin-bottom:5px;}

.error ul li{}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6{ margin:20px 0 15px 0; line-height:1.4;}

.entry h1{font-size:250%;}
.entry h2{font-size:210%;}
.entry h3{font-size:180%;}
.entry h4{font-size:150%;}
.entry h5{ font-size:130%;}
.entry h6{ font-size:100%;}



/* @posts: formats
***************************/

.format-quote{ position:relative; text-align:center; margin:0 0 40px 0; padding:60px;}

.format-quote img,
.format-quote .meta,
.format-quote .meta_more{ display:none;}


/* @posts: other
***************************/

.tmnf-product-info{ position:absolute; bottom:0; left:0; float:none; z-index:2; text-align:center; padding:0 0; overflow:hidden;}
.tmnf-product-info span.tmnf-price{ line-height:1;  display:block;padding:5px 15px 15px 15px}
.tmnf-product-info span.tmnf-label{ font-size:11px; line-height:1;padding:10px 15px;}

.item_4 .tmnf-product-info,
.maso .tmnf-product-info,
.mainflex-large .tmnf-product-info{ bottom: auto; top:0; left:auto; right:0;}

.tmnf-product-info-single{
	width:30%;
	display:block;
	margin:0 30px 15px 0;
	padding:20px 0;
	float:left;
	text-align:center;
	position:relative;
}

.tmnf-info-bottom { margin:0 0 30px 0; width:100%;}

.tmnf-product-info-single span.tmnf-price{ line-height:1;  display:block;padding:5px 15px 25px 15px}
.tmnf-product-info-single span.tmnf-label{ font-size:13px; line-height:1;padding:10px 15px;}

.tmnf-product-link{ position:absolute; z-index:1; top:0; left:0; width:100%; height:100%;}

.postinfo{overflow:hidden;margin:0 0 0 0;padding:0 0 20px 0;}

.taggs i{ float:left; font-size:16px; margin:6px 8px 0 0;}

.taggs a{background:url(images/transparent-light.png); padding:5px; margin:0 5px 20px 0; display:block; float:left; border:none !important;}

.postauthor { overflow:hidden; margin:30px 0 30px 0; padding:0 0 0 0; float:left; width:100%;}

.postauthor h3{ margin:0 0 15px 0;}

#content .postauthor img.avatar{ float:left !important; margin:5px 35px 0 0 !important;}

.authordesc{ margin-top:15px; line-height:1.9;}

.authoricons a{ font-size:15px; padding:7px 8px; line-height:1; margin:15px 1px 10px 0; width:30px; float:left;background:url(images/transparent-light.png); text-align:center; }

.authoricons a.hidd{ display:none}

.related-wrap{ overflow:hidden; border-top:2px solid #ddd;border-bottom:2px solid #ddd; margin-bottom:20px;}

ul.related{ float:left; width:105%; overflow: hidden; margin:0 0 0 0;}

ul.related li{ position:relative; list-style:none; float:left; width:20%; margin:0 5% 35px 0;overflow: hidden; position:relative; padding:0;}

ul.related li img{ margin:-25px 0 -25px 0; width:100%;}

.postbarNone .related li{ width:20%;}

.related li h5 { margin:40px 0 0 0;}

.archivloop{ overflow:hidden; padding:1px 0 0 1px;}

.archivloop>div{ overflow:hidden; margin:-1px 0 0 -1px; padding-top:30px !important;height: 395px !important; border:2px solid #ddd; width:33.33% !important;}

.postad{ width:100%; margin:0 0 30px 0; overflow:hidden; text-align:center;}

.postad img,
.postad ins{ max-width:100%; display:block !important; margin:0 auto !important;}

#post-nav>div{ margin:30px 0;overflow:hidden;}

#post-nav>div .entryhead{ float:left; max-width:45%; margin:0 25px 0 0;}

#post-nav h3{ margin-top:0;}

#post-nav .meta { margin-bottom:0;}

#post-nav.blogger.imgsmall .item_inn {padding: 0 40px;}

#post-nav .meta-general p {
    margin: 5px 0  !important;
    padding: 8px 0;
}

.post-previous,
.post-next  { border-bottom:2px solid #000; padding:0 0 30px 0;}



/* 7. sidebar / #sidebar
********************************************************************************************
********************************************************************************************/

.sidebar_item{ overflow:hidden; margin:0 0 20px 0;}


.widgetable p {margin:0; padding:0 0 15px 0;}

.widgetable form{ overflow:hidden; padding:3px 0;}
	
.widgetable>ul,
.widgetable>div>ul{
	list-style: inside none square;
	float:none;
	overflow:hidden;
	width:100%;
	margin-bottom:30px;
}

.widgetable>ul li{ margin-bottom:5px;}
	
.widgetable select{
	margin:5px 0 30px 0;
	width:100%;
	font-size:100% !important;
	clear:both;
	float:none;
}
	
.widgetable .searchform{
	margin:0 0 0 0;
	padding:0 0;
	float:none;
	clear:both;
	overflow:hidden;
}

.widgetable ul ul ul ul ul {margin:0 !important;}

li.recentcomments,
cite{ padding:0 0 10px 0;}

a.rsswidget{ padding:5px 0 0 0;}



/* 8. Custom Widgets 
********************************************************************************************
********************************************************************************************/

.tagcloud { margin-bottom: 30px;    clear: both; display: block;float: none; width: 102%; }
 
ul.lists{ list-style:none; overflow:hidden; margin:0; width:106%}

ul.lists li ul, ul.lists li ul li{ margin:0 0 0 0 !important;padding:0 0 0 0 !important; width:100%; background:none;}

.lists li{ 
	background:url(images/bull.png) 0 4px no-repeat;
	padding:0 10px 0 26px; 
	margin:0 3% 0 0; 
	float:left;
	width:31%;
	list-style:none;
}

.widgetable li,
.widgetable p{ text-align:left;}


/* @custom menu 
***************************/

.widgetable ul.menu{ margin-top:0;}

.widgetable ul.menu li,
.widgetable ul.menu a{ position:relative;}

.widgetable ul.menu li:after,
.widgetable ul.menu a:after,
.tmnf_menu ul.menu a:after{ display:none}

.widgetable ul.menu>li{margin:0 0 2px 0; list-style:none !important; text-align:left;}

.widgetable ul.menu>li>a{ width:100%; margin:0 0 0 0; padding:15px 20px; line-height:1 !important;display: block;background:url(images/transparent-light.png);}

.widgetable ul.menu>li>a:hover{background:url(images/transparent.png);}

.widgetable ul.menu li ul{ margin:0 0 0 20px;}

.widgetable ul.menu>li>ul{ margin:-5px 0 0 25px; padding-bottom:10px;}

.widgetable ul.menu li ul li{ list-style:square inside;padding:0 0;}

.widgetable ul.menu li ul a{ width:100%; margin:0 0 0 0; padding:5px 0; font-size:95%;}

.widgetable ul.menu>li.menu-item-has-children>a{margin:0 0 15px 0;}


/* @twitter 
***************************/

.tp_recent_tweets ul{ margin:0 0 15px 0 !important;}

.tp_recent_tweets ul li{
	overflow:hidden;
	padding:15px 0  15px 35px !important;
	border-top-width: 1px ;
	border-top-style: solid;
	list-style:none !important;
	margin:0 !important;
	position:relative;
	background:none !important;
	line-height:2 !important;
}

.tp_recent_tweets ul li:first-child{
	padding:0 0  15px 35px !important;
	border-top:none;
}

.tp_recent_tweets ul li span a{/*color: #55acee;*/ opacity:.9; font-weight:normal;}

a.twitter_time{
	font-style:italic; font-size:11px;
} 

.tp_recent_tweets ul li::before {
    /*color: #55acee;*/
	opacity:.2;
    content: "\f099";
    font-family: FontAwesome;
	font-size:18px !important;
    left:2px;
    position: absolute;
    top: 15px;
}

.tp_recent_tweets ul li:first-child::before{top: -2px;}



/* @ads 
***************************/

.ad300{margin:0 -30px 30px -30px;overflow:hidden;width: calc(100% + 60px);}

#left-sidebar .ad300{margin:0 0;width:100%;}

.ad300_inn{width: 100%;}

#footer .ad300{ border:none;margin:30px 0 30px 0; background:none !important; max-width:100%;}

.ad300 img{ display:block; margin:0 auto 0 auto;}

ul.ad125{padding:0 0 0 0 !important; overflow:hidden; width:90% !important; margin:0 auto 15px auto !important;}

#footer ul.ad125{width:100% !important; margin:0 auto !important;}

ul.ad125 li{ float:left; margin:0 0 10px 0; width:50%; text-align:center; padding:0; overflow:hidden; list-style:none !important; background:none !important;}

#footer ul.ad125 li{margin:0 0 5px 0; width:50%;}

ul.ad125 li img{ float:none; display:block; margin:0 auto; padding:0; overflow:hidden}


 
/* @flickr
***************************/

span.flickr{ color: #0061D8; font-style:normal; padding:5px 0;}
 
.widgetable h2 span span,#footer h3 span span,#archives h2 span span,h2.widget span span { color: #FF1183; padding:5px 0; }
 
.flickwrap {
	position: relative;
	padding:0;
	overflow: hidden;
	width: 115%;
	margin:5px 0 10px 0;
}
 
.flickwrap img {
	float: left;
	margin:0 !important;
	padding: 0 !important;
	width:75px;
}
 
.flickr_badge_image{
	float: left;
	margin: 0 30px 30px 0!important;
	padding: 0 !important;
}

#footer .flickr_badge_image{}
 
.flickwrap a:hover img { background:#ccc; }

 
 
/* @author bio 
***************************/

.about-widget{margin:0 0;overflow:hidden;width: 100%;text-align:center; display: block; float:none; position:relative;}

img.authorlogo{ margin:0 0 0 0; opacity:.6; width:100%;}

p.authorinfo{ overflow:hidden; margin:0 0; position:absolute; bottom:60px; padding:0 40px; line-height:1.9; text-align:center; font-size:95%;}

h2.author_name{margin:0 0 !important;  width:100%; bottom:auto !important; top:0; padding:40px 20px 5px 20px !important;}

.about-widget .mainbutton{  margin:0 auto 15px auto; width:100%; float:none;}
 
 

/* featured 
***************************/

ul.featured {
	margin: 0 0 30px 0 !important;
	overflow: hidden;
	float: left;
	list-style:none !important;
	width:100%;
}

ul.featured li{	list-style:none !important; padding:0 0 !important; margin:0 0 !important; display:block;} 

ul.featured li:first-child div.tab-post{padding:0 0 15px 0;}

ul.featured li:last-child div{ border-bottom:none;}

ul.featured li .tab-post .imgwrap{ margin:0 0 15px 0;}

ul.featured li h3{ margin-top:15px;}

.serchwidget{ overflow:hidden;margin-bottom:25px;}

.tmnf-featured-slider li{ position:relative; list-style:none !important;}

.tmnf-featured-slider h2{ font-size:20px !important; margin:0 0 20px 0 !important;}

.tmnf-featured-slider li div .entryhead{ margin:0 0;}

.tmnf-featured-slider li div .entryhead .imgwrap img{ opacity:.5; width:100%;}

.tmnf-featured-slider .item_inn{ position:absolute; top:0;  bottom:0;left:0; z-index:3; padding:35px 25px 0 30px;}

.tmnf-featured-slider  .meta-general,
.tmnf-featured-slider  .meta-general p {
    margin: 0 !important;
    padding: 0 !important;
	border:none;
}

.tmnf-featured-slider .icon-rating {
    top:0;
    position: absolute;
    right:-5px;
	z-index:44;
}



/* comments widget 
***************************/

.com_post{
	overflow:hidden;
	padding:20px 0 !important;
	border-top:1px solid #ddd;
	margin:0 0 0 0 !important;
	list-style:none !important;
}

.com_post:first-child{
	padding:0 0 20px 0 !important;
	border-top: none;
}

.com_post img{ float:left; margin:8px 20px 5px 0 !important;}

.com_post span{ float:left; margin-right:7px; font-style: normal}

.com_post p{ padding:0 0 0 75px !important;}



/* tabs widget 
***************************/

#hometab {
	float: left;
	width:100%;
	padding:0 0 0 0;
	margin:0 0 25px 0;
	overflow: hidden;
	position: relative;
}
	
#footer #hometab { width:100%; padding:0; background: none !important;}
 
ul#serinfo-nav {
	position:relative;
	z-index: 1;
	margin:0 0 -2px 0 !important;
	background:url(images/transparent-light.png);
	overflow:hidden;
}
 
ul#serinfo-nav>li {
	padding:0 0 !important;
	float: left;
	margin-right: 0;
	width: 50%;
	text-align: center;
	text-shadow: none;
	cursor: pointer;
	background-image:none !important;
	list-style:none !important;
}
	
#footer ul#serinfo-nav>li {padding:0 0; margin:0 0 !important;}
 
#serinfo-nav li.current {
	color: #fff !important;
	position:relative;
	z-index: 6;
	border-bottom:none;
	overflow:hidden; 
}
	
#serinfo-nav li a{ text-transform: uppercase; padding:16px 0 13px 0; display:block; }
 
li#serpane0,
li#serpane1,
li#serpane2,
li#serpane4,
li#serpane5{
	margin: 0 0 -16px 0 !important;
	padding:0 !important;
	list-style:none !important;
	width:100%;
}

li#serpane3{
	padding: 30px 0 20px 0;
}
 
ul#serinfo {
	position: relative;
	z-index: 2;
	float: left;
	padding: 0 0 0 0;
	overflow: hidden;
	margin:-1px 0 0 0 !important;
	width:100%;
}
 
.tab-post {
	min-height:100px;
	overflow:hidden;
	border-bottom:1px solid #ddd;
	margin:0 0 0 0;
	padding:10px 0 10px 0;
	line-height: 18px;
	width:100%;
	position:relative;
	text-align:left;
}

.tab-post .imgwrap{ float:left;margin: 0 15px 0px 0 !important;}
	
.tab-post h4{ margin:0 0 5px 0; font-size:14px !important; line-height:1.2 !important;}

#footer .tab-post h4{ margin:0 0 7px 0; font-size:13px !important;}
 
.tab-post img {
	padding:0;
	float: left;
	max-width:80px;
}

.tab-post .meta a{
	line-height:1.3 !important;
	font-size:10px !important;
	margin:5px 0 5px 0;
	opacity:.7;
}

.tab-post p.meta { padding:0 0 0 0; float:left; display:inline;}

.tab-post p.meta_more,
.tab-post p.meta .divider { display:none;}



/* feautred (alt) widget 
***************************/

.featured-post {
	overflow:hidden;
	margin:0 0 30px 0;
	width:100%;
	height:75px;
	position:relative;
	line-height:1.2 !important;
}

.featured-post img{ width:75px;}

.featured-post-inn{ position: absolute; width:75%; height:75px; padding:10px 25px !important; top:0; left:25%; z-index:2;	background-image: url(images/transparent-light.png);}

.featured-post:hover .featured-post-inn{left:65px;}

.featured-post p.meta_alt { opacity:.5;}


.twinsbox{ margin:0 0 10px 0;}


/* 9. Comments / #comments
********************************************************************************************
********************************************************************************************/

#comments {
	clear: both;
	margin:0 0 20px 0;
	padding:0 0;
}

.single-work #comments {
	margin:0 0 10px 0;
	padding-top:40px;
}

#comments .navigation {
	padding:20px 0;
	clear: both;
	overflow:hidden;
}

h3#comments-title,
h3#reply-title {
	padding:20px 0;
	margin:0;
	border-bottom:2px solid #000;
}

.commentlist {
	list-style: none;
	margin:30px 0 0 0 !important;
}

.commentlist li.comment {
	line-height:2;
	margin: 0 0 25px 0;
	padding: 20px 0 10px 80px;
	position: relative;
	list-style:none;
}

ul.children li.comment:last-child{
	padding: 20px 0 10px 80px !important;
}

.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

#comments .comment-body p{ margin-bottom:8px;}

#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}

#comments .comment-body p:last-child {
	margin-bottom: 6px;
}

#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}

.commentlist ol {
	list-style: decimal;
}

.commentlist .avatar {
	position: absolute;
	top:20px;
	left:0;
}

.comment-author cite {
}

.comment-author .says {
	font-style: italic;
	display:none;
}

.comment-meta {
	margin: 0 0 20px 0;
	font-size:80%;
}

.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}

.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}

#content .topic a,
#content .reply a {
	font-size: 12px !important;
	text-transform:uppercase;
	margin: 0 0 0 0 !important;
	display:inline-block;
	padding: 4px 6px 1px;
}

.reply a,
a.comment-edit-link {
	color: #888;
}

.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}

#comments a.comment-reply-link{ margin:8px 0 15px 0 !important;}

.commentlist .children {
	list-style: none;
	margin: 0;
}

.commentlist .children li {
	list-style: none;
	border: none;
	margin: 0;
	padding-bottom:0 !important;
}

.nopassword,
.nocomments{display: none;}

#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}

.commentlist li.comment+li.pingback {
	margin-top: -6px;
}

#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}

#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}


#comments .navigation a{margin:0 0 !important;}

.comment-navigation .nav-previous a{ float:left; }

.comment-navigation .nav-next a{ float:right; }



/* Comments form 
***************************/

#respond {
	margin:0;
	overflow: hidden;
	position: relative;
}

#respond p {
	margin: 0;
}

.comment-form-author,
.comment-form-email,
.comment-form-url{ width:31.3%; float:left; margin-right:3% !important;}

.comment-form-url{margin-right:0 !important;}

input#author,
input#email,
input#url{ width:99.7% !important; margin-bottom:20px !important; border-width:2px; border-style:solid;}

#respond .comment-notes {
	margin-bottom: 1em;
	opacity:.7;
	font-size:90%;
}

.form-allowed-tags {display: none;}

.children #respond {margin: 0 48px 0 0;}

#comments-list #respond {margin:0;}

#comments-list ul #respond {margin: 0;}

#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	margin-left:10px;
}

#respond .required {
	color: #ff4b33;
	font-weight: bold;
	margin-left:3px;
}

#respond label {
	color: #888;
	font-size: 12px;
}

#respond input {
	margin:0;
	width: 96%;
}

#respond textarea {
	width: 100%;
	padding:10px 1.5%;
}

#respond .form-allowed-tags,
#respond .form-allowed-tags code {display: none;}

#respond .form-submit {margin: 12px 0;}

#respond .form-submit input {
	font-size: 14px;
	width: auto;
	margin:20px 1px 20px 1px;
}


/* 10. Forms
********************************************************************************************
********************************************************************************************/

input, textarea,input checkbox,input radio,select, file{
	border-width:2px; border-style:solid;
	padding:10px 5%;
	margin:0 0 5px 0;
	line-height:1.3 !important;
	background-image:url(images/transparent-light.png); 
	border-radius: 0;
}

input checkbox{ margin-right:5px;}

form#contactform fieldset input{
	float:none;
	width:320px;
	margin-top:30px;
}
	
form#contactform fieldset textarea{
	margin-top:30px;
	width:430px;
	border: 1px solid #eee;
	background:#fff;
}
	
form#contactform fieldset input#submit{
	width:150px; cursor:pointer;
}

#contact{padding:0 0 30px 0;}




/* 10. Search / .searchform
********************************************************************************************
********************************************************************************************/
 
.searchform {
	position: relative;
	float: none;
	width:100%;
	margin:0 0 30px 0;
}
 
.searchSubmit {
	position: absolute;
	height: 46px;
	width: 46px;
	border: none;
	cursor: pointer;
	margin:0;
	overflow:hidden;
	padding:4px;
	top: 2px;
	right:2px;
	font-size:10px !important;
	line-height:1 !important;
}
	
.searchform input.s {
	padding:15px 5%;
	margin:0 0 0 0;
	height:50px;
	font-style:normal;
	width:100%;
	border-width: 2px;
	border-style:solid;
	background-image:none;
}

.search #content .searchform,
.archive #content .searchform {margin: 50px 0 60px 0 ;width:100%;}

.search #content .searchform .searchform input.s{ font-size:18px; font-weight:bold;}


/* 12. Footer / #footer
********************************************************************************************
********************************************************************************************/

#footer {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	position: relative;
	text-shadow: none;
	border-top: solid 6px #9693c8;
}

#footer .foocol h2{font-size:14px !important; padding: 10px 0 0 0px; border-bottom: solid 2px #9693c8; text-transform: uppercase;}

#footer h2.widget span{ background:none; padding:0 0}

#footer h2.widget:before,
#footer h2.widget:after{ display:none;}

#footer ul{ margin:0; line-height: 20px;}
.redakcja-footer span {
	display: flex;
}
.redakcja-footer i {
	float: left;
	padding: 8px 10px 0px 10px;
}

#footer .foocol ul li{ margin:0 0 8px 0; padding:0 0 0 6px; list-style:inside none square;}

#footer p{ margin:0 0 15px 0;}

#footer .threecol>ul>li{ margin:0 0 8px 0;padding:0 0 0 5px; list-style: inside square;}

/*#footer input{ background:none !important;}*/
 
.footer-top{ overflow:hidden; text-align:center; border-bottom:1px solid #333; margin:0 8% 40px 8%; } 
 
#copyright {padding:10px 0; overflow:hidden; border-top:2px solid #444; }
 
.footer-logo{ overflow:hidden;}

.footer-logo img{ margin:0 0 15px 0;} 
 
#copyright{font-size:11px !important; text-transform:uppercase;} 
 
#copyright p {margin: 0;padding: 8px 0; width:50%; float:left; line-height:1;}
	
.bottom-menu{ float:right; max-width:50%; margin:0 auto 20px auto !important; display:block; text-align:center;}
.bottom-menu li{ display: block; float:left;}
.bottom-menu li a{  padding:5px 10px 5px 15px;background:url(images/grid.png) 0 10px  no-repeat; line-height:1; }
.bottom-menu li:first-child a{ padding:5px 10px 5px 0;background:none;}
.bottom-menu .menu-item-has-children > a::after,
.bottom-menu .mega2 > a::after{ display:none;}
	

	
/* 13. Images @ Galleries / img
********************************************************************************************
********************************************************************************************/

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

img.alignright {
	margin: 10px 1px 10px 20px !important;
	display: inline;
	float: right;
}

img.alignleft {
	margin: 10px 20px 10px 1px !important;
	display: inline;
	float: left;
}

.alignright {
	float: right;
	margin-left:15px;
}

.alignleft {
	float: left;
	margin-right:15px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
	
.wp-caption {
   text-align: center;
   padding-top: 0;
   margin-bottom:10px;
   max-width:100%;
}

.wp-caption img {
   margin:0  auto;
   display:block;
   float:none !important;
   padding:0;
   border: 0 none;
   max-width:100%;
}

.wp-caption p.wp-caption-text {
   font-size: 12px;
   padding:8px 10px 10px;
   margin:-5px 0 10px 0;
   overflow:hidden;
   background:url(images/transparent-light.png);
}

img.wp-smiley {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
}


.postbarNone .entry img.size-full{ margin:5px -50vw; max-width:100vw; width:100vw; left:50%; position:relative;}
.postbarNone .entry img.size-large{ margin:5px -600px; max-width:100vw;  left:50%; position:relative;}


/* @wp gallery 
***************************/

.attachment  .headimg{ display:none; visibility:hidden;}

.wp-smiley {
	margin:0;
}
.gallery {
	margin:0 auto 30px auto !important;
	width:100%;
}

.gallery .gallery-item {
	float: left;
	margin:0 1px 1px 0 !important;
	text-align: center;
	width:auto !important;
	height:auto;
	overflow:hidden;
	background:#000 url(images/icons/zoom.png) 50% 50% no-repeat !important;
	border:none !important;
	-moz-border-radius: 0;-khtml-border-radius:0;-webkit-border-radius:0;border-radius:0;
}

.entryfull .gallery .gallery-item{ max-width:149px;}

.gallery img {
	border:none !important;
	float:left;
}

.gallery a {
	overflow:hidden;
	float:left;
}

.gallery .gallery-caption {
	margin-left: 0;
}

.gallery dl {
	margin: 0;
}

dt.gallery-icon{ padding:0 0 !important;}

.gallery-caption {
	color: #888;
	font-size: 12px;
	margin:-24px 0 24px 0;
}

.gallery br+br,
.gallery-caption {
	display: none;
}
	
	
	
/* 14. Social Buttons / .social-menu
********************************************************************************************
********************************************************************************************/

ul.social-menu {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin:10px 0 30px 0;
	float:left;
}

#topnav ul.social-menu{ float:right;margin:0 0; padding:0 4px 0 0;}

#footer ul.social-menu{ float:none; text-align:center; display:inline-block; margin-top:5px;}
.tnp-email {
	color: #000 !important;
}

.widgetable ul.social-menu{margin:0 0 20px 0 !important;}
 
ul.social-menu li {
	display: inline;
	list-style-type: none;
	position: relative;
	line-height:1;
	float: left;
	margin: 2px 1px 3px 0;
	padding:0 0 0 0;
	overflow: hidden;
	text-align:center;
	-moz-transition: opacity 0.3s ease-in;
	-webkit-transition: opacity 0.3s ease-in; 
	-o-transition: opacity 0.3s ease-in;
}

#topnav ul.social-menu li{ margin:3px 0 0 5px;}
	
ul.social-menu li:hover {
	opacity:1;
	-moz-transition: opacity 0.3s ease-in;
	-webkit-transition: opacity 0.3s ease-in; 
	-o-transition: opacity 0.3s ease-in;
}

ul.social-menu li a{
	margin: 0 0 0 0;
	font-size:20px;
	width:38px;
	height:38px;
	text-align:center;
	padding:7px 0 7px 1px;
	float:left;
	border-width:1px; border-style:solid;
}
	
#topnav ul.social-menu li a{
	margin:0 0 0 0;
	border-width:0;
	font-size:14px;
	width:30px;
	height:30px;
	padding:8px 0;
}

#topnav ul.social-menu li a span,
.widgetable ul.social-menu li a span,
#footer ul.social-menu li a span{ display:none;}

ul.social-menu li a:hover,
#topnav ul.social-menu li a:hover{ background-image:none;}

/*
ul.social-menu li.sprite-rss a:hover{ background-color:#FE9900 !important;}
ul.social-menu li.sprite-google a:hover{ background-color:#DB4A37 !important;}
ul.social-menu li.sprite-delicious a:hover{ background-color:#3274D2 !important;}
ul.social-menu li.sprite-yahoo a:hover{ background-color:#65106E !important;}
ul.social-menu li.sprite-stumbleupon a:hover{ background-color:#EC4823 !important;}
ul.social-menu li.sprite-skype a:hover{ background-color:#00A8E9 !important;}
ul.social-menu li.sprite-behance a:hover{ background-color:#2D9AD2 !important;}
ul.social-menu li.sprite-myspace a:hover{ background-color:#003399 !important;}
ul.social-menu li.sprite-lastfm a:hover{ background-color:#B70736 !important;}
ul.social-menu li.sprite-linkedin a:hover{ background-color:#0274B3 !important;}
ul.social-menu li.sprite-flickr a:hover{ background-color:#F3006F !important;}
ul.social-menu li.sprite-deviantart a:hover{ background-color:#455548 !important;}
ul.social-menu li.sprite-tumblr a:hover{ background-color:#35506B !important;}
ul.social-menu li.sprite-vimeo a:hover{ background-color:#1BB6EC !important;}
ul.social-menu li.sprite-youtube a:hover{ background-color:#EC2828 !important;}
ul.social-menu li.sprite-twitter a:hover{ background-color:#00ABF0 !important;}
ul.social-menu li.sprite-facebook a:hover{ background-color:#47639E !important;}
ul.social-menu li.sprite-pinterest a:hover{ background-color:#CA222F !important;}
ul.social-menu li.sprite-instagram a:hover{ background-color:#734332 !important;}
ul.social-menu li.sprite-dribbble a:hover{ background-color:#DF3E7B !important;}
ul.social-menu li.sprite-github a:hover{ background-color:#000 !important;}
ul.social-menu li.sprite-px a:hover{ background-color:#000 !important;}
ul.social-menu li.sprite-foursquare a:hover{ background-color:#8CC540 !important;}
ul.social-menu li.sprite-soundcloud a:hover{ background-color:#FE5419 !important;}
ul.social-menu li.sprite-spotify a:hover{ background-color:#7CC110 !important;}
ul.social-menu li.sprite-ebay a:hover{ background-color:#FFCB01 !important;}
*/

/* footer-icons  */

.footer-icons{ position:relative; overflow:hidden; z-index:89; border-top-width:1px;  border-bottom-width:1px;border-style:solid;}

.footer-icons ul.social-menu{ text-align:center; float:left; display:inline-block; margin:38px -5px 25px 10px;}

.footer-icons ul.social-menu li a{ width:auto; height:39px; padding:6px 10px; margin:0 5px; position:relative; background-image:none !important;}

.footer-icons ul.social-menu li a span{ font-size:11px !important; text-transform:uppercase; margin-left:35px; margin-right:4px}

.footer-icons ul.social-menu li a i{ position:absolute; top:7px; left:14px;}

.footer-icons .mc4wp-form{ width:30%; float:left; margin:40px auto 25px auto;}


.footer-fix{ display:block; height:40px; position:relative; overflow:hidden; z-index:89;}

.page-template-homepage .footer-fix{ display: none;}



/* 15. Flex Slider / .flexslider
********************************************************************************************
********************************************************************************************/

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider 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 !important;}

#footer .foocol .slides{ overflow:hidden; margin:0 0 0 0;}
#footer .foocol .slides li,
#footer .flex-direction-nav li{margin: 0; padding: 0; list-style: none !important;}

/* FlexSlider Necessary 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 > li:first-child {display: block; -webkit-backface-visibility: visible;}*/
.flexslider .slides li>img,
.flexslider .slides li>a>img {max-width: 100%; display: block; margin:0 auto;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

.loading .loading-inn{ opacity:1; display:block;min-height:620px; width:100%; position:relative; z-index:99;}
.loading-inn{ opacity:0; display:none;}
.loading-inn i{ position:absolute; top:50%; left:50%; font-size:20px; margin:-10px 0 0 -10px;color:#aaa !important}



/* FlexSlider Default Theme
***************************/

.flexslider { margin: 0 0 0 0; zoom: 1; position:relative; }
.flex-viewport { max-height: 620px; overflow:hidden; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport {}
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }
/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width:55px; height:70px;line-height:1 !important; margin: -30px 0 0; position: absolute; top: 50%; z-index: 2; overflow: hidden; opacity: 0; cursor: pointer; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;}
.smallflex .flex-direction-nav a  { width:20px; height:40px;}
.flex-direction-nav .flex-prev { left: 20px; padding:28px 22px;}
.flex-direction-nav .flex-next { right: 20px;padding:28px 22px;}
.smallflex .flex-direction-nav .flex-prev { left: 20px; padding:12px 6px;}
.smallflex .flex-direction-nav .flex-next { right: 20px;padding:12px 8px;}
.flexslider:hover .flex-prev { opacity: 1; left:0;  }
.flexslider:hover .flex-next { opacity: 1; right:0;  }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav .flex-next:before {font-family:'FontAwesome' ;content:"\f054"; font-size:15px; letter-spacing:100px; line-height:1 !important;}
.flex-direction-nav .flex-prev:before {font-family:'FontAwesome' ;content:"\f053"; font-size:15px; letter-spacing:100px;line-height:1 !important;}

.smallflex .flex-direction-nav .flex-next:before,
.smallflex .flex-direction-nav .flex-prev:before{ font-size:10px;}


/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  {display: inline-block;}
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before {}
/* Control Nav */
.flex-control-nav {width: 300px; position: absolute; bottom:25px; left:50%; margin-left:-150px; text-align:center; z-index:4;}
.flex-control-nav li {margin: 0 4px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 10px; height: 10px; display: block; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; border:1px solid #fff; }
.flex-control-paging li a:hover { background: #fff; opacity:.7 }
.flex-control-paging li a.flex-active { background: #fff; cursor: default; }




/* Main Slider 
***************************/


.flexwrap{ margin:0 0 0 0; padding:0 0; width:100%; overflow:hidden; }
.flexwrap.yes_margin{ margin-bottom:60px;}
.blog .flexwrap{ margin:-40px 0 10px 0;}

.mainflex{ margin:0 0 0 0; overflow:hidden; position:relative; max-height:750px;}
.mainflex.yes_margin{margin:0 0 40px 0; }
.mainflex .slides { display:block; width:100%; margin:0 0;}
.mainflex .slides>li{max-height:750px;}

.mainflex .slides img,
.mainflex .slides iframe{display:block; float:none; margin:0 auto; width:100%;}
.mainflex .slides img { opacity:0.7;}
.mainflex li:hover img { opacity:.45;}
.mainflex .entryhead{ margin:0 0; max-width:100%;}

.flexinside{
	overflow:hidden;
	z-index:3;
	position: absolute;
	top:120px;
	left:50%;
	width:600px;
	margin:0 0 0 -570px;
	padding-bottom:7px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.mainflex-free .flexinside{ left:20%; margin:0 0;width:60%;top:80px; text-align:center;}

.ml-block-ml_2_3_column_block .mainflex-free .slides>li{max-height:480px;}

.flexinside h2,
.flexinside p{
	-webkit-animation-duration: .9s;
	animation-duration: .9s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
	margin:10px 0;
}

.flexinside h2 a,
.flexinside p{ display:block; overflow:hidden;word-wrap: break-word;max-width:700px;}


.mainflex .icon-rating,
.maso .icon-rating,
.item_4  .icon-rating{
    top:0;
    position: absolute;
    left:0;
	z-index:2;
}

.flexinside .meta .author img{ display:none;}

.slide-nav-wrap{overflow:hidden; width:100%; height:140px; padding:40px 0 0 0; position:absolute; left:0%; bottom:0; z-index:2; display:inline-block;

background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}

.slide-nav{overflow:hidden; width:100%; max-width:1140px;  height:100px; padding:0 0 0 0; position:relative;z-index:2; display:block; float:none; margin:0 auto;}
.slide-nav li{ line-height:1 !important; margin:0 0; padding:10px 0 0 0; display:block;width:20%; float:left; position:relative;}
.slide-nav li a:after{ background-color:#fff !important; content:""; display:block; position:absolute; height:5px; width:5px; top:-3px; left:50%; margin-left:-3px; opacity:0.3}
.slide-nav li>a{ padding:20px 12px 15px 12px; text-align:center;height:100px; width:100%; display: inline-block; border-top:1px solid rgba(255,255,255,0.1); position:relative; z-index:1; overflow:visible;}
.slide-nav li>a .title{ opacity:.5;}
.slide-nav li.flex-active a:after{ opacity:1;}
.slide-nav li.flex-active a:before{ opacity:1;height:11px; width:11px; left:50%; top:-7px;margin-left:-7px; content:""; border:1px solid #fff; display:block; position:absolute;}
.slide-nav li.flex-active>a .title{ opacity:1;}

.mainflexplain .slide-nav-wrap{ display:none;}


.flexslider li.flex-active-slide .flexinside h2{
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-duration: .9s;
	animation-duration: .9s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.flexslider li.flex-active-slide .flexinside p {
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
	-webkit-animation-duration: .9s;
	animation-duration: .9s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}




@-webkit-keyframes fadeInLeft {
	0% {
			opacity: 0;
			-webkit-transform: translate3d(0, -20px, 0);
			transform: translate3d(0, -20px, 0);
	}
	100% {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
			opacity: 0;
			-webkit-transform: translate3d(0, -20px, 0);
			transform: translate3d(0, -20px, 0);
	}
	100% {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
	}
}

@-webkit-keyframes fadeOutLeft {
	0% {
			opacity: 1;
	}
	100% {
			opacity: 0;
			-webkit-transform: translate3d(-50%, 0, 0);
			transform: translate3d(-50%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	0% {
			opacity: 1;
	}
	100% {
			opacity: 0;
			-webkit-transform: translate3d(-50%, 0, 0);
			transform: translate3d(-50%, 0, 0);
	}
}
		


/* Mosaic 
***************************/

.mosaicwrap{ overflow:hidden; display:block; width:100%; position:relative;}
.mosaicwrap.yes_margin{ margin-bottom:40px;}


ul.tmnf-mosaic{ overflow:hidden; display:block; width:100.2%; position:relative; height:720px;}

.ml-block-ml_2_3_column_block ul.tmnf-mosaic{ height:500px;}

ul.tmnf-mosaic li.maso{ overflow:hidden; display:block; width:100%; position:absolute;border-bottom:1px solid #000;border-right:1px solid #000;}

ul.tmnf-mosaic li.maso .meta{ float:left;}

ul.tmnf-mosaic li.maso img.wp-post-image{ position:absolute; top:0; left:0; opacity:.7; z-index:0; width:100%;}

ul.tmnf-mosaic li.maso:hover img.wp-post-image{ opacity:.4}

ul.tmnf-mosaic li.maso .entryhead{ width:100%; max-width:100%; margin:0 0;}


/*positions*/
ul.tmnf-mosaic li.maso-1{ top:0; height:66%;    left:0; width:66%;}
ul.tmnf-mosaic li.maso-2{ top:0; height:50%;    left:66%; width:34%;}

ul.tmnf-mosaic li.maso-3{ top:66%; height:34%;    left:0; width:33%;}
ul.tmnf-mosaic li.maso-4{ top:66%; height:34%;    left:33%; width:33%;}


ul.tmnf-mosaic li.maso-5{ top:50%; height:50%;    left:66%; width:34%;}
/*end positions*/


ul.tmnf-mosaic li.maso .mosaicinside{ position:absolute; bottom:20px; left:35px; right:85px; z-index:1;}

.ml-block-ml_2_3_column_block ul.tmnf-mosaic li.maso .mosaicinside{  bottom:10px; left:25px; right:25px;}

.mosaicinside h2{ margin:10px 0 5px 0;}

.mosaicinside h2 a{ padding:0 0 15px 0;}

.ml-block-ml_2_3_column_block .maso-1 h2,
ul.tmnf-mosaic li.maso-2 h2,
ul.tmnf-mosaic li.maso-3 h2,
ul.tmnf-mosaic li.maso-4 h2,
ul.tmnf-mosaic li.maso-5 h2{ font-size:18px; line-height:1.3;}

.ml-block-ml_2_3_column_block ul.tmnf-mosaic .tmnf_icon{ display:none;}









/* 16. Buttons, Pagination, Ribbons & Scroll to top
********************************************************************************************
********************************************************************************************/


/* Buttons
***************************/

a.more-link {
	display: none;
	visiblity:hidden;
}

a.read-more {
	display: block;
	visibility:visible;
}

a.mainbutton,#submit,#comments .navigation a,.tagssingle a,.contact-form .submit,.wpcf7-submit,a.comment-reply-link{
	margin:4px;
	line-height:1;
	padding:7px 10px;
	background: #f5f5f5;
	border:none !important;
	text-shadow:none;
	overflow:hidden;
	display:block;
	 cursor:pointer;
}

a.mainbutton{
	margin:20px 0 0 0;
	padding:15px 20px 14px 20px;
	text-align: center;
	display:block;
	min-width:130px;
	text-transform:uppercase;
	float:left;
}

a.mainbutton.tiny {
    min-width: 105px;
    padding: 6px;
}

a.morebutton{margin:0 0 0 0; display:block; float:none; line-height:1 !important; text-align:center; padding:15px 20px; overflow:hidden; }


/* Meta
***************************/

.meta-general{ margin:0 0; overflow:hidden;}

.meta-general .meta{ float:left;}

.single-post .meta-general{ display: block; text-align:center; margin:20px auto; float:none; z-index:1; position:relative;}

.single-post .meta-general .meta{ display:inline-block; overflow:hidden; padding:5px 0;}

.single-post .page-head .meta-general .meta{ float:none;}

.meta{
	line-height:2;
	overflow: hidden;
	margin:0 10px 0 0 !important;
	
}

.meta .divider{ margin:0 5px 0 12px;}

.meta_more{ float:left;margin:0 0 !important;}

.meta .author img{ float:left; width:22px; margin:-4px 15px 0 0 ;}


.meta-general.meta-center{ text-align:center; display: inline;}

.meta-general.meta-center .meta,
.meta-general.meta-center .meta_more{ float:none; display: inherit;}



/* Pagination
***************************/

.pagination{ margin:0 0 0 0; float:none; padding:5px 0; overflow:hidden; text-align:center;}

.loop-pagination{ margin-bottom:30px;}

a.page-numbers  { font-family:Arial, Helvetica, sans-serif; margin:30px 8px -1px 0; text-shadow:none;}

.page-numbers { font-size: 12px; line-height:.5 ;padding:12px 14px !important; border-width:1px; border-style:solid; display:inline-block;}

.page-numbers.current {font-weight:bold;margin:0 8px -1px 0; color:#fff; text-shadow:none;}

.dots { letter-spacing: 1px;margin:0 15px -1px 0; }

.wp-pagenavi a,
.wp-pagenavi span{ border:none !important; padding:3px 10px 3px 0 !important; margin:0 10px 0 0 !important;} 

.wp-pagenavi span.pages{ display:none;}



/* Post Pagination
***************************/

.post-pagination{display:inline-block; width:100%; position:relative; padding:0 0; margin:5px 0 0 0; text-transform:uppercase;}

.post-pagination p{ margin:15px 0;}

.post-pagination>p a:first-child{ float:left; border-bottom:none;}

.post-pagination>p a:last-child{ float:right; border-bottom:none;}

.page-link{ margin:3px 0 0 0; display:inline-block; text-align:center; overflow:hidden; position:absolute; width:60%; left:20%;}

.page-link span{ margin:1px 0 -2px 0;  padding:9px 9px;overflow:hidden; display:inline-block; width:30px;}

.page-link a{}

.page-link a span{background:#fff;}


/* Scroll To Top
***************************/

.scrollTo_top {
	position:fixed;
	right:54px;
	bottom:-4px;
	z-index:9999;
	width:50px;
	margin:0 0 0 0;
	text-align:center;
}

.scrollTo_top a i{
	float:left;
	padding:15px 18px 20px 18px;
}




/* 17. Plugins
********************************************************************************************
********************************************************************************************/

/* wp review */

.wrapper .review-total-only{ font-size:12px !important; margin:0 0 15px 0; }

.wrapper h5.review-title{ font-size:22px; font-weight:bold; line-height:1.1;padding:20px 25px;}

.wp_review_tab_widget_content{ margin:0 0 30px 0;}

.wrapper .wp-review-tabs{ margin-bottom:-10px !important;}

.wrapper .wp_review_tab_widget_content .tab-content li{ padding:25px 20px; line-height:1.1; margin:0 0;}

.wrapper .wp_review_tab_widget_content .tab-content li:first-child {padding-top: 15px;}

.wrapper .wp_review_tab_widget_content .tab_title a{ font-size:10px; padding:8px 0 7px 0; text-transform:uppercase;}

.wrapper .wp_review_tab_thumb_small {margin-right: 20px;}

.wrapper .review-total-only.small-thumb{ opacity:1; font-size:10px; position:absolute; bottom:25px; margin:0 0 ; left:20px;}

.wrapper .tab-content li:hover .review-total-only.small-thumb{ opacity:.5}

.wrapper .wp_review_tab_widget_content .wp-review-tab-postmeta{ display:none}

.wrapper .review-list li,
.wrapper .review-desc{ padding:15px 25px 15px 25px;}

.wrapper .user-review-area{padding:20px 25px;}

.review-result-wrapper i{ font-size:10px !important;}


/* shotcode buttons */

.su-button-style-flat span{ font-size:14px !important; line-height:34px !important;}


/* contact form */
.wpcf7-form p{ width:100%; overflow:hidden; clear:both; margin:0 0 10px 0; font-size:11px; font-style:italic;}

.wpcf7-form p img{ float:left;}

.wpcf7-form p input,
.wpcf7-form p textarea{ width: 100%; font-size:12px !important; font-style:normal; padding:15px 3%; margin:5px 0; overflow:hidden; clear:both;}

.wpcf7-form p textarea{ height:150px !important;}

.wpcf7-form p.sixcol{
float: left;
margin-right: 6%;
width: 47%;
clear:none;
}

.wpcf7-form p.sixcol.last{margin-right: 0;}

.wpcf7-submit.wpcf7-submit{ font-weight:bold; width:70px !important; padding:8px !important; margin:0 0 0 0 !important;}

.wpcf7-form p img{ float:left;}

input.wpcf7-captchar{ width:65px !important; margin-top:5px;}

span.wpcf7-not-valid-tip{ position:relative !important; margin-top:5px;}

/* awesome weather */
.awesome-weather-wrap{ margin:0 0 30px 0;}


/* mail chimp */

.mc4wp-form h3{ margin:15px 0 0 0;}

.mc4wp-form h3{ margin:15px 0 0 0;}

.mc4wp-form p,
.mc4wp-form span{ width:100%; clear:both; overflow:hidden; display:block;margin:0 0 10px 0;}

.mc4wp-form input[type="email"]{height:40px;width:70%; clear:both; overflow:hidden;float:left;}

.mc4wp-form input[type="submit"]{height:40px; border:none !important;width: 30% !important; float:right; cursor:pointer; margin: 0 0; padding:11px 5% !important;}

.text-full .mc4wp-form p{ max-width:40%; margin:20px auto !important;}

.text-full .mc4wp-form input[type="email"]{padding:20px; font-size:18px; }

.text-full .mc4wp-form input[type="submit"]{padding:21px 5% !important; font-size:18px;}


/* tiled gallery */

.tiled-gallery{ margin:40px 0 20px 0 !important; max-width:100% !important;}

.jp-carousel-wrap { font:inherit !important;}

.jp-carousel-wrap .jp-carousel-info h2{ color:#999 !important; text-align:center;
font: 600 18px/1.25em "Open Sans",sans-serif !important;}

.jp-carousel-close-hint span{ position:fixed; right:60px; top:30px; font-size:44px !important;}

.jp-carousel-wrap .jp-carousel-next-button span{background-image:url(images/btnNext.png) !important;background-size: 50px 50px !important; background-position:0 50% !important; opacity:1; width:52px}
.jp-carousel-wrap .jp-carousel-previous-button span{background-image:url(images/btnPrevious.png) !important;background-size: 50px 50px !important; background-position:0 50% !important; opacity:1;}

.jp-carousel-buttons,
#jp-carousel-comment-form-container,
#jp-carousel-comments-loading,
.jp-carousel-titleanddesc{ display:none !important;}

.jp-carousel .selected{ margin: 0 0 !important;}


/* Master Magazine */

ul.mpbox{ margin:0 0 0 0 !important; padding:0 0 0 0 !important;overflow:hidden; width:103%; display:block;}

ul.mpbox>li{width:28.75%; overflow:hidden; float:left; margin:0 0 40px 0 !important;}

ul.mpbox.col1>li{width:100%;}

ul.mpbox.col2>li{width:50%; padding-right:5%;}

ul.mpbox.col3>li{width:33.33%; padding-right:5%;}

ul.mpbox.col4>li{width:25%; padding-right:5%;}



li.mc-staff img{ float:left; margin:0 30px 15px 0; width:30%;}

ul.mpbox.col4>li img{ margin:0 0 20px 0; width:100%;}

.staff-inner{ border-bottom:2px solid #eee; padding-bottom:15px;}

li.mc-staff h3{ margin:0 0 10px 0;}

li.mc-staff p {margin:0 0 5px 0;line-height:1.9;}

.staff-meta p,
.mc-staff-social li{ font-weight:bold;}

.staff-content  p{ font-size:90%; margin:0 0 10px 0;}

.mc-staff-social { margin:0 0 0 0 !important; overflow:hidden;}

.mc-staff-social li{ float:left; margin:0 20px 0 0;}

.mc-staff-social li i{ margin-right:8px;}


/* Instagram Feed */

#sb_instagram{ margin:0 0 40px 0;}

#sb_instagram #sbi_images{ width:calc(100% + 40px) !important; margin:-20px -20px 0 -20px;}

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a{-moz-border-radius: 2px;-khtml-border-radius: 2px;-webkit-border-radius:2px;border-radius: 2px;}


/* 18. Homepage Blocks
********************************************************************************************
********************************************************************************************/

p.empty-template{ text-align:center; font-size:18px; margin:150px 0;}

.widgetwrap{ background-size:cover;}

.ml-block-ml_3_column_block,.ml-block-ml_2_3_column_block{ min-height:30px;}

.widgetwrap_alt{ overflow:hidden;}


/* TEXT - BLOCK */

.text-block{ overflow:hidden; background-size:cover;padding-left:40px !important;padding-right:40px !important;}

.text-block.yes_margin { margin-bottom:40px;}

.text-block h2.block{margin: 0 auto 20px; display:block; background:none;  padding:0 0;}

.text-block h2.block .maintitle,
.text-block h2.block .subtitle{ margin:0 auto 0 auto;  background: none !important;border:none;}

.text-block.cntr h2.block .maintitle,
.text-block.cntr h2.block .subtitle{ float:none; display:block;padding: 4px 20px;}

.text-block h2.block:before,.text-block h2.block:after,
.text-block.cntr h2.block .maintitle:after{ display:none;}




/* TEXT - FULL WIDTH */

.text-full { overflow:hidden; background-size:cover;}

.text-full.yes_margin { margin-bottom:40px;}

.text-full h2.block{margin: 20px auto 20px; display:block; background:none; max-width:1140px; padding:0 0;}

.text-full h2.block .maintitle,
.text-full h2.block .subtitle{ float:none;display:block; margin:0 auto 0 auto; padding:0 0; max-width:1200px; background: none !important; border:none;}

.text-full h2.block .maintitle:after{display:none;}

.text-full h2.block:before,.text-full h2.block:after{ display:none;}

.text-full h2.block .maintitle{margin:0 auto 3px auto;}

.text-full h2.block .subtitle{ opacity:.7;}

.text-full p{ margin:0 auto 15px auto;max-width:1120px;}



/* TEXT - CALL-TO-ACTION */

.text-action { padding:0 0 0 0; text-align:left; position:relative; overflow:hidden; background-size:cover !important;}

.text-action .container{ position:relative;}

.text-action h2.block{ background:none !important; max-width:70%; float:left; text-align:left;}

.text-action h2.block br{ display:none; float:left;}

.text-action p{ margin: 0 0 10px 0;max-width:60%; clear:both; overflow:hidden; text-align:left;}

.text-action a.actionbutton{ position:absolute; top:50%; right:40px; margin:-20px 0 0 0 !important; padding:18px 30px 17px 30px;}


/* ADS BLOCK  */

.ads-block.yes_margin { margin-bottom:40px;}

.ads-block img{ float:none; margin:0 auto; display:block;}

h2.ads-block{ font-size:10px !important; line-height:10px; margin:0 0 8px 0; text-transform:uppercase; opacity:.6;}


/* INFO POSTS */

.mm-wrap{margin:0 -20px; width: calc(100% + 40px);}

.mmbox{ overflow:hidden; margin:0 0 0 0;}

.mmbox li{ float: left; position:relative; list-style:none !important; width:33.33%; overflow:hidden; margin:0 0 40px 0;}

.mmbox li img{ width:100%; opacity:.8;}

.mmbox li .coco-social { display:none;}

.mmbox.col1 li{ width:100%;}
.mmbox.col2 li{ width:50%;}
.mmbox.col4 li{ width:25%;} 
.mmbox.col5 li{ width:20%;}

.mm-info{ padding:0 20px;}

.mm-info:hover img{ opacity:.5;}

.mm-inner{position:relative; list-style:none !important; width:100%; overflow:hidden;}

.mm-inner h2{ position:absolute; z-index:1; bottom:0; right:0;  margin:0 0 0 0; text-align:center; padding:8px 30px 12px 0; border-top:2px solid #ddd;}


/* CUSTOM MENU */

.tmnf_menu{overflow:hidden;}

.tmnf_menu ul.menu{ overflow:hidden; margin:0 0 40px 0; width:100.6%;}

.tmnf_menu ul.menu>li{float:left; padding:20px 30px; border:1px solid #eee; margin:0 0 -1px -1px !important; }

.tmnf_menu ul.menu ul li{line-height:1.4; margin-bottom:7px; padding-left:15px; position:relative;}

.tmnf_menu ul.menu ul li:before{ content:''; position:absolute; display:block; height:3px; width:3px; top:10px; left:0; background:#aaa;}

.tmnf_menu ul.menu ul li a{ font-size:90%;}

.tmnf_menu ul ul{ margin-top:7px;}

.tmnf_menu a{ position:relative;}

.tmnf_menu_2 ul.menu>li{ width:50%;}
.tmnf_menu_3 ul.menu>li{ width:33.333%;}
.tmnf_menu_4 ul.menu>li{ width:25%;}
.tmnf_menu_5 ul.menu>li{ width:20%;}

.tmnf_menu ul.menu>li>a{ border-bottom:3px solid #eee; padding-bottom:10px; width:100%; display:block; margin:0 0 10px 0;}

.tmnf_menu a i{ padding:3px 3px 3px 3px; margin:0 5px 0 0; font-size:12px !important;}


/* MAG BLOCKS - GENERAL */

.ml-block-ml_home_1{ overflow:hidden;}

.homeblog{ margin-bottom:80px;}

.mag-block{ width:calc(100% + 62px); margin:0 -31px 30px -30px; position:relative; overflow:hidden;}

.mag-block div.item{ overflow:hidden; position:relative;}

.mag-block div.item p.teaser{  margin:0 0 10px 0; /*opacity:.8;*/}

.mag-block div.item img{ width:100%;}

.mag-block div.item:hover img{opacity:.8;}


/* MAGAZINE 1 */

.mag-one div.item{border-right:1px solid #000;border-left:1px solid #000; float:left; width:25%; padding:0 30px 30px 30px; margin:0 0 0 -1px; min-height:530px;}

.ml-block-ml_2_3_column_block .mag-one div.item{width:33.44%;}

.ml-block-ml_3_column_block .mag-one{ margin-bottom:15px;}

.ml-block-ml_3_column_block .mag-one div.item{width:100%; min-height:0;}

.mag-one h3{ margin:10px 0 10px 0;}

.mag-one p.teaser{ font-size:90%; line-height:2.1;}

.mag-one div:nth-child(5){ clear: left;}

.ml-block-ml_2_3_column_block .mag-one div:nth-child(5){ clear: none; }
.ml-block-ml_2_3_column_block .mag-one div:nth-child(4){ clear: left; }





/* MAGAZINE 2 */

.mag-two{ padding:0 30px 0 30px;}

.item_2_big{ width:49%; float:left; overflow:hidden; padding:0 0 0 0;}

.ml-block-ml_2_3_column_block .item_2_big{ width:50%;}

.ml-block-ml_3_column_block .item_2_big{ width:100%;}

.item_2_big .item_inn{ position:absolute; top:0; left:0; padding:40px; z-index:1; width:100%;}

.ml-block-ml_2_3_column_block .item_2_big .item_inn,
.ml-block-ml_3_column_block .item_2_big .item_inn{ padding:25px 30px;}

.ml-block-ml_2_3_column_block .item_2_big p.teaser,
.ml-block-ml_3_column_block .item_2_big p{ display:none}

.item_2_big .entryhead{ margin:0 0;}

div.item_2_small{
	width:44%; 
	float:right;
	padding:12px 0 0 50px;
	margin:0 3.5%;
	position:relative;
	display:block;
	
	counter-increment: step;
}

.ml-block-ml_2_3_column_block div.item_2_small{
	width:42%;
	padding:15px 0 0 40px;
	margin:0 5% 0 3%;
}

.ml-block-ml_3_column_block .mag-two{ background:none;}

.ml-block-ml_3_column_block div.item_2_small{width:100%;margin:0 0;padding:15px 0 0 50px;}

.mag-two div.item:nth-child(2){ padding-top:30px;}

div.item_2_small::before {
    content: counter(step, decimal-leading-zero);
    left:-10px;
    position: absolute;
    text-align: center;
	text-indent:10px;
    top:15px;
}

.mag-two div.item:nth-child(2)::before{ top:32px;}

.item_2_small h2{ margin:0 0 8px 0; font-size:18px;}

.item_2_small p.teaser{ /*font-size:95%;line-height:2.0;*/ padding:0 0 15px 0;border-bottom-width:2px ; border-bottom-style:solid;}

.mag-two>div:last-child p.teaser{ border-bottom:none;}

.ml-block-ml_2_3_column_block .item_2_small p.teaser,
.ml-block-ml_3_column_block .item_2_small p.teaser{ font-size:90%;line-height:1.9;}


/* MAGAZINE 3 */

.mag-three{ padding:0 0;}

.item_3_big{ width:50%; padding:0 30px 0 30px; overflow:hidden; float:left; margin:0 0 0 0; border-right:1px solid #000;}

.ml-block-ml_2_3_column_block .item_3_big{ width:66.66%;}

.ml-block-ml_3_column_block .item_3_big{ width:100%;}

.item_3_big .entryhead{ margin:0 0 30px 0;}

.item_3_big .item_inn{ /* position:absolute; bottom:0; left:0; padding:0 15% 40px 15%; z-index:1; width:100%; text-align:center;*/}


div.item_3_small{
	width:25%; 
	float:left;
	margin:0;
	padding:0 30px;
	height:380px;
	overflow:hidden;
}
.social-menu li a {
	border: none !important;
}

.ml-block-ml_2_3_column_block div.item_3_small{ width:33.33%;margin:0 0 20px 0; height:auto;}

.ml-block-ml_3_column_block div.item_3_small{ width:100%;}

div.item_3_small h4{padding-bottom:10px; margin:0 0 15px 0; border-bottom-width:1px ; border-bottom-style: solid;}
.item_3_small img {
	margin-bottom: 5px;
}

.ml-block-ml_2_3_column_block div.item_3_small h4,
.ml-block-ml_3_column_block div.item_3_small h4{ min-height:0;}

.mag-three div.item_3_small p.teaser{ margin:20px 0;}

.mag-three div.item:nth-child(6){ clear:left;}

.ml-block-ml_2_3_column_block div.item_3_small .entryhead{ display:none;}

.ml-block-ml_2_3_column_block .mag-three div:nth-child(6){ clear: none; }
.ml-block-ml_2_3_column_block .mag-three div:nth-child(5){ clear: left;}


/* MAGAZINE 4 */

.mag-four{ width:100%; margin:0 0 60px 0;}

.item_4{ width:49%; float:left; position:relative; height:360px;border-bottom:1px solid #000;border-right:1px solid #000;}
.item_4:first-child {
	margin-right: 2%;
}

.item_4 .mosaicinside{ position:absolute; bottom:25px; left:35px; right:85px; z-index:1;}

.item_4 img{ opacity:.7; position:absolute; top:-20px; left:0;}

.item_4 .entryhead{ margin:0 0;}

.ml-block-ml_2_3_column_block .item_4{ height:270px;}

.ml-block-ml_3_column_block .item_4 .mosaicinside,
.ml-block-ml_2_3_column_block .item_4 .mosaicinside{ left:25px;right:25px;}

.ml-block-ml_3_column_block .item_4 h2,
.ml-block-ml_2_3_column_block .item_4 h2{ font-size:18px !important; line-height:1.3 !important}

.ml-block-ml_3_column_block .item_4{height:290px; width:100%;border-right: none;}



/* 19. Other (sticky, tagcloud, calendar, tabs, tooltips, speciable) 
********************************************************************************************
********************************************************************************************/

.blogger div.post.sticky{ border-bottom:3px solid rgba(0,0,0,.05); padding-bottom:30px; position:relative;} /* !! + styled within admin panel !! */

.blogger div.post.sticky:after{
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	font-family:'FontAwesome' ;
	content:"\f097";
	font-size:40px;
	letter-spacing:0;
	line-height:1 !important;
}

li.bypostauthor{background:url(images/transparent-light.png) !important;}

li.bypostauthor p{ padding-right:25px;}

.tagcloud{ padding:0 0 0 0; overflow:hidden;}

.tagcloud,#serpane3{ width:102%;}

.tagcloud a,#serpane3 a{ float:left; font-size:13px !important; line-height:1;  padding:6px 8px; border:1px solid rgba(0, 0, 0, 0.1); margin:0 8px 9px 0;background:url(images/transparent-light.png)}

.widgetable ul li.cat-item,
.widgetable ul li.page_item{
	padding:0 0 5px 0;
	margin:0 0 0 0;
	list-style: square;
	list-style-position: inside;
}

/* icons
***************************/




/* calendar widget
***************************/

.widget_calendar {float: left;}

#wp-calendar {width: 100%; margin:0 0 40px 0;}

#wp-calendar caption { text-align: left; color: #333; font-size: 10px; text-transform: uppercase; padding-bottom:5px; margin-bottom: 5px;background:url(images/line-h-l.png) bottom repeat-x; }

#wp-calendar thead { font-size: 10px; }

#wp-calendar thead th { padding-bottom: 10px; }

#wp-calendar tbody { color: #aaa; }

#wp-calendar tbody td { background: #f5f5f5; border: 2px solid #fff; text-align: center;}

#wp-calendar tbody td:hover { background: #fff; }

#wp-calendar tbody .pad { background: none; }

#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }

#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }


/* tables, def lists 
***************************/ 
table,dl {
	border: 2px solid rgba(0, 0, 0, 0.05);
	background:url(images/transparent-light.png);
	width: 100%;
	margin:0 0 30px 0;
}

table td, table th, dd {
	border-top: 2px solid rgba(0, 0, 0, 0.05);
}

table tr:first-child th{ border-top:none;}

table th, dt {
	padding:10px 12px;
	text-align: left;
	line-height: 1 !important;
}

table td,dd {
	padding:10px 12px;
	vertical-align: top;
	line-height: 1 !important;
}

thead td{ border:none;}


/* @tooltips 
***************************/

div.tooltip {
	display:none;
	position:absolute;
	text-align:center;
	line-height:normal;
	z-index:100000;
	opacity:1;
	background:#444;
	color:#eee;
	margin-right:-30px !important;
	-moz-border-radius: 2px;-khtml-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;
}

div.tooltip p {
	padding:10px 15px;
	line-height:1.4 !important;
	border-radius:2px;	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	text-shadow:none;
	max-width:250px;
	text-transform:capitalize;
	position:relative;
}
div.tooltip p:after {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #444;
    bottom: -8px;
    content: "";
    position: absolute;
    left:50%;
	margin-left:-10px;
}


/* @speciable
***************************/

/* curtain search */

a.searchtrigger{ position:absolute; bottom:15px;  right:10px; padding:5px; font-size:18px; line-height:1; text-align:center;}

#curtain{ position:fixed; top:0; left:0; background:#000;opacity:.0; height:0; width:100%; z-index:999; overflow:hidden;}

#curtain.open{height:100%;opacity:.9; }

#curtain .searchform{ max-width:40%; width:600px; height:80px;margin:-40px 0 0 -300px; float:none; position:absolute; top:50%; left:50%;}

#curtain .searchform input.s{ padding: 12px 35px;height:80px; background:url(images/transparent-dark.png); color:#ccc !important; border:2px solid rgba(255,255,255,.3); font-size:30px !important;}

#curtain .searchSubmit,
#curtain a.curtainclose {background-color:transparent;color:#ccc !important;border:none !important;top: 20px;right:15px;font-size:25px !important; width:40px; height:40px}

#curtain a.curtainclose { margin:-15px 0 0 340px; float:none; position:absolute; top:50%; left:50%;}


img{ max-width:100%; height:auto; display:block;}


object,embed,iframe {max-width: 100%;}

.admin-bar #navigation.scroll-to-fixed-fixed{ margin-top:32px;}

::selection {background:#000; color:#FFF;}
::-moz-selection {background:#000;color:#FFF;}

.upper #header h1,
.flexinside h2,
.upper .page-head h1,
.upper .meta,
.upper .mm-inner h2,
.upper .widgetable ul.menu>li>a,
.upper .meta a,
.upper .meta_more a,
.upper .nav>li>a,
.upper h2.archiv,
.upper .uppercase,
.upper .foocol h2,
.upper h2.block,
.upper .widgetable h2,
.upper .slide-nav li a .title,
.upper .postinfo h4,
.upper h3#reply-title,
.upper #footer .threecol h2,
.upper #respond .form-submit input
{ text-transform: uppercase;}


/* TICKER :
Based on 'Jquery news ticker plugin'
Author: Gopi Ramasamy
Plugin URI: http://www.gopiplus.com/work/2013/10/03/jquery-news-ticker-wordpress-plugin/
*/

.gticker-wrapper.has-js {
	margin: 0 0;
	padding: 0px 0;
	width: 60%;
	height: 36px;
	display: block;
	font-size:12px;
	text-align:center;
}
.gticker {
	width: 88%;
	height: 36px;
	display: block;
	position: relative;
	overflow: hidden;
}
.gticker-title {
	display:none !important;
}
.gticker-content {
	margin: 0px;
	left:0 !important;
	padding-top:10px;
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.4em;
}
.gticker-content:focus {
	none;
}
.gticker-content a {
	text-decoration: none;	
	font-size:13px !important;
}
.gticker-content a:hover {
	text-decoration: underline;	
}
.gticker-swipe {
	padding-top:14px;
	position: absolute;
	top: 0px;
	display: block;
	width: 97%;
	height: 30px; 
}
.gticker-swipe span {
	margin-left: 1px;
	border-bottom: 2px solid  rgba(153,153,153,.5);
	height: 10px;
	width: 10px;
	display: block;
}
.gticker-controls {
	padding: 10px 0px 0px 0px;
	list-style-type: none;
	float: left;
	vertical-align:top;
	width:12%;
}
.gticker-controls li {
	padding: 0px;
	margin-right: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
	border:1px solid rgba(153,153,153,.5)
}
.gticker-controls li.jnt-play-pause {
	background-image: url('images/controls.png');
	background-position: 31px 16px;
}
.gticker-controls li.jnt-play-pause.over {
	background-position: 31px 32px;
}
.gticker-controls li.jnt-play-pause.down {
	background-position: 31px 0px;
}
.gticker-controls li.jnt-play-pause.paused {
	background-image: url('images/controls.png');	
	background-position: 47px 16px;
}
.gticker-controls li.jnt-play-pause.paused.over {
	background-position: 47px 32px;
}
.gticker-controls li.jnt-play-pause.paused.down {
	background-position: 47px 0px;
}
.gticker-controls li.jnt-prev {
	background-image: url('images/controls.png');
	background-position: -2px 16px;		
}
.gticker-controls li.jnt-prev.over {
	background-position: -2px 32px;		
}
.gticker-controls li.jnt-prev.down {
	background-position: -2px 0px;		
}
.gticker-controls li.jnt-next {
	background-image: url('images/controls.png');	
	background-position: 16px 16px;	
}
.gticker-controls li.jnt-next.over {
	background-position: 16px 32px;	
}
.gticker-controls li.jnt-next.down {	
	background-position: 16px 0px;	
}
.js-hidden {
	display: none;
}
.no-js-news {
	padding: 10px 0px 0px 45px; 
	color: #F8F0DB;
}
.left .gticker-swipe {
	/*left: 80px;*/
}
.left .gticker-controls, .left .gticker-content, .left .gticker-title, .left .gticker {
    float: right;
}
.right .gticker-swipe {
	/*right: 80px;*/
}
.right .gticker-controls, .right .gticker-content, .right .gticker-title, .right .gticker {
    float: right;
}
.right .gticker-controls {
    padding-right: 6px;
}
.slick-slide {
	position: relative;
}
.meta-general.p-border.slider-user {
	position: absolute;
	width: 100%;
	bottom: 0%;
	left: 0;
	/* transform: translate(-50%,-50%); */
	text-align: left;
	padding: 0px 30px 0px 30px;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgb(0, 0, 0));
}
.meta-general.p-border.slider-user h2 {
	color: #fff;
	font-size: 1.3rem;
	font-weight: normal;
	padding: 50px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	line-height: 1.4rem;
}
.meta.meta_full a, .meta.meta_full span {
	font-size: 0.6rem;
	color: #fff;
}
.meta.meta_full {
	padding-bottom: 15px;
}
.slick-slide.slick-active:hover img {
	transition: 0.3s ease-out;
	transform: scale(1.2);
}
.slick-slide.slick-active img {
	transition: 0.3s ease-in;
	border: solid 0px;
}
.seo-home {
	background-color: #000;
	position: fixed;
	width: 100%;
	z-index: 99;
	border-bottom: solid 6px;
}
.nav > li.current-menu-item a::before {
	position: absolute;
	top: -5px;
	margin: 5px 0 0 0px;
	vertical-align: middle;
	display: inline-block;
	width: 100%;
	height: 4px;
	left: 0;
	background: #9693c8;
	content: "";
}
.seo-home.page-header {
	margin-bottom: 0px;
}
.ads-block {
	margin-bottom: 20px;
}
.ml-block-ml_home_1 h2 span a,
.ml-block-ml_home_2 h2 span a,
.ml-block-ml_home_3 h2 span a,
.ml-block-ml_home_4 h2 span a {
	color: #9693c8;
	font-weight: bold;
	text-transform: uppercase;
}
.fade {
	opacity: 0;
	transition: 0.3s opacity;
  }
.slick-track {
	margin-top: 68px;
}
#core {
	margin-top: 30px;
}
.info-autor {
	width: 100%;
	float: left;
}
.punctor-content-autor {
	float: left;
	width: 33.33%;
	padding-right: 10px;
}
.punctor-content-wrapper h3 {
	text-align: center;
	text-transform: uppercase;
	margin: 10px 10px 30px 10px;
}
.punctor-content-wrapper:hover img {
	opacity: .8;
	transition: 0.3s;
}
.dodja-strone {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.dodja-strone a button {
	padding: 15px 25px !important;
	margin-top: 20px;
	color: #fff;
	background: #9693c8;
	text-transform: uppercase;
	border: 0px;
	cursor: pointer;
	transition: 0.3s;
}
.dodja-strone a button:hover {
	background: #b3b1e2;
	transition: 0.3s;
}
.adverts-multi-level .adverts-grid-row {
	background-color: transparent;
}
.adverts-grid-row {
	background-color: #f4f4f4;;
}
.logged-in #header, .advert-template-default #header {
	margin: 0px;
	min-height: 30px;
}