/*   
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: 5.4 (01 March 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: #DF5F30; /* Safari */
	background: rgba(42, 139, 38, 0.69); /* Safari */
	color: white;
	text-shadow: none;
	}
::-moz-selection {
	//background: #DF5F30; /* Firefox */
	background: rgba(42, 139, 38, 0.69); /* Firefox */
	color: white;
	text-shadow: none;
}

/* Starts main css */

body {
	font-family: 'Alegreya', serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color:#333;
	background-image: url(images/bg_bottom.png);;
}
#page-wrap {
	max-width: 100%;
	overflow: hidden;
}

/* Responsive Jquery Simple Slideshow  */

.slideshow-logo img { 
	position:absolute;  
	max-width: 100%;
	top: 0px;
	width: 200px;
}
aside {
	position: relative;
	float: left;
	width: 35%;
	margin-top: 120px;
}
.widget {
	padding: 20px;
	margin-top: 10px;
	text-shadow: 0 -1px #0c0c0c;
	color: #202020;
}
.widget a {
	color: rgba(255, 255, 255, 1);
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.widget a:hover {
	color: #000;
}
.site-nav, h5 {
	border-bottom: 1px solid rgba(61, 61, 61, 0.5);
	box-shadow: 0px 1px 0px rgba(146, 145, 145, 0.5);
	text-shadow: 0 -1px #0c0c0c;
	color: white;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	margin: 0 0 20px;
	overflow: hidden;
	position: relative;
}

/* 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 */

.top-nav {
	display: none;
}
.top-search {
    padding-right: 10px;
}

/* Responsive Header Navigation Menu */

nav {
	padding: 20px;
	color: #fff;
}
nav ul {
	list-style: none;
	overflow: hidden;
	margin: 0;
}
nav ul li a {
	display: inline-block;
	float: left;
	font-size: 20px;
	padding: 12px 20px;
	font-weight: 900;
	margin: 2px;
	color: #525252;
	text-align: left;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.33);
	background: white;
}
nav ul li a:hover {
	color: black;
    background: rgba(204, 204, 204, 0.5);
}
nav ul li.current_page_item a, 
nav ul li.current_page_item a:hover {
	background: none;
	box-shadow: none;
	text-shadow: 0 -1px #0c0c0c;
	color: white;
	cursor: default;
}

/* end */

#main-content {
	width: 65%;
	position: relative;
	padding: 20px;
	float: left;
	margin-bottom: 50px;
}
.content {
	overflow: hidden;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.33);
	padding: 0 35px 30px;
	background: white;
}
#main-content img {
	max-width: 100%;
	border-radius: 2px;
	height: auto;
	margin-bottom: 20px;
}
#main-content iframe {
	width: 100%;
	border: 4px double #c53b10;
}
.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;
}
	
/* Search */

#s {
	width: 300px;
	color: #333;
	border-radius: 90px;
	border: none;
	padding: 3px 7px;
	background: white;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.33);
}
#searchsubmit {
	display: none;
}

/* subscribe email */

#subscribe-email input {
	width: 300px !important;
	background: white;
	color: #333;
	max-width: 100% !important;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.33);
}

/* */

