/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

html {

  -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}


body {
	font-family: "proxima-nova" ;
	font-size: 16px;
	color: #595858;
  line-height: 19px;
}


/*---------------------- Headings ----------------------*/


h1, h2, h3 {
	font-weight: normal;
	color: #000;
}


h1 {
	font-size: 47px;
	line-height: 47px;
  font-weight: 300;
	margin-bottom: 16px;
}

h2 {
	font-size: 24px;
	line-height: 26px;
  font-weight: 300;
	margin-bottom: 11px;
}

h3 {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
}


/*---------------------- Paragraphs ----------------------*/


p {
  line-height: 23px;
  font-weight: 300;
	margin-bottom: 9px;
}

p.intro {
	font-size: 21px;
	line-height: 28px;
	font-weight: 300;
	margin-bottom: 20px;
}

p.intro + p.intro {
  margin-top: -10px;
}


/*---------------------- Blockquotes ----------------------*/


blockquote {
	font-family: Georgia;
	color: #000;
	margin-bottom: 8px;
}

p.byline {
	font-family: Georgia;
	color: #666;
	margin-bottom: 12px;
	font-style: italic;
}


/*---------------------- Links ----------------------*/

a {
	color: #0099ff;
	font-weight: normal;
	text-decoration: none;
  white-space: normal;
  text-decoration: underline;
}

a:hover {
	color: #0078cc;
	cursor: pointer!important;
}

/*---------------------- Extras ----------------------*/

.register_row {
  border: 1px solid #ccc;
  border-radius: 3px ;
  padding: 50px;
  box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
  max-width: 760px ;
}

.register_row h1,
.register_row p.intro {
  text-align: center;

}


.list_big_checks p {
  clear:both;
  padding-top:9px;
}

.list_big_checks p img {
  float:left;
  padding-right:7px;
}

.line_grey {
	text-decoration: line-through;
	color: #ccc;
}

.price {
  font-weight: bold;
}

.oldPrice {
  text-decoration: line-through;
}

.red {
	color: #cb190f !important;
}

.hand {
	font-family: "Covered By Your Grace";
}

.mobile {
  display: none;
}

img.framed {
  border: 1px solid #c3c3c3;
  padding: 3px;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.12);
}

.receiptDivider {
  height: 6px;
  background: #fff url(../images/sprite_gfx.png) 0 bottom repeat-x;
  margin: 40px 0;
}

.comments {
  position: relative;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 6px 20px 6px;
  margin: 22px 6px 12px 0;
  background: #0099ff;
  font-weight: bold;
}

.comments::after {
  content: '';
  position: absolute;
  display: block;
  top: 100%;
  left: 16px;
  width: 12px;
  height: 12px;
  background: url(../images/sprite_gfx.png) -40px -50px no-repeat;
}

.comments:hover {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}

.comments.note {
  background: #a7cb23;
}

.comments.note::after {
  background-position: -60px -50px;
}

.comment {
  display: inline-block;
  margin: 22px 0 0 131px;
}

.comments + .comment {
  margin-left: 0;
}
.bottomblock {
  background: #f2f7fa;
  padding:15px 25px 15px 25px ;
}

.widget {
  position: relative;
  background: #f2f7fa;
  border-radius: 2px;
  padding: 20px 25px 20px;
  margin: 0 0 30px;;
}

.widget.login {
  background: #fbfaeb
}

.widget li {
  padding-bottom:6px;
  padding-top:2px;
}

.widget > span {
  display: block;
}

.widget.prolong {
  background: #fbfaeb;
}


.widget.prolong > h2 {
  margin-bottom: 9px;
}

.widget.prolong strong {
  display: block;
  padding-bottom: 10px;
}

.widget.prolong > h3 {
  margin-top: -1px;
}

.widget.quote {
  background: #fbfaeb
}

.widget.quote > div.signature {
  padding:0 20px 20px 0;
  text-align:right;
}

.widget.quote > div.quote {
  font-style:italic;
  padding:0;
}

.pageContent .sixcol blockquote p {
  border-top: 1px solid #CCC;
  font-size: 16px;
  font-weight: normal;
  line-height: 23px;
  padding: 10px 0 0 0;
  width: 100%;
  color:#999;
  font-family: georgia, times;
  margin-bottom: 8px;
}

.pageContent .sixcol cite p {
  margin: 4px;
}

.highlightBox {
  position: relative;
  padding: 19px 20px 18px 20px;
  background: #ffefc8;
  border: 1px solid #c6ad67;
  text-align: center;
  margin: 28px 0 34px 0;
}

.highlightBox::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 1px;
  border-top: 1px solid #fff;
}

.highlightBox .button {
  display: inline-block;
  width: auto;
}

img.listed_profile_photo {
  border: 1px solid #c1e4fc ;
  border-radius: 15px ;
  margin-bottom: 14px ;
}

span.nowrap {
  white-space: nowrap ;
}



/*---------------------- Buttons ----------------------*/


