html,
body {
  height: 100%; }

.main-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -50px !important; }

.push,
#footer {
  height: 50px;
  clear: both; }

body {
  background: #ffffff;
  font-family: 'Open Sans', sans-serif; }
  body p {
    color: #231f20; }

#header {
  width: 100%;
  padding: 10px 0 0; }
  #header .col {
    display: inline-block;
    vertical-align: bottom; }
  #header .description {
    display: none; }
  #header .contact-search {
    text-align: center; }
  #header .logo.col {
    width: 34%; }
    #header .logo.col img {
      max-width: 100%;
      height: auto; }
  #header .main-menu.col {
    width: 45%;
    text-align: center; }
  #header .contact-search.col {
    width: 20%; }

.home.page .wrapper {
  max-width: 905px; }

.wrapper-2 {
  max-width: 1155px;
  margin: 0 auto; }

.main-menu {
  display: block; }

.main-menu ul {
  -webkit-flex-direction: row;
  flex-direction: row;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  margin: 0 0 2px; }
  .main-menu ul li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-grow: 1;
    display: inline-block;
    position: relative;
    background: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .main-menu ul li:hover a:before, .main-menu ul li.current-page-parent a:before,
  .main-menu ul li.current-menu-item a:before {
    opacity: 1 !important; }
  .main-menu ul li a:before,
  .main-menu ul li.current-page-parent a:before,
  .main-menu ul li.current-menu-item a:before {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    background-color: #00aaa7;
    width: 100%;
    height: 2px;
    opacity: 0; }
  .main-menu ul a {
    position: relative;
    text-decoration: none;
    color: #231f20;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    padding: 4px 2px 0;
    font-weight: 600; }
  .main-menu ul .sub-menu {
    opacity: 0;
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    left: -25%; }
    .main-menu ul .sub-menu li {
      display: block; }
  .main-menu ul li:hover ul.sub-menu {
    display: block;
    background: #ffffff;
    opacity: 1;
    z-index: 5;
    left: 0; }
  .main-menu ul ul.sub-menu {
    display: block;
    width: 200px;
    padding: 5px 0;
    -webkit-box-shadow: 0 1px 1px #AEAEAE;
    -moz-box-shadow: 0 1px 1px #AEAEAE;
    box-shadow: 0 1px 1px #AEAEAE; }
    .main-menu ul ul.sub-menu li a:before {
      display: none; }
    .main-menu ul ul.sub-menu li a {
      font-size: 14px;
      line-height: 16px;
      font-weight: normal;
      padding: 5px;
      display: block;
      text-transform: none; }

.top-menu ul {
  padding: 0;
  display: table;
  width: 100%; }
.top-menu li {
  display: table-cell;
  vertical-align: middle; }
  .top-menu li a {
    color: #231f20;
    text-transform: uppercase;
    font-size: 14px; }
.top-menu .linkedin {
  overflow: hidden; }
.top-menu .linkedin a {
  background: url("../../../../gfx/linkedin-icon.png") no-repeat;
  background-size: 96%;
  color: transparent;
  width: 22px;
  height: 22px;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin: 0 auto;
  float: right; }

.main-wrapper img {
  max-width: 100%;
  width: auto;
  height: auto; }

/* .slide-wrapper {
	position: absolute;
	top: 0;
	z-index: -1;
}*/
h2 {
  font-size: 21px; }

/*wordpress align classes*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

div#wonderpluginslider-1 {
  width: auto !important;
  height: auto !Important; }
  div#wonderpluginslider-1 .amazingslider-text-box-1 {
    display: block !Important;
    opacity: 1 !Important; }
  div#wonderpluginslider-1 .amazingslider-description-1 {
    text-align: center;
    font-size: 30px;
    padding: 20px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    max-width: 900px;
    margin: 0 auto; }
  div#wonderpluginslider-1 .amazingslider-text-bg-1 {
    background-color: #00a6a4 !important;
    opacity: .75 !important; }

#container {
  padding: 30px 0 40px; }
  #container a {
    color: #231f20; }
  #container a:hover {
    color: #00aaa7; }

h3 {
  font-size: 21px; }

h3, h4, h5 {
  font-size: 18px; }

.page-title {
  margin: 0; }

.single .two-col a {
  text-decoration: underline; }

/*.search {
	h2 {
		display:inline-block;
	}
	.keyword {
		display: inline-block;
	}	
}*/
.results-wrapper ul {
  padding: 0;
  list-style: none; }
  .results-wrapper ul li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0 20px; }
    .results-wrapper ul li a.search-title-link {
      font-weight: 600;
      font-size: 15px; }
    .results-wrapper ul li img {
      max-width: 200px;
      height: auto;
      width: auto;
      float: left;
      padding-right: 10px; }
    .results-wrapper ul li p, .results-wrapper ul li h4 {
      font-size: 14px; }
