/*
 * Author: Kristoffer Bandong
 * Company : VO2
 * Client : Construct Ltd
 */
/* /////////////////////////////////
	RESET
///////////////////////////////// */
/* reset whitespace */
* {
  margin: 0;
  padding: 0; }

/* standardize HTML5 elements */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

/* Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/* remove sub-pixel anti-aliasing */
body {

  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

/* normalise bold weight */
b, strong {
  font-weight: bold; }

/* remove link focus outline */
a:active, a:hover, a:focus {
  outline: 0; }

/* Prevents `sub` and `sup` affecting `line-height` in all browsers */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3. */
/* 2. Improves image quality when scaled in IE 7. */
img, a img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

/* Remove most spacing between table cells */
table {
	width: 100%;	
	border-collapse: collapse;
	border-spacing: 0; 
  }
table tr:nth-child(odd) {
	background-color: #f2f2f2;
}
table td {
	padding: 6px 15px;
	color: #4f4f4f;
}
/* Remove default fieldset styles */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* Allow only vertical resizing of text areas. */
textarea {
  resize: vertical; }

/* Remove input focus glow */
input:focus, select:focus, textarea:focus {
  outline: 0; }

/* Remove webkit's search field style override */
input[type=search] {
  -webkit-appearance: textfield; }

::-webkit-search-cancel-button {
  display: none; }

/* IE9 gradient fix */
.gradient {
  filter: none; }

/* /////////////////////////////////
	CUSTOM FONTS
///////////////////////////////// */
@font-face {
  font-family: 'Lato Black';
  src: url("../fonts/lato-black-webfont.eot");
  src: url("../fonts/lato-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-black-webfont.woff") format("woff"), url("../fonts/lato-black-webfont.ttf") format("truetype"), url("../fonts/lato-black-webfont.svg#latoblack") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Lato Bold';
  src: url("../fonts/lato-bold-webfont.eot");
  src: url("../fonts/lato-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-bold-webfont.woff") format("woff"), url("../fonts/lato-bold-webfont.ttf") format("truetype"), url("../fonts/lato-bold-webfont.svg#latobold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Lato Light';
  src: url("../fonts/lato-light-webfont.eot");
  src: url("../fonts/lato-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-light-webfont.woff") format("woff"), url("../fonts/lato-light-webfont.ttf") format("truetype"), url("../fonts/lato-light-webfont.svg#latolight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Lato Regular';
  src: url("../fonts/lato-regular-webfont.eot");
  src: url("../fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-regular-webfont.woff") format("woff"), url("../fonts/lato-regular-webfont.ttf") format("truetype"), url("../fonts/lato-regular-webfont.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* /////////////////////////////////
	VARIABLES
///////////////////////////////// */
/* /////////////////////////////////
	PAGE LAYOUT
///////////////////////////////// */
/* classes */
.container {
  width: 1625px;
  margin: 0px auto; }
.container.inner {
  width: 1028px; }

.clear {
  clear: both; }

.hr {
  height: 4px;
  width: 55px;
  background-color: #a6975b; }

.capital {
  text-transform: uppercase; }

/* header section */
header {
  position: relative;
  z-index: 500; }
header .row1 .search .right {
  float: right;
  position: relative;
  top: 20px; }
header .row1 .search img {
  margin-right: 14px;
  position: relative;
  top: 10px; }
header .row1 .search input {
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  border: 0px;
  font-size: 16px;
  font-family: "Lato Regular", sans-serif;
  padding: 13px 22px; }
header .row2 {
  background: #a99d69;
  height: 69px;
  position: relative; }
header .row2 .logo {
  display: inline-block;
  margin-right: 80px; }
header .row2 nav.main {
  display: inline-block; }
header .row2 nav.main ul {
  list-style: none;
  position: absolute;
  top: 28px; }
header .row2 nav.main ul li {
  display: inline-block;
  padding-bottom:25px;
  margin-right: 40px; }
header .row2 nav.main ul li a {
	opacity: 0.8;
	font-family: "Lato Regular", sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	letter-spacing: 2.7px; 
  }
  
header .row2 nav.main ul li a .lower {
	text-transform: lowercase; 
}
header .row2 nav.main ul li a.active {
  color: #cdbe81;
  font-weight: bold; }
header .row2 nav.main ul li a:hover {
	opacity: 1;

}
header .row2 nav.main ul li:last-child {
  margin-right: 0px; }
header .row2 nav.main ul li:hover .sub {
  display: block; }
header .row2 nav.sub {
  display: none; }
header .row2 nav.sub ul {
  font-size: 15px;
  top: 20px; }
header .row2 nav.sub ul .shadow {
  background: rgba(0, 0, 0, 0.9);
  padding: 35px 32px 31px 32px;
 }
header .row2 nav.sub ul {
 	padding-top: 21px;
 }
header .row2 nav.sub ul li {
  display: block;
  margin: 0px 0px 16px 0px;
  padding: 0px; }
header .row2 nav.sub ul li a {
  letter-spacing: 2.7px; }
header .row2 nav.sub ul li a.active {
  color: #a49554; }
header .row2 nav.sub ul li:last-child {
  margin-bottom: 0px; }
header .row3 {
  background: #202329;
  display: none; }
header .row3 .inner {
  position: relative; }
header .row3 .leader {
  position: absolute;
  top: 30px;
  left: 78px;
  text-transform: uppercase;
  color: #ffffff; }
header .row3 .leader .lblack {
  font-size: 20px;
  font-family: "Lato Black", sans-serif;
  letter-spacing: 3px; }
header .row3 .leader .lbold {
  font-size: 10px;
  font-family: "Lato Bold", sans-serif;
  margin-top: 4px;
  letter-spacing: 1.2px; }
header .row3.show {
  display: block; }
header .search {
  height: 85px; }

/* footer section */
footer .banner {
  background-image: url("../images/banner1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 415px; }
footer .contact {
  background-color: #292929;
  height: 718px; }
footer .contact .col {
  width: 514px;
  float: left;
  color: #ffffff;
  font-family: "Lato Regular", sans-serif; }
footer .contact .col.c1 {
  margin-top: 112px; }
footer .contact .col.c1 .padding {
  padding: 0px 70px; }
footer .contact .col.c1 .row2 {
  margin-top: 53px; }
footer .contact .col.c1 .row2 .text {
  text-align: right;
  margin-bottom: 14px;
  font-size: 20px; }
footer .contact .col.c1 .row2 .text .gold {
  color: #a49554;
  font-family: "Lato Bold", sans-serif; }
footer .contact .col.c1 .row2 .social {
  margin-top: 66px;
  text-align: right; }
footer .contact .col.c1 .row2 .social .icon {
  width: 50px;
  height: 50px;
  display: inline-block; }
footer .contact .col.c1 .row2 .social .icon.fb {
  background: url("../images/social_icons.png") 0 0;
  margin-right: 17px; }
footer .contact .col.c1 .row2 .social .icon.email {
  background: url("../images/social_icons.png") -67px 0; }
footer .contact .col.c2 {
  margin-top: 112px; }
footer .contact .col.c2 .modified {
  width: 513px;
  color: #ffffff;
  background-color: #272525;
  border: 1px solid #727170;
  font-size: 20px;
  padding: 14px; }
footer .contact .col.c2 input {
  margin-bottom: 30px; }
footer .contact .col.c2 textarea {
  height: 110px;
  margin-bottom: 25px; }
footer .contact .col.c2 button {
  background: none;
  color: #ffffff;
  font-family: "Lato Bold", sans-serif;
  padding: 11px 33px;
  border: 0px;
  cursor: pointer;
  border: 1px solid #a6975b;
  letter-spacing: 6px;
  font-size: 20px; }
footer .contact .col.c2 button:hover {
  background: #a6975b; }
footer .contact .col.c2 .newsletter {
  margin-bottom: 44px;
  font-size: 14px;
  font-size: "Lato Regular", sans-serif;
  position: relative; }
footer .contact .col.c2 .newsletter input[type="checkbox"] {
  display: none; }
footer .contact .col.c2 .newsletter input[type="checkbox"] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/check_radio_sheet.png") -23px top no-repeat;
  margin: -3px 11px 0 0;
  vertical-align: middle;
  cursor: pointer; }
footer .contact .col.c2 .newsletter input[type="checkbox"]:checked + label span {
  background: url("../images/check_radio_sheet.png") left top no-repeat; }
footer .copy {
  background-color: #000000;
  height: 125px;
  font-family: "Lato Regular", sans-serif;
  font-size: 15px;
  letter-spacing: 1px; }
footer .copy ul {
  list-style: none;
  padding-top: 53px; }
footer .copy ul li {
  display: inline-block;
  color: #84837d;
  text-transform: uppercase;
  border-right: 1px solid #84837d;
  padding: 0px 18px; }
footer .copy ul li a {
  color: #84837d;
  text-decoration: none; }
footer .copy ul li:first-child {
  margin-left: 0px; }
footer .copy ul li:last-child {
  border-right: 0px; }
footer .map {
	background-position: center center;
	background-repeat: no-repeat;
	height: 390px;
	cursor: pointer; 
	width:100%;
	background: url(../images/map.jpg); 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
 }

/* image slider */
.bx-wrapper .bx-viewport {
  border: 0px;
  left: 0px; }
.bx-wrapper .bx-viewport .bxslider img {
  width: 100%; }

.bx-wrapper .bx-viewport .bxslider .caption .title {
  color: #ffffff;
  font-family: "Lato Black", sans-serif;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
  top: 32%;
    	padding: 0;
  
   }
.bx-wrapper .bx-viewport .bxslider .caption .title.right {
  text-align: right; }
.bx-wrapper .bx-viewport .bxslider .caption .text {
  color: #ffffff;
  font-family: "Lato Regular", sans-serif;
  position: relative;
  top: 27%; }
.bx-wrapper .bx-viewport .bxslider .caption .text.right {
  text-align: right; }
.bx-wrapper .bx-controls .bx-pager {
  display: none; }
.bx-wrapper .bx-controls .bx-controls-direction a {
  width: 14px;
  height: 28px;
  z-index: 100; }
.bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  background: url("../images/slider_arrows.png") no-repeat 0px 0px;
  left: 110px; }
.bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  background: url("../images/slider_arrows.png") no-repeat -19px 0px;
  right: 110px; }

/* team section */
.team h2 {
  font-family: "Lato Black", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #221f20; }
.team .hr {
  margin: 0px auto 41px auto; }
.team .person {
  width: 290px;
  height: 460px;
  float: left;
  border: 3px solid #b8b8b7;
  margin-right: 38px;
  text-align: center; }
.team .person.last {
  margin-right: 0px; }
.team .person .padding {
  padding: 42px 30px;
  height: 361px; }
.team .person .space {
  height: 60px;
  margin-bottom: 27px; }
.team .person .row1 .photo {
  height: 120px;
  width: 120px;
  display: block;
  margin: 0px auto 40px auto;
  /*background-image: url('../images/team_pics.jpg');*/ }
.team .person .row1 .photo.p1 {
  background-position: 0px 0px; }
.team .person .row1 .photo.p2 {
  background-position: -120px 0px; }
.team .person .row1 .photo.p3 {
  background-position: -240px 0px; }
.team .person .row1 .photo.p4 {
  background-position: -360px 0px; }
.team .person .row1 .photo.p5 {
  background-position: -480px 0px; }
.team .person .row2 {
	color: #a49554;
	font-family: "Lato Black", sans-serif;
	margin-bottom: 0px;
	text-transform: uppercase;
 }
.team .person .row3 {
  color: #221f20;
  font-family: "Lato Light", sans-serif; }
.team .person .row4 {
  color: #221f20;
  font-family: "Lato Regular", sans-serif;
  margin-bottom: 1px;
  line-height: 22px; }
.team .person a {
  color: #a49554;
  text-transform: uppercase;
  font-family: "Lato Bold", sans-serif;
  text-decoration: none;
  letter-spacing: 2px; }
.team .person:hover {
  border-color: #a6975b; }

.pagenav {
  background-color: #ebecee;
  width: 100%;
  padding-bottom: 39px;
  margin-bottom: 80px; }
.pagenav h1 {
  padding: 134px 0px 23px 0px;
  color: #3c3c3c;
  font-family: "Lato Black", sans-serif;
  text-transform: uppercase;
  text-align: center; }
.pagenav ul {
  list-style: none;
  text-align: center; }
.pagenav ul li {
  display: inline-block;
  border-right: 2px solid #3c3c3c; }
.pagenav ul li a {
  font-family: "Lato Regular", sans-serif;
  text-decoration: none;
  color: #3c3c3c;
  margin: 0 8px; }
.pagenav ul li a:hover {
	font-family: "Lato Black", sans-serif;
	color: #a6975b;
}
.pagenav ul li a.active {
	font-family: "Lato Black", sans-serif;
	color: #9a8d58;
}
.pagenav ul li:last-child {
  border-right: 0px; }

#modal {
  background-color: #a6975b;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 500;
  display: none; }

#team .people .staff .col.c1 img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}

/* /////////////////////////////////
	RESPONSIVE MOBILE
///////////////////////////////// */

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
#team .people .staff .col.c1 img {
width: 100% !important;
padding: 0;

}}

@media (min-width: 320px) and (max-width: 767px) {


  /* header section */
  header {
    height: 40px;
    overflow: hidden; }
  header .row1 {
    display: none; }
  header .row2 {
    height: 100%;
    z-index: 20; }
  header .row2 .logo {
    margin-right: 0px !important; }
  header .row2 .logo img {
    height: 40px; }
  header .row2 nav.main {
    display: none; }
  header .row2 .mobile_menu {
    font-family: "Lato Bold", sans-serif;
    font-size: 10px;
    color: #ffffff;
    padding: 12px 15px 0px 0px; }
  header .row2 .mobile_menu #mobile_button {
    cursor: pointer; }
  header .row2 .mobile_menu img {
    margin-right: 7px;
    position: relative;
    top: 1px; }

  footer {
    margin-top: 0px; }
  footer .banner {
    height: 100px;
    margin-top: 85px;
    background-image: url("../images/banner1_mobile.jpg") !important;
    background-size: cover; }
  footer .contact {
    height: auto !important;
    padding: 0px 0px 26px 0px; }
  footer .contact .col {
    width: 100% !important; }
  footer .contact .col.c2 {
    margin-top: 29px !important; }
  footer .contact .col.c2 .padding {
    padding: 0px 25px; }
  footer .contact .col.c2 .padding textarea {
    height: 78px !important; }
  footer .contact .col.c2 .padding .modified {
    width: 100% !important;
    padding: 10px 12px;
    font-size: 14px !important;
    margin-bottom: 17px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  footer .contact .col.c2 .newsletter {
    font-size: 12px; }
  footer .contact .col.c2 button[type='submit'] {
    font-size: 12px;
    letter-spacing: 2px;
}
  footer .contact .col.c1 {
    margin-top: 55px !important; }
  footer .contact .col.c1 .footer_logo {
    height: 37px;
    width: 100%;
    background-color: #ad9958;
    text-align: center; }
  footer .contact .col.c1 .footer_logo img {
    height: 100%; }
  footer .contact .col.c1 .contact_info {
    text-align: center;
    font-size: 12px;
    line-height: 21px;
    padding-top: 22px; }
  footer .contact .col.c1 .social {
    text-align: center;
    margin-top: 22px; }
  footer .contact .col.c1 .social img {
    width: 28px;
    height: 28px; }
  footer .contact .col.c1 .social img:first-child {
    margin-right: 4px; }
  footer .contact .col.c1 .gold {
    color: #ad9958; }
  footer .copy {
    height: auto !important;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 20px 0px; }
  footer .copy ul {
    padding-top: 0px !important; }
  footer .map {
    height: 200px !important;
    background-position: center 0; }
  /* classes */
  .container {
    width: 100%; }
  .container.inner {
    width: 100%; }

  #modal #close {
    float: right;
    margin-top: 5px; }
  #modal #close #mobile_close {
    font-family: "Lato Bold",sans-serif;
    font-size: 10px;
    color: #fff;
    padding: 8px 15px 0px 0px;
    cursor: pointer; }
  #modal #close #mobile_close img {
    margin-right: 7px;
    position: relative;
    top: 1px; }
  #modal nav.main {
    margin-top: 56px;
    text-align: center; }
  #modal nav.main ul {
    list-style: none; }
  #modal nav.main ul li {
    padding: 4px 0px; }
  #modal nav.main ul li a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Lato Regular", sans-serif;
    letter-spacing: 1px; }
  #modal nav.sub ul li a {
    color: #ffffff;
    text-decoration: none;
    text-transform: lowercase;
    font-family: "Lato Regular", sans-serif; }

  .mobile {
    display: block; }
  .mobile.adam {
    width: 100%; }
  .mobile.inline {
    display: inline-block; }
  .mobile.right {
    float: right; }

  .desktop {
    display: none; }

  .bx-wrapper {
    margin: 0px auto 37px; }
  .bx-wrapper .bx-viewport .bxslider li {
    height: 140px;
    background-size: cover; }
  
  .bx-wrapper .bx-viewport .bxslider .caption .title {
    	padding: 0;
  
    font-size: 16px;
    letter-spacing: 0x;
    font-family: "Lato Bold", sans-serif;
    top:-4px !important; }
 
  .bx-wrapper .bx-viewport .bxslider .caption .title.right {
    text-align: center; }
  .bx-wrapper .bx-viewport .bxslider .caption .text {
    display: none; }

  .pagenav h1 {
    font-size: 22px !important;
    padding: 86px 0px 14px 0px !important;
    letter-spacing: 1px; }
  .pagenav ul li {
    display: block !important;
    border-right: 0px !important;
    margin-bottom: 5px; }
  .pagenav ul li a {
    font-size: 15px !important;
    letter-spacing: 0px !important; }
  .pagenav .hr {
    margin: 25px auto -4px !important; }

  /* home page */
  #home {
    top: 0px; }
  #home .welcome {
    font-size: 14px !important;
    height: auto !important;
    padding-bottom: 42px; }
  #home .welcome .padding {
    padding: 0px 15px;
    line-height: 25px !important; }
  #home .welcome .padding h1 {
    font-size: 22px;
    letter-spacing: 3px !important; }
  #home .welcome .padding .hr {
    display: none; }
  #home .procedures .option {
    width: 100% !important;
    height: 69px !important;
    font-size: 16px !important; }
  #home .procedures .option .normal {
    background-color: #202329; }
  #home .procedures .option .normal .padding {
    line-height: 69px !important;
    letter-spacing: 2px !important; }
  #home .procedures .option .hover {
    height: 69px !important; }
  #home .procedures .option .hover .padding {
    height: 16px !important;
    margin: 5px !important;
    font-size: 16px !important;
    border: 2px solid #b9ae81 !important;
    padding: 16px 0px 20px 0px; }
  #home .procedures .option .hover .padding h2 {
    font-size: 16px !important;
    letter-spacing: 2px !important;
    margin: 0px !important; }
  #home .procedures .option .hover .padding .text {
    display: none; }
  #home .procedures .option .hover.p1 {
    background-image: none !important; }
  #home .procedures .option .hover.p2 {
    background-image: none !important; }
  #home .procedures .option .hover.p3 {
    background-image: none !important; }
  #home .procedures .option .hover.p4 {
    background-image: none !important; }
  #home .procedures .option:nth-child(even) .normal {
    background-color: #150e10; }
  #home .adam .row1 h2 {
    font-size: 24px;
    letter-spacing: 2px;
    margin: 50px 0px 15px 0px; }
  #home .adam .row1 .title {
    margin-bottom: 17px;
  }
  #home .adam .row1 .text {
    font-size: 15px;
    padding: 30px 15px 0px 15px;
    margin-bottom: 60px; }
  #home .adam .row1 .text a {
    display: block;
    margin: 30px 0px 25px 0px; }
  #home .team h2 {
    font-size: 22px; }
  #home .team ul {
    text-align: center;
    margin-top: 34px; }
  #home .team ul li {
    margin: 7px 0px; }
  #home .team ul li a {
    font-weight: bold;
    font-family: "Lato Bold", sans-serif;
    font-size: 15px;
    color: #393939;
    text-transform: uppercase; }
  #home .team ul li a:hover {
    color: #ad9857; }

  #adam {
    top: 0px !important; }
  #adam .topbar {
    display: none; }
  #adam .himself {
    margin-top: 16px !important; }
  #adam .himself .hr {
    margin: 27px auto 29px !important; }
  #adam .himself .about {
    padding: 18px 11px 0px 11px !important; }
  #adam .himself .about p {
    line-height: 23px !important; }
  
  #adam .photo {
    text-align: center;
    height: 194px;
    overflow: hidden; }
  #adam .photo img {
    height: 194px !important;
    float: none !important; }
  #adam .flowers {
    display: none; }
  #adam .team {
    display: none; }

  #faqs .title {
    height: 288px !important; }
  #faqs .title h1 {
    font-size: 20px !important;
    letter-spacing: 2px !important;
    padding-top: 145px !important; }
  #faqs .title.cosmetic {
    background: url("../images/cosmetic_banner.jpg") !important;
    background-size: 150% 288px !important;
    background-position: center; }
  #faqs .content {
    padding: 0px 11px;
    word-wrap: break-word; }
  #faqs .content h2 {
    margin-top: 19px !important;
    font-size: 14px !important;
    line-height: 24px !important;
  }

  #news .blog .c1 {
    display: none !important; }
      #news .blog .padding {
	  	text-align: center;
	  }
  #news .blog .c2 {
    width: 90% !important;
}
  
  #news .blog .c2 .date {
    text-align: center !important;
    font-size: 14px !important;
    font-family: "Lato Black", sans-serif !important;
    margin-bottom: 0px !important; }
  #news .blog .c2 .headline {
    font-size: 22px !important;
    text-align: center !important; }
  #news .blog .c2 .content img {
  	float: left;
  	width: 100% !important;
  	  	padding-bottom: 25px;
  	
  }
  
  #news .media .article {
    width: 100% !important; }
  #news .publications {
    padding: 11px 0px !important; }
  #news .publications .c1 .padding {
    padding-right: 10px !important; }
  #news .publications .c2 .padding {
    padding-left: 10px !important; }

  #procedure .title {
    height: 288px !important; }
  #procedure .title h1 {
    font-size: 20px !important;
    letter-spacing: 2px !important;
    padding-top: 145px !important; }
  #procedure .title.cosmetic {
    background: url("../images/cosmetic_banner.jpg") !important;
    background-size: 150% 288px !important;
    background-position: center; }
  #procedure .content {
    padding: 0px 11px;
    word-wrap: break-word; }
  #procedure .content h2 {
    margin-top: 19px !important;
    font-size: 14px !important;
    line-height: 24px !important;
   }

  

  #team .people .col.c2 {

    width: 50% !important; }
  
  #team .people .col.c2 .name {
    padding-top: 15px !important;
    text-align: center;
    color: #ab964f;
    margin-bottom: 8px !important; }
  #team .people .col.c2 .title {
    text-align: center;
    margin-bottom: 17px !important; }
