@charset "utf-8";

/* default { */

html {background: #366485;}
body {background: url(../img/body_bg3.jpg) 50% 0 no-repeat;background-size: 1600px;}

@media (min-width: 768px) { /* col-sm- */
    body {background-size: 1260px;}
}
@media (min-width: 992px) { /* col-md- */
    body {background-size: 1640px;}
}
@media (min-width: 1200px) { /* col-md- */
    body {background-size: 1640px;}
}

h1, h2, h3, h4, h5 {font-size: 14pt; color: #e06c29; font-weight: normal;}
h1 a, h2 a, h3 a, h4 a, h5 a {color: #e06c29;}
h2 {margin: 10px 0;}
h3 {margin: 15px 0;}

input[type="submit"], input[type="button"], input[type="reset"], button, select, a {cursor: pointer;}
a {color: #124d76;}
a:hover {color: #e06c29 !important; text-decoration: underline !important;}

textarea {resize: none;}
input[type="text"], input[type="password"], textarea, select {width: 185px; height: 20px; border: 1px solid #e0dac2;}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {background: #ffd;}
textarea {width: 100%; height: 200px;}
select {height: 24px;}

.button_wrap {margin: 20px auto; width: 360px; height: 39px; border: 1px solid #ff9d01;}
.button {width: 100%; height: 39px; font: bold 16pt Arial, sans-serif !important; color: #a26400; text-shadow: 0 1px 0 #ffec60; border: 1px solid #fff065; background: url(../img/button_validate_bg.png) 0 0 repeat-x;}


ul li {margin: 0; list-style: none;}

.dnone {display: none;}
.clear {clear: both;}

.clearfix:after {content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display:block;}
* html .clearfix {height:1%;}

.inline-block {display: -moz-inline-stack; display: inline-block; vertical-align: top; zoom: 1; *display: inline;}

.ellipsis {display:block;overflow:hidden;white-space:nowrap;width:100%;-o-text-overflow:ellipsis;text-overflow:ellipsis;}

/* } default */

/* global { */

.hint {font-size: 10pt; color: #888;}

.TooltipPopup {
    font-size: 10pt;
    color: black;
    background: lightyellow;
    border: double darkblue medium;
    padding: 10px;
}

.content strong {font-weight: bold;}
.content em {color: #e06c29; font-weight: bold;}

.content p, .mceContentBody p {margin: 10px 0;}

.centered_text {text-align: center;}

.content ul li, .content ol li {margin-left: 30px;}
.content ul li {list-style: disc;}
.content ol li {list-style: decimal;}


.content .errorlist {position: absolute;}
.content .errorlist li {margin-left: 0; list-style: none; font-style: italic; font-size: 10pt; color: #f00;}
.content .error input, .content .error select {border: 1px solid #f00;}

/* } global */
/* system-message { */

#system-message > .message > ul, #system-message > .error > ul, #system-message > .warning, #system-message > .notice > ul {background-image: none !important;}
#system-message > dd > ul {border: 1px solid; border-width: 1px !important; border-radius: 7px;}
#system-message > dd > ul > li {margin: 0; list-style: none;}
#system-message > dd {text-indent: 0;}

/* } system-message */

.gk-wrapper {margin: 0 auto; width: 960px;}

.head .logo {padding-top: 5px;}
.head .logo a {display: block;}
.head .quote {padding-top: 5px;}
.head .contact {
    padding-top: 8px;
    min-height: 95px;
    color: #124d76;
    font-size: 10pt;
    background: url(../img/contact_bg.png) 50% 0 no-repeat;
}
.head .contact div {padding: 4px 0;}
.head .contact a {display: block; text-decoration: none;}
.head .mail {text-align: center;margin-top: 10px;}
.head .debug {text-align: center;margin-top: 20px;}

#id-mainmenu {
    background: transparent;
    border: 5px solid #fff;
    border-image: url(../img/menu_bg.png) 7 73 7 73 fill stretch stretch;
    border-image-width: 7px 73px 7px 73px;
    padding: 7px 73px 7px 73px;
    height: 58px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.gwt-MenuBar { white-space: nowrap; }
.gwt-MenuBar p { margin: 0px; }
.gwt-MenuBar table { border-spacing: 0px; border-collapse: collapse; }
.gwt-MenuBarPopup {margin-top: -1px; border: 1px solid #7094b0; text-align: left; background: #abc4d6 url(../img/mainsubmenu_bg.png) 0 0 repeat-x;}
.gwt-MenuBar .gwt-MenuItem {width: auto; min-width: 90px; height: 30px; padding: 7px 10px; font-size: 12pt; text-align: center; text-decoration: none !important; color: #000; text-shadow: 1px 0 0 #fff; }
.gwt-MenuBar .gwt-MenuItem:hover {background: url(../img/mainmenu_hover_bg.png) 0 0 repeat-x;}

.ds-children, .ds-article { display:inline-block; margin-left:1em; }
.ds-children a.gwt-Anchor { text-decoration: underline; }

@media (min-width: 768px) { /* col-sm- */
    .head .logo {padding-top: 25px;}
    #id-mainmenu {margin-top: 10px;margin-bottom: 20px;}
}
@media (min-width: 992px) { /* col-md- */
    .head .quote {padding-top: 35px;}
    #id-mainmenu {margin-top: 30px;margin-bottom: 50px;}
}


td.datePickerMonth,
td.datePickerYear {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 100%;
    font-weight: bold;
    color: #333;
}
.datePickerPreviousButton,
.datePickerNextButton,
.datePickerPreviousYearButton,
.datePickerNextYearButton {
    font-size: 120%;
    line-height: 1em;
    color: #3a6aad;
    cursor: hand;
    cursor: pointer;
    font-weight: bold;
    padding: 0px 4px;
    outline: none;
}

.middlepart_wrap {padding: 8px; background: url(../img/content_bg.png) 100% 100% repeat-x;}
.middlepart_wrap .middlepart {min-height: 500px; padding: 25px 10px 0; border: 1px solid #b7b295; background: #fff;}
.middlepart_wrap .middlepart .content .contentpaneopen .contentheading, h1, .content .componentheading, .galbum_cats h3 a {margin-bottom: 10px; font-size: 16pt; color: #e06c29; font-weight: normal;}
.galbum_cats h3 a {display: block; text-decoration: none;}
.content .text img, .content .blog img, .last_articls img {float: left; margin: 0 15px 2px 0; padding: 5px; border: 1px solid #c5c5c5;}

.middlepart_wrap .middlepart .box {padding: 10px 10px; border: 3px solid #b7b295;}

.box_with_title {border:3px solid #b7b295; border-top-left-radius:5px; border-top-right-radius:5px;}
.box_with_title .title_of_box {font-size:smaller;background:#b7b295;color:white;padding:2px;}
.box_with_title .content_of_box {padding:10px;}

/* articls { */

.content .blog_more strong {display: none;}
.content .blog_more ul li a {}

.content .readmore {text-align: right;}
.content .section {margin-left: 20px;}

.elemental-test button {border:none; background: transparent; width:100%;}
.elemental-test button img {width:100%;}

/* { articls */

/* our_friends { */

.bottom_modules {margin-bottom: 20px;}

.our_friends {float: left; padding-left: 0; }
.our_friends .moduletable ul {padding: 10px; width: 246px; /*height: 164px;*/ border: 1px solid #ecd78d; background: url(../img/our_friends_bg.png) 0 0 no-repeat;}
.our_friends .moduletable ul li {padding: 5px 5px 5px 10px; background: url(../img/list_style.png) 0 50% no-repeat;}

.our_friends ul li a {display: block; font-size: 12pt; color: #589ac8;}

/* } our_friends */
/* last_news { */

.last_news {float: left; padding: 30px 10px  0 15px; width: 280px;}
.last_news ul .mod-articles-category-date {padding-top: 5px; color: #777;}
.last_news ul h4 {padding: 0 0 5px 17px;}
.last_news ul h4 a, .last_articls ul h4 a {font-size: 12pt; color: #589AC8;}

/* } last_news */
/* last_articls { */

.last_articls {float: left; padding: 30px 0 0 0; width: 345px;}
.last_articls ul li {margin-bottom: 10px;}
.last_articls .moduletable .contentheading a {display: block; padding: 0 0 3px 100px; font-size: 12pt; color: #589ac8;}
.last_articls .moduletable .contentpaneopen img {position: relative; top: -20px; padding: 5px; width: 76px; height: 43px; background: url(../img/last_articls_img_bg.png) 0 0 no-repeat; border: none;}
.last_articls .moduletable .contentpaneopen a.readmore {display: block; margin: 10px 10px 0 0; padding-right: 15px; text-align: right; font-size: 11pt; font-style: italic; color: #589ac8; background: url(../img/readmoor_bg.png) 100% 3px no-repeat;}

/* } last_articls */

.bottom_separator {padding-top: 25px;}

.middlepart .menu_bottom {padding-top: 15px; margin: 0 -10px; height: 220px; background: url(../img/bottommenu_bg.png) 0 0 repeat-x; }
.middlepart .menu_bottom .menu {text-align: center;}
.middlepart .menu_bottom .menu li{padding: 0 27px; display: -moz-inline-stack; display: inline-block; vertical-align: top; zoom: 1; *display: inline;}
.middlepart .menu_bottom .menu li a {display: block; max-width: 200px; font-size: 12pt; color: #5498c7;}
.middlepart .menu_bottom .menu .separator {font-size: 12pt;}
.middlepart .menu_bottom .menu ul {max-width: 110px; position: absolute; padding-top: 5px; text-align: left;}
.middlepart .menu_bottom .menu ul li {display: block; padding: 4px 8px 4px 10px; background: url(../img/list_style.png) 0 50% no-repeat;}
.middlepart .menu_bottom .menu ul li a{font-style: italic; font-size: 12pt;}
.middlepart .menu_bottom .menu ul li ul {margin-left: 10px;}

.footer {padding: 20px 20px; margin: 0px; height: 135px; color: #fff; background: url(../img/footer_bg.png) 0 100% repeat-x;}
.footer p {margin: 0px;}
.footer .copyleft {float: left; padding: 5px 0 0 115px; height: 96px; background: url(../img/footer_img.png) 0 0 no-repeat;}
.footer .copyleft .copyleft_fontsize {font-size: 8pt;}
.footer .copyright {float: right; padding-top: 65px; text-align: right;}
.footer .copyright a {/*display: block;*/ color: #fff; text-decoration: none;}
.footer .copyright .copyright_link {text-decoration: underline; color: #e06c29;}

.contact-form {margin: 0 auto; padding: 30px; width: 475px; background: #fdf4cf;}
.contact-form .recipient {float: left; text-align: left; width: 239px;}
.contact-form .recipient label .star {display: none;}
.contact-form .recipient input {display: block; padding: 0 5px; margin-bottom: 10px; width: 227px; height: 26px; border: 1px solid #e0dac2;}
.contact-form .address {float: left; margin: 30px 0 0 30px; padding: 15px 32px; text-align: left; width: 138px; /*height: 44px;*/ background: #fff; border: 1px solid #E0DAC2; color: #124d76; font-size: 14pt; }
.contact-form .message textarea {width: 473px; height: 167px; margin-top: 12px; border: 1px solid #e0dac2;}
.contact-form .address .mail, .contact-form .address .skype {margin: 5px 0; padding: 2px 0 2px 25px;}
.contact-form .address .mail {margin-top: 15px; background: url(../img/mail_ico.png) 0 50% no-repeat;}
.contact-form .address .mail a {display: block; color: #124d76; text-decoration: none;}
/*.contact-form .address .skype {background: url(../img/skype_ico.png) 0 50% no-repeat;}*/


.form_small {margin: 0 auto; padding: 30px; width: 475px; background: #fdf4cf;}
.form_small input {display: block; padding: 0 5px; margin-bottom: 10px; width: 465px; height: 26px; border: 1px solid #e0dac2;}


.registration #jform_spacer-lbl {display: none;}
.registration .star {display: none;}

/* gallery { */

.gallery li {float: left; width: 174px; margin: 5px !important; list-style: none !important;}
.gallery li img {height: 120px; width: 160px; border: 7px solid #e3d5a4;}
.gallery li img:hover {border-color: #abc4d6;}

.gallery li h5 {font-size: 10pt;}

/* } gallery */
/* horoscope_form { */

.horoscope_comp {background: url(../img/plus_ico.png) 50% 190px no-repeat;}

.horoscope_form {margin-bottom: 30px; padding: 0 45px;}
.horoscope_form .data_user {float: left; margin-right: 68px;}
.horoscope_form .data_target {float: left;}
.horoscope_form .data_user .inner, .horoscope_form .data_target .inner {width: 340px; /*height: 290px;*/ padding: 10px 20px;}
.horoscope_form .data_user .inner {background: #fdf4cf; border: 1px solid #fdf4cf;}
.horoscope_form .data_target .inner {border: 1px solid #e0dac2;}

.horoscope_form h3 {font-weight: bold;}
.horoscope_form .row {/*height: 60px;*/ margin-bottom: 15px;}
.horoscope_form h4 {margin-bottom: 5px; font-size: 12pt; color: #000;}
.horoscope_form sup {color: #e06c29;}
.horoscope_form label {vertical-align: baseline;}

.horoscope_form .bdata {float: left; width: 230px;}
.horoscope_form .gender {float: left; width: 110px;}
.horoscope_form .gender select {width: 100px;}

.horoscope_form .btz select {width: 330px;}

.horoscope_form .big {width: 338px;}
.horoscope_form .small {width: 40px; text-align: center;}
.horoscope_form .datepicker {width: 140px; text-align: center;}

.horoscope_form .ui-datepicker-trigger {float: none !important; padding: 0 !important; margin: 0 0 0 10px !important; border: 0 !important;}

.horoscope_form #user_bhour {margin-right: 20px;}

.horoscope_form .control {width: 400px; padding-top: 50px; margin: 0 auto;}
.horoscope_form .control .registration {text-align: center;}
.horoscope_form .control .registration label {vertical-align: top; color: #5498c7; font-size: 14pt; text-decoration: underline;}
.horoscope_form .control .hint {margin: 10px 0; color: #555; text-align: justify;}
.horoscope_form .control .button_wrap {margin: 10px 0; width: 400px;}


.horoscope_personal .data_user {float: none; margin: 0;}
.horoscope_personal .data_user h3 {width: 380px; margin: 15px auto;}
.horoscope_personal .data_user .inner {margin: 0 auto;}


.moonhoro .horoscope_personal .nomoon {display: none;}

.horoscope_process {height: 1px; background: url(../img/loader_ajax.gif) 50% 1px no-repeat;}

/* } horoscope_form */
/* horoscope { */

.horoscope.report > h2 {font-size: 18pt; font-weight: normal;  margin: 20px 0;}
.horoscope.report > .section > h2 {margin-top: 20px; font-size: 14pt; color: #5498c7;}
.horoscope.report > .section > h2:before {content: '►'; color: #74b8e7; padding-right: 5px; font-size: 12pt; vertical-align: top;}
.horoscope.report > .section > .text > h2 {font-size: 12pt;}

.horoscope.report > .section > .text {padding: 5px 15px; margin-bottom: 10px; background: url('../img/bottommenu_bg.png') 0 -1px repeat-x; border: 1px solid #e0dac2;}

/* } horoscope */
/* gmap { */

/*.gmaps {display: none;}*/
.gmaps {height: 310px; margin: 15px 0 0 0; display: none;}
.gmaps #ub_mapCanvas, .gmaps #tb_mapCanvas {height: 300px; border: 1px solid #E3E6EB;}

#ub_searchTextField {}

/*
.map_control {position: absolute; margin: -785px 0 0 10px;}
.map_control {position: absolute; margin: -740px 0 0 10px;}
*/

/* } gmap */
/**/

#jc {margin-top: 30px;}
#comments-footer {display: none !important;}
#comments-form-comment {width: 600px !important;}

#comments-list .toolbar,
#comments-list-footer,
#comments-form-subscribe,
label[for="comments-form-subscribe"] {display: none !important;}

#comments-form-buttons {float: right; margin: -120px 20px 0 0 !important;}

/**/
/* pagination { */

.pagination {text-align: center; color: #aaa;}
.pagination li {display: inline; margin: 0 3px !important; list-style: none;}

/* } pagination */

#jform_user_bdata {float: left; width: 220px;}
img.ui-datepicker-trigger {height: 27px;margin-bottom: 11px;}

#users-profile-core{
    display: block;
    width: 475px;
    padding: 30px;
    background: #fdf4cf;
    margin-left: 335px;
}
#profile fieldset legend{
    display: inline-block;
    padding-top: 30px;
    font-weight: bold;
}
#profile fieldset dl dt{
    float: left;
    width: 200px;
    line-height: 29px;
}
#profile fieldset dl dd{
    font-weight: bold;
    font-size: 16pt;
    padding: 5px 0;
    color: #e06c29;
}
#usmenu ul{
    padding: 10px;
    width: 246px;
    border: 1px solid #ecd78d;
    background: url(../img/our_friends_bg.png) 0 0 no-repeat;
}
#usmenu ul li a {
    display: block;
    font-size: 12pt;
    color: #589ac8;
    line-height: 27px;
}
#usmenu{
    float: left;
    padding-top: 23px;
}
#history > div{
    display: block;
    width: 475px;
    margin-left: 335px;
    padding: 30px;
    background: #fdf4cf;
}
#history{padding-top: 23px;}
#___plusone_0{ display:block !important; float: left !important; }
.img-fulltext-right {
        float: right;
        margin-left: 10px;
        margin-bottom: 10px;
}

.img-fulltext-left {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
}

.img-fulltext-none {
}

.img-intro-right {
        float: right;
        margin-left: 5px;
        margin-bottom: 5px;
}

.img-intro-left {
        float: left;
        margin-right: 5px;
        margin-bottom: 5px;
}

.img-intro-float-none {
}

