/*   
Author: Maxim Aginsky
Author URI: http://www.maximaginsky.com/
*/

/* Reset styles */
	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font: inherit;
	}
	
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	}
body {
	line-height: 1;
	}
ol, ul {
	list-style: square;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* end */

* {
/* This will help us size things easily with percentages even though we'll be using borders */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
* {
    outline: none;
}
::selection {
	background: #B9BFFF; /* Safari */
	color: white;
	text-shadow: none;
	}
::-moz-selection {
	background: #B9BFFF; /* Firefox */
	color: white;
	text-shadow: none;
}

/*-----------------general css-----------------*/

.h1, .h2, .h3, .h4, .p, .content-page, .ul-page, .rm-table {
	font-family: 'Oswald', sans-serif;
	color: #A7A7A7;
}
.h1 {
	font-size: 60px;
	margin: 100px 10px 30px;
	font-weight: 700;
	line-height: 60px;
	background: -webkit-linear-gradient(#A7A7A7, #FFF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.h1 span {
	font-size: 16px;
	display: block;
	margin-top: -12px;
	font-weight: 400;
	letter-spacing: 20px;
}
.h2, .h3, .h4 {
	font-size: 30px;
	line-height: 30px;
	padding-top: 50px;
	font-weight: 700;
	padding-bottom: 9px;
	border-bottom: 2px dotted rgba(167, 167, 167, 0.55);
	background: -webkit-linear-gradient(#A7A7A7, #FFF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.h2 {
	margin: 150px 10px;
}
.h3 {
	margin: 350px 10px 100px;
}
.h4 {
	margin: 300px 10px;
}
//.p {
	font-size: 18px;
	margin: 20px 10px 10px;
	font-weight: 300;
	letter-spacing: 1px;
}
//.p {
font-size: 24px;
margin: 20px 10px 10px;
font-weight: 400;
letter-spacing: 1px;
background: black;
color: #696969;
padding: 5px;
display: inline-block;
-webkit-transform: rotate(4deg);
-moz-transform: rotate(4deg);
-ms-transform: rotate(4deg);
-o-transform: rotate(4deg);
box-shadow: 6px -8px 5px rgba(19, 19, 19, 0.77);
}
//.p {
font-size: 24px;
margin: 20px 10px 10px;
font-weight: 400;
letter-spacing: 1px;
background: black;
color: #696969;
padding: 9px 40px 1px 0px;
display: inline-block;
-webkit-transform: rotate(4deg);
-moz-transform: rotate(4deg);
-ms-transform: rotate(4deg);
-o-transform: rotate(4deg);
box-shadow: 6px -8px 5px rgba(19, 19, 19, 0.77);
border: 1px dashed rgba(136, 136, 136, 0.35);
}
.p {
font-size: 18px;
margin: 20px 10px 10px;
font-weight: 400;
letter-spacing: 1px;
background: #191A19;
color: #696969;
border-bottom: 1px dashed rgba(94, 94, 94, 0.83);
padding: 9px 20px 1px 0px;
display: inline-block;
-webkit-transform: rotate(4deg);
-moz-transform: rotate(4deg);
-ms-transform: rotate(4deg);
-o-transform: rotate(4deg);
box-shadow: 5px -2px 4px rgba(19, 19, 19, 0.55) inset;
/* border: 1px dashed rgba(136, 136, 136, 0.35); */
}
.p span {
	display: block;
line-height: 24px;
	background: -webkit-linear-gradient(#A7A7A7, #1F1F1F);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
//.p .r {
display: inline-block;
font-size: 30px;
color: white;
-webkit-text-fill-color: gray;	
}
.p .r {
display: inline-block;
color: white;
font-size: 50px;
font-weight: 300;
-webkit-text-fill-color: rgba(143, 143, 143, 0.33);
text-shadow: 10px -10px 2px rgba(0, 0, 0, 0.54);
background: none;
}
//.content-page {
	font-size: 18px;
	margin: 40px 10px 10px;
	font-weight: 700;
	color: rgb(85, 83, 83);
}
.content-page {
font-size: 38px;
margin: 40px 10px 10px;
font-weight: 700;
color: rgba(75, 75, 75, 0.77);
text-shadow: 1px 1px 1px rgba(14, 14, 14, 0.63);
}
//.ul-page {
	font-size: 14px;
	margin: 0 10px 10px;
	font-weight: 300;
	list-style: disc;
	margin-left: 30px;
	letter-spacing: 1px;
}
.ul-page {
//font-size: 24px;
font-size: 20px;
line-height: 26px;
margin: 0 10px 10px;
font-weight: 300;
margin-left: 30px;
letter-spacing: 1px;
list-style: circle;
color: rgb(85, 83, 83);
}
.ul-page span {
	color: rgba(255, 255, 255, 0.13);
}
.ul-page a {
	color: #A7A7A7;
}
.ul-page a:hover {
	text-decoration: underline;
}
.rm-table {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
}
//.rm-table td {
	border: 1px solid #363636;
    padding: 7px;
}
.rm-table td {
border: 1px solid rgba(54, 54, 54, 0.5);
padding: 11px;
box-shadow: -1px -1px 0px #0E0E0E;
/* border: 1px solid #363636; */
/* padding: 9px; */
/* box-shadow: -1px -1px 0px #0E0E0E; */
}
.rm-table-date {
	width: 40%;
}
.rm-div {
	margin: 20px 10px 100px;
}
.rm-div a {
	color: #A7A7A7;
}
.rm-div a:hover {
	text-decoration: underline;
}
.section3 {
	position: relative;
    background: #191A19;
}
.section3:before, .section3:after {
	z-index: -1;
	position: absolute;
	content: "";
	top: 22px;
	left: 5px;
	width: 50%;
	//bottom: 95%;
	height: 100px;
	background: #191A19;
	-webkit-box-shadow: 0 -25px 10px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 -25px 10px rgba(0, 0, 0, 0.8);
	box-shadow: 0 -25px 10px rgba(0, 0, 0, 0.8);
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
}
.section3:after {
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  right: 5px;
  left: auto;
}
.wtt-art1, .wtt-art2, .wtt-art3 {
	text-align: right;
	margin-bottom: -75px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 70px;
	position: relative;
	z-index: -2;
	padding-right: 10px;
	color: #B9BCFF;
	border: 5px solid #FFB9B9;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	float: right;
	right: 30px;
	text-shadow: 8px 8px 10px rgba(0, 0, 0, 1);
}
.wtt-art1 {
	margin-top: 60px;	
	padding-right: 30px;
}
.wtt-art2 {
	margin-top: 220px;
}
.wtt-art3 {
	margin-top: 270px;	
}
.wtt-art1 span, .wtt-art2 span, .wtt-art3 span {
	font-weight: 700;
	color: #FCFFB9;
	text-shadow: 8px -8px 10px rgba(0, 0, 0, 1);
}

