* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* 
font-family:"Trebuchet MS", Helvetica, sans-serif
font-family: 'Cinzel', serif;
font-family: 'Roboto', sans-serif;
*/
html,
body,
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

html {}

html.home {
  overflow-x: visible;
}

body {
  background: #ffffff;
  color: #000000;
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 17px;
}

img {
  border: none;
}

a {
  border: none;
  text-decoration: none;
  outline: none;
  font-weight: normal;
}

h1 {
  display: block;
  color: #34b7b2;
  font-size: 36px;
  line-height: 39px;
  font-family: "Cinzel", serif;
  letter-spacing: 1px;
  font-weight: normal;
  margin: 0px 0 37px 0;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.22);
}

h2 {
  font-size: 23px;
  margin: 25px 0 13px 0;
  color: #7cad48;
  font-weight: bold;
  font-family: "Cinzel", serif;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.14);
}

.home h2 {
  font-size: 38px;
  margin: 25px 0 13px 0;
  margin-bottom: 60px !important;
  text-align: center;
  max-width: 780px;
}

h3 {
  font-size: 17px;
  margin: 17px 0 0 0;
  line-height: 25px;
}

p {
  line-height: 25px;
  margin: 12px 0 27px 0;
  font-size: 17px;
  font-weight: normal;
  line-height: 24px;
  color: #6a6a6a;
}

@media (max-width: 730px) {
  p {
    font-size: 17px;
    line-height: 25px;
  }
}

table {
  font-size: 15px;
}

hr {
  border: none;
  margin: 30px 0;
  border-bottom: 2px solid #7cad48;
}

input {
  outline: none;
}

.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.clickable,
.clickable2 {
  cursor: pointer;
}

::selection {
  background: #7cad48;
  color: #fff;
}

::-moz-selection {
  background: #7cad48;
  color: #fff;
}

::-webkit-selection {
  background: #7cad48;
  color: #fff;
}

.clear {
  clear: both;
}

.right {
  float: right;
}

.left {
  float: left;
}

.tel,
.tel:hover {
  text-decoration: none !important;
  cursor: default;
  color: white;
}

/*HEADER======================================*/
header {
  position: relative;
  z-index: 100;
  top: 0px;
  left: 0px;
  width: 100%;
  font-family: "Cinzel", serif;
  /*overflow: hidden;*/
  transition: background 0.3s;
}

.header {
  position: absolute;
  z-index: 20;
  top: 0px;
  left: 0px;
  margin: 0 auto;
  width: 100%;
  /*display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		flex-direction: row;
		-ms-flex-direction: row;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;*/
}

.header:after {
  position: absolute;
  opacity: 0.33;
  content: "";
  left: 0px;
  top: 0px;
  height: 105px;
  width: 100%;
  background: white;
}

.header .inner {
  position: relative;
  z-index: 20;
  width: 100%;
  text-align: center;
  background: white;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.3);
}

.header .inner .center {
  position: relative;
  max-width: 1200px;
  margin: 92px auto 0px;
  height: 63px;
}

.phone {
  position: absolute;
  left: 2%;
  top: 21px;
  padding-left: 33px;
  font-weight: bold;
  color: #7cad48;
}

.phone a {
  color: #7cad48 !important;
}

.phone:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  background: url(../images/phone.png) no-repeat center;
  background-size: 23px;
  width: 25px;
  height: 25px;
}

.logo {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: -51px;
  color: white;
  margin: 0px 0px 0px -180px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.63);
}

.logo img {
  width: 360px;
  height: auto;
}

/*Social*/
.header .social {
  position: absolute;
  top: 16px;
  right: 2%;
  text-align: right;
  width: 250px;
}

.header .social .connect {
  font-size: 13px;
  color: #d7d2bf;
  display: block;
}

.header .social .icon {
  display: inline-block;
  width: 25px;
  height: 31px;
  line-height: 34px;
  color: #7cad48;
  text-indent: -300px;
  overflow: hidden;
  font-size: 22px;
  text-align: center;
  transition: 0.3s;
}

.header .social .icon:nth-of-type(2) {
  display: none;
}

.header .social .fa {
  text-indent: 300px;
}


.header .social .fa span {
  font-size: 16px;
  padding: 0 4px;
}