.results-wrapper a.search-url-button {
  color: #32709f !important;
  font-style: italic; }
.results-wrapper span.highlight-keyword {
  background-color: yellow;
  padding: 0 2px; }

.row {
  margin: 0 auto; }
  .row div {
    padding: 0; }

.row.two-col > div:first-child {
  padding-right: 3%; }
.row.two-col .main-content a {
  text-decoration: underline; }
  .row.two-col .main-content a img {
    max-width: 100%;
    height: auto; }

.two-col {
  display: table;
  width: 100%; }
  .two-col img {
    max-width: 100%;
    width: auto;
    height: auto; }
  .two-col .col {
    display: table-cell;
    vertical-align: top; }
  .two-col #sidebar {
    background: #32709f;
    color: #fff;
    padding: 15px; }
    .two-col #sidebar video {
      width: 100%;
      margin: 0 auto; }
    .two-col #sidebar p {
      color: #fff;
      margin: 20px 0 0; }
    .two-col #sidebar a {
      color: #fff; }
    .two-col #sidebar > .widget:first-child h3 {
      margin-top: 0; }
    .two-col #sidebar .widget_sp_image {
      text-align: center; }
    .two-col #sidebar ul {
      margin: 20px 0;
      padding-left: 30px; }
    .two-col #sidebar ul.children {
      padding: 0 0 0 15px;
      margin: 10px 0; }
    .two-col #sidebar select {
      background-color: #fff;
      color: #3a3a3a; }
    .two-col #sidebar .widget_archive .screen-reader-text {
      display: none; }
  .two-col .main-content.col {
    padding-right: 10px; }
  .two-col .col.sidebar {
    width: 30%; }

div.tile-wrapper {
  padding: 30px 0; }
  div.tile-wrapper h3.widget-title {
    margin: 0 0 10px;
    text-transform: uppercase;
    color: #32709f;
    font-weight: bold;
    font-size: 20px; }
  div.tile-wrapper p {
    font-size: 16px;
    margin: 0; }
  div.tile-wrapper a {
    font-style: italic;
    color: #32709f;
    margin-top: 10px;
    display: inline-block; }
  div.tile-wrapper .widget {
    padding: 10px 0; }

.tile-wrapper > .widget {
  border: 2px solid #00aaa7;
  border-right: none;
  border-left: none;
  width: 45%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 35px;
  float: left; }

.tile-wrapper .widget:nth-child(even) {
  float: right; }

.home .post-page {
  text-align: center; }
  .home .post-page a {
    display: inline-block; }

.col {
  display: table-cell; }

/*company links table*/
#container table td {
  padding: 2px; }

.company-links td {
  padding: 4px; }

/*calendar*/
#aec-modal-container {
  height: auto !Important;
  padding-bottom: 10px; }

/*contact form*/
.info .col:first-child {
  padding-right: 3%; }

form.wpcf7-form input[type="submit"] {
  background-color: #272727;
  color: #fff;
  border: 0;
  padding: 5px 10px; }
form.wpcf7-form span.wpcf7-list-item {
  clear: both;
  display: block; }
