/*
Theme Name: focus point
Theme URL: http://www.goodwinpress.ru
Description:  Премиум тема от Goodwinpress.ru. Адаптивный дизайн, блог, портфолио, фотоблог
Author: Goodwin
Author URI: http://www.goodwinpress.ru
Version: 1.0
Tags: responsible, photo, blog, mobile 
*/

/* style 1 (default)  */


/* импорт файла reset */
@import url("css/reset.css");



/* разное */
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	padding: 10px 10px 10px 60px;
	margin: 20px 0 20px 20px;
	font-style: italic;
	display: block;
	background: #fff url(images/quote.png) top left no-repeat;
	font-family: Georgia;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input, textarea {
	padding: 2px 5px;
	color: #666;
	font-size: 14px;
	border: 1px solid #ccc;
	background: #f8f8f8;
	vertical-align: middle;
}
input {
	height: 21px;
}
textarea {
	width: 400px;
}
input[type='submit'] {
	height: 27px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	background: #9BDAD2;
	color: #fff;
	border: none;
	padding: 0 10px;
}
input[type='submit']:hover {
	background: #ddd;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease;
}
input::-moz-focus-inner {
	border: 0;
	padding: 0;
	margin-top: 0px;
}
table {
	width: 100%;
	 margin: 10px 0 20px 0;
}
th {
	background: #9BDAD2;
	color: #fff;
	 text-shadow: 0px 1px 1px #70a29c;
	text-align: left;
	padding: 8px 14px;
	font-size: 14px;
	 font-weight: bold;
	 border: 1px solid #ddd;
}
td {
	padding: 8px 14px;
	border: 1px solid #ddd;
}
tr:nth-of-type(even) {
	background: #f9f9f9;
}
tr:nth-of-type(odd) {
	background: #fff;
}
ul {
	list-style-type: square;
	margin: 15px 0 18px 1.5em;
}
ul li, ol li {
	margin: 0px;
	padding: 0 0 4px 0px;
}
ol {
	list-style: decimal;
	margin: 15px 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
a {
	text-decoration: underline;
	color: #FF7582;
}
a:hover {
	color: #333;
	text-decoration: underline;
	cursor: pointer;
}

/* фон, шрифты сайта */
body {
	background: #3e434c url(images/bg.jpg)no-repeat top left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	font-family: 'PT Serif',Arial, sans-serif;
	font-size: 15px;
	line-height: 24px;
	 color: #222;
}
/* контейнер */
#wrap {
	width: 100%;
	 max-width: 1200px;
	 height: 100%;
	 margin: 30px auto 50px;
	 position: relative;
	 background: #fff;
	
	 border-top-left-radius: 5px;
	 border-top-right-radius: 5px;
	 border-bottom-left-radius: 5px;
	 border-bottom-right-radius: 5px;
}


/* шапка */
.header {
	width: 90%;
	 margin: 0px auto 60px;
}

/* лого */
.logo {
	width: 90%;
	 margin: 0px auto 0px;
	 padding-top: 40px;
	 font-size: 42px;
	 font-family: 'Open Sans Condensed', Tahoma, sans-serif;
	font-weight: 700;
	 position: relative;
}
.logo a {
	text-decoration: none;
	 color: #777;
	 text-shadow: 0px 2px 3px #ddd;

}
span.lcolors {
	color: #FF7582;
	line-height: 70px;
}

/* контакт */
.contact-info {
	position: absolute;
	top: 50px;
	right: 5px;
	font-size: 17px;
	line-height: 28px;
	font-family: 'Open Sans Condensed',  Tahoma,sans-serif;
	text-align: right;
	 font-weight: 400;
}
span.contact-font {
	font-size: 22px;
	 line-height: 24px;
}