#team .people .col.c2 .qualifications {
	text-align: center;
	margin-bottom: 24px !important; }

#team .people .col.c1 {
	text-align: center;
}
  #login .content {
    padding: 0px 25px; }
  #login form {
    width: 100%; }
  #login form input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 11px; }

	#search .content {
		padding: 0px 25px; 
	}
     }
/* /////////////////////////////////
	RESPONSIVE TABLET
///////////////////////////////// */
@media (min-width: 768px) and (max-width: 1026px) {
#team .people .staff .col.c1 {
  width: 212px;
	padding-left: 10%;
	padding-right: 5%;
}
  #team .people .staff .col.c2 {
    width: 50% !important;
    border: 4px solid #a6975b; }
  /* header section */
  header {
    height: 40px;
    overflow: hidden; }
  header .row1 {
    display: none; }
  header .row2 {
    height: 100%;
    z-index: 20; }
  header .row2 .logo {
    margin-right: 0px !important; }
  header .row2 .logo img {
    height: 40px; }
  header .row2 nav.main {
    display: none; }
  header .row2 .mobile_menu {
    font-family: "Lato Bold", sans-serif;
    font-size: 10px;
    color: #ffffff;
    padding: 12px 15px 0px 0px; }
  header .row2 .mobile_menu #mobile_button {
    cursor: pointer; }
  header .row2 .mobile_menu img {
    margin-right: 7px;
    position: relative;
    top: 1px; }

  footer {
    margin-top: 0px; }
  footer .banner {
    height: 100px;
    margin-top: 85px;
    background-image: url("../images/banner1_mobile.jpg");
    background-size: cover; }
  footer .contact {
    height: auto !important;
    padding: 0px 0px 26px 0px; }
  footer .contact .col {
    width: 100% !important; }
  footer .contact .col.c2 {
    margin-top: 29px !important; }
  footer .contact .col.c2 .padding {
    padding: 0px 25px; }
  footer .contact .col.c2 .padding textarea {
    height: 78px !important; }
  footer .contact .col.c2 .padding .modified {
    width: 100% !important;
    padding: 8px 11px;
    font-size: 14px !important;
    margin-bottom: 17px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  footer .contact .col.c2 .newsletter {
    font-size: 12px; }
  footer .contact .col.c2 button[type='submit'] {
    font-size: 12px;
    letter-spacing: 2px;
}
  footer .contact .col.c1 {
    margin-top: 55px !important; }
  footer .contact .col.c1 .footer_logo {
    height: 37px;
    width: 100%;
    background-color: #ad9958;
    text-align: center; }
  footer .contact .col.c1 .footer_logo img {
    height: 100%; }
  footer .contact .col.c1 .contact_info {
    text-align: center;
    font-size: 12px;
    line-height: 21px;
    padding-top: 22px; }
  footer .contact .col.c1 .social {
    text-align: center;
    margin-top: 22px; }
  footer .contact .col.c1 .social img {
    width: 28px;
    height: 28px; }
  footer .contact .col.c1 .social img:first-child {
    margin-right: 4px; }
  footer .contact .col.c1 .gold {
    color: #ad9958; }
  footer .copy {
    height: auto !important;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 20px 0px; }
  footer .copy ul {
    padding-top: 0px !important; }
  

  /* classes */
  .container {
    width: 100%; }
  .container.inner {
    width: 100%; }

  #modal #close {
    float: right;
    margin-top: 5px; }
  #modal #close #mobile_close {
    font-family: "Lato Bold",sans-serif;
    font-size: 10px;
    color: #fff;
    padding: 8px 15px 0px 0px;
    cursor: pointer; }
  #modal #close #mobile_close img {
    margin-right: 7px;
    position: relative;
    top: 1px; }
  #modal nav.main {
    margin-top: 56px;
    text-align: center; }
  #modal nav.main ul {
    list-style: none; }
  #modal nav.main ul li {
    padding: 4px 0px; }
  #modal nav.main ul li a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Lato Regular", sans-serif;
    letter-spacing: 1px; }
  #modal nav.sub ul li a {
    color: #ffffff;
    text-decoration: none;
    text-transform: lowercase;
    font-family: "Lato Regular", sans-serif; }

  .mobile {
    display: block; }
  .mobile.adam {
    width: 100%; }
  .mobile.inline {
    display: inline-block; }
  .mobile.right {
    float: right; }

  .desktop {
    display: none; }

  .bx-wrapper {
    margin: 0px auto 37px; }
  .bx-wrapper .bx-viewport .bxslider li {
    height: 280px;
    background-size: cover; }
  
  .bx-wrapper .bx-viewport .bxslider .caption .title {
    	padding: 0 !important;
  
    font-size: 19px;
    letter-spacing: 2px;
    font-family: "Lato Bold", sans-serif;
    top: 44px !important;
  }
  .bx-wrapper .bx-viewport .bxslider .caption .title.right {
    text-align: center; }
  .bx-wrapper .bx-viewport .bxslider .caption .text {
    display: none; }
  .bx-wrapper .bx-controls .bx-prev {
    left: 20px !important; }
  .bx-wrapper .bx-controls .bx-next {
    right: 20px !important; }

  .pagenav h1 {
    font-size: 22px !important;
    padding: 86px 0px 14px 0px !important;
    letter-spacing: 1px; }
  .pagenav ul li {
    display: block !important;
    border-right: 0px !important;
    margin-bottom: 5px; }
  .pagenav ul li a {
    font-size: 15px !important;
    letter-spacing: 0px !important; }
  .pagenav .hr {
    margin: 25px auto -4px !important; }

  /* home page */
  #home {
    top: 0px; }
  #home .welcome {
    font-size: 14px !important;
    height: auto !important;
    padding-bottom: 42px; }
  #home .welcome .padding {
    padding: 0px 15px;
    line-height: 25px !important; }
  #home .welcome .padding h1 {
    font-size: 22px;
    letter-spacing: 3px !important; }
  #home .welcome .padding .hr {
    display: none; }
  #home .procedures .option {
    width: 100% !important;
    height: 69px !important;
    font-size: 16px !important; }
  #home .procedures .option .normal {
    background-color: #202329; }
  #home .procedures .option .normal .padding {
    line-height: 69px !important;
    letter-spacing: 2px !important; }
  #home .procedures .option .hover {
    height: 69px !important; }
  #home .procedures .option .hover .padding {
    height: 16px !important;
    margin: 5px !important;
    font-size: 16px !important;
    border: 2px solid #b9ae81 !important;
    padding: 16px 0px 20px 0px; }
  #home .procedures .option .hover .padding h2 {
    font-size: 16px !important;
    letter-spacing: 2px !important;
    margin: 0px !important; }
  #home .procedures .option .hover .padding .text {
    display: none; }
  #home .procedures .option .hover.p1 {
    background-image: none !important; }
  #home .procedures .option .hover.p2 {
    background-image: none !important; }
  #home .procedures .option .hover.p3 {
    background-image: none !important; }
  #home .procedures .option .hover.p4 {
    background-image: none !important; }
  #home .procedures .option:nth-child(even) .normal {
    background-color: #150e10; }
  #home .adam .row1 h2 {
    font-size: 22px;
    letter-spacing: 2px;
    margin: 50px 0px 15px 0px; }
  #home .adam .row1 .title {
    margin-bottom: 17px;
 }
  #home .adam .row1 .text {
    font-size: 15px;
    padding: 30px 15px 0px 15px;
    margin-bottom: 60px; }
  #home .adam .row1 .text a {
    display: block;
    margin: 30px 0px 25px 0px; }
  #home .team h2 {
    font-size: 22px; }
  #home .team ul {
    text-align: center;
    margin-top: 34px; }
  #home .team ul li {
    margin: 7px 0px; }
  #home .team ul li a {
    font-weight: bold;
    font-family: "Lato Bold", sans-serif;
    font-size: 15px;
    color: #393939;
    text-transform: uppercase; }
  #home .team ul li a:hover {
    color: #ad9857; }

  #adam {
    top: 0px !important; }
  #adam .topbar {
    display: none; }
  #adam .himself {
    margin-top: 16px !important; }
  #adam .himself .hr {
    margin: 27px auto 29px !important; }
  #adam .himself .about {
    padding: 18px 11px 0px 11px !important; }
  #adam .himself .about p {
    line-height: 23px !important; }
  
  #adam .photo {
    text-align: center;
    height: 194px;
    overflow: hidden; }
  #adam .photo img {
    height: 194px !important;
    float: none !important; }
  #adam .flowers {
    display: none; }
  #adam .team {
    display: none; }

  #faqs .title {
    height: 288px !important; }
  #faqs .title h1 {
    font-size: 20px !important;
    letter-spacing: 2px !important;
    padding-top: 145px !important; }
  #faqs .title.cosmetic {
    background: url("../images/cosmetic_banner.jpg") !important;
    background-size: 150% 288px !important;
    background-position: center; }
  #faqs .content {
    padding: 0px 11px;
    word-wrap: break-word; }
  #faqs .content h2 {
    margin-top: 19px !important;
    font-size: 14px !important;
    line-height: 24px !important;
   }

  #news .blog .c1 {
    display: none !important; }
    #news .blog .padding {
		text-align: center;
	}
  #news .blog .c2 {
  	float: none;
  	margin-right: auto;
  	margin-left: auto;
  }
  
  #news .blog .c2 .date {
    text-align: center !important;
    font-size: 14px !important;
    font-family: "Lato Black", sans-serif !important;
    margin-bottom: 0px !important; }
  #news .blog .c2 .headline {
    font-size: 22px !important;
    text-align: center !important; }
  #news .blog .c2 .content img {
  	float: left;
  	width: 50%;
  	padding-right: 15px;
  	padding-bottom: 15px;
  }
  #news .blog .padding p {
  	text-align: left;
  }
  #news .media .article {
    width: 100% !important; }
  #news .publications {
    padding: 11px 0px !important; }
  #news .publications .c1 .padding {
    padding-right: 10px !important; }
  #news .publications .c2 .padding {
    padding-left: 10px !important; }

  #procedure .title {
    height: 288px !important; }
  #procedure .title h1 {
 
    font-size: 20px !important;
    
    letter-spacing: 2px !important;
    padding-top: 145px !important; }
  #procedure .title.cosmetic {
    background: url("../images/cosmetic_banner.jpg") !important;
    background-size: 150% 288px !important;
    background-position: center; }
  #procedure .content {
    padding: 0px 11px;
    word-wrap: break-word; }
  #procedure .content h2 {
    margin-top: 19px !important;
    font-size: 18px !important;
    line-height: 24px !important;
    
   }
  #login .content {
    padding: 0px 25px; }
  #login form {
    width: 100%; }
  #login form input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 11px; 
 }

  #search .content {
    padding: 0px 25px; } 
    
    
    }