iframe, 
object {
	max-width: 100%;
}
h1,
h2,
h3 {
	line-height: 1;
	color: rgba(61, 60, 60, 0.9);
	text-shadow: 0 -1px #0c0c0c;
}
.entry-title {
	font-size: 52px;
	font-weight: 900;
	padding: 20px;
	color: rgba(61, 60, 60, 0.9);
	text-align: center;
	margin: 0px 0px 50px;
	text-shadow: 0 -1px #0c0c0c;
}
h1 {
	font-size: 56px;
	font-weight: 900;
	margin: 50px 0 20px 0;
}
h2 {
	font-size: 42px;
	font-weight: 900;
	margin: 40px 0 20px 0;
}
h3 {
	font-size: 32px;
	font-weight: 900;
	margin: 30px 0 10px 0;
}
h1 a {
	color: #333;
	-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: rgb(140, 160, 214);
    text-decoration: none;
    border-bottom: 2px dotted rgb(140, 160, 214);
}
.entry a:hover {
	border-bottom: 3px dotted #f77f00;
}
a {
	color: rgb(140, 160, 214);
	text-decoration: none;
}
a:hover {
	color:#f77f00;
}
blockquote {
	padding: 10px 0px 10px 20px;
	margin: 30px 0;
	border-left: 1px dotted #c53b10;
}
blockquote:before {
	content: '\201C';
	position: relative;
	font-size: 52px;
	line-height: 0;
	color: #C53B11;
}
blockquote:after {
	content: '\201E';
	position: relative;
	font-size: 52px;
	line-height: 0;
	color: #c53b10;
}
ul, 
ol {
	margin: 0 0 20px 40px;
}
hr {
	border: 0;
	height: 1px;
	background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0,0,0,0)), color-stop(50%, rgba(145, 144, 144, 0.5)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0),rgba(145, 144, 144, 0.5),rgba(0,0,0,0));
	background: -moz-linear-gradient(left, rgba(0,0,0,0),rgba(145, 144, 144, 0.5),rgba(0,0,0,0));
	background: -o-linear-gradient(left, rgba(0,0,0,0),rgba(145, 144, 144, 0.5),rgba(0,0,0,0));
	background: linear-gradient(left, rgba(0,0,0,0),rgba(145, 144, 144, 0.5),rgba(0,0,0,0));
	margin: 35px 0 33px 0;
}
.highlight {
	padding: 10px 0px 10px 20px;
	margin: 30px 0;
	text-align: left;
	border-left: 4px double #c53b10;
}
pre {
	padding: 30px;
	overflow: auto;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 0 0 40px 0;
	background-image: url(images/bg_bottom.png);
	color: #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.33) inset;
}
.postmetadata {
	font-size: 11px;
	color: rgb(155, 154, 154);
	margin: 30px 0 40px 0;
}
.pag_nav {
	padding: 15px 0 0 0;
	margin-top: 70px;
	font-size: 22px;
	border-top: 1px solid rgb(240, 240, 240);
}
.pag_nav p {
	text-align: center;
}
#next-prev-post {
	padding: 15px 0 0 0;
	margin: 70px 0 40px 0;
	border-top: 3px dotted rgba(133, 114, 14, 0.2);
	font-size: 22px;
	overflow: hidden;
}
.next-posts {
	float: right;
	text-align: right;
}
.prev-posts {
	float: left;
}
.next-posts, 
.prev-posts {
	width: 45%;
	line-height: 1.2;
}
.meta {
	margin: -10px 0 24px 0;
	font-size: 13px;
	border-bottom: 1px dotted rgba(209, 48, 170, 0.13);
	font-weight: 400;
	color: rgb(209, 48, 170);
}
.demo_button {
	display: table;
	background: #2E9919;
	margin-top: 40px;
	padding: 10px 20px;
	border: 3px dotted #C7C7C7 !important;
	color: white!important;
}
a:hover.demo_button {
	color: #D8D0D0 !important;
}
.more-link {
	display: table;
margin-top: 40px;
font-size: 16px;
width: 150px;
text-align: right;
padding: 10px 27px;
margin-left: -40px;
background: #df5f30;
}
a.more-link {
	color: white;
	border-bottom: none !important;
	-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 {
	border-bottom: none !important;
	background: rgba(130, 197, 69, 0.9);
	padding: 10px 17px;
}

/* Portfolio Page contener for works */

.portfolio ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.portfolio ul li a {
	color: rgb(15, 15, 15);
	padding: 0 35px 25px;
	font-size: 16px;
	float: left;
	width: 100%;
	margin: 2px 0;
	text-decoration: none;
	border-bottom: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.33);
    background: white;
}
.portfolio ul li a:hover {
	background: rgba(204, 204, 204, 0.5);
    color: black;
	border-bottom: none;
}
.portfolio ul li img {
    margin: 0 20px 20px 0;
    float: left;
}
.portfolio a img {
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	-moz-transition: -moz-transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
}
.portfolio a:hover img {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
}
.portfolio .h1 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	color: rgba(61, 60, 60, 0.9);
}
.portfolio .small {
    color: rgb(209, 48, 170);
} 
.portfolio ul li a .h1,
.portfolio ul li a .small {
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.portfolio ul li a:hover .h1 {
	color: rgb(209, 48, 170);
}
.portfolio ul li a:hover .small {
    color: white;
}

/* Picture gallery */

.page-template-picture-gallery-php .slideshow-logo img {
width: 150px;
}
.page-template-picture-gallery-php #main-content {
	margin-top: 20px;
	width: 100%;
	padding: 0px;
}
.page-template-picture-gallery-php  .content {
	box-shadow: none;
	background: none;
	padding: 0;
	margin-right: 10px;
}
.page-template-picture-gallery-php aside {
	display: none;
}
.page-template-picture-gallery-php .top-nav {
	display: block;
	margin-top: 100px;
}
.page-template-picture-gallery-php .top-nav .site-nav {
	display: none;
}
.page-template-picture-gallery-php .top-search {
	margin-top: 10px;
	float: right;
	max-width: 100%;
}
.gallery-img-title {
	font-size: 16px;
padding: 10px;
color: rgb(255, 255, 255);
margin-bottom: 15px;
background: #313131;
margin-left: -10px;
//background-image: url(images/bg_bottom.png);
//border-right: 5px solid #8D8D8D;
text-shadow: 0 -1px #0c0c0c;
}