/* контейнеры страниц */
.fullpage #main_col {
	width: 90%;
	 margin-left: 5%;
	 margin-bottom: 60px;
}
.smallpage #main_col {
	float: left;
	 width: 61%;
	 margin-left: 5%;
}
#main_col {
	float: left;
	 width: 61%;
	 margin-left: 5%;
	margin-bottom: 60px;
}
.index_page {
	width: 90%;
	 margin: auto;
	 margin-bottom: 60px;
}

/* сайдбар */
.right_col {
	width: 24%;
	 float: left;
	 margin-left: 5%;
	 padding-top: 9px;
}

/* приветствие на главной */
.hello {
	margin: 0px auto 30px;
	 padding-top: 10px;
	 padding-bottom: 30px;
	 border-bottom: 1px dashed #bbb;
}
h1.hello-style {
	font-size: 20px;
	 line-height: 26px;
	 font-weight: 700;
	 color: #FF7582;
	 text-transform: uppercase;
	 font-family: 'Open Sans Condensed',  Tahoma,sans-serif;
	 margin-bottom: 15px;
}
.hello-bottom {
	margin: 20px auto 30px;
	 padding-top: 30px;
	 border-top: 1px dashed #bbb;
}

/* меню сайта */
.menu {
	list-style: none;
	font-weight: normal;
	width: 90%;
	padding: 0;
	background: #9BDAD2 url(images/pattern.png) repeat;
	position: relative;
	font-family: 'Open Sans Condensed',  Tahoma,sans-serif;
	margin: 30px auto 30px;
	clear: both;
	height: 50px;
	z-index: 1001;
}
.menu ul {
	margin: 0;
	list-style-type: none;
	font-style: normal;
	letter-spacing: normal;
}
.menu ul li {
	position: relative;
	display: inline;
	float: left;
	padding: 0;
	background: transparent url(images/menu-line.png) repeat-y right center;
	padding-right: 2px;
	margin-left: -1px;
	position: relative;
	z-index: 101;
}
.menu ul li:first-child {
	margin: 0;
	z-index: 1;
}
.menu ul li a {
	display: block;
	padding: 15px 20px;
	text-decoration: none;
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 0px 1px 1px #70a29c;
	letter-spacing: 0.2px;
}
* html .menu ul li a {
	display: inline-block;
}
.menu ul li a:hover, .menu ul li a.selected {
    background-color: #88c0b9;
}
.menu ul li ul {
	position: absolute;
	height: auto;
	left: 0;
	display: none;
	visibility: hidden;
	width: 200px;
	padding: 0;
}
.menu ul li ul li {
	display: list-item;
	float: none;
	background: none;
	background: #9BDAD2 url(images/pattern.png) repeat;
	padding-right: 0;
	margin-left: 0;
}
.menu ul li ul li ul {
	top: 0;
}
.menu ul li ul li a {
	margin: 0;
	border: none;
	border-top: 1px solid #95d2cb;
}
.menu ul li ul li a:hover {
	background-color: #88c0b9;
}
* html .menu {
	height: 1%;
}
.menu ul li ul li ul {
	position: absolute;
	height: auto;
	left: 200px;
	display: none;
	visibility: hidden;
	width: 200px;
	padding: 0;
	margin-left: -1px;
}

/* мобильное меню */
.select-menu {
	width: 400px;
	padding: 0;
	height: 40px;
	font-size: 14px;
	margin: 0px auto 30px;
	display: none;
	border: 1px solid #ddd;
}