.header .social a:hover {
  color: #6b943e;
}

@media (max-width: 850px) {
  .header:after {
    opacity: 0.5;
  }

  .header .inner .center {
    margin: 102px auto 0px;
    height: 45px;
  }

  .logo {
    top: -101px;
    width: 100%;
    left: 0%;
    margin: 0px;
  }

  .logo img {
    display: inline-block;
    max-width: 265px;
    width: 100%;
    margin: 0 auto;
  }

  .phone {
    top: 11px;
  }

  .header .social {
    top: 8px !important;
  }
}

@media (max-width: 400px) {
  .optional {
    display: none !important;
  }
}

/* Nav========================================= */
nav {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 0 2%;
  background: url(../images/nav.png) repeat-y center;
}

nav:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -10px;
  width: 100%;
  height: 10px;
  background: url(../images/shadow1.png) no-repeat center top;
}

nav.sticky {
  position: fixed;
  top: 0px;
}

nav .mobileMenu {
  display: none;
  position: absolute;
  z-index: 100;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
}

nav .quote {
  display: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  line-height: 56px;
  background: #34b7b2;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.62);
  color: white;
}

nav>.mobileMenu:before {
  position: absolute;
  content: "MENU";
  width: 10px;
  left: 2%;
  top: 8px;
  margin-left: 32px;
  display: block;
  cursor: pointer;
  font-weight: normal;
  line-height: 38px;
  font-size: 19px;
  color: #ffffff;
  letter-spacing: 1px;
  transition: 0.3s line-height;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.51);
}

nav>.mobileMenu:after {
  position: absolute;
  content: "\f0c9";
  left: 2%;
  margin-left: 4px;
  top: 7px;
  width: 57px;
  font-family: fontAwesome;
  display: block;
  cursor: pointer;
  font-weight: bold;
  line-height: 38px;
  font-size: 21px;
  color: #ffffff;
  font-weight: normal;
  transition: 0.3s line-height;
}

nav>ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  justify-content: space-evenly;
  position: relative;
  z-index: 10;
  max-width: 900px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

nav>ul>li {
  float: left;
  flex-grow: 1;
  position: relative;
  font-weight: bold;
  /* border-left: 1px solid #cfcfcf; */
}

nav>ul>li>a {
  display: block;
  text-align: center;
  padding: 4px 18px 1px;
  font-size: 20px;
  line-height: 40px;
  color: #ffffff;
  /* border-right: 1px solid #ffffff; */
  font-weight: normal;
  /*background:white;*/
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.51);
  transition: 0.3s;
}

nav>ul>li:hover a {
  background: #6b943e;
  color: #ffffff;
}

nav>ul>li ul {
  height: 0;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 190px;
  left: 0;
  top: 45px;
  overflow: hidden;
  transition: 0.2s;
}

nav>ul>li ul li {
  position: relative;
  margin: 0;
  float: left;
  margin: 0px 1% 0px 0px;
  border-bottom: 1px solid #7cad46;
  width: 100%;
}

nav>ul>li ul li:nth-child(1) a {
  box-shadow: inset 0px 6px 6px -5px rgba(0, 0, 0, 0.58);
  padding-top: 9px;
}

nav>ul>li ul li a {
  position: relative;
  display: block;
  line-height: 19px;
  padding: 0;
  text-align: left;
  padding-left: 13px !important;
  letter-spacing: -3px;
  font-weight: normal !important;
  font-size: 17px;
  color: rgba(255, 255, 255, 0);
  transition: 0.3s;
}

nav>ul>li:hover ul li a {
  background: #6a933d;
  letter-spacing: 0;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.51);
  color: #ffffff !important;
  transition: 0.3s;
}

nav>ul>li ul li:first-child:before {
  border: none !important;
}

nav>ul>li ul li:hover:before {
  background: white;
  background: rgba(255, 255, 255, 1);
  transition: 0.2s;
}

nav>ul>li:hover ul li:before {}

nav>ul>li ul li:hover a {
  background: #7cad47;
  color: #ffffff !important;
}

nav>ul>li ul li:hover a.pdf:before {
  background: url(../images/pdf2.png) center -23px no-repeat;
}

nav>ul>li:hover ul {
  height: 125px;
  transition: 0.4s;
}

nav>ul>li:first-child:hover ul {
  height: 230px !important;
}

