body {
    background:#fff url(../img/bg.jpg) top center no-repeat;
}
div#rwd-menu {
    display:none;
}
#container {
    position:relative;
}

#content {
    min-height:700px;
    position:relative;
    overflow:hidden;
    width:940px;
    margin: 40px auto 20px auto;
}

#content-left {
    width:605px;
    float:left;
    background:url(/res/img/search-bg) repeat-y right;
    padding-right:20px;
}

#content-right {
    width:300px;
    float:right;
}



#content-top {
    margin-bottom:20px;
    position:relative;
}


#content-top .btn-flat {
    position:absolute;
    right:0;
    bottom:10px;
}

#content-top h1 {
    bbbbsdborder-bottom:2px solid black;
    padding-bottom:5px;
    margin-bottom:0;
}

#content-top h1 strong {
    text-transform: capitalize;
}

#content-footer {
    background:#ececec;
    min-height:510px;
    border-top:1px solid #ccc;
    margin-top:100px;
}

.content-padding {
    padding:20px;
}

.content-footer-wrap {
    width:940px;
    margin: 0 auto;
}

.btn-flat {
    padding: 7px 15px;
    text-align: center;
    border-top: 0;
    background: #0089C4;
    color: white;
    font-weight: bold;
    text-decoration: none;
    border-radius: 3px;
    border:0;
}

.btn-flat:hover {
    background:#CA005D;
    color:#fff;
    text-decoration: none;
}

.btn-success {
    background-color: #0089C4;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#169CD5), to(#0089C4));
    background-image: -webkit-linear-gradient(top, #169CD5, #0089C4);
    background-image: -o-linear-gradient(top, #169CD5, #0089C4);
    background-image: linear-gradient(to bottom, #169CD5, #0089C4);
    background-image: -moz-linear-gradient(top, #169CD5, #0089C4);    
}

.btn-success:hover {
    background-color: #0089C4;
}

.btn-danger {
    background-color: #CA005D;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E4287F), to(#CA005D));
    background-image: -webkit-linear-gradient(top, #E4287F, #CA005D);
    background-image: -o-linear-gradient(top, #E4287F, #CA005D);
    background-image: linear-gradient(to bottom, #E4287F, #CA005D);
    background-image: -moz-linear-gradient(top, #E4287F, #CA005D); 
}

.btn-danger:hover {
    background-color: #CA005D;
}

header {
    position:relative;
    height:170px;
    margin: 0 auto;
    width: 940px;
}

header #util-bar {
    position:absolute;
    top:0;
    right:0;
    padding:6px 10px 6px 10px;
    background:#0089C4;
    color:#FFF;
}

header .mission {
    position: absolute;
    right: 0;
    width: 400px;
    top: 50px;
    color:#aaa;
}

header #util-bar a {
    color:#FFF;
    border-right:1px solid #fff;
    padding:0 8px;
}

header #util-bar a:last-child {
    border-right:0;
}

header #util-bar a#login-link,
header #util-bar a#lang-link {
    padding-right:25px;
    background:url(/res/img/header-menu-arrow.png) no-repeat right center;
}

header #util-bar a#lang-link {
    border:0;
}

header .logo-wrap {
    padding-right:40px;
    position:absolute;
    left:0;
    top:50px;
    width:230px;
}

header .logo-wrap img {
    width:100%;
}

header .logo-wrap span {
    width:100%;
    font-size:17px;
    text-align: right;
    display:block;
}

.slogan {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

nav {
    position: relative;
    margin: 0 auto;
    width: 940px;
}

nav ul {
    margin-left:0;
    float:right;
}

nav ul li {
    list-style-type: none;
    display:inline-block;
    margin-left:0;
}

.ie7 nav ul li {
    display:inline;
    zoom:1;
}


nav table {
    width:100%;
    border-collapse: collapse;
}

nav table td {
    text-align: center;
    background:#0089C4;
    border-right:3px solid #FFF;

}


nav a {
    text-align: center;
    border-top: 0;
    color:#fff;
    font-weight: bold;
    text-decoration: none;
    font-size:16px;
    display:block;
    padding:7px 16px;   
}

nav a:hover {
}

nav td:hover {
    background:#CA005D;
}

nav td:hover a {
    color:#fff;
}

.section {
    margin-bottom:20px;
    border-bottom:1px solid #eee;
    padding-bottom:20px;
}

#footer {
    font-size: 90%;
    font-weight:bold;
    color:#CA005D;
    background:#E9E7E5;
    box-shadow: 0px -1px 10px #999;
}

#footer .footer-inner {
    width:960px;
    margin:0 auto;
}

#footer span {
    margin:5px 0;
    display:inline-block;
}

#footer span a {
    margin-left:10px;
}

h1 {
    font-weight:normal;
    margin-bottom:10px;
    color: #002664;
}

#content h1 span {
    font-weight:bold;
    text-transform: capitalize;
}

#content h2 {
    font-size:17px;
    font-weight:bold;
    margin-bottom:20px;
}

span.error,
p.error {
    color:red;
    display:block;
}

input.error {
    border:1px solid red;
}

span.msg {
    padding:10px 20px;
    display:block;
    border:1px solid #eee;
    background:#fff6a8;
    margin:10px 0;
}

span.error {
    padding:10px 20px;
    display:block;
    border:1px solid #ba3242;
    background:#CF5242;
    margin:0;
    color:#fff;
}

.add {
    background:url(../img/add.png) no-repeat right center;
    padding-right:20px;
}


fieldset {
    border:1px solid #0089C4;
    margin-bottom:50px;
    position:relative;
    padding-bottom:0px;
}

