/*
 * Globals
 */

 @import url('https://fonts.googleapis.com/css?family=Open+Sans');
 @font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/open-sans-condensed-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'),
       url('/fonts/open-sans-condensed-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/open-sans-condensed-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/open-sans-condensed-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/open-sans-condensed-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/open-sans-condensed-v11-latin-700.svg#OpenSansCondensed') format('svg'); /* Legacy iOS */
}

body {
  font-family: Verdana, Geneva, sans-serif;
  color: #333;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 500;
  color: #333;
}

.btn {
  background: #178b3c;
  color: #fff;
  border-radius: 0px;
}

.row {
  width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}

.table-links:hover {
    text-decoration: none;
    color: #000;
}

.table-links {
  color: #000;
}

.advert-content-img {
  width: 13%;
  padding:0px!important;
  max-width: 160px!important;
  position: relative;
  line-height: initial !important;
  margin: 0px !important; 
  
}

.table-top {
border-top: 3px solid #178b3c;
}

.advert-content-title {
  width: calc(10% - 360px);
  text-align: left;
vertical-align: middle!important;
color: #48545f;
text-transform: uppercase;
font-family: Verdana, Geneva, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 15px;
position: relative;
left:10px;
margin-bottom: 20px;
}

.advert-content-more > a {
    font-weight: 400;
    font-family: Verdana, Geneva, sans-serif;
    text-transform: none;
    color: #333;
}

.advert-content-text > a {
    font-weight: 400;
    font-family: Verdana, Geneva, sans-serif;
    text-transform: none;
    color: #333;
}

.order-type > a {
    font-weight: 400;
    font-family: Verdana, Geneva, sans-serif;
    text-transform: none;
    color: #fff;
}

.order-type > a:hover {
    color: #e2e2e2;
}

.order-type {
  position: absolute;
  bottom: 0px;
  background: #178b3c;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  z-index: 99;
}

.advert-content-text {
  width: 360px;
  text-align: center;
  vertical-align: middle!important;
}

.advert-content-more {
  width: 92px;
  text-align: center;
vertical-align: middle!important;
}

#startpage-rows {
  display: block;
}

.form-contact {
  display: block;
}

#contact-form .col-md-5{
 padding-left: 0;
}

#submitbtn {
  color: #fff;
  background-color: #178b3c;
  border-color: #fff;
  border-radius: 0px;
  padding: 0 30px;
  margin-top: 10px;
  height: 40px;
  text-transform: uppercase;
}

.submitbtn {
  color: #fff;
  background-color: #178b3c;
  border-color: #fff;
  border-radius: 0px;
  padding: 0 30px;
  margin-top: 10px;
  height: 40px;
  text-transform: uppercase;
}

.form-control {
  margin: 10px 0;
}

.first-row-table {
  width: 210px;
  border-right: 1px solid #dcdcdc;
}

.second-row-table {
  width: 320px;
  border-right: 1px solid #dcdcdc;
}

.third-row-table {
  width: 130px;
  border-right: 1px solid #dcdcdc;
  vertical-align: middle;
  text-align: center;
}

.first-row-table-text {
    text-align: left;
    color: #48545f;
    text-transform: uppercase;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    padding-bottom: 10px;
}
.first-row-table-text::after {
position: relative;
content: ' ';
display: block;
top: 5px;
width: 45px;
height: 1px;
bottom: 0;
left: 0;
background: #dcdcdc;
}

.table-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.prof-img {
    width: 100%;
    height: auto;
}

.user {
    width: 185px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
}

.user-rating {
    color: #333;
    font-style: italic;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding-top: 10px;
}
.rate {
    color: #178b3c;
    text-transform: uppercase;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    padding-top: 5px;
}
.prof-img-container {
    width: 135px;
    height: 135px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.user-data {
  width: 100%;
padding: 45px 0 0;
display: inline-block;
vertical-align: top;
word-wrap: break-word;
}
.user-info {
  font-size: 14px;
  margin-bottom: 20px;
}

.user-tag {
    margin: 0 1px 5px;
    padding: 6px 12px;
    vertical-align: middle;
    text-transform: uppercase;
    border: 1px solid #178b3c;
    border-radius: 3px;
    color: #178b3c;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    display: inline;
    line-height: 34px;
}
.user-about {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #333;
}
.user-about-title {
  margin-top: 20px;
color: #48545f;
text-transform: uppercase;
font-family: Verdana, Geneva, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 18px;
margin-bottom: 20px;
}

.user-service {
  text-align: center;
}

.user-advert {
  border-left: 1px solid #dcdcdc;
}

.user-tabs {
    width: 33.33333333%;
    text-align: center;
    border: 1px solid #dcdcdc;
    background: #178b3c;
  }

  .profile-img {
    width: 120px;
    margin-right: 100px;
	float: left;
  }

  .profile-id {
    color: red;
font-weight: bold;
  }
  .profile-edit, .profile-edit > a {
    color: #178b3c;
text-decoration: underline;
font-family: Verdana, Geneva, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 14px;
margin-top: 20px;
  }

  #profile-edit-right {
    width: 100%;
    text-align: right;
  }

  button[disabled], html input[disabled] {
      cursor: default;
      font-family: Verdana, Geneva, sans-serif;
      font-size: 13px;
      font-weight: 600;
      color: #178b3c;
  }