form.wpcf7-form input.wpcf7-text {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #ccc; }
form.wpcf7-form p {
  margin: 20px 0;
  display: inline-block;
  vertical-align: top;
  width: 49%; }
form.wpcf7-form textarea.wpcf7-form-control.wpcf7-textarea {
  border: 1px solid #ccc;
  padding: 6px 10px; }

form.wpcf7-form p:nth-child(even) {
  padding-right: 2%; }

/*wordpress galleries*/
.main-wrapper .main.content .gallery-item img {
  max-width: 100%;
  height: auto;
  border: 0 !Important; }

/*products*/
/*category page*/
.woocommerce ul.products {
  width: 100%; }
  .woocommerce ul.products li.product a img {
    width: auto; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin: 0 3.5% 2.992em 0 !important;
  width: 31% !important; }

.woocommerce-page ul.products li.last.product,
ul.products li.last.product {
  margin-right: 0 !Important; }

.woocommerce h1 {
  font-size: 23px; }

.tax-product_cat .page-title {
  margin-bottom: 0; }
.tax-product_cat .term-description table td {
  padding: 5px; }
.tax-product_cat p:first-child {
  margin-top: 15px; }

.related.products ul.products li.product img {
  max-width: 200px;
  height: auto;
  max-height: 200px;
  width: auto; }

.prod-menu ul {
  width: 100%;
  padding: 0; }
  .prod-menu ul > li {
    display: inline-block;
    padding: 4%;
    width: 33%;
    font-size: 21px;
    vertical-align: top;
    float: left;
    text-align: center; }
  .prod-menu ul li > ul.sub-menu {
    display: none; }
  .prod-menu ul a {
    display: block; }

a#back-menu {
  cursor: pointer; }

.archive h1.page-title {
  font-size: 26px; }

.woocommerce #container.wrapper ul.woocommerce-error {
  margin: 20px 0 !important; }

ul.products {
  padding: 10px 0 0 !Important; }
  ul.products h3 {
    color: #231f20;
    font-size: 16px !important;
    height: 55px; }
  ul.products li img.wp-post-image {
    margin-bottom: 0 !important; }
  ul.products li a.button.add_to_cart_button,
  ul.products li a.button.product_type_simple {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: #00aaa7;
    color: #fff !important; }
  ul.products li span.amount {
    font-size: 18px;
    color: #231f20; }

.woocommerce.single-product .main-wrapper #container .product div.images img {
  max-width: 100%;
  width: auto;
  height: auto; }
.woocommerce.single-product .main-wrapper #container .product p.price {
  color: #231f20; }
.woocommerce.single-product .main-wrapper #container .product .cart button.button.alt {
  background: #00aaa7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
.woocommerce.single-product .main-wrapper #container .product .woocommerce-tabs .comment-form-rating a {
  color: #00aaa7; }
.woocommerce.single-product .main-wrapper #container .product .woocommerce-tabs ul.tabs {
  margin-bottom: 0; }
  .woocommerce.single-product .main-wrapper #container .product .woocommerce-tabs ul.tabs li {
    background: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    float: left;
    margin: 0; }
    .woocommerce.single-product .main-wrapper #container .product .woocommerce-tabs ul.tabs li a {
      color: #231f20; }
  .woocommerce.single-product .main-wrapper #container .product .woocommerce-tabs ul.tabs li.active {
    background: #ccc;
    border: 1px solid #ccc; }
    .woocommerce.single-product .main-wrapper #container .product .woocommerce-tabs ul.tabs li.active a {
      color: #231f20; }
  .woocommerce.single-product .main-wrapper #container .product .woocommerce-tabs ul.tabs li.active:after,
  .woocommerce.single-product .main-wrapper #container .product .woocommerce-tabs ul.tabs li:before,
  .woocommerce.single-product .main-wrapper #container .product .woocommerce-tabs ul.tabs li:after {
    display: none !important; }
.woocommerce.single-product .main-wrapper #container .product .woocommerce-tabs .entry-content {
  padding: 0 10px; }
.woocommerce.single-product .main-wrapper #container .product .woocommerce-tabs .panel h2 {
  margin: 10px 0; }
.woocommerce.single-product .main-wrapper #container .product h1.product_title {
  color: #32709f;
  font-weight: 600;
  font-size: 24px; }
.woocommerce.single-product .main-wrapper #container .product .panel.entry-content {
  max-height: 300px;
  overflow-y: auto;
  width: auto; }