fieldset .form-prev,
fieldset .form-next,
fieldset #save_group {
    position:absolute;
    top:5px;
}

fieldset .form-next,
fieldset #save_group {
    right:10px;
}

fieldset .form-prev {
    left:10px;
}

legend {
    font-weight:bold;
    font-size:16px;
    background:#0089C4;
    border:1px solid #0089C4;
    padding:5px 10px;
    color:#fff;
    width:auto;
    line-height: normal;
    margin-bottom:0;
    margin-left:20px;
}

.form-actions {
    margin-bottom:0;
    position: relative;
}

ul.errors {
    padding:20px;
    border:1px solid #ccc;
    display:block;
    margin-bottom:50px;
}

ul.errors li {
    color:red;
    list-style-type:disc;
}

a {
    color:#0089C4;
    text-decoration:none;
}

a:hover {
    color:#CA005D;
    text-decoration:underline;
}

#crumb-links {
    position:absolute;
    right:0;
    top:10px;
}

.steps-bar {
    margin-bottom:20px;
}

.steps-bar a {
    margin-right:10px;
}

.steps-bar a.active {
    font-weight:bold;
}

.login .external-logins div,
.login .login-hh,
.login .login-sid {
    float:left;
    margin-right:50px;
    width:250px;
}

.extra .external-logins div,
.extra .login-hh,
.extra .login-sid,
body.login .extra div a.login-btn {
    width:185px;
}

.login .login-forms {
    padding:20px 0;
}


.login .login-forms div a.login-btn {
    display:block;
    padding:14px 0 5px 0;
    height:30px;
    border-radius:2px;
    text-align:center;
    text-decoration:none;
    width:250px;
    margin:20px auto;
    color:#FFF;
    font-weight:bold;
}

.login .login-forms div a.login-btn:hover {
    -moz-box-shadow: inset 0px 0px 6px #333;
    -webkit-box-shadow: inset 0px 0px 6px #333;
    box-shadow: inset 0px 0px 6px #333;
}

.login .login-forms div span.reset a {
    display:inline;
    padding:5px;
    color:#333;
    box-shadow:none;
    margin:0;
    font-size:85%;
}

.login .login-forms div span.reset a {
    text-decoration: underline;
}

.login .login-forms .login-hh-form {
    display:none;
    padding:0 20px 20px 20px;
}

.login .login-forms .login-hh-form form {
    float:left;
    margin-top:20px;
}

.login .login-forms .msg {
    margin-top:-5px;
}

.login .login-fb a,
.login .login-g a,
.login .login-hh a,
.login .login-sid a {
  color: white;
  padding: 6px;
  float: left;
  margin-right: 6px;
  border-radius: 4px;

}