.button {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 40px 11px 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  text-shadow: #fff 0px 1px 0px;
	border-top: 1px solid #f7f7f7;
	border: 1px solid #acacac;
	font-weight: bold;
	font-size: 16px;
	display: block;
	text-align: center;
  color: #4e4e4e;
  background: #e1e1e1; /* Old browsers */
  background: -moz-linear-gradient(top, #e1e1e1 0%, #bdbdbd 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e1e1), color-stop(100%,#bdbdbd)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e1e1e1 0%,#bdbdbd 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e1e1e1 0%,#bdbdbd 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e1e1e1 0%,#bdbdbd 100%); /* IE10+ */
  background: linear-gradient(top, #e1e1e1 0%,#bdbdbd 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#bdbdbd',GradientType=0 ); /* IE6-9 */
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.button.order,
.button.link {
  color: #5f511e;
  border: 1px solid #c5ae5b;
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.75);
  background: #f7dc81; /* Old browsers */
  background: -moz-linear-gradient(top, #f7dc81 0%, #e6ca62 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7dc81), color-stop(100%,#e6ca62)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7dc81 0%,#e6ca62 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7dc81 0%,#e6ca62 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7dc81 0%,#e6ca62 100%); /* IE10+ */
  background: linear-gradient(top, #f7dc81 0%,#e6ca62 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7dc81', endColorstr='#e6ca62',GradientType=0 ); /* IE6-9 */
}

.button > span {
  font-weight: normal;
}

.button:hover,
.select:hover,
input[type="checkbox"]{
  cursor:pointer!important;
}

.fb-confirm {
width: 80%;
float: right ;
}


/*---------------------- Form ----------------------*/

form {
  margin-bottom: 20px;
}

input,
.select,
textarea{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 8px 0 8px;
	color: #595858;
  -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.13);
  background: #fafafa;
	border: 1px solid #ccc;
	font-size: 13px;
	display: block;
	width: 100%;
  height: 35px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'open sans', sans-serif;
}

textarea {
  height: 100px;
  resize: none;
}

.select {
  position: relative;
}

.select select {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 34px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  opacity: 0;
}

.select span {
  position: absolute;
  top: 0;
  left: 1px;
  height: 34px;
  padding: 7px 38px 11px 7px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url(../images/sprite_gfx.png) right -218px no-repeat;
}

label {
  display: block;
  padding-bottom: 7px;
}

label + a {
  position: absolute;
  right: 0;
  top: 0;
}

.field {
  position: relative;
  margin-bottom: 13px;
}

.register_box {
  padding-bottom: 6px;
  margin-bottom: 0px;
}


.float {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing border-box;
  width: 33.33%;
  float: left;
  padding-right: 10px;
}

.float > .select { width: 100%!important ; }

.field.checkbox {
  min-height: 27px;
}

.field.checkbox input[type="checkbox"] {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 2;
}

.field.checkbox:not(#foo) input[type="checkbox"] {
  opacity: 0;
}

.field.checkbox input[type="checkbox"]:focus {
  border: 0;
}

.field.checkbox:not(#foo) input[type="checkbox"] ~ span.checkbox {
  position: absolute;
  width: 26px;
  height: 26px;
  margin-top: 2px;
  color: #595858;
  -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.13);
  background: #fafafa;
  border: 1px solid #ccc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 1;
}

.field.checkbox:not(#foo) input[type="checkbox"]:checked ~ span.checkbox {
  background: #fafafa url(../images/sprite_gfx.png) 4px -83px no-repeat;
}

.field > div.checkbox  {
  position: absolute;
  top: 39px;
  left: 25px;
  width: 42px;
  height: 42px;
}

.field > div.checkbox input[type="checkbox"],
.field > div.checkbox input[type="checkbox"] ~ span.checkbox {
  top: 8px;
  left: 8px;
}

.checkbox > label {
  padding: 0px 0 0 39px;
}

.field.radio input {
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 5px;
}

.field.radio label {
  display: inline;
}



.focus,
input:focus,
textarea:focus{
  width: 99.5%;
  outline: none;
	color: #000;
	border: 1px solid #0099ff;
	-moz-box-shadow: 0px 0px 5px 0px #76c8ff;
	-webkit-box-shadow: 0px 0px 5px 0px #76c8ff;
	box-shadow: 0px 0px 5px 0px #76c8ff;
}

.disable {
	color: #ccc;
}

.error {
	border: 1px solid #ae0e0e;
}

.approved {
	border: 1px solid #a7cb23;
}


.boxed{
  position: relative;
  background: #f2f7fa;
  border-radius: 2px;
  padding: 20px 25px 20px;
  margin: 0 0 14px 0;
}

.val_form input,
.val_form .select,
.val_form textarea,
.val_form .button,
.val_form label,
.boxed input,
.boxed .select,
.boxed textarea,
.boxed .button,
.boxed label{
  width: 50%;
}

.boxed textarea {
  height: 100px;
}

.boxed .selectDate {
  overflow: hidden;
  width: 50%;
}

.boxed .selectDate .select {
  width: 30%;
  float: left;
  margin-right: 5%;
}

.boxed .selectDate .select.last {
  margin-right: 0;
}

span.checkform {
  position: absolute;
  left: 50%;
  bottom: 2px;
  background: url("../images/cancel.png") 0 50% no-repeat;
  margin-top: 2px;
  margin-left: 7px;
  padding: 7px 0 4px 21px;
  height: 21px;
  color: #cb190f;
}
span.checkform_ok {
  background: url("../images/accept.png") 0 50% no-repeat;
  color: #5bc13b;
}

p.info_ok {
  font-weight: 400;
  text-decoration: none;
  line-height: 17px;
  padding: 16px 12px 15px 16px;
  margin: 25px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #0e9100 ;
  background: #e4f1b6 ;
}

p.info_fail {
  font-weight: 400;
  text-decoration: none;
  line-height: 17px;
  padding: 16px 12px 15px 16px;
  margin: 25px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #f94c30;
  background: #f9dbdb;
}

p.info_neutral {
  font-weight: bold;
  text-decoration: none;
  line-height: 17px;
  padding: 7px 12px 7px 12px;
  border: 1px solid #ccc;
  margin: 15px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #7c7700;
  background: #f6f4c0 ;
}

form .button {
  margin-top: 20px;
}

.filter {
  overflow: hidden;
  padding: 18px 0 5px 28px;
  margin: 28px 0 7px;
  background: #fbfaeb;
  border-radius: 2px;
  border: 1px solid #e5dc9f;
}

.filter > h2,
.filter > .field{
  float: left;
  margin-right: 30px;
}

.filter h2 {
  padding-top: 2px;
  color:#4d4d4d;
}

.filter .field > div.checkbox {
  top: -5px;
  left: 0;
  background: #f9f0b4;
}

.filter .field > label {
  height: 25px;
  padding: 7px 0 0 52px;
}

.login input[type="checkbox"],
.login input[type="checkbox"] + label {
  display: inline;
  height: auto;
  width: auto;
}

.login .button {
  margin-top: 14px;
}

.login input[type="checkbox"] + label {
  padding-left: 3px;
}

p.created_discount_box {
  text-decoration: none;
  line-height: 21px;
  padding: 7px 12px 7px 12px;
  border: 1px solid #ccc;
  margin: 15px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #404080;
  background: #ffffd0 ;
}
p.created_discount_box .share_code {
  margin: 10px 0px ;
}

#profile_form .confirmed_profile_photo {
  border: 1px solid #c1e4fc ;
  border-radius: 15px ;
  margin-bottom: 14px ;
}

.profile_photo {
  border: 1px solid #c1e4fc ;
  border-radius: 15px ;
  margin: 5px 0 10px 0 ;
}

.space_below {
  margin-bottom:8px;
}

/*---------------------- Media ----------------------*/

.media {margin:10px;}
.media, .bd {overflow:hidden; _overflow:visible; zoom:1;}
.media .img {float:left; margin-right: 10px; border: none;}
.media.imageRight .img {float:right; margin-right: 10px; border: none;}
.media .img img{display:block; max-width: 100%;}

.media.quote {
  background: #fff0c3;
  border: 1px solid #c5ae5b;
  padding: 6px;
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.75);
  margin: 10px auto 17px;
}