.profile-circle {
  width: 70px;
height: 70px;
padding-top: 18px;
border-radius: 50%;
background: #178b3c;
display: inline-block;
text-align: center;
font-family: Verdana, Geneva, sans-serif;
font-weight: 700;
font-size: 24px;
color: #fff;
}
.profile-circles {
  display: inline-block;
  width: 70px;
  margin: 0px 5px;
}
.profile-rating-stars {
  color: #e2e2e2;
  width: 100px;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
}

.profile-topright-section {
  display: inline-block;
width: 170px;
position: relative;
text-align: center;
}

.profile-circle-text {
  display: inline-block;
  text-align: center;
  position: relative;
  top: 10px;
}
.profile-top-section {
  display: inline-block;
  width: 500px;
}

  .profile-info {
    width: 100%;
    display: inline-block;
  }

	.profile-tabs-content {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	
	.profile-tabs
	{
		border-top: 1px solid #e2e2e2;
	}
	
	.profile-tabs.active
	{
		border-left: 1px solid #e2e2e2;
	}
	
	.profile-tabs.last
	{
		border-bottom: 1px solid #e2e2e2;
	}

  .profile-info-input {
    padding-left: 0px;
    padding-right: 0px;
  }

  #profileicon {
padding-top: 7px;
padding-bottom: 10px;
color: #178b3c;
font-size: 25px;
text-align: center;
  }

  .profile-tabs-active {
    height: 120px;
width: 100px;
display: flex;
vertical-align: middle;
align-items: center;
/* border: 1px solid #e2e2e2; */
  }

.profile-tabs-links {
color: #48545f;
display: inline-block;
}

  .profile-tabs {
    height: 120px;
	width: 100px;
	/* border-bottom: 1px solid #e2e2e2; */
	/* border-right: 1px solid #e2e2e2; */
	display: flex;
	vertical-align: middle;
	align-items: center;
  }

  #profile-tabs-last {
border-bottom: 0px solid #e2e2e2;
border-right: 1px solid #e2e2e2;

  }

  #second-margin {
    padding-left: 15px;
    padding-right: 0px;
  }

  #without-margins {
    margin: 0px;
  }

.nav-tabs {
    border-bottom: 0px solid #ddd;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
     color: #555;
     cursor: default;
     background-color: none;
     border: 0px solid #ddd;
     border-bottom-color: transparent;
}

.nav-tabs>li>a {
    color: #fff;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    margin-right: 0px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 0;
}
.user-tabs-all {
width: 101%;
padding-top: 20px;
padding-bottom: 20px;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: #fff;
    color: #000;
}

.service-text {
    color: #48545f;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 34px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.comment-prof {
  display: inline-block;
position: relative;
top: 30px;
padding-left: 20px;
padding-bottom: 20px;
}
.comment-name {
    color: #48545f;
    text-transform: uppercase;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    margin-bottom: 10px;

}
.comment-date {
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  word-wrap: break-word;
  color: #178b3c;
  padding-left: 10px;
}
.comment {
  padding-bottom: 10px
}

.comment-title {
  border-top: 1px solid #dcdcdc;
    padding-top: 15px;
    color: #48545f;
    text-transform: uppercase;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
}

.must-login {
  margin-top: 20px;
    color: #555;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    margin-bottom: 20px;
}

.btn-log-in {
    color: #fff;
    background-color: #178b3c;
    border-color: none;
    width: 300px;
    border-radius: 0;
    height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Verdana, Geneva, sans-serif;
    padding-top: 8px;
        margin-bottom: 10px;
}

.btn-login {
    color: #fff;
    background-color: #178b3c;
    border-color: none;
    border-radius: 0;
    height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Verdana, Geneva, sans-serif;
    padding-top: 8px;
        margin-bottom: 10px;
}

.login-name {
    margin-bottom: 10px;
}

.form-title {
  margin-top: 20px;
color: #48545f;
text-transform: uppercase;
font-family: Verdana, Geneva, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 16px;
text-align: left;
margin-bottom: 20px;
}

.full-width
{
	width: 100%;
	border: 1px solid #dcdcdc;
    padding: 0 4px;
    margin-bottom: 20px;
}