nav>ul>li:hover ul li a {
  padding: 8px 7px;
}

@media (max-width: 885px) {
  nav>ul>li>a {
    padding: 0 11px;
  }

  nav>ul>li ul {
    top: 40px;
  }
}

@media (max-width: 630px) {
  nav {
    float: none;
    padding: 0;
  }

  nav .mobileMenu {
    display: block;
  }

  nav .quote {
    display: block;
  }

  nav>ul {
    padding: 48px 0px 0 0;
    flex-flow: column;
  }

  nav>ul.selected {
    width: 100%;
    border-bottom: solid 0px #fff;
  }

  nav>ul.selected>li {
    float: left;
    width: 100% !important;
  }

  nav>ul.selected>li a {
    font-size: 19px;
    line-height: 40px;
    text-align: left;
  }

  nav>ul.selected>li:first-child a {
    box-shadow: inset 0px 6px 7px -5px rgba(0, 0, 0, 0.32);
  }

  nav>ul>li.highlight2:before {
    background: rgba(255, 255, 255, 1) !important;
  }

  nav>ul.selected>li {
    display: block;
    margin-top: 1px;
  }

  nav>ul>li:before {
    display: none;
  }

  nav>ul>li {
    display: none;
    margin-top: 0px !important;
    border-top: 1px solid #6c9540 !important;
  }

  nav>ul>li>a {
    position: relative;
    padding: 0 0 0 22px;
    background: #7cad48 !important;
  }

  nav>ul>li>a:before {
    display: none;
    position: absolute;
    z-index: 10;
    content: "\f0d8";
    font-family: fontAwesome;
    left: 22px;
    bottom: -16px;
    font-size: 27px;
    text-shadow: none;
    color: #69923c;
  }

  nav>ul>li ul {
    width: 100%;
    display: none;
    height: inherit !important;
    position: relative;
    top: 0px !important;
    padding: 0px;
    background: #6a933d;
    display: block;
  }

  nav>ul>li:first-child:hover ul {
    height: inherit !important;
  }

  nav>ul>li.parent a:before,
  nav>ul>li.opened a:before {
    display: block;
  }

  nav>ul>li ul li {
    width: 50%;
    margin: 0;
  }

  nav>ul>li ul li a {
    box-shadow: none !important;
  }

  nav>ul>li ul li a,
  nav>ul>li ul li:hover a {
    padding: 0px 22px 0px 35px !important;
    letter-spacing: 0px;
    background: none !important;
    color: #ffffff !important;
    font-size: 17px !important;
    border-top: 1px solid #6a933c;
    border-right: 1px solid #7cad48;
  }

  nav>ul>li:hover ul li a {}
}

@media (max-width: 380px) {
  nav>ul>li ul li {
    width: 100%;
    margin: 0;
  }
}

/*Header Banner */
.dynamic-headers {
  position: relative;
}

.rslides {
  margin: 0 auto !important;
}

.rslides li {
  padding-top: 0%;
  transition: 0.3s;
  background-position: center;
}

.int-slides li {
  height: 600px;
}

.home_slides li {
  position: relative;
  height: 900px;
}

.home_slides li:after {
  position: absolute;
  z-index: 1;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(133, 179, 84, 0.1);
}

.overlay {
  position: absolute;
  z-index: 10;
  font-family: Roboto, Helvetica, sans-serif;
  color: white;
  font-size: 33px;
  bottom: 0px;
  padding: 10px 3%;
  text-align: center;
  font-style: italic;
  width: 100%;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.37);
  background: url(../images/nav.png) repeat-y center;
  box-shadow: inset 0px -7px 9px -5px rgba(0, 0, 0, 0.34);
}

.overlay:after {
  position: absolute;
  content: "";
  left: 0px;
  top: -10px;
  width: 100%;
  height: 10px;
  background: url(../images/shadow2.png) no-repeat center top;
}

@media (max-width: 1400px) {
  .rslides li {
    height: 0px;
    padding-top: 43%;
  }

  .home_slides li {
    height: 0px;
    padding-top: 65%;
  }
}

@media (max-width: 1200px) {
  .rslides li {
    height: 508px;
    padding-top: 0%;
  }
}