.product_meta {
  margin: 0 0 25px; }

.page-title {
  color: #32709f !important;
  text-transform: uppercase;
  border-bottom: 2px solid #00aaa7;
  font-weight: bold;
  padding-bottom: 2px;
  margin-bottom: 20px; }

.blog-container:first-child {
  margin-top: 20px; }

.single-post .blog-container {
  padding-bottom: 30px;
  border-bottom: 0; }

.single .post.post-content {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc; }

.blog-container {
  margin-bottom: 40px;
  /* border: 2px solid $teal; */
  border-bottom: 1px solid #ccc; }
  .blog-container .post-page {
    margin-bottom: 30px; }
  .blog-container .read-more {
    display: inline-block;
    margin: 5px 0 10px; }
    .blog-container .read-more a.button.post-read-more {
      color: #32709f !important;
      text-decoration: none;
      font-size: 14px;
      display: block;
      font-style: italic; }
  .blog-container .post-title h3 {
    /*border-bottom: 2px solid $teal;*/
    padding: 2px 0 3px;
    font-size: 20px;
    font-weight: bold; }
    .blog-container .post-title h3 a:hover {
      text-decoration: none; }

.post-cite {
  font-size: 13px; }

.single-post .blog-container:first-child {
  margin-top: 0; }

.woocommerce #container .woocommerce-message,
.woocommerce .woocommerce-info {
  border-top-color: #231f20; }
  .woocommerce #container .woocommerce-message a.button,
  .woocommerce .woocommerce-info a.button {
    background: #231f20;
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }

.woocommerce #container .woocommerce-message:before,
.woocommerce .woocommerce-info:before {
  color: #00aaa7; }

/*billing details*/
.woocommerce form .form-row.woocommerce-invalid input.input-text {
  border-color: #ff3366 !Important;
  border: 1px solid #666; }

.woocommerce form .form-row.woocommerce-validated input.input-text {
  border-color: #A9A9A9; }

#customer_details input {
  font-weight: normal;
  padding: 2px 2px 0; }

#payment input.button.alt {
  background: #00aaa7; }

/*responsive table*/
.pinned {
  width: 150px !important; }

div.table-wrapper div.scrollable {
  margin-left: 155px !important; }

.contact-search h2 {
  margin: 10px 0; }
.contact-search h2 a {
  color: #32709f;
  font-weight: normal;
  margin: 4% 0 5%;
  font-size: 2.25vw;
  float: right; }

/*search*/
form#searchform {
  position: relative; }
  form#searchform #searchform div {
    width: 90%;
    position: relative;
    margin: 0 auto; }
  form#searchform input#s {
    padding: 3px;
    border: 1px solid #231f20;
    width: 95%;
    float: right;
    margin-bottom: 4px; }
  form#searchform input#searchsubmit {
    background: url("../../../../gfx/search-glass.png") no-repeat;
    background-size: 90%;
    border: 0;
    padding: 5px;
    color: #ffffff;
    width: 22px;
    height: 22px;
    position: absolute;
    bottom: 5px;
    right: 5px; }
  form#searchform ::-webkit-input-placeholder {
    color: #231f20;
    font-style: italic; }
  form#searchform :-moz-placeholder {
    /* Firefox 18- */
    color: #231f20;
    font-style: italic; }
  form#searchform ::-moz-placeholder {
    /* Firefox 19+ */
    color: #231f20;
    font-style: italic; }
  form#searchform :-ms-input-placeholder {
    color: #231f20;
    font-style: italic; }

/*login*/
ul.tml-action-links,
ul.tml-user-links {
  padding: 0 0 0 20px; }

img.avatar.photo {
  margin: 0 0 20px; }

input#user_login,
input#user_pass {
  padding: 3px 5px; }

#loginform input#wp-submit,
#theme-my-login input#wp-submit {
  background-color: #272727 !important;
  color: #fff;
  border: none;
  padding: 4px 10px; }

/*job form*/
body.frm_preview_page {
  max-width: 1155px;
  margin: 0 auto; }

