/*   
Theme Name: Web Talk To
Theme URI: http://www.webtalkto.com/
Description: "Web Talk To" is a theme for Web Talk To created by Web Talk To
Author: Maxim Aginsky
Author URI: http://www.maximaginsky.com/
Version: 6 (May-June-July 2014)
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Beautiful
*/

/* 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;
}

/* Starts main css */

body {
	font-family: 'Varela Round', Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #31352f;
	background-color: #31352f;
}
header {
	padding: 0 10px;
	max-width: 1200px;
	margin: 50px auto 0;
}
.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: relative;
    float: right;	
	line-height: 18px;
}
nav ul {
	list-style: none;
	margin: 0;
}
nav ul li {
	display: inline-block;
}
nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    line-height: 18px;
	text-transform: uppercase;
	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 #cdb9ff;
	color: white;
	cursor: default;
}
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: 14px;
	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;
	max-width: 600px;
	margin: 0 auto;
	clear: both;
	padding: 57px 0 33px;
}
#search {
	background: none;
	border: none;
	border-bottom: 2px solid #fff;
	width: 80%;
	color: #fff;
	top: -25px;
	border-radius: 0;
	position: relative;
	box-shadow: none;
	font-size: 20px;
	max-width: none;
}
#search:focus{
    border-bottom: 2px solid #000;
}
.content {
	position: relative;
	max-width: 600px;
	width: 100%;
	margin: 0 auto 100px;
	padding: 0 10px;
}
.single-post .content,
.page .content {
	max-width: 700px;
}
.entry-title {
	font-size: 52px;
	font-weight: 400;
	color: #fff;
	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 */
}
.entry-title span {
	top: -60px;
	position: relative;
	padding-left: 10px;
}
.page-description {
	font-size: 14px;
    line-height: 18px;
	color: white;
	text-align: center;
	margin-bottom: 70px;
	max-width: 300px;
	border-left: 5px solid #FFF7B9;
	padding-left: 4px;
}
.post {
	background: white;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.33);
	padding: 30px;
	border-right: 5px solid #E7E7E7;
	margin-bottom: 50px;
}
.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 {
	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 {
	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;
}
.blog .meta {
	margin: 0 0 84px 0;
	text-align: center;
	color: #31352f;
}
.meta {
	font-size: 14px;
    line-height: 18px;
	margin: 0 0 20px 0;
	text-align: center;
	color: white;
}

/* for all */

.content img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
#footer img {
	max-width: 100%;
	height: auto;
}
.content iframe {
	border: 5px solid #FFB9B9; 
}


.entry a[href$=jpg], 
.entry a[href$=jpeg], 
.entry a[href$=jpe], 
.entry a[href$=png], 
.entry a[href$=gif],
.entry a:hover[href$=jpg], 
.entry a:hover[href$=jpeg], 
.entry a:hover[href$=jpe], 
.entry a:hover[href$=png], 
.entry a:hover[href$=gif] {
	//border: 0 none;
	border: none;
}