/* /////////////////////////////////
	RESPONSIVE DESKTOP
///////////////////////////////// */
@media (min-width: 1026px) and (max-width: 1632px) {
  /* elements */
	#team .people .staff .col.c1 {
		width: 212px;
		margin: 0px 39px 0px 160px;
	}
	header .row1 {
		display: block; 
	}

	footer {
	    margin-top: -70px; 
	}
	footer .contact .col.c2 .modified {
		width: 483px; 
	}
	
	/* font sizes */
	.fsize1 {
		font-size: 34px; 
	}
	

	.fsize2 {
		font-size: 20px; 
	}
	.fsize3 {
		font-size: 18px; 
	}
	
	.fsize4 {
		font-size: 20px; 
	}
	.fsize5 {
		font-size: 15px; 
	}
	.fsize6 {
		font-size: 16px; 
	}
	.fsize7 {
		font-size: 15px; 
	}
	.fsize8 {
		font-size: 12px; 
	}
	.fsize9 {
		font-size: 14px; 
	}

  /* classes */
  .container {
    width: 1028px; }
  .container.inner {
    width: 1028px; }

  .mobile {
    display: none; }

  .desktop {
    display: block; }

  .team h2 {
    margin: 95px 0px 30px 0px;
    letter-spacing: 10px; }
  .team .hr {
    margin: 0px auto 64px auto; }
  .team .person {
    margin-bottom: 38px;
    width: 311px; }
  .team .person:nth-child(3n) {
    margin-right: 0px; }

  /* home page */
  #home {
    top: -154px; }
  #home .sliders {
    height: auto; }
  #home .bx-wrapper {
    height: auto;
    max-height: 1060px; }
  #home .bx-wrapper .bx-viewport {
    height: auto;
    max-height: 1060px; }
  #home .bx-wrapper .bx-viewport .bxslider {
    height: 100%; }
  #home .bx-wrapper .bx-viewport .bxslider li {
    height: 100%;
    background-size: cover;
    background-position: center;
    height: auto; }
  #home .bx-wrapper .bx-viewport .bxslider img {
    height: 100% !important;
    width: 100% !important; }
  
  #home .bx-wrapper .bx-viewport .bxslider .caption .title {
    padding-top: 0px !important; }
  #home .bx-wrapper .bx-controls-direction a {
    margin-top: 75px; }
  #home .bx-wrapper .bx-controls .bx-prev {
    margin-top: 0;
    left: 50px; }
  #home .bx-wrapper .bx-controls .bx-next {
    margin-top: 0;
    right: 50px; }
  #home .welcome .container .padding {
    padding: 0px 97px; }
  #home .welcome .container .padding h1 {
    padding: 95px 0px 42px 0px; }
  #home .procedures .option .normal .padding {
    padding: 0px 50px;
    letter-spacing: 2px !important;
    line-height: 34px; }
  #home .procedures .option .normal.grey {
    background-color: #202329 !important; }
  #home .procedures .option .normal.maroon {
    background-color: #150e10 !important; }
  #home .procedures .option .hover h2 {
    letter-spacing: 2px !important;
    line-height: 34px; }
  #home .procedures .option .hover .padding {
    padding: 0px 50px; }
  #home .adam .row1 h2 {
    letter-spacing: 10px;
    margin: 85px 0px 0px 0px; }
  #home .adam .row1 .title {
    margin-bottom: 26px;
    color: #221f20; }
  #home .adam .row1 .text {
    margin-bottom: 80px;
    padding: 20px; }
  #home .adam .row1 .hr {
    margin-bottom: 28px !important; }
  #home .adam .row2 img {
    width: 100%; }

  #login form .modified {
    width: 513px; } }