.frm_style_formidable-style.with_frm_style label.frm_primary_label, .frm_style_formidable-style.with_frm_style.frm_login_form label,
.frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=password], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=number], .frm_style_formidable-style.with_frm_style input[type=url], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style input[type=search], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea, .frm_style_formidable-style.with_frm_style .chosen-container {
  font-family: "Open Sans",sans-serif !important;
  color: #231f20; }

.frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=password], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=number], .frm_style_formidable-style.with_frm_style input[type=url], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style input[type=phone], .frm_style_formidable-style.with_frm_style input[type=search], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea, .frm_form_fields_style, .frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices, .frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single,
.frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_form_submit_style, .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.frm_style_formidable-style.with_frm_style input[type=submit]:hover, .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover, .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:hover,
.frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_form_submit_style, .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit],
.main-wrapper #container .row.two-col a.blue_button {
  background-color: #272727 !important;
  color: #fff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

a.blue_button {
  text-decoration: none !important; }

.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus, .frm_style_formidable-style.with_frm_style select:focus, .frm_style_formidable-style.with_frm_style textarea:focus, .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search], .frm_form_fields_active_style, .frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: -webkit-focus-ring-color auto 5px; }

input#field_job-entry-rate,
input#field_aqhl2u {
  width: 100px !important; }

/*product nav*/
#container .woocommerce-pagination ul.page-numbers li a {
  text-decoration: none; }

.global-table tr td:first-child {
  width: 15%;
  padding-right: 5px;
  min-width: 120px; }

#footer {
  text-align: center;
  padding: 20px 0; }
  #footer ul {
    padding: 0; }
  #footer li {
    display: block; }
  #footer a {
    text-decoration: none;
    padding: 5px 0; }
  #footer .sub-menu {
    display: none; }
  #footer p a, #footer p {
    color: #6f6f71; }

@media (min-width: 1400px) {
  .contact-search h2 a {
    font-size: 1.5vw; } }
@media (max-width: 900px) {
  ul.products h3 {
    height: 70px; }

  /*.woocommerce-page ul.products li.last.product {
  	margin-right: 0 !Important;
  }
  .woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) {
  	float: right;
  	clear: none!important;
  }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  	width: 50%;
  }*/ }
@media (min-width: 801px) {
  .main-menu {
    display: inline-block !important; } }
@media (max-width: 800px) {
  .two-col .col {
    display: block;
    width: auto; }

  .contact-search h2 a {
    font-size: 3vw;
    float: none; }

  #header {
    padding: 10px 0;
    display: table; }

  #header .logo.col {
    width: 50%;
    padding-right: 5px; }

  #header .contact-search.col {
    width: 30%; }

  #header .contact-search.col,
  #header .logo.col {
    display: table-cell;
    position: relative; }

  .main.content .col.sidebar {
    width: auto; }

  .info .col:first-child {
    padding-right: 0%; }

  #header .col.main-menu {
    display: none; }

  .main-menu ul li:hover ul.sub-menu {
    background: transparent; }

  .alignnone,
  a img.alignnone,
  a img.alignright,
  .alignright {
    margin: 0; }

  .main-menu {
    display: none; }
    .main-menu ul {
      margin-top: 20px; }
      .main-menu ul li {
        display: block; }
      .main-menu ul a {
        padding: 10px 5px; }
      .main-menu ul ul.sub-menu {
        display: block;
        left: 0;
        opacity: 1;
        position: relative;
        margin-top: 0;
        margin-bottom: 0; }
        .main-menu ul ul.sub-menu li a {
          font-size: 12px;
          padding: 5px 0 5px 15px;
          display: block; }

  .top-menu {
    width: 80%;
    display: inline-block; }
    .top-menu ul {
      width: 100%; }

  .main-menu ul ul.sub-menu {
    width: 100%; }

  .main-menu ul li a:before,
  .main-menu ul li.current-page-parent a:before,
  .main-menu ul li.current-menu-item a:before {
    display: none; }

  .main-menu ul li.current-page-parent > a,
  .main-menu ul li.current-menu-item > a {
    border-bottom: 2px solid teal; }

  .main-menu ul a {
    display: block; }

  .main-menu ul {
    display: block;
    -webkit-box-shadow: 0 1px 1px #AEAEAE;
    -moz-box-shadow: 0 1px 1px #AEAEAE;
    box-shadow: 0 1px 1px #AEAEAE;
    margin-top: 0;
    background-color: rgba(0, 170, 168, 0.3);
    /*#E9E9E9;*/ }

  .main-menu ul ul.sub-menu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: transparent; }

  li.menu-item-has-children a {
    padding-bottom: 0; }

  a.clicker {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    /*position: absolute;
    top: -5px;
    right: 5px;*/ }

  .top-menu li {
    padding: 0 5%; }

  form#searchform input#s {
    width: 95%;
    float: none; }

  form#searchform input#searchsubmit {
    top: 3px;
    right: 10px;
    bottom: auto; }

  .search .clearfix {
    display: none; }

  div#wonderpluginslider-1 .amazingslider-description-1 {
    font-size: 18px;
    padding: 0; }

  div.tile-wrapper > .widget {
    display: block;
    width: auto;
    padding: 10px;
    clear: both;
    float: none; } }