iframe, 
object {
	max-width: 100%;
	width: 100%;
}
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;
}
blockquote {
	padding: 10px 0px 10px 20px;
	margin: 30px 0;
	border-left: 5px solid #FFB9B9;
}
blockquote:before {
	content: '\201C';
	position: relative;
	font-size: 52px;
	line-height: 0;
	color: #FFB9B9;
}
blockquote:after {
	content: '\201E';
	position: relative;
	font-size: 52px;
	line-height: 0;
	color: #FFB9B9;
}
ul, 
ol {
	margin: 0 0 20px 40px;
	list-style: disc;
}
hr {
	border: 0;
	height: 2px;
	background: #C7B9FF;
	background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #FFB9B9), color-stop(50%, #FFFFFF), color-stop(100%, #C7B9FF));
	background: -webkit-linear-gradient(left, #FFB9B9,#FFFFFF,#C7B9FF);
	background: -moz-linear-gradient(left, #FFB9B9,#FFFFFF,#C7B9FF);
	background: -o-linear-gradient(left, #FFB9B9,#FFFFFF,#C7B9FF);
	background: linear-gradient(left, #FFB9B9,#FFFFFF,#C7B9FF);
	margin: 75px 0 53px 0;
}
.highlight {
	padding: 10px 0px 10px 10px;
	margin: 30px 0;
	text-align: left;
	border-left: 5px solid #FFB9B9;
}
sup {
   vertical-align: baseline;
	position: relative;
	top: -10px;
	font-size: 12px;
}
pre {
	padding: 20px 0px 20px 10px;
	overflow: auto;
	margin: 0 0 60px 0;
	border-left: 5px solid #31352f;
}
.more-link, 
.comment-reply-link {
	display: table;
	margin-top: 40px;
	font-size: 16px;
	width: 170px;
	text-align: right;
	padding: 10px 27px;
	margin-left: -37px;
	background: #B9BFFF;
}
a.more-link, 
a.comment-reply-link {
	color: white;
	border-bottom: none;
	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:hover.more-link, 
a:hover.comment-reply-link {
	background: #FFB9B9;
	padding: 10px 17px;
	color: white;
}
a.demo_button {
	display: table;
	cursor: pointer;
	margin: 50px auto 60px;
	text-align: center;
	font-size: 16px;
	padding: 10px 27px;
	color: #B9BFFF;
	border: 5px solid #B9BFFF;
	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:hover.demo_button {
	color: #FFB9B9;
	border: 5px solid #FFB9B9;
	padding: 10px 40px;
}
.blog .entry img {
	width: 400px;
	display: table;
	margin: 0 auto;
}
//.single-format-standard .entry>p:nth-child(1) {
    font-size: 125%;
	line-height: 1.2;
}
.single-format-standard .entry p:first-child:first-letter {  
    font-size: 100px;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
	line-height: 1; 
	color: #FFB9B9;
} 
.entry h1 .icon-cogs {
	font-size: 32px;
}
.blog h1 a:hover {
	text-shadow: none;
	color: #BCB9FF;
}

/*TEST.page-id-3791 .content:before,

.postid-3664 .content:before,
.postid-3570 .content:before,
.page-id-2676 .content:before,
.page-id-3268 .content:before,
.postid-3199 .content:before,
.postid-3177 .content:before,
.postid-2894 .content:before,
.page-id-1064 .content:before,
.postid-2721 .content:before,
.page-id-4167 .content:before,
.page-id-4201 .content:before {
	content: "";
	position: absolute;
	top: 0;
	left: 10px;
	width: 147px;
	height: 110px;
	background-image: url(images/portfolio-work-icon.png);
}*/

/* */

.pag_nav {
	font-size: 20px;
	margin-bottom: 50px;
	overflow: hidden;
}
.pag_nav_left, 
.pag_nav_right {
	width: 100px;
	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.pag_nav_left {
	float: left;
	border-left: 5px solid #C7B9FF;
	padding-left: 10px;
}
.pag_nav_left:hover {
	border-left: 5px solid #FFB9B9;
    padding-left: 20px;
}
.pag_nav_right {
	float: right;
	text-align: right;
	border-right: 5px solid #C7B9FF;
	padding-right: 10px;
}
.pag_nav_right:hover {
	border-right: 5px solid #FFB9B9;
    padding-right: 20px;
}

/* Picture gallery */

.page-template-picture-gallery-php .content {
    max-width: 500px;
}
.gallery-img-title {
	font-size: 16px;
	padding: 10px 27px;
	margin-bottom: 15px;
	margin-left: -10px;
	color: white;
	
	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);
}
#picher-gallery .block {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.33);
	padding-bottom: 50px;
	margin-bottom: 50px;
}
#picher-gallery .more-link {
	margin-top: 0px;
	margin-left: -10px;
}
.search-results .post {
background: none;
box-shadow: none;
padding: 30px;
border-bottom: 5px solid #000000;
margin-bottom: 50px;
border-right: none;
}
.search-results .post h1 a {
color: white;
}
.search-results .post h1 a:hover {
color: #FFB9B9;
}
.search-results .post .meta {
text-align: left;
color: #b9d3ff;
font-size: 10px;
}

/* work-icon 

.work-icon {
	position: relative;
	display: table;
	border: 1px solid #ccc;
}
.work-icon:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 147px;
	height: 110px;
	background-image: url(images/portfolio-work-icon.png);
}
.work-icon img {
	margin: 0 !important;
	display: block;
}
.blog .work-icon:before {
	background-image:none;
}
.blog .work-icon {
	padding: 0;
}*/

/* Comments */

.web-talk{
	font-size: 52px;
	font-weight: 400;
	color: #fff;
	text-shadow: 0 -1px #6F6F6F;
	
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
}
.web-talk span {
	top: -80px;
	position: relative;
	padding-left: 10px;
}
#comments {
	margin: 100px 0 40px;
}
ol.commentlist {
	list-style: none;
	margin: 0;
}
ol.commentlist li.comment {
	padding: 10px 30px 30px;
	margin-bottom: 50px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.33);
}
ol.commentlist li.comment div.vcard cite.fn {
	font-weight: 900;
	font-size: 18px;
	text-align: center;
	display: block;
}
.says {
	display: none;
}
ol.commentlist li.comment div.vcard img.avatar {
	position: relative;
	margin: 0 auto 15px;
	display: block;
	
	-webkit-mask: url(images/comment-profil-img-mask.png) top left / cover;
	-o-mask: url(images/comment-profil-img-mask.png) top left / cover;
	-ms-mask: url(images/comment-profil-img-mask.png) top left / cover;
}
ol.commentlist li.comment div.comment-meta {
	font-size: 10px;
	margin-bottom: 30px;
	text-align: center;
}
.comment-reply-link {
	width: 100px;
}
ol.commentlist li.comment ul.children {
	list-style: none;
	margin: 10px 0 0;
}
ol.commentlist li.comment-author-admin,
ol.commentlist li.comment ul.children li.comment-author-admin {
	//background-color: rgba(238, 206, 238, 0.4);
	//border: none;
}
ol.commentlist li.comment ul.children li.depth-2 {
	margin: 0 -40px 10px 10px;
}
ol.commentlist li.even {
	background: white;
}
ol.commentlist li.odd {
	background: white;
}
#respond,
#respond h3 {
	color: white;
}
.depth-2 .reply {
	display:none!important;
}
#commentform {
	margin-top: 70px;
}
.leave-your-talk {
	font-size: 32px;
	font-weight: 900;
	color: #fff;
	text-shadow: 0 -1px #6F6F6F;
}
.leave-your-talk span {
	top: -60px;
	position: relative;
	padding-left: 10px;
}