.login .login-fb a {
    background:#456fa6;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr = '#456fa6', endColorstr = '#33527b');
    -ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr = '#456fa6', endColorstr = '#33527b')";
    background-image: -moz-linear-gradient(top, #456fa6, #33527b);
    background-image: -ms-linear-gradient(top, #456fa6, #33527b);
    background-image: -o-linear-gradient(top, #456fa6, #33527b);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#456fa6), to(#33527b));
    background-image: -webkit-linear-gradient(top, #456fa6, #33527b);
    background-image: linear-gradient(top, #456fa6, #33527b);
}

.login .login-g a {
    background:#e15948;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr = '#e15948', endColorstr = '#bb4a3c');
    -ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr = '#e15948', endColorstr = '#bb4a3c')";
    background-image: -moz-linear-gradient(top, #e15948, #bb4a3c);
    background-image: -ms-linear-gradient(top, #e15948, #bb4a3c);
    background-image: -o-linear-gradient(top, #e15948, #bb4a3c);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#e15948), to(#bb4a3c));
    background-image: -webkit-linear-gradient(top, #e15948, #bb4a3c);
    background-image: linear-gradient(top, #e15948, #bb4a3c);
}

.login .login-hh a {
    background:#888;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr = '#888', endColorstr = '#666');
    -ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr = '#888', endColorstr = '#666')";
    background-image: -moz-linear-gradient(top, #888, #666);
    background-image: -ms-linear-gradient(top, #888, #666);
    background-image: -o-linear-gradient(top, #888, #666);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#888), to(#666));
    background-image: -webkit-linear-gradient(top, #888, #666);
    background-image: linear-gradient(top, #333, #666);
}


.login .login-sid a {
    background:#888;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr = '#888', endColorstr = '#666');
    -ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr = '#888', endColorstr = '#666')";
    background-image: -moz-linear-gradient(top, #888, #666);
    background-image: -ms-linear-gradient(top, #888, #666);
    background-image: -o-linear-gradient(top, #888, #666);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#888), to(#666));
    background-image: -webkit-linear-gradient(top, #888, #666);
    background-image: linear-gradient(top, #333, #666);
}



.register .admin-list input,
.register fieldset.acc_name input {
    display:block;
    padding:3px;
    margin-bottom:10px;
    width:410px;
}

.register fieldset label {
    font-size:18px;
}

.register fieldset p {
    margin-bottom:10px;
}
.register #register-hint {
    margin-left:10px;
    background: url(../img/help.png) no-repeat right center;
    padding-right:25px;
}
.register #register-hint-text {
    display:none;
    font-size:85%;
    margin:10px 0;
}
.register .register-openid-note {
    position:absolute;
    right:20px;
    top:50px;
    width:400px;
    height:50px;
    font-size:12px;
}

.register .acc_name .register-openid-note {
    top:20px;
}




.admin-register .options label {
    margin-right:50px;
}

.admin-register .sid-reg,
.admin-register .hh-reg {
    display:none;
}

.admin-register .hh-reg p {
    margin-bottom:15px;
}

.admin-register .hh-reg .note,
.note {
    font-size:12px;
    display:block;
}

.admin-register .hh-reg input {
    display:block;
    width:300px;
    padding:3px;
    margin:3px 0;
}

.admin-register fieldset.options {
    border:0;
}

.admin-register .register-or {
    margin:20px 0;
    width:100%;
    text-align: center;
    font-weight:bold;
    font-size:18px;
}

.admin-register .hh-reg-box {
    width:36%;
    display:inline-block;
    margin-right:10px;
    height:80px;
}

.admin-register .hh-reg-box-submit {
    width:15%;
    display:inline-block;
    margin-right:10px;
    height:80px;
}

.admin-register .hh-reg-box-submit input {
    width:auto;
    padding:4px 14px;
}

.admin-register .login-hh,
.admin-register .login-sid {
    width:auto;
    margin-right:0;
    float:none;
}

.admin-register .alert-info input {
    margin-left:15px;
}

.admin-register #opt-social,
.admin-register #opt-hh {

}

.dashboard .dashboard-content-top {
    width:600px;
}

.dashboard .accounts-list {
    margin-top:20px;
    margin-left:0;
}

.dashboard .accounts-list li.well {
    padding-bottom:40px;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    outline:0;
}

.dashboard #content h2 {
    margin:20px 0 0 0;
}

.dashboard .account-list-wrap {
    margin-bottom:20px;
}

.dashboard .tab-pane {
    padding:10px 20px;
}

.dashboard #add_group .basic li {
    margin-bottom:5px;
    list-style-type: none;
}

.dashboard .tab-content {
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    margin-bottom:20px;
    background-color:#FFF;
}

.dashboard .nav-tabs a {
    font-weight:bold;
}

#add_contact {
    margin-top:15px;
}

.dashboard #add_group .tags .control-group {
    padding:0 20px;
}

.dashboard #add_group .basic .categories span {
    float:left;
    display:block;
    width:375px;
    margin-bottom:3px;
}

.dashboard #add_group .basic .categories input {
    margin-top:0;
}

.dashboard #add_group #logo_change {
    display:block;
}
.dashboard #add_group .logo-info {
    display:block;
    font-size:12px;
}


.dashboard #add_group .basic textarea {
    width:300px;
    height:200px;
}

.dashboard #add_group .freemore_link_txt {
    width:200px;
    height:30px;
    position:absolute;
    bottom:155px;
    right:250px;
}

.dashboard #tag-box {
    width:200px;
    padding:5px;
    margin:10px 0;
}

.dashboard .tag-form,
.dashboard .tag-hints {
    float:left;
}

.dashboard .tag-form {
    width:510px;
}

.dashboard .tag-hints {
    width:270px;
    margin-left:25px;
    padding-left:10px;
    border-left:1px dotted #ccc;
}

.dashboard .tag-hints-title {
    font-weight:bold;
    font-size:85%;
}

.dashboard #tag-list,
.dashboard #place-list {
    margin-top:10px;
}

.dashboard #tag-list span,
.tag {
    margin:10px 5px 5px 0;
    background:#eee;
    border-radius:5px;
    font-size:12px;
    padding:5px 10px;
    display:inline-block;
    position:relative;
}

.dashboard #tag-list span {
    padding-right:30px;
}

.dashboard #tag-list span .remove-tag {
    right:5px;
    top:4px;
}

.dashboard #place-list,
.dashboard #contact-list {
    margin-top:25px;
}
.dashboard #place-list span,
.dashboard #contact-list span {
    display:inline-block;
    margin-bottom:4px;
    clear:both;
    position:relative;
    padding-right:30px;
}

.dashboard #place-list span.private {
    background:url(/res/img/lock.png) no-repeat left center;
    padding-left:25px;
}

.dashboard #add_tag,
.dashboard #add_place,
.dashboard #add_contact {
    font-size:13px;
}
.dashboard #add_tag {
    margin-left:5px;
}

.dashboard #add_group span.range {
    display: block;
    margin-top:5px;
}

.dashboard #add_group .mandatory-note {
    padding:20px;
    display:block;
    font-size:12px;
}

.mandatory {
    font-weight:bold;
}

.dashboard #add_group span.range input {
    width:25px;
    text-align: center;
}

.dashboard #add_group .locations .msg,
.dashboard #add_group .add-contacts .msg {
    font-size:85%;
}

.dashboard #add_group .locations label.checkbox {
    display:block;
}

.dashboard #add_group .cat-form input {
    width:auto;
}

.dashboard #add_group .cat-form span {
    display:inline-block;
    width:300px;
}

.dashboard #add_group .cat-form label {
    height:80px;
    float:left;
}

.dashboard #add_group .cat-form span label {
    height:auto;
    float:none;
}

.dashboard .groups-list {
    margin-left:0;
}

.dashboard .alert-plain {
    background:transparent;
    color:#333;
    border-color:#ddd;
    position:relative;
    min-height:50px;
}

.dashboard .alert-spacing {
    padding-right:230px;
}

.dashboard .alert-plain .btn {
    position:absolute;
    right:10px;
    top:10px;
}

.dashboard .groups-list li {
    margin:10px 0;
    list-style-type: none;
    height:30px;
    border-bottom:1px solid #ddd;
    padding-bottom:5px;
}

.dashboard .groups-list li .btn {
    float:right;
    margin-left:10px;
}

.group-unclaimed {
    margin:20px 0;
}