.media.quote > .img {
  width: 50%;
  margin: 0;
}

.media.quote > .bd {
  width: 50%;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  color: #584e30;
  text-shadow: #fff 0px 1px 0px;
  padding: 13px 28px 0 28px;
  box-sizing: box-sizing: border-box; *behavior: url(../scripts/boxsizing.html);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.media.imageRight > .bd {
  padding-left: 20px;
}

.media.quote > .bd > span {
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding-top: 3px;
}

@media handheld, only screen and (max-width: 1140px) {

  .media.quote > .bd {
    font-size: 14px;
    line-height: 20px;
  }
}
@media handheld, only screen and (max-width: 1030px) {

 .media.quote > .bd {
  line-height: 18px;
 }
}
@media handheld, only screen and (max-width: 980px) {

 .media.quote > .bd {
  padding: 10px 14px 0 20px;
 }
}
@media handheld, only screen and (max-width: 890px) {

 .media.quote > .bd {
  padding: 5px 9px 0 15px;
  font-size: 12px;
 }

 .media.quote > .bd > span {
    font-size: 12px;
 }
}


/*---------------------- Layout ----------------------*/

.bigContainer {
  overflow-x:visible;
  overflow-y:visible;
  width:100%;
  height:100%;
}

.mobileHeader {
  display: none;
}

.mobileMenu {
  display: none;
}

.container {
  margin-bottom: 20px;
}

.services {
  background: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

/* offer bar */

.offer {
  padding: 7px 0 7px;
  background: #f2f7fa;
  border-bottom: 1px solid #e6f3fc;
  color: #000;
  margin: 0;
  overflow: hidden;
}

.offer > div.left > p {
    margin: 0 5px 0 0;
    padding-left: 10px;
}

/* logged in bar */

.loggedIn {
  padding: 7px 0 7px;
  background: #f2f7fa;
  border-bottom: 1px solid #e6f3fc;
  color: #000;
  margin: 0;
  overflow: hidden;
}

.loggedIn > div.left {
  float: left;
  width: 80%;
}

.loggedIn > div.left > p {
  margin: 0 5px 0 0;
  padding-left: 10px;
}
.loggedIn > div.right {
  width: 20%;
  float: right;
  text-align: right;
}

.loggedIn > div.right > a {
  padding-right: 10px;
}

/* Top header */

.header {
  position: relative;
  margin: 0;
  padding-bottom: 9px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.17);
  background: #99ba21;

}

.header::before {
  position: absolute;
  content: '';
  top: 54px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 1%, #f1f1f1 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 1%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 1%,#f1f1f1 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 1%,#f1f1f1 100%); /* IE10+ */
  background: linear-gradient(top, #ffffff 1%,#f1f1f1 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-8 */
  z-index: -1;
  border-bottom: 1px solid #fff;
}

.header .logo {
  display: block;
  width: 314px;
  height: 64px;
  border-bottom: none;
  margin: 15px 0 0 0;
}

.header .logo > img {
  max-width: 100%;
  padding-top: 6px
}

.header .menu {
  margin: 24px 0 0 0;
  padding: 0;
}

.header .menu > li {
  float: right;
  list-style: none;
}

.header .menu > li > a{
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
  padding: 0 19px 2px;
  margin: 0 0 0 7px;
  color: #fff;
  text-decoration: none;
}

.header .menu > li.active > a {
  background: #ccc;
  border-radius: 20px;
}

.header .menu > li.menu_item > a:hover {
  background: #a7cb23;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
}

.header .menu > li.start_button > a {
  background: #fff;
  border-radius: 20px;
  color: #a7cb23;
  margin-left: 20px;
}

.header > .row {
  position: relative;
}

.header > .row .offer {
  position: absolute;
  left: 355px;
  top: 24px;
}

.header > .row .fb-like {
  position: absolute;
  left: 325px;
  top: 12px;
  height: 65px;
}

.header > .row .topBlurb {
  position: absolute;
  left: 355px;
  top: 12px;
}

.header > .row .offer > .red {
  font-weight: bold;
}

.header > .row .offer a {
  display: block;
}

#pinned.scrolling-up{
  transition:top .2s ease-in-out;
}

body:has(#pinned.fixed) .bigContainer{
  margin-top:var(--menu-height, 0px);
}

#pinned.default, #pinned_mobile.default {
  width:100% ;
}

