@import "animate.css";
@import "custom-neorecruit.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,400italic,700&subset=latin,latin-ext);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #e2e6e9;
  color: #a4a4a5;
  font: 400 14px/24px 'Roboto Condensed', sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1 {
  font-size: 80px;
  line-height: 92px;
}
h2 {
  font-size: 72px;
  line-height: 80px;
  font-weight: 700;
}
h3 {
  font-size: 48px;
  line-height: 53px;
  font-weight: 300;
}
h3 + p {
  margin-top: 17px;
}
h4 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  color: #414141;
}
h4 + p {
  margin-top: -2px;
  color: #909497;
  font-size: 14px;
}
h5 {
  color: #414141;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
}
h5 + * {
  margin-top: 52px;
}
h5 + p {
  margin-top: 6px;
}
h5 + .row {
  margin-top: 51px;
}
h5 + form {
  margin-top: 58px;
}
h6 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
}
h6 + span {
  margin-top: 2px;
}
h6 + p {
  margin-top: 15px;
}
p {
  font-family: 'Roboto Condensed', sans-serif;
  color: #9fa0a1;
}
p a:hover {
  text-decoration: underline;
}
p + .row {
  margin-top: 14px;
}
time {
  display: block;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:active,
a:focus,
a:hover,
a:visited {
  outline: 0;
}
a:active {
  background: transparent;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
strong {
  font-weight: 700;
}
.fa {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}
.bg-wrap {
  background: #e2e6e9;
}
.bg-wrap-white {
  background: #fff;
}
.bg-wrap-dark {
    background:#828282;
}
.video01 {
  width: 570px;
  height: 322px;
}
/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 11px;
}
.sf-menu a {
  display: block;
}
.sf-menu > li > a {
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  padding: 5px 15px;
  padding-top: 6px;
  padding-bottom: 4px;
  color: #525252;
  text-transform: uppercase;
}
@media only screen and (max-width: 979px) {
  .sf-menu > li > a {
    font-size: 14px;
    padding: 5px 10px;
  }
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  color: #009945;
}
.sf-menu > li.active > a {
  color: #fff;
  background: #009945;
}
.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: auto;
  margin-left: -64px;
  margin-top: 1px;
  padding: 10px 17px;
  background: #009945;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  text-transform: uppercase;
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #FFF;
  white-space:nowrap;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  color: #FFF;
}
.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 98px;
  margin-top: 8px;
  margin-left: 13px;
  padding: 0px 13px;
  z-index: 4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.sf-menu ul ul {
  background: #414141;
}
.sf-menu ul ul > li > a {
  color: #FFF;
  font-size: 12px;
  line-height: 30px;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  background: #414141;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #de0500;
  font-size: 12px;
  font-weight: 400;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  width:5px;
  height:3px;
  left: 50%;
  top: 78%;
  margin-left: -2px;
  content: ' ';
  background:url('../images/dropdown_arr.png') no-repeat center center;
}
.active .sf-with-ul:before {
  color: #fff !important;
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 420px;
  background: #ffffff url('../images/select.png') no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 420px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px 'Roboto Condensed', sans-serif;
  line-height: 30px;
  border: 1px solid grey;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 270px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #ffffff;
  z-index: 999;
  border-bottom: 1px solid #f0efef;
}
.isStuck .list01 {
  display: none;
}
.isStuck .sf-menu {
  padding-top: 28px;
  margin-top: -15px;
}
.isStuck .sf-menu > li {
  position: relative;
  float: left;
}
.isStuck .sf-menu > li + li {
  margin-left: 0px;
}
.isStuck .search-form {
  margin-top: 16px;
}
.isStuck .nav {
  padding-bottom: 15px;
  margin-bottom: 0;
}
.isStuck .brand {
  display: none;
  padding-left: 65px;
  margin-top: 10px;
  margin-bottom: -37px;
}
.isStuck .brand_name {
  font-size: 30px;
  line-height: 30px;
}
.isStuck .brand .brand-icon {
  position: relative;
  text-align: center;
}
.isStuck .brand .brand-icon:before {
  content: url(../images/logo.png);
  position: absolute;
  top: -5px;
  left: 0;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 3px;
  margin-top: 1px;
  margin-left: -65px;
  background: #de0500;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.isStuck .brand_slogan {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 1px;
  margin-top: -3px;
  margin-left: 3px;
  color: #de0500;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .isStuck .sf-menu {
    margin-left: 0;
    padding-top: 15px;
    margin-top: -11px;
  }
  .isStuck .sf-menu > li > a {
    font-size: 14px;
    padding: 5px 10px;
  }
  .isStuck .brand {
    display: none;
  }
  .isStuck .nav {
    padding-bottom: 5px;
  }
  .isStuck .search-form {
    margin-top: 7px;
  }
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 42px;
  height: 42px;
  font-size: 27px;
  line-height: 38px;
  color: #8f8f90;
  background: #f7f7f7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #009945;
  background: #f7f7f7;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*=================       Tabs     ======================*/
