/* ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' /   Table of Content  /


	/ All Styles


*/

/* ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' /   Font Face  */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin-ext);


/* ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' /   Reset & Basics  */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
		margin: 0;
		padding: 0;
		border: 0
;		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' /   Media Queries  */

	@media only screen and (min-width: 1100px) {
		.container 								{ width: 1100px; }
		.drawers 								{ display: none; }
		.menu-toggle 							{ display: none; }
	}

	@media only screen and (max-width: 1100px) {
		.header, .advertising, .sticky-wrapper 	{ display: none !important; }
		.container 								{ width: 900px; }
	}


	@media only screen and (min-width: 960px) {
		.entry-thumb							{ width: 900px; height: 400px; }
		.single .entry-thumb, 
		.page .entry-thumb						{ width: 900px; height: 100%; }
		.entry-video							{ width: 900px; }
		.single .hentry, .page .hentry			{ min-height: none; max-height: none; }		
	}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		.entry-content > p 						{ margin-bottom: 40px; }
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.entry-thumb							{ width: 768px; height: 341.32px; }
		.entry-video							{ width: 768px; }
		.single .entry-thumb, 
		.page .entry-thumb						{ width: 768px; height: 100%; }
	}

	@media only screen and (min-width: 768px) {
		.comment .children 						{ margin-left: 80px; }
		.moderation								{ float: right; }
		#respond input, .contactform input		{ width: 400px; }
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.moderation								{ float: left; }
		.comment .children 						{ margin-left: 30px; }

	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.entry-thumb							{ width: 420px; height: 186.68px; }
		.single .entry-thumb, 
		.page .entry-thumb						{ width: 420px; height: 100%; }
		.entry-video							{ width: 420px; }

		#respond input							{ width: 191px; }
		.contactform input						{ width: 225px; }
	}

	@media only screen and (min-width: 480px) {
		.comment-wrap							{ margin-left: 90px; }
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.entry-thumb							{ width: 300px; height: 133.32px; }
		.single .entry-thumb, 
		.page .entry-thumb						{ width: 300px; height: 100%; }
		.entry-video							{ width: 300px; }

		.comment .avatar, .avatar-mask 			{ display: none; }
		.comment-wrap							{ margin-left: 0; }
		#respond input							{ width: 200px; }
		.contactform input						{ width: 112px; }
	}

	@media only screen and (min-width: 1px) {
		.single .entry-thumb img, 
		.page .entry-thumb img					{ height: auto; }
	}



/* ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' /   STYLES  */

	html 										{ word-wrap: break-word; }
	.exo 										{ padding: 40px 0 80px; width: 100%; min-height: 90%; background: #273538 url('https://uxthis.skopp.sk/seamless.jpg') 50% 0 repeat;}

	.drawers, .exo				 				{ position: absolute; }
	.right-drawer 								{ position: fixed; padding: 60px 0; width: 200px; top: 0; right: 0; }
	.drawers 									{ top: 40px; left: 0; right: 0; bottom: 0; width: auto; height: auto; }

 	.header 									{ padding: 50px 0 55px; }
	.header
	{	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4);
		-moz-box-shadow: 0 1px 1px rgba(0,0,0,.4);
		-o-box-shadow: 0 1px 1px rgba(0,0,0,.4);
		box-shadow: 0 1px 1px rgba(0,0,0,.4); 	}
	/*.comments
	{	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
		-moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
		-o-box-shadow: 0 1px 1px rgba(0,0,0,.1);
		box-shadow: 0 1px 1px rgba(0,0,0,.1); 	}*/

 	.logo, nav.navigation, .external, .social	{ margin: 0 40px; }

 	.content 									{ padding-top: 0px; }


 	.entry-thumb a img:hover 					{ opacity: .9; }

 	.shadow 									{ content:url(../images/shadow.png); height: 40px; width: 100%; }
	.hentry										{ }
	.entry-content, .comments-wrap				{ width: 75%; margin: 0 auto; }

	.entry-date									{ margin-top: 25px; }
	.more-link									{ margin-top: 15px; }


	.archive-list, .contactform 				{ padding-left: 0px !important; }
	.archive-list li 							{ float: left; margin-right: 15px; position: relative; }
	.archive-list li a 							{ text-decoration: underline; }
	.archive-list, .contactform					{ margin: 0 0 20px !important; list-style: none !important; }

	#title 										{ text-align: center; }
	.title  									{ padding: 25px 0; }

	.advertising ul 							{ margin: 20px 32.5px 30px; }
	.banners-list li 							{ margin-bottom: 15px; }

	.disappear									{ display: none !important; }

	#open-right{
		background: url(../images/menu-toggle.png) center center no-repeat;
		display: block;
		width: 60px;
		height: 60px;
		position: fixed;
		right: auto;
		top: 10px;
		left: 20px;
		bottom: auto;
		z-index: 1000;
		cursor:pointer;
	}



/* ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' /   Colors  */

	/*  Background Colors   */
	.hentry, .comments, .sub-menu, .widget,
	.entry-content button, .entry-content #submit,
	input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus
	{ background-color: #ffffff; }

	input, textarea, select
	{ background-color: #eee; }

	.advertising
	{ background-color: #222222; }

	html, #title, .header, .drawers,
	.more-link:hover, button, input[type="submit"], #reply-title small:hover,
	.older-wrap, .newer-wrap, .both-wrap
	{ background-color: #333333; }

	/*  Red   */
	#reply-title small
	{ background-color: #ff0000; }


	/*  Font Colors   */
	.entry-content a, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6,
	.entry-title h2, a, a:visited, input:focus, textarea:focus,
	.entry-content button, .entry-content #submit
	{ color: #333333; }

	.external a, .entry-stuff, .both-wrap span, .comment-body, .archive-list li a:hover,
	input[type="text"], input[type="password"], input[type="email"], textarea, textarea.required, select,
	blockquote, pre, code, .entry-content ul
	{ color: #555555; }

	a:hover, .navigation > ul > li > a, .comment .comment-meta a:hover, .pagination h5:hover, .title
	{ color: #999999; }

	.external-list a:hover
	{ color: #999999 !important; }

	h6.entry-date, h6.entry-category, h6.entry-tags,
	.comments-title, #reply-title, .comment .comment-meta a, #respond label
	{ color: #bbbbbb; }

	.comment .comment-meta, .author-tag
	{ color: #e1e1e1; }

	a.more-link, .logo a, .navigation > ul > li > a:hover, .navigation li.current-menu-item > a, #cancel-comment-reply-link,
	button, #submit, input[type="submit"], .pagination h5
	{ color: #ffffff; }

	/*  Red   */
	.required, .moderation, .contactform label.error
	{ color: #ff0000; }

	/*  Yellow Conn   */
	.archive-list li a, .entry-content a:hover
	{ color: #ffcc00; }



/* ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' /   Custom Scrollbar in WebKit  */

	::-webkit-scrollbar {width: 8px; height: 8px; }
	::-webkit-scrollbar-track {background: #fff;-webkit-box-shadow: inset 1px 1px 2px #E0E0E0;border: 1px solid #D8D8D8;}
	::-webkit-scrollbar-thumb {background: #333;-webkit-box-shadow: inset 1px 1px 2px rgba(155, 155, 155, 0.4);}
	::-webkit-scrollbar-thumb:hover {-webkit-box-shadow: inset 1px 1px 10px rgba(0,0,0,0.3);}
	::-webkit-scrollbar-thumb:active {background: #888;-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);}



/* ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' /   Basic Styles  */

	body 							{ font: 17px/1.7em 'Open Sans', Helvetica, Arial, sans-serif; color: #999; -webkit-font-smoothing: antialiased; }

	.post.hentry 					{font-size: 1.05em; color: #616266;}

	h1, h2, h3, h4, h5,
	.h1, .h2, .h3, .h4, .h5,
	.navigation,
	h6.entry-date, h6.entry-category, h6.entry-tags,
	blockquote, .entry-content ul, .comment-meta, .vcard, #respond label,
	input[type="text"], input[type="password"], input[type="email"], textarea, select	{ font-family: 'Open Sans', Helvetica, Arial, sans-serif; }

	.more-link, .comment cite, input[type="submit"]		{ font-family: 'Open Sans', Helvetica, Arial, sans-serif; }

	.logo h2 						{text-align: left;}
	.logo-above-content h2 			{text-align: center; padding: 20px 0;}
	.logo-above-content				{background-color: #333; margin:0;}

	.entry-content h1,
	.entry-content h2, 
	.entry-content h3, 
	.entry-content h4, 
	.entry-content h5, 
	.entry-content h6 				{ margin-bottom: 20px; }
	.entry-title h1, 
	.entry-title h2, 
	.entry-title h3, 
	.entry-title h4, 
	.entry-title h5, 
	.entry-title h6 				{ margin-bottom: 0; }

 	article 						{ position: relative; }
 	.no-margin 						{ margin: 0 !important; }
 	.no-padding						{ padding: 0 !important; }

	img 		 					{ max-width: 100%; max-height: 100%; vertical-align: bottom; }
	iframe 							{ min-height: 100%; min-width: 100%; max-width: 100%; max-height: 100%; vertical-align: bottom; }
	a, a:visited 					{ text-decoration: underline; outline: 0; }
	
	h2 a,h2 a:visited								{ text-decoration: none;}
	.logo a,.logo a:visited							{ text-decoration: none;}
	.menu-item a,.menu-item a:visited				{ text-decoration: none;}
	.entry-comments a,.entry-comments a:visited		{ text-decoration: none;}

	p a, p a:visited 				{ line-height: inherit; }	
	a img 							{ border: none; }
	a > img 						{ vertical-align: bottom; }

	.work a, .newerandolder a, label.screen-reader-text 	{ display: block; }
	.wp-caption, .wp-caption-text, .sticky, .gallery-caption, .alignright, .alignleft, .aligncenter, .bypostauthor {}



/* ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' /   Typography  */

	.widget h2
	{ line-height: 90px; margin: 20px 0; color:#fff;}

	.entry-title h1, .entry-title h2
	{ font-size: 41px; line-height: 1.3em; }

	h1
	{ font-size: 34px; line-height: 40px; }

	h2
	{ font-size: 28px; line-height: 28px; text-align: center;}

	h3
	{ font-size: 25px; line-height: 28px; }

	h4, .h4 
	{ font-size: 22px; line-height: 32px; text-align: center; padding: 45px 0 25px; color: #222;}

	h5, .h5
	{ font-size: 14px; line-height: 18px; text-align: center;}

	h6, .h6
	{ font-size: 12px; }

	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
	{ text-transform: uppercase; text-decoration: none; }

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a 
	{}

	h1, h2 							{ letter-spacing: -2px; }
	h3, h4, h5	 					{ letter-spacing: -1px; }

	h6.title-format 				{ text-transform: capitalize; }
	h6.title-tags 					{ margin-right: 0 !important; }

	p { margin: 0 0 25px 0; }
	p img { margin: 0; }

	em { font-style: italic; }
	strong { font-weight: bold; }

	/*  Blockquotes   */
	blockquote, blockquote p 		{ font-style: italic; }
	blockquote 						{ margin: 50px 0 25px; text-align: center; }
	blockquote cite 				{ font-size: 1.3em; text-align: center; }
	blockquote cite:before 			{ content: "\2014 \0020"; }

	hr 								{ border: solid #ddd; border-width: 1px 0 0; clear: both; height: 0; }

	pre, code {
		white-space: pre;
		display: block;
		overflow: auto;
		padding: 0 20px;
		border-left: 1px solid #eee;
		clear: both;
		margin: 40px 0;
		font: 14px/18px "Andale Mono", Courier, "Courier New", monospace; }



/* ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' /   Transitions  */

	.navigation>ul>li, .entry-title, .entry-thumb a img, .logo img, 
	.more-link, .external .arrow, input[type="submit"], button, .social-list li a,
	.older-wrap, .newer-wrap, .both-wrap
	{	-webkit-transition:		all 0.2s ease;
		-moz-transition:		all 0.2s ease;
		-ms-transition:			all 0.2s ease;
		-o-transition:			all 0.2s ease;
		transition:				all 0.2s ease;		}

	.header #searchform input, #searchform fieldset
	{	-webkit-transition:		all 0.4s ease;
		-moz-transition:		all 0.4s ease;
		-ms-transition:			all 0.4s ease;
		-o-transition:			all 0.4s ease;
		transition:				all 0.4s ease;		}


	a, a:visited,
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
	{	-webkit-transition:		color 0.2s ease;
		-moz-transition:		color 0.2s ease;
		-ms-transition:			color 0.2s ease;
		-o-transition:			color 0.2s ease;
		transition:				color 0.2s ease;	}


	div
	{ -webkit-transition-duration: 0.4s;
	     -moz-transition-duration: 0.4s;
	      -ms-transition-duration: 0.4s;
	       -o-transition-duration: 0.4s;
	          transition-duration: 0.4s;	}

	div 
	{ -webkit-transition-property: height;
	     -moz-transition-property: height;
	      -ms-transition-property: height;
	       -o-transition-property: height;
	          transition-property: height;	}



/* ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' /   Lists  */

	ul, ol 							{ margin: 20px 0; }
	ul 								{ list-style: none outside; }
	.post.hentry ul					{ list-style: square outside; line-height: 1.5;}
	ol 								{ list-style: decimal; }
	ol, ul.square, 
	ul.circle, ul.disc 				{ margin-left: 30px; }
	ul.square 						{ list-style: square outside; }
	ul.circle 						{ list-style: circle outside; }
	ul.disc 						{ list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul 					{ margin: 0; }
	ul ul li, ul ol li,
	ol ol li, ol ul li 				{ margin-bottom: 6px; }
	li 								{ margin-bottom: 12px; }
	ul.large li 					{  }
	li p 							{ line-height: 1.6em; }
	ul.page-numbers 				{ margin-bottom: 6px; text-align: center; }
	ul.page-numbers li 				{ display: inline-block; margin: 0; padding: 0 14px 0 16px; border-left: 1px solid #E9e9e9; }
	ul.page-numbers li:first-child 	{ border: none; }
	.entry-content ul 				{ list-style-type: square; margin: 40px 0; padding-left: 30px; }



/* ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' /   Forms  */

	form, fieldset 					{ margin-bottom: 20px; }
	#respond 						{ margin-bottom: 80px; }
	.commentlist #respond 			{ margin-top: 50px; }
	#reply-title 					{ margin-bottom: 40px; }
	#respond label 					{ width: 70px; }
	.contactform label				{ width: 60px; }
	#respond label,
	.contactform label				{ font-size: 12px; text-transform: uppercase; display: inline-block; }
	#commentform textarea,
	.contactform textarea			{ height: 180px; vertical-align: bottom; width: 96%; max-width: 96%; padding: 14px 2%;  }

	#commentform p.textarea 		{ margin-bottom: 8px; }
	#commentform p 					{ margin-bottom: 20px; }
	#reply-title small 				{ display: none; padding: 2px 8px; margin-left: 4px; letter-spacing: 0; vertical-align: 4px; font-size:11px; }
	.commentlist #reply-title small { display: inline; }

	.log-comment 					{ font-size: 13px; }
	input#author, input#email,
	input#contactName				{ margin-left: -4px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select 
	{	border: none;
		padding: 9px 14px;
		font-size: 16px;
		border: 1px solid #eee;
		margin: 0;
		outline: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus
	{	border-color: #ccc;		}
	select 							{ padding: 0; }
	textarea 						{ min-height: 60px; }
	select 							{ width: 220px; }
	input[type="checkbox"] 			{ display: inline; }

	/*  Contact Form   */
	.contactform li 				{ margin-bottom: 20px; }
	.contactform input.required.error{  }
	.contactform label.error 		{ font-size: 11px; margin: 20px 0 25px; display: block; width: 100%; }



/* ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' /   Header  */

	/*  Logo   */
    .logo 							{  }
    .logo a 						{ display: block; }
    .logo h1 						{ font-size: 40px; line-height: 40px; }
    .logo img 						{ vertical-align: middle; }
    .logo > a:hover > img 			{ opacity: .8; }

    .external 						{ padding-top: 40px; font-size: 14px; }
	.external-list,
	.external-list li:last-child	{ margin: 0; }
	.external-list li				{ margin-bottom: 8px; }
	.external .arrow				{ margin-left: 8px; opacity: 0; }
	.external a:hover .arrow		{ opacity: .5; }


	.social 						{ padding-top: 31px; }
	.social-list 					{ margin: 0; }
	.social-list li  				{ float: left; margin: 10px 10px 0 0 ; }
	.social-list li a 				{ color: #fff; text-decoration: none; opacity: .5; display: block; width: 20px; height: 20px; } /*text-indent: -999em;*/
	.social-list li a:visited 		{ text-decoration: none; }
	.social-list li a:hover			{ opacity: 1; }


    /*  Menu   */
	.navigation 					{ vertical-align: bottom; padding-top: 40px; }
    .navigation li 					{ line-height: 1.5; }
	.navigation > ul > li > a 		{ font-size: 15px; padding: 0px 0px 14px; }
	.navigation li:first-child a    { border-top: none; }
	.navigation li:last-child a		{ padding-bottom: 0px; }
	.menu, .menu li					{ margin: 0; padding: 0; list-style: none; text-transform: uppercase; }
	.menu li a						{ display: block; position: relative; }

	.single .entry-date,
	.entry-category, .entry-tags	{ display: inline-block; }
	.entry-category, .entry-tags 	{ margin-left: 5px; }



/* ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' /   Blog   */

	.entry-title					{ padding: 60px 0 40px; text-align: center; }
	.format-quote .entry-title		{ padding-bottom: 50px; }

	.entry-video iframe 			{ vertical-align: bottom; }
	.entry-stuff 					{ padding-bottom: 60px; }

	.pagination h5					{ display: inline-block; font-size: 15px; }

	.older-wrap		 				{ float: left; padding: 12px 40px 11px 40px; }
	.newer-wrap 					{ float: left; padding: 12px 40px 11px 40px; }
	.both-wrap 						{ float: left; padding: 12px 40px 11px 40px; }

	.older-wrap,
	.newer-wrap,
	.both-wrap 	 					{ background-image: url(../images/reflect_button.png); background-repeat: no-repeat; background-position: center; }
	.both-wrap span 				{ margin: 0 10px; }

	.entry-stuff a 					{ text-decoration: underline; }
	span.tags-limit 				{ display: inline-block; max-width: 260px; max-height: 24px; }

	.entry-content .fluid-width-video-wrapper { margin: 40px 0 45px; }



/* ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' /   Buttons   */

	 button, input[type="submit"]
	{	text-transform: uppercase;
		text-decoration: none;
		padding: 8px 18px 7px 18px;
		border: none;
		cursor: pointer;
		-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;	}
	input[type="submit"] 
	{	width: auto !important; }
	.more-link-cont					{ text-align: center; margin-bottom: 20px; padding-top: 15px; }
	span.arrow 						{ background-image: url(../images/arrow.png); height: 10px; width: 10px; display: inline-block; margin-left: 5px; }
	a:hover.more-link 				{ color: #ffffff !important; }



/* ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' /   Comments   */

	.commentlist #respond			{ padding: 0; border: none; }

	.comment-body p					{ font-size: 15px; }
	.comments-title					{ text-align: center; margin-bottom: 40px; }
	.comment-wrap 					{  }
	.commentlist					{ margin-bottom: 70px; }
	.comment .avatar 				{ float: left; }
	.comment p 						{ margin-bottom: 0; }
	.comment cite 					{ font-weight: bold; }
	.comment .comment-meta 			{ font-size: 12px; margin: 2px 0 10px; }
	.comment .vcard, .comment-meta 	{  }
	.commentlist li 				{ margin-bottom: 40px; }
	.cancel-comment-reply, 
	.log-comment 					{ margin-bottom: 20px; }
	.comment .children 				{ margin-top: 40px; }

	.avatar-mask					{ background-image: url(../images/gravatar-mask.png); height: 60px; width: 60px; position: absolute; }



/* ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' /   Extra  */

	.wrapdget 						{ margin-bottom: 20px !important; }
	.widget 						{ padding: 0 0px 0px 30px; line-height: 20px; }
	.widget h5						{ font-weight: bold; padding: 30px 0 20px; }
	.widget>div 					{  }
	.twitter .tstatus				{ display: block; font-size: 11px; margin-top: 7px; }
	.widget_nav_menu .sub-menu		{ display: none !important; }
	.ads-115 img.ad1 				{ margin-right: 10px; }
	.ads-115 img 	 				{ margin-bottom: 10px; }

	.advertisement					{ margin-bottom: 20px; }
	.top-ad							{ margin-bottom: 10px !important; }

	.sticky-wrapper {
		height: 550px;
		position: fixed;
		margin-left: 900px;
	}


	.circular {
		width: 70px;
		border-radius: 63px;
		-webkit-border-radius: 63px;
		-moz-border-radius: 63px;
		margin-right:10px;
	}

	.more-link,.home-link,.blog-pager-newer-link,.blog-pager-older-link{
		-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
		box-shadow: 0 1px 0 rgba(0,0,0,.05);
		background-color: #50b990;
		background-image: -webkit-linear-gradient(top,transparent,transparent);
		background-image: linear-gradient(top,transparent,transparent);
		border: 1px solid transparent;
		color: #fff !important;
		text-shadow: none;
		border-radius: 2px;
		text-align: center;
		white-space: nowrap;
		line-height: 28px;
		min-width: 54px;
		outline: 0;
		padding: 4px 8px;
		text-decoration:none !important;
	}

	.home-link {
		background-color: #ededed;
		color: #fff !important;
	}

	/*zeleny*/
	.more-link:hover,.blog-pager-newer-link:hover,.blog-pager-older-link:hover{
		-webkit-box-shadow:inset 0 -1px 0 #42A680;
		box-shadow:inset 0 -1px 0 #42A680;
		background-color:#51D2A1;
		border:1px solid transparent;
		border-bottom:1px solid #42A680;
	}

	/*sivy*/
	.home-link:hover {
		background-color: #c3c3c3;
		color: #fff !important;
		-webkit-box-shadow:inset 0 -1px 0 #999;
		box-shadow:inset 0 -1px 0 #999;
		border:1px solid transparent;
		border-bottom:1px solid #999;
	}

	.addthis_toolbox {
		margin:0 auto;
	}

	.post_tag {display:none;}

	.before-social {
		margin: 30px 0 0;
	}

	.post-share-buttons {
		width: 250px;
		display: block !important;
		margin: 0 auto;
	}

	#footer,#footer a {
		color: #bac3c6;
	}

	.status-msg-wrap {
		width:100% !important;
		margin: 0 !important;
		padding: 0 !important;
		font-size: 0.9em !important;
	}

	.status-msg-border {
		border: 0 !important;
	}

	.status-msg-hidden,.status-msg-body {
		color: #f0f0f0 !important;
		padding: 20px 0 !important;

	}

	.status-msg-body b {
		font-weight: bold;
	}

	.blog-feeds,.post-feeds {display: none;}

	.blogger-clickTrap {display:none;}

/* ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' /   F*cking Internet Explorer  */

	.ie .meso 						{ margin-left: 12%; }
	.ie .menu-toggle 				{ display: none; }
	.ie .avatar-wrap 				{ display: none; }
	.ie .external .arrow 			{ display: none; }
	.ie .advertising 				{ display: none !important; }




@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    /* Retina-specific stuff here */
	#open-right 					{ display: none; }    
}




/*

   /  There might be coffee. Btw thanks again for your support i'm Rey Marval and hope to see you soon.

*/

/*


    Theme Name: NotIfY
    Theme URI: https://templateify.com
    Author: Rey Marval
    Author URI: https://www.collegetalks.net
    Description: A stunning Blogger template by Yousaf Ehsan
    Version: 1.0
    Tags: blue, white, yellow, gray, custom-header, custom-background, threaded-comments, sticky-post, rtl-language-support, editor-style
    License: GNU General Public License version 3.0
    License URI: https://www.gnu.org/licenses/gpl-3.0.html

    /  Handmade by Yousaf Ehsan from Spain.


*/ 


.post.hentry {line-height: 1.5;}


/* ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' /   Skeleton 960  */

    .hentry,.comments,.nav-previous,.widget.Profile,.widget.PopularPosts {padding: 20px 85px;}
    .widget.Profile {padding-top: 20px; padding-bottom: 70px; background: #293336;}
	.widget.PopularPosts {padding-top: 40px; padding-bottom: 20px; background: #293336;}
	.mobile-menu-wrapper {display:none;}

    /* Conn Column Classes */
    .container .ninehundred.columns             { width: 900px; }
    .container .twohundred.columns              { width: 200px; }
    .container .onehundrednine.columns          { width: 190px; }

    .container .ninehundred.columns,
    .container .twohundred.columns,
    .container .onehundrednine.columns          { margin-left: 0; margin-right: 0; }


    .container                                  { position: relative; margin: 0 auto; }
    .container .column,
    .container .columns                         { float: left; display: inline; }
    .row                                        { }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */
    .container .one.column,
    .container .one.columns                     { width: 40px;  }
    .container .two.columns                     { width: 100px; }
    .container .three.columns                   { width: 160px; }
    .container .four.columns                    { width: 220px; }
    .container .five.columns                    { width: 280px; }
    .container .six.columns                     { width: 340px; }
    .container .seven.columns                   { width: 400px; }
    .container .eight.columns                   { width: 460px; }
    .container .nine.columns                    { width: 520px; }
    .container .ten.columns                     { width: 580px; }
    .container .eleven.columns                  { width: 640px; }
    .container .twelve.columns                  { width: 700px; }
    .container .thirteen.columns                { width: 760px; }
    .container .fourteen.columns                { width: 820px; }
    .container .fifteen.columns                 { width: 880px; }
    .container .sixteen.columns                 { width: 940px; }

    .container .one-third.column                { width: 300px; }
    .container .two-thirds.column               { width: 620px; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 60px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three                 { padding-left: 180px; }
    .container .offset-by-four                  { padding-left: 240px; }
    .container .offset-by-five                  { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven                 { padding-left: 420px; }
    .container .offset-by-eight                 { padding-left: 480px; }
    .container .offset-by-nine                  { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven                { padding-left: 660px; }
    .container .offset-by-twelve                { padding-left: 720px; }
    .container .offset-by-thirteen              { padding-left: 780px; }
    .container .offset-by-fourteen              { padding-left: 840px; }
    .container .offset-by-fifteen               { padding-left: 900px; }



/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 1100px) {

    	.exo,.widget 								{padding: 0px;}
    	.mobile-menu-wrapper 						{display:block;}
    	.widget h2 									{margin: 0;}

        .container                                  { width: 768px; }
        .container .column,
        .container .columns                         {  }
        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
        .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
        .alpha.omega                                { margin-left: 0; margin-right: 0; }

        .container .one.column,
        .container .one.columns                     { width: 28px; }
        .container .two.columns                     { width: 76px; }
        .container .three.columns                   { width: 124px; }
        .container .four.columns                    { width: 172px; }
        .container .five.columns                    { width: 220px; }
        .container .six.columns                     { width: 268px; }
        .container .seven.columns                   { width: 316px; }
        .container .eight.columns                   { width: 364px; }
        .container .nine.columns                    { width: 412px; }
        .container .ten.columns                     { width: 460px; }
        .container .eleven.columns                  { width: 508px; }
        .container .twelve.columns                  { width: 556px; }
        .container .thirteen.columns                { width: 604px; }
        .container .fourteen.columns                { width: 652px; }
        .container .fifteen.columns                 { width: 700px; }
        .container .sixteen.columns                 { width: 748px; }

        .container .one-third.column                { width: 236px; }
        .container .two-thirds.column               { width: 492px; }

        .container .ninehundred.columns             { width: 768px; }

        /* Offsets */
        .container .offset-by-one                   { padding-left: 48px; }
        .container .offset-by-two                   { padding-left: 96px; }
        .container .offset-by-three                 { padding-left: 144px; }
        .container .offset-by-four                  { padding-left: 192px; }
        .container .offset-by-five                  { padding-left: 240px; }
        .container .offset-by-six                   { padding-left: 288px; }
        .container .offset-by-seven                 { padding-left: 336px; }
        .container .offset-by-eight                 { padding-left: 384px; }
        .container .offset-by-nine                  { padding-left: 432px; }
        .container .offset-by-ten                   { padding-left: 480px; }
        .container .offset-by-eleven                { padding-left: 528px; }
        .container .offset-by-twelve                { padding-left: 576px; }
        .container .offset-by-thirteen              { padding-left: 624px; }
        .container .offset-by-fourteen              { padding-left: 672px; }
        .container .offset-by-fifteen               { padding-left: 720px; }
    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {

    	.hentry,.comments,.nav-previous,.widget.Profile,.widget.PopularPosts {padding: 20px 20px;}
    	.exo,.widget {padding: 0px;}
    	.exo {background-image:none;}
    	.widget.Profile {padding: 20px 20px 70px;}
		.widget.PopularPosts {padding: 40px 20px 20px;}
		.mobile-menu-wrapper {display:block;}

		.more-link {height: 45px; font-size: 1em;}
		.widget h2 {margin: 0;}


        .container { width:100%; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column  { width:100%; }

        .container .ninehundred.columns { width:100%; }

        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; }

    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px 

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container { width: 420px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column { width: 420px; }

        .container .ninehundred.columns { width: 420px; }

    }


/* ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' /   Cap  */

    @media only screen and (min-width: 1100px) {
        .container { margin: 0; }
        .meso {
            width: 1100px;
            margin: 0 auto;
            padding: 0;
            position: relative;
            min-height: 100%;
            z-index: 1;
            border-top: none;
            border-bottom: none;
            overflow-x: hidden;
            overflow-y: auto;
        }
    }


/* ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' /   Clearing  */

    /* Self Clearing Goodness */
    .exosphere:after                { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
    .clearfix:before,
    .clearfix:after,
    .piece:before,
    .piece:after                    { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
    .piece:after,
    .clearfix:after                 { clear: both; }
    .piece,
    .clearfix                       { zoom: 1; }
    .clear                          { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }







    