.group-unclaimed a {
    margin-top:5px;
}

.group img {
    max-width: none;
}


.right {
    width:200px;
    float:right;
    font-size:90%;
}

.right h3 {
    padding:5px 4px;
    background:#eee;
    font-weight:bold;
    margin-bottom:5px;
}
.right h4 {
    font-weight:bold;
}

.left {
    width:640px;
    float:left;
}


.right .info {
    margin-bottom:20px;
}

.remove-tag {
    background:url(/res/img/delete.png) no-repeat;
    width:15px;
    height:15px;
    display:block;
    position:absolute;
    right:0;
    top:0;
    text-indent:-9999px;
}

#place-list,
#contact-list {
    margin-left:20px;
}

#place-list .remove-tag,
#contact-list .remove-tag {
    top:10px;
    right:4px;
}

.contacts .email,
.contacts .phone {
    display:block;
    margin-top:3px;
    font-size:13px;
    padding-left:20px;
}

.contacts .email {
    background:url(/res/img/email.png) no-repeat left center;
}

.contacts .phone {
    background:url(/res/img/telephone.png) no-repeat left center;
}

.contacts div {
    border-bottom:1px solid #eee;
    margin-bottom:10px;
    padding-bottom:10px;
}

.group-options {
    margin-bottom:30px;
}

.locations .location {
    display:block;
    padding-left: 25px;
    margin:8px 0;
    background:url(/res/img/marker.png) no-repeat left center;
}

.locations .mapdata {
    display:none;
}

#map_canvas {
    height:450px;
    width: 600px;
    margin:10px 0;
    border:1px solid #ccc;
}


#invite-admin-form {
    display:none;
    margin:15px 0;
}

#invite-admin-cancel {
    display:none;
}

#invite-admin-form input {
    padding:3px;
    width:300px;
}

#invite-admin-form .btn {
    font-size:13px;
    width:auto;
    padding:4px 6px;
}

.channels-list {
    margin:0;
}

.channels-list li {
    background:10px;
    padding:10px;
    background:#eee;
    border:1px solid #ccc;
    margin-bottom:15px;
    position:relative;
    min-height:60px;
    list-style-type: none;
}

.channels-list li h3 {
    font-weight:bold;
    margin:0 0 5px 0;
    line-height: normal;
    font-size:16px;
}

.channels-list li .btn {
    position:absolute;
    right:10px;
    top:10px;
}

.channels-list .joined,
.channels-list .joined:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
    background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
    background-color:#89c403;
    cursor:default;
    color:#fff;
    text-shadow:1px 1px 0px #528009;
    border:1px solid #74b807;
}

.channels-list .pending,
.channels-list .pending:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fc8d83), color-stop(1, #e4685d) );
    background:-moz-linear-gradient( center top, #fc8d83 5%, #e4685d 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8d83', endColorstr='#e4685d');
    background-color:#fc8d83;
    cursor:default;
    color:#fff;
    text-shadow:1px 1px 0px #b23e35;
    border:1px solid #d83526;
    -moz-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
    -webkit-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
    box-shadow:inset 0px 1px 0px 0px #f7c5c0;
}

.channels .inner p {
    margin-bottom:20px;
}


#login-reset-wrap {
    display:block;
    padding:20px 20px 0 20px;
}

#login-reset-wrap p {
    margin-bottom:15px;
}

#widget-options label {
    margin-right:10px;
    display:inline;
}

#widget-options h3 {
    font-weight:bold;
    margin-bottom:2px;
    font-size:15px;
}

#widget-options textarea {
    width:98%;
    height:80px;
    font-family:monospace;
    font-size:13px;
    padding:5px;
    margin-bottom:30px;
}
#widget-options input {
    margin-bottom:10px;
}

#widget-preview.small {
    width:300px;
}



.loader {
    background:url(/res/img/loader.gif) no-repeat;
    width:43px;
    height:11px;
    margin:30px auto;
}



/* Map */

#map-wrapper {
    position:relative;
    width:940px;
    height:500px;
    margin-top:20px;
}

#map {
    background:url(/res/img/map.png) no-repeat;
    width:940px;
    height:500px;
    position:absolute;
}

#map-europe {
    background:url(/res/img/map-europe.png) no-repeat;
    width:940px;
    height:500px;
    position:absolute;
}

.marker {
    background:url(/res/img/marker.png) no-repeat;
    width:15px;
    height:20px;
    position:absolute;
}

.home .popover, .home .popover {
    background:#333;
    color:#FFF;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
}

.home .popover h2 {
    font-size:16px;
    text-transform: capitalize;
    line-height: 10px;
}

.home .popover span {
    font-size:12px;
    display:block;
}

.home .popover a {
    font-size: 12px;
    font-weight:bold;
}

.home .popover.top .arrow {
    border-top-color:#333;
}

#eu-toggle {
    background:#333 url(/res/img/icon-zoom.png) no-repeat 5px center;
    padding:3px 5px 3px 25px;
    border-radius: 7px;
    color:#fff;
    font-size:12px;
    font-weight:bold;
    position:absolute;
    left:430px;
    top:170px;
}

#world-toggle {
    background:#333 url(/res/img/icon-zoom-out.png) no-repeat 5px center;
    padding:3px 7px 3px 25px;
    border-radius: 7px;
    color:#fff;
    font-size:12px;
    font-weight:bold;
    position:absolute;
    left:10px;
    top:10px;
}

.home #map-intro p {
    color:#0089C4;
    margin:20px 0;
    padding-right:200px;
    font-size:16px;
    background:url(/res/img/map-arrow.png) no-repeat right bottom;
    padding-right:120px;
    width:530px;
}