.full-width-select {
    width: 100%;
    margin: 5px 0;
    border: 1px solid #dcdcdc;
    padding: 3px 10px;
}

.full-width-select::placeholder {
  color: #178b3c;
}

.half-width-select::placeholder {
  color: #178b3c;
}

.class-input {
  color: #23527c;
}

.class-select-input,
.class-select-input option {
  color: #178b3c;
}

.half-width-select {
  width: calc(50% - 4px);
  max-width: 50%;
  display: inline;
  border: 1px solid #dcdcdc;
  padding: 3px 10px;
  margin: 5px 0;
}
.form-space {
  width: 100%;
border: 1px solid #dcdcdc;
padding: 0 4px;
height: 30px;
margin-bottom: 20px;
}

#filter-right > a {
  padding-right: 50px;
  float: right;
font-weight: 400;
font-family: Verdana, Geneva, sans-serif;
text-transform: none;
text-align: right;
color: #333;
}


#login {
  float: right;
display: block;
}

.menu-section-list {
  padding-left: 0px;
}

.login-left {
  margin-left: 50px;
}

.user-others {
  color: #48545f;
text-transform: uppercase;
font-family: Verdana, Geneva, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 24px;
padding-top: 20px;
padding-bottom: 20px;
}

.user-others-info {
  display: inline-block;
padding-right: 50px;
position: relative;
top: 40px;
padding-left: 20px;
}

#comment-icons {
  padding: 5px;
}
#img-row-table {
  width: 110px;
padding: 10px 10px;
}

.table-first-text {
  color: #333;
font-family: Verdana, Geneva, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 13px;
}

#row-title {
    color: #48545f;
    text-transform: uppercase;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    position: relative;
    border-top: 3px solid #178b3c;
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 30px;
    margin-bottom: 20px;
}

#category-filter {
    color: #48545f;
    text-transform: uppercase;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    position: relative;
    border-top: 3px solid #178b3c;
    padding: 10px 30px;
    margin-bottom: 20px;
}

#filter-top {
    /* padding: 0 0px; */
}
#filter-right{
  float: right;
}

.inactive_rating_level {
  opacity: 0.3;
}
.active_rating_level {
  opacity: 1;
}
.comments-row {

}

.category-title {
  padding: 10px 10px 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #178b3c;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    margin-bottom: 10px;
}
.category-title > a {
  color:#178b3c;
}

.category-title > a:hover {
  color:#178b3c;
  text-decoration: none;
}

.input-append .btn.dropdown-toggle {
  float: right;
position: absolute;
top: 0;
right: 0;
height: 26px;
}

.category-content {
  font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.category-content > a {
    color: #333;
    font-size: 16px;
    line-height: 22px;
}

.category-content > a:focus, a:hover {
    text-decoration: none;
    color:#178b3c;
}

.category-subtitle > a {
    color: #000000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #e2e2e2;
padding-bottom: 5px;
}

.category-subtitle {
  padding-bottom: 10px;
  padding-top: 20px;
}
/*
 * Masthead for nav
 */

.blog-masthead {
  background-color: #178b3c;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #fff;
  float: left;
}

.blog-nav-item:first-of-type
{
	padding-left: 0px;
}

.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}

/* Nav links */
.blog-nav2-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #fff;

}
.blog-nav2-item:hover,
.blog-nav2-item:focus {
  color: #fff;
  text-decoration: none;
}

.blog-nav2 {
  float: right;
}

.blog-nav2 #menulanguages .btn {
  font-size: 16px;
}

.dropdown-menu {
  z-index: 99999;
  background-color: #4a5c6f;
  border-radius: 0px;
  border: 0px solid #ccc;
}

.dropdown-menu>li>a {
  color: #fff;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color:#178b3c;
}

#dropdownMenu1 {
  background-color: #178b3c;
  color: #fff;
  border-color: #178b3c;
  padding-right: 0px;
}
  .btn-default:hover {
      color: #333;
      background-color: #e6e6e6;
      border-color: #adadad;
  }

  .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
      background-color: #66a4fe;
  }

.navbar-inverse .navbar-toggle {
    border-color: #66a4fe;
}



.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #66a4fe;
    background-image: none;
    border: 1px solid #66a4fe;
    border-radius: 0px;
}

.breadcrumb {
  padding: 0px 0px;
margin-bottom: 20px;
list-style: none;
background-color: #fff;
border-radius: 0px;
border: 1px solid #dcdcdc;
border-left: 0px;
top: 0px;
position: relative;
width: calc(100% - 58px);
float: right;
}
.breadcrumb-homebutton {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #fff;
  border-radius: 0px;
  border: 1px solid #dcdcdc;
  top: 0px;
  position: relative;
  width: 54px;
  float: left;
  height: 47px;
}
#homeicon {
  padding-left: 5px;
  padding-top: 7px;
  color: #178b3c;
}