/* /////////////////////////////////
	RESPONSIVE DESKTOP
///////////////////////////////// */
@media (min-width: 1632px) {
#team .people .staff .col.c1 {
	width: 212px;
	margin: 0px 39px 0px 160px;
}
  /* header section */
  header .row1 {
    display: block; }
  header .row1 .search .right {
    margin-right: 0px; }

  footer {
    margin-top: -70px; }

  /* font sizes */
  .fsize1 {
    font-size: 45px;
    letter-spacing: 4px; }

  .fsize2 {
    font-size: 24px; }

  .fsize3 {
    font-size: 22px; }
  .fsize4 {
    font-size: 20px; }

  .fsize5 {
    font-size: 18px; }

  .fsize6 {
    font-size: 16px; }

  .fsize7 {
    font-size: 15px; }

  .fsize8 {
    font-size: 12px; }

  .fsize9 {
    font-size: 14px; }

  /* classes */
  .container {
    width: 1632px; }
  .container.inner {
    width: 1028px; }

  .mobile {
    display: none; }

  .desktop {
    display: block; }

  .team h2 {
    margin: 95px 0px 30px 0px; }

  /* home page */
  #home {
    top: -154px; }
  #home .sliders {
    height: 1060px; }
  #home .bx-wrapper {
    height: 1060px; }
  #home .bx-wrapper .bx-viewport {
    height: 1060px !important; }
  #home .bx-wrapper .bx-viewport .bxslider {
    height: 100%; }
  #home .bx-wrapper .bx-viewport .bxslider li {
    height: 100%; }
  #home .bx-wrapper .bx-viewport .bxslider img {
    height: 100% !important;
    width: 100% !important; }
  #home .bx-wrapper .bx-viewport .bxslider .caption .title {
    padding-top: 0px !important; }
  #home .bx-wrapper .bx-controls-direction a {
    margin-top: 75px; }
  #home .welcome .padding {
    padding: 0px 97px; }
  #home .welcome .padding h1 {
    padding: 95px 0px 42px 0px; }
  #home .procedures .option .normal .padding {
    padding: 0px 50px; }
  #home .procedures .option .normal.grey {
    background-color: #202329 !important; }
  #home .procedures .option .normal.maroon {
    background-color: #150e10 !important; }
  #home .procedures .option .hover .padding {
    padding: 0px 50px; }
  #home .team .hr {
    margin: 0px auto 64px auto; }
  #home .adam .row1 h2 {
    margin: 85px 0px 0px 0px; }
  #home .adam .row1 .title {
    margin-bottom: 26px;
    color: #221f20;
  }
  #home .adam .row1 .text {
    margin-bottom: 80px; }
  #home .adam .row1 .hr {
    margin-bottom: 28px !important; }

  #login form .modified {
    width: 513px; } }