#pinned.fixed, #pinned_mobile.fixed {
	position: fixed;
  z-index:2 ;
  width:100% ;
  top: var(--scroll-position, 0px)
}

@media only screen and (min-width: 1136px) and (max-width: 1180px) {

  .header > .row .fb-like {
    position: absolute;
    left: 400px;
    top: 34px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1135px) {

  .header .last {
    width: 100%;
  }
  .header .menu {
    margin: 0;
    position: relative;
    top: -7px;
  }

  .header > .row .offer {
    position: absolute;
    left: auto;
    right: 20px;
    top: 24px;
    text-align: right;
  }
  .header > .row .fb-like {
    position: absolute;
    left: auto;
    right: 20px;
    top: 34px;
    text-align: right;
  }
}
/* submenu */

.submenu {
  position: relative;
  height: 50px;
  padding: 0;
  margin: 0;
  background: #a7cb23;
}

.submenu > li {
  position: relative;
  float: right;
  list-style: none;
  line-height: 50px;
  margin-left: 34px;
}

.submenu > li > a {
  height: 50px;
  color: #fff;
  text-decoration: none;
}

.submenu > li > a:hover {
  text-decoration: underline;
}

.submenu > li.active > a {
  display: block;
  background: url(../images/sprite_gfx.png) center -23px no-repeat;
}

.start {
  padding: 67px 50px 35px 0px;
  background: #a2c328 url(../images/bg_intro.jpg) center top no-repeat;
  background-size: auto 130%;
  text-align: center;
}

.start .row {
  padding-bottom:25px;
}

.start .row h1 {
  font-size: 51px;
  line-height: 53px;
  font-weight: 100;
  color: #fff;
  padding: 0 22px;
  margin-bottom: 28px;
  text-align: left;
}

.start .row p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  padding: 0 22px 10px;
  margin-top: -6px;
  margin-bottom: 31px;
  text-align: left
}

.start .row p.register_link {
}

.start .row a.register_link {
    background: none repeat scroll 0 0 #a7cb23;
    border-radius: 20px;
    color: #fff;
    padding:9px 50px 9px 50px;
    text-decoration: none ;
    font-size: 20px;
    text-align: left ;
}

.start .row a.register_link:hover{
  background: #99ba21 ;
}


/* Main Carousel */

.media.mainCarousel {
  margin: auto;
  max-width:250px;
  align: center;
}