/* заголовки сайта */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 40px 0;
	clear: both;
	font-family: 'Open Sans Condensed',  Tahoma,sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0px 2px 3px #ddd;

}
h1 {
	font-size: 30px;
	line-height: 32px;
}
h2 {
	font-size: 28px;
	line-height: 30px;
}
h3 {
	font-size: 26px;
	line-height: 28px;
}
h4 {
	font-size: 24px;
	line-height: 26px;
}
h5 {
	font-size: 22px;
	line-height: 24px;
}
h6 {
	font-size: 20px;
	line-height: 22px;
}
.header_text h3 {
	font-size: 20px;
	 font-family: 'Open Sans Condensed',  Tahoma,sans-serif;
	line-height: 22px;
	 padding: 30px 0 0 0;
}
.item-image h2 {
	position: absolute;
	 margin-left: -9999px;
	 color: #fff;
}
h2.ugol {
	font-size: 28px;
	line-height: 34px;
	 margin-bottom: 30px;
	 padding-top: 0px;
	 font-family: 'Open Sans Condensed', Tahoma, sans-serif;
	 font-weight: 700;
}
h2.square {
	font-size: 28px;
	line-height: 34px;
	 margin-bottom: 30px;
	 padding-top: 0;
	 font-family: 'Open Sans Condensed',  Tahoma,sans-serif;
	 font-weight: 700;
}
.entry h2 a {
	color: #5f5f5f;
	 text-decoration: none;
}
.entry h2 a:hover {
	color: #FF7582;
	text-decoration: underline;
}


/* портфолио и записи блога на главной */
.post img {
	border-top-left-radius: 5px;
	 border-top-right-radius: 5px;
	 border-bottom-left-radius: 5px;
	 border-bottom-right-radius: 5px;
}
.post {
	width: 32%;
	 height: 100%;
	 float: left;
	 margin-left: 2%;
	 margin-bottom: 2%;
}
.last {
	margin-left: 0%;
}
.entry {
	margin: 0 0 40px 0;
	 padding-bottom: 30px;
	 border-bottom: 1px dashed #bbb;
}
.entry-info a {
	color: #7b7b7b;
}
.entry a {
	color: #FF7582;
	 text-decoration: underline;
}
.entry a:hover {
	color: #333;
	text-decoration: underline;
}
.entry-date {
	font-family: 'Open Sans Condensed',  Tahoma,sans-serif;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	color: #7b7b7b;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
	border-top: 1px solid #fff;
	 border-bottom: 1px dashed #ddd;
	 margin-bottom: 40px;

}
.entry-date a {
	text-decoration: none;
	color: #7b7b7b;
}
.entry-date a:hover {
	color: #FF7582;
	text-decoration: underline;
}


/* блоки сайдбара */
.side-blok {
	margin-bottom: 50px;
}
.side-title {
	display: block;
	 margin-bottom: 20px;
	 padding-bottom: 10px;
	 border-bottom: 1px dashed #FF7582;
}
.side-title span {
	font-size: 20px;
	 line-height: 26px;
	 font-family: 'Open Sans Condensed',  Tahoma,sans-serif;
	font-weight: 700;
	 padding-right: 10px;
	 color: #555;
	text-transform: uppercase;
	text-shadow: 0px 2px 3px #ddd;

}
.side-blok a {
	color: #333;
	text-decoration: none;
}
.side-blok a:hover, .post-col a:hover, .credits a:hover {
	color: #FF7582;
	text-decoration: underline;
}
.side-blok p a {
	color: #FF7582;
	text-decoration: none;
}
.side-blok p a:hover {
	color: #333;
	text-decoration: underline;
}