@media (max-width: 940px) {
  .home_slides li {
    height: 590px;
    padding-top: 0%;
    height: 50vh !important;
  }

  .overlay {
    font-size: 28px;
    padding: 8px 3%;
  }
}

/*CTA's================================*/
.cta-wrapper {
  position: relative;
  z-index: 90;
  padding: 30px 0px 50px;
  box-shadow: 0px -1px 9px rgba(0, 0, 0, 0.34);
  overflow: hidden;
  background: white;
}

.cta-wrapper2:before {
  position: absolute;
  content: "";
  left: 0px;
  top: -60px;
  width: 100%;
  height: 49%;
  background: #f2f2f2;
  transition: 0.3s;
}

.cta-wrapper .center {
  max-width: 925px;
  margin: 0px auto;
}

.cta {
  position: relative;
  text-align: center;
  float: left;
  width: 24%;
  padding: 25px 0% 5px 0%;
  margin: 0 2%;
}

.cta .image {
  position: relative;
  max-width: 225px;
  width: 90%;
  margin: 0 auto 17px;
  border-radius: 150px;
  border: solid #f2f2f2 8px;
  overflow: hidden;
}

.cta .image:after {
  position: absolute;
  content: "";
  opacity: 0;
  left: 50%;
  bottom: -2%;
  border-radius: 150px;
  margin-left: -13px;
  width: 26px;
  height: 40px;
  background: url(../images/arrow.png) no-repeat center;
  background-size: contain;
  transition: 0.3s 0s;
}

.cta .image:before {
  position: absolute;
  content: "";
  opacity: 0;
  left: 0px;
  bottom: -20%;
  width: 100%;
  height: 50%;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.3s 0.2s;
}

.cta .image .shadow {
  position: absolute;
  z-index: 10;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 150px;
  /* background: red; */
  box-shadow: inset -1px -1px 40px 2px rgba(0, 0, 0, 0.67);
}

.cta .image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 150px;
}

.cta:hover .image {}

.cta:hover .image:after {
  opacity: 1;
  bottom: 17%;
  transition: 0.3s 0.2s;
}

.cta:hover .image:before {
  opacity: 1;
  bottom: 0%;
  transition: 0.3s 0s;
}

.cta a {
  display: block;
  font-size: 35px;
  color: #85b354;
  font-weight: bold;
  font-family: "Cinzel", serif;
  height: 50px;
}

.cta p {
  color: #7c7c7b;
  line-height: 20px;
  max-width: 258px;
  margin: 14px auto 0;
}

@media (max-width: 670px) {
  .cta {
    width: 100%;
    margin: 0;
  }

  .cta .image {
    max-width: 209px;
  }

  .cta a {
    font-size: 30px;
  }

  .cta-wrapper:before {
    height: 0%;
    opacity: 0;
  }
}

@media (max-width: 580px) {}

/*MAIN Content========================*/
.overlay h1 {
  margin: 0px;
  color: white;
}

.content {
  position: relative;
  z-index: 90;
  padding: 58px 4% 55px;
  overflow: hidden;
  background: white;
}

.home .content {
  z-index: 10;
  background: url(../images/grass.jpg) repeat center;
  padding: 58px 4% 25px;
  box-shadow: none;
}

article {
  max-width: 1000px;
  margin: 0 auto;
  min-height: 200px;
}

.home h1 {
  color: white;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.37);
}

.home article {
  color: white;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.37);
}

.home article p {
  color: white;
}

.home article .button {
  display: inline-block;
  background: white;
  color: #538023;
  font-size: 22px;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.43);
  margin-top: 25px;
  border-radius: 4px;
  padding: 7px 20px;
  font-weight: bold;
  text-shadow: none;
  font-family: "Cinzel", serif;
  transition: 0.3s;
}

.home article .button:before {
  display: none;
}

.home article .button:hover {
  padding: 7px 30px;
}

.phone2,
.phone2 a {
  color: white;
}

/*pdf links*/
a.pdf {
  position: relative;
  margin-top: 20px;
  background: #7cad48;
  border-radius: 3px;
  padding: 11px 40px 11px 80px;
  font-size: 18px;
  color: white;
  text-align: center;
  transition: 0.3s;
  overflow: hidden;
  transition: 0.3s;
}