/* /////////////////////////////////
	CONTENT
///////////////////////////////// */
#home {
  position: relative; }
#home .welcome {
  text-align: center;
  height: 410px;
  font-family: "Lato Regular", sans-serif;
  color: #221f20; }
#home .welcome h1 {
  font-family: "Lato Black", sans-serif;
  text-transform: uppercase; }
#home .welcome .hr {
  margin: 0px auto 35px auto; }
#home .welcome .container .padding {
  line-height: 33px; }
#home .procedures .option {
  height: 550px;
  width: 50%;
  position: relative;
  float: left;
  color: #ffffff;
  font-family: "Lato Black", sans-serif;
  text-align: center;
  cursor: pointer; }
#home .procedures .option .padding {
  display: block;
  height: 100%; }
#home .procedures .option .normal {
  height: 100%; }
#home .procedures .option .normal .padding {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: auto !important; }
#home .procedures .option .hover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 550px;
  display: none;
  background-size: cover;
  background-color: #231f20; }
#home .procedures .option .hover.p1 {
  background-image: url("../images/procedure1.png"); }
#home .procedures .option .hover.p2 {
  background-image: url("../images/procedure2.png"); }
#home .procedures .option .hover.p3 {
  background-image: url("../images/procedure3.png"); }
#home .procedures .option .hover.p4 {
  background-image: url("../images/procedure4.png"); }