/* блок социалки с кнопками */
.social-bar {
	margin-bottom: 40px;
}
.social-bar a {
	;
}
.social-bar a:hover {
	;
}
.twi {
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	margin: 0 10px 10px 0;
	display: block;
	float: left;
}
.rss {
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	margin: 0 0px 10px 0;
	display: block;
	float: left;
}
.fb {
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	margin: 0 10px 10px 0;
	display: block;
	float: left;
}
.vk {
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	margin: 0 10px 10px 0;
	display: block;
	float: left;
}
.gp {
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	margin: 0 10px 10px 0;
	display: block;
	float: left;
}
.yt {
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	margin: 0 10px 10px 0;
	display: block;
	float: left;
}
.in {
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	margin: 0 10px 10px 0;
	display: block;
	float: left;
}
.twi:hover {
	background: #9BDAD2 url(images/s/tw.png) no-repeat;
}
.rss:hover {
	background: #9BDAD2 url(images/s/rss.png) no-repeat;
}
.fb:hover {
	background: #9BDAD2 url(images/s/fb.png) no-repeat;
}
.vk:hover {
	background: #9BDAD2 url(images/s/vk.png) no-repeat;
}
.gp:hover {
	background: #9BDAD2 url(images/s/gp.png) no-repeat;
}
.yt:hover {
	background: #9BDAD2 url(images/s/yt.png) no-repeat;
}
.in:hover {
	background: #9BDAD2 url(images/s/in.png) no-repeat;
}
.twi {
	background: #FF7582 url(images/s/tw.png) no-repeat;
}
.rss {
	background: #FF7582 url(images/s/rss.png) no-repeat;
}
.fb {
	background: #FF7582 url(images/s/fb.png) no-repeat;
}
.vk {
	background: #FF7582 url(images/s/vk.png) no-repeat;
}
.gp {
	background: #FF7582 url(images/s/gp.png) no-repeat;
}
.yt {
	background: #FF7582 url(images/s/yt.png) no-repeat;
}
.in {
	background: #FF7582 url(images/s/in.png) no-repeat;
}


/* подвал и его блоки */
#footer {
	width: 90%;
	 margin: 0px auto 0px;
	 padding-top: 50px;
	 padding-left: 5%;
	 padding-right: 5%;
	 background: #C3D0C9 url(images/pattern.png) repeat;
	 text-shadow: 1px 1px 1px #fff;
}
.foot-widget1 {
	margin: 0 5% 10% 0px;
	float: left;
	display: block;
	width: 30%;
}
.foot-widget2 {
	margin: 0 4% 10% 0px;
	float: left;
	display: block;
	width: 30%;
}
.foot-widget3 {
	margin: 0 0 10% 0;
	float: right;
	display: block;
	width: 30%;
}
#footer ul {
	list-style-type: square;
	margin: 0px 0px 15px 20px;
	padding: 0;
}
#footer ul li {
	margin: 0px 0px 8px 0px;
	padding: 0 0 0 5px;
}
#footer li ul {
	display: block;
	padding: 10px 0px 0px 10px;
}
#footer ul li ul li {
	display: block;
	padding: 0px 0px 0px 5px;
}
#footer a {
	color: #333;
}
#footer a:hover {
	color: #FF7582;
}
.foot-title span {
	font-size: 20px;
	line-height: 26px;
	font-family: 'Open Sans Condensed', Tahoma, sans-serif;
	font-weight: 700;
	padding-right: 10px;
	color: #777;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #FF7582;
	display: block;
}


/* кредитсы */
#credits {
	width: 80%;
	 margin: 0px auto 20px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	 font-family: 'Open Sans Condensed',  Tahoma,sans-serif;
	 text-shadow: 1px 1px 1px #000;
}
#credits a {
	color: #fff;
	 text-decoration: none;
}
#credits a:hover {
	color: #FF7582;
	 text-decoration: underline;
}


/* оформление изображений */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	padding: 10px 4px 0px 4px;
	background: #eaeaea;
	margin-bottom: 15px;
	 max-width: 100%;
	 height: auto;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-text {
	font-size: 10px;
	line-height: 17px;
	padding: 7px 5px;
	margin: 0;
}
.wp-caption.alignleft {
	float: left;
	margin: 5px 30px 7px 0;
}
.wp-caption.alignright {
	float: right;
	margin: 5px 0 7px 30px;
}
.wp-caption.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
img.alignleft {
	float: left;
	margin: 5px 30px 7px 0;
}
img.alignright {
	float: right;
	margin: 5px 0 7px 30px;
}
.index-thumb {
	float: left;
	margin: 5px 30px 7px 0;
}
.index-thumb2 {
	margin: 0px 0px 25px 0;
}