/* end */

textarea {
	height: 200px;
	margin-bottom: 13px;
	width: 100%;
	padding: 3px 7px;
	font: inherit;
	border: transparent;
	background: #F1F1F1;
}
input[type='email'], 
input[type=text] {
	font: inherit;
	margin-bottom: 23px;
	background: none;
	border: none;
	border-bottom: 2px solid #F1F1F1;
	width: 80%;
	color: #C9C9C9;
	top: -25px;
	border-radius: 0;
	position: relative;
	box-shadow: none;
	font-size: 20px;
	max-width: none;
}
input[type='email']:focus, 
input[type=text]:focus{
    border-bottom: 2px solid #000;
}
input[type="submit"] {
	border: transparent;
	font-family: inherit;
	cursor: pointer;
	margin-bottom: 40px;
	margin-top: 20px;
	width: 220px;
	margin-left: 0;
	text-align: center;
	font-size: 16px;
	padding: 10px 27px;
	color: #B9BFFF;
	background: transparent;
	border-bottom: 5px solid #B9BFFF;
	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
input[type="submit"]:hover {
	border-bottom: 5px solid #FFB9B9;
	color: #FFB9B9;
	padding-left: 60px;
}
::-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: #31352f;
	margin: 0 auto;
	width: 100%;
	padding-top: 100px;
	text-align: center;
}
.footer-gallery img {
	margin-bottom: -6px;
	margin-top: 150px;
	padding: 0 5px;
}
.credits {
	background: #31352f;
	width: 100%;
	padding: 80px 5px 50px;
	font-size: 11px;
	border-top: 4px solid white;
	text-align: center;
}
.credits a {
    color: #FFB9B9!important;
}

/* 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);}
}

/* Icons */

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/        
.icon-pencil, 
.icon-paint-format, 
.icon-cart, .icon-map, 
.icon-users, .icon-cogs, 
.icon-spinner, 
.icon-briefcase, 
.icon-mail, 
.icon-accessibility, 
.icon-book, 
.icon-lab {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size:16px;
}
.icon-pencil:before {
	content: "\e000";
}
.icon-paint-format:before {
	content: "\e001";
}
.icon-cart:before {
	content: "\e002";
}
.icon-map:before {
	content: "\e003";
}
.icon-users:before {
	content: "\e004";
}
.icon-cogs:before {
	content: "\e005";
}
.icon-spinner:before {
	content: "\e006";
}
.icon-briefcase:before {
	content: "\e007";
}
.icon-mail:before {
	content: "\e008";
}
.icon-accessibility:before {
	content: "\e009";
}
.icon-book:before {
	content: "\e00a";
}
.icon-lab:before {
	content: "\e00b";
}

/* end */

/* Responsiveness*/

@media only screen and (max-width: 1200px), 
only screen and (max-device-width: 1200px) {
	body {
		font-size: 14px;
	}
	.search-block input[type='image'] {
		width: 60px;
	}
	#search {
		width: 76%;
	}
	.entry-title {
		font-size: 32px;
	}
	.entry-title img {
		width: 70px;
	}
	.entry-title span {
		top: -20px;
	}
	h1, 
	#footer h1 {
		font-size: 32px;
	}
	h2, 
	.web-talk {
		font-size: 26px;
	}
	h3, 
	.leave-your-talk {
		font-size: 18px;
	}
	h4 {
		font-size: 16px;
	}
	.web-talk img {
		width: 100px;
	}
	.web-talk span {
		top: -40px;
	}
	.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;
	}
	.blog .meta {
		margin: 0 0 34px 0;
	}
	.post-title {
		margin-top: 20px;
	}
	
}
@media only screen and (max-width: 920px), 
only screen and (max-device-width: 920px) { 

	.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) {
	body {
		line-height: 20px;
		}
	header {
		margin: 20px auto 0;
	}
	nav {
		margin-top: 30px;
	}
	
}
@media only screen and (max-width: 420px), 
only screen and (max-device-width: 420px) {
	
	#footer .social img {
		width: 100px;
	}
	body {
        line-height: 18px;
	}
	h1, 
	h2, 
	h3, 
	h4 {
        margin: 30px 0 20px 0;
	}
	.post {
        padding: 12px;
	}
	
}