.breadcrumb-text {
    color: #48545f;
    /* text-transform: uppercase; */
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    position: relative;
    top: 13px;
}

.breadcrumb-text a:hover {
    color: #23527c;
}

.breadcrumb>li {
  display: inline-block;
height: 45px;
    padding: 0px 20px 0;
    border-left: 1px solid #dcdcdc;
}
#parentpagebreadcrumbs {
  border-left: 0px solid #dcdcdc;
}

.breadcrumb>li+li:before {
    padding: 0 0px;
    color: #ccc;
    content: none;
}

.breadcrumb-top {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.img-aboutus {
  padding: 10px 0px;
  width: 100%;
}

/* Active state gets a caret at the bottom */
.blog-nav2 .active {
  color: #fff;
}

.about-us-text {
  font-style: italic;
  padding-bottom: 10px;
  line-height: 22px;
  font-size: 15px;
}
.center-bold {
  text-align: center;
  font-weight: 700;
  font-family: Verdana, Geneva, sans-serif;
font-size: 13px;
line-height: 22px;
color: #555;
}

.text-terms {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  line-height: 22px;
  color: #555;
}
.main-text-box {
  font-family: Verdana, Geneva, sans-serif;
font-size: 24px;
font-weight: 600;
text-transform: uppercase;
line-height: 28px;
color: #178b3c;
padding-top: 10px;
}

.main-text-boxsml {
  font-family: Verdana, Geneva, sans-serif;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
line-height: 28px;
color: #178b3c;
padding-top: 10px;
}

.main-text-boxbig  {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 65px;
    color: #178b3c;
}

/*
 * Blog name and description
 */

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blog-description {
  font-size: 20px;
  color: #999;
}

.register-label {
  color: #868585;
text-transform: uppercase;
font-family: Verdana, Geneva, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 13px;
}

.register-button {
  display: block;
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
      width: fit-content
}

.register-map {
  border: 0;
position: relative;
margin: 50px auto;
display: block;
width: 80%;
top: 20px;
}

.register-radio {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 13px;
}

.register-map-text {
  padding-right: 15px;
padding-left: 15px;
text-transform: uppercase;
}

#register-row {
  padding-left: 100px;
    padding-right: 200px;
    margin-top: 20px;
}

.register-textarea {
  height: 200px;
}

.mobile-register {
  color: #fff;
  text-align:center;
}

.mobile-menubottom {
  background-color: #48545f;
  padding: 20px;
}

.mobile-menutext {
  color: #333;
  text-transform: uppercase;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size:14px;
  list-style-type: none;
  line-height: 40px;
  text-align: center;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: none;
}

.navbar-fixed-bottom, .navbar-fixed-top {
  position: relative;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #ffffff;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
  }

.navbar_anchor{height:0px; margin:0; padding:0;}

.navbar-inverse {
    background-color: #fff;
    border-color: #ffffff;
    box-shadow: 1px 1px 1px #ded9d9;
}

.navbar-brand {
  float: left;
  margin-left: -10px;
  height: 50px;
  padding: 4px 4px;
  font-size: 18px;
  line-height: 30px;
}

.navbar-brand img.header-logo {
  height: 40px;
}

.mobile-languages {
  display: inline;
padding-right: 42px;
padding-left: 42px;
color: #178b3c;
text-transform: uppercase;
margin-bottom: 0px;
border-left: 1px solid #178b3c;
}

.mobile-lang {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
      background: #fff;
}


.mobile-languages > a {
  position: relative;
  color: #178b3c;
  text-decoration: none;
}

.mobile-languages > a:hover {
  color: #178b3c;
}

.mobile-languages > a.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #ffc000;
  visibility: visible;

}

/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 18px;
  line-height: 1.5;
}

.img-mainblock {
  float: left;
}

.firstpagerow {
  padding-top:15px
}

.mainblocklist {
  margin-left: 10px;
}

.topmenu-social {
  right:20px;
  top:10px;
  position:absolute;
}

form.search input[type=text] {
    padding: 5px;
    font-size: 14px;
    border: 1px solid #178b3c;
    float: left;
    width: 130px;
    left: -130px;
    background: #fff;
    position: absolute;
}

form.search::after {
    content: "";
    clear: both;
    display: table;
}

.search {
  display: none;
}

.search-menu {
  left: 85px;
  top: 10px;
  position: absolute;
}

.socialicons-menu {
  border-radius: 100%;
  border: 1px solid #178b3c;
  color: #178b3c;
  height: 33px;
  width: 33px;
  padding-top: 1px;
  margin-left: 5px;
}
.socialicons-menu:hover, .socialicons-menu:active, .socialicons-menu:focus {
  border-radius: 100%;
  background: #178b3c;
  border: 1px solid #178b3c;
  color: #fff;
  height: 33px;
  width: 33px;
}