a.pdf:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 13%;
  min-width: 57px;
  height: 100%;
  background: #6b963d url(../images/pdf.png) no-repeat 10px center;
  background-size: 36px;
  border-radius: 3px 0px 0px 3px;
  transition: 0.3s;
}

a.pdf:after {
  opacity: 0;
  z-index: 10;
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  margin-top: -31px;
  width: 46px;
  height: 60px;
  background: url(../images/arrow.png) no-repeat center;
  background-size: 30%;
  transition: 0.3s;
}

a.pdf:hover {
  background: #6b963d;
}

a.pdf:hover:after {
  opacity: 1;
  right: -5px;
}

article>p a,
article>ul a {
  position: relative;
  color: #6c963e;
  text-decoration: underline;
}

article>p a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0px;
  background: #b4b4b4;
  transition: 0.3s;
}

article ul {
  list-style: none;
  padding: 0px;
}

article ul li {
  float: left;
  width: 50%;
  position: relative;
  padding: 2px 10px 4px 25px;
  background: #f4f4f4;
  font-style: italic;
  margin-bottom: 6px;
  color: #757575;
}

article ul li:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 12px;
  background: #7cad48;
}

.back {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 100%;
  height: 30px;
  color: #7cad48;
  text-align: center;
}

@media (max-width: 700px) {
  article ul li {
    width: 100%;
  }
}

/*QUALIFICATIONS page*/
p.logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

p.logos:before {
  content: " ";
  display: table;
}

p.logos:after {
  content: " ";
  display: table;
  clear: both;
}

p.logos img {
  float: left;
  display: block;
  width: 32.33%;
  max-width: 330px;
  height: auto;
}

article p.logos:nth-child(0) img,
article p.logos:nth-child(1) img,
article p.logos:nth-child(2) img {
  padding: 0px 2%;
}

@media (max-width: 780px) {
  p.logos img {
    width: 48.5%;
  }
}

@media (max-width: 550px) {
  p.logos {
    text-align: center;
  }

  p.logos img {
    max-width: 250px;
    width: 97%;
    display: inline-block;
    float: none !important;
  }
}

/*TEAM page specific*/
table.sales,
table.sales tbody,
table.sales tr,
table.sales tr td {
  display: block;
}

table.sales {
  position: relative;
}

table.sales * {
  box-sizing: border-box;
}

table.sales tr {
  position: relative;
  width: 100%;
  clear: both;
  padding: 30px 0px 30px 0px;
  min-height: 315px;
  border-bottom: 1px solid #6d983d;
}

table.sales tr:last-child {
  border-bottom: none;
}

table.sales tr:before {
  content: " ";
  display: table;
}

table.sales tr:after {
  content: " ";
  display: table;
  clear: both;
}

table.sales tr td {
  float: left;
  padding: 15px;
}

table.sales tr td h2 {
  margin: 0px;
}

table.sales tr td h3 {
  margin: 0px;
}

table.sales tr:nth-child(odd) td {
  float: left;
}

table.sales tr:nth-child(even) td {
  float: right;
}

table.sales tr td:nth-child(1) {
  position: absolute;
  width: 250px;
  transition: 0.3s;
}

table.sales tr:nth-child(odd) td:nth-child(1) {
  left: 0px;
}

table.sales tr:nth-child(even) td:nth-child(1) {
  right: 0px;
}

table.sales tr td:nth-child(2) {
  width: 100%;
  transition: 0.3s;
}

table.sales tr:nth-child(odd) td:nth-child(2) {
  padding-left: 270px;
}

table.sales tr:nth-child(even) td:nth-child(2) {
  padding-right: 270px;
  text-align: right;
}

table.sales tr td:nth-child(1) img {
  width: 100%;
  height: auto;
  border-radius: 300px;
}

table.sales tr td:nth-child(2) ul {
  list-style: none;
  padding: 0px;
  text-align: left;
}

table.sales tr td:nth-child(2) ul li {
  display: inline-block;
  margin: 0px 3px;
}

table.sales tr td:nth-child(2) a {
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  margin: 0px 2px;
  padding: 4px 4px;
  width: 33px;
  color: #4d4d4d;
  background: #efcd9b;
  border-radius: 30px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.41);
  text-align: center;
}

table.sales tr td:nth-child(2) a.faceb:before {
  font-family: fontAwesome;
  content: "\f09a";
  padding-left: 2px;
}