#picher-gallery .block {
	float: left;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.33);
	padding: 10px;
	background: white;
	margin: 0 0 50px 10px;
	border-radius: 0!important;
	max-width: 360px;
}
#picher-gallery .block img {
    width: 340px!important;
}
.google-plusone {
	margin-top: 10px;
}
#picher-gallery .more-link {
	margin-top: 0px;
	margin-left: -10px;
}
#main-content #picher-gallery iframe {
border: none;
}

/* */

.blog .entry img {
	width: 300px;
}
#article-title-icon {
	color: #f77f00; 
	font-size: 22px;
}
//.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: #c53b10;
} 
.entry h1 .icon-cogs {
	font-size: 32px;
}

/* for Portfolio and Articles */

.page-id-2860 .content,
.blog .content {
	padding: 0;
	box-shadow: none;
	background: none;
}
.page-id-2860 .entry-title,
.blog .entry-title,
.page-template-picture-gallery-php .entry-title  {
	color: rgba(61, 60, 60, 0.9);
	text-shadow: 0 -1px #0c0c0c;
	border-bottom: 1px solid rgba(61, 61, 61, 0.5);
	box-shadow: 0px 1px 0px rgba(146, 145, 145, 0.5);
	color: white;
}
.page-id-2860 .content p {
	text-shadow: 0 -1px #0c0c0c;
	color: white;
}
.blog .post {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.33);
	background: white;
	padding: 2px 35px 35px;
	font-size: 16px;
	margin: 4px 0;
}
.blog .pag_nav {
    border-top: none;
}
.blog .post h1 {
    font-weight: 700;
	text-shadow: none;
}
.blog h1 a:hover {
	//color:#C253B0;
	text-shadow: none;
	color: rgba(92, 106, 114, 0.9);
}

.postid-3664 #main-content:before,
.postid-3570 #main-content:before,
.page-id-2676 #main-content:before,
.page-id-3268 #main-content:before,
.postid-3199 #main-content:before,
.postid-3177 #main-content:before,
.postid-2894 #main-content:before,
.page-id-1064 #main-content:before,
.postid-2721 #main-content:before,
.page-id-4167 #main-content:before,
.page-id-4201 #main-content:before {
content: "";
position: absolute;
top: 20px;
left: 20px;
width: 147px;
height: 110px;
background-image: url(images/portfolio-work-icon.png);
}

/* 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 */

#comments {
	margin: 100px 0 40px;
}
ol.commentlist {
	list-style: none;
	margin: 0;
}
ol.commentlist li.comment {
	padding: 30px;
	margin-bottom: 10px;
}
ol.commentlist li.comment div.vcard cite.fn {
	font-style: normal;
	font-weight: 900;
}
ol.commentlist li.comment div.vcard cite.fn a {
	color: #333;
}
ol.commentlist li.comment div.vcard img.avatar {
	float: right;
	margin: 0 0 10px 10px;
	border: 4px double rgba(197, 59, 16, 0.25);
	border-radius: 0!important;
}
ol.commentlist li.comment div.comment-meta {
	font-size: 13px;
    margin-bottom: 20px;
}
ol.commentlist li.comment div.comment-meta a {
	color: rgb(140, 160, 214);
}
ol.commentlist li.comment div.reply {
    font-size: 13px;
}
ol.commentlist li.comment div.reply a {
	font-weight: bold;
}
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 0 0 10px;
}
ol.commentlist li.even {
	border: 1px dotted rgba(197, 59, 16, 0.33);
}
ol.commentlist li.odd {
	border: 1px dotted rgba(197, 59, 16, 0.33);
	background: #FCFCFC;
}