.resp-tabs-list {
  display: none;
}
.resp-tabs-list li {
  cursor: pointer;
}
.resp-tabs-container {
  margin-top: 15px;
  margin-bottom: 27px;
}
.resp-accordion {
  position: relative;
  display: block;
  background: #f4f4f4;
  cursor: pointer;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #01b9af;
  padding: 5px 5px;
  padding-top: 6px;
  padding-left: 32px;
  border: 1px solid #ececec;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 9px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.resp-accordion:before {
  content: "\f067";
  font-family: 'FontAwesome';
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -8px;
  font-size: 10px;
  line-height: 17px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 16px;
  height: 16px;
  border: 1px solid #7b7f82;
  color: #51565a;
}
.resp-accordion:hover {
  color: #de0500;
}
.resp-tab-active:before {
  content: "\f068";
}
.resp-tab-content {
  display: none;
  padding: 6px 20px 33px 31px;
  font-size: 13px;
  line-height: 18px;
}
.resp-tab-content-active {
  display: block;
}
@media (max-width: 767px) {
  .resp-accordion {
    display: block;
  }
  .resp-tabs-list {
    display: none;
  }
}
/*==================   Parallax    ======================*/
.parallax {
  background-position: center 0;
  background-repeat: no-repeat;
}
.mobile .parallax,
.tablet .parallax {
  background-position: 50% 0 !important;
  background-size: cover;
}
.parallax1 {
  background-color: #FFF;
  background-image: url(../images/pharmacy.png);
  position: relative;
}
.parallax2 {
  background-color: #FFF;
  background-image: url(../images/page-4_parallax01.jpg);
  position: relative;
}
@media (max-width: 767px) {
  .parallax {
    background-position: center 0 !important;
    background-size: cover;
  }
}
@charset "UTF-8";
@font-face {
  font-family: "sawmill";
  src: url("../fonts/sawmill.eot");
  src: url("../fonts/sawmill.eot?#iefix") format("embedded-opentype"), url("../fonts/sawmill.woff") format("woff"), url("../fonts/sawmill.ttf") format("truetype"), url("../fonts/sawmill.svg#sawmill") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "sawmill" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "sawmill" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-right:before {
  content: "a";
}
.icon-subtract:before {
  content: "b";
}
.icon-add:before {
  content: "c";
}
/*==================   Tumbnail    ======================*/
.thumb {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
  background: transparent;
}
.thumb_overlay:before {
  content: '\f065';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px 'FontAwesome';
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.stacktable {
  width: 100%;
}
.st-head-row {
  padding-top: 1em;
}
.st-head-row.st-head-row-main {
  font-size: 1.5em;
  padding-top: 0;
}
.st-key {
  width: 49%;
  text-align: right;
  padding-right: 1%;
}
.st-val {
  width: 49%;
  padding-left: 1%;
}
/* RESPONSIVE EXAMPLE */
.stacktable.large-only {
  display: table;
}
.stacktable.small-only {
  display: none;
}
@media (max-width: 800px) {
  .stacktable.large-only {
    display: none;
  }
  .stacktable.small-only {
    display: table;
  }
}
/*=================== Tables ==========================*/
table + table {
  margin-top: 5px;
}
.taddress {
  font-size: 30px;
  line-height: 32px;
  margin: 20px 0;
  color: #01b9af;
  display: none;
}
@media only screen and (max-width: 801px) {
  .taddress {
    display: inline-block;
    text-align: center;
  }
}
.table1 {
  width: 100%;
  border: 1px solid #edeaea;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 24px;
  color: #252525;
  font-weight: 400;
}
@media only screen and (max-width: 479px) {
  .table1 {
    font-size: 14px;
    line-height: 20px;
  }
}
.table1 .ton {
  display: none;
}
.table1 tr td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 17px;
  padding-top: 14px;
  padding-bottom: 17px;
  border: 1px solid #edeaea;
  vertical-align: top;
}
@media only screen and (max-width: 979px) {
  .table1 tr td {
    padding: 5px;
  }
}
.table1 span {
  display: block;
  font-size: 13px;
  line-height: 21px;
  color: #a4a4a5;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 479px) {
  .table1 span {
    font-size: 12px;
  }
}
.table1 .td01 {
  padding-right: 50px;
  color: #01b9af;
  vertical-align: top;
  width: 198px;
}
@media only screen and (max-width: 1199px) {
  .table1 .td01 {
    width: 160px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 979px) {
  .table1 .td01 {
    padding: 5px;
    width: 100px;
  }
}
.table1 .td02 {
  width: 198px;
}
@media only screen and (max-width: 1199px) {
  .table1 .td02 {
    width: 150px;
  }
}
@media only screen and (max-width: 979px) {
  .table1 .td02 {
    width: 130px;
  }
}
.table1 .td03 {
  width: 154px;
}
.table1 .va-m {
  vertical-align: middle;
}
@media only screen and (max-width: 801px) {
  .table1 .ton {
    display: block !important;
  }
  .table1 .toff {
    display: none !important;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #ffffff;
  position: relative;
  z-index: 5;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
header .brand {
  float: left;
}
header .nav {
  float: left;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand,
  header .nav {
    float: none;
  }
}
header .list01 {
  margin-top: 81px;
}
@media only screen and (max-width: 1199px) {
  header .list01 {
    margin-top: 56px;
  }
}
@media only screen and (max-width: 767px) {
  header .list01 {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  padding-left: 65px;
  margin-top: 41px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .brand {
    margin-top: 21px;
    margin-bottom: 10px;
  }
}
.brand_name {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 2.5px;
  color: #01b9af;
  width:280px;
}
.brand .brand-icon {
  position: relative;
  text-align: center;
}
.brand .brand-icon:before {
  content: url(../images/logo.png);
  position: absolute;
  top: 1px;
  left: 0;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 3px;
  margin-top: 1px;
  margin-left: -65px;
}
.brand_slogan {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 1px;
  margin-top: -7px;
  margin-left: 3px;
  color: #de0500;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
/*=======================================================
                     CONTENT  Layout
=========================================================*/
/*========================================================
                     CONTENT  Styles
=========================================================*/
main {
  display: block;
  background: #ffffff;
}
/*==================      Well     ======================*/
.well {
  padding-bottom: 33px;
}
.well-02 {
  padding-top: 27px;
  padding-bottom: 21px;
}
.well-02.__sub {
  padding: 45px 0;
}
.well-02.__sub .row + .row {
  margin-top: 30px;
}
.well-02.__sub01 {
  padding: 66px 0;
  padding-bottom: 53px;
}
.well-02.__sub01 .row + .row {
  margin-top: 68px;
}
.well-02.__sub01 .row + h5 {
  margin-top: 68px;
}
.well-02.__sub01 .__mrg {
  margin-top: 68px !important;
}
.well-02.__sub01 h5 + .row + .row {
  margin-top: 30px;
}
.well-02.__sub02 {
  padding-top: 32px;
  padding-bottom: 30px;
}
.well-02.__sub02 .row + .row {
  margin-top: 30px;
}
.well-02.__sub03 {
  padding-top: 68px;
  padding-bottom: 1px;
}
.well-02.__sub04 {
  padding-bottom: 53px;
}
.well-02.__sub05 {
  padding-top: 66px;
  padding-bottom: 45px;
}
.well-02.__sub05 h5 + .row {
  margin-top: 65px;
}
.well-02.__sub05 .row + .row {
  margin-top: 44px;
}
.well-02.__sub06 {
  padding-bottom: 26px;
}
.well-02.__sub07 {
  padding-top: 66px;
  padding-bottom: 76px;
}
.well-02.__sub07 h3 {
  font-weight: 400;
  text-transform: uppercase;
  color: #252525;
}
.well-02.__sub07 h3 span {
  font-weight: 300;
  color: #de0500;
}
.well-02.__sub07 h3 + .row {
  margin-top: 62px;
}
@media only screen and (max-width: 767px) {
  .well-02.__sub07 h3 {
    text-align: center;
    font-size: 40px;
    line-height: 46px;
  }
}
.well-03 {
  padding-top: 50px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 767px) {
  .well-03 h4,
  .well-03 p {
    text-align: center;
  }
}
.well-04 {
  padding-top: 69px;
}
@media only screen and (max-width: 767px) {
  .well-04 #contact-form [class*="grid_"] + [class*="grid_"] {
    margin-top: 18px;
  }
}
.well-04.__mod {
  padding-bottom: 42px;
}
.well-04.__mod2 {
  padding-bottom: 50px;
}
.footer-well {
  padding-top: 40px;
  padding-bottom: 40px;
}
/*==================  Backgrounds  ======================*/
.bg01 {
  background: #de0500;
}
/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  background: #009945;
  display: inline-block;
  padding: 8px 19px;
  padding-top: 9px;
  padding-bottom: 8px;
  font-weight: 400;
  text-transform: uppercase;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  background: #de0500;
}
.btn_arrow,
.btn_01,
.btn_02,
.btn_03 {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_arrow {
  position: relative;
}
.btn_arrow:before {
  font-family: 'FontAwesome';
  content: '\f105';
  line-height: 27px;
  padding-left: 11px;
  padding-right: 11px;
  color: #000;
  margin-left: -11px;
  font-size: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_01 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  display: inline-block;
  color: #fff;
  background: #01b9af;
  padding: 14px 29px;
  padding-top: 16px;
  padding-bottom: 12px;
}
.btn_01:hover {
  background: #de0500;
}
.btn_02 {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  background: #de0500;
  padding: 17px 45px 15px 44px;
}
.btn_02:hover {
  background: #01b9af;
}
.btn_03 {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  color: #414141;
  text-transform: uppercase;
}
.btn_03:after {
  position: absolute;
  top: 50%;
  left: 100%;
  font-family: 'FontAwesome';
  content: '\f105';
  color: #fff;
  margin-left: 5px;
  margin-top: -7px;
  width: 13px;
  height: 13px;
  text-align: center;
  font-size: 11px;
  line-height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #414141;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_03:hover {
  color: #de0500;
}
.btn_03:hover:after {
  margin-left: 8px;
  background: #de0500;
}
/*==================== hr ==============================*/
hr {
  background: #dadbdc;
  color: #dadbdc;
  margin: 0;
  padding: 0;
  border: 0;
  height: 1px;
  margin: 8px 0;
}
hr + p {
  margin-top: 6px;
}
.hr02 {
  margin: 26px 0;
}
/*============= Lists ====================================*/
.list01 {
  float: right;
}
.list01 li {
  float: left;
}
.list01 li a {
  display: inline-block;
  color: #01b9af;
  font-size: 12px;
  line-height: 17px;
  font-weight: 300;
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-right: 0px;
  padding-left: 5px;
}
.list01 li a:hover {
  color: #de0500;
}
.soc-list {
  font-size: 12px;
  line-height: 30px;
  font-weight: 300;
  color: #363535;
  text-transform: uppercase;
}
.soc-list li {
  float: left;
  margin-right: 12px;
}
.soc-list li a {
  display: inline-block;
}
.soc-list li a:hover {
  color: #01b9af !important;
}
.no-margin {
  margin: 0 !important;
}
.no-border {
  border: 0 !important;
}
/*==================      Box      ======================*/
.box {
  position: relative;
  background: #009945;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_cnt {
  text-align: center;
  margin: 28px 70px 36px 70px;
}
.box_cnt h5,
.box_cnt p {
  color: #ffffff;
}
.box_cnt h5 {
  text-transform: uppercase;
  font-weight: 300;
}
.box_cnt p {
  line-height: 21px;
}
.box_cnt p + .btn_arrow {
  margin-top: 9px;
}
.box_cnt .btn_arrow {
  display: inline-block;
}
.box_cnt .btn_arrow:hover:before {
  background: #009945;
  color: #fff;
}
.box_cnt.__mod01 {
  margin: 28px 65px 36px 65px;
}
.box_cnt.__mod01 h5 {
  display: inline-block;
  line-height: 30px;
  margin-top: 2px;
}
.box_cnt.__mod01 p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
.box_cnt.__mod01 h5 + p {
  margin-top: 10px;
}
.box_cnt.__mod01 p + .btn_arrow {
  margin-top: 9px;
}
@media only screen and (max-width: 1199px) {
  .box_cnt.__mod01 {
    margin: 18px 30px 22px 30px;
  }
}
@media only screen and (max-width: 979px) {
  .box_cnt.__mod01 {
    margin: 18px 30px 22px 30px;
  }
  .box_cnt.__mod01 h5 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .box_cnt {
    margin: 18px 30px 22px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .box img {
    width: 100%;
  }
}
.box:hover {
  background: #0f0c0c;
}
.box-02 {
  border: 1px solid #edeaea;
  padding: 15px;
  padding-left: 16px;
  padding-right: 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box-02:before,
.box-02:after {
  content: " ";
  display: table;
}
.box-02:after {
  clear: both;
}
.thumb + .box-02_cnt {
  margin-top: 22px;
}
.box-02_cnt {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box-02_cnt h6 {
  color: #009945;
}
.box-02_cnt span {
  display: inline-block;
  color: #2b2929;
  text-transform: uppercase;
}
.box-02_cnt p {
  display: inline-block;
  color: #2b2929;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  min-height:75px;
}
.box-02_cnt p + .btn {
  margin-top: 21px;
  margin-bottom: 11px;
}
.box-02_cnt > .btn:hover {
    background-color:#2b2929;
}
@media only screen and (max-width: 767px) {
  .box-02_cnt {
    text-align: center;
  }
}
.box-02_a {
  position: relative;
}
.box-02_a h6 {
  margin-top: 20px;
  color: #414141;
  text-transform: uppercase;
}
.box-02_a p {
  display: inline-block;
  color: #959ba0;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .box-02_a {
    text-align: center;
  }
}
.box-02.__mod01 img + * {
  margin-top: 22px;
}
.box-02.__mod01 h6 + hr {
  margin-top: 17px;
}
.box-02.__mod01 hr {
  margin-bottom: 7px;
}
.box-02.__mod01 p + .btn {
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .box-02.__mod01 {
    text-align: center;
  }
}
.box-03 {
  display: block;
  position: relative;
  padding: 89px 0;
}
.box-03:before,
.box-03:after {
  content: " ";
  display: table;
}
.box-03:after {
  clear: both;
}
.box-03_block {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border: 12px solid rgba(255, 255, 255, 0.5);
  width: 614px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.box-03_cnt {
  position: relative;
  height: 100%;
  padding: 21px 25px 27px 25px;
  background: rgba(255, 255, 255, 0.38);
  text-transform: uppercase;
  text-align: center;
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -o-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
}
.lt-ie9 .box-03_cnt {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#61ffffff', endColorstr='#61ffffff');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#61ffffff', endColorstr='#61ffffff');
  zoom: 1;
}
.box-03_cnt h3 {
  font-weight: 400;
  font-size: 40px;
  margin-top:15px;
}
.box-03_cnt p {
  font-weight: bold;
  font-size: 20px;
  line-height: 35px;
  text-transform:initial;
}
.box-03_cnt h3,
.box-03_cnt p {
  color: #000;
}
.box-03_cnt a.btn_02 {
    margin-top:20px;
    background-color:#009945;
    font-weight:bold;
}
.box-03_cnt a.btn_02:hover {
    background-color:#2b2929;
}
.box-03_cnt span,
.box-03_cnt .call {
  color: #de0500;
}
.box-03_cnt p + .call {
  margin-top: 22px;
}
.box-03_cnt .call + .btn_02 {
  margin-top: 63px;
}
.box-03_cnt.__mod01 {
  padding: 21px 45px 27px 45px !important;
}
.box-03_cnt.__mod01 p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
}
.box-03_cnt.__mod01 p + .btn_02 {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .box-03_cnt.__mod01 {
    padding: 21px 15px 25px 15px !important;
  }
  .box-03_cnt.__mod01 p + .btn_02 {
    margin-top: 20px;
  }
  .box-03_cnt.__mod01 p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: none;
  }
}
.box-03.__mod01 {
  padding-bottom: 85px;
}
@media only screen and (max-width: 767px) {
  .box-03_block {
    width: 400px;
  }
  .box-03_cnt {
    padding: 11px 15px 15px 15px;
  }
  .box-03_cnt h3,
  .box-03_cnt p {
    font-size: 30px;
    line-height: 34px;
  }
  .box-03_cnt .call + .btn_02 {
    margin-top: 23px;
  }
}
@media only screen and (max-width: 479px) {
  .box-03_block {
    width: 270px;
  }
  .box-03_cnt h3,
  .box-03_cnt p {
    font-size: 22px;
    line-height: 24px;
  }
  .box-03_cnt .btn_02 {
    font-weight: 400;
  }
}
.box-04:before,
.box-04:after {
  content: " ";
  display: table;
}
.box-04:after {
  clear: both;
}
.box-04_cnt time {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #01b9af;
  font-size: 42px;
  font-weight: 700;
  margin-top: 11px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box-04_cnt time span {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  margin-top: 8px;
  padding: 0;
}
.box-04_cnt time:hover {
  color: #de0500;
}
.box-04_cnt h6 {
  cursor: pointer;
  border-left: 1px solid #cecece;
  color: #01b9af;
  margin-left: -31px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 11px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.box-04_cnt h6:hover {
  color: #de0500;
}
@media only screen and (max-width: 1199px) {
  .box-04_cnt h6 {
    margin-left: -21px;
  }
}
@media only screen and (max-width: 979px) {
  .box-04_cnt h6 {
    margin-left: -6px;
  }
}
@media only screen and (max-width: 767px) {
  .box-04_cnt h6 {
    border: 0;
    margin-left: 0;
    padding-left: 0;
  }
}
.box-04_cnt p {
  font-size: 13px;
  line-height: 21px;
  color: #a4a4a5;
  font-weight: 400;
}
.box-04_cnt .row + p {
  margin-top: 23px;
}
.box-04_cnt hr + .btn_03 {
  margin-top: -5px;
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .box-04_cnt {
    text-align: center;
  }
  .box-04_cnt time span {
    margin-left: 15px;
    margin-top: 0;
  }
}
.box-05 {
  display: block;
  position: relative;
  padding: 15px 30px 15px 16px;
  border: 1px solid #edeaea;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box-05:before,
.box-05:after {
  content: " ";
  display: table;
}
.box-05:after {
  clear: both;
}
img + .box-05_cnt {
  margin-top: 22px;
}
.box-05_aside {
  display: block;
  float: left;
}
@media only screen and (max-width: 1199px) {
  .box-05_aside {
    float: none;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  .box-05 {
    padding: 15px 15px 15px 16px;
  }
}
.box-05_cnt {
  display: block;
  overflow: hidden;
  text-align: left;
  padding-left: 30px;
  padding-top: 7px;
}
.box-05_cnt h6 {
  color: #de0500;
}
.box-05_cnt span {
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  color: #01b9af;
  text-transform: uppercase;
  font-weight: 700;
}
.box-05_cnt hr {
  margin-top: 10px;
  margin-bottom: 8px;
}
.box-05_cnt p {
  display: inline-block;
  color: #8b9196;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
.box-05_cnt .mail + .btn_03 {
  margin-top: 17px;
  margin-bottom: 11px;
}
.box-05_cnt p + .telephone {
  margin-top: 17px;
}
.box-05_cnt .telephone {
  display: block;
  color: #414141;
}
.box-05_cnt .telephone span {
  color: #8b9196;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
.box-05_cnt .mail {
  display: block;
  color: #414141;
}
.box-05_cnt .mail a {
  color: #de0500;
  font-weight: 400;
}
.box-05_cnt .mail a:hover {
  color: #01b9af;
}
@media only screen and (max-width: 1199px) {
  .box-05_cnt {
    padding-left: 0;
    text-align: center;
  }
  .box-05_cnt .btn_03 {
    margin-left: -10px;
  }
}
.box-06 iframe {
  width: 570px;
  height: 322px;
}
@media only screen and (max-width: 1199px) {
  .box-06 iframe {
    width: 100%;
    height: auto;
  }
}
.box-06 h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #01b9af;
  margin-top: -5px;
}
.box-06 p {
  font-size: 13px;
  line-height: 21px;
  color: #a4a4a5;
}
.box-06 h6 + p {
  margin-top: 35px;
}
.box-06 p + p {
  margin-top: 22px;
}
.box-06 p + hr {
  margin-top: 30px;
}
.box-06 hr + .btn_03 {
  margin-top: 13px;
  margin-bottom: 15px;
}
.box-06 .resp-tabs-container {
  margin-top: -13px;
}
.box-06 .resp-tabs-container .resp-tab-content {
  padding: 5px 20px 33px 31px;
}
.box-06 .resp-tabs-container .resp-tab-content p {
  font-size: 13px;
  line-height: 18px;
  color: #959ba0;
}
@media only screen and (max-width: 767px) {
  .box-06 h6 + p {
    margin-top: 15px;
  }
}
.box-07 h6 {
  font-size: 16px;
  line-height: 24px;
  color: #01b9af;
  font-weight: 400;
}
.box-07 h5 + h6 {
  margin-top: 60px;
}
.box-07 h6 + p {
  margin-top: 36px;
}
.box-07 p {
  font-size: 13px;
  line-height: 21px;
}
.box-07 p + p {
  margin-top: 21px;
}
.box-07 p + h6 {
  margin-top: 60px;
}
.box-07 a {
  display: inline-block;
  color: #de0500;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.box-07 a:hover {
  color: #01b9af;
}
.box-07 p + a {
  margin-top: 62px;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer h6 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #646464;
  text-transform: uppercase;
}
footer .copyright .footer-brand {
  display: inline-block;
  font-size: 36px;
  line-height: 30px;
  color: #de0500;
}
footer .copyright a:hover {
  color: #de0500;
}
footer .copyright p {
  font-size: 14px;
  line-height: 30px;
  color: #646464;
  font-weight: 400;
}
footer .copyright p a {
  text-decoration: none;
}
footer .copyright h6 + .footer-brand {
  margin-top: 15px;
}
footer .copyright .footer-brand + p {
  margin-top: 11px;
}
footer .copyright p + .soc-list {
  margin-top: 4px;
}
footer .about-us h6 + p {
  margin-top: 34px;
}
footer .about-us p {
  width: 80%;
  font-size: 13px;
  line-height: 18px;
  color: #646464;
  font-weight: 400;
}
footer .contact-us h6 + p {
  margin-top: 29px;
}
footer .contact-us p + a {
  margin-top: 13px;
}
footer .contact-us a + p {
  margin-top: 16px;
}
footer .contact-us p {
  color: #646464;
  font-size: 13px;
  line-height: 30px;
}
footer .contact-us p span {
  display: block;
  line-height: 22px;
}
footer .contact-us a {
  display: inline-block;
  color: #646464;
}
footer .contact-us a:hover {
  color: #de0500;
}
@media only screen and (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer .copyright p + .soc-list {
    margin-top: 0px;
  }
  footer .copyright .soc-list {
    float: none;
    display: inline-block;
  }
  footer .about-us p {
    width: 100%;
  }
}

.front-articles-blocks .box_cnt {
    margin: 28px 50px 36px 50px;
}


footer,
footer p {
    color:#e2e6e9;
}
footer .address h4 {
    color:#e2e6e9;
    font-size:20px;
}

#searchForm {
    margin-top:20px;
    margin-bottom:20px;
}
#searchForm input[type=text] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: 400 14px 'Roboto Condensed', sans-serif;
    line-height: 18px;
    padding: 5px 20px 5px;
    color: #2b2929;
    background-color: #fff;
    border: 0;
    width: 100%;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    height: 36px;
    margin: 0;
    padding-left: 15px;
}
#searchForm button {
    display: block;
    height: 100%;
    outline: 0;
    border: none;
    background-color: #009945;
    color: #e2e6e9;
    padding: 8px 20px;
    cursor: pointer;
    margin-left:10px;
}
#searchForm button:hover {
    background-color: #2b2929;
}
#searchForm .clearfix {
    clear:both;
}


.main-area h2 {
    font-size:38px;
    font-weight:normal;
    color:#000;
    text-transform: uppercase;
    width:1170px;
    margin:0 auto 20px;
    line-height: 40px;
}
.main-area .articlebody h3 {
    font-size:30px;
    margin-bottom:15px;
}
.main-area .articlebody table {
    width:100%;
}
.main-area .articlebody * {
    color: #000;
}
.main-area .articlebody h3 {
    font-size:30px;
    font-weight:normal;
}
.main-area .articlebody .article-blocks div a {
    font-size:20px;
    text-decoration:none;
}
.main-area .articlebody .darker-well {
    background-color: #C3C3C3;
    padding: 20px;
}

.main-area .blog .page-header h2 {
    font-size:30px;
}
.main-area .blog .post {
    margin-bottom:40px;
    padding-top:20px;
}
.main-area .blog .post + .post{
    border-top:1px solid #dddddd;
}
.main-area .blog .post * {
    color:#000;
}
.main-area .blog .readmore {
    margin-top:10px;
}
.main-area .blog .readmore a {
    color: #fff;
}
.main-area .blog .readmore a:hover {
    text-decoration:none;
    background:#2b2929;
}
.main-area .item-page .articlebody p > img:first-of-type,
.main-area .blog .post p > img:first-of-type {
    margin-right:10px;
    margin-bottom:10px;
}


.main-area .articlebody table.spaced-table td {
    padding-bottom:15px;
    width:33.3333%;
}
.main-area .articlebody iframe {
    max-width:100%;
}


.main-area .articlebody > p,
.main-area .articlebody > h3,
.main-area .articlebody > div.show-mobile,
.main-area .articlebody > div.hide-mobile,
.main-area .articlebody > div.show-tablet,
.main-area .articlebody > div.hide-tablet,
.main-area .articlebody > div[class*="bg-wrap"] > *,
.main-area .item-page > .beforetitle-info {
    width:1170px;
    margin:0 auto;
}
@media (min-width: 980px) and (max-width: 1199px) {
    .main-area h2,
    .main-area .articlebody > p,
    .main-area .articlebody > h3,
    .main-area .articlebody > div.show-mobile,
    .main-area .articlebody > div.hide-mobile,
    .main-area .articlebody > div.show-tablet,
    .main-area .articlebody > div.hide-tablet,
    .main-area .articlebody > div[class*="bg-wrap"] > *,
    .main-area .item-page > .beforetitle-info {
        width: 940px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .main-area h2,
    .main-area .articlebody > p,
    .main-area .articlebody > h3,
    .main-area .articlebody > div.show-mobile,
    .main-area .articlebody > div.hide-mobile,
    .main-area .articlebody > div.show-tablet,
    .main-area .articlebody > div.hide-tablet,
    .main-area .articlebody > div[class*="bg-wrap"] > *,
    .main-area .item-page > .beforetitle-info {
        width: 748px;
    }
}
@media (max-width: 767px) {
    .main-area h2,
    .main-area .articlebody > p,
    .main-area .articlebody > h3,
    .main-area .articlebody > div.show-mobile,
    .main-area .articlebody > div.hide-mobile,
    .main-area .articlebody > div.show-tablet,
    .main-area .articlebody > div.hide-tablet,
    .main-area .articlebody > div[class*="bg-wrap"] > *,
    .main-area .item-page > .beforetitle-info {
        width: 420px;
    }
}
@media (max-width: 479px) {
    .main-area h2,
    .main-area .articlebody > p,
    .main-area .articlebody > h3,
    .main-area .articlebody > div.show-mobile,
    .main-area .articlebody > div.hide-mobile,
    .main-area .articlebody > div.show-tablet,
    .main-area .articlebody > div.hide-tablet,
    .main-area .articlebody > div[class*="bg-wrap"] > *,
    .main-area .item-page > .beforetitle-info {
        width: 270px;
    }
}
.main-area .articlebody > p {
    margin-bottom:15px;
}
.main-area .articlebody a {
    text-decoration:underline;
}
.main-area .articlebody a:hover {
    color:#009945;
}
.main-area .articlebody > div[class*="bg-wrap"] {
    width:auto;
    margin:20px 0;
    padding:15px 0;
}
.main-area .articlebody > div[class*="bg-wrap"].no-padding {
    padding:0;
}
.main-area .articlebody > div[class*="bg-wrap"]:after {
    content:" ";
    display:block;
    clear:both;
}
.main-area .articlebody > div[class*="bg-wrap"] > p + p {
    margin-top:30px;
}
.main-area .articlebody div div.custom.map {
    width:100%;
}

#map-canvas {
    height:300px;
}

dl.search-results .result-title {
    font-weight:bold;
    color:#000;
}
dl.search-results .result-title a:hover {
    color:#009945;
}
dl.search-results .result-text {
    margin-bottom:15px;
    color:#000;
}


#emailform-popup {
    width:500px;
}
#emailform-popup input[type=text],
#emailform-popup input[type=email],
#emailform-popup textarea {
    width:100%;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 10px;
    font: 400 14px 'Roboto Condensed', sans-serif;
    color:#2b2929;
}
#emailform-popup label {
    margin-bottom:3px;
}
#emailform-popup .btn {
    border:none;
    outline:0;
    cursor:pointer;
}
.fancybox-skin {
    background-color:#e2e6e9;
}
#emailform-popup .btn:hover {
    background-color:#2b2929;
}
#emailform-popup .response-message .alert {
    padding:10px 15px;
    color:#fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#emailform-popup .response-message .alert.alert-success {
    background-color:#009945;
}
#emailform-popup .response-message .alert.alert-fail {
    background-color:#DE0500;
}

