/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
 font-family: sans-serif;
 -ms-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
}
body {
 margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
 display: block;
}
audio,
canvas,
progress,
video {
 display: inline-block;
 vertical-align: baseline;
}
audio:not([controls]) {
 display: none;
 height: 0;
}
[hidden],
template {
 display: none;
}
a {
 background: transparent;
}
a:active,
a:hover {
 outline: 0;
}
abbr[title] {
 border-bottom: 1px dotted;
}
b,
strong {
 font-weight: bold;
}
dfn {
 font-style: italic;
}
mark {
 background: #ff0;
 color: #000;
}
small {
 font-size: 80%;
}
sub,
sup {
 font-size: 75%;
 line-height: 0;
 position: relative;
 vertical-align: baseline;
}
sup {
 top: -0.5em;
}
sub {
 bottom: -0.25em;
}
img {
 border: 0;
 vertical-align: middle;
}
svg:not(:root) {
 overflow: hidden;
}
figure {
 margin: 1em 40px;
}
hr {
 -moz-box-sizing: content-box;
 box-sizing: content-box;
}
pre {
 overflow: auto;
}
code,
kbd,
pre,
samp {
 font-family: monospace, monospace;
}
button,
input,
optgroup,
select,
textarea {
 color: inherit;
 font: inherit;
 margin: 0;
}
button {
 overflow: visible;
}
button,
select {
 text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
 -webkit-appearance: button;
 cursor: pointer;
}
button[disabled],
html input[disabled] {
 cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
 line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
 box-sizing: border-box;
 padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
 -webkit-appearance: textfield;
 -moz-box-sizing: content-box;
 -webkit-box-sizing: content-box;
 box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
 border: 1px solid #c0c0c0;
 margin: 0 2px;
 padding: 0.35em 0.625em 0.75em;
}
legend {
 border: 0;
 padding: 0;
}
textarea {
 overflow: auto;
}
#uNetRegF td {
 text-align: left;
}
.text-replace {
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
}
.hidden {
 display: none !important;
 visibility: hidden;
}
.clr:after {
 display: table;
 clear: both;
 content: '';
}
.clear {
 clear: both;
}
/*------------------------------------*\
 $General
\*------------------------------------*/
:focus {
 outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
 font-weight: normal;
 margin: 0;
 padding: 0;
}
h1 {
 font-size: 26px;
}
h2 {
 font-size: 21px;
}
h3 {
 font-size: 19px;
}
h4 {
 font-size: 17px;
}
h5 {
 font-size: 15px;
}
h6 {
 font-size: 13px;
}
hr {
 display: block;
 margin: 0;
 padding: .2em 0;
 height: 0;
 border: 0;
 border-bottom: 1px solid #e6dcef;
}
fieldset {
 margin: 0;
 padding: 0;
 border: 0;
}
textarea {
 resize: vertical;
}
html,
button,
input,
select,
textarea {
 color: #868686;
}
font {
 color: inherit;
}
body {
 font: 300 13px 'Open Sans', sans-serif;
 line-height: 2;
 background-color: #fff;
}
a {
 color: #e670be;
 text-decoration: none;
 -webkit-transition: color 0.2s ease;
 transition: color 0.2s ease;
}
a:hover {
 color: #8050b0;
}
.wrap,
.middle,
.sidebar,
.content {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.wrap {
 max-width: 1000px;
 margin: 0 auto;
}
.middle {
 padding-top: 2.2%;
 padding-bottom: 4.5%;
 width: 1000px;
 margin: 0 auto;
 display: table;
}
.middle-row {
 display: table-row;
}
.sidebar {
 width: 230px;
 background: #fafafa url('/img/bg.jpg') repeat 0 0;
 display: table-cell;
}
.content {
 display: table-cell;
 vertical-align: top;
 padding-right: 25px;
}
.ttl {
 font: 300 1.8461538461538463em 'Open Sans', sans-serif;
 color: #0a0a0a;
}
.cont-ttl {
 padding: 0 0 35px;
}
/*------------------------------------*\
 $Button
\*------------------------------------*/
input[type="submit"],
input[type="reset"],
input[type="button"],
select,
.button {
 padding: 10px;
 font: 400 11px 'Open Sans', sans-serif;
 cursor: pointer;
 border: none;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 color: #fff;
 background: #9c83b4;
 text-transform: uppercase;
 -webkit-transition: all 0.2s ease;
 transition: all 0.2s ease;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:hover {
 background-color: #e670be;
}
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.button:active {
 outline: none !important;
}
.button {
 white-space: nowrap;
 display: inline-block;
}
select {
 padding: 3px 5px;
 border-bottom: none;
 cursor: default;
}
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
 outline: none !important;
}
.manTdText input[type="button"],
.manTd2 input[type="button"],
.commTd2 input[type="button"],
.manTdBrief input[type="button"],
select.codeButtons,
input[type="button"].codeButtons,
#iplus input[type="button"] {
 padding: 3px 5px;
 font-size: 9px;
}
input[type="button"][id^="bid-"] {
 margin-left: 3px;
 padding: 6px;
}
input[type="button"][id^="bid-"]:active {
 margin-top: 1px;
}
.manTd2 input[type="text"] {
 padding: 2px 5px !important;
}
input[type="text"],
input[type="password"],
textarea {
 padding: 4px 10px 5px;
 border: 1px solid #e6dcef;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
 background: #fff;
}
textarea {
 width: 100%;
}
input[type="button"]#newPhtBt {
 width: auto !important;
}
input[type="button"]#order-button {
 padding: 0 5px;
}
/*------------------------------------*\
 $Header
\*------------------------------------*/
.header {
 min-height: 105px;
 position: relative;
 width: 100%;
 text-align: center;
 padding-top: 5px;
}
.header:after {
 height: 7px;
 content: '';
 display: block;
 width: 100%;
 background: url('/img/bg.jpg');
}
.site-name {
 display: inline-block;
 color: #8050B0;
 line-height: 42px;
 -webkit-transition: all 0.2s ease;
 transition: all 0.2s ease;
}
.site-name .and {
 display: inline-block;
 -webkit-border-radius: 100%;
 -moz-border-radius: 100%;
 border-radius: 100%;
 border: 1px solid #e6dcef;
}
.site-name:hover {
 color: #E670BE;
}
.header .site-name {
 font-size: 2.3076923076923075em;
 margin: 15px 0;
 white-space: nowrap;
}
.header .site-name .and {
 height: 42px;
 width: 42px;
}
.header .site-name:before,
.header .site-name:after {
 content: "";
 display: inline-block;
 width: 111px;
 height: 9px;
 line-height: 42px;
 vertical-align: middle;
}
.header .site-name:before {
 background: url('/img/arrow-l.png') no-repeat 0 50%;
 margin-right: 15px;
}
.header .site-name:after {
 background: url('/img/arrow-r.png') no-repeat 0 50%;
 margin-left: 15px;
}
/*------------------------------------*\
 $Menu
\*------------------------------------*/
.main-menu ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
.main-menu li {
 position: relative;
 display: inline-block;
 text-align: center;
}
.main-menu a {
 display: block;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding: 0 30px;
 color: #868686;
 text-transform: uppercase;
 font: 300 0.8462em 'Open Sans', sans-serif;
}
.main-menu li:hover > a,
.main-menu li.active-item > a {
 color: #8050B0;
 text-decoration: none;
}
.main-menu li ul {
 display: none;
}
.main-menu li ul a {
 padding: 10px 15px;
}
.main-menu li:hover > ul {
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 10;
 display: block !important;
 padding: 0;
}
.main-menu li li {
 display: block;
 margin: 0;
 padding: 0;
 min-width: 100px;
 width: 100%;
}
.main-menu li li a {
 display: block;
 width: 100%;
 background-color: #fff;
 white-space: nowrap;
}
.main-menu li li {
 border: 1px solid #e6dcef;
 border-top: none;
}
.main-menu li li:first-child {
 border-top: 1px solid #e6dcef;
}
.main-menu li ul > li {
 position: relative;
}
.main-menu li ul li:hover > ul {
 position: absolute;
 top: 0;
 left: 100%;
 z-index: 10;
 display: block;
 padding-left: 5px;
 border-left: 5px solid transparent;
}
.show-menu {
 display: none;
}
/*------------------------------------*\
 $Middle
\*------------------------------------*/
.home .header:after {
 display: none;
}
.home .middle {
 display: block;
 max-width: inherit;
 padding: 0;
 margin-bottom: 2.5%;
 width: inherit!important;
}
.promo-b {
 position: relative;
}
#uncheader {
 height: 640px;
 overflow: hidden;
 background: url('/img/banner.jpg') 0 0 no-repeat;
 background-size: cover;
}
#uCozHeaderMain {
 width: 100%;
 height: 100%;
 background-position: 0 0 !important;
 background-size: cover !important;
 background-repeat: no-repeat !important;
}
.AppendUHeader {
 background: url(/uCozHeader.png) !important;
}
.promo-bd {
 position: absolute;
 width: 337px;
 left: 50%;
 top: 140px;
 margin-left: -175px;
 border: 1px solid #f0ece0;
 padding: 11px;
}
.promo-bd-in {
 background-color: #eeeeee;
 background-color: rgba(255, 255, 255, 0.8);
 text-align: center;
 padding: 40px;
 color: #0a0a0a;
}
.promo-date {
 font-size: 1.8461538461538463em;
 line-height: 105px;
 position: relative;
}
.promo-date:after {
 content: '';
 display: block;
 width: 90px;
 height: 1px;
 background-color: #a39e9a;
 margin: 0 auto;
}
.promo-dscr {
 padding-top: 50px;
}
/*------------------------------------*\
 $Search
\*------------------------------------*/
.search {
 width: 250px;
}
.queryField {
 padding: 6px 44px 7px 10px !important;
 width: 100%;
 height: 28px;
 border: 1px solid #e6dcef;
 vertical-align: top;
 box-sizing: border-box;
}
[type="submit"].searchSbmFl {
 padding: 7px;
 height: 28px;
 width: 34px;
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
 background: url('/img/srch.png') no-repeat 50% 50%;
 text-indent: 200%;
 white-space: nowrap;
 overflow: hidden;
}
[type="submit"].searchSbmFl:hover {
 background-color: inherit;
}
.search .searchForm {
 position: relative;
}
.search .searchSbmFl {
 position: absolute;
 top: 0px;
 right: 0px;
}
/*------------------------------------*\
 $Paginator
\*------------------------------------*/
.switchActive,
.swchItemA,
.pgSwchA {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.pagesBlock1 {
 margin: 25px 0;
 text-align: center;
 display: block;
}
.catPages1 {
 padding: 4px 0;
 margin-bottom: 10px;
}
.switchActive,
.switchDigit,
.switchBack,
.switchNext,
.swchItemA,
.swchItem,
.pgSwchA,
.pgSwch,
.pagesInfo {
 font: 300 1.0769230769230769em 'Open Sans', sans-serif;
 display: inline-block;
 padding: 5px 6px;
}
.swchItemA {
 color: #fff;
 background-color: #e670be;
}
.swchItem {
 color: #868686;
}
.switches {
 background-color: #f9f9f9;
 margin: 5px 0;
 padding: 0 5px 0 17px;
}
.forum-page .switches {
 padding: 0;
}
.switches a:hover,
.swchItem:hover {
 color: #e670be;
}
.pgSwchA b {
 font-weight: 300;
}
/*------------------------------------*\
 $Content
\*------------------------------------*/
.read-more,
.entryReadAllLink {
 font-style: italic;
}
.read-more,
.entryReadAll {
 display: block;
 text-align: center;
}
.moder-panel {
 float: right;
}
/*----------------- post ------------------*/
.post {
 padding-bottom: 6.3%;
 clear: both;
}
.post-in {
 padding-bottom: 4.9%;
}
.post-ttl a {
 color: #8050b0;
}
.post-ttl a:hover {
 color: #e670be;
}
.post-img {
 width: 230px;
 height: 260px;
 float: left;
 margin-right: 30px;
 background-position: 50% 50%;
 background-repeat: no-repeat;
 -webkit-background-size: cover;
 background-size: cover;
}
.entryReadAll {
 padding-bottom: 5.9%;
}
.post.post-det {
 text-align: center;
 font-style: italic;
}
.post-in .post-det {
 margin-top: 4.9%;
 text-align: center;
}
.post-d-itm {
 padding-left: 22px;
 padding-right: 25px;
}
.post-d-itm.add {
 background: url('/img/clock.png') no-repeat 0 50%;
}
.post-d-itm.read {
 background: url('/img/eye.png') no-repeat 0 50%;
}
.post-d-itm.comm {
 background: url('/img/comm.png') no-repeat 0 50%;
}
.post-d-val {
 color: #e670be;
}
.post-d-val span {
 display: inline-block;

}
.post-ttl {
 margin: 0 0 4.9%;
 text-align: center;
 line-height: 1.2;
}
.post-msg {
 margin-left: 185px;
}
.base .u-comboeditcell,
.base .u-combo {
 border: 0 !important;
 background: none !important;
}
.base input.u-comboedit:active {
 border-bottom-width: 2px !important;
 margin-top: 2px !important;
}
#doSmbBt,
.u-combobut {
 display: none;
}
.u-combolist {
 border: 1px solid #e6dcef !important;
}
.photo-block, .photo-eblock {
 background: inherit!important;
 padding: 0 0 25px!important;
 box-shadow: none!important;
 border-radius: 0!important;
}
.photo-block:after {
 display: none!important;
}
.uphoto {
 margin: 0!important;
}
/*------------------------------------*\
 $Comment
\*------------------------------------*/
.comm-ttl {
 font-size: 1.3846153846153846em;
 line-height: 1;
 text-align: center;
 color: #8050b0;
}
.comm-itm {
 padding: 2.7% 0;
 border-bottom: 1px solid #e6dcef;
}
.comm-det {
 color: #e670be;
 padding-left: 20px;
 background: url('/img/clock.png') no-repeat 0 50%;
}
.comm-date {
 display: inline-block;
 padding-left: 10px;
}
.smiles {
 border-spacing: 0;
}
.comm-show-w {
 text-align: center;
 margin-top: 15px;
}
.comm-show {
 margin-bottom: 15px;
}
.comm-show.open {
 background-color: #e670be;
 margin: 0;
}
input[type="button"].uSpoilerButton {
 padding: 3px 5px;
}
.commTable {
 padding: 10px 0;
}
.commTd2 {
 padding-bottom: 12px;
}
.commTable .commSbmFl {
 float: left;
}
.comm-form {
 display: none;
}
.wysibb-body {
 border: none;
}
textarea.commFl {
 height: 150px !important;
}
/*------------------------------------*\
 $Sidebar
\*------------------------------------*/
.sidebox {
 border-top: 1px solid #e6dcef;
 padding: 25px 20px;
}
.sidebox:first-child {
 border-top: none;
}
.sidebox-calendar {
 padding-left: 0;
 padding-right: 0;
}
.sidebox-calendar .sidebox-ttl {
 padding: 0 20px;
}
.sidebox ul,
.sidebox li {
 list-style-position: inside;
 list-style: none;
}
.sidebox-ttl {
 color: #0a0a0a;
 font-size: 1.3846153846153846em;
 font-weight: 300;
 margin: 0 0 27px;
 line-height: 1;
}
.pollQue {
 padding-bottom: 5px;
 color: #6f6f6f;
 font-size: 13px;
 line-height: 1.5;
}
.pollQue b {
 font-weight: 400 !important;
}
.answer {
 /*padding: 5px 0;*/
 font-weight: 300;
 font-size: 13px !important;
}
.answer input,
.answer label {
 vertical-align: bottom;
}
.answer label {
 padding-left: 8px;
 font-weight: 300;
}
.pollButton {
 text-align: left;
 padding: 17px 0;
}
.pollBut {
 padding: 10px 20px;
}
.pollTot {
 font-style: italic;
}
.pollTot span,
.pollLnk {
 color: #e670be;
}
.pollLnk a {
 white-space: nowrap;
 font-style: italic;
}
.calMonthLink {
 font-size: 1.2307692307692308em;
 color: #8050b0;
}
.calTable {
 border-spacing: 0;
 width: 100%;
}
.calMonth {
 padding-bottom: 12px;
}
.calWday {
 color: #8050b0;
 font-weight: 300;
}
.calWdaySe,
.calWdaySu {
 color: #171717;
 font-weight: 300;
}
.calMday,
.calMdayIs {
 font-style: italic;
}
.calMdayIsA,
.calMdayA,
.calMday {
 height: 23px;
}
.calMdayIsA,
.calMdayA {
 color: #fff;
 padding: 0;
 background-color: #9c83b4;
}
.calMdayIsA:hover,
.calMdayA:hover {
 background-color: #E670BE;
}
.calMdayLink {
 color: #fff;
}
.calMdayIs .calMdayLink {
 color: #8050B0;
 font-weight: 400;
}
.calMdayIs .calMdayLink:hover {
 color: #E670BE;
}
.wday-row {
 background-color: #f7f5f9;
 background-color: rgba(255, 255, 255, 0.45);
}
.calMdayIsA {
 cursor: pointer;
}
.calMdayIsA:hover {
 background-color: #6d9fb6;
}
.archUl {
 margin: 0;
 padding: 0;
 list-style: none;
}
#mchatBtn {
 padding: 1px 5px;
 font-size: 9px;
}
.mchat {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 vertical-align: middle;
}
.cat-blocks.gTable {
 margin-top: 0;
 border-top: none;
 color: #868686;
}
.cat-blocks .gTableTop,
.cat-blocks .gTableSubTop,
.cat-blocks .forumNameTd {
 font: 300 13px 'Open Sans', sans-serif;
 color: #868686;
}
/*------------------------------------*\
 $Home page
\*------------------------------------*/
.welcome-row {
 font-size: 1.3846153846153846em;
 color: #0a0a0a;
 line-height: 1.7;
 padding: 43px 25px 33px;
 font-style: italic;
 text-align: center;
}
.newlyweds-i {
 width: 49%;
 float: right;
}
.newlyweds-i img {
 width: 100%;
 height: auto;
 padding-bottom: 35px;
}
.newlyweds-i:first-child {
 float: left;
}
.newlyweds {
 padding-bottom: 1%;
}
.newlyweds-i h3,
.text-b h3,
.slider-row h3,
.photo-b h3 {
 text-align: center;
}
.newlyweds-i h3 a,
.text-b h3 a,
.slider-row h3 a,
.photo-b h3 a {
 color: #8050B0;
}
.newlyweds-i h3 a:hover,
.text-b h3 a:hover,
.slider-row h3 a:hover,
.photo-b h3 a:hover {
 color: #E670BE;
}
.newlyweds-i h3 {
 padding-bottom: 9%;
}
.photo-b h3 {
 padding-bottom: 4.1%;
}
.text-b h3 {
 padding-bottom: 3.2%;
}
.slider-row {
 background: url('/img/bg.jpg') repeat 0 0;
}
.slider-row .wrap {
 padding: 3.3% 0;
 margin-bottom: 2.8%;
}
.slider-row h3 {
 padding-bottom: 2%;
}
.text-b {
 padding-bottom: 3.4%;
}
.slider li {
 padding: 0 1.9%;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 max-width: 1000px !important;
}
.slider q {
 position: relative;
 display: block;
 font-style: italic;
}
.sign {
 font-style: italic;
 margin-top: 15px;
 display: inline-block;
}
.bx-wrapper {
 position: relative;
 margin: 0 auto;
 padding: 0;
}
.bx-viewport {
 height: auto !important;
}
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
 position: absolute;
 top: 50%;
 margin-top: -8px;
 width: 100px;
 outline: 0;
 text-indent: 150%;
 z-index: 1000;
 white-space: nowrap;
 overflow: hidden;
 background: url('/img/slide-arr.png') no-repeat 0 0;
 width: 9px;
 height: 17px;
}
.bx-wrapper .bx-prev {
 left: 2.5%;
}
.bx-wrapper .bx-next {
 right: 2.5%;
 background-position: -9px 0;
}
.bx-wrapper .bx-prev:hover {
 background-position: 0 -17px;
}
.bx-wrapper .bx-next:hover {
 background-position: -9px -17px;
}
.bx-wrapper .bx-controls-direction a.disabled {
 display: none;
}
.photo-lnk {
 display: block;
 float: left;
 margin-right: 2.5%;
 margin-bottom: 2.5%;
 padding-right: 23%;
 padding-bottom: 26%;
 background-repeat: no-repeat;
 background-position: 50% 50%;
 -webkit-background-size: cover;
 background-size: cover;
 -webkit-transition:.5s .05s box-shadow ease;
 transition:.5s .05s box-shadow ease;
 -webkit-box-shadow: inset 300px 300px rgba(255, 255, 255, 0);
 -moz-box-shadow: inset 300px 300px rgba(255, 255, 255, 0);
 box-shadow: inset 300px 300px rgba(255, 255, 255, 0);
}
.photo-lnk:hover {
 -webkit-box-shadow: inset 300px 300px rgba(255, 255, 255, 0.85);
 -moz-box-shadow: inset 300px 300px rgba(255, 255, 255, 0.85);
 box-shadow: inset 300px 300px rgba(255, 255, 255, 0.85);
}
.photo-lnk.right-i {
 margin-right: 0;
}
.photo-b.clr:after {
 display: table;
 clear: both;
 content: '';
}
.ph-moder {
 display: none;
}
.ph-wrap:hover .ph-moder {
 display: block;
}