#home .procedures .option .hover .padding {
  border: 4px solid #b9ae81;
  margin: 50px;
  height: 450px;
  font-family: "Lato Regular", sans-serif;
  text-align: center; }
#home .procedures .option .hover .padding h2 {
  color: #a49554;
  font-family: "Lato Black", sans-serif;
  margin: 188px 0px 4px 0px; }
#home .adam .row1 {
  text-align: center; }
#home .adam .row1 h2 {
  font-family: "Lato Black", sans-serif;
  color: #a49554; }
#home .adam .row1 .title {  	font-size: 18px;

  font-family: "Lato Bold", sans-serif; }
#home .adam .row1 .hr {
  margin: 0px auto 30px auto; }
#home .adam .row1 .text {
  color: #221f20;
  font-family: "Lato Regular", sans-serif;
  letter-spacing: 1px; }
#home .adam .row1 a {
  font-family: "Lato Bold", sans-serif;
  color: #a49554;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 4px; }
#home .adam .row2 {
  background-color: #000000;
  text-align: center; }
#home .adam .row2 img {
  float: left; }

/* adam page */
#adam {
  position: relative;
  top: -154px; }
#adam .topbar {
  height: 85px;
  width: 100%;
  background: #343434; }
#adam .himself {
  margin-top: 157px; }
#adam .himself h1 {
  color: #a49554;
  font-family: "Lato Black", sans-serif;
  text-align: center;
  margin-bottom: 25px; }
#adam .himself .title {
   font-size: 18px;
  text-align: center;
  font-family: "Lato Bold", sans-serif;
  color: #221f20; }
#adam .himself .hr {
  margin: 33px auto 45px auto; }
#adam .himself .photo {
  background-color: #000000;
  width: 100%; }
#adam .himself .photo img {
  float: left; }
#adam .himself .about {  
	font-size: 16px;
	padding: 68px 0px 0px 0px;
	font-family: "Lato Regular", sans-serif; 
}
#adam .himself .about h3 {
  line-height: 30px;
  letter-spacing: 2px;
  margin-bottom: 30px;
  color: #221f20; }
#adam .himself .about p {
  line-height: 26px;
  color: #221f20; }
#adam .himself .flowers {
  margin: 155px 0px 82px 0px;
  height: 282px;
  width: 100%;
  background: url("../images/flowers.jpg"); }