/*-----------------------------web portfolio css----------------------------------- */

body {
	font-family: 'Varela Round', Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #31352f;
	background-color: #191A19;
	
}
header {
	position: relative;
	padding: 0 10px;
	max-width: 1200px;
	margin: 50px auto;
}
.logo2 {
	display: none;
}
.logo {
	position: relative;
	width:289px;
	height: 69px;
	display: block;
	overflow: hidden;
}
.logo img {
	position: absolute;
}
.logo-img {
	z-index:100;
}
.webtalkto {
	z-index:98;
	position: absolute;
	background-image: url(images/webtalkto.png);
	width: 289px;
	height: 69px;
	left: 0;
	animation:wtt 3.0s ease-in-out forwards;
    -webkit-animation:wtt 3.0s ease-in-out forwards; /*Safari and Chrome*/
}
header a .webtalkto {
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
header a:hover .webtalkto {
	background-image: url(images/logo2.png);
}
@keyframes wtt
{
from {left:-200px;}
to {left:0;}
}

@-webkit-keyframes wtt /*Safari and Chrome*/
{
from {left:-200px;}
to {left:0;}
}
.me {
	z-index:99;
	left: 0;
	animation:me 4.0s ease-in-out forwards;
    -webkit-animation:me 4.0s ease-in-out forwards; /*Safari and Chrome*/
}
@keyframes me
{
from {left:-230px;}
to {left:0;}
}

@-webkit-keyframes me /*Safari and Chrome*/
{
from {left:-230px;}
to {left:0;}
}

/* Navigation Menu */

nav {
	position: absolute;
	line-height: 18px;
	right: 10px;
	top: 28px;
}
nav ul {
	list-style: none;
	margin: 0;
}
nav ul li {
	display: inline-block;
}
nav ul li a {
	font-size: 14px;
    line-height: 18px;
	color: white;
	font-weight: 700;
	margin: 0 5px;
	padding-bottom: 10px;
}
nav ul li a:hover {
	color: #b9d3ff;
}
nav ul li.current_page_item a, 
nav ul li.current_page_item a:hover {
	border-bottom: 5px solid #b9d3ff;
	color: white;
	cursor: default;
	padding-bottom: 3px;
}
nav ul li:hover ul {
    display: block;
}
nav ul li ul {
	position: absolute;
	padding-top: 40px;
	padding-left: 30px;
	background: #b9d3ff;
	text-align: left;
	width: 300px;
	height: 250px;
	display: none;
	right: -10px;
	z-index: 100;
	border-bottom: 5px solid #7fa0d9;
	margin-top: 37px;
}
nav ul li ul:before {
	content: "";
	position: absolute;
	top: -29px;
	right: 12px;
	width: 46px;
	height: 33px;
	background-image: url(images/nav-arrow.png);
}
nav ul li ul li {
	position: relative;
	display:block;
	margin-top: 10px;
}
nav ul li ul li a {
	font-family: 'Varela Round', Arial, sans-serif;
	text-transform: none;
	color: #3c8d60;
	font-size: 18px;
	font-weight: 900;
}
nav ul li ul li a:hover  {
	color: white;
	text-decoration: none;
}
nav ul li ul li:nth-child(1) a:hover:before,
nav ul li ul li:nth-child(2) a:hover:before,
nav ul li ul li:nth-child(3) a:hover:before,
nav ul li ul li:nth-child(4) a:hover:before {
	content: "";
	position: absolute;
	top: 0;
	left: -20px;
	width: 17px;
	height: 17px;
	background-image: url(images/nav-dot.png);
}
nav ul li ul li.current_page_item a, 
nav ul li ul li.current_page_item a:hover {
	border-bottom: none;
	cursor: default;
	color: #3c8d60;
}
nav ul li ul li.current_page_item a:before {
	content: "";
	position: absolute;
	top: 0;
	left: -20px;
	width: 17px;
	height: 17px;
	background-image: url(images/nav-dot.png);
}

/* end */

.search-block {
	display: block;
	width: 100%;
	margin: 0 auto;
	clear: both;
	padding: 50px 0 83px;
}
#search {
	font-family: 'Varela Round', Arial, sans-serif;
	background: none;
	border: none;
	border-bottom: 5px solid #616161;
	width: 100%;
	color: #fff;
	top: -25px;
	border-radius: 0;
	position: relative;
	box-shadow: none;
	font-size: 20px;
	max-width: none;
}
#search:focus{
    border-bottom: 5px solid #DBFFB9;
}
.content {
	position: relative;
	max-width: 600px;
	width: 100%;
	margin: 0 auto 100px;
	padding: 0 10px;
}
.entry-title {
	font-size: 52px;
	font-weight: 400;
	color: white;
	text-align: center;
	margin: 0px 0px 50px;
	text-shadow: 0 -1px #6F6F6F;
	
	-webkit-transform: rotate(4deg);/* Safari */
	-moz-transform: rotate(4deg);/* Firefox */
	-ms-transform: rotate(4deg);/* IE */
	-o-transform: rotate(4deg);/* Opera */
}
.page-description {
	font-size: 14px;
    line-height: 18px;
	color: white;
	text-align: center;
	margin-bottom: 70px;
	max-width: 200px;
	border-left: 5px solid #FFF7B9;
	padding-left: 4px;
}
.page-template-portfolio-php .content {
	max-width: 600px;
	text-align: center;
	color: white;
}
.page-template-portfolio-php h1 {
	color: white;
}
.page-template-portfolio-php .content h1 {
    color: #636363;
}
.page-template-portfolio-php .content h1 span {
    color: white;
}
.page-template-portfolio-php .content img {
	width: 400px;
	margin-top: 50px;
}
.page-template-portfolio-php .content a.visit {
	width: 100%;
	display: block;
	border-bottom: 5px solid #FFFFFF;
	margin: 0 0 150px;
	padding-bottom: 5px;
	font-size: 18px;
	color: white;
	text-align: left;
	text-transform: uppercase;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.page-template-portfolio-php .content p {
    line-height: 20px;
}
.page-template-portfolio-php .content a:hover.visit {
	border-bottom: 5px solid #FFB9B9;
	padding-left: 20px;
	font-size: 18px;
}
.page-template-portfolio-php .post,
.page-template-contact-info-php .post {
	background: transparent;
	box-shadow: none;
	border-right: none;
}
.portfolio-description {
	display: inline-block;
	margin-bottom: 20px;
	background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #FFB9B9), color-stop(50%, #31352f), color-stop(100%, #C7B9FF));
	background: -webkit-linear-gradient(left, #FFB9B9,#31352f,#C7B9FF);
	background: -moz-linear-gradient(left, #FFB9B9,#31352f,#C7B9FF);
	background: -o-linear-gradient(left, #FFB9B9,#31352f,#C7B9FF);
	background: linear-gradient(left, #FFB9B9,#31352f,#C7B9FF);
	padding: 4px 20px;
	font-size: 18px;
	line-height: 24px;
}
.post-title {
	text-align: center;
}

/* for all */

.content img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
#footer img {
	max-width: 100%;
	height: auto;
}
h1,
h2,
h3,
h4 {
	line-height: 1;
	color: rgba(61, 60, 60, 0.9);
	margin: 50px 0 30px 0;
	font-weight: 900;
}

h1 {
	font-size: 56px;
}
h2 {
	font-size: 42px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 20px;
}
h1 a {
	color: #31352f;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
p {
	margin: 0 0 20px 0;
}
strong {
	font-weight: 900;
}
.entry a {
	color: #C7B9FF;
	text-decoration: none;
	border-bottom: 2px solid #C7B9FF;
}
.entry a:hover {
	color: #FFB9B9;
    border-bottom: none;
}
a {
	color: #C7B9FF;
	text-decoration: none;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
a:hover {
	color: #FFB9B9;
}
ul, 
ol {
	margin: 0 0 20px 40px;
	list-style: disc;
}
::-webkit-input-placeholder {
   color: #ccc;
   font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
   color: white; 
   font-size: 14px; 
}
::-moz-placeholder {  /* Firefox 19+ */
   color: white; 
   font-size: 14px; 
}
:-ms-input-placeholder {  
   color: white;  
   font-size: 14px;
} 

/* Footer */

#footer {
	color: white;
    background: #f16433;
}
#footer a {
	color: rgba(255, 255, 255, 1);
}
#footer a:hover {
	color: #31352f;
}
#footer .sixth-version {
	margin:0 auto;
	max-width: 1200px;
}
#footer .text-block {
	margin: 100px auto;
	max-width: 600px;
	text-align: center;
	padding: 0 5px;
}
#footer .social {
	margin: 70px auto;
	max-width: 600px;
	text-align: center;
	padding: 0 5px;
}
#footer .social img {
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
}
#footer .social img:hover {
	-webkit-transform: rotateZ(10deg);
	-moz-transform: rotateZ(10deg);
	transform: rotateZ(10deg);
}
#footer h1 {
	font-size: 72px;
	color: white;
}
#footer .clock {
	margin: 300px auto 0;
	max-width: 1000px;
}
#footer .text-block-clock {
	max-width: 400px;
	float: right;
	padding: 0 5px;
}
#footer .working-on {
	margin: 100px auto;
	max-width: 900px;
}
#footer .text-block-working-on {
	max-width: 600px;
	float: left;
	margin-right: 40px;
	padding: 0 5px;
}
#footer .latest-projects {
	margin: 200px auto;
	max-width: 800px;
}
#footer .text-block-latest-projects {
	max-width: 600px;
	float: right;
	margin-right: 40px;
	padding: 0 5px;
}
#footer .art-talk {
	position: relative;
	text-align: center;
	margin: 200px auto 0;
	width: 100%;
}
.art-talk img {
	margin-bottom: -6px;
}
.footer-left-triangle {
	position: absolute;
	left: 0;
	bottom: 0;
}
.footer-right-triangle {
	position: absolute;
	right: 0;
	bottom: 0;
}
.footer-gallery {
	background-color: #191A19;
	margin: 0 auto;
	width: 100%;
	padding-top: 100px;
	text-align: center;
}
.footer-gallery img {
	margin-bottom: -6px;
	margin-top: 150px;
	padding: 0 5px;
}