.media.mainCarousel > .img {
  width: 80%;
  margin: auto;
  padding: 0 10% 0 10%;
}

.media.mainCarousel > .img img {
  border-radius: 100%
}


.media.mainCarousel > .bd {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 18px;
  color: #fff ;
  padding: 20px 7px 10px 8px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.media.mainCarousel > .bd > span {
  display: block;
  font-size: 14px;
  font-style: italic;
  padding-top: 3px;
}


@media handheld, only screen and (max-width: 1140px) {

  .start .row .media.mainCarousel .bd {
    font-size: 14px;
    line-height: 20px;
  }
}

@media handheld, only screen and (max-width: 1030px) {

 .start .row .media.mainCarousel .bd {
  line-height: 18px;
 }
}

@media handheld, only screen and (max-width: 980px) {

 .start .row .media.mainCarousel .bd {
  padding: 10px 14px 0 20px;
 }
}

@media handheld, only screen and (max-width: 890px) {

 .start .row .media.mainCarousel .bd {
  padding: 10px 9px 0 15px;
  font-size: 12px;
 }

 .start > .row > .media.mainCarousel > .bd > span {
    font-size: 12px;
 }

 .start > .row > .media.mainCarousel > .bd > .button {
    margin-top: 10px;
  }
}

.columns {
  margin-bottom: 0;
  padding-top: 12px;
}

.columns .fourcol {
  padding-bottom: 40px;
}

.columns .fourcol:first-child{
  padding-bottom: 10px;
}

.services > .row > .illustration {
  margin:  26px auto 40px;
  width: 463px;
  height: 37px;
  background: url(../images/sprite_gfx.png) 0 -160px no-repeat;
  text-indent:-9999px;
}

.services .sixcol {
  padding-bottom: 40px;
}

.services > .columns p > img {
  float: left;
  margin: 5px 20px 20px 0;
}

.quote {
  margin-bottom: 13px;
}

.quote > .row > blockquote {
  font-family: "proxima-nova";
  font-size: 27px;
  line-height: 33px;
  font-weight: 300;
  color: #616161;
  width: 76%;
  margin: 13px auto;
  text-align: center;
}

.quote > .row > .button {
  width: 35%;
  margin: 26px auto 0;
}

.askTheLawyer > .row > .media > .img {
  margin: 0 36px 36px;
}

.askTheLawyer > .row > .media  > .bd > p > span {
  display: block;
  font-size: 10px;
}

.footer {
  background: #99ba21;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 23px;
  margin-bottom: 0;
}

.footer .fourcol {
  padding-bottom: 40px;
}

.footer .fourcol .button {
  margin-top: 20px;
}

.footer h2,
.footer a{
  color: #fff;
}

.footer h3 > a {
  color: #fff;
  border: none;
  text-decoration: underline;
  font-weight: bold;
}

.footer  .contactInformation {
  position: relative;
  color: #6f890f;
  font-zize: 11px;
  padding-top: 25px;
}

.footer  .contactInformation::before {
  position: absolute;
}

.footer  .contactInformation > .fourcol.last {
  text-align: right;
}

.footer .contactInformation a {
  color: #6f890f;
}

.aside > ul {
  list-style-type: none;
  padding: 0;
  margin: 6px 0 30px 0;
  max-width: 350px;
}

.aside > ul > li {
  line-height: 49px;
  border-bottom: 1px solid #dbdbdb;
}

.aside > ul > li.first {
  border-top: 1px solid #dbdbdb;
}

.aside > ul > li > a {
  display: block;
  padding: 0 0 0 8px;
  text-align: left;
  font-size: 16px;
  text-decoration: none;
}

.aside > ul > li > a:hover {
    background: #f8f8f8 ;
}


.aside > ul > li.active a {
  display: block;
  padding: 0 0 0 8px;
  text-align: left;
  background: #f2f7fa ;
}

.aside > ul > li.active a:hover {
  background: #f2f7fa ;
}

.pageContent {
  margin-top: 36px;
}

.pageContent .sixcol h2{
  margin-bottom: 8px;
  padding-top: 7px;
}

.search {
  padding: 7px 0;
  margin: 0;
  list-style: none;
}

.search > li {
  position: relative;
  background: #f2f7fa;
  border: 1px solid #c1e4fc;
  border-radius: 2px;
  padding: 20px 25px 20px;
  margin: 0 0 14px 0;
  overflow:  hidden;
}

.search > li > .top {
  overflow: hidden;
}

.search > li > .top > h2,
.search > li > .top > .dateDetails {
  padding-top: 0;
  text-overflow: ellipsis;
  width: 54%;
  float: left;
  margin-right: 2%;
}

.search > li > .top > h2 {
  margin-bottom: 0;
}

.search > li > .top  a {
  width: 44%;
  float: right;
  font-size: 21px;
  line-height: 27px;
  text-align: right;
}

.search > li > .top .toggleContactForm {
  position: relative;
  top: -27px;
}

.search > li form {
  margin-bottom: 30px;
}

.search > li > ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}