.main-area .item-page .beforetitle-info {
    margin:0 auto;
    color:#000;
    margin-bottom:30px;
}
.main-area .item-page .beforetitle-info * {
    color:#000;
}
.main-area .item-page .beforetitle-info h3 {
    font-weight:normal;
    font-size:30px;
}
.main-area .item-page .beforetitle-info h3 + p {
    margin-top:0;
    margin-bottom:10px;
}

.main-area .articlebody .management .man-item {
    display:inline-block;
    /*buvo kol 4 foot width:146px;*/
	width:110px;
}
.main-area .articlebody .management .man-item:last-child {
    width:117px;
}
.main-area .articlebody .management .man-item img,
.main-area .articlebody .management .man-item span {
    display:block;
}


.show-tablet,
.show-mobile {
    display: none;
}
.career-articles {
    margin-bottom:20px;
    margin-top:20px;
}
.career-articles p {
    color:#000;
}

.career-articles .article {
    margin-bottom:20px;
}

.career-articles .article img {
    margin-right:20px;
    margin-bottom:10px;
    margin-top:10px;
}
.career-articles .article h2 {
    margin-left:0;
}
.career-positions .position-item {
    padding-top:20px;
    margin-bottom:20px;
    color:#000;
}
.career-positions .position-item p {
    color:#000;
}
.career-positions .position-item + .position-item {
    border-top:1px solid #30ac68;
}
.career-positions .position-item:after {
    display:block;
    content:" ";
    clear:both;
}
.career-positions .position-item .left-col {
    width:10%;
    float:left;
    margin-left:30px;
}
.career-positions .position-item .left-col img {
    margin-bottom:30px;
}
.career-positions .position-item .left-col a.btn {
    width:auto;
    display:block;
    text-align:center;
}
.career-positions .position-item .left-col a.btn:hover,
.career-positions .position-item .left-col a.btn:focus,
.career-positions .position-item .left-col a.btn:active {
    background-color:#2b2929;
}
.career-positions .position-item .right-col {
    width:85%;
    float:left;
    margin-left:30px;
}