#menulanguages {
    position: relative;
    right: 2px;
    bottom: 1px;
    display: inline-block;
}

.filter-text {
  display: none;
}
/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}


/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}


/*
 * Blog posts
 */

 a:hover > .thumbs-up {
   color: #198e17;
 }

 a:focus > .thumbs-up {
   color: #198e17;
 }

 a:hover > .thumbs-down {
   color: #c50000;
 }

 a:focus > .thumbs-down {
   color: #c50000;
 }

.mainpage-blocks {
	padding-left: 5px;
	padding-right: 5px;
	min-height: 180px;
}

.blog-post {
  margin-bottom: 60px;
}
.blog-post-title {
  margin-bottom: 5px;
  font-size: 40px;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}

li.main {
  list-style: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #333;
}

h4.start-titles {
    color: #178b3c;
    padding: 10px 10px 10px 0px;
    margin: 0 0 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 600;
}



.name {
  font-family: Verdana, Geneva, sans-serif;
text-align: center;
font-style: normal;
color: #178b3c;
padding-top: 20px;
font-size: 20px;
}

.comments-about {
  font-style: normal;
  text-align: center;
}

#add-comment {
    text-transform: uppercase;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    margin-left: 0px;
    font-style: normal;
    padding-top: 8px;
    margin-top: 20px;
}

#advert-user {
    width: 100%;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    margin-left: 25px;
}

#advert-user-mob {
    display: none;
}
/*
 * Footer
 */

.blog-footer {
  padding: 40px 0;
  color: #999;
  text-align: center;
  background-color: #fff;

}
.blog-footer p:last-child {
  margin-bottom: 0;
}

.footer-menu {
  padding:15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0;
  border-right: 0;
  margin: auto;
}
ul#bottom-menu li {
    display:inline;
    padding-right: 42px;
    padding-left: 42px;
    color: #48545f;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
    margin-bottom: 0px;
}

.bottom-text {
  padding-top: 15px;
  color: #555;
}

.footer-logo {
    float: left;
    margin-top: 10px;
    padding: 15px 15px;
}

.footer-logo img {
  height: 45px;
}


ol, ul {
    margin-top: 0;
    margin-bottom: 0px;

}

h4.start-titles > a {
    color: #178b3c;
    text-decoration: none;
}

li.main > a {
    color: #333;
}

li.main > a:hover {
    color: #178b3c;
}

.img-count {
  text-align: center;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    max-width: 130px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    font-weight: 600;
}

.advert-author {
  text-align: center;
text-transform: uppercase;
}

.item-about {
  width: 50%;
  display: inline-block;
  font-weight: 300;
  color: #444;
      line-height: 25px;
}
.item-about-text {
  width: 50%;
  display: inline-block;
  font-weight: 700;
font-family: Verdana, Geneva, sans-serif;
font-style: normal;
}

.item-info {
  border: 1px solid #e2e2e2;
  width: 100%;
  margin: 15px 0px;
  padding: 20px;
  font-size: 14px;
  /* Trick for word wrapping into the div */
  -ms-word-break: break-all;
   word-break: break-all;
   word-break: break-word;
   -webkit-hyphens: auto;
   -moz-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

.item-info-mob {
  border: 1px solid #e2e2e2;
  width: 100%;
  margin: 15px 0px;
  padding: 20px;
  font-size: 13px;
  display: none;
}
  .item-info-mob h1{
    font-size:18px;
    font-weight: 700;
  }

.info-checkbox-title {
  padding: 10px 10px 10px 20px;
border-bottom: 1px solid #e2e2e2;
margin-top: 20px;
color: #178b3c;
font-family: Verdana, Geneva, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 18px;
margin-bottom: 20px;
}


fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor:auto;
}

.info-checkbox {
  background: transparent;
}
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
  color: #333;
    width: 100%;
    font-size: 13px;
    font-weight: 300;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 1px solid #e2e2e2;
  background: #fff;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: .1em; left: 2px;
  font-size: 1.3em;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #fff;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #178b3c;
}
[type="checkbox"]:disabled + label {
  color: #333;
  width: 100%;
  font-size: 13px;
  font-weight: 300;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted blue;
}

.item-price {
  height: 60px;
  float: right;
padding: 7px 90px 0 70px;
margin-top: 20px;
    vertical-align: middle;
    background-color: #178b3c;
    color: #fff;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    text-align: center;
    display: inline-block;
}

.item-contact-info {
  display: inline-block;
  margin-top:20px;
}

#item-contact-adress {
  margin-top:10px;
}