/* тех.информация поста */
.meta {
	margin: 0px 0 30px 0;
	padding-top: 0px;
	 font-style: italic;
}
.meta table.meta-info {
	margin-bottom: 5px;
	 border-top: 1px solid #eaeaea;
	 border-bottom: 1px solid #eaeaea;
}
.meta table.meta-info td {
	padding: 15px 15px;
	font-size: 11px;
	color: #757575;
	line-height: 13px;
	vertical-align: top;
	width: 33.6%;
	 border: none;
}
.meta table.meta-info tr {
	border: none;
}
.meta table.meta-info td:first-child {
	border: none;
	padding-left: 0;
}
.meta table.meta-info td span {
	font-style: normal;
	color: #757575;
	font-size: 13px;
	display: block;
	padding-bottom: 5px;
}
.meta table.meta-info a {
	text-decoration: none;
}
.meta table.meta-info a:hover {
	text-decoration: underline;
}

/* поиск по сайту */
#search {
	padding: 0px;
	height: 30px;
	padding-bottom: 30px;
}
#sfor {
	width: 96%;
	font-family: 'Open Sans Condensed',  Tahoma,sans-serif;
	 font-size: 15px;
	text-transform: uppercase;
	 padding: 10px 0 10px 10px;
	margin: 10px 10px 0px 0;
	color: #6a6d6e;
	border: none;
	 border: 1px solid #ddd;
}


/* календарь */
#calendar_wrap {
	width: 100%;
	font-size: 13px;
}
table#wp-calendar {
	min-width: 100%;
}
#wp-calendar caption {
	color: #333;
	font-size: 11px;
	 padding: 6px;
	text-align: center;
}
#wp-calendar th {
	border: 1px solid #95d2cb;
	background: #9BDAD2;
	color: #fff;
	 text-shadow: 0px 1px 1px #70a29c;
	text-align: center;
	padding: 6px;
	font-size: 11px;
	font-weight: bold;
}
#wp-calendar td {
	padding: 6px;
	text-align: center;
}