.career-positions .position-item .right-col .position {
    font-size:20px;
    margin-bottom:10px;
}


#send-cv-popup {
    width:620px;
    min-height:500px;
    background-color:#fff;
    margin:0 auto;
    padding:35px;
    position:relative;
}
#send-cv-popup h2 {
    color:#000;
    font-size:37px;
    text-transform:uppercase;
    font-weight:normal;
    border-bottom:1px solid #30ac68;
    line-height:42px;
    padding-bottom:10px;
    margin-bottom:30px;
}
#send-cv-popup .mfp-close {
    top:12px;
    right:12px;
    color:#fff;
    background-color:#009945;
    border-radius:100%;
    width:30px;
    height:30px;
    line-height:31px;
    text-align:center;
}
#send-cv-popup .container {
    width:auto;
}
#send-cv-popup form .row {
    margin-left:0;
    margin-bottom:15px;
}
#send-cv-popup form .row .grid_6 {
    width:50%;
    box-sizing: border-box;
    margin-left:0;
}
#send-cv-popup form .row .grid_6:first-child {
    padding-right:17px;
}
#send-cv-popup form .row .grid_6 + .grid_6 {
    padding-left:17px;
}
#send-cv-popup form .row .grid_12 {
    width:100%;
    box-sizing: border-box;
    margin-left:0;
}
#send-cv-popup form .row:after {
    display:block;
    content:" ";
    clear:both;
}
#send-cv-popup form .note {
    color:#000;
    font-size:12px;
    margin-top:15px;
}
#send-cv-popup form label {
    text-transform:uppercase;
    color:#000;
    display:block;
    margin-bottom:10px;
}
#send-cv-popup form input[type=text],
#send-cv-popup form input[type=email],
#send-cv-popup form textarea {
    border:1px solid #e2e6e9;
    width:100%;
    font-size:16px;
    padding:8px 5px;
    box-sizing:border-box;
    font-family:'Roboto Condensed', sans-serif;
}
#send-cv-popup {
    margin-bottom:5px;
}
#send-cv-popup .file-input label {
    display:inline-block;
    margin-bottom:0px;
    margin-right:5px;
}
#send-cv-popup .submit-container {
    text-align:right;
}
#send-cv-popup form input[type=submit] {
    border:none;
    outline:0;
    cursor:pointer;
}
#send-cv-popup form input[type=submit]:hover,
#send-cv-popup form input[type=submit]:active,
#send-cv-popup form input[type=submit]:focus {
    background-color:#2b2929;
}