/*------------------------------------*\
 $Contacts
\*------------------------------------*/
.contacts {
 padding: 0 0 7%;
}
.content .contact-i {
 margin: 0;
 padding-left: 25px;
}
.contacts-ttl,
.contacts-sttl {
 text-align: center;
}
.contacts-txt {
 padding: 4.9% 0;
}
.contact-l {
 margin: 0;
 padding: 0;
 list-style: none;
 text-align: center;
}
.contact-l li {
 display: inline-block;
 line-height: 33px;
 vertical-align: middle;
 padding: 3px 25px;
 white-space: nowrap;
}
.contact-l li:before {
 display: inline-block;
 content: '';
 width: 31px;
 height: 31px;
 vertical-align: middle;
 -webkit-border-radius: 100%;
 -moz-border-radius: 100%;
 border-radius: 100%;
 background-repeat: no-repeat;
 background-position: 50% 50%;
 border: 1px solid #e6dcef;
 margin-right: 8px;
}
.contacts-sttl {
 font-style: italic;
 font-size: 1.3846153846153846em;
 font-weight: 300;
 padding-bottom: 4.9%;
}
.contact-tel:before {
 background-image: url('/img/tel.png');
}
.contact-mail:before {
 background-image: url('/img/mail.png');
}
.contact-addr:before {
 background-image: url('/img/home.png');
}
.half-field {
 width: 50%;
 padding-right: 15px;
 padding-bottom: 9px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 float: left;
}
.half-field input[type="text"] {
 width: 100%;
}
.half-field.right-i {
 padding-right: 0;
}
/*------------------------------------*\
 $Footer
\*------------------------------------*/
.copy {
 line-height: 65px;
}
.design {
 float: right;
}
.copyright {
 float: left;
 display: inline-block;
}
/*----------------- $Subrow -------------------*/
.subrow {
 background: url('/img/bg.jpg') repeat 0 0;
}
.subrow .wrap {
 padding: 3.2% 0 2.5%;
 overflow: hidden;
}
.review-txt {
 quotes: none;
 display: block;
 text-indent: 30px;
 background: url('/img/quote.png') no-repeat 0 3px;
}
.subrow-i .read-more {
 text-align: left;
}
.subrow-i {
 float: left;
}
.subrow-i.review {
 width: 230px;
 padding-right: 80px;
}
.subrow-i.tags {
 width: 360px;
 padding-right: 50px;
}
.subrow-i.add {
 width: 250px;
 float: right;
 text-align: center;
 padding-top: 12px;
}
.subrow-i-ttl {
 font-size: 1.3846153846153846em;
 font-weight: 300;
 color: #0a0a0a;
 padding-bottom: 15px;
 margin: 0;
}
.subrow-i a {
 color: #e670be;
}
.subrow-i a:hover {
 color: #8050B0;
 text-decoration: none;
}
.eTag {
 font-size: 13px !important;
 display: inline-block;
 margin-right: 10px;
 vertical-align: middle;
}
.social {
 color: #0a0a0a;
 font-size: 1.3846153846153846em;
 font-weight: 300;
 padding: 15px 0 34px;
}
.soc-l {
 float: right;
 padding: 0;
 margin: 0;
}
.soc-i {
 display: inline-block;
 vertical-align: middle;
 width: 19px;
 height: 20px;
 margin: 5px 0 0 5px;
 padding: 0;
}
.soc-i-lnk {
 background: url('/img/soc-i.png') no-repeat 0 0;
 text-indent: 150%;
 white-space: nowrap;
 overflow: hidden;
 width: 19px;
 height: 20px;
 display: block;
}
.soc-i-lnk.twitter {
 background-position: 50% 0;
}
.soc-i-lnk.facebook {
 background-position: 50% -30px;
}
.soc-i-lnk.vimeo {
 background-position: 50% -60px;
}
.soc-i-lnk.you-tube {
 background-position: 50% -90px;
}
.subrow .site-name {
 font-size: 1.7692307692307692em;
 opacity: .62;
 color: #8050B0;
}
.subrow .site-name .and {
 border: 1px solid #e4d4f5;
 height: 32px;
 line-height: 32px;
 width: 32px;
}
.subrow .site-name:hover {
 color: #E670BE;
}
/*------------------------------------*\
 $Forum
\*------------------------------------*/
.forumContent {
 padding-bottom: 20px;
}
.forum-nav {
 padding: 20px 0 0;
}
.forum-page .middle {
 display: block;
 padding: 20px 0;
}
.fNavLink {
 padding: 10px 15px;
 background-color: #E670BE;
 display: block;
 float: left;
}
.fNavLink:hover {
 text-decoration: none;
 background-color: #8050B0;
 color: #fff;
}
.forumContent > br {
 display: none;
}
.fNavLink:first-child {
 background-color: #8050B0;
}
.fNavLink:first-child:hover {
 opacity: .8;
}
.fFastSearchTd {
 position: relative;
}
input[type="text"].fastSearch {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding-right: 30px !important;
 height: 25px;
 font-style: normal;
}
input[type="submit"].fastSearch {
 margin: -14px 0 0;
 padding: 0;
 width: 30px;
 height: 25px;
}
input[type="button"].fastNav,
input[type="submit"].fastNav,
#forum_filter input[type="submit"],
.userSchFrm input[type="submit"] {
 padding: 7px;
 vertical-align: top;
}
.forum,
.threadLink {
 font: 400 1.2308em 'Open Sans', sans-serif;
}
.forumDescr,
.threadDescr {
 line-height: 1;
}
.postNameFl,
.postDescrFl {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 margin-top: 5px;
}
#frM60 {
 padding-top: 10px;
}
#frM58 input,
#frM60 input,
#bc34 input {
 width: auto !important;
}
.gTable {
 border-spacing: 0;
 border-collapse: collapse;
}
.forumNamesBar,
#thread_search_form,
.forumModerFuncs,
.frmBtns,
.fFastNavTd,
.gTableTop,
.fFastSearchTd,
#forum_filter {
 padding: 0 25px 0 0;
}
.legendBlock {
 padding-left: 25px;
}
.userRights {
 padding-right: 25px;
}
.forumModerFuncs {
 padding-top: 5px;
}
.gTableTop {
 font: 300 1.8461538461538463em 'Open Sans', sans-serif;
 color: #0a0a0a;
 height: 65px;
 vertical-align: middle;
 text-align: center;
}
.gTableTop #subscribe {
 font-family: 'Open Sans', sans-serif;
 font-weight: 400;
}
.gTableTop a {
 color: #0a0a0a;
}
.gTableTop a:hover {
 color: #8050B0;
}
.gTableSubTop {
 padding-right: 18px;
 height: 30px;
 background-color: #f0edf4;
 color: #9c83b4;
}
.lastTableSubTop {
 border-right: 1px solid #f2f2f2;
}
.forumThreadTd,
.forumPostTd,
.threadPostTd,
.threadViewTd,
.threadAuthTd {
 background-color: #fafafa;
}
.forum-row {
 border-bottom: 1px solid #e6dcef;
}
.forum-subtop + .forum-row:hover > td {
 border-top: none;
}
.forumIcoTd,
.forumNameTd,
.forumThreadTd,
.forumPostTd,
.forumLastPostTd,
.threadIcoTd,
.threadNametd,
.threadPostTd,
.threadViewTd,
.threadAuthTd,
.threadLastPostTd {
 padding: 12px 0;
}
.gTableSubTop,
.lastTableSubTop,
.forumNameTd,
.threadNametd,
.forumLastPostTd,
.threadLastPostTd {
 padding-left: 18px;
}
.threadLastPostTd,
.forumLastPostTd {
 font-style: italic;
}
#filter_by {
 margin-right: 5px;
}
#allSmiles a {
 font-size: 12px !important;
}
#addform input[type="checkbox"] {
 margin-right: 3px;
}
.forumContent .postTable {
 border-spacing: 0;
 border-bottom: 1px solid #fff;
 border-collapse: collapse;
}
.posttdMessage,
.postTdInfo,
.gTableBody1,
.gTableRight,
.postBottom,
.postTdTop,
.gTableBottom {
 padding: 5px 18px !important;
}
.posttdMessage {
 border-left: 1px solid #e6dcef;
}
.postTdTop,
.postBottom {
 background-color: #f0edf4;
}
.gTableBody1,
.gTableRight {
 border-bottom: 1px solid #E6DCEF;
}
.topSortLink {
 color: #868686;
}
#frM53 .gTableRight {
 border: none;
}
.postTdTop:first-child {
 border-right: none;
}
.gTableLeft,
.postTdInfo {
 padding-left: 5px;
 text-align: center;
}
.forumMemSwch,
.forumMemNum {
 padding: 5px;
}
#frM60,
.searchSubmitFl,
.userSchFrm,
#forum_filter {
 padding: 5px 0;
}
.gTableLeft .smiles {
 display: inline-block;
}
.searchQueryFl {
 margin-bottom: 5px;
}
#thread_search_field {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 width: 127px !important;
}
#thread_search_button {
 margin-top: 0 !important;
}
/*------------------------------------*\
 $Popup
\*------------------------------------*/
.popup {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding: 27px 0;
 background-color: #fff;
}
.popup-bd input[type="submit"],
.popup-bd input[type="button"],
.popup-bd input[type="reset"] {
 padding: 4px 5px;
}
.popup-ttl {
 padding: 0 20px 25px;
 font: 300 1.8461538461538463em 'Open Sans', sans-serif;
 color: #0a0a0a;
 text-align: center;
}
.popup-bd {
 padding: 0 25px;
}
#block1 .udtlb,
#block25 .udtlb,
#block7 .udtlb {
 border-right-color: #e670be;
}
.udtb {
 padding: 4px 0;
 line-height: 1;
 font-style: italic;
}
.udtlb {
 color: #0a0a0a;
 font-weight: 400;
 margin-right: 13px;
 padding: 0 40px 0 0;
 color: #292929;
 white-space: nowrap;
 font-style: normal;
}
#block22 {
 padding: 11px 0;
 margin: 27px 0 0;
 background-color: #f7f7f7;
 font-style: normal;
}
#block22 a {
 padding: 0 7px;
}
#block22 a b {
 font-weight: normal;
}
#block22 + hr,
#block25 hr {
 display: none;
}
.popup-avatar {
 float: right;
 margin-right: 30px;
 text-align: center;
 display: block;
 padding-bottom: 15px;
}
.popup-bd #usch {
 padding: 10px 0;
}
.popup-bd input[type="checkbox"] {
 margin: 0 5px;
}
input[type="button"].allUsersBtn,
input[type="submit"].uSearchFlSbm {
 vertical-align: middle;
 width: inherit !important;
 padding: 6px;
}
.popup-bd > hr {
 clear: both;
}
/*------------------------------------*\
 $Media Query
\*------------------------------------*/
@media screen and (max-width: 1000px) {
 .middle {
 width: inherit;
 }
 .home .wrap {
 padding-left: 10px;
 padding-right: 10px
 }
 .subrow-i {
 float: none;
 margin: 0 auto;
 padding-bottom: 15px;
 padding-right: 0!important;
 width: 380px !important;
 }
 .subrow-i.add {
 float: none;
 padding-top: 10px;
 }
 .social {
 /*text-align: left;*/
 padding: 0;
 }
 .search {
 margin: 0 auto;
 }
 .soc-l {
 float: none;
 display: inline-block;
 }
 .copy {
 line-height: inherit;
 text-align: center;
 }
 .copyright {
 float: none;
 }
 .design {
 display: block;
 float: none;
 }
 .content {
 padding-left: 5px;
 }
 .forumIcoTd,
 .forumNameTd,
 .forumThreadTd,
 .forumPostTd,
 .forumLastPostTd,
 .threadIcoTd,
 .threadNametd,
 .threadPostTd,
 .threadViewTd,
 .threadAuthTd,
 .threadLastPostTd {
 padding: 5px 0;
 }
 .gTableSubTop,
 .lastTableSubTop,
 .forumNameTd,
 .threadNametd,
 .forumLastPostTd,
 .threadLastPostTd {
 padding-left: 10px;
 }
 .forumIcoTd img {
 max-width: 100%;
 height: auto;
 }
 .legendBlock,
 .userRights,
 .forumOnlineBar,
 .threadsDetails {
 display: none;
 }
 .gTableTop {
 height: 40px;
 }
}
@media screen and (max-width: 768px) {
 #puzadpn {
 display: none;
 }
 .post-img {
 width: 172px;
 height: 195px;
 margin-right: 15px;
 }
}
@media screen and (max-width: 680px) {
 .middle,
 .middle-row,
 .content,
 .sidebar {
 display: block;
 }
 .sidebar {
 width: 100%;
 }
 .content {
 width: 95%;
 padding-right: 0;
 margin: 0 auto;
 }
 .sidebox {
 max-width: 385px;
 margin: 0 auto;
 padding: 15px 0 ;
 }
 .sidebox-ttl {
 margin: 0 0 15px;
 }
 .half-field {
 width: 100% !important;
 padding-right: 0;
 }
 .header {
 min-height: inherit;
 }
 #uncheader {
 height: 300px;
 }
 .promo-dscr {
 padding-top: 10px;
 }
 .promo-bd-in {
 padding: 20px;
 }
 .promo-bd {
 top: 40px;
 }
 .promo-date {
 line-height: 50px;
 }
 .subrow-i-ttl {
 padding-bottom: 10px;
 }
 .pollButton {
 padding: 10px 0;
 }
 .answer {
 padding: 0;
 }
 /*------ Mobile menu ------*/
 .show-menu {
 /*position: relative;*/
 float: right;
 display: inline-block;
 width: 37px;
 height: 37px;
 margin-right: 10px;
 background: url('/img/menu.png') no-repeat 50% 50%;
 cursor: pointer;
 clear: both;
 border: 1px solid #e6dcef;
 -webkit-border-radius: 100%;
 -moz-border-radius: 100%;
 border-radius: 100%;
 }
 .show-menu.open {
 margin-bottom: 5px;
 }
 .show-menu:hover {
 opacity: .75;
 }
 .main-menu {
 position: relative;
 display: none;
 margin-top: 35px;
 width: auto;
 border: 1px solid #e6dcef;
 clear: both;
 }
 .main-menu ul {
 display: block;
 }
 .main-menu .uMenuRoot > li {
 margin: 0;
 padding: 0;
 }
 .main-menu li {
 display: block;
 min-height: 40px;
 text-align: left;
 }
 .main-menu li li,
 .main-menu li li:first-child {
 border: none;
 }
 .main-menu li ul li:hover ul {
 padding-right: 0;
 border-right: none;
 }
 .main-menu li a {
 display: block;
 margin: 0;
 padding: 0 0 0 10px;
 width: 100%;
 height: 40px;
 line-height: 40px;
 }
 .main-menu a:hover {
 background-color: #f0edf4;
 }
 .main-menu li.active-item > a {
 font-weight: 400;
 }
 .main-menu .uMenuRoot li ul {
 position: static !important;
 display: block !important;
 margin: 0;
 padding: 0;
 }
 .main-menu .uMenuRoot li li a {
 padding: 0 0 0 40px;
 }
 .main-menu .uMenuRoot li li li a {
 padding-left: 70px;
 }
 .main-menu .uMenuRoot li li li li a {
 padding-left: 100px;
 }
 .main-menu li ul li:hover ul {
 padding-left: 0px;
 border-left: none;
 }
 .header .site-name {
 line-height: 29px;
 margin: 7px auto;
 font-size: 1.8461538461538463em;
 position: relative;
 left: 20px;
 }
 .header .site-name .and {
 height: 30px;
 width: 30px;
 }
 .welcome-row {
 padding: 15px 0;
 line-height: 1.5;
 }
 /*--------------------- forum ------------------------*/
 .forum-subtop,
 .forumThreadTd,
 .forumPostTd,
 .threadPostTd,
 .threadViewTd,
 .threadAuthTd,
 .forumLastPostTd,
 .threadLastPostTd,
 .forum-add-table,
 .threadIcoTd + .threadIcoTd {
 display: none;
 }
 .forum-subtop + .forum-row > td,
 .forum-subtop + .forum-row:hover > td {
 border-top: 1px solid #E6DCEF;
 }
 .forumIcoTd {
 width: 50px;
 }
 .forumNameTd {
 padding-left: 0;
 }
 .fNavLink {
 padding: 5px 8px;
 margin-bottom: 2px;
 }
 .forumModerFuncs {
 padding-top: 5px;
 }
 .forumNamesBar,
 #thread_search_form,
 .forumModerFuncs,
 .frmBtns,
 .fFastNavTd,
 .gTableTop,
 .fFastSearchTd,
 #forum_filter {
 padding: 0 15px;
 }
 .forumMemNum {
 padding: 5px 0 5px 15px;
 font-weight: .9231em;
 }
 .forumMemSwch,
 .forumMemNum {
 font-size: .9231em;
 }
 .uTable td:first-child {
 padding-left: 15px;
 width: 50%;
 }
 .uTable td:first-child + td ~ td,
 .fFastNavTd {
 display: none;
 }
 .uTable .user_avatar img {
 width: 50px;
 }
}
@media screen and (min-width: 681px) {
 .main-menu {
 display: block;
 }
}
@media screen and (max-width: 540px) {
 body {
 font-size: 12px;
 }
 .header .site-name:before,
 .header .site-name:after {
 display: none;
 }
 .post-img {
 display: none;
 }
 .newlyweds-i {
 float: none!important;
 width: 100%;
 }
 .newlyweds-i img {
 padding-bottom: 20px;
 }
}
@media screen and (max-width: 480px) {
 .subrow-i,
 .sidebox {
 width: 320px !important;
 }
}