.item-contact-info-text {
  display: block;
  float: left;
  font-weight: 300;
  color: #333;
  line-height: 25px;
  width: 50%;
  vertical-align: top;
}

.item-contact-info-text a {
  display: inline-block;
  font-weight: 700;
  color: #178b3c;
  text-decoration: underline;
  line-height: 25px;
  /* width: 50%; */
}

.item-contact-info-text a:hover {
  text-decoration: none;
}

.item-advert-more {
  width: 100%;
  text-align: right;
}

.item-advert-more a {
  color: #178b3c;
}

.item-share {
  position: relative;
  top: 5px;
}

.at-share-btn-elements > a {
  margin-right: 5px;
}

.at-icon-wrapper {
fill: #fff;
border: 0;
width: 25px!important;
height: 25px!important;
overflow: hidden;
}

.item-other {
  color: #178b3c;
font-family: Verdana, Geneva, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 14px;
padding: 5px 0px;
}

#item-other-simbol {
padding-right: 20px;
padding-left: 10px;
padding-top: 5px;
color: #178b3c;
font-size: 16px;
}

#item-other-about {
  text-align: right;
  position: relative;
  top: 50px;
  right: 0;
}

.item-other-more {
  display: inline-block;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  color: #178b3c;
}

.advert-pictures {
  width: 100%;
}

/* Button */

.btn-warning {
    color: #fff;
    background-color: #ffc000;
    border-color: #ffc000;
    border-radius: 0px;
    margin-left: 50px;
    margin-top: 5px;
    height: 40px;
}

#addadvert {
padding-right: 20px;
padding-left: 10px;
padding-top: 5px;
color: #a17c00;
}

#addadvert-text {
  text-transform: uppercase;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

#search-text {
  text-transform: uppercase;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  padding-top: 5px;
  height: 30px;
  width:100%;
  margin-left: 0px;
}

.search-full-width-yellow-button {
  text-transform: uppercase;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  padding-top: 5px;
  height: 30px;
  width:100%;
  margin-left: 0px;
}

.filter-text {
  text-transform: uppercase;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  padding-top: 5px;
  height: 30px;
  width:100%;
  margin-left: 0px;
}

#addadvert-mobile {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 75px;
    height: 75px;
    bottom: 20px;
    right: 20px;
    padding-top: 18px;
z-index: 10;
text-align: center;
border-radius: 100%;
background-color: #ffc000;
}

.addadvert-button {
  color:#fff;
  position:relative;
  bottom:5px;
}

.addadvert-mobiletext {
    color: #fff;
    text-transform: uppercase;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
}


button.accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
}

button.accordion.active, button.accordion:hover {
    background-color: #fff;
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
}

.mobile-menu-tabs {
  display: none;
}

.profile select:disabled 
{
	background: #ebebe4;
	border: 1px solid #dcdcdc;
}

.my-classifieds .btn 
{
	text-transform: uppercase;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.my-classifieds .btn-my-classifieds
{
	width: 200px;
}

.my-classifieds .btn-my-classifieds-inactive
{
	background: #FFFFFF;
}

.my-classifieds .btn-my-classifieds-inactive
{
	color: #178b3c;
}

.my-classifieds .btn-my-classifieds-wrapper
{
	float: initial;
	text-align: center;
}

.advert-content-img img
{
	width: 100%;
}

.my-classifieds .action-buttons span
{
	display: block;
}

.my-classifieds .table
{
	border: 0px;
}

.my-classifieds .table .top td
{
	border: 0px;
	padding-top: 30px;
}

.my-classifieds .table .bottom td
{
	border: 0px;
	padding: 0px;
	padding-top: 5px;
}

.my-classifieds .table .bottom .controls
{
	font-size: 12px;
}

.my-classifieds .table .top .controls-up
{
	font-size: 12px;
}

.my-classifieds .table .ad-bold span,
.my-classifieds .table .ad-bold a
{
	font-weight: bold;
}

.compare-classifieds .compare-item .remove-item
{
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
}

.compare-classifieds .compare-item .description
{
	text-align: left;
	padding-bottom: 15px;
	height: 80px;
}

.compare-classifieds .compare-item .price
{
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #178b3c;
	padding-top: 15px;
	padding-bottom: 15px;
}

.compare-classifieds .compare-item .compare-wrapper
{
	padding: 5px;
	padding-left: 0px;
}

.compare-classifieds .compare-item .compare-attribute
{
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 10px;
}

.compare-classifieds .compare-item .compare-wrapper p
{
	overflow: hidden;
}

.mobile-languages 
{
  display: inline;
padding-right: 42px;
padding-left: 42px;
color: #178b3c;
text-transform: uppercase;
margin-bottom: 0px;
border-left: 1px solid #178b3c;
}

.mobile-lang 
{
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
      background: #fff;
}


.mobile-languages > a 
{
  position: relative;
  color: #178b3c;
  text-decoration: none;
}

.mobile-languages > a:hover 
{
  color: #178b3c;
}

.mobile-languages > a.active:before 
{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #ffc000;
  visibility: visible;
}

.profile-row
{
 margin-top: 20px; 
}

.profile-tabs-links
{
	width: 100%;
}

.profile-tabs,
.profile-tabs-active
{
	width: 100%;
}

.profile-row .left-border
{
	border-left: 1px solid #e2e2e2;
}

#profile-tab-changer
{
	padding-right: 0px;
}

.left-border
{
	min-height: 900px;
}

@media (max-width: 990px) {
	
	.compare-classifieds .compare-item .img img
	{
		max-width: 120px;
	}
	
    #filter {
    display: none;
  }
  .filter-text {
    display: block;
    margin-bottom: 25px;
  }
  
  .hide-ads-mobile
  {
	  display: none;
  }
}