#send-cv-popup .status .alert {
    text-align:center;
    padding:10px 0;
    margin-bottom:15px;
}
#send-cv-popup .status .alert-danger {
    color:#a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
#send-cv-popup .status .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.pagination ul.pagination-list {
    text-align:center;
}
.pagination ul.pagination-list li {
    display:inline-block;
}
.pagination ul.pagination-list li:not(.disabled) a {
    background-color:#009945;
    color:#fff;
    margin:0 10px;
    padding:4px 8px;
}
.pagination ul.pagination-list li:not(.disabled).active a,
.pagination ul.pagination-list li:not(.disabled) a:hover {
    background-color:#2b2929;
}


@media (max-width: 1199px) {
    #contact-form .grouped-form-fields {
        width:78%;
    }
    #contact-form .submit-btn-field {
        width:18%;
    }
    .articlebody #contact-form .grouped-form-fields {
        width:89%;
    }
    .articlebody #contact-form .submit-btn-field {
        width:9%;
    }
    .main-area .articlebody p img {
        margin:0 !important;
        float:none !important;
        padding-bottom:3px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .show-tablet {
        display:block;
    }
    .hide-tablet {
        display:none;
    }
    .main-area .well-02 .row div[class*="grid_"] {
        display:block;
        float:none;
        width:100%;
    }
    #contact-form .grouped-form-fields {
        width:87%;
    }
    #contact-form .submit-btn-field {
        width:11%;
    }
    .box-02_cnt h6 {
        font-size:18px;
    }
    .box-02_cnt p {
        min-height:125px
    }

    .main-area .articlebody p img {
        margin:0 !important;
        float:none !important;
        padding-bottom:3px;
    }

    .career-positions .position-item .left-col,
    .career-positions .position-item .right-col {
        margin-left:20px;
        width:auto;
        margin-bottom:15px;
    }
}