table.sales tr td:nth-child(2) a.linkedin:before {
  font-family: fontAwesome;
  content: "\f0e1";
  padding-left: 4px;
}

table.sales tr td:nth-child(2) a.envelope:before {
  font-family: fontAwesome;
  content: "\f0e0";
  padding-left: 3px;
}

table.sales tr td:nth-child(2) a.phone:before {
  font-family: fontAwesome;
  content: "\f095";
  padding-left: 5px;
  position: relative;
  text-outline: 1px;
}

@media screen and (max-width: 630px) {
  table.sales tr td {
    width: 100% !important;
  }

  table.sales tr td:nth-child(1) img {
    display: block;
    margin: 0 auto;
    max-width: 250px;
  }

  table.sales tr td:nth-child(1) {
    position: relative;
  }

  table.sales tr td:nth-child(2) {
    padding: 0px !important;
    text-align: center !important;
  }

  table.sales tr td:nth-child(2) ul {
    text-align: center;
  }

  table.sales tr td:nth-child(2) ul li {
    margin: 0px 4px;
  }

  table.sales tr td:nth-child(2) a {
    font-size: 25px;
    padding: 5px 4px;
    width: 40px;
  }

  table.sales tr td:nth-child(2) a.linkedin:before {
    padding-left: 6px;
  }
}

/* Gallery============================ */

#gallery-categories {
  /*display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		flex-direction: row;
		-ms-flex-direction: row;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;	 */
}

#gallery-categories .cta a {
  font-size: 25px;
}

#gallery-categories .cta .image {
  margin: 0 auto 13px;
}

.gallery .cta a {
  height: 125px;
  font-size: 28px;
  line-height: 29px;
}

@media (max-width: 800px) {

  #gallery-categories .cta,
  .gallery .cta {
    width: 50%;
    margin: 0;
  }

  #gallery-categories .cta .image,
  .gallery .cta .image {
    max-width: 209px;
  }
}

@media (max-width: 580px) {

  #gallery-categories .cta,
  .gallery .cta {
    width: 100%;
    margin: 0;
  }

  .gallery .cta a {
    height: inherit;
  }

  #gallery-categories .cta .image,
  .gallery .cta .image {
    max-width: 209px;
  }
}

/* Aligned Gallery*/
.aligned-gallery {
  list-style: none;
  padding: 0px 0px 0px 15px;
}

.aligned-gallery li {
  display: block;
  float: left;
  margin: 5px;
  width: inherit;
  padding: 0px;
  box-shadow: 0px 0px 11px -8px rgba(0, 0, 0, 0);
  transition: 0.3s;
}

.aligned-gallery li:hover {
  box-shadow: 0px 10px 11px -8px rgba(0, 0, 0, 0.41);
}

.aligned-gallery li:before {
  display: none;
}

.aligned-gallery li a {
  display: block;
  cursor: zoom-in;
}

.aligned-gallery li a img {
  display: block;
  margin: 0px !important;
  border-radius: 3px;
}

@media screen and (max-width: 780px) {
  #gallery-categories li {
    display: block;
    margin: 0px auto 10px auto;
    width: 50%;
    max-width: 400px;
  }
}

@media screen and (max-width: 550px) {
  #gallery-categories li {
    float: none;
    display: block;
    margin: 0px auto 0px auto;
    width: 100%;
    max-width: 300px;
  }
}

/*BLOG==========================================*/

/*Post page*/
.datecatText {
  color: #b2b2b2;
}

.datecatText a {
  background: #fcc22f;
  color: black;
  position: relative;
  border: 0px;
  font-size: 13px !important;
  text-transform: uppercase;
  padding: 2px 12px 1px 12px;
  border-radius: 3px;
  box-shadow: 0px 9px 6px -9px rgba(0, 0, 0, 0.73);
  font-size: 15px;
  transition: 0.3s;
}

/*listings*/
table.sales.blogListigs tr td a {
  background: none;
  box-shadow: none;
  width: initial;
  font-size: 23px;
  font-weight: bold;
  font-family: "Cinzel", serif;
  padding: 0px;
  margin: 0px;
  color: #7cad48;
}