@media (max-width: 767px) {
.header-section__cta--mobile {
    display: block;
}

.second-row-table {
    display: none;
}

.table-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.user-service {
    display: none;
}

.header-section__cta--mobile {
    position: fixed;
    display: none;
    width: 57px;
    height: 57px;
    bottom: 20px;
    right: 20px;
    padding-top: 14px;
    z-index: 10;
    text-align: center;
    border-radius: 100%;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}
#register-row {
  padding-left: 0px;
    padding-right: 0px;
    margin-top: 20px;
}
}

/*
 * Override Bootstrap's default container.
 */

.container{
  padding-left: 0;
  padding-right: 0;
}

 @media (max-width: 990px) {
  .topmenu-social {
      right: 20px;
      top: -35px;
      position: absolute;
  }
 
  .table-top {
     margin-top: 20px;
  }
 
  .advert-content-img img{
    width: 100%
  }
 }

@media (min-width: 1200px) {
  .container {
    width: 1170px;;
  }
}

@media (max-width: 1200px) {
  .profile-top-section {
      display: inline-block;
      width: 200px;
  }
}




@media (max-width: 990px) {
#mainpage-blocks {
  width: 44%;
  float: left;
}
.user {
    width: 185px;
    text-align: center;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#second-margin {
    padding-left: 0px;
    padding-right: 0px;
}

#no-padding-right {
    padding-right: 0px;
}
.login-left {
    margin-left: 0px;
}
.topmenu-social {
    right: 20px;
    top: -35px;
    position: absolute;
}
.item-contact-info-text a {
    width: 100%;
}

ul#bottom-menu li {
    display:block;
    padding-bottom:5px;
}

.item-checkboxes > .col-md-3 {
  width: 49%;
  display: inline-block;
}

#advert-user {
    display: none
}

#advert-user-mob {
    width: 100%;
    margin-left: 0px;
    margin: 50px 0px;
    display: block;
}
#advert-more {
  margin: 20px 0px;
}
}

@media (max-width: 930px) {
  .secondmenu {
    opacity: 0;
    position: absolute;
    display: none;
  }
  .table-top {
    display: none;
  }

 /* [type="checkbox"]:not(:checked) + label {
    display: none;
  }*/
.breadcrumb-top{
    display: none;
  }
 .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
    float: right;
}
.blog-masthead {
  opacity: 0;
    position: absolute;
}
#addadvert {
    padding-right: 10px;
    padding-left: 10px;
    color: #a17c00;
    position: relative;
}
.category-subtitle > a {
    margin-left: 10px;
}

/*#search-text {
    margin-bottom: 50px;
}*/

#filter-right > a {
    padding-right: 10px;
  }
  #bottom-menu {
        padding-left: 0px;
  }

  #category-filter {
    padding: 0px 0px;
  }
  #filter-right {
    float: right;
    padding: 0px;
}

.profile-tabs-active {
  height: 100%;
width: 100%;
display: inline-block;
vertical-align: middle;
align-items: center;
/* border: 1px solid #e2e2e2; */
font-size: 10px;
}

.profile-tabs-links {
  color: #48545f;
  display: inline;
  width: 100%;
  margin: auto;
}

.profile-img {
    margin-top: 50px;
}

.profile-rating-stars {
    color: #e2e2e2;
    width: 100%;
    /* display: inline-block; */
    text-align: center;
    margin-bottom: 10px;
}

.profile-topright-section {
    width: 100%;
    top:0px;
    margin: 30px 0px;
}



.profile-id {
    margin-top: 20px;
}

.profile-tabs {
  height: 100%;
/* border: 1px solid #e2e2e2; */
display: inline-block;
vertical-align: middle;
align-items: center;
width: 100%;
font-size: 10px;
}