@media (max-width: 767px) {
  ul.products h3 {
    font-size: 18px !important; }

  .two-col #sidebar .widget_sp_image {
    text-align: left; }

  .two-col #sidebar video {
    width: auto; }

  .row.two-col > div:first-child {
    padding: 0 0 20px; }

  .page .main-wrapper .post-page,
  .blog .main-wrapper .blog-container {
    padding: 0 2px; }

  h2.page-title {
    font-size: 21px; }

  h2 {
    font-size: 21px; }

  h3, h4 {
    font-size: 16px; }

  .info .col {
    width: 49%;
    display: inline-block; }

  .info .col:first-child {
    padding-right: 3%; }

  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 48% !important;
    margin: 0 0 2.992em !important; }

  #aec-modal-container {
    width: 300px !important;
    left: 25% !Important; } }
@media (max-width: 600px) {
  #container {
    padding: 20px 0 0; }

  #header .contact-search.col {
    display: block;
    width: auto;
    position: inherit; }

  #header .logo.col {
    padding-bottom: 5px;
    display: block;
    width: auto;
    position: inherit;
    width: 80%; }

  a.clicker {
    position: absolute;
    top: 20px;
    right: 10px; }

  .top-menu {
    width: 69%;
    display: inline-block;
    vertical-align: top; }
    .top-menu ul {
      margin: 5px 0; }

  .search {
    padding-top: 5px; }

  .contact-search h2 {
    margin: 5px 0;
    font-size: inherit;
    display: inline-block;
    width: 30%;
    vertical-align: top;
    line-height: 22px; }
    .contact-search h2 a {
      font-size: 14px; } }
@media (max-width: 480px) {
  .results-wrapper ul li img {
    float: none;
    padding-bottom: 10px;
    max-width: 100%; }

  form.wpcf7-form p {
    display: block;
    padding: 0 !important;
    width: 100%; }

  textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%; }

  #container #aec-filter {
    float: left; }
  #container .fc-header td {
    display: block;
    text-align: left; }
  #container table {
    font-size: 11px; }

  .prod-menu ul > li {
    font-size: 16px;
    width: 50%;
    text-align: left;
    padding: 3%; }

  .aligncenter,
  .alignnone,
  .alignright,
  .alignleft,
  a img.alignleft,
  a img.alignnone,
  a img.alignright {
    float: none;
    clear: both; }

  div#wonderpluginslider-1 .amazingslider-description-1,
  div#wonderpluginslider-1 .amazingslider-text-bg-1 {
    display: none !important; }

  #container table td {
    padding: 2px;
    display: block; } }
@media (max-width: 400px) {
  .top-menu {
    display: block;
    width: auto; }

  .contact-search h2 a {
    font-size: 16px; }

  ul.products h3 {
    height: auto; }

  .woocommerce ul.products li.product a img {
    max-width: 300px;
    height: auto;
    margin: 0 auto 1em; }

  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100% !important;
    float: none !Important; } }

/*# sourceMappingURL=styles.css.map */