@media (max-width: 767px) {
    .show-tablet {
        display:block;
    }
    .hide-tablet {
        display:none;
    }
    .hide-mobile {
        display: none;
    }
    .show-mobile {
        display:block;
    }
    .hide-mobile {
        display:none !important;
    }
    .brand .brand-icon:before {
        content: url('../images/logo_mobile.png');
    }
    .brand_name {
        width:133px;
    }
    #contact-form .grouped-form-fields,
    #contact-form .submit-btn-field {
        display:block;
        width:100% !important;
    }
    #contact-form .submit-btn-field button {
        display:block;
        width:100%;
        background:#009945;
        padding:14px;
    }
    .main-area .articlebody table.spaced-table td {
        width:auto;
    }
    .main-area .articlebody p img {
        margin:0 !important;
        float:none !important;
        padding-bottom:3px;
    }

    .main-area .articlebody .management img {
        display:block;
    }

    .career-positions .position-item .left-col,
    .career-positions .position-item .right-col {
        margin-left:0;
        width:auto;
        margin-bottom:15px;
    }

    #send-cv-popup {
        width:auto;
        min-width:270px;
    }

    #send-cv-popup form .row .grid_6 {
        width:auto;
        padding-left:0 !important;
        padding-right:0 !important;
    }




    footer .footer-well .container {
        width:auto;
    }
    footer .footer-well .container .address {
        margin:0 auto;
        width: 420px;
        text-align:left;
    }
    #emailform-popup {
        min-width:195px;
        width:100%
    }
}
@media (max-width: 479px) {
    footer .footer-well .container .footermap {
        min-width:270px;
    }
    footer .footer-well .container .address {
        width:270px;
    }

    .main-area .articlebody .management .man-item {
        display:block;
        margin-bottom:20px;
    }
}

.misija {
	background: url('../images/footer_misija_limedika.png') no-repeat top center;
	background-size: 100%;
	height: 190px;
	clear: both;
	padding: 0px 0px;
}