table.sales.blogListigs tr td a.category {
  display: none;
  background: #d9b885;
  line-height: 19px;
  background: #b5b5b5;
  color: white;
  position: relative;
  border: 0px;
  font-size: 15px !important;
  text-transform: uppercase;
  padding: 2px 12px 1px 12px;
  border-radius: 3px;
  box-shadow: none;
  font-size: 15px;
  transition: 0.3s;
}

table.blogListigs tr td:nth-child(1) {
  width: 220px;
}

table.blogListigs tr:nth-child(odd) td:nth-child(2) {
  padding-left: 240px;
}

table.blogListigs tr:nth-child(even) td:nth-child(2) {
  padding-right: 240px;
}

@media screen and (max-width: 630px) {
  table.blogListigs tr td:nth-child(1) img {
    max-width: 220px;
  }
}

/*Post page*/
.post .content img {
  display: none;
}

.datecatText a {
  background: #d9b885;
  background: #7cad48;
  color: white;
  position: relative;
  border: 0px;
  font-size: 13px !important;
  text-transform: uppercase;
  padding: 4px 12px 3px 12px;
  border-radius: 3px;
  box-shadow: 0px 7px 6px -6px rgba(0, 0, 0, 0.43);
  font-size: 15px;
  transition: 0.3s;
}

.datecatText a:hover {
  background: #6a933d;
}

/*MAP============ */
#map {
  width: 100%;
  height: 600px;
}

@media (max-width: 1150px) {
  #map {
    width: 100%;
    height: 508px;
  }
}

/*CONTACT PAGE =============================================================== */

.form {
  margin-top: 25px;
  /*background:rgba(255, 255, 255, 0.75);*/
  transition: 3s;
  transition: 0.3s;
}

::-webkit-input-placeholder {
  color: #a8a8a8;
}

:-moz-placeholder {
  color: #a8a8a8;
}

::-moz-placeholder {
  color: #a8a8a8;
}

:-ms-input-placeholder {
  color: #a8a8a8;
}

.form ul {
  padding: 0 !important;
}

.form ul li {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: transparent;
}

.form ul li:before {
  display: none;
}

.form input {
  padding: -1px 0px 0px 0px !important;
}

.form .captchaText {
  border-radius: 0px;
  margin: 0px !important;
  border-radius: 2px;
  padding: 5px 4px 2px 4px;
  position: absolute;
  top: 3px;
  text-align: center;
  right: 0;
  color: #73a43f;
  font-weight: bold;
  width: 95px !important;
  background: #e4e4e4;
  box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.11);
}

.form input,
.form select,
.form textarea {
  outline: 0;
  border: none;
  width: 100%;
  background-color: #eeeeee;
  padding: 6px 10px;
  margin: 0px 0px 5px 0px;
  border-right: none;
  font-family: "Carrois Gothic", sans-serif;
  font-size: 17px;
  border-radius: 2px;
  transition: 0.3s;
  /* box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); */
  box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.11);
}

.form textarea {
  margin-top: 5px;
  padding: 5px 1%;
  width: 100%;
  height: 70px;
  resize: vertical;
}

/*.form input[type="radio"], .form input[type="checkbox"]  {border: none !important; background:none !important; -moz-box-shadow:none !important;  -webkit-box-shadow:none !important;  box-shadow:none !important;}*/

.form button,
.form input[type="submit"] {
  position: relative;
  width: 100%;
  border: none;
  padding: 8px 20px;
  font-size: 15px;
  cursor: pointer;
  border-radius: 2px;
  text-transform: uppercase;
  font-style: normal;
  margin-top: 0;
  outline: 0;
  background: #7cad48;
  color: #fff;
  cursor: pointer;
  vertical-align: top;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.43);
  transition:
    0.4s,
    margin-top 0s;
}

.form button:hover,
.form input[type="submit"]:hover {
  background: #6b943e;
}

.form button:active,
.form input[type="submit"]:active {}

.form button:after {
  content: "\f054";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 17px;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.43);
}

.form label {
  display: none;
  margin-top: -20px;
  color: #53320c;
}

.catcha {
  height: 32px;
}