#lang-popup {
    display:none;
    position:absolute;
    right:0;
    top:30px;
    background:#0089C4;
    width:240px;
    height:180px;
    border:1px solid #0089C4;
    z-index:1000;
    padding:9px;
}

#lang-popup {
    height:143px;
}

#lang-popup a {
    display:block;
    color:#FFF;
    border:1px solid #fff;
    padding:5px;
    margin-bottom:5px;
    font-weight:bold;
}

#lang-popup a:hover,
#lang-popup a.active {
    color:#0089C4;
    background:#fff;
    text-decoration: none;
}

.latest-updates {
    border-top:2px solid #000;
}

.latest-updates > img {
    margin-top:20px;
    text-align: center;
}


.group-update {
    width:270px;
    height:80px;
    padding:10px 0;
    background:#FFF;
    border-bottom:1px solid #c3c3c3;
    float:left;
    position:relative;
}

.group-update-left {
    float:left;
    border-right:1px solid #0089C4;
    padding-right:5px;
    width:70px;
    height:80px;
    margin-left:5px;
}

.group-update-right {
    padding-left:15px;
    float:left;
    width:185px;
}


.group-update-right h2 {
    line-height: normal;
    font-size:13px;
    font-weight:bold;
    margin-top:0;
}

.group-update-time {
    font-size:16px;
    font-weight:bold;
}

.latest-updates .last {
    margin-right:0;
}

.latest-updates .contact-popup {
    background: url(/res/img/icon-msg.png) no-repeat;
    display:block;
    width:12px;
    height:12px;
    position:absolute;
    left:25px;
    bottom:15px;
}

.latest-updates .contact-popup:hover {
    background: url(/res/img/icon-msg-hover.png) no-repeat;
}

.latest-updates .more-link {
    background: url(/res/img/icon-info.png) no-repeat;
    display:block;
    width:12px;
    height:12px;
    position:absolute;
    left:5px;
    bottom:15px;
}

.latest-updates .more-link:hover {
    background: url(/res/img/icon-info-hover.png) no-repeat;
}

#hh-results {

}

#content-right h3 {
    text-transform: uppercase;
    line-height:normal;
    padding-top:15px;
}

#content-right .group-update {
    padding-left:0;
    padding-right:0;
    width:100%;
    margin-bottom:0;
}

.group-update h4 {
    margin:0;
    font-size:13px;
}

.group-update p {
    font-size:12px;
    margin-bottom:0;
    overflow: hidden
}

.group-update-date {
    font-size:12px;
    color:#666;
}

#content-right .discuss-see-all {
    margin-bottom:10px;
}

#content-right .group-update .more-link {
    left:0;
}

#content-right .group-update .contact-popup {
    left:20px;
}

#contact-popup textarea {
    width:515px;
    height:130px;
}




.group .section {
    border-bottom:1px solid #ccc;
    padding-bottom:20px;
    margin-bottom:20px;
    font-size:13px;
    position: relative;
}

.group .social-links {
    position:absolute;
    top:0;
    right:0;
    height:30px;
    width:300px;
}

.group .group-info-top {
    position:relative;
    min-height: 185px;
}

.group #content .logo-wrap {
    padding-right:180px;
}

.group .group-info-top .group-logo {
    position:absolute;
    width:150px;
    height:150px;
    vertical-align: center;
    right:0;
    text-align: center;
    top:20px;
}

.group #content .section h2 {
    font-size:25px;
    margin-bottom:0;
}

.group #content .section h3 {
    font-size:16px;
    text-transform: uppercase;
}

.group #content .section h4 {
    font-size:14px;
    margin-bottom:2px;
}
 
.group .section .info {
    width:49%;
    display:inline-block;
    vertical-align: top;
}

.group .section .info div {
    margin-bottom:15px;
}

.group .links-bar a {
    margin-right:20px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    padding-left: 20px;
}

.group .links-bar .msg-link {
    background: url(/res/img/icon-msg.png) left center no-repeat;
}

.group .links-bar .web-link {
    background: url(/res/img/icon-web.png) left center no-repeat;
}

.group .links-bar a:hover {
        color:#0089C4;
    text-decoration:none;
}

.group #content-top {
    margin-bottom:20px;
}


.group .locations,
.group .tags {
    border:0;
}

.group .locations {
    margin-bottom:0;
}

.group .tags {
    margin-top:0;
}

.group .locations h3,
.group .tags h3 {
    margin-bottom:10px;
    line-height: normal;
}




.discuss .well {
    position:relative;
}

.discuss .well .postdate {
    color:#666;
    font-size:13px;
}

.discuss .well .btn {
    position:absolute;
    right:20px;
    bottom:20px;
}

.discuss .well p {
    font-size:13px;
}

.discuss textarea {
    width:590px;
    height:230px;
}

.discuss #content .well h2 {
    color:#0089C4;
    margin:0 0 5px 0;
    line-height:normal;
}

.discuss .reply-wrap {
    position:relative;
    width:100%;
}

.discuss .reply-wrap a {
    position:absolute;
    right:0;
    top:5px;
}

#city-alert {
    display:block;
    background-color:#0089C4;
    color:#FFF;
}

#city-alert .popover-title {
    background-color:#0089C4;
    color:#FFF;
    font-weight:bold;
    font-size:16px;
}

#city-alert .arrow {
    border-bottom-color:#0089C4
}

#city-alert .close {
    position: absolute;
    top:0;
    right:5px;
    color:#FFF;
    opacity:1.0;
    filter: alpha(opacity=100);
    text-shadow:1px 1px 0 #666;
}