/* animated-clock */

.animated-clock {
	position: relative;
	height: 500px;
	margin: -80px auto 40px;
	max-width: 500px;
	width: 100%;
	overflow: hidden;
}
.animated-clock img {
	width: 100%;
	height: 100%;
}
.animated-clock span.clock-face, 
.animated-clock span.second, 
.animated-clock span.minute, 
.animated-clock span.hour, 
.animated-clock span.dot {
	position: absolute;
}
.animated-clock span.second {
	-webkit-animation: rotate 7s infinite linear;
	-moz-animation: rotate 7s infinite linear;
	-ms-animation: rotate 7s infinite linear;
	-o-animation: rotate 7s infinite linear;
	animation: rotate 7s infinite linear;
}
.animated-clock span.minute {
	-webkit-animation: rotate 30s infinite linear;
	-moz-animation: rotate 30s infinite linear;
	-ms-animation: rotate 30s infinite linear;
	-o-animation: rotate 30s infinite linear;
	animation: rotate 30s infinite linear;
}
.animated-clock span.hour {
	-webkit-animation: rotate 100s infinite linear;
	-moz-animation: rotate 100s infinite linear;
	-ms-animation: rotate 100s infinite linear;
	-o-animation: rotate 100s infinite linear;
	animation: rotate 100s infinite linear;
}
@-webkit-keyframes rotate {
	0% { -webkit-transform: rotate(0deg);}
	100% { -webkit-transform: rotate(360deg);}
}	
@-moz-keyframes rotate {
	0% { -moz-transform: rotate(0deg);}
	100% { -moz-transform: rotate(360deg);}
}	