/* team page */
#team {
  position: relative;
  top: -154px; }
#team .topbar {
  height: 85px;
  width: 100%;
  background: #343434; }
#team .hr {
  margin: 39px auto; }
#team .people .staff {
  margin-top: 37px; }
#team .people .staff .col {
  display: inline-block;
  vertical-align: top; }
#team .people .staff .col.c2 {
  width: 605px;
  border: 4px solid #a6975b; }
#team .people .staff .col.c2 .padding {
  padding: 45px; }
#team .people .staff .col.c2 .name {
  font-family: "Lato Bold", sans-serif;
  color: #a49554;
  letter-spacing: 1px;
  margin-bottom: 19px; }
#team .people .staff .col.c2 .title {
  color: #2e2e2c;
  font-family: "Lato Regular", sans-serif;
  margin-bottom: 30px; }
#team .people .staff .col.c2 .qualifications {
  color: #221f20;
  font-family: "Lato Regular", sans-serif;
  margin-bottom: 20px; }
#team .people .staff .col.c2 .about {
  font-family: "Lato Regular", sans-serif;
  color: #221f20;
  line-height: 25px; }

/* faqs page */
#faqs {
  position: relative;
  top: -154px; }
#faqs .topbar {
  height: 85px;
  width: 100%;
  background: #343434; }
#faqs .title {
  background: url("../images/faq_banner.jpg");
  background-position: bottom; }
#faqs .title h1 {
  font-family: "Lato Black", sans-serif;
  padding: 205px 0px 115px 0px;
  text-align: center;
  color: #ffffff; }
#faqs .content .hr {
  margin: 44px auto 26px auto; }
#faqs .content h2 {
font-size: 18px !important;
  margin-top: 65px;
  font-family: "Lato Regular", sans-serif;
  color: #221f20;
  text-align: center; }
#faqs .content a {
  color: #221f20; }
 #procedure .questions.fsize7 {
 	padding: 0 !important;
 }
#faqs .questions .question,
#procedure .questions .question {
  margin-bottom: 15px; }
#faqs .questions .question .subheading,
#procedure .questions .question .subheading {
  color: #a49554;
  font-family: "Lato Bold", sans-serif;
  cursor: pointer;
  display: inline-block; }
#faqs .questions .question .answer,
#procedure .questions .question .answer {
  color: #221f20;
  font-family: "Lato Regular", sans-serif;
  display: none; }
#faqs .questions .question .answer ul,
#procedure .questions .question .answer ul {
  list-style: none; }
#faqs .questions .question .answer ul li,
#procedure .questions .question .answer ul li {
  margin-top: 20px; }
#faqs .questions .question .answer ul li:before,
#procedure .questions .question .answer ul li:before {
  content: "\003e"; }

/* login page */
#login {
  font-family: "Lato Black", sans-serif;
  letter-spacing: 1px;
  color: #5b616a;
  position: relative;
  top: -154px; }
#login .topbar {
  height: 85px;
  width: 100%;
  background: #343434; }
#login .title {
  background: url("../images/faq_banner.jpg");
  background-position: bottom; }
#login .title h1 {
  font-family: "Lato Black", sans-serif;
  padding: 205px 0px 115px 0px;
  text-align: center;
  color: #ffffff; }
#login .content {
  padding-top: 66px; }
#login .hr {
  margin: 30px auto 60px auto; }
#login form {
  margin-top: 112px; }
#login form .modified {
  color: #686e76;
  border: 1px solid #908f8f;
  font-size: 20px;
  padding: 18px 21px 7px 21px; }
#login form input {
  margin-bottom: 30px; }
#login form button {
  background: #a6975b;
  color: #ffffff;
  font-family: "Lato Bold", sans-serif;
  padding: 11px 33px;
  border: 0px;
  cursor: pointer;
  border: 1px solid #a6975b;
  letter-spacing: 6px;
  font-size: 20px; }
#login form button:hover {
  background: #a6975b; }
#login form .newsletter {
  margin-bottom: 44px;
  font-size: 20px;
  font-family: "Lato Regular", sans-serif !important;
  position: relative;
  letter-spacing: 2px; }
#login form .newsletter input[type="checkbox"] {
  display: none; }
#login form .newsletter input[type="checkbox"] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/check_radio_sheet.png") -23px top no-repeat;
  margin: -3px 11px 0 0;
  vertical-align: middle;
  cursor: pointer; }
#login form .newsletter input[type="checkbox"]:checked + label span {
  background: url("../images/check_radio_sheet.png") left top no-repeat; }
#login a {
  color: #221f20;
  font-family: "Lato Regular", sans-serif;
  text-decoration: none; }

/* search page */
#search {
  font-family: "Lato Regular", sans-serif;
  color: #221f20;
  position: relative;
  top: -154px; }
#search .topbar {
  height: 85px;
  width: 100%;
  background: #343434; }
#search .title {
  background: url("../images/faq_banner.jpg");
  background-position: bottom; }
#search .title h1 {
  font-family: "Lato Black", sans-serif;
  padding: 205px 0px 115px 0px;
  text-align: center;
  color: #ffffff; }
#search .content {
  padding-top: 66px; }
#search .hr {
  margin: 30px auto 60px auto; }
#search h3 {
  font-family: "Lato Black",sans-serif;
  text-transform: uppercase;
  color: #5b616a;
  margin: 10px 0px 7px 0px; }
#search a {
  color: #a6975b;
  text-decoration: none; }
#search .gold1 {
  color: #a6975b; }
#search .gold2 {
  color: #bcb184; }
#search .pagination {
  padding-top: 70px; }
#search .pagination .page {
  padding-left: 20px;
  letter-spacing: 4px; }
#search .pagination .page .current {
  color: #a6975b; }

/* news page */
#news {
  position: relative;
  top: -154px; }
#news .topbar {
  height: 85px;
  width: 100%;
  background: #343434; }
#news .pagenav .hr {
  margin: 40px auto 40px auto; }
#news .content .blogs {
  margin-bottom: 150px; }
#news .content .blogs .blog {
  margin-bottom: 30px; }
#news .content .blogs .blog .col {
  display: inline-block;
  vertical-align: top; }
#news .content .blogs .blog .col.c1 {
  width: 365px;
  margin-right: 45px; }
#news .content .blogs .blog .col.c2 {
  width: 605px;
  border: 4px solid #a6975b; }
#news .content .blogs .blog .col.c2 .padding {
  padding: 45px; }
#news .content .blogs .blog .col.c2 .date {
  font-family: "Lato Regular", sans-serif;
  color: #2e2e2c;
  margin-bottom: 20px; }
#news .content .blogs .blog .col.c2 .headline {
  font-family: "Lato Bold", sans-serif;
  color: #a49554;
  margin-bottom: 30px; }
#news .content .blogs .blog .col.c2 .content {
  font-family: "Lato Regular", sans-serif;
  color: #221f20;
  line-height: 25px; }
#news .content .blogs .blog .col.c2 .content a {
  color: #221f20; }
#news .content .media {
  margin-bottom: 150px; }
#news .content .media .article {
  float: left;
  width: 309px;
  margin: 0px 50px 50px 0px;
  position: relative; }
#news .content .media .article .normal img {
  width: 100%; }
#news .content .media .article .hover {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #a49554;
  opacity: 0.9;
  line-height: 425px;
  vertical-align: middle;
  text-align: center;
  display: none; }