#banner-dashboard {
    width:319px;
    height:121px;
    background:url(/res/img/banner-1.png) no-repeat;
    position:absolute;
    top:31px;
    right:0;
}

#banner-sidebar {
    width:302px;
    height:112px;
    background:url(/res/img/banner-3.png) no-repeat;
    margin-bottom:20px;
}

#banner-web {
    width:311px;
    height:104px;
    background:url(/res/img/banner-2.png) no-repeat;
    position:absolute;
    top:680px;
    right:10px;
}

#banner-dashboard a,
#banner-sidebar a,
#banner-web a {
    color:#FFF;
    display:block;
    width:260px;
    padding:15px 50px 15px 15px;
    text-shadow:1px 1px 0px #666;
}

#banner-dashboard a {
    width:175px;
}

#banner-web a {
    width:195px;
    padding-top:20px;
}

#banner-sidebar a strong {
    font-size:19px;
}

#banner-dashboard a:hover,
#banner-sidebar a:hover,
#banner-web a:hover {
    text-decoration: none;
}


#hh-widget * {
    margin:0;
    padding:0;
}

#hh-widget {
    font:1em 'Arial', sans-serif;
    color:#333;
    position:relative;
}

#hh-results li {
    list-style-type:none;
    border-top:1px solid #aaa;
    position:relative;
    font-size:13px;
    min-height:150px;
    padding:25px 0 15px 0;
}

#hh-results {
    margin:0;
}

#hh-results li.no-results {
    height:50px;
}

#hh-results li.no-results span {
    font-size:17px;
    padding:10px;
}

#hh-results li span {
    display:block;
}

#hh-results li span.logo {
    position:absolute;
    left:0;
    top:25px;
    width:20px;
    height:20px;
}

#hh-results li span.logo img {
    width:20px;
    height:20px;
}

#hh-results li h3 {
    padding:0;
    margin:0;
    line-height: normal;
}

#hh-results li.hasLogo h3 {
    padding-left:25px;
}

#hh-results li h3 a {
    color:#0089C4;
    text-decoration: none;
}


#hh-results li h3 a:hover {
    text-decoration: underline;
}

#hh-results .extra {
    display:none;
}

#hh-form {
    padding:40px;
    background:#B7B1A9;
    height:80px;
}

#hh-widget .loader {
    background:url(/res/img/loader.gif) no-repeat;
    width:43px;
    height:11px;
    position:absolute;
    top:10px;
    right:10px;
}

#hh-form label {
    color:#fff;
    margin-right:10px;
    font-weight: bold;
    display:none;
}

#hh-results span.location {
    position:absolute;
    right:0px;
    top:0px;
    padding:5px 10px;
    color:#0089C4;
    text-transform: uppercase;
}

#hh-form-row-1,
#hh-form-row-2 {
    float:left;
    width:100%;
}

#hh-form-row-1 {
    margin-bottom:20px;
}

#hh-form-city {
    width:30%;
    float:left;
}

#hh-form-free {
    width:65%;
    margin-left:5%;
    float:left;
}

#hh-form-free input {
    width:97.5%;
    padding:4px 6px;
}

#hh-form-cat,
#hh-filters-age,
#hh-filters-gender {
    float:left;
    width:30%;
}

#hh-form-cat select,
#hh-filters-age select,
#hh-filters-gender select,
#hh-form-city select {
    width:100%;
}

#hh-form-cat,
#hh-filters-age {
    margin-right:5%;
}

#hh-results p.desc {
    float:left;
    margin:10px 300px 10px 0px;
    line-height: 1.3em;
    overflow:hidden;
    width:300px;
}

#hh-results li .inner {
    position:absolute;
    right:20px;
    padding-left:10px;
    min-height:80px;
    width:250px;
    margin:0;
}

#hh-results li span.links-bar {
    position: absolute;
    bottom:10px;
    width:100%;
}

#hh-results li .links-bar a {
    display:block;
    float:left;
    color:#333;
    text-decoration: none;
    font-weight:bold;
    padding-left:20px;
}

#hh-results li .links-bar a:hover {
    text-decoration: underline;
    color:#0089C4;
}

#hh-results li .links-bar .more-link {
    background:url(/res/img/icon-info.png) left center no-repeat;
    margin-right:15px;
}

#hh-results li .links-bar .msg-link {
    background:url(/res/img/icon-msg.png) left center no-repeat;
}

#hh-results li .links-bar .more-link:hover {
    background:url(/res/img/icon-info-hover.png) left center no-repeat;
}

#hh-results li .links-bar .msg-link:hover {
    background:url(/res/img/icon-msg-hover.png) left center no-repeat;
}

#hh-results .hh-title {
    font-weight:bold;
    margin-top:5px;
}

#hh-results h3.hh-title {
    margin-top:0;
    font-size: 18px;
}

#hh-show-extra {
    display:block;
    padding:5px;
    text-align: center;
    background:url(http://localgroups.in/res/img/advanced-search-bg.png) no-repeat bottom center;
    font-size:90%;
    font-weight:bold;
    text-decoration: none;
    height:40px;
}

#hh-pagination {
    position:relative;
}

#hh-pagination span {
    position:absolute;
    left:50%;
    margin-left:-100px;
    width:200px;
    bottom:10px;
    text-align: center;
    color:#0089C4;
}

#hh-pagination a {
    display:inline-block;
    text-decoration: none;
}

#hh-pagination a.active,
#hh-pagination a:hover {
    background:#0089C4;
    color:#fff;
}

