@import url(fonts.css);
html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
body {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
ol {
	padding: 0;
	list-style-position: inside;
}
/*Main styles*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
p {
	margin: 0;
}
a {
	color: #3d769e;
}
a:hover {
	text-decoration: none;
}
html, body {
	min-height: 100%;
	height: 100%;
}
body {
	/*font: 18px "SegoeUILight", sans-serif;*/
	font: 18px sans-serif;
	overflow: hidden;
	background: #f5f5f5;
	text-rendering: optimizelegibility;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-tap-highlight-color:rgba(0,0,0,0); 
	-moz-text-size-adjust: none;
	-moz-font-smoothing: antialiased;
	-ms-tap-highlight-color:rgba(0,0,0,0); 
	-ms-text-size-adjust: none;
	-ms-font-smoothing: antialiased;
}
/*Styles for Admin*/
.post-edit-link {
	color: #c64f4f;
}
/*End styles for Admin*/
/*Styles for main-content*/
.content {
	margin-right: 350px;
	overflow-y: auto;
	height: 100%;
	background: #f5f5f5;
/*	-moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;*/
}

.container {
	width: 100%;
	padding: 0 150px;
	position: relative;
}
.home .content {
	/*background: url(../img/bg.jpg) no-repeat center center fixed; */
	background: url(../img/bg-1.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.burger {
	position: absolute;
	padding: 10px;
	top: 10px;
	right: 30px;
	display: none;
	list-style: none;
	margin: 0;
	cursor: pointer;
	z-index: 10;
	border-radius: 5px;
	background: #3e3e3e;
}
.burger li {
	width: 30px;
	height: 4px;
	background-color: #fff;
	border-radius: 3px;
	margin: 5px 0;
}
.burger.open li {
	background-color: #d9dde1;
}
.home .container {
	text-align: center;
	padding-top: 9%;
}
.home h1 {
	margin: 4% 0;
	font: 48px "SegoeUIRegular", sans-serif;
	color: #fff;
	text-transform: uppercase;
}
p.description {
	max-width: 640px;
	font-size: 24px;
	color: #fff;
	margin: 0 auto;
}
.home .more-btn {
	margin-top: 5%;
}
.more-btn {
	display: inline-block;
	height: 55px;
	line-height: 53px;
	padding: 0 40px;
	background: #dc5555;
	color: #fff;
	font-family: "SegoeUIRegular", sans-serif;
	text-decoration: none;
	border-radius: 30px;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.more-btn:hover {
	background: #c64f4f;
	cursor: pointer;
}
/*Styles for nav*/
nav {
	background: #151515;
	height: 100%;
	width: 350px;
	position: fixed;
	top: 0;
	right: 0;
	display: table;
	overflow: auto;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
nav ul li {
	display: block;
	margin-top: 15px;
	padding-right: 85px;
}
nav ul li:first-child {
	margin-top: 0;
}
nav ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: right;
	font-family: "SegoeUIRegular", sans-serif;
	-webkit-transition: color 0.2s linear 0s;
	-o-transition: color 0.2s linear 0s;
	transition: color 0.2s linear 0s;
}
nav ul li a:hover,
nav ul li a.active,
.current-menu-item a,
.current-menu-parent a,
.current-page-ancestor a {
	color: #dc5555;
}
.nav-home ul li a .nav-logo-img {
	display: none;
}
/*Menu logo styles*/
#menu-item-164 {
	position: relative;
}
.nav-sub ul #menu-item-28 {
	display: none;
}
.nav-logo-img {
	width: 110px; 
	margin-right: -5px;
	margin-bottom: -10px;
}
.nav-logo-img-hover {
	position: absolute;
	background-color: #151515;
    bottom: -5px;
    /* for visible hover
    right: 81px;
    width: 102px;
    border-radius: 13px; */
    right: 0;
    width: 100%;
    height: 56px;
    opacity: 0.2;
    
}
.nav-logo-img-hover:hover {
	opacity: 0;
}
/*End menu logo styles*/
.search {
	display: none;
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}
.search input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	width: 75px;
	height: 75px;
	background: transparent;
	border: 0;
	padding: 0;
	outline: none;
}
.search .form-control {
	height: 75px;
}
.search .form-control input[type="text"] {
	border: 0;
	outline: none;
	width: 100%;
	height: 100%;
	padding: 0 75px 0 20px;
	background: url(../img/Search-button-nav.png) no-repeat center center, #1e1e1e;
	color: #fff;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.search .form-control input[type="text"]:hover {
	background-color: #232323;
	cursor: pointer;
}
.search .form-control input[type="text"]:focus {
	background: url(../img/Search-button-nav.png) no-repeat 92% center, #1e1e1e;
	color: #fff;
	cursor: text;
}
.hidden {
	display: none;
}
.show {
	display: block;
}
/** initial setup **/
/*Styles for custom scrollbar*/
.nano {
	position : relative;
	/*width    : 100%;*/
	height   : 100%;
	overflow : hidden;
}
.nano > .nano-content {
	position      : absolute;
	overflow      : scroll;
	overflow-x    : hidden;
	top           : 0;
	right         : 0;
	bottom        : 0;
	left          : 0;
	outline: none;
}
.home > .content > .nano-content {
	background: url('/wp-content/themes/pm-art/pm/img/overlay.png') repeat;
}
.nano > .nano-content::-webkit-scrollbar {
	display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
	display: block;
}
.nano > .nano-pane {
	background : #3e3e3e;
	position   : absolute;
	width      : 15px;
	right      : 0;
	top        : 0;
	bottom     : 0;
	visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
	opacity    : .01;
	-webkit-transition    : .2s;
	-moz-transition       : .2s;
	-o-transition         : .2s;
	transition            : .2s;
}
.nano > .nano-pane > .nano-slider {
	background: #c64f4f;
	opacity: 0.9;
	/*background: #232323;*/
	position              : relative;
	/*margin                : 0 1px;*/
	-moz-border-radius    : 8px;
	-webkit-border-radius : 8px;
	border-radius         : 8px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
	visibility : visible\9; /* Target only IE7 and IE8 with this hack */
	opacity    : 0.99;
}
/*Styles for header-page*/
.header-page {
	height: 190px;
	padding: 60px 0 0 0;
	background: url(../img/header-page.jpg) no-repeat center center;
}
.header-page .icon {
	display: inline-block;
	width: 69px;
	height: 69px;
/*	background: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 2px 2px 0px rgba(0, 0, 0, 0.1);*/
	position: absolute;
	right: 150px;
	bottom: -35px;
}
.header-page .container {
	height: 100%;
}
.author {
	background: #ebebeb;
	padding: 50px 0;
}
.h1 {
	color: #fff;
	font: 36px "SegoeUISemiBold", sans-serif;
	margin: 0 20px 0 0;
	display: inline-block;
}
.date-head {
	color: #fff;
	font: 14px "SegoeUISemiBold", sans-serif;
}
.auth-block {
	position: relative;
	min-height: 166px;
}
.auth-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 166px;
	height: 166px;
	border-radius: 4px;
	background: #fff;
	overflow: hidden;
	padding: 4px;
}
.auth-img img {
	max-width: 100%;
}
.auth-info {
	padding-left: 210px;
	color: #4d4d4d;
}
.auth-info h3 {
	font-size: 24px;
	margin: 0 0 15px;
}
.auth-info p {
	margin: 0;
	line-height: 2.2;
}
.auth-info p span {
	color: #161616;
}
.main-area {
	color: #161616;
	line-height: 1.8;
	padding: 45px 0;
	font-size: 16px;
}
/*Styles for faq block*/
.faq-block {
	background: #ebebeb;
	padding: 60px 0;
	text-align: center;
}
.faq-block h3 {
	color: #1b1b1b;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 50px;
}
footer {
	padding: 50px 0 45px;
	background: #262626;
	font: 15px "SegoeUIRegular",sans-serif;
	min-height: 150px;
}
footer p {
	margin: 0;
	color: #f5f5f5;
}
.foot-logo img {
	vertical-align: middle;
}
footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0 !important;
}
footer ul li {
	display: inline-block;
	font-size: 15px;
	margin-left: 25px;
	vertical-align: middle;
}
footer ul li a {
	color: #636363;
	text-decoration: none;
	-webkit-transition: color 0.2s linear 0s;
	-o-transition: color 0.2s linear 0s;
	transition: color 0.2s linear 0s;
}
footer ul li a:hover {
	color: #fff;
}
* html .page-wrapp {
	height: 100%;
}
.page-wrapp {
	min-height: 100%;
	margin-bottom: -150px;
}
.page-wrapp:after {
	content: "";
	display: block;
	height: 150px;
}
/*Styles for news-list*/
.news-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.n-title {
	margin-bottom: 20px;
}
.n-more {
	background: #e7e6e6;
	text-align: center;
	font-family: "SegoeUIRegular", sans-serif;
	display: block;
	width: 100%;
	height: 60px;
	line-height: 58px;
	color: #7e7e7e;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	text-decoration: none;
	margin-top: 20px;
}
.n-more:hover {
	background: #dddcdc;
}
.n-title h2 {
	margin: 0;
	font-weight: normal;
	font: 24px "SegoeUIRegular", sans-serif;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.n-title h2 a {
	/*color: #4d4d4d;*/
	color: #c64f4f;
	/*color: #dc5555;*/
	text-decoration: none;
}
.n-title h2 a:hover {
	text-decoration: underline;
}
.n-title span.viewed, 
.n-title span.reviewed {
	vertical-align: middle;
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../img/New-post.png) no-repeat center center;
}
.n-title span.reviewed {
	background: url(../img/reviewed-post.png) no-repeat center center;
}
.n-info span {
	font-size: 16px;
	color: #666;
	padding: 0 35px 0 25px;
	display: inline-block;
}
.n-info span.auth {
	background: url(../img/Author.png) no-repeat 0 center;
}
.n-info span.date {
	background: url(../img/Time-post.png) no-repeat 0 center;
}
.n-info span.views {
	background: url(../img/view-number.png) no-repeat 0 center;
}
.n-img {
	margin: 20px 0 0;
}
.n-img img {
	padding: 5px;
	background: #fff;
	border-radius: 4px;
	max-width: 100%;
}
.n-text {
	margin: 0;
	max-width: 850px;
	color: #161616;
	font-size: 18px;
	margin-top: 20px;
}
.news-list > li {
	margin-bottom: 30px;
}
.breadcrumbs {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0 !important;
}
.breadcrumbs li {
	display: inline-block;
	margin-right: 20px;
}
.breadcrumbs li a,
.breadcrumbs li span {
	color: #8c8c8c;
	text-decoration: none;
	font-size: 18px;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 36px;
	background: #dadada;
	border-radius: 50%;
	display: inline-block;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.breadcrumbs li span,
.breadcrumbs li a:hover {
	color: #57b161;
	background: #d0e1d1;
}
/*Styles for gallery*/
.gallery h2 {
	display: inline-block;
	color: #4d4d4d;
	font: 24px "SegoeUIRegular", sans-serif;
	margin: 0 30px 40px 0;
}
.col-album {
	padding-left: 35px;
	font-size: 16px;
	color: #666;
	background: url(../img/folder.png) no-repeat 0 center;
}
.gallery > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: -60px;
}
.gallery > ul li {
	display: block;
	float: left;
	width: 25%;
	padding: 0 0 60px 60px;
}
.g-block {
	background: #fff;
	border-radius: 4px;
	padding: 5px;
	max-width: 310px;
	overflow: hidden;
}
.g-block .help-block {
	position: relative;
	overflow: hidden;
	/*background: #000;*/
}
.g-block img {
	width: 100%;
	max-width: 100%;
	display: block;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.g-block .overlay {
	background: rgba(71,71,71,0.6);
	padding: 10px 15px;
	position: absolute;
	bottom: -100px;
	z-index: 10;
	color: #fff;
	line-height: 1.1;
	width: 100%;
	font: 16px "SegoeUIRegular", sans-serif;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.g-block .overlay span.pull-right {
	padding-left: 30px;
	background: url(../img/Photo-copy.png) no-repeat 0 center;
}
.g-block .help-block:hover .overlay {
	bottom: 0;
}
.g-block .help-block:hover img  {
	opacity: 0.65;
}
/*Styles for albums*/
.album .col-album {
	background: url(../img/photo-number.png) no-repeat 0 center;
}
.gallery.album > ul li {
	width: 33.3333%;
}
.album .g-block {
	max-width: 360px;
}
.search-ico {
	position: absolute;
	width: 55px;
	height: 55px;
	background: url(../img/magnifying.png) no-repeat 0 0;
	left: 50%;
	top: 50%;
	margin-left: -27.5px;
	margin-top: -27.5px;
	-webkit-transform: scale(0.5,0.5);
	-ms-transform: scale(0.5,0.5);
	-o-transform: scale(0.5,0.5);
	transform: scale(0.5,0.5);
	opacity: 0;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.help-block:hover .search-ico {
	opacity: 1;
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
}
/*Styles for lightbox*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #fbfbfb;
	color: #444;
	text-shadow: none;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -57.5px;
	margin-left: -39px;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 78px;
	height: 113px;
	background: url('../img/logo.png') center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: 0;
	right: -100px;
	width: 22px;
	height: 23px;
	cursor: pointer;
	z-index: 8040;
	background: url(../img/Closed-Photo.png) no-repeat 0 0;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 90px;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: -90px;
}
.fancybox-next {
	right: -90px;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 29px;
	height: 51px;
	margin-top: -25.5px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-prev span {
	left: 0;
	background: url(../img/Left.png) no-repeat 0 0;
}
.fancybox-next span {
	right: 0;
	background: url(../img/Right.png) no-repeat 0 0;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}
.fancybox-lock body {
	overflow: hidden !important;
}
.fancybox-lock-test {
	overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0,0,0,0.66);
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow-y: auto;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/*Styles for sample-page*/
.sample-head {
	padding-bottom: 30px;
	border-bottom: solid 1px #e0e0e0;
	margin-bottom: 30px;
}
.sample-head h1 {
	font: 24px "SegoeUIRegular", sans-serif;
	/*color: #4d4d4d;*/
	color: #c64f4f;
	margin: 0 0 20px 0;
}
hr {
	margin: 15px 0;
	border: 0;
	background: #e0e0e0;
	height: 1px;
}
.attached {
	color: #5d5d5d;
	font-size: 16px;
	padding-left: 30px;
	background: url(../img/Cliper.png) no-repeat 0 center;
	margin: 25px 0;
}
/*Styles for contacts*/
.contacts .n-title {
	margin-bottom: 10px;
}
.contacts .n-text {
	margin: 0;
}
.g-maps {
	text-decoration: none;
	color: #171717;
	padding-right: 20px;
	background: url(../img/Pointer.png) no-repeat right center;
}
.g-maps:hover {
	text-decoration: underline;
}
/*Styles for overlay*/
.overlay-page {
	height: 100%;
	background: #151515;
	width: 100%;
}
.nav-block {
	text-align: right;
	width: 200px;
	color: #fff;
	margin: 0 auto;
	padding-top: 20%;
}
.nav-block .links a {
	color: #E4E4E4;
	text-decoration: none;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	font-family: "SegoeUIRegular", sans-serif;
	display: inline-block;
	margin-bottom: 15px;
}
.nav-block a:hover {
	color: #dc5555;
}
.links {
	background: url(../img/help.gif) no-repeat left center;
	height: 70px;
	margin-bottom: 200px;
}
.nav-block .more-btn {
	background: #1e1e1e;
	color: #4c4c4c;
	padding: 0 80px
}
.nav-block .more-btn:hover {
	color: #fafafa;
}
.over-button {
	text-align: center;
}
/*Incosm logo*/
.incosm {
	padding-left: 30px;
}
.incosm span {
	color: #636363;
	margin-right: 15px;
}
.foot-logo > p {
	display: inline-block;
}
footer ul {
	padding-top: 7px;
}
.footer-pm-signature{
	    text-align: center;
    height: 60px;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 40px;
    /*bottom: 10px;*/
    /* position: absolute; */
    bottom: 35px;
    color: #fff;
    line-height: 25px;
}
.footer-pm-signature span {
	font-size: 16px;
}