#hm_bbpui_file_frame {
width: 1px;
height: 1px;
border: 0;
}  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,section,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;vertical-align:baseline;}section,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-spacing:0;border-collapse:collapse;}input[type="text"],input[type="email"],input[type="number"],input[type="password"],input[type="search"],input[type="button"],input[type="submit"],input[type="reset"],textarea,button{-webkit-appearance:none;}input::-moz-focus-inner{margin-top:0;margin-bottom:-1px;padding:0;border:0;}  * {
box-sizing: border-box;
outline: none;
-webkit-text-size-adjust: none;
}
body {
background: #f0f0ed;
color: #999;
margin: 0;
padding: 0;
font-family: Helvetica, Arial, sans-serif;
font-size: 12.5px;
font-weight: normal;
} a {
color: #33363c;
text-decoration: none;
}
a:hover {
color: #2F9BC1;
text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #33363c;
padding: 0;
margin: 0 0 10px 0;
line-height: 130%;
font-weight: bold;
word-wrap: break-word;
}
h1 {
font-size: 28px;
}
h2 {
font-size: 22px;
}
h3 {
font-size: 20px;
}
h4 {
font-size: 19px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
p {
line-height: 21px;
margin-bottom: 12px;
}
p:first-child {
margin-bottom: 12px;
}
p:last-child {
margin-bottom: 0;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
small {
font-size: xx-small;
line-height: 1em;
}
sup {
font-size: xx-small;
vertical-align: top;
line-height: 1em;
} 
sub {
font-size: xx-small;
vertical-align: bottom;
line-height: 1em;
} ol {
padding: 0;
margin: 0;
list-style-type: decimal;
}
ul {
padding: 0;
margin: 0;
list-style-type: square;
}
li {
margin: 0 0 10px 20px;
line-height: 21px;
}
li i {
padding-right: 5px;
}
li:last-child {
margin-bottom: 0;
} input,
textarea {
max-width: 100%;
font-family: Helvetica, Arial, sans-serif;
font-size: 12.5px;
padding: 8px 10px;
color: #999;
border: 1px solid #f7f7f7;
background: #f7f7f7;
border-radius: 4px;
}
input:focus,
textarea:focus {
background-color: #fff;
border: 1px solid #ccc;
}
::-webkit-input-placeholder {
color: #aaa;
}
:-moz-placeholder {
color: #aaa;
}
:-ms-input-placeholder {
color: #aaa;
}
:focus::-webkit-input-placeholder {
color: #ccc;
}
:focus:-moz-placeholder {
color: #ccc;
}
:focus:-ms-input-placeholder {
color: #ccc;
}
textarea {
width: 100%;
line-height: 19px;
height: 150px;
resize: vertical;
}
select {
padding: 2px 0;
}
input[type='button'],
input[type='submit'],
input[type='reset'],
button,
.button {
display: inline-block;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
background-color: #2f9bc1;
color: #fff;
font-weight: bold;
padding: 9.5px 15px;
margin: 0;
border: 0;
font-size: 13.5px;
line-height: 1;
cursor: pointer;
border-radius: 4px;
}
input[type='button']:hover,
input[type='submit']:hover,
input[type='reset']:hover,
button:hover,
.button:hover {
background-color: #2a8cae;
color: #fff;
}
input[type='radio'],
input[type='checkbox'] {
background: transparent;
border: 0;
}
fieldset {
border: 1px solid #f0f0ed;
margin: 0;
padding: 20px 15px;
border-radius: 4px;
}
legend {
font-size: 14px;
} .left {
float: left;
}
.right {
float: right;
}
.clear {
content: '';
clear: both;
line-height: 0;
padding: 0;
margin: 0;
height: 0;
display:block;
font-size:0;
width:100%;
}
.align-center,
.aligncenter {
position: relative;
margin: 20px auto;
display: block;
clear: both;
}
.align-left,
.alignleft {
position: relative;
float: left;
margin: 4px 20px 5px 0;
}
.align-right,
.alignright {
float: right;
position: relative;
margin: 4px 0 5px 20px;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.gallery {
overflow: hidden !important;
}
.gallery-item img {
max-width: 100% !important;
border: 0 !important;
}
.gallery-caption {
margin: 10px 0;
} table {
border-collapse: separate;
border: 1px solid #f0f0ed;
padding: 5px 10px;
line-height: 19px;
width: 100%;
}
th {
font-weight: bold;
border-top: 1px solid #f0f0ed;
padding: 10px;
text-align: left;
}
td {
border-top: 1px solid #f0f0ed;
padding: 10px;
}
img {
max-width: 100%;
height: auto;
}
.avatar {
border-radius: 4px;
}
object,
embed,
video,
iframe {
max-width: 100%;
border: 0;
}
cite {
float: right;
padding: 0 0 5px 0;
}
hr {
background: #f0f0ed;
border: 0;
clear: both;
width: 100%;
height: 1px;
padding: 0;
margin: 20px 0;
position: relative;
}
pre {
color: #000;
background: url(//imhodom.ru/wp-content/themes/buddy/lib/images/code-bg.png);
border: 1px solid #f0f0ed;
padding: 5px 25px;
margin: 5px 0 20px 0;
font-family: "Courier New";
overflow: auto;
font-size: 12px;
line-height: 21px;
}
code {
color: #000;
background: url(//imhodom.ru/wp-content/themes/buddy/lib/images/code-bg.png);
border: 1px solid #F0F0ED !important;
padding: 5px 25px;
margin: 5px 0 20px 0;
font-family: "Courier New";
clear: both;
display: block;
font-size: 12px;
line-height: 21px;
}
.preload {
display: none;
}
.no-js .preload {
display: block;
}
mark {
padding: 3px 5px;
border-radius: 4px;
}
ins {
text-decoration: none;
}
dl {
line-height: 19px;
margin-bottom: 20px;
}
dd {
margin-bottom: 10px;
}
dt {
font-weight: bold;
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}  #page-wrapper {
position: relative;
text-align: left;
width: 1200px;
margin: 0 auto;
overflow: hidden;
} #content-wrapper {
float: left;
width: 100%;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px; 
margin-bottom: 30px;
} #content,
#container {
float: right;
position: relative;
width: 935px; 
}
.sb-both #content,
.sb-both #container {
width: 670px;
}
.fullwidth #content,
.fullwidth #container {
width: 100% !important;
}
#left-content-wrapper {
float: left;
}
.sb-both #left-content-wrapper {
width: 935px;
}
.fullwidth #left-content-wrapper {
width: 100% !important;
}
.mu_register {
float: left;
background: #FFF;
padding: 20px;
width: 100%;
border-radius: 8px;
} .sidebar {
float: left;
width: 245px;
font-size: 12px;
}
#sidebar-left {
margin-right: 20px;
}
#sidebar-right {
margin-left: 20px;
}
#sidebar {
display:none;
}  #header {
position: relative;
float: left;
z-index: 1000;
width: 100%;
padding: 15px;
margin-bottom: 0px;
height: 61px;
background: #33363c;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px; 
}
.gp-scrolling.gp-fixed-header #header {
position: fixed;
width: 1200px;
left: 50%;
transform: translateX(-50%);
}
#gp-fixed-padding {
position: absolute;
top: 0;
left: 0;
width: 100%;
} #logo {
display: block;
float: left;
margin: 0;
line-height: 0;
max-width: 100%;
}
#logo:after {
content: " ";
}
#logo.default-logo {
margin-top: 3px;
}
#logo a {
color: #fff;
line-height: 0;
}
#logo img {
height: auto;
position: relative;
}  #nav  {
float: right;
position: relative;
z-index: 999;
}
#nav .menu {
float: left;
margin: 5px 0 0 0;
list-style-type: none;
list-style-position: outside;
}
#nav ul.menu:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#nav .menu li {
float: left;
position: relative;
list-style-type: none;
margin: 0 0 0 5px;
padding: 0;
}
#nav .menu li:first-child {
margin-left: 0;
}
#nav .menu li a {
color: #fff;
font-size: 12px;
padding: 10px 13px;
font-weight: bold;
}
#nav .menu li a:hover,
#nav .menu li:hover > a {
color: #fff;
background: #26282d;
border-radius: 8px;
} #nav .menu .sub-menu {
display: none;
position: absolute;
background: #26282d;
width: 200px;
z-index: 999;
top: 22px;
left: auto;
margin: 0;
padding: 10px 13px;
border-radius: 8px;
border-top-left-radius: 0; 
}
#nav .menu li:hover > .sub-menu {
display: block;
}
#nav .menu .sub-menu li {
margin: 0;
width: 100%;
}
#nav .menu .sub-menu li a {
display: block;
float: left;
width: 100%;
padding: 0;
margin: 5px 0 0 0;
color: #99a1b1;
}
#nav .menu .sub-menu li a:hover {
color: #fff;
background: none;
}
#nav .gp-nav-edge .sub-menu {
right: 0;
border-radius: 8px;
border-top-right-radius: 0;
}
#nav .menu .sub-menu li ul {
top: auto;
left: 170px;
margin-top: -10px;
}
#nav .gp-nav-edge .sub-menu li ul {
left: -200px;
} #bp-buttons {
float: right;
margin-left: 15px;
}
#mobile-bp-buttons {
display: none;
margin-bottom: 15px;
text-align: center;
}
.bp-button {
display: inline-block;
position: relative;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #fff;
font-weight: bold;
padding: 9px 15px;
font-size: 13px;
border-radius: 4px;
margin: 0 0 0 5px;
}
.bp-button a {
color: #fff;
}
.bp-button:hover,
.bp-button a:hover {
color: #fff;
}
.login-button {
background-color: #77af12;
}
.login-button:hover {
background-color: #679710;
}
.signup-button {
background-color: #2f9bc1;
}
.signup-button:hover {
background-color: #2a8cae;
}
#gp-profile-desktop-button,
#gp-profile-mobile-button {
display: none;
background-color: #2f9bc1;
}
#gp-profile-desktop-button:hover,
#gp-profile-mobile-button:hover {
background-color: #2a8cae;
}
.gp-profile-all #gp-profile-desktop-button,
.gp-profile-desktop #gp-profile-desktop-button {
display: inline-block;
}
#gp-profile-mobile-button { 
display: none;
}
#gp-profile-mobile-button:before {
content: '\f007';
font-family: 'FontAwesome';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;	
}
.gp-notification-counter {
background-color: #33363c;
font-size: 11px;
border-radius: 100%;
margin-left: 2px;
padding: 1px 5px 2px 5px;
line-height: 1;
text-align: center;
} #mobile-nav-button {
cursor: pointer;
float: right;
display: none;
font-size: 13px;
border-radius: 4px;
color: #fff;
font-weight: bold;
padding: 9px 15px;
background-color: #77af12;
}
#mobile-nav.auto-height {
height: auto !important;
}
#mobile-nav-button:hover,
#mobile-nav-button.gp-active {
background-color: #679710;
}
.gp-desktop #mobile-nav, 
.gp-tablet-landscape #mobile-nav {
display: none !important;
}
#mobile-nav {
display: none;
float: left;
width: 100%;
clear: both;
margin-top: 15px;
}
#mobile-nav li {
position: relative;
list-style-type: none;
border-top: 1px solid rgba( 255, 255, 255, 0.1 );
margin: 0;
}
#mobile-nav .menu li a {
display: block;
color: #fff;
font-size: 14px;
padding: 15px 10px;
font-weight: bold;
}
#mobile-nav .menu li > a:hover {
color: #fff;
background: #26282d;
}
#mobile-nav .menu li > .mobile-dropdown-icon {
font-family: 'FontAwesome';
cursor: pointer;
position: absolute;
top: 0;
right: 0;
font-size: 20px;
padding: 0 25px;
line-height: 54px;
color: #999;
font-style: normal;
}
#mobile-nav .menu li > .mobile-dropdown-icon:before {
content: '\f0d7';
}
#mobile-nav .menu li.gp-active > .mobile-dropdown-icon:before {
content: '\f0d8';
}
#mobile-nav .menu li .sub-menu {
margin: 0;
display: none;
}
#mobile-nav .menu li .sub-menu li {
margin-left: 20px;
}  .widget {
position: relative;
width: 100%;
overflow: hidden;
clear: both;
padding: 20px;
margin-bottom: 20px;
background: #fff;
border-radius: 8px;
}
.widget.gp-custom-content {
background: none;
padding: 0;
}
.widget:last-child {
margin: 0;
}
.widget .widgettitle {
color: #33363c;
font-size: 12px;
font-weight: bold;
border-bottom: 1px solid #f0f0ed;
padding: 0 20px 15px 20px;
margin: 0 -20px 20px -20px;
}
#content .widget .widgettitle {
font-size: 16px;
border: 0;
padding: 0;
margin: 0 0 10px 0;
}
.widget.gp-custom-content .widgettitle {
border: 0;
padding: 0;
margin: 0 0 10px 0;
}
.widget .widgettitle a,
.widget .widgettitle a:hover {
color: #33363c;
}
.textwidget {
line-height: 21px;
}
.widget ul {
margin: 0;
}
.widget ul li {
overflow: hidden;
margin: 10px 0 0 0;
list-style-type: none;
}
.widget ul li:first-child {
margin-top: 0;
}
.widget ul ul li {
margin-left: 10px;
}
.widget .current-cat > a {
text-decoration: underline;
} .gp-search-bar {
width: 58%;
margin-right: 2%;
}
.gp-search-submit {
width: 40%;
padding: 9.5px 0;
} #wp-calendar {
margin: 0 auto;
border: 0;
}
#wp-calendar th {
font-weight: bold;
padding: 5px;
text-align: center;
border: 0;
}
#wp-calendar td {
padding: 5px;
text-align: center;
border: 0;
}
#wp-calendar caption {
text-align: right;
font-weight: bold;
margin-bottom: 10px;
} .gp-stats > div {
width: 100%;
overflow: hidden;
font-weight: bold;
font-size: 14px;
line-height: 20px;
color: #fff;
padding: 6px 10px;
margin-bottom: 5px;
background: #E47070;
border-radius: 4px;
}
.gp-stats > div:before {
float: left;
font-family: 'FontAwesome';
margin: 0 10px 0 0;
color: #fff;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-stat-title {
float: left;
}
.gp-stat-count {
float: right;
font-size: 20px;
}
.gp-post-stats:before {
content: '\f040';
}
.gp-comment-stats:before {
content: '\f0e6';
}
.gp-gp-blog-stats:before {
content: '\f0e8';
}
.gp-activity-update-stats:before {
content: '\f086';
}
.gp-member-stats:before {
content: '\f007';
}
.gp-group-stats:before {
content: '\f0c0';
}
.gp-forum-stats:before {
content: '\f075';
}
.gp-topic-stats:before {
content: '\f075';
}  #footer {
overflow: hidden;
width: 100%;
background: #fff;
padding-top: 30px;
text-align: center;
} #footer-widgets {
width: 1200px;
margin: 0 auto;
display: inline-block;
text-align: left;
}
.footer-widget {
float: left;
margin-left: 6%;
}
#footer-widgets div:first-child {
margin-left: 0;
}
.footer-widget .widget {
padding: 0;
margin-bottom: 30px;
}
.footer-widget .widget strong {
color: #33363c;
}
.footer-whole {
width: 100%;
}
.footer-half {
width: 47%;
}
.footer-third {
width: 29.33%;
}
.footer-fourth {
width: 20.5%;
}
.footer-fifth {
width: 15.2%;
}
.footer-widget .widget .widgettitle {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 18px;
font-weight: bold;
padding: 0;
border: 0;
margin: 0 0 15px 0;
}
.footer-1 .widget .widgettitle {
color: #26282d;
}
.footer-2 .widget .widgettitle {
color: #77af12;
}
.footer-3 .widget .widgettitle {
color: #d73e3a;
}
.footer-4 .widget .widgettitle {
color: #ff8b04;
}
.footer-5 .widget .widgettitle {
color: #2f9bc1;
}
.footer-fourth .gp-search-bar {
width: 100px;
}
.footer-widget-inner textarea {
height: 75px;
}
.footer-fourth #contact-form .textfield {
width: 125px;
} #copyright {
float: left;
position: relative;
width: 100%;
padding: 20px 0;
text-align: center;
font-size: 11px;
line-height: 17px;
color: #aaa;
} #gp-to-top {
z-index: 1000;
display: none;
position: fixed;    
bottom: 50px;
right: 20px;
overflow: hidden;
background: #33363C;
padding: 10px 15px;
font-size: 24px;
color: #fff;
border-radius: 8px;
line-height: 1;
}
#gp-to-top:hover {
background: #2F9BC1;
} .padder,
#container #content {
float: left;
background: #fff;
padding: 20px;
width: 100%;
border-radius: 8px; 
}
.padder.content-post-thumbnail {
border-radius: 8px;
border-top-left-radius: 0;
border-top-right-radius: 0;
} .post-thumbnail {
max-width: 100%;
line-height: 0;
position: relative;
margin-bottom: 20px;
border-radius: 8px;
}
.spacing-small .post-thumbnail {
margin-bottom: 10px;
}
.post-thumbnail.wrap {
float: left;
margin: 0 20px 10px 0;
}
.spacing-small .post-thumbnail.wrap {
margin: 0 15px 5px 0;
}
.post-thumbnail img {
border-radius: 8px;
width: 100%;
}
.post-thumbnail.single-thumbnail,
.post-thumbnail.single-thumbnail img {
margin: 0;
border-radius: 8px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
} .page-title {
font-size: 24px;
margin-bottom: 20px;
} .gp-entry-meta {
width: 100%;
color: #33363C;
margin: 0 0 15px 0;
font-weight: bold;
line-height: 21px;
margin-top: -10px;
}
.gp-loop-meta {
width: 100%;
color: #33363C;
margin: 0 0 15px 0;
font-weight: bold;
line-height: 21px;
}
.gp-post-meta {
display: inline-block;
line-height: 1;
margin: 0 20px 0 0;
font-weight: bold;
}
.gp-post-meta:before {
font-size: 14px;
margin-right: 5px;
font-weight: normal;
font-family: 'FontAwesome';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-meta-author:before {
content: '\f007';
}
.gp-meta-date:before {
content: '\f073';
}
.gp-meta-cats:before {
content: '\f07c';
}
.gp-meta-comments:before {
content: '\f086';
}
.gp-meta-tags:before {
content: '\f02c';
}
.post-meta.post-tags {
margin: 0 0 20px 0;
}
.gp-blog-wrapper .post-meta.post-tags {
margin: 0;
} #post-content {
width: 100%;
position: relative;
overflow: hidden;
word-wrap: break-word;
margin-bottom: 20px;
} .lightbox-hover {
display: block;
position: absolute;
bottom: 10px;
right: 10px;
z-index: 10;
background: #33363C;
color: #fff;
padding: 7px 8px 5px 8px;
font-size: 14px;
line-height: 1;
opacity: 0;
cursor: pointer;
border-radius: 4px;
}
.lightbox-hover:before {
content: '\f067';
font-family: 'FontAwesome';
color: #fff;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.pp_gallery li {
background: none;
border: 0;
padding: 0;
}  #comments {
position: relative;
overflow: hidden;
border-top: 1px solid #f0f0ed;
padding: 20px 20px 0 20px;
margin: 0 -20px 0 -20px; 
}
#comments h3 {
line-height: 1;
font-size: 20px;
margin-bottom: 20px;
}
#comments .commentlist {
width: 100%;
list-style: none;
margin: 0;
}
#comments .commentlist li {
position: relative;
margin: 0 0 20px 0;
padding: 0;
border: 0;
list-style: none;
word-wrap: break-word;
}
#comments .commentlist li .comment_container {
overflow: hidden;
}
#comments .commentlist .children li.comment {
margin: 20px 0 0 20px;
}
#comments .commentlist li .avatar {
position: relative;
top: 0;
left: 0;
float: left;
margin: 0;
width: 32px;
height: auto;
}
#comments .bypostauthor .avatar {
}
#comments .commentlist li .gp-comment-content {
margin: 0 0 0 42px;
}
#comments .commentlist li .gp-comment-meta {
font-size: 12px;
color: #33363C;
font-weight: bold;
margin: 0;
}
#comments .commentlist li [itemprop='author']:after {
content: '\0000a0\-\0000a0';
}
#comments .commentlist li.bypostauthor > .gp-comment-description {
background: #fbfbfb;
}
.comment-reply-link {
display: block;
float: right;
background-color: #77af12;
color: #fff;
font-size: 10px;
font-weight: bold;
padding: 4px 8px 5px 8px;
line-height: 1;
border-radius: 4px;
}
.comment-reply-link:hover {
color: #fff;
background-color: #679710;
}
#comments .cptch_block br {
display: none;
} #respond {
position: relative;
}
#commentform .required {
font-weight: bold;
}
#commentform p {
margin: 10px 0;
}
#commentform .form-submit {
margin: 0;
float: right;
}
#commentform {
text-align: left;
}
#commentform input,
#commentform textarea {
display: block;
}
#commentform .form-allowed-tags {
display: none;
}
.commentlist #respond {
margin: 20px 0 0;
padding-left: 80px;
}
#comments #reply-title {
display: block;
margin: 0 0 10px;
font-size: 20px;
}
#cancel-comment-reply-link {
float: right;
background-color: #77af12;
color: #fff;
font-size: 10px;
font-weight: bold;
padding: 4px 8px 5px 8px;
line-height: 1;
border-radius: 4px;
margin-top: 3px;
}
#cancel-comment-reply-link:hover {
color: #fff;
background-color: #679710;
}  .gp-blog-wrapper section {
float: left;
position: relative;
width: 100%;
margin-bottom: 40px;
}
.spacing-small.gp-blog-wrapper section {
margin-bottom: 20px;
}
.gp-blog-wrapper section:first-child {
margin-top: 0;
}
.post-text h2 {
clear: none;
}
.spacing-small .post-text h2 {
font-size: 13.5px;
margin-bottom: 5px;
}
.sticky {
} .gp-blog-columns-1 section {
margin-right: 0;
width: 100%;
}
.gp-blog-columns-2 section {
width: 49%;
margin-right: 2%;
}
.gp-blog-columns-3 section {
width: 32%;
margin-right: 2%;
}
.gp-blog-columns-4 section {
width: 23.5%;
margin-right: 2%;
}
.gp-blog-columns-5 section {
width: 18.4%;
margin-right: 2%;
}
.gp-blog-columns-6 section {
width: 15%;
margin-right: 2%;
}
.gp-blog-columns-2 section:nth-of-type(2n),
.gp-blog-columns-3 section:nth-of-type(3n),
.gp-blog-columns-4 section:nth-of-type(4n),
.gp-blog-columns-5 section:nth-of-type(5n),
.gp-blog-columns-6 section:nth-of-type(6n) {
margin-right: 0;
}
.gp-blog-columns-2 section:nth-of-type(2n+1),
.gp-blog-columns-3 section:nth-of-type(3n+1),
.gp-blog-columns-4 section:nth-of-type(4n+1),
.gp-blog-columns-5 section:nth-of-type(5n+1),
.gp-blog-columns-6 section:nth-of-type(6n+1) {
clear: left;
} ul.page-numbers {
position: relative;
overflow: hidden;
width: 100%;
margin-top: 20px;
text-align: right;
font-size: 12px;
font-weight: bold;
font-family: 'Open Sans', sans-serif;
}
.gp-pagination.gp-entry-pagination {
margin: 0 0 20px;
}
ul.page-numbers,
ul.page-numbers li,
ul.page-numbers > span,
.gp-pagination.gp-entry-pagination ul.page-numbers > a {
display: inline-block;
margin: 0 2px !important;
padding: 0;
list-style: none; 
font-size: 0;
}
ul.page-numbers .page-numbers {
display: inline-block;
margin: 0;
background: #fbfbfb;
padding: 7px;
margin-left: 3px;
color: #999;
font-size: 12px;
line-height: 1;
border-radius: 4px;
}
ul.page-numbers .page-numbers.current,
ul.page-numbers > span.page-numbers,
ul.page-numbers .page-numbers:hover {
background: #f0f0ed;
}
.gp-pagination.gp-entry-pagination ul.page-numbers .page-numbers {
margin: 0;
}
ul.page-numbers .page-numbers.prev {
font-size: 0;
}
ul.page-numbers .page-numbers.next {
font-size: 0;
}
ul.page-numbers .page-numbers.prev:before {
content: '\f053';
font-family: 'FontAwesome';
font-size: 10px;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
ul.page-numbers .page-numbers.next:before {
content: '\f054';
font-family: 'FontAwesome';
font-size: 10px;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}   .gp-lost-password-form-wrapper,
.gp-social-login-form-wrapper {
display: none;
}
.gp-login-title {
clear: none;
font-size: 24px;
margin: 0 0 20px 0;
}
.gp-login-desc {
font-size: 14px;
line-height: 24px;
}
.gp-login-register-form p {
margin-bottom: 20px;
}
.gp-gdpr {
margin-top: 20px;
font-size: 11px;
line-height: 15px;
}
.gp-gdpr input {
display: inline-block;
margin: 2px 5px 0 0;
vertical-align: top;
}
.gp-gdpr label {
display: inline-block;
max-width: 90%;
font-size: 11px;
line-height: 15px;
font-weight: normal;
}
.gp-login-register-form input[type="text"],
.gp-login-register-form input[type="password"],
.gp-login-register-form input[type="email"],
.gp-login-register-form input[type='submit'] {
width: 100%;
height: 45px;
}
.gp-login-register-form .rememberme {
font-size: 13px;
line-height: 1;
}
.gp-login-results > div {
width: 100%;
margin-top: 20px;
font-size: 14px;
line-height: 24px;
} .gp-login-register-form .gglcptch {
margin-bottom: 20px;
padding: 0;
} .gp-social-login {
}
.gp-login-or-lines { 
position: relative;
width: 75%;
overflow: hidden;
clear: both;
margin: 0 auto;
}
.gp-login-or-left-line {
float: left;
width: 44%;
margin: 8px 3% 0 0;
border-top-width: 1px;
border-style: solid;
}
.gp-login-or-right-line {
float: left;
width: 44%;
margin: 8px 0 0 3%;
border-top-width: 1px;
border-style: solid;
}
.gp-login-or-text {
float: left;
width: 6%;
font-size: 14px;
line-height: 1;
text-align: center;
font-weight: 500;
opacity: 0.5;
}
.gp-social-login .wp-social-login-widget {
margin: 20px 0;
}
.gp-social-login .wp-social-login-connect-with {
display: none;
}
.gp-social-login .wp-social-login-provider-list {
display: -webkit-flex;
display: flex;
height: 40px;
padding: 0;
}
.gp-social-login .oneall_social_login_providers iframe {
max-height: 230px;
}
.gp-social-login .oneall_social_login_label {
line-height: 1;
margin-bottom: 10px !important;
}
.gp-social-login .wp-social-login-provider {
display: -webkit-inline-flex;
display: -webkit-inline-box;
display: inline-flex;
margin: 0;
font-size: 0;
margin-left: 1px;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
color: #fff;
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
}
.gp-social-login .wp-social-login-provider:before {
font-size: 16px;
line-height: 1;
font-family: 'FontAwesome';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-social-login .wp-social-login-provider:first-child {
margin-left: 0;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.gp-social-login .wp-social-login-provider:last-child {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.gp-social-login .wp-social-login-provider-facebook {
background-color: #3b5998;
}
.gp-social-login .wp-social-login-provider-facebook:before {
content: "\f09a";
}
.gp-social-login .wp-social-login-provider-google {
background-color: #d34836;
}
.gp-social-login .wp-social-login-provider-google:before {
content: "\f0d5";
}
.gp-social-login .wp-social-login-provider-twitter {
background-color: #4099FF;
}
.gp-social-login .wp-social-login-provider-twitter:before {
content: "\f099";
} .gp-login-links {
width: 100%;
margin-top: 20px;
font-size: 13px;
line-height: 1;
text-align: right;
}
.gp-login-links a {
margin-left: 10px;
}
.gp-login-links a:hover {
text-decoration: underline;
}
.gp-login-links .gp-login-link:before,
.gp-login-links .gp-social-login-link:before {
content: '\f090';
margin-right: 5px;
font-family: 'FontAwesome';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-login-links .gp-register-link:before,
.gp-login-links .gp-bp-register-link:before {
content: '\f044';
margin-right: 5px;
font-family: 'FontAwesome';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-login-links .gp-lost-password-link:before {
content: '\f059';
font-family: 'FontAwesome';
margin-right: 5px;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} #gp-reset-message {
position: absolute;
z-index: 999999;
top: 0;
left: 0;
width: 100%;
}
#gp-reset-message p {
position: relative;
padding: 15px 50px 15px 20px;
background: #2f4554;
color: #fff;
font-size: 16px;
line-height: 20px;
text-align: center;
}
#gp-close-reset-message {
position: absolute;
top: 15px;
right: 20px;
font-size: 20px;
line-height: 1;
color: #fff;
cursor: pointer;
font-family: 'FontAwesome';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#gp-close-reset-message:before {
content: '✕';
} .error404 .padder {
padding: 10% 0;
text-align: center;
}
.error404 h1 {
font-size: 70px;
line-height: 100px;
padding: 0 15px;
margin: 0;
}
.error404 h2 {
margin: 0;
padding: 0 15px;
}
.error404 .gp-search {
border-bottom-width: 0 !important;
margin-top: 30px;
padding: 0 15px;
}
.error404 .gp-search p {
margin-bottom: 20px;
font-weight: bold;
width: 100%;
text-align: center;
}
.error404 .gp-search .gp-search-form {
margin: 0 auto;
}
.error404 .gp-search .gp-search-bar {
margin-right: 5px;
width: 200px;
}
.error404 .gp-search .gp-search-submit {
width: auto;
padding: 8px 12px;
} .page-list li {
list-style-type: none;
margin-left: 0;
} .attachment p {
margin-top: 12px;
} label[for*="pwbox"] {
float: left;
display: inline;
margin: 0 5px 0 0;
}  .accordion .panel {
position: relative;
width: 100%;
margin-bottom: 10px;
overflow: hidden;
}
h3.accordion-title {
margin: 0;
}
h3.accordion-title a {
padding-left: 10px;
}
.panel-content {
padding: 5px 0 0 30px;
line-height: 19px;
} .gp-activity-stream .acomment-reply {
display: none !important;
}
.gp-activity-stream.gp-allow-comments .acomment-reply {
display: inline-block !important;
}
.gp-activity-stream.gp-allow-comments .acomment-options .acomment-reply {
display: inline !important;
}
.hide-activity-comments .activity-inreplyto,
.hide-activity-comments .activity-comments {
display: none;
} .author-info {
overflow: hidden;
border-top: 1px solid #f0f0ed;
position: relative;
padding: 20px 20px 0 20px;
margin: 0 -20px 20px -20px; 
}
.author-info .avatar {
float: left;
margin-right: 20px;
width: 50px;
height: 50px;
}
.author-info .author-meta {
margin-left: 70px;
}
.author-info .author-meta-top {
width: 100%;
float: left;
}
.author-info .author-name {
float: left;
margin-bottom: 10px;
font-weight: bold;
color: #33363C;
font-size: 14px;
}
.author-info .author-desc {
line-height: 19px;
} blockquote {
font-size: 14px;
margin: 5px 20px 10px 20px;
padding: 10px 0 5px 25px;
overflow: hidden;
}
blockquote p {
line-height: 23px;
}
.blockquote-left {
float: left;
margin: 10px 20px 20px 0;
}
.blockquote-right {
float: right;
margin: 10px 0 20px 20px;
}
.blockquote-left,
.blockquote-right {
width: 30%;
font-size: 14px;
line-height: 23px;
padding: 10px 0 5px 25px;
}  .sc-button,
.sc-button:hover {
display: inline-block;
position: relative;
max-width: 100%;
margin: 5px;
font-weight: bold;
color: #fff;
border-radius: 4px;
}
.sc-button.small {
font-size: 11px;
line-height: 11px;
padding: 8px 12px;
}
.sc-button.medium {
font-size: 12px;
line-height: 12px;
padding: 12px 20px;
}
.sc-button.large {
font-size: 14px;
line-height: 14px;
padding: 15px 60px;
} .yellow.sc-button {
color: #fff !important;
background-color: #ffde45;
}
.yellow.sc-button:hover {
background: #ffd200;
} .grey.sc-button {
color: #fff !important;
background-color: #5c5c5c;
}
.grey.sc-button:hover {
background: #3d3d3d;
} .darkgrey.sc-button {
color: #fff !important;
background-color: #404040;
}
.darkgrey.sc-button:hover {
color: #fff;
background: #202020;
} .brown.sc-button {
color: #fff !important;
background-color: #685950;
}
.brown.sc-button:hover {
color: #fff;
background: #453B35;
} .blue.sc-button {
color: #fff !important;
background-color: #2f9bc1;
}
.blue.sc-button:hover {
color: #fff;
background: #2a8cae;
} .mediumblue.sc-button {
color: #fff !important;
background-color: #505f68;
}
.mediumblue.sc-button:hover {
background: #353f45;
} .darkblue.sc-button {
color: #fff !important;
background-color: #364046;
}
.darkblue.sc-button:hover {
background: #15191b;
} .limegreen.sc-button {
color: #fff !important;
background-color: #77AF12;
}
.limegreen.sc-button:hover {
color: #fff !important;
background: #679710;
} .teal.sc-button {
color: #fff !important;
background-color: #8CA6A3;
}
.teal.sc-button:hover {
background: #6A8A87;
} .darkgreen.sc-button {
color: #fff !important;
background-color: #366a7b;
}
.darkgreen.sc-button:hover {
background: #23444b;
} .red.sc-button {
color: #fff !important;
background-color: #E47070;
}
.red.sc-button:hover {
background: #B45353;
} .darkred.sc-button {
color: #fff !important;
background-color: #685053;
}
.darkred.sc-button:hover {
background: #453537;
} .orange.sc-button {
color: #fff !important;
background-color: #ee8600;
}
.orange.sc-button:hover {
background: #b25f0f;
} .wp-caption {
position: relative;
padding: 0;
max-width: 100%;
}
.wp-caption img {
margin: 0;
}
.wp-caption-text {
margin: 5px 0 0;
font-size: 11px;
line-height: 19px;
color: #666;
}  .columns {
float: left;
position: relative;
line-height: 19px;
margin-right: 2%;
}
.columns.one {
width: 100%;
}
.columns.two {
width: 49%;
}
.columns.three {
width: 32%;
}
.columns.four {
width: 23.5%;
}
.columns.five {
width: 18.4%;
}
.columns.onethird {
width: 33.2%;
}
.columns.twothirds {
width: 64.68%;
}
.columns.onefourth {
width: 24.5%;
}
.columns.threefourths {
width: 73.5%;
} .columns.separate > div {
border: 1px solid #f0f0ed;
position: relative;
padding: 20px;
} .columns.joint {
margin: 0;
}
.columns.joint > div {
border-width: 0 0 0 1px;
border-color: #f0f0ed;
border-style: solid;
position: relative;
padding: 20px;
}
.columns.first.joint > div {
border-left-width: 0;
}
.columns.one.joint {
width: 100%;
}
.columns.two.joint {
width: 50%;
}
.columns.three.joint {
width: 33.33%;
}
.columns.four.joint {
width: 25%;
}
.columns.five.joint {
width: 20%;
}
.columns.onethird.joint {
width: 33.33%;
}
.columns.twothirds.joint {
width: 66.33%;
}
.columns.onefourth.joint {
width: 25%;
}
.columns.threefourths.joint {
width: 75%;
}
.columns.last {
clear: right;
margin-right: 0;
} #contact-form {
float: left;
width: 100%;
margin-bottom: 12px;
}
#contact-form .contact-verify {
float: left;
display: block;
font-weight: bold;
margin-right: 10px;
}
#contact-form label {
display: none;
margin-right: 10px;
font-weight: bold;
}
.ie9 #contact-form label {
display: block;
}
#contact-form .contact-verify label {
display: block;
float: left;
margin: 8px 5px 0 0;
}
#contact-form .contact-submit {
float: left;
}
#contact-form .loader {
display: none;
background: url(//imhodom.ru/wp-content/themes/buddy/lib/images/loader-white.gif) no-repeat right bottom;
float: left;
padding: 7px 0 0 10px;
margin: 0;
width: 16px;
height: 16px;
}
.contact-form.notify {
padding: 5px 10px;
margin-bottom: 10px;
}
#contact-form .input-error {
border: 1px solid #FBC2C4;
} .sc-divider {
content: '';
border-top: 1px solid #f0f0ed;
clear: both;
width: 100%;
height: 1px;
padding: 0;
margin: 40px 0;
position: relative;
}
.sc-divider.top a {
font-size: 10px;
float: right;
position: absolute;
top: -20px;
right: 0;
color: #999;
text-align: right;
cursor: pointer;
}
.sc-divider.small {
margin: 0;
}
.sc-divider.clear {
background: none !important;
border: 0;
margin: 15px 0 !important;
}
.sc-divider.small.clear {
border: 0;
margin: 0 !important;
} .dropcap1 {
display: block;
position: relative;
float: left;
font-size: 38px;
line-height: 38px;
margin: 0 10px -8px 0;
padding: 0;
text-align: center;
}
.dropcap2 {
display: block;
position: relative;
float: left;
font-size: 38px;
line-height: 38px;
margin: 4px 10px 0 0;
padding: 6px 12px;
text-align: center;
color: #404040;
background: #eee;
border-radius: 4px;
}
.dropcap3 {
display: block;
position: relative;
float: left;
font-size: 38px;
line-height: 38px;
margin: 4px 10px 0 0;
padding: 6px 12px;
text-align: center;
color: #999;
background: #404040;
border-radius: 4px;
}
.dropcap4 {
display: block;
position: relative;
float: left;
font-size: 38px;
line-height: 38px;
margin: 4px 10px 0 0;
padding: 6px 12px;
text-align: center;
color: #404040;
background: #eee;
border-radius: 25px;
}
.dropcap5 {
display: block;
position: relative;
float: left;
font-size: 38px;
line-height: 38px;
margin: 4px 10px 0 0;
padding: 6px 12px;
text-align: center;
color: #999;
background: #404040;
border-radius: 25px;
} .sc-image {
line-height: 0;
max-width: 100%;
height: auto !important;
}
.sc-image img {
max-width: 100%;
height: auto !important;
}
.sc-image a {
display: block;
margin: 0 auto;
}
.sc-image.aligncenter {
margin: 0 auto;
width: 100% !important;
text-align: center;
}
.sc-image.alignleft {
margin: 0;
}
.sc-image.alignright {
margin: 0;
}
.sc-image.image-border {
padding: 5px;
background: #f0f0ed; 
} #loginform,
#registerform {
float: left;
margin: 10px 0;
}
#loginform label,
#registerform label {
display: block;
font-weight: bold;
margin: 0 0 5px 0;
}
#loginform .login-remember label {
display: block;
font-weight: bold;
margin: 0 0 5px 0;
padding: 0;
} .sc-list li {
list-style-type: none;
margin-left: 0;
} .notify {
position: relative;
margin: 10px 0;
border-radius: 4px;
display: block;
line-height: 19px;
padding: 20px;
font-weight: bold;
}
.notify-default {
color: #57481c;
background-color: #FFDF75;
}
.notify-help {
color: #184366;
background-color: #5FA6E5;
}
.notify-success {
color: #566621;
background-color: #B3D46F;
}
.notify-warning {
color: #6b3b17;
background-color: #E78F4B;
}
.notify-error {
color: #571111;
background-color: #D84F4F;
} .page-template-homepage-php .gp-blog-wrapper {
float: left;
width: 100%;
background: #fff;
padding: 20px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px; 
}
.post-header {
font-size: 16px;
color: #33363C;
margin: 0 0 20px 0;
}
.page-template-homepage-php .post-header {
width: 100%;
background: #f7f7f7;
font-size: 14px;
color: #33363C;
padding: 15px 20px;
margin: 0 0 1px 0;
border-top-left-radius: 8px;
border-top-right-radius: 8px; 
} .gp-related-posts-wrapper .related-posts {
position: relative;
overflow: hidden;
border-top: 1px solid #f0f0ed;
padding: 20px 20px 0 20px;
margin: 0 -20px 0 -20px; 
}
.gp-related-posts-wrapper .related-posts h3 { 
line-height: 1;
font-size: 20px;
margin-bottom: 20px;
}
.gp-related-posts-wrapper .related-posts h2 {
font-size: 12px;
font-weight: bold;
margin: 0;
}  .flexslider {
position: relative;
width: 100%;
max-width: 100%;
margin: 0;
padding: 0;
zoom: 1;
overflow: hidden;
}
.flexslider.aligncenter {
margin: 0 auto;
}
.flexslider .slides {
zoom: 1;
margin: 0;
padding: 0;
}
.flexslider .slides > li {
position: relative;
list-style-type: none;
background: none;
display: none;
-webkit-backface-visibility: hidden;
margin: 0;
padding: 0;
}
.slides:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .slides {
display: block;
}
* html .slides {
height: 1%;
}
.no-js .slides > li:first-child {
display: block;
}
.flexslider .slides img {
max-width: 100%;
display: block;
border-radius: 8px;
width: 100%;
}
.flexslider.shadow .slides img,
.flexslider.shadow .slides .slide-video {
-webkit-box-shadow: 0 0 10px rgba( 0,0,0,0.5 );
-moz-box-shadow: 0 0 10px rgba( 0,0,0,0.5 );
box-shadow: 0 0 10px rgba( 0,0,0,0.5 );
} .video-image {
position: absolute;
top: 0;
left: 0;
z-index: 9;
display: block;
width: 100% !important;
height: 100% !important;
cursor: pointer;
}
.video-autostart .video-image {
display: none;
}
.video-button:before {
content: "\f04b";
position: absolute;
top: 50%;
left: 50%;
z-index: 9;
font-size: 20px;
padding: 2px 13px 2px 15px;
line-height: 39px;
text-align: center;
margin: -26px 0 0 -26px;
font-family: 'FontAwesome';
color: #fff;
border-radius: 100%;
background-color: rgba(0, 0, 0, 0.5);
border: 5px solid #fff;
text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
cursor: pointer;
}
.video-player {
display: none;
background: #000;
}
.video-autostart .video-player {
display: block;
}
.slides .video-player .wp-video {
width: 100% !important;
height: 100% !important;
} .caption {
font-weight: bold;
color: #fff;
background: #33363C;
position: absolute;
z-index: 10;
padding: 10px 15px 0 15px;
max-width: 70%;
max-height: 50%;
overflow: hidden;
border-radius: 8px;
}
.caption h2 {
font-size: 24px;
line-height: 1;
margin: 0 0 10px 0;
color: #fff;
}
.caption p {
margin: 0 0 10px 0;
}
.caption-topleft {
top: 20px;
left: 20px;
}
.caption-topright {
top: 20px;
right: 20px;
}
.caption-bottomleft {
bottom: 55px;
left: 20px;
}
.caption-bottomright {
bottom: 55px;
right: 20px;
} .flexslider .flex-control-nav {
position: absolute;
z-index: 19;
width: 100%;
list-style: none;
bottom: 20px;
left: 0;
float: left;
text-align: center;
}
.flexslider .flex-control-nav li {
display: inline-block;
list-style: none;
margin: 0 4px;
padding: 0;
border-radius: 40px;
}
.flexslider .flex-control-nav li a {
display: block;
text-indent: -9999px;
float: left;
background: #000;
border: 3px solid #fff;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha( Opacity=40 )";
filter:alpha( opacity=40 );
opacity: 0.4;
width: 15px;
height: 15px;
cursor: pointer;
border-radius: 40px;
}
.flexslider .flexslider:hover .flex-control-nav li a {
display: block;
}
.flexslider .flex-control-nav li a:hover,
.flexslider .flex-control-nav li .flex-active {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha( Opacity=70 )";
filter:alpha( opacity=70 );
opacity: 0.7;
} .ui-tabs {
position: relative;
padding: 0;
top: -4px;
zoom: 1;
}
.ui-tabs .ui-tabs-nav {
display: block;
margin: 0;
padding: 0;
clear: both;
}
.ui-tabs .ui-tabs-nav li { 
z-index: 1;
background-image: none;
list-style: none;
float: left;
position: relative;
top: 1px;
margin: 0;
border-bottom-width: 0;
padding: 0;
white-space: nowrap;
border: 0; 
}
.ui-tabs .ui-tabs-nav li a {
float: left;
font-weight: bold;
padding: 10px;
text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-state-active { 
z-index: 3;
background: #f0f0ed;
}
.ui-tabs .ui-tabs-nav li.ui-state-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a,
.ui-tabs .ui-tabs-nav li.ui-state-hover a {
color: #33363C;
}
.ui-tabs .ui-tabs-nav li a {
color: #999;
cursor: pointer;
} 
.ui-tabs-nav .tabhead {
cursor:pointer;
font-size: 13.5px;
margin-bottom: 0;
display: block;
}
.sc-tab-panel {
z-index: 2;
width: 100%;
background: #f0f0ed;
position: relative;
height: inherit;
line-height: 19px;
overflow: hidden;
margin: 0 0 10px 0;
padding: 15px; 
}
.ui-tabs .ui-tabs-hide {
display: none;
} .text-box {
width: 100%;
max-width: 100%;
display: inline-block;
font-size: 12px;
line-height: 21px;
font-weight: bold;
color: #33363C;
margin-bottom: 20px;
}
.text-box p {
line-height: inherit;
}
.text-box .testimonial-name {
font-weight: bold;
font-size: 12px;
font-family: Helvetica, Arial, sans-serif;
}
.text-box .testimonial-company {
font-size: 12px;
font-family: Helvetica, Arial, sans-serif;
}
.text-box .testimonial-comma {
font-size: 12px;
font-family: Helvetica, Arial, sans-serif;
} h3.toggle {
line-height: 1;
margin: 0 0 10px 0;
cursor: pointer;
}
h3.toggle a {
padding-left: 10px;
}
.toggle-box {
clear:both;
margin: 0 0 20px 0;
overflow: hidden;
}
.no-js .toggle-box {
display: block !important;
} .sc-video,
.sc-video div {
max-width: 100%;
}
.sc-video.aligncenter {
text-align: center;
} .wpcf7-form .wpcf7-not-valid-tip {
display: none;
}
.wpcf7-form .wpcf7-not-valid {
border-color: #E44E48;
}
.wpcf7-form .wpcf7-validation-errors,
.wpcf7-form .wpcf7-mail-sent-ng {
margin-left: 0;
padding: 10px 20px;
border: 0;
border-radius: 4px;
background: #E44E48;
color: #fff;
}
.wpcf7-form .wpcf7-mail-sent-ok {
margin-left: 0;
padding: 10px 20px;
border: 0;
border-radius: 4px;
background: #90D835;
color: #fff;
}  @media only screen and (max-width: 1199px) {
.gp-responsive #page-wrapper {
width: 1000px;
}
.gp-responsive #content,
.gp-responsive #container {
width: 775px;	
}
.gp-responsive.sb-both #content,
.gp-responsive.sb-both #container {
width: 550px;
}
.gp-responsive.sb-both #left-content-wrapper {
width: 775px;
}
.gp-responsive .sidebar {
width: 205px;
}
.gp-scrolling.gp-fixed-header #header {
width: 1000px;
}	
.gp-responsive #footer-widgets {
width: 1000px;
}
} @media only screen and (max-width: 1082px) { 
.gp-responsive .caption h2 {
font-size: 13px;
}
} @media only screen and (max-width: 1023px) {
.gp-responsive #page-wrapper {
width: 100% !important;
padding: 0 10px;
}
.gp-responsive #content,
.gp-responsive #container {
width: 100% !important;
}
.gp-responsive #left-content-wrapper {
width: 100% !important;
}
.gp-responsive .sidebar {
width: 100% !important;
margin: 30px 0 0 0 !important;
}
.gp-scrolling.gp-fixed-header #header {
width: calc(100% - 20px);
}	
.gp-responsive #gp-profile-desktop-button {
display: none;
}
.gp-responsive.gp-profile-all #gp-profile-mobile-button,
.gp-responsive.gp-profile-mobile #gp-profile-mobile-button {
display: inline-block;
}	
.gp-responsive #mobile-nav-button {
display: block;
}
.gp-responsive #nav .menu {
display: none;
}
.gp-responsive #footer {
padding-left: 30px;
padding-right: 30px;
}
.gp-responsive #footer-widgets {
width: 100%;
}
.gp-responsive .footer-widget {
width: 47%;
}
.gp-responsive .footer-widget.footer-whole {
width: 100%;
}	
.gp-responsive .footer-3,
.gp-responsive .footer-5 {
clear: both;
margin-left: 0;
}
.gp-responsive .caption h2 {
font-size: 24px;
}	
} @media only screen and (max-width: 767px) {
.gp-responsive .footer-widget {
margin-left: 0;
width: 100%;
}
.gp-responsive #footer {
margin-top: 10px;
}
.gp-back-to-top-desktop #gp-to-top {
display: none !important;
}	
.gp-responsive .comment-avatar {
display: none;
}
.gp-responsive .comment-body {
margin-left: 0;
}
.gp-responsive .pp_pic_holder {
left: 2.5% !important;
width: 95% !important;
}
.gp-responsive .pp_content {
width: 98% !important;
height: auto !important;
}
.gp-responsive .pp_fade {
padding-bottom: 40px;
width: 100% !important;
height: 100% !important;
}
.gp-responsive #pp_full_res img,
.gp-responsive #pp_full_res iframe,
.gp-responsive #pp_full_res video {
max-width: none !important;
width: 100% !important;
height: auto !important;
}
.gp-responsive .pp_details {
width: 100% !important;
}
.gp-responsive .ppt {
margin-left: 0 !important;
width: 100% !important;
}
.gp-responsive .spacing-small .post-thumbnail.wrap {
max-width: 40%;
}
.gp-responsive .gp-blog-columns-2 section,
.gp-responsive .gp-blog-columns-3 section,
.gp-responsive .gp-blog-columns-4 section,
.gp-responsive .gp-blog-columns-5 section,
.gp-responsive .gp-blog-columns-6 section {
width: 48%;
margin-right: 0;
clear: none;
}	
.gp-responsive .gp-blog-columns-2 section:nth-of-type(2n+1),
.gp-responsive .gp-blog-columns-3 section:nth-of-type(2n+1),
.gp-responsive .gp-blog-columns-4 section:nth-of-type(2n+1),
.gp-responsive .gp-blog-columns-5 section:nth-of-type(2n+1),
.gp-responsive .gp-blog-columns-6 section:nth-of-type(2n+1) {
margin-right: 4%;
clear: left;
}	
.gp-responsive .gp-blog-wrapper.spacing-normal section {
width: 100% !important;
margin-right: 0 !important;
}
.gp-responsive .post-text {
margin: 0 !important;
width: 100%;
}
.gp-responsive.error404 h1 {
font-size: 30px;
line-height: 60px;
}
.gp-responsive.error404 h2 {
font-size: 18px;
line-height: 28px;
}
.gp-responsive blockquote,
.gp-responsive .blockquote-left,
.gp-responsive .blockquote-right {
width: 100%;
margin: 0 0 12px 0;
padding: 0;
}
.gp-responsive .columns {
width: 100% !important;
margin: 0 0 20px 0;
}
.gp-responsive .columns > div {
height: auto !important;
}
.gp-responsive .columns .sc-image {
position: relative !important;
}
.gp-responsive .columns.joint > div {
border-left-width: 0;
}
.gp-responsive .columns.three.first.joint > div,
.gp-responsive .columns.three.middle.joint > div {
border-bottom-width: 1px;
}
.gp-responsive .sc-image,
.gp-responsive .sc-image img {
height: auto !important;
}	
.gp-responsive .flex-control-nav {
display: none;
}
.gp-responsive .caption {
padding: 10px 10px 0 10px;
}
.caption-topleft {
top: 10px;
left: 10px;
}
.caption-topright {
top: 10px;
right: 10px;
}
.caption-bottomleft {
bottom: 10px;
left: 10px;
}
.caption-bottomright {
bottom: 10px;
right: 10px;
}
.gp-responsive .caption h2 {
font-size: 13px;
}
.gp-responsive .caption p {
display: none;
}
.gp-responsive .ui-tabs .ui-tabs-nav li { 
width: 100%;
border-bottom-width: 1px !important;
}
.gp-responsive .ui-tabs .ui-tabs-nav li.ui-tabs-selected { 
border-bottom-color: #eee;
}
} @media only screen and (max-width: 600px) {
.gp-scrolling.gp-fixed-header #header {
top: 0;
}	
} @media only screen and (max-width: 567px) {	
.gp-responsive #bp-buttons {
margin-left: 5px;
}
.gp-responsive #bp-buttons .login-button,
.gp-responsive #bp-buttons .logout-button,
.gp-responsive #bp-buttons .signup-button {
display: none;
}
.gp-responsive #mobile-bp-buttons {
display: block;
}
.gp-responsive .comment-reply-link {
float: none;
margin-top: 5px;
display: inline-block;
}	
.gp-responsive.error404 .gp-search .gp-search-form {
width: 100%;
}
}@font-face{font-family:'FontAwesome';src:url(//imhodom.ru/wp-content/themes/buddy/lib/fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//imhodom.ru/wp-content/themes/buddy/lib/fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//imhodom.ru/wp-content/themes/buddy/lib/fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//imhodom.ru/wp-content/themes/buddy/lib/fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//imhodom.ru/wp-content/themes/buddy/lib/fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//imhodom.ru/wp-content/themes/buddy/lib/fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(//imhodom.ru/wp-content/themes/buddy/lib/scripts/prettyPhoto/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}.gp-theme .bbp-breadcrumb {
line-height: 18px;
}
.gp-theme .bbp-breadcrumb a:hover {
text-decoration: underline;
}
.gp-theme .gp-entry-header.gp-bbp-entry-header {
margin-bottom: 10px;
}
.gp-theme #bbpress-forums {
margin-bottom: 0;
overflow: visible;
}
.gp-theme #bbpress-forums div.bbp-search-form {
z-index: 1;
position: absolute;
top: 30px;
right: 30px;
}
.gp-theme.gp-no-title #bbpress-forums div.bbp-search-form {
position: relative;
top: 0;
right: 0;
}
.gp-theme #bbp-search-form {
overflow: hidden;
position: relative;
margin-bottom: 20px;
}
.gp-theme #bbpress-forums #bbp-search-form #bbp_search {
position: relative;
float: left;
width: 100%;
padding: 8px 95px 8px 10px;
border-right: 0 !important;
border-radius: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.gp-theme #bbpress-forums #bbp-search-form #bbp_search_submit {
position: absolute;
top: 0;
right: 0;
height: 100%;
border: 0;
padding: 9.5px 15px;
cursor: pointer;
border-radius: 0;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.gp-theme #bbpress-forums .bbp-forums > .bbp-header,
.gp-theme #bbpress-forums .bbp-forums > .bbp-footer {
display: none;
}
.gp-theme #bbpress-forums .bbp-forums-list {
float: left;
border-top: 0 !important;
}
.gp-theme #bbpress-forums .bbp-forums-list li.odd-forum-row,
.gp-theme #bbpress-forums .bbp-forums-list li.even-forum-row {
overflow: hidden;
display: block;
font-size: 11px;
width: 100%;
background: #fff;
}
.gp-theme #bbpress-forums .bbp-forums-list li.odd-forum-row {
background: #f8f8f8;
}
.gp-theme #bbpress-forums .bbp-forums-list .bbp-forum .bbp-forum-link {
display: block;
margin-bottom: 5px;
font-size: 14px;
line-height: 19px;
font-weight: bold;
}
.gp-theme #bbpress-forums .bbp-forums-list .bbp-forum .bbp-forum-link:hover {
text-decoration: underline;
}
.gp-theme #bbpress-forums .bbp-forums-list .bbp-forum .topic-reply-counts {
display: block;
float: left;
text-align: center;
}
.gp-theme #bbpress-forums .bbp-template-notice.info {
display: none;
}
.gp-theme .bbp-pagination {
margin-bottom: 20px;
}
.gp-theme .bbp-pagination-links a,
.gp-theme .bbp-pagination-links span.current {
background: 0;
border: 0;
}
.gp-theme .bbp-pagination-links a:hover,
.gp-theme .bbp-pagination-links span.current {
background: 0;
border: 0;
}
.gp-theme #subscription-toggle {
float: right;
}
.gp-theme #bbpress-forums .gp-forum-home.bbp-forums .bbp-has-subforums .bbp-forum-info > .bbp-forum-title,
.gp-theme #bbpress-forums .bbp-topics .bbp-header,
.gp-theme #bbpress-forums .bbp-replies .bbp-header,
.gp-theme #bbpress-forums .bbp-search-results .bbp-header {
display: block;
padding: 15px 20px;
font-size: 14px;
font-weight: bold;
background-color: #33363C;
border: 0;
color: #fff;
}
.gp-theme #bbpress-forums .bbp-forums-list {
border: 1px solid #ddd;
border-top-width: 0;
}
.gp-theme #bbpress-forums .bbp-forums-list,
.gp-theme #bbpress-forums .bbp-forums .bbp-body .bbp-forum-info {
width: 100%;
margin: 0 0 0 0px;
padding-left: 0px;
}
.gp-theme #bbpress-forums ul.bbp-lead-topic,
.gp-theme #bbpress-forums ul.bbp-topics,
.gp-theme #bbpress-forums ul.bbp-forums,
.gp-theme #bbpress-forums ul.bbp-replies,
.gp-theme #bbpress-forums ul.bbp-search-results {
border: 0;
}
.gp-theme #bbpress-forums p.bbp-topic-meta {
margin: 0;
line-height: 1;
font-size: 12px;
line-height: 22px;
font-weight: 400;
}
.gp-theme #bbpress-forums div.bbp-topic-author a.bbp-author-name,
.gp-theme #bbpress-forums div.bbp-reply-author a.bbp-author-name {
font-weight: 400;
width: 100%;
padding: 0 12px;
margin: 0;
}
.gp-theme #bbpress-forums div.bbp-forum-author .bbp-author-name + br,
.gp-theme #bbpress-forums div.bbp-topic-author .bbp-author-name + br,
.gp-theme #bbpress-forums div.bbp-reply-author .bbp-author-name + br {
display: none;
}
.gp-theme #bbpress-forums div.bbp-forum-author .bbp-author-role, 
.gp-theme #bbpress-forums div.bbp-topic-author .bbp-author-role, 
.gp-theme #bbpress-forums div.bbp-reply-author .bbp-author-role {
font-style: normal;
font-weight: bold;
margin: 0 12px;
border-radius: 4px;
line-height: 25px;
display: inline-block;
padding: 0 10px;
background: #2f9bc1;
color: #fff;
}
.gp-theme #bbpress-forums li.bbp-footer {
display: none;
}
.gp-theme #bbpress-forums div.bbp-forum-header,
.gp-theme #bbpress-forums div.bbp-topic-header {
background-color: transparent;
border-top-width: 0 !important;
border-left-width: 0 !important;
border-right-width: 0 !important;
}
.gp-theme #bbpress-forums div.bbp-reply-header {
background-color: transparent;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
.gp-theme #bbpress-forums div.bbp-forum-title h3,
.gp-theme #bbpress-forums div.bbp-topic-title h3,
.gp-theme #bbpress-forums div.bbp-reply-title h3 {
margin: 0;
font-size: 12px;
} .gp-theme .gp-forum-home .gp-entry-header.gp-bbp-entry-header {
margin-bottom: 20px;
}
.gp-theme #bbpress-forums .gp-forum-home ul.bbp-forums {
border: 0;
}
.gp-theme #bbpress-forums .gp-forum-home.bbp-forums .bbp-forum-info > .bbp-forum-title {
display: block;
padding: 10px 15px;
font-weight: 400;
font-size: 16px;
border: 1px solid #ddd;
}
.gp-theme #bbpress-forums .gp-forum-home div.odd,
.gp-theme #bbpress-forums .gp-forum-home ul.odd {
background-color: transparent;
}
.gp-theme .gp-forum-home .bbp-forum-topic-count,
.gp-theme .gp-forum-home .bbp-forum-freshness {
display: none;
}
.gp-theme #bbpress-forums .gp-forum-home li.bbp-body {
border: 0;
}
.gp-theme #bbpress-forums .gp-forum-home li.bbp-body ul.forum.bbp-has-subforums {
border-top: 0 !important;
padding: 0;
margin-bottom: 20px;
}
.gp-theme #bbpress-forums .gp-forum-home li.bbp-body ul.forum {
margin-bottom: 10px;
}
.gp-theme #bbpress-forums .gp-forum-home li.bbp-body ul:last-child {
margin-bottom: 0;
}
.gp-theme #bbpress-forums .gp-forum-home .bbp-forums-list li.odd-forum-row,
.gp-theme #bbpress-forums .gp-forum-home .bbp-forums-list li.even-forum-row {
float: left;
height: auto;
border-top: 0 !important;
}
.gp-theme #bbpress-forums .gp-forum-home .bbp-forums-list .bbp-forum-title-container  {
width: 56%;
display: block;
float: left;
padding: 15px;
font-size: 12px;
line-height: 16px;
}
.gp-theme #bbpress-forums .gp-forum-home .bbp-forums-list .bbp-forum .topic-reply-counts {
width: 18%;
height: auto;
padding: 15px;
font-size: 12px;
line-height: 20px;
font-weight: 400;
}
.gp-theme #bbpress-forums .bbp-forums-list .freshness-forum-link {
display: block;
float: left;
width: 26%;
height: auto;
padding: 15px;
font-size: 12px;
line-height: 20px;
font-weight: 400;
}
.gp-theme .bbp-forums-list .bbp-forum .last-posted-topic-title,
.gp-theme .bbp-forums-list .bbp-forum .last-posted-topic-user,
.gp-theme .bbp-forums-list .bbp-forum .last-posted-topic-time {	
overflow: hidden;
height: auto;
float: left;
margin-right: 2px;
}
.gp-theme .gp-forum-home .bbp-author-avatar {
display: none;
}
.gp-theme #bbpress-forums .gp-bbp-sub-sub-forums-list {
margin-top: 15px;
} .gp-theme #bbpress-forums li.bbp-header ul {
font-size: 13px;
}
#bbpress-forums li.bbp-body {
border: 1px solid #ddd;
}
.gp-theme #bbpress-forums li.bbp-body ul.forum,
.gp-theme #bbpress-forums li.bbp-body ul.topic {
border-top: 0 !important;
padding: 0;
}
.gp-theme.forum .bbp-forum-info {
display: block;
float: left;
width: 56% !important;
height: auto;
padding: 15px !important;
}
.gp-theme.forum #bbpress-forums .bbp-forums .bbp-forum-info > .bbp-forum-title {
display: block;
background: none !important;
margin-bottom: 10px;
font-size: 15px;
line-height: 20px;
font-weight: 400;
padding: 0;
}
.gp-theme #bbpress-forums li.bbp-header ul.forum-titles li {
overflow: hidden;
text-overflow: ellipsis;
}
.gp-theme.forum #bbpress-forums .bbp-forums .bbp-forum-info > .bbp-forum-title:hover {
text-decoration: underline;
}
.gp-theme #bbpress-forums .bbp-forum-info .bbp-forum-content {
font-size: 12px;
line-height: 16px;
font-weight: 300;
margin: 0;
}
.gp-theme #bbpress-forums .bbp-forum-info .bbp-forum-content p {
margin: 0;
}
.gp-theme.forum .bbp-forum-topic-count {
display: block;
float: left;
padding: 10px;
text-align: center;
width: 18%;
padding: 15px;
font-size: 12px;
line-height: 20px;
font-weight: 400;
}
.gp-theme.forum .bbp-forum-freshness {
display: block;
float: left;
padding: 15px;
width: 26%;
font-size: 12px;
line-height: 22px;
font-weight: 400;
}
.gp-theme.forum #bbpress-forums .bbp-topic-freshness-author .avatar {
display: none;
}
.gp-theme.forum #bbpress-forums .bbp-forum-info .bbp-forums-list {
margin-top: 20px;
border: 0;
margin-left: 20px;
}
.gp-theme.forum #bbpress-forums .bbp-forum-info .bbp-forums-list li {
background: transparent;
margin-bottom: 10px;
}
.gp-theme.forum #bbpress-forums .bbp-forum-info .bbp-forums-list li:last-child {
margin-bottom: 0;
}
.gp-theme.forum #bbpress-forums .bbp-forum-info .bbp-forums-list .bbp-forum-link {
margin-bottom: 0;
}
.gp-theme.forum #bbpress-forums .bbp-forum-info .bbp-forums-list .topic-reply-counts,
.gp-theme.forum #bbpress-forums .bbp-forum-info .bbp-forums-list .freshness-forum-link {
display: none;
} .gp-theme #bbpress-forums .bbp-topics .bbp-header {
border-top: 0 !important;
}
.gp-theme #bbpress-forums .bbp-header div.bbp-reply-content a {
color: #ddd;
}
.gp-theme #bbpress-forums .bbp-header div.bbp-reply-content a:hover {
color: #fff;
}
.gp-theme #bbpress-forums .bbp-topics .forum-titles .bbp-topic-title {
width: 56%;
}
.gp-theme #bbpress-forums .bbp-topics .bbp-body .bbp-topic-title {
width: 56%;
line-height: 20px;
}
.gp-theme #bbpress-forums .bbp-topics li.bbp-body {
border-top-width: 0 !important;
}
.gp-theme #bbpress-forums .bbp-topics .bbp-body .bbp-topic-title,
.gp-theme #bbpress-forums .bbp-topics .bbp-body .bbp-topic-voice-count,
.gp-theme #bbpress-forums .bbp-topics .bbp-body .bbp-topic-reply-count,
.gp-theme #bbpress-forums .bbp-topics .bbp-body .bbp-topic-freshness {
padding: 15px;
}
.gp-theme #bbpress-forums .bbp-topics .bbp-topic-permalink {
font-size: 15px;
font-weight: 400;
}
.gp-theme #bbpress-forums .bbp-topics .bbp-topic-permalink:hover {
text-decoration: underline;
}
.gp-theme #bbpress-forums .bbp-topics .bbp-body .bbp-topic-title .bbp-topic-meta {
font-weight: 300;
font-size: 11px;
line-height: 1;
margin-top: 5px;
}
.gp-theme #bbpress-forums .bbp-topics .bbp-body .bbp-topic-voice-count,
.gp-theme #bbpress-forums .bbp-topics .bbp-body .bbp-topic-reply-count {
font-size: 12px;
line-height: 22px;
font-weight: 400;
width: 9%;
}
.gp-theme #bbpress-forums .bbp-topics .bbp-body .bbp-topic-freshness {
font-size: 12px;
line-height: 22px;
font-weight: 400;
width: 26%;
}
.gp-theme #bbpress-forums .bbp-topics .bbp-author-avatar {
display: none;
}
.gp-theme #bbpress-forums .bbp-topic-revision-log .avatar {
display: none;
}
.gp-theme #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-top-width: 0;
} #bbpress-forums li.bbp-header .bbp-search-author, 
#bbpress-forums li.bbp-footer .bbp-search-author, 
#bbpress-forums li.bbp-header .bbp-forum-author, 
#bbpress-forums li.bbp-footer .bbp-forum-author, 
#bbpress-forums li.bbp-header .bbp-topic-author, 
#bbpress-forums li.bbp-footer .bbp-topic-author, 
#bbpress-forums li.bbp-header .bbp-reply-author, 
#bbpress-forums li.bbp-footer .bbp-reply-author {
width: 80px;
font-size: 13px;
}
#bbpress-forums li.bbp-header .bbp-search-content, 
#bbpress-forums li.bbp-footer .bbp-search-content, 
#bbpress-forums li.bbp-header .bbp-forum-content, 
#bbpress-forums li.bbp-footer .bbp-forum-content, 
#bbpress-forums li.bbp-header .bbp-topic-content, 
#bbpress-forums li.bbp-footer .bbp-topic-content, 
#bbpress-forums li.bbp-header .bbp-reply-content, 
#bbpress-forums li.bbp-footer .bbp-reply-content {
margin-left: 110px;
font-size: 13px;
}
.gp-theme li.bbp-header div.bbp-reply-content span#subscription-toggle,
.gp-theme li.bbp-header div.bbp-reply-content span#favorite-toggle {
font-size: 12px;
}
.gp-theme #bbpress-forums .bbp-replies li.bbp-body {
border-top-width: 0 !important;
}
.gp-theme span.bbp-admin-links a:hover {
text-decoration: underline;
}
.gp-theme #bbpress-forums .status-closed, 
.gp-theme #bbpress-forums .status-closed a {
color: #999;
} .gp-theme #bbpress-forums .bbp-search-results div.bbp-forum-header, 
.gp-theme #bbpress-forums .bbp-search-results div.bbp-topic-header {
border-top: 1px solid #ddd !important;
border-bottom: 1px solid #ddd;
}
.gp-theme #bbpress-forums .bbp-search-results div.bbp-forum-content {
margin-left: 12px;
}
.gp-theme #bbpress-forums .bbp-search-results .bbp-body div.bbp-forum-content,
.gp-theme #bbpress-forums .bbp-search-results .bbp-body div.bbp-topic-content,
.gp-theme #bbpress-forums .bbp-search-results .bbp-body div.bbp-reply-content {
font-size: 12.5px;
line-height: 21px;
}
.gp-theme #bbpress-forums .bbp-search-results .bbp-forum-header .bbp-meta,
.gp-theme #bbpress-forums .bbp-search-results .bbp-topic-header .bbp-meta,
.gp-theme #bbpress-forums .bbp-search-results .bbp-reply-header .bbp-meta {
line-height: 1;
margin-bottom: 5px;
}
.gp-theme #bbpress-forums .bbp-search-results .bbp-topic-title .bbp-topic-title-meta {
margin-top: 5px;
line-height: 1;
}  .gp-theme .widget_display_forums li,
.gp-theme .widget_display_topics li,
.gp-theme .widget_display_replies li {
font-size: 13px;
line-height: 18px;
margin-top: 20px;
}
.gp-theme .widget .bbp-forum-title,
.gp-theme .widget bbp-reply-topic-title {
font-size: 13px;
line-height: 18px;
}
.gp-theme .bbp-author-name {
margin-left: -2px;
}
.gp-theme .widget .bbp-author-avatar {
display: none;
}
.gp-theme .widget_display_replies ul li div,
.gp-theme .widget_display_topics ul li div {
font-size: 11px;
line-height: 1;
margin-top: 2.5px;
} .gp-theme .widget #bbp-search-form {
margin: 0;
}
.gp-theme .widget #bbp_search {
width: 58%;
margin-right: 2%;
}
.gp-theme .widget #bbp_search_submit {
width: 40%;
padding: 9.5px 0;
float: right;
} .gp-theme .widget_display_stats {
font-size: 20px;
padding-bottom: 0;
font-size: 13px;
}
.gp-theme .widget_display_stats dl {
margin-bottom: 0;
}
.gp-theme .widget_display_stats dt {
float: left;
clear: left;
margin-bottom: 15px;
}
.gp-theme .widget_display_stats dd {
float: right;
clear: right;
margin-bottom: 15px;
} .widget .bbp-logged-in img.avatar {
border-radius: 4px;
}
.widget .bbp-login-links {
float: left;
width: 100%;
}
.widget .bbp-login-form .bbp-username label,
.widget  .bbp-login-form .bbp-password label {
min-width: 70px;
width: auto;
margin-bottom: 5px;
font-weight: bold;
}
.widget .bbp-login-form .bbp-submit-wrapper {
float: left;
}
.widget .bbp-login-form .bbp-username input,
.widget .bbp-login-form .bbp-email input, 
.widget .bbp-login-form .bbp-password input {
padding: 7px;
}
.widget .bbp-login-form .bbp-login-links a {
clear: none;
margin: 10px 10px 0 0;
}
.widget.bbp_widget_login h4 {
font-size: 14px;
}
.widget.bbp_widget_login fieldset {
padding: 0;
border: 0;
}
.widget.bbp_widget_login .button {
display: inline-block;
padding: 8px 15px;
font-size: 13.5px;
line-height: 1;
} @media only screen and (max-width: 567px) { .gp-theme.gp-responsive #bbpress-forums div.bbp-search-form {
position: relative;
width: 100%;
top: 0;
right: 0;
}
.gp-theme.gp-responsive #bbpress-forums div.bbp-topic-author a.bbp-author-name,
.gp-theme.gp-responsive #bbpress-forums div.bbp-reply-author a.bbp-author-name {
padding: 0;
}
.gp-theme.gp-responsive #bbpress-forums div.bbp-forum-author .bbp-author-role,
.gp-theme.gp-responsive #bbpress-forums div.bbp-topic-author .bbp-author-role,
.gp-theme.gp-responsive #bbpress-forums div.bbp-reply-author .bbp-author-role {
margin: 0;
} .gp-theme.gp-responsive #bbpress-forums .gp-forum-home .bbp-forums-list .bbp-forum-title-container,
.gp-theme.gp-responsive #bbpress-forums .gp-forum-home .bbp-forums-list .bbp-forum .topic-reply-counts,
.gp-theme.gp-responsive #bbpress-forums .gp-forum-home .bbp-forums-list .freshness-forum-link {
width: 100%;
text-align: left;
}
.gp-theme.gp-responsive #bbpress-forums .gp-forum-home .bbp-forums-list .bbp-forum-title-container,
.gp-theme.gp-responsive #bbpress-forums .gp-forum-home .bbp-forums-list .bbp-forum .topic-reply-counts {
padding-bottom: 0;
} .gp-theme.gp-responsive.forum .bbp-forum-info,
.gp-theme.gp-responsive.forum .bbp-forum-topic-count,
.gp-theme.gp-responsive.forum .bbp-forum-freshness {
width: 100% !important;
text-align: left;
}
.gp-theme.gp-responsive.forum .bbp-forum-info,
.gp-theme.gp-responsive.forum .bbp-forum-topic-count {
padding-bottom: 0 !important;
} .gp-theme.gp-responsive #bbpress-forums .bbp-topics .bbp-header {
display: none;
}
.gp-theme.gp-responsive #bbpress-forums .bbp-topics li.bbp-body {
border-top-width: 1px !important;
}
.gp-theme.gp-responsive #bbpress-forums .bbp-topics .bbp-body .bbp-topic-title,
.gp-theme.gp-responsive #bbpress-forums .bbp-topics .bbp-body .bbp-topic-freshness {
width: 100%;
text-align: left;
}
.gp-theme.gp-responsive #bbpress-forums .bbp-topics .bbp-body .bbp-topic-freshness {
padding-top: 0;
}
.gp-theme.gp-responsive #bbpress-forums .bbp-topics .bbp-body .bbp-topic-title {
padding-bottom: 0 !important;
}
.gp-theme.gp-responsive #bbpress-forums .bbp-topics .bbp-body .bbp-topic-voice-count,
.gp-theme.gp-responsive #bbpress-forums .bbp-topics .bbp-body .bbp-topic-reply-count {
display: none;
}	
.gp-theme.gp-responsive #bbpress-forums li.bbp-header .bbp-reply-author {
display: none;
}
.gp-theme.gp-responsive #bbpress-forums li.bbp-header .bbp-reply-content {
margin-left: 0;
} .gp-theme.gp-responsive #bbpress-forums fieldset.bbp-form input {
width: 100%; 
}
.gp-theme.gp-responsive #bbpress-forums div.bbp-the-content-wrapper input {
width: auto;
}	
}
@media only screen and (max-width: 480px) { .gp-theme #bbpress-forums div.bbp-reply-author {
margin: -15px 10px 10px;
min-height: 100px;
padding-left: 80px;
position: relative;
text-align: left;
width: 100%;
}
.gp-theme #bbpress-forums div.bbp-reply-content {
clear: both;
margin: 10px;
padding: 0;
}
}.d4p-bbt-quote-block {
margin-top: 5px;
padding-top: 5px;
border-top: 1px solid #dddddd;
text-align: right;
}
.d4p-bbt-quote-title {
font-weight: bold;
padding-bottom: 2px;
margin-bottom: 5px;
border-bottom: 1px solid #dddddd;
}
.bbp-signature {
border-top: 1px solid #dddddd;
margin-top: 15px;
padding: 5px 0;
}