#hh-widget .hh-footer {
    font-size:80%;
    width:100%;
    display:block;
    border-bottom: 1px solid #EEE;
    float:left;
    padding:4px 0;
}

#hh-widget .hh-footer img {
    float:right;
}



#hh-widget.small li .inner {
    position:static;
}

#hh-widget-small #hh-form-cat label,
#hh-widget-small #hh-form-city label {
    width:auto;
}

#hh-widget.small #hh-cat {
    width:100%;
}

#hh-widget.small #hh-pagination {
    float:left;
    width:100%;
}

#hh-widget.small #hh-form label {
    width:100%;
}

#hh-widget.small #hh-filters div a {
    margin-bottom:3px;
    margin-top:3px;
    font-size:85%;
}

#hh-widget.small #hh-form-free input {
    width:95%;
}

#hh-widget.small .more-link {
    margin-top:0;
    margin-bottom:0;
}

#hh-widget.small .hh-short-title {
    padding-right:155px;
}



.static #content h2 {
    margin-bottom:0;
}

.wiki textarea {
    width:590px;
    height:500px;
}

.wiki .count {
    font-size:12px;
    color:#666;
}

.wiki #content .well h2 {
    line-height: normal;
    margin:0 0 5px 0;
    padding-bottom:0;
}

.wiki #content .wiki-private h2 {
    background:url(/res/img/lock.png) right center no-repeat;
    padding-right:20px;
}

.wiki .well .postdate {
    font-size:12px;
}

.wiki .wiki-view .postdate {
    font-size:12px;
    margin-right:30px;
    display:inline-block;
}

#content.wiki-view h2 {
    margin:20px 0 5px 0;
    font-size:25px;
}

.wiki .wiki-info {
    margin:15px 0 10px 0;
}

.wiki .wiki-info a.btn {
    float:right;
    margin-left:5px;
}

.wiki .social-links {
    margin-bottom:15px;
    padding-bottom:10px;
    border-bottom:1px solid #ddd;
}

.wiki .tag {
    padding-right:30px;
}

.wiki #content-right a.btn-large {
    width:269px;
    display:block;
    padding-top:10px;
    padding-bottom:10px;
}

.wiki .tag a {
    margin:7px;
}

.wiki table#wiki-history,
.wiki table.diff {
    width:100%;
    table-layout: fixed;
}

.wiki .attachments-list {
    margin-left:0;
}

.wiki .attachments-list li {
    list-style-type: none;
}

.wiki .attachments-list li .attach-show {
    background:url(/res/img/tick-button.png) no-repeat left center;
    padding-left:20px;
}


.wiki .attachments-list li .attach-hidden {
    background:url(/res/img/cross-button.png) no-repeat left center;
    padding-left:20px;
}

.wiki .download-link {
    color:#aaa;
    font-size:12px;
}

.wiki .well-category {
    width:270px;
    font-weight: bold;
    float:left;
}

.wiki .first-item {
    margin-right:25px;
}


body.contact textarea {
    width:500px;
    height:250px;
}

a.author {
    background:url(/res/img/star.png) no-repeat right center;
    padding-right:22px;
}

.diff td {
    padding: 0 0.667em;
    vertical-align: top;
    white-space: pre;
    white-space: pre-wrap;
    font-family: Consolas,'Courier New',Courier,monospace;
    font-size: 0.75em;
    line-height: 1.333;
    width:50%;
}

.diffDeleted span {
border: 1px solid #FFC0C0;
background: #FFE0E0;
}
.diffInserted span {
border: 1px solid #C0FFC0;
background: #E0FFE0;
}

.diff span {
display: block;
min-height: 1.333em;
margin-top: -1px;
padding: 0 3px;
}


/* Admin site */

#lgadmin #page {
    margin-top:80px;
}

#lgadmin #content {
    min-height:auto;
}



#reg-popup {
    background:#fff url(/res/img/reg_popup_bg.jpg) no-repeat center;
    width:476px;
    height:514px;
    padding:10px;
    position:fixed;
    top:50px;
    left:50%;
    margin-left:-267px;
    z-index:100001;
    box-shadow: 0 0 10px #333;
}

#reg-popup .close {
    position:absolute;
    top:10px;
    right:10px;
    width:25px;
    height:25px;
    display:block;
}

#reg-popup .reg-popup-video-btn {
    background:url(/res/img/reg_popup_video_btn.png) no-repeat;
    width:108px;
    height:108px;
    position:absolute;
    right:30px;
    top:40px;
}

#reg-popup h1 {
    width:320px;
    font-weight: bold;
    margin:30px 0 10px 20px;
}

#reg-popup p {
    margin:40px 20px 0 20px;
    font-size:17px;
}

#reg-popup .reg-popup-btn {
    position: absolute;
    bottom: 40px;
    left: 30px;
    color: #CCFF34;
    background: #000;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 17px;
}

#reg-popup-overlay {
    width:100%;
    height:100%;
    background:#000;
    opacity: 0.8;
    position:fixed;
    top:0;
    left:0;
    z-index:100000;
}


span.display-name {
    display:block;
    margin-bottom:5px;
    border-bottom:1px solid #ddd;
    padding-bottom:5px;
}

span.blog-date {
    color:#aaa;
    font-size:90%;
    line-height: normal;
}


.countryhome-top,
.countryhome-feeds {
    float:left;
    width:100%;
}

.countryhome-top {
    margin-bottom:25px;
}

.countryhome-top .pull-left {
   /* background:url(/res/img/info-icon.png) no-repeat left top;
    padding-left:100px;*/
}