#news .content .media .article .hover a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Lato Bold", sans-serif;
  font-size: 18px; }
#news .content .media .article:nth-child(3n) {
  margin-right: 0px; }
#news .content .publications {
  margin-bottom: 150px; }
#news .content .publications .article {
  width: 100%;
  margin-bottom: 10px; }
#news .content .publications .article .col {
  width: 49%;
  display: inline-block;
  font-family: "Lato Regular", sans-serif;
  color: #221f20; }
#news .content .publications .article .col.c1 {
  text-align: right; }
#news .content .publications .article .col.c1 .padding {
  padding-right: 20px; }
#news .content .publications .article .col.c2 {
  text-align: left;
  letter-spacing: 2px; }
#news .content .publications .article .col.c2 a {
  text-decoration: none;
  color: #221f20; }
#news .content .publications .article .col.c2 a:hover {
  color: #a49554; }
#news .content .links {
  text-align: center; }
#news .content .links a {
  display: inline-block;
  background: url("../images/links.jpg");
  height: 122px;
  margin: 0px 23px; }
#news .content .links .nzaps {
  width: 166px;
  background-position: 0px 0px; }
#news .content .links .racs {
  width: 180px;
  background-position: -232px 0px; }
#news .content .links .isa {
  width: 130px;
  background-position: -463px 0px; }
#news .content .links .mcnz {
  width: 179px;
  background-position: -659px 0px; }
#news .content .links .asps {
  width: 118px;
  background-position: -890px 0px; }
#news .content .links .schs {
  width: 178px;
  background-position: -1074px 0px; }

/* procedure page */
#procedure {
  position: relative;
  top: -154px; }
#procedure .topbar {
  height: 85px;
  width: 100%;
  background: #343434; }
#procedure .title {

  background-position: bottom; }

#procedure .title.cosmetic {
  background: url("../images/cosmetic_banner.jpg"); }
#procedure .title.apperance {
  background: url("../images/apperance_banner.jpg"); }
#procedure .title.cancer {
  background: url("../images/cancer_banner.jpg"); }
#procedure .title.reconstructive {
  background: url("../images/reconstructive_banner.jpg"); }
#procedure .title h1 {
 font-size: 34px !important;
  font-family: "Lato Black", sans-serif;
  padding: 195px 0px 115px;
  text-align: center;
  color: #ffffff; }
#procedure .content .hr {
  margin: 44px auto 26px auto; }
#procedure .content h2 {
	font-size: 18px !important;
  margin-top: 65px;
  font-family: "Lato Regular", sans-serif;
  color: #221f20;
  text-align: center; }
#procedure .content h3 {
  font-family: "Lato Black", sans-serif;
  text-transform: uppercase;
  color: #5b616a;
  letter-spacing: 3px;
  margin: 10px 0px 7px 0px; }
#procedure .content h4 {
  color: #a49554;
  font-family: "Lato Bold", sans-serif;
  cursor: pointer;
  margin: 15px 0px 5px 0px; }
#procedure .content a {
  color: #221f20; }
#procedure .content .inner {
  color: #221f20;
  font-family: "Lato Regular", sans-serif; }
#procedure .content .inner p {
	line-height: 22px;
	margin-bottom: 22px; 
}
#procedure .content .inner table tr td p {
	margin: 0;
}
#procedure .content .inner hr {
  margin: 30px 0px 0px 0px; }
#procedure .content .inner ul {
  list-style: none; }
#procedure .content .inner ul li {
  margin-top: 20px; }
#procedure .content .inner ul li:before {
  content: "\003e     "; }
  
#procedure .title.bg-cover {
	background-position: center !important;
	background-size: cover !important;
}
.faqs .title.bg-cover,
.prices #procedure .title.bg-cover  {
background-position: center !important;
background-size: cover !important;
}
@media (min-width: 320px) and (max-width: 767px) {
#procedure .title.bg-cover {
	background-position: right!important;
	background-size: cover !important;
}
#team .people .staff .col img {
	top: 23px;
	position: relative;
}
.cosmetic  #procedure .title.bg-cover,
.reconstructive #procedure .title.bg-cover,
.skin-cancer #procedure .title.bg-cover,
.all-procedures #procedure .title.bg-cover,
.faqs .title.bg-cover,
.prices #procedure .title.bg-cover   {
	background-position: center !important;
}
}
@media (min-width: 320px) and (max-width: 767px) {

#team .people .staff .col.c2 .padding {
  padding: 45px;
}
#team .people .staff .col {
width: 100% !important; }
#team .people .staff .col img {
width: 40% !important;
 }

#team .people .staff .col.c2 {
  width: 605px;
  border: 0; }
}
#adam .fsize1 {
			font-size: 35px; 
	
}
.person .padding {
	position: relative;
}
 .contact .padding {
 	position: relative;
 }
.contact .padding .sclogo {
 	width: 65px;
 	height: 124px;
 	position: absolute;
	right: 0;
	bottom: 0;
}
@media only screen and (max-width: 500px) {
.contact .padding .sclogo {
	width: 44px;
	height: 85px;
}
	 #Form_ContactForm {
	   background-size: 44px 85px;
	 }
 }
.staff-wrap {
	text-align: center;
}
.staff-wrap .staff {
	display: inline-block;
	position: relative;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  border-radius: 50%;
	width: 120px;
	height: 120px;
	margin-right: 8px;
	margin-left: 8px;
}
.staff-wrap .staff-title {	
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0; 
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
	line-height: 120px;
	background-color:rgba(166, 151, 91, 0.8);
}
.staff-wrap .staff a {
	font: 12px "Lato Black", sans-serif;
	margin-bottom: 0px;
	text-transform: uppercase;
	color: #fff;
}
.staff-wrap .staff a:hover .staff-title {	
	overflow: hidden;
	opacity: 1;  
}
@media (min-width:320px) { 
.contact .padding .sclogo {
	right: 25px;
}
.fsize7,
#adam .himself .about {
	padding-right: 30px !important;
	padding-left: 30px!important;
}
}
@media (min-width:1025px) { 
.fsize7 {
	padding-right: 10px !important;
	padding-left: 10px!important;
}
}
#news .content .blogs .content.fsize7,
#news .content .blogs .date.fsize7 {
	padding: 0 !important;
}
 .bx-wrapper .bx-viewport .bxslider {
	position: relative;
 }
.bx-wrapper .bx-viewport .bxslider .caption {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	-moz-transform: translateX(-50%) translateY(-50%) !important;
	-webkit-transform: translateX(-50%) translateY(-50%) !important;
	transform: translateX(-50%) translateY(-50%) !important;
	color: #fff;
	width: 60% !important;
	border: 4px solid #a7985c;
	text-align: center;
	padding: 0px 50px;
	height: 40% !important;
	margin-top: 4px;
}
 
 @media (min-width: 320px) and (max-width: 767px) {

	  .bx-wrapper .bx-viewport .bxslider .caption {
	   	width: 60% !important;
	  	padding: 0;
	  }
	  .leftAlone {
	  	width: 100%;
	  	height: auto;
	  }
  }
.bx-wrapper .bx-controls-direction a {
	top: 52%;
}
.our-team .pagenav ul {
	padding-top: 5px;
	padding-bottom: 5px;
}
 @media (max-width: 1026px) {

	 .our-team .pagenav ul {
	 	padding-top: 0;
	 	padding-bottom: 0;
	 }
 }
/*# sourceMappingURL=style.css.map */