/* оформление портфолио с крутящимся изображением */
.view {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.view .content {
	width: auto;
	height: auto;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.view .mask {
	width: 100%;
	height: 470px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.view img {
	display: block;
	position: relative;
}
.view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 16px;
	line-height: 19px;
	display: block;
	margin: 10% auto;
	padding: 20px 0px 20px 0px;
}
.view h2 a {
	color: #fff;
	text-shadow: 0 1px 1px #222;
	text-decoration: none;
}
.view h2 a:hover {
	color: #444;
	text-decoration: underline;
}
.view a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #f9f9f9;
	color: #333;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 1px #999;
	-moz-box-shadow: 0 0 1px #999;
	box-shadow: 0 0 1px #999;
}
.view a.info:hover {
	-webkit-box-shadow: 0 0 10px #fff;
	-moz-box-shadow: 0 0 10px #fff;
	box-shadow: 0 0 10px #fff;
}
.view-fourth img {
	-webkit-transition: all 0.4s ease-in-out 0.2s;
	-moz-transition: all 0.4s ease-in-out 0.2s;
	-o-transition: all 0.4s ease-in-out 0.2s;
	-ms-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.view-fourth .mask {
	background: #FF7582;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0) rotate(-180deg);
	-moz-transform: scale(0) rotate(-180deg);
	-o-transform: scale(0) rotate(-180deg);
	-ms-transform: scale(0) rotate(-180deg);
	transform: scale(0) rotate(-180deg);
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.view-fourth h2 {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	margin: 10% auto;
	padding: 20px 20px 20px 20px;
	-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;
}
.view-fourth a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.view-fourth:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.view-fourth:hover img {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}
.view-fourth:hover h2, .view-fourth:hover a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

/* оформление портфолио с выплывающими иконками */
.item-image {
	position: relative;
	 top: 0;
}
a.zoom-icon, a.more-icon {
	display: block;
	 width: 42px;
	 height: 42px;
	 text-indent: -9999px;
	 position: absolute;
	 bottom: 25px;
}
a.zoom-icon {
	left: 0px;
	 background: url(images/search.png) no-repeat;
}
a.more-icon {
	left: 0px;
	 background: url(images/link.png) no-repeat;
}


/* комментарии на сайте */
.comments-box {
	width: 98%;
	 margin: 50px 0 0 0px;
	 padding: 0;
	 position: relative;
}
.comments-box img {
	;
}
#respond {
	margin: 30px 0px 0px 0px;
	padding: 0px;
}
#respond p {
	margin: 0px 0px 5px 0px;
}
.cancel-comment-reply {
	padding: 5px 0px 0px 0px;
	font-size: 12px;
}
.cancel-comment-reply a {
	text-decoration: none;
}
.cancel-comment-reply a:hover {
	color: #333;
}
.text {
	border: 1px solid #DDDDDD;
	padding: 2px;
	color: #333;
	width: 200px;
}
ol.commentlist a:link {
	text-decoration: none;
}
ol.commentlist li div.vcard cite.fn a.url:hover {
	text-decoration: none;
}
ol.commentlist {
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 0px 0px 10px 0px;
	padding: 15px;
	list-style-type: none;
	border: 1px dotted #CCCCCC;
}
ol.commentlist li.alt {
	;
}
ol.commentlist li.bypostauthor p {
	;
}
ol.commentlist li.byuser {
	;
}
ol.commentlist li.comment-author-admin {
	;
}
ol.commentlist li.comment {
	;
}
ol.commentlist li div.comment-author {
	;
}
ol.commentlist li div.vcard {
	;
}
ol.commentlist li div.vcard cite.fn {
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 21px;
	color: #7b7b7b;
	text-transform: uppercase;
	 font-family: 'Open Sans Condensed', Tahoma, sans-serif;
}
ol.commentlist li div.vcard cite.fn a.url {
	color: #333;
	text-decoration: none;
}
ol.commentlist li div.vcard img.avatar {
	float: left;
	margin: 0px 10px 5px 0px;
}
ol.commentlist li div.vcard img.avatar-32 {
	border-right: 1px solid #dedcdc;
	border-bottom: 1px solid #dedcdc;
	padding: 5px;
	background: #f8f6f6;
}
ol.commentlist li div.vcard img.photo {
	padding: 2px;
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
}
ol.commentlist li div.vcard span.says {
	color: #666;
}
ol.commentlist li div.commentmetadata {
	;
}
ol.commentlist li div.comment-meta {
	margin: 3px 0px 20px 0px;
	font: 11px Arial;
}
ol.commentlist li div.comment-meta a {
	color: #666;
	text-decoration: none;
}
ol.commentlist li p {
	margin: 10px 0px 20px 0px;
}
ol.commentlist li ul {
	;
}
ol.commentlist li div.reply {
	margin: 20px 0px 20px 0px;
	 line-height: 18px;
}
ol.commentlist li div.reply a {
	background: #eaeaea;
	 width: 45px;
	height: 18px;
	padding: 5px 8px 7px 8px;
	border: 1px solid #DDD;
	color: #333 !important;
	text-shadow: 0px 0px 1px #fff;
	text-decoration: none;
	font-size: 12px;
}
ol.commentlist li div.reply a:hover {
	background: #FF7582;
	border: 1px solid #DDD;
	color: #fff !important;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease;
	text-shadow: 0px 0px 1px #fff;
}
ol.commentlist li ul.children {
	;
}
ol.commentlist li ul.children li {
	margin: 10px 0px 0px 0px;
	border: 1px dotted #CCCCCC;
}
ol.commentlist li ul.children li li.alt {
	background: #ffffff;
}
ol.commentlist li ul.children li.bypostauthor {
	;
}
ol.commentlist li ul.children li.byuser {
	;
}
ol.commentlist li ul.children li.comment {
	;
}
ol.commentlist li ul.children li.comment-author-admin {
	;
}
ol.commentlist li ul.children li.depth-2 {
	;
}
ol.commentlist li ul.children li.depth-3 {
	;
}
ol.commentlist li ul.children li.depth-4 {
	;
}
ol.commentlist li ul.children li.depth-5 {
	;
}
ol.commentlist li ul.children li.odd {
	;
}
ol.commentlist li.even {
	;
}
ol.commentlist li.odd {
	;
}
ol.commentlist li.parent {
	;
}
ol.commentlist li.pingback {
	;
}
ol.commentlist li.thread-alt {
	;
}
ol.commentlist li.thread-even {
	;
}
ol.commentlist li.thread-odd {
	;
}
#commentform {
	font: 14px;
}
#commentform input {
	width: 210px;
	margin: 7px 3px 0px 0px;
	padding: 5px;
	border: 1px solid #DDDDDD;
}
#commentform .author {
	padding: 3px 3px 3px 5px;
	background: #FFFFFF;
	color: #333;
}
#commentform .email {
	padding: 3px 3px 3px 5px;
	color: #333;
}
#commentform .url {
	padding: 3px 3px 3px 5px;
	color: #333;
}
#commentform textarea {
	width: 100%;
	height: 200px;
	margin: 7px 0px 0px 0px;
	color: #333;
	padding: 2px;
	border: 1px solid #DDDDDD;
}
#commentform .submit {
	font-family: 'Open Sans Condensed',  Tahoma,sans-serif;
	background: #9BDAD2;
	 margin: 15px 0px 0px 0px;
	padding: 10px 20px 35px 20px;
	color: #fff;
	text-shadow: 0px 1px 1px #555;
	cursor: pointer;
	border: 1px solid #ccc;
	 font-size: 18px;
}
#commentform .submit:hover {
	background: #FF7582;
	 text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease;
}
.comm-title {
	font-size: 26px;
	 line-height: 29px;
	 padding-right: 10px;
	 color: #333;
	 margin-bottom: 40px;
	 font-family: 'Open Sans Condensed', Tahoma, sans-serif;
}