.form img {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.inputsFull {
  padding: 0;
  list-style: none !important;
}

.inputsFull label {
  margin-top: 10px;
}

.inputsFull li {
  width: 47.5%;
  float: left;
}

/*.inputsFull li:nth-child(odd) {margin-left:5%; }*/

/* FORM VALIDATION */
div.formErrors {
  display: none !important;
}

.error {
  background: url(/templates/client/images/asterisc.png) no-repeat right -30px !important;
  background-color: #f2a25e !important;
  color: white;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.29);
  transition:
    0.3s,
    background-color 0.3s !important;
  box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.26);
}

.error::-webkit-input-placeholder {
  color: #fff;
}

.error:-moz-placeholder {
  color: #fff;
}

.error::-moz-placeholder {
  color: #fff;
}

.error:-ms-input-placeholder {
  color: #fff;
}

.required {
  background: url(/templates/client/images/asterisc.png) no-repeat right 1px;
}

.form label.error {
  display: none !important;
}

.form select.required {
  background-position: right 29px top 1px;
}

.form select.error {
  background-position: right 29px top -30px !important;
}

.form textarea.error {
  background: url(/templates/client/images/asterisc.png) no-repeat right -30px;
}

/* FORM HIGHLIGHT */
.highlight {}

.highlight label {
  text-shadow: 1px 1px 10px black;
}

.highlight-selected {
  background-color: #ff0;
}

@media screen and (max-width: 700px) {
  .inputsFull li {
    width: 100% !important;
    margin: 0 !important;
  }
}

/*newsletter widget===================*/
.growpro ul {
  display: none !important;
}

.newsletter {
  position: relative;
  z-index: 100;
  width: 100%;
  text-align: center;
  background: #f2f2f2;
  text-align: center;
  padding: 24px 3% 24px;
  text-transform: uppercase;
  font-weight: bold;
  color: #504e4e;
  font-family: "Cinzel", serif;
}

.newsletter span {
  display: inline-block;
  margin-bottom: 10px;
}

.newsletter input {
  display: inline-block;
  margin-left: 10px;
  width: 179px;
  border: 0px;
  padding: 6px 10px;
  text-align: center;
  color: #747474;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: inset 2px 1px 7px rgba(0, 0, 0, 0.21);
}

.submit-container {
  display: inline-block !important;
}

.newsletter button {
  background: #3989eb;
  color: white;
  position: relative;
  border: 0px;
  line-height: 26px;
  text-transform: uppercase;
  padding: 5px 18px 4px 18px;
  border-radius: 3px;
  margin-left: 12px;
  box-shadow: 0px 9px 8px -10px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.32);
  transition: 0.3s;
}

.newsletter button:hover {
  background: #3379cf;
}

@media (max-width: 610px) {
  .newsletter {
    padding: 34px 3% 34px;
  }

  .newsletter input {
    display: block;
    margin: 0 auto 10px;
    width: 80%;
  }

  .submit-container {
    display: block !important;
  }

  .newsletter button {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
}

/*FOOTR==================*/
footer {
  color: #949494;
}

footer a {
  color: #949494;
}

footer .center {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 150px;
  padding: 20px 3%;
  font-size: 15px;
}

footer .center .left {
  position: absolute;
  left: 4%;
  top: 50%;
  margin-top: -21px;
}

footer .center .left .name {
  color: black;
  font-size: 18px;
}

footer .center .logo2 {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -35px 0px 0px -113px;
}

footer .center .logo2 img {
  max-width: 230px;
}

footer .center .right {
  position: absolute;
  top: 50%;
  right: 4%;
  margin-top: -20px;
  text-align: right;
}

footer .center .right span {
  color: black;
  font-size: 18px;
}

@media (max-width: 860px) {
  footer .center {
    margin-top: 130px;
  }

  footer .center .logo2 {
    top: -65px;
  }

  footer .center .left,
  footer .center .right {
    display: block;
    position: relative;
    top: -10px;
    right: inherit;
    left: inherit;
    text-align: center;
    width: 100% !important;
    margin: 0px;
  }

  footer .center .right {
    margin-top: 20px;
  }
}

/* ResponsiveSlides */
ul.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

ul.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

ul.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

ul.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

/*ANIMATIONS ============================*/
@keyframes flipInYY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInYY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-delay: 0.4s !important;
  animation-iteration-count: infinite !important;
  animation-name: flipInYY;
}

/* Flat Site Edits */

#projectjump option:nth-child(6) {
  display: none;
}