.countryhome-feeds .col {
    float:left;
    width:300px;
    margin-right:20px;
}

.countryhome-feeds .col .group-update {
    width:100%;
    padding-left:0;
    padding-right:0;
}

.feed-box {
    border:2px solid #ccc;
    padding:2px;
    height:660px;
}

.discuss-see-all {
    float:right;
    margin:10px 10px 0 0;
}

.countryhome-blog {
    border:2px solid #ccc;
    position: relative;
    margin-top:20px;
    width:99.6%;
    float:left;
    height:280px;
    background-size:200px;
}

.countryhome-blog-heading {
    background:url(/res/img/news-icon.png) no-repeat left top;
    padding-left:100px;
    margin-left:10px;
}

.countryhome-blog-heading h3 {
    text-transform: uppercase;
}

#blog_single {
    margin:20px;
}

.feed-heading {
    height:110px;
    padding-left:100px;
}

.feed-heading h3 {
    margin:0;
    padding-top:10px;
    text-transform: uppercase;
    font-size:19px;
    line-height:normal;
}

.countryhome-feeds .feed-heading h3 {
    padding-top:20px;
}

.discuss-feed .feed-heading {
    background:url(/res/img/discuss-icon.png) no-repeat left center;
}

.wiki-feed .feed-heading {
    background:url(/res/img/wiki-icon.png) no-repeat left center;
}

.twitter-feed .feed-heading {
    background:url(/res/img/receive-icon.png) no-repeat left center;
}

.group-feed .feed-heading {
    background:url(/res/img/group-icon.png) no-repeat left center;
}

.blog-feed .feed-heading {
    background:url(/res/img/news-icon.png) no-repeat left center;
}

.blog-feed #blog_updates .group-update:last-child {
    border-bottom:0;
}


#content-right .feed-box {
    height:auto;
    width:292px;
}
#content-right .discuss-feed {
    height: 720px;
}

.discuss-feed .group-update h4,
.discuss-feed .group-update p,
.discuss-feed .group-update span,
.wiki-feed .group-update h4,
.wiki-feed .group-update p,
.wiki-feed .group-update span,
.blog-feed .group-update h4,
.blog-feed .group-update p,
.blog-feed .group-update span {
    margin-left:5px;
}

.fb_iframe_widget {
    padding-top:0;
    padding-bottom:0;
}


.side-reg-btn {
    display:block;
    font-size:18px;
    padding:10px;
    margin-bottom:20px;
    max-width: 300px;
}

.mailing-list-box {
    width:280px;
}

#content-right .mailing-list-box {
    width:280px;
    margin-top:4px;
    margin-bottom:20px;
}

#content-right .feed-box .mailing-list-box {
    width:272px;
    margin-bottom:4px;
}

#content-right .feed-box {
    margin-bottom:20px;
}

.why-register ul {
    list-style-type: none
}

.why-register ul li {
    background:url(/res/img/check.png) no-repeat left top;
    padding-left:35px;
    margin-bottom:7px;
}

.countryhome-top .pull-left {
    width:480px;
}

.timo-owls {
    position: absolute;
    top: 30px;
    left: 360px;
    width: 330px;
    height: auto;
}

.dashboard-settings-box {
    position:relative;
    padding-right:350px;
}

.dashboard-lower-data > .pull-left,
.dashboard-lower-data > .pull-right {
    width:450px;
}


li.result-wiki,
li.result-discuss {
    line-height:15px;
    margin-bottom:9px;
    list-style-type: none;
    padding-left:25px;
}

li.result-wiki {
    background:url(/res/img/wiki-icon-small.png) no-repeat left top;
}

li.result-discuss {
    background:url(/res/img/discuss-icon-small.png) no-repeat left top;
}

.result-type {
    text-transform: uppercase;
    color:#CCC;
    font-size:11px;
}

/* Site-specific rules */


.site-yhdistystieto-fi header .logo-wrap {
    width:350px;
}

.site-regionalevereine-de header .logo-wrap {
}

/* Yhdistysavain banneri/nappi 2015  */

.y__holder {
    box-sizing: border-box;
    width: 100%;
    clear: both;
}

.countryhome-top .y__banner {
    margin-top: 1rem;
}

.y__banner {
    width: 100%;
    max-width: 300px;
    clear: both;
    margin: 1rem 0 1rem 0;
    box-sizing: border-box;
}

.y__banner > * {
    box-sizing: inherit;
}

.y__banner .image {
    background: url(/res/img/logo-2.png) no-repeat center top;
    background-size: 100%;
    width: 100%;
    height: 60px;
}

.y__banner p { text-align: center; }

.y__banner span a {
    font-family: Arial, sans-serif;
    color: white;
    display: block;
    background: #CA005D;
    border-radius: 3px;    
    max-width: 300px;
    padding: 0.75rem;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s;
    margin-top: 1rem;
    text-decoration: none;
}

.y__banner span a:hover {
    background: #0089C4;
}

.y__banner span a::after {
        content: '\025B8';
        display: block;
        color: white;
        float: right;
        margin-top: -0.1rem;
        font-size: 2rem;
    }

/*.y__banner a span {
    font-size: 0.75rem;
    font-weight: 400;
}*/

#signup iframe {
    width: 800px;
    height: 400px;
    margin: 25px auto;
    padding-left: 70px;
}

.wiki-ads {
    width: 280px;
    float: left;
}

/* Blog */

#blog-single h4 {
  margin: 3px 0;
}
#blog-single .author-photo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  float: left;
	margin-right: 1rem;
}
#blog-single p.blog-summary {
	margin-top: 18px;
}