.search > li > ul.details,
.search > li > ul.contact{
  width: 50%;
  float: left;
}
.search > li > ul.contact > h3 {
  margin-top: 10px;
}

.search > li > ul > li {
  line-height: 22px;
}

.search > li > ul > li > strong {
  display: inline-block;
  padding-right: 10px;
  min-width: 120px;
  color: #000;
}

.search > li > ul > li.deleted {
  text-decoration: line-through ;
}

.search > li > ul > li.deleted > strong {
  text-decoration: line-through ;
}

.toggleMap {
  position: relative;
  z-index: 1;
  float: right;
  clear: both;
  margin-bottom: 10px;
  margin-top: -20px;
  text-align: right;
  font-size: 16px;
}

.toggleMapSublet {
  position: relative;
  z-index: 1;
  float: right;
  clear: both;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: right;
  font-size: 16px;
}

.search > li > .map {
  width: 100%;
  height: 374px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  overflow: hidden;
}

.map img {
  max-width: none;
}

.search > li .showMap {
  display: block;
}
.search > li .hideMap {
  display: none;
}

.search > li > .map.folded {
 opacity: 0;
 max-height: 0;
}

.search > li > .map.expanded {
  max-height: 374px;
  opacity: 1;
}

.chooseServices > ul {
  list-style: none;
  padding: 0;
}

.chooseServices > ul > .field {
  padding: 30px 20px 17px 90px;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #e6e6e6;
}

.chooseServices > ul > .field:hover {
  background: #f8f8f8;
  cursor: pointer;
}

.chooseServices > ul > .field.active {
}

.chooseServices > ul > .field.active:hover {
  background: #f8f8f8;
  cursor: pointer;
}

.chooseServices > ul > .field > .checkbox > span {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 11px;
}

.chooseServices > ul > .field > label {
  width: 70%;
  display: block;
  font-size: 25px;
  line-height: 28px;
  font-weight: 400;
  color:   #000;
  float: left;
  padding: 0 0 10px 0;
  height: auto;
}

.chooseServices > ul > .field > p {
  width: 60%;
  float: left;
}

.chooseServices > ul > .field > span {
  width: 30%;
  text-align: right;
  display: block;
  float: right;
  font-size: 37px;
  color: #000;
  margin-top: -5px;
  font-weight: 300;
}

.chooseServices > ul > .field.prolong > label {
  width: 60%;
}

.chooseServices > ul > .field.prolong > span
{
  width: 40%;
  font-size: 21px;
  padding: 0;
}

.chooseServices.add > ul > .field > span {
  padding-top: 0;
}

.chooseServices > ul> .field > span.discountInfo {
  display: block;
  font-family: 'Open Sans' sans-serif;
  font-size: 10px;
  color: #929292;
  text-align: right;
  clear: right ;
  padding-top: 14px;
  line-height: 1.2em;
}


.chooseServices > ul > .field > span > .history {
  display: block;
  color: #595858;
  font-size: 11px;
  line-height: 1.5;
  position: absolute;
  bottom: 15px;
  right: 22px;
  font-family: 'open sans';
}

.chooseServices > .total {
  overflow: hidden;
}

.chooseServices > .total > .totalSum {
  display: block;
  float: right;
  margin: 13px 0 0 10px;
  font-weight: 300;
  font-size: 30px;
  color: #000;
}

.chooseServices > .total > p {
  margin-top: 9px;
}

.chooseServices > .total > .totalSum > span.vatInfo {
  display: block;
  font-family: 'Open Sans' sans-serif;
  font-size: 10px;
  color: #929292;
  text-align: right;
  margin-top: 6px;
}

.chooseServices .discount {
  font-size: 21px;
  font-weight: 300;
}

.chooseServices .discount > .code {
  margin-top:20px;
}

.chooseServices .discount > input {
  width: 50%;
  margin-bottom: 20px;
  font-size: 13px;
}

/* ===================================== */
/* ! Layout for iPad  Portrait version   */
/* ============================= ========*/

@media only screen and (min-width: 768px) and (max-width: 1020px) {

  .start {
    padding: 37px 50px 35px 0px;
  }

  .start .row h1 {
    font-size: 31px;
    line-height: 35px;
    font-weight: 100;
    color: #fff;
    padding: 20px 22px 0px 22px;
    margin-bottom: 28px;
  }

  .start .row p {
    padding: 0 80px 15px 22px;
  }

  .media.mainCarousel,
  .media.quote{
    padding: 10px;
  }

  .media.quote > .img{
    width: 100%;
    float: none;
  }

  .media.mainCarousel > .bd,
  .media.quote > .bd{
    width: 100%;
    padding: 7px 0 0;
    font-size: 16px;
    line-height: 18px;
  }
  .media.mainCarousel > .bd > .button{
    display: none;
  }

  .footer .button {
    font-size: 13px;
  }
}



/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

	body {

	}

  .mobile {
    display: block;
  }

  .nonMobile {
    display: none !important ;
  }