/* end */

textarea {
	height: 200px;
	width: 600px !important;
	margin-bottom: 13px;
}
input[type='email'], 
input[type=text] {
	width: 300px;
	margin-bottom: 13px;
}
input[type="submit"] {
	color: #1F1F1F;
	border: transparent;
	font-family: inherit;
	background-image: url(images/bg_bottom.png);
	cursor: pointer;
	text-shadow: 0px 1px 0px rgba(184, 184, 184, 0.3);
	font-weight: 700;
	font-size: 16px;
	padding: 10px 20px;
	border-radius: 2px;
	margin-bottom: 40px;
}
input[type="submit"]:hover {
	text-shadow: 0px 1px 0px rgba(20, 20, 20, 0.3);
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.9) inset;
}
textarea, 
input[type='email'], 
input[type=text] {
	color: #fff;
	max-width: 100% !important;
	border-radius: 2px;
	padding: 3px 7px;
	font: inherit;
	border: transparent;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.33) inset;
	background-image: url(images/bg_bottom.png);
}
p.comment-subscription-form {
	margin-bottom: 5px;
}

/* Footer */

#footer {
	clear: both;
	overflow: hidden;
	padding: 140px 20px 20px 20px;
	text-shadow: 0 -1px #0c0c0c;
	color: #202020;
	background: url(images/bg_parallax.png) no-repeat left top, url(images/bg_bottom.png);
	box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.7) inset;
}
#footer .site-nav {
	color: #202020;
	font-weight: 900;
	font-size: 26px;
}
#footer a {
	color: rgba(255, 255, 255, 1);
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
#footer a:hover {
	color: #F599F1;
}
.footer-left {
	float: left;
	width: 50%;
	border-right: 1px solid rgba(61, 61, 61, 0.5);
	box-shadow: 1px 0px 0px rgba(146, 145, 145, 0.5);
}
.footer-left p, .footer-left ul {
    padding-right: 30px;
}
.footer-right {
	float: left;
	width: 50%;
}
.footer-right p {
	padding-left: 30px;
}

/* 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);}
}
.responsive-design {
	text-align: center;
	//background: #FFF;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
	border-top: 2px solid #a13776;
	padding-bottom: 30px;
	box-shadow: 0px -10px 12px rgba(0, 0, 0, 0.7);
}
.responsive-design img {
	max-width: 100%;
}

/* Responsiveness */

@media only screen and (max-width: 1000px), 
only screen and (max-device-width: 1000px) {
	#page-wrap {
        margin: 20px 5px 40px;
    }
	aside {
		display: none;
	}
	#main-content {
		margin-top: 20px;
		width: 100%;
		padding: 0px;
	}
	.top-nav {
		display: block;
		margin-top: 100px;
	}
	header .site-nav {
		display: none;
	}
	nav {
		box-shadow: none;
		padding: 0px;
	}
	nav ul li a {
		font-size: 16px;
	}
	.top-search {
		margin-top: 10px;
		float: right;
		max-width: 100%;
	}
	.slideshow-logo img { 
		width: 150px;
	}
	.postid-3664 #main-content:before,
	.postid-3570 #main-content:before,
	.page-id-2676 #main-content:before,
	.page-id-3268 #main-content:before,
	.postid-3199 #main-content:before,
	.postid-3177 #main-content:before,
	.postid-2894 #main-content:before,
	.page-id-1064 #main-content:before,
	.postid-2721 #main-content:before,
	.page-id-4167 #main-content:before,
	.page-id-4201 #main-content:before {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		width: 147px;
		height: 110px;
		background-image: url(images/portfolio-work-icon.png);
	}
} 

@media only screen and (max-width: 800px), 
only screen and (max-device-width: 800px) {
	body {
		font-size: 16px;
	}
	.content {
		padding: 0 20px 30px;
	}
	#footer {
		padding: 70px 20px 20px 20px;
	}
	.footer-right {
		display: none;
	}
	.footer-left {
		float: none;
		width: 100%;
		border-right: none;
		box-shadow: none;
	}
	h1.entry-title {
		font-size: 36px;
	}
	h1 {
		font-size: 42px;
	}
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 22px;
	}
	#next-prev-post {
		font-size: 18px;
	}
	pre {
        padding: 10px;
    }
} 


