body{
    font-family: 'Roboto', sans-serif;
}

h1,h2,h3,h4{
    font-family: 'Roboto Condensed', sans-serif;
}


.navbar-default{
    background: #337ab7;
    margin-bottom: 15px;
}

.navbar-default .navbar-brand{
    color: #fff;
    font-size: 1.7em;
}
.navbar-default .navbar-brand:hover{
    color: #e8e8e8;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ddd;
}

.sidebar{}

.sidebar .box-search, .sidebar .box-country{
    margin: 0 0 15px 0;
}
.sidebar .title{
    background: #337ab7;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 400;
    
    padding: 0 0 0 15px;
    margin: 0;
    height: 44px;
    line-height: 44px;
}

.sidebar .title.first{
    margin: 0;
}

.sidebar .box-search label{
    font-weight: 400;
    font-size: 1.1em;
    color: #6a6a6a;
    width:70px;
}

.sidebar .box-search div.item{
    overflow:hidden;
    margin-top: 3px;
    padding: 5px 0 5px 10px;
    background: #e8e8e8;
}

.sidebar .box-search button{
    margin-top: 3px;
    border-radius: 0;
}
.sidebar .box-country a{
    font-size: 1.1em;
    color: #6a6a6a;
    display: block;
    background: #e8e8e8;
    height: 44px;
    line-height: 44px;
    margin: 3px 0 0 0;
    padding: 0 0 0 10px;
}

.sidebar .box-country a:hover{
    background: #dcdcdc;
}

.sidebar .box-country a span{
    float: right;
    margin: 13px 13px 0 0;
}

.content{
/*    padding-left: 0;*/
}

.content .nav-tabs{
    margin: 0 0 15px -30px;
    padding: 0 0 0 15px;
    border-bottom: 3px solid #337ab7;
}

.content .nav-tabs .glyphicon{
    font-size: 22px;
    top: 5px;
}

.content .nav-tabs .label{
    position: relative;
    top: -2px;
}
    
        

.content .nav-tabs > li:first-child{
    margin-left: 15px;
}


.content .nav-tabs > li {
    margin-bottom: 0
}

.content .nav-tabs > li:first-child a{
    border-left: 3px solid #cacaca; /*added */
}

.content .nav-tabs > li:first-child a:hover{
    border-left: 3px solid #337ab7; /*added */
}

.content .nav-tabs > li > a{
    margin: 0;
    font-size: 1.1em;
    color: #6a6a6a;
    height: 41px;
    line-height: 41px;
    padding: 0 6px;
    border-radius: 0 0 0 0;
    border: 3px solid #cacaca;
    border-left: 0px none; /*added */
    border-bottom: 0px none;
    text-transform: uppercase;
}

.content .nav-tabs > li.active > a, .content .nav-tabs > li.active > a:focus, .content .nav-tabs > li.active > a:hover {
    border: 3px solid #337ab7;
    background: #337ab7;
    border-bottom: 0px none;
    color: #fff;
}

.content .nav-tabs > li > a:hover{
    color: #fff;
    border: 3px solid #337ab7;
    border-left: 0px none; /* added */
    background: #337ab7;
}

.content .highlighted{
    background: #337ab7;
    color: #fff;
    padding: 15px;
    margin-bottom: 15px;
}

.content .highlighted .intro{
/*    border-right: 1px solid #fff;*/
}
    
.content .highlighted h1, .content .highlighted h2{
    font-size: 2em;
    margin-top: 0;
    text-transform: uppercase;
}

.content .highlighted mark{
    color: #fff;
    background: #1a5180;
    padding: 0 5px;
    margin: 0;
}

.content .highlighted .register{}

.content .highlighted .register .help-block{
    color: #fff;
}


.content .filters{
    padding: 0 0 0 10px;
    margin-bottom: 15px;
    background: #e8e8e8;
}

.content .filters form{
    margin: 0;
}

.content .filters .form-group{
    height: 32px;
    line-height: 32px;
    margin: 10px 3px 10px 0;
    padding: 0 6px 0 0;
    border-right: 1px solid #afafaf;
}

.content .filters .form-group.last{
    border-right: 0 none;
    margin-right: 0;
    padding-right: 0;
}

.content .filters .form-group label{
    margin-right: 3px;
}

form .age-divider{
    text-align: center;
}

.content .filters button{
    border-radius: 0;
    margin: 3px 3px 3px 0;
}

.content .profiles .row{
    margin-left: 0;
}


.content .profiles > .row > div{
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 15px;
}
/*
.content .profiles > .row > div:nth-child(4n+0){
    padding-right: 0px;
}
*/

.content .profiles .item{
    cursor: pointer;
    position: relative;
    color: #000;
    padding: 0;
}

.content .profiles .item:hover{
    background: #337ab7;
    color: #fff;
    box-shadow: 0 0 0px 2px #337ab7;
}

.content .profiles .item .overlay{
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 30px;
    line-height: 30px;
}

.content .profiles .item .overlay .glyphicon{
    font-size: 1.8em;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}

.content .profiles .item .overlay .amount{
    float: right;
    margin: 0 0 0 5px;
    font-size: 1.2em;
    font-weight: 700;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
    
}

.content .profiles .item img{
    width: 100%;
}

.content .profiles .item p{
    margin: 5px 0px 5px 5px;
}

.content .profiles .item p strong, .content .profiles .item p span.city{
    display: inline-block;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    width:100%;
}

/* profile page */
.content .profile{}

.content .profile .row{
    margin-top: 20px;
}

.content .profile img{
    cursor: pointer;
}


.content .profile .images-container .row{
    margin-left: 0;
    margin-right: -5px;
    margin-top: 0;
}

.content .profile .images-container .row .image-container{
    margin: 0 0 5px 0;
    padding-left: 0;
    padding-right: 5px;
}

.content .profile .images-container .row .image-container:first-of-type{
    margin-top: 0;
}

.content .profile .information-container{
    padding-left: 0;
}

.content .profile .information-container .panel-primary{
    border-color: #1a5180;
    margin-bottom: 0px;
}
.content .profile .information-container .panel-primary > .panel-heading {
    background-color: #1a5180;
    border-color: #1a5180;
}
.content .profile .information-container .panel-body, .content .profile .information-container table{
    color: #6a6a6a;
}

.title-padded{
    margin: 0 15px 15px 15px;
}

.bg-success, .bg-danger{
    padding: 10px 10px 10px 10px;
    margin: 0 0 15px 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu ul > li > a {
    color: #fff;
}

  .navbar-default .navbar-nav .open .dropdown-menu ul > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu ul > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  
  
  
/* linkexchange */
ul.linkexchange{
	list-style: none;
	margin: 0 0 0;
	padding: 0;
	overflow: hidden;
}

ul.linkexchange li{
	float: left;
	width: 155px;
}

ul.linkexchange li a{
	color: #000;
	font-size: 12px;
	font-family: Arial,Tahoma,Verdana,"Helvetica Neue",Helvetica,sans-serif;
	text-decoration: none;
}

.help-block-button {
    display: block;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 13px;
}

.help-block-button a,
.help-block-button a:hover,
.help-block-button a:focus{
    color: #fff;
}

.pagination > li > a{
    margin-bottom: 4px;
}