#profile-tabs-last {
	/* border-bottom: 1px solid #e2e2e2; */
	/* border-right: 1px solid #e2e2e2; */
}

/*#profile-tab-changer {
	  margin-top: 50px;
	  padding-right: 0px;
	  padding-left: 0px;
}*/



.user-advert {
  display: none;
}
  
  .profile-info.geo-level-1
    {
	  margin-top: 15px;
  }
  
  #advert-more,
  .item-advert-more
    {
	  clear: both;
  }
  
  #googleMapBlock iframe
    {
		width: 100%;
  }

  #mailFormBlock
    {
	margin-bottom: 25px;
  }
}

@media (min-width: 930px) {
  #navbar {
    display: none;
  }
}

@media (max-width: 930px) {
  .menu-section a{
    color: #fff;
  }
  .mobile-menu-tabs {
    display: block;
    margin-top: 20px;
  }
  #startpage-row {
    display: none;
  }
  .firstpagerow {
    display: none;
  }
  .item-price {
      padding: 10px 39px 0 35px;
  }
  h4.start-titles {
      color: #178b3c;
      padding: 12px 10px;
      margin: 0 0 5px;
      border:none;
      overflow: hidden;
      font-family: Verdana, Geneva, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 18px;
      position: relative;
  }
  li.main {
    list-style: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #333;
  }
  
  .ads-section-title
  {
    font-size: 18px;
    font-weight: 700;
    padding: 0 10px;
  }
  
  .advert-content-img {
      display: block;
      width:100%;
      padding: 0;
  }
  
  .advert-content-text {
    width: 30%;
  }
  
  .btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both !important;
  }
  
  .btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table !important;
    content: " " !important;
  }
}
@media (min-width: 767px) {
  #addadvert-mobile {
    display: none;
  }
  .addadvert-mobiletext {
    display: none;
  }
  
  
}
@media (max-width: 500px) {
  .item-checkboxes > .col-md-3 {
    width: 100%;
    display: inline-block;
  }
  .item-info-mob {
    display: block;
  }
  .item-info {
    display: none;
  }

  .user-tabs {
      width: 50%;
    }
  
  #moretab {
    display: none;
  }
  .user-others-info {
      padding-right: 0px;
  }
  .category-content > a {
      color: #1d1d1d;
      font-size: 20px;
      line-height: 40px;
  }
  .category-content {
      border-bottom: 1px solid #efefef;
  }
}


/* GDPR */

#cookie-notice {
    display: block;
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 13px;
    line-height: 20px;
    left: 0;
    text-align: center;
	background: #eee;
    border-bottom: 1px solid #ccc;
}

#cookie-notice .cn-notice-text {
	width: 50%;
	margin: 0 auto;
	text-align: left;
	display: block;
}

#cookie-notice .cn-notice-text ul {
	margin-top: 10px;
}

#cookie-notice .cn-set-cookie
{
	padding: 10px;
	background: #c5c5c5;
	border: 1px solid #ccc;
	color: #000000;
	font-weight: bold;
	margin-bottom: 20px;
	margin-left: 15px;
}

#cookie-notice .buttons
{
	margin-top: 15px;
	margin-bottom: 15px;
}

#cookie-notice .cn-set-cookie:hover,
#cookie-notice .cn-set-cookie:focus
{
	background: #d5d5d5;
	text-decoration: none;
}

.cookie-notice-container {
    padding: 10px;
	text-align: center;
}

.cn-top {
    top: 0;
}

.cn-bottom {
    bottom: 0;
}

#cookie-notice .button {
    margin-left: 10px;
}

#cookie-notice .button.wp-default {
    font-family: sans-serif;
    line-height: 18px;
    padding: 2px 12px;
    background: linear-gradient(to bottom, #FEFEFE, #F4F4F4) repeat scroll 0 0 #F3F3F3;
    border-color: #BBB;
    color: #333;
    text-shadow: 0 1px 0 #FFF;
    -moz-box-sizing: border-box;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
}

#cookie-notice .button.wp-default:hover, #cookie-notice .button.wp-default:focus {
    background: linear-gradient(to bottom, #FFFFFF, #F3F3F3) repeat scroll 0 0 #F3F3F3;
    border-color: #999999;
    color: #222222;
}

#cookie-notice .button.bootstrap {
    font-family: sans-serif;
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-right: 0.3em;
    margin-bottom: 0;
    *margin-left: .3em;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    font-style: normal;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    *background-color: #0044cc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    padding: 2px 10px;
    font-size: 12px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
}

#cookie-notice .button.bootstrap:hover, #cookie-notice .button.bootstrap:focus {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

@media (max-width: 900px){

	#cookie-notice .cn-notice-text {
		width: 100%;
	}

}