/*------------- Mobile menu -------------------------*/
  body {

    position: relative;
    right: -0%;
    overflow-x: hidden;    
  }

  body.menu {
    overflow: visible;
    right: -82%;
  }

  .header,
  .loggedIn,
  .submenu,
  .aside {
    display: none;
  }
  .mobileHeader {
    display: block;
    position: relative;
    margin-bottom: 0;
    height: 48px;
    line-height: 47px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    background: #99ba21; /* Old browsers */
    border:1px solid black ;
  }

  .mobileHeader .logo {
    display: block;
    width: 100%;
    height: 35px;
    position: absolute;
    top: 6px;

  }
  
  .mobileHeader .logo img {
    width: 180px ;
  }

  .mobileHeader .menu {
    display: block;
    width: 38px;
    height: 29px;
    position: absolute;
    top: 8px;
    left: 10px;
    background: url(../images/sprite_gfx.png) -45px 0;
  }

  .mobileMenu {
    display: none;
    margin-bottom: 0;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 82%;
    background: #99ba21;
  }

  .mobileMenu::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    -webkit-box-shadow: inset -3px 0px 5px 0px rgba(0, 0, 0, 0.10);
    box-shadow: inset -3px 0px 5px 0px rgba(0, 0, 0, 0.10);
    z-index: 1;
  }

  body.menu .mobileMenu {
    display: block;
  }

  .mobileMenu > .row > ul,
  .mobileMenu > .row > ul > li > ul,
  .mobileMenu > .row > ul > li > ul > li > ul{
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobileMenu > .row > a,
  .mobileMenu > .row > ul > li > ul > li > a,
  .mobileMenu > .row > ul > li > ul > li > .parent,
  .mobileMenu > .row > ul > li > ul > li > ul > li > a{
    position: relative;
    display: block;
    line-height: 47px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 300;
    color: #000;
    padding-left: 11px;
    border-bottom: 1px solid #dcdcdc;
    background: #fff;
  }

  .mobileMenu > .row > ul > li {
    
  }

  .mobileMenu > .row > ul > li > span {
    display: block;
    line-height: 30px;
    font-weight: 300;
    font-size: 14px;
    padding-left: 8px;
    color: #fff;
    background-color: #99ba21;
  }

  .mobileMenu > .row > ul > li > ul > li > .parent::after {
    position: absolute;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    right: 10px;
    top: 17px;
    background: url(../images/sprite_gfx.png) -95px -12px;
  }

  .mobileMenu > .row > ul > li > ul > li > .parent.open::after {
    background: url(../images/sprite_gfx.png) -95px 0;
    right: 11px;
    top: 18px;
  }

  .mobileMenu > .row > ul > li > ul > li > .parent + ul {
    display: none;
  }

  .mobileMenu > .row > ul > li > ul > li > .parent.open + ul {
    display: block;
  }

  .mobileMenu > .row > ul > li > ul > li > ul > li > a {
    background: #f2f2f2;
    font-weight: normal;
  }

  .mobileMenu > .row > ul > li > ul > li > ul > li.active > a,
  .mobileMenu > .row > ul > li > ul > li.active > a{
    color: #93b613;
  }
  
  .bigContainer {
    overflow-x:hidden;
    overflow-y:auto;
    width:100%;
    height:767px;
  }


  h1 {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 16px;
  }

  p.intro {
    font-size: 18px;
    line-height: 22px;
  }

  .start {
    padding: 10px 0 10px;
  }

  .start .row h1 {
    font-size: 31px;
    line-height: 35px;
    font-weight: 100;
    color: #fff;
    padding: 20px 22px 0px 22px;
    margin-bottom: 28px;
    text-align: center;
  }
 
  .start .row p.register_link {
    text-align: center;
    padding: 12px 15px 0;
  }

  .start .row p {
    font: 16px/1.4em 300 'Proxima Nova';
    padding: 0 15px 0;
    text-align: center;
  }

  .media.mainCarousel,
  .media.quote{
    padding: 10px;
  }

  .media.quote > .img{
    width: 100%;
    float: none;
  }

  .media.mainCarousel > .bd,
  .media.quote > .bd{
    width: 100%;
    padding: 8px 0 2px;
    font-size: 13px;
    line-height: 15px;
  }

  .media.mainCarousel > .bd > .button{
    display: none;
  }

  .flexslider {
    padding: 0!important;
  }

  .flex-direction-nav a {
    display: none!important;
  }

  h2 {
    font-size: 19px;
    line-height: 18px;
    font-weight: normal;
    font-family: 'Proxima-Nova', sans-serif;
    color: #000;
    padding-bottom: 0;
    padding-top: 5px;
    margin-bottom: 22px;
  }

  .columns {
    margin-bottom: 0;
    padding-top: 0;
  }

  .columns .fourcol {
    padding-bottom: 0;
  }

  .services .sixcol {
    padding-bottom: 20px;
  }

  .services > .row > .illustration {
    display: none;
  }

  .quote {
    margin-bottom: 13px;
  }

  .quote > .row > blockquote {
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 auto;
  }

  .quote > .row > .button {
    width: 35%;
    margin: 15px auto 0;
    width: 261px;
  }

  .askTheLawyer > .row {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .askTheLawyer > .row > .media > .img {
    width: 100%;
    float: none;
    margin: 0 0 10px 0;
  }

  .askTheLawyer > .row > .media  > .bd{
    width: 100%;
    padding: 0;
  }

  .gradientDivider {
    height: 30px;
  }

  .search {
    margin-top: -10px;
  }

  .search > li {
    padding: 20px 20px 15px;
  }

  .search > li > .top > h2 {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 0;
  }

  .search > li > .top a {
    font-size: 14px;
    line-height: 18px;
  }

  .search > li > .top a {
    font-size: 14px;
    line-height: 18px;
  }

  .search > li > .top .toggleContactForm {
    display: block;
    width: 100%;
    clear: both;
    text-align: left;
  }

  .search > li > ul > li > strong {
    min-width: 80px;
  }

  .search > li > ul.landlord > li > strong {
    min-width: 100px;
  }

  .search > li > ul.details,
  .search > li > ul.contact{
    width: 100%;
    float: none;
  }

  .search > li > ul.contact {
    margin-top: 10px;
  }

  .toggleMap,
  .toggleContactForm{
    float: none;
    display: block;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 4px;
    font-size: 14px;
  }

  .toggleContactForm {
    margin-top: 2px;
    margin-bottom: 10px;
    top: 0!important;
  }

  .boxed input,
  .boxed .select,
  .boxed textarea,
  .boxed .button,
  .boxed label,
  .boxed .selectDate{
    width: 100%;
  }

  .boxed .selectDate .select {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .pageContent {
    margin-top: 15px;
  }
  

  @media handheld, only screen and (max-width: 1140px) {
    .pageContent {
        margin-top: 20px;
    }
  }

  .chooseServices > ul> .field > label {
    width: 100%;
    float: none;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 1.25em;
  }
  
  .chooseServices > ul > .field {
    padding: 28px 20px 16px 64px;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #e6e6e6;
  }


  .chooseServices > ul > .field > p {
    width: 100%;
    float: none;
  }

  .chooseServices > ul > .field > span {
    width: 100%;
    float: none;
    text-align: left;
    font-size: 20px;
    padding: 0 0 10px 0;
  }

  .comments {
    display: block;
    margin: 10px 0 15px 0;
    text-align: center;
  }
  .comment {
    display: block;
    margin: 20px 0 0 0;
  }

  .comments + .comment {
    margin: 10px 0 0 0;
  }

  .footer .fourcol:first-child {
    position: relative;
    padding-bottom: 10px;
  }

  .footer .row:first-child .fourcol.last {
    display: none;
  }
  
  .register_row {
    border: 1px solid #ccc ;
    border-radius: 3px;
    padding: 30px;
    box-sixing: border-box;
    -webkit-box-sizing: border-box;
    max-width: 760px;
  }
  
  .field > div.checkbox {
    position: absolute;
    top: 25px;
    left: 10px;
    width:42px;
    height:42px;
  }
    
}

/* ========================================== */
/* !               Facebook                   */
/* ========================================== */


#msg {
	text-align: center;
}

.shareText, .shareHeading, .sharePicture {
	display: none;
}

.uiButtonLarge {

cursor: pointer;
display: inline-block;
font-size: 11px;
font-weight: bold;
line-height: 13px;
padding: 2px 6px;
text-align: center;
text-decoration: none;
vertical-align: top;
white-space: nowrap;

background-image: url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/yk/x/weg572Ro6_J.png);
background-repeat: no-repeat;
background-size: auto;
background-position: -352px -446px;
background-color: #eee;
border: 1px solid #999;
border-bottom-color: #888;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);

background-image: url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/yk/x/weg572Ro6_J.png);
background-repeat: no-repeat;
background-size: auto;
background-position: -352px -495px;
background-color: #5b74a8;
border-color: #29447e #29447e #1a356e;
font-size: 13px;
line-height: 16px;
height: 19px;

position: relative;
}

.uiButtonLarge b {
background: none;
border: 0;
color: #fff;
cursor: pointer;
display: inline-block;
font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
font-size: 11px;
font-weight: bold;
line-height: 13px;
margin: 0;
padding: 1px 0 2px;
padding-left: 15px;
white-space: nowrap;
font-size: 13px;
line-height: 16px;

}

.uiButtonLarge:hover b {
	color: #eee;
}

.uiButtonLarge i {
background-image: url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/yD/x/Q8FTZ0iJJF2.png);
background-repeat: no-repeat;
display: inline-block;
height: 14px;
width: 14px;
background-position: -0px -0px;
left: 3px;
position: absolute;
top: 5px;
vertical-align: middle;


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {

	.illustration {
		background: url(../images/retina/sprite-gfx.png) no-repeat;
		background-size: 463px 280px;
	}
}