/* постраничная навигация */
.wp-pagenavi {
	width: 100%;
	margin: 40px 0 40px 0px;
	padding: 0;
	font-size: 20px;
	 font-family: 'Open Sans Condensed',  Tahoma,sans-serif;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 5px 8px;
	margin: 1px 10px 2px 0;
	text-decoration: none;
	color: #333;
}
.wp-pagenavi a:visited {
	padding: 5px 8px;
	margin: 1px 10px 2px 0;
	text-decoration: none;
	color: #333;
}
.wp-pagenavi a:hover {
	color: #fff;
	 background: #FF7582;
}
.wp-pagenavi a:active {
	padding: 5px 8px;
	margin: 2px 10px 2px 0;
	text-decoration: none;
	color: #333;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px;
	margin: 1px 40px 20px 2px;
}
.wp-pagenavi span.current {
	padding: 5px 8px;
	margin: 1px 10px 2px 0;
	color: #fff;
	background: #FF7582;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px;
	margin: 2px;
}


/*  кнопки изменения размеров шрифта в посте */

.text-change {text-align: left; padding-bottom: 30px;}
.sh_button{font-size:12px; font-family: Georgia;  font-weight: bold;  width:30px; height: 30px;}
.sh_button-light{color:#fff; border:0 none;background:#acacac; vertical-align: middle;}
.sh_button-light:hover{background:#9BDAD2;}
.sh_button-light:active{background:#9BDAD2;}
.sh_button-small{font-size:11px;}
.sh_button-medium{font-size:15px; margin: 1px 0 0 0}
.sh_button-large{font-size:18px; line-height: 1}
.sh_button-active{background:#9BDAD2!important;color:#fff}


/* стили для мобильных устройств */



@media only screen and (max-width:1200px) {
	#wrap {
		width: 94%;
	}
	.menu ul li a {
		padding: 15px 15px;
		font-size: 15px;
	}
}
@media only screen and (max-width:768px) {
	#wrap {
		width: 94%;
		 margin-top: 20px;
		 margin-bottom: 20px;
	}
	.f-menu {
		margin-left: -9999px;
		 width: 0px;
		height: 0px;
		 overflow: hidden;
	}
	.menu {
		background: none;
	}
	#main {
		margin-top: 50px;
	}
	.logo {
		text-align: center;
		 font-size: 40px;
		 line-height: 44px;
		 margin-bottom: 60px;
		 padding-top: 100px;
		padding-bottom: 30px;
		border-bottom: 1px dashed #ddd;
	}
	.contact-info {
		top: 20px;
		 left: 0;
		 width: 100%;
		 text-align: center;
	}
	.select-menu {
		display: block;
		 width: 70%;
		 margin-top: -20px;
	}
	.post {
		width: 48%;
		 height: 100%;
		 float: left;
		 margin-left: 2%;
		 margin-bottom: 2%;
	}
	.hello {
		margin: 0px auto 25px;
		 border-top: 1px dashed #ddd;
		 padding-left: 0px;
		 padding-top: 30px;
		 text-align: center;
	}
	div.fullpage #main_col, div.smallpage #main_col, #main_col {
		width: 90%;
		 float: left;
		 margin-bottom: 40px;
		 margin-left: 5%;
	}
	.right_col {
		width: 90%;
		 float: left;
		 margin-left: 5%;
		 padding-top: 50px;
		 border-top: 1px dashed #bbb;
	}
	#main_col h1, h2.ugol,h2.square  {
		text-align: center;
	}
	.entry-date {
		text-align: center;
		 border-top: 1px dashed #ddd;
	}
	.entry {
		text-align: justify;
	}
	#commentform .submit {
		display: block;
		 margin: 15px auto 0px;
	}
	.wp-pagenavi {
		width: 100%;
		margin: 40px auto 20px;
		 font-size: 16px;
		 font-family: 'Open Sans Condensed', sans-serif;
		 text-align: center;
	}
	.foot-widget1, .foot-widget2 {
		margin: 0 auto 40px;
		float: none;
		display: block;
		width: 90%;
	}
	.foot-widget3 {
		margin: 0 auto 0px;
		float: none;
		display: block;
		width: 90%;
		 padding-bottom: 20px;
	}
	h1, h2, h3, h4, h5, h6 {
		margin: 0 0 40px 0;
		 clear: both;
		 font-weight: 700;
		 text-transform: uppercase;
	}
	h1 {
		font-size: 26px;
		line-height: 28px;
	}
	h2 {
		font-size: 24px;
		line-height: 26px;
	}
	h3 {
		font-size: 22px;
		line-height: 24px;
	}
	h4 {
		font-size: 20px;
		line-height: 22px;
	}
	h5 {
		font-size: 18px;
		line-height: 20px;
	}
	h6 {
		font-size: 16px;
		line-height: 18px;
	}
	.twi, .rss, .fb, .vk, .gp, .yt, .in {
		margin-bottom: 20px;
	}

  
}
@media only screen and (max-width:480px) {
	body {
		font-size: 12px;
	}
	.hello {
		text-align: left;
		 padding-left: 10px;
	}
	.contact-info, .entry-date {
		font-size: 12px;
	}
	.entry {
		text-align: left;
	}
	.post {
		width: 98%;
		 height: 100%;
		 float: left;
		 margin-left: 2%;
		 margin-bottom: 2%;
	}
	#credits {
		font-size: 11px;
	}
	.wp-pagenavi {
		width: 100%;
		 margin: 30px auto 20px;
		 font-size: 12px;
		 font-family: 'Open Sans Condensed', sans-serif;
		 text-align: center;
	}
	.index-thumb,.index-thumb2 {
	margin: 0px auto 25px;
	display: block;
	float: none;
    }
}
@media only screen and (max-width:320px) {
	.logo {
		font-size: 28px;
		 line-height: 32px;
	}
	.entry {
		text-align: left;
	}
}