@-ms-keyframes rotate {
	0% { -ms-transform: rotate(0deg);}
	100% { -ms-transform: rotate(360deg);}
}	

@-o-keyframes rotate {
	0% { -o-transform: rotate(0deg);}
	100% { -o-transform: rotate(360deg);}
}	

@keyframes rotate {
	0% { transform: rotate(0deg);}
	100% { transform: rotate(360deg);}
}



/* Responsiveness*/

@media only screen and (max-width: 1200px), 
only screen and (max-device-width: 1200px) {
	body {
		font-size: 14px;
	}
	.search-block {
	    padding: 50px 0 43px;
    }
	.entry-title {
		font-size: 32px;
	}
	h1, 
	#footer h1 {
		font-size: 32px;
	}
	h2, 
	.web-talk {
		font-size: 26px;
	}
	h3, 
	.leave-your-talk {
		font-size: 18px;
	}
	h4 {
		font-size: 16px;
	}
	.portfolio-description {
		font-size: 14px;
	}
	#footer .clock {
		margin: 200px auto 0;
	}
	#footer .working-on {
		margin: 50px auto;
		max-width: 800px;
	}
	#footer .latest-projects {
		margin: 100px auto;
	}
	#footer .art-talk {
		margin: 130px auto 0;
	}
	.footer-left-triangle, 
	.footer-right-triangle {
		width: 150px;
	}
	.art-talk img {
		margin-bottom: -8px;
	}
	.footer-gallery img {
		margin-bottom: -7px;
	}
	.footer-gallery {
		padding-top: 30px;
	}
	.footer-gallery img {
		margin-top: 100px;
	}
	.post-title {
		margin-top: 20px;
	}
	
}
@media only screen and (max-width: 920px), 
only screen and (max-device-width: 920px) { 

    .h4 {
       margin: 200px 10px;
	}
	.wtt-art2 {
        margin-top: 120px;
	}
	.h3 {
        margin: 250px 10px 100px;
	}
	.wtt-art3 {
        margin-top: 170px;
	}
	.animated-clock {
		max-width: 350px;
		height: 350px;
	}
	#footer .text-block-clock {
		float: none;
		margin: 0 auto 100px;
		text-align: center;
	}
	#footer .clock {
		margin: 100px auto 0;
	}
	#footer .text-block-working-on {
		float: none;
		margin: 0 auto;
		max-width: 400px;
	}
	#footer .working-on img {
		margin: 0 auto;
		display: block;
	}
	.footer-left-triangle, 
	.footer-right-triangle {
		width: 50px;
	}
	#footer .latest-projects {
		//max-width: 600px;
	}
	#footer .text-block-latest-projects {
		max-width: 400px;
		float: none;
		margin: 0 auto;
	}
	#footer .latest-projects img {
		margin: 0 auto;
		display: block;
	}
	.footer-gallery img {
		margin-bottom: -8px;
	}

}

@media only screen and (max-width: 700px), 
only screen and (max-device-width: 700px) {
	.h4 {
		margin: 200px 10px 100px;
		}
	.h2 {
        margin: 150px 10px 70px;
		}
	.rm-div {
		margin: 20px 10px 40px;
		}
	body {
		line-height: 20px;
		}
	header {
		margin: 20px auto;
	}
	nav {
		top: 11px;
	}
	.page-description {
        margin-bottom: 20px;
	}
	/*------*/
	.logo {
		display: none;
	}
	.logo2 {
	position: relative;
	width:150px;
	height: 36px;
	display: block;
	overflow: hidden;
	}
	.logo2 img {
		position: absolute;
	}
	.logo-img2 {
		z-index:100;
	}
	.webtalkto2 {
		z-index:98;
		position: absolute;
		background-image: url(images/webtalkto-150.png);
		width: 150px;
		height: 36px;
		left: 0;
		animation:wtt2 3.0s ease-in-out forwards;
		-webkit-animation:wtt2 3.0s ease-in-out forwards; /*Safari and Chrome*/
	}
	header a .webtalkto2 {
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	header a:hover .webtalkto2 {
		background-image: url(images/logo2-150.png);
	}
	@keyframes wtt2
	{
	from {left:-200px;}
	to {left:0;}
	}
	
	@-webkit-keyframes wtt2 /*Safari and Chrome*/
	{
	from {left:-200px;}
	to {left:0;}
	}
	.me2 {
		z-index:99;
		left: 0;
		animation:me2 4.0s ease-in-out forwards;
		-webkit-animation:me2 4.0s ease-in-out forwards; /*Safari and Chrome*/
	}
	@keyframes me2
	{
	from {left:-230px;}
	to {left:0;}
	}
	
	@-webkit-keyframes me2 /*Safari and Chrome*/
	{
	from {left:-230px;}
	to {left:0;}
	}
	
}

@media only screen and (max-width: 420px), 
only screen and (max-device-width: 420px) {
	.h3 {
		margin: 200px 10px 50px;
	}
	.wtt-art3 {
		margin-top: 120px;
	}
	#footer .social img {
		width: 100px;
	}
	body {
        line-height: 18px;
	}
	h1, 
	h2, 
	h3, 
	h4 {
        margin: 30px 0 20px 0;
	}
	.post {
        padding: 12px;
	}
	
}


