@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700,700italic,400italic);

/*==========================================================
                        NORMALIZE
==========================================================*/
body {
  line-height: 1;
}

ul {
  list-style: none;
}
.sub ul{
list-style-image: url(/uploads/site/1/skin/bullet.png);
}

button,
input[type='button'] {
  background: none;
  border: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  outline: none;
  outline-offset: 0;
  overflow: visible;
  cursor: pointer;
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input[type='button']::-moz-focus-inner {
  border: none;
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 300px;
}
.container:before, .container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 480px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }

  .col-xs-1 {
    width: 8.33333%;
  }

  .col-xs-2 {
    width: 16.66667%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-4 {
    width: 33.33333%;
  }

  .col-xs-5 {
    width: 41.66667%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-7 {
    width: 58.33333%;
  }

  .col-xs-8 {
    width: 66.66667%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-10 {
    width: 83.33333%;
  }

  .col-xs-11 {
    width: 91.66667%;
  }

  .col-xs-12 {
    width: 100%;
  }

  .col-xs-offset-0 {
    margin-left: 0%;
  }

  .col-xs-offset-1 {
    margin-left: 8.33333%;
  }

  .col-xs-offset-2 {
    margin-left: 16.66667%;
  }

  .col-xs-offset-3 {
    margin-left: 25%;
  }

  .col-xs-offset-4 {
    margin-left: 33.33333%;
  }

  .col-xs-offset-5 {
    margin-left: 41.66667%;
  }

  .col-xs-offset-6 {
    margin-left: 50%;
  }

  .col-xs-offset-7 {
    margin-left: 58.33333%;
  }

  .col-xs-offset-8 {
    margin-left: 66.66667%;
  }

  .col-xs-offset-9 {
    margin-left: 75%;
  }

  .col-xs-offset-10 {
    margin-left: 83.33333%;
  }

  .col-xs-offset-11 {
    margin-left: 91.66667%;
  }

  .col-xs-offset-12 {
    margin-left: 100%;
  }

  .col-xs-clear {
    clear: left;
  }

  .col-xs-release {
    clear: none;
  }
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-clear {
    clear: left;
  }

  .col-sm-release {
    clear: none;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-clear {
    clear: left;
  }

  .col-md-release {
    clear: none;
  }
}
@media (min-width: 1200px) {
  .col-lg-clear {
    clear: left;
  }

  .col-lg-release {
    clear: none;
  }

  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}


.box .box__middle, .box-xs .box__middle, .box-sm .box__middle, .box-md .box__middle, .box-lg .box__middle {
  vertical-align: middle;
}
.box .box__bottom, .box-xs .box__bottom, .box-sm .box__bottom, .box-md .box__bottom, .box-lg .box__bottom {
  vertical-align: bottom;
}

.box .box_left img, .box .box_right img {
  max-width: none;
}
.box .box_left,
.box .box_right,
.box .box_cnt {
  padding: 0;
  display: table-cell;
  vertical-align: top;
}
.box .box_left {
  padding-right: 20px;
}
.box .box_right {
  padding-right: 30px;
}

@media (min-width: 480px) {
  .box-xs .box_left img, .box-xs .box_right img {
    max-width: none;
  }
  .box-xs .box_left,
  .box-xs .box_right,
  .box-xs .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-xs .box_left {
    padding-right: 30px;
  }
  .box-xs .box_right {
    padding-right: 30px;
  }

  .box-xs-clear .box_left img, .box-xs-clear .box_right img {
    max-width: 100%;
  }
  .box-xs-clear .box_left,
  .box-xs-clear .box_right,
  .box-xs-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
}
@media (min-width: 768px) {
  .box-sm .box_left img, .box-sm .box_right img {
    max-width: none;
  }
  .box-sm .box_left,
  .box-sm .box_right,
  .box-sm .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-sm .box_left {
    padding-right: 30px;
  }
  .box-sm .box_right {
    padding-right: 30px;
  }

  .box-sm-clear .box_left img, .box-sm-clear .box_right img {
    max-width: 100%;
  }
  .box-sm-clear .box_left,
  .box-sm-clear .box_right,
  .box-sm-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
}
@media (min-width: 992px) {
  .box-md .box_left img, .box-md .box_right img {
    max-width: none;
  }
  .box-md .box_left,
  .box-md .box_right,
  .box-md .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-md .box_left {
    padding-right: 20px;
  }
  .box-md .box_left--inset--1 {
    padding-right: 28px;
  }
  .box-md .box_right {
    padding-right: 30px;
  }

  .box-md-clear .box_left img, .box-md-clear .box_right img {
    max-width: 100%;
  }
  .box-md-clear .box_left,
  .box-md-clear .box_right,
  .box-md-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
}
@media (min-width: 1200px) {
  .box-lg .box_left img, .box-lg .box_right img {
    max-width: none;
  }
  .box-lg .box_left,
  .box-lg .box_right,
  .box-lg .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-lg .box_left {
    padding-right: 30px;
  }
  .box-lg .box_right {
    padding-right: 30px;
  }

  .box-lg-clear .box_left img, .box-lg-clear .box_right img {
    max-width: 100%;
  }
  .box-lg-clear .box_left,
  .box-lg-clear .box_right,
  .box-lg-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
}
* + .box_cnt {
  margin-top: 15px;
}
@media (min-width: 768px) {
  * + .box_cnt {
    margin-top: 0;
  }
}

/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #5c827a;
  font: 400 14px/25px "PT Sans", sans-serif;
  -webkit-text-size-adjust: none;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  /**color: #394B51;**/
  color: #005841;
   font-weight: 300;
}

h1 {
  font-size: 30px;
  line-height: 46px;
  color: #ffffff;
  margin: 0;
}
@media (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 57px;
  }
}

h2 {
  font-size: 26px;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 768px) {
  h2 {
    font-size: 30px;
    line-height: 38px;
  }
}

h3 {
  color: #599EB5;
  font-size: 18px;
  line-height: 26px;
	font-weight: bold;
}
@media (min-width: 768px) {
  h3 {
    font-size: 20px;
    line-height: 38px;
  }
}
h3 a:hover {
  color: #599EB5;
}

h4 {
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 18px;
    line-height: 32px;
  }
}

h5 {
  font-size: 14px;
  line-height: 1.2px;
}
@media (min-width: 768px) {
  h5 {
    font-size: 16px;
    line-height: 32px;
  }
}

h6 {
  font-size: 15px;
  line-height: 19px;
  margin: 0;
}

.sub h1 {
font-size: 30px;
	line-height: 30px;
	color: #1e2228;
	margin-bottom: 10px;
}
.sub h2 {
font-size: 25px;
	line-height: 25px;
	color: #1e2228;
	margin: 10px 0;
}
.sub h3 {
font-size: 22px;
	line-height: 22px;
}
.sub h4 {
font-size: 19px;
	line-height: 19px;
}
.sub h5 {
font-size: 16px;
	line-height: 16px;
}
.sub h6 {
font-size: 13px;
	line-height: 13px;
}

p a:hover, .icons ul a:hover, .list a:hover {
  text-decoration: none;
}
p .fa, .icons ul .fa, .list .fa {
  text-decoration: none;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sub a, .sub a:hover {
color: #5b93a8;
/**font-weight: 700;**/
}
.sub a:hover {
text-decoration: underline;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}
a:hover {
  color: inherit;
}

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;
}



.color-primary {
  color: #005841;
}

.color-secondary {
  color: #394B51;
}

/*==================  Backgrounds  ======================*/

.bg-primary {
  background: #005841;
}
.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6, .bg-primary .heading-1, .bg-primary .heading-2, .bg-primary .heading-3, .bg-primary .heading-4, .bg-primary .heading-5, .bg-primary .heading-6 {
  color: #ffffff;
}
.bg-primary p {
  color: #ffffff;
}
.bg-primary a:hover {
  color: #394B51;
}
.bg-primary .icons ul li {
  color: #ffffff;
}
.bg-primary .icons ul li:hover a {
  color: #8DBCCC;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bg-primary .icons ul li a {
  color: #ffffff;
}

.bg-primary .color-primary {
  color: #ffffff;
}
.bg-primary .button1 {
  color: #005841;
  background: #ffffff;
}
.bg-primary .button1:hover {
  color: #ffffff;
  background: #394B51;
  border-style: #394B51;
}
.bg-primary .h-icon {
  background: #394B51;
}
.bg-secondary {
  background: #bfc8c8;
  color: #005841;
}

.bg-secondary h1, .bg-secondary h2, .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-secondary h6, .bg-secondary .heading-1, .bg-secondary .heading-2, .bg-secondary .heading-3, .bg-secondary .heading-4, .bg-secondary .heading-5, .bg-secondary .heading-6 {
  color: #005841;
}
.bg-secondary h3 a:hover {
  color: #82b0bf;
}
.bg-secondary .icons ul li {
  color: #ffffff;
}
.bg-secondary .icons ul li:hover {
  color: #005841;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bg-secondary .icons ul li:hover:before {
  color: #005841;
}
.bg-secondary .icons ul li a {
  color: inherit;
}
.bg-secondary .icons ul li a:hover {
  color: inherit;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bg-secondary .mailform label input, .bg-secondary .mailform label select, .bg-secondary .mailform label textarea {
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
}
.bg-secondary .button1 {
  color: #ffffff;
  background: #005841;
}
.bg-secondary .button1:hover {
  border-color: #ffffff;
  color: #ffffff;
  background: transparent;
}
.bg-secondary .color-primary {
  color: #ffffff;
}

/*================  Text Alignment    ==================*/
.text-center {
  text-align: center;
}

@media (min-width: 480px) {
  .text-xs-left {
    text-align: left;
  }

  .text-xs-center {
    text-align: center;
  }

  .text-xs-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }

  .text-sm-center {
    text-align: center;
  }

  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }

  .text-md-center {
    text-align: center;
  }

  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

  .text-lg-center {
    text-align: center;
  }

  .text-lg-right {
    text-align: right;
  }
}
/*================   Text Styling     ==================*/

.bold, strong {
  font-weight: 700;
}

b {
  font-weight: 900;
}

/*=======================================================
                       Main Layout
=========================================================*/

* + .offset-1 {
  margin-top: 65px;
}
@media (min-width: 992px) {
  * + .offset-1 {
    margin-top: auto;
  }
}

* + .offset-3 {
  margin-top: 20px;
}
@media (min-width: 992px) {
  * + .offset-3 {
    margin-top: 0;
  }
}

* + .row {
  margin-top: 30px;
}

* + p {
  margin-top: 5px;
}
@media (min-width: 992px) {
  * + p {
    margin-top: 0;
  }
}

* + h3 {
  margin-top: 10px;
}

* + .index-list {
  margin-top: 10px;
}

* + .icons ul {
  margin-top: 20px;
}

h2 + .row {
  margin-top: 7px;
}

.box-md + p {
  margin-top: 9px;
}

p + .icons ul {
  margin-top: 27px;
}

img + * {
  margin-top: 20px;
}

/*==================      Well     ======================*/
.well-xs {
  padding-top: 32px;
  padding-bottom: 48px;
}
.well-xs--inset-1 {
  padding-top: 35px;
  padding-bottom: 32px;
}
.well-sm {
  padding-top: 34px;
  padding-bottom: 62px;
}
.well-md {
  padding-top: 80px;
  padding-bottom: 80px;
}
.well-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}
.well-xl {
  padding-top: 142px;
  padding-bottom: 144px;
}

/*==================      Inset     ======================*/
.inset-xs-1 {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .inset-xs-1 {
    padding-bottom: 0;
    padding-top: 0;
  }
}

.inset-2 {
  padding-left: 6px;
}

.inset-3 {
  padding-top: 12px;
}

.inset-4 {
  padding-right: 30px;
}


/*=======================================================
                         Helpers
=========================================================*/
/*================    Basic Helpers    ==================*/
.round {
  border-radius: 50%;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Sf-menu     ======================*/

.sf-menu ul > li > a {
  color: #7f848b;
  padding-left: 15px;
  padding-right: 15px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #005841;
}

/*================== Image-Wrapper ======================*/
.image-wrap {
  display: inline-block;
  position: relative;
}

@media (min-width: 1199px) {
  .image-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .image-wrap img {
    width: 100%;
  }
  .image-wrap {
    padding-right: 0;
  }
.header-links {
text-align: center !important;
}
}
.header-links a, .header-links {
  color: #005841;
}
.feat1 ul, .feat2 ul, .testimonials ul, .cta ul, .icons ul, .footer-cols ul {
list-style: none;
padding: 0;
}

/*==================        List        ======================*/
/*==================  Index-List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li {
margin-top: 20px;
}

/*==================     Marked List     ======================*/
.icons ul {
  text-align: left;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .icons ul {
    max-width: none;
  }
}
.icons ul li {
  color: #005841;
  position: relative;
  font-size: 20px;
  margin-top: 15px;
}

.icons ul li:hover {
  color: #394B51;
  transition: 0.2s;
}

.icons ul li a {
  color: #7f848b;
  padding-left: 8px;
  font-size: 15px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.icons ul li .fa {
font-size: 20px;
padding-right: 10px;
padding-left: 0;
}

/*==================    Buttons    ======================*/
.button1 {
  display: inline-block;
  text-align: center;
  font-weight: 900;
  margin-top: 20px;
  color: #ffffff;
  background: #005841;
  border-color: #005841;
  border-style: solid;
  font-size: 15px;
  padding: 12px 27px;
  border-width: 2px;
}
.button1:hover {
  color: #005841;
  background: none;
  border-color: #005841;
}
.feat2 .button1:hover {
	border-color: #005841;
	color: #005841;
}

/*==================    Buttons Group   ======================*/
/*==================     Icons     ======================*/
.h-icon {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #005841;
}
.h-icon:hover {
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.cta ul li .h-icon:hover {
color: #005841;
	border-color: #005841;
}
.h-icon-sm {
  font-size: 20px;
  line-height: 1.2;
}
.h-icon-md {
  font-size: 23px;
  font-weight: 900;
  width: 75px;
  height: 75px;
  line-height: 75px;
}
.h-icon-lg {
  font-size: 33px;
}
.h-icon-primary {
  color: #ffffff;
  background: #005841;
}
.h-icon-secondary {
  color: #ffffff;
}

.cta ul li h1 {
float: left;
display: inline-block;
 padding-right: 20px;
 margin: 0;
	padding-bottom: 50px;
}

.cta ul li h3 {
clear: none;
margin: 0;
}
.cta ul li p {
margin-top: 9px;
}

@media (max-width: 992px) {
.cta ul li h1 {
float: none;
padding-right: 0px;
}
.cta ul li h3 {
margin-top: 15px;
}
}
/*==================    Quote    ======================*/
.quote {
  margin-top: 22px;
}
.quote p {
  margin-top: 14px;
}
.quote [class*="fa-"]::before {
  font-size: 33px;
}
.quote .icon-primary.fa-quote-right {
  background: transparent;
  color: #005841;
}
.quote h6 {
  display: inline-block;
  margin-top: 15px;
  font-weight: 900;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu a {
  display: block;
  padding-top: 1px;
  padding-bottom: 2px;
}

.sf-menu .active a {
  color: #ffffff;
}
.sf-menu .active li a {
  color: #7f848b;
}
.sf-menu > li > a {
  font-size: 15px;
  font-weight: 900;
  color: #005841;
  padding: 27px 19px 23px 18px;
}
@media (min-width: 992px) {
  .sf-menu > li > a {
    /**padding: 24px 19px 23px 18px;**/
	padding: 26px 23px 25px 22px;
  }
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu .active {
  background: #82b0bf;
color: #ffffff
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 185px;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #82b0bf;
	padding: 0;
}

.sf-menu ul > li > a {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #005841;
	background: #fff;
}

.sf-menu ul ul {
  position: absolute;
  top: 40%;
  left: 100%;
  width: 150px;
  margin-top: 0;
  padding: 0;
  z-index: 4;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.7);
}

.sf-menu ul ul > li > a {
  color: #7f848b;
  background: #394B51;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  right: 4px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -6px;
  content: "";
  font: 400 13px/12px "FontAwesome";
  color: #394B51;
  font-size: 15px;
}

.sf-with-ul {
  position: relative;
}
.sf-with-ul:before {
  position: absolute;
  right: 10px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -6px;
  content: "";
  font: 400 13px/12px "FontAwesome";
  color: #7f848b;
  font-size: 15px;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px 0;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu_submenu {
padding: 0;
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #005841;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
.subcontent, .sub_left_col  {
float: none !important;
}

}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: inherit;
  z-index: 999;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  border-collapse: separate;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}
.parallax .button1 {
  width: 90%;
}
@media (min-width: 480px) {
  .parallax .button1 {
    width: auto;
    display: inline-block;
  }
}
.parallax .button1:hover {
  color: #ffffff;
  background: transparent;
  border-color: #ffffff;
}

@media (min-width: 480px) {
  .parallax .button1 + .button1 {
    margin-left: 20px;
  }
}

/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #82B0BF;
  border-radius: 50%;
  /**-webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);**/
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #005841;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  /**background: #005841;**/
  background: #fff;
  color: #fff;
}
header .brand {
  float: left;
}
header .brand p {
margin-top: -8px;
margin-bottom: 0;
}
header .nav {
  float: right;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
  header .brand p {
	margin-top: 4px;
  }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  text-align: center;
  /*==================     Address   ======================*/
}
@media (min-width: 992px) {
  footer {
    text-align: left;
  }
}
footer ul {
  display: inline-block;
  /*text-align: left;*/
    margin-top: 9px;
}
footer ul a/**, footer .copyright a:hover, .footer-nav ul .active a, .footer-nav ul li a:hover**/ {
  /**color: #5b93a8;**/
  color: #4B879C;
}
footer .copyright a:hover, .footer-nav ul .active a, .footer-nav ul li a:hover, .footer-cols a:hover {
font-weight: 700;
}
footer ul a:hover {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /**color: #394B51;**/
  color: #82B0BF;
}
footer .copyright a:hover, .footer-nav ul .active a, .footer-nav ul li a:hover {
  color: #82B0BF;
}
footer ul li + li {
  margin-top: 5px;
}

footer .copyright p {
  text-align: left;
  margin: 0;
}

.footer-nav ul li a {
color: #7f848b;
}

.luna {
font-size: 12px;
padding-bottom: 10px;
}

.luna p {
margin: 0;
}

hr {
  border-width: 1px 0px 0px;
  border-style: solid;
  border-color: rgba(30, 34, 40, 0.2);
}

/*========================================================
                        Camera
=========================================================*/
.camera_container {
  position: relative;
  padding-bottom: 29.26829%;
}

@media (max-width: 1366.66667px) {
  .camera_container {
    padding-bottom: 400px;
  }
}
.camera_wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-bottom: 0 !important;
  height: 100%;
  background: #fff;
  z-index: 0;
}

.camera_wrap img {
  max-width: none !important;
}

.camera_fakehover {
  height: 100%;
  min-height: 60px;
  position: relative;
  width: 100%;
}

.camera_src {
  display: none;
}

.cameraCont, .cameraContents {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.cameraSlide {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.cameraContent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
}

.camera_target {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  text-align: left;
  z-index: 0;
}

.camera_overlayer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
}

.camera_target_content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 2;
}

.camera_loader {
  background: #fff url(/uploads/site/1/skin/camera-loader.gif) no-repeat center;
  border: 1px solid #ffffff;
  border-radius: 18px;
  height: 36px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  margin: -18px 0 0 -18px;
  top: 50%;
  width: 36px;
  z-index: 3;
}

.camera_nav_cont {
  height: 65px;
  overflow: hidden;
  position: absolute;
  right: 9px;
  top: 15px;
  width: 120px;
  z-index: 4;
}

.camerarelative {
  overflow: hidden;
  position: relative;
}

.imgFake {
  cursor: pointer;
}

.camera_command_wrap .hideNav {
  display: none;
}

.camera_command_wrap {
  left: 0;
  position: relative;
  right: 0;
  z-index: 4;
}

.showIt {
  display: none;
}

.camera_clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 25px;
  position: relative;
}

.camera_caption {
  display: none;
}

.cameraContent .camera_caption {
  display: block;
}

/*================   Custom Layout&Styles   =====================*/
.camera_caption {
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .camera_caption {
    top: 48%;
    left: 20%;
    right: 20%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.camera_caption > div {
  height: 100%;
}
.camera_caption .button1 {
  width: 90%;
}
@media (min-width: 480px) {
  .camera_caption .button1 {
    width: auto;
    display: inline-block;
  }
  .camera_caption .button1:last-child {
    margin-left: 20px;
  }
}
.camera_caption .button1:hover {
  color: #ffffff;
  background: transparent;
  border-color: #ffffff;
}
.camera_caption br {
  display: none;
}
@media (min-width: 768px) {
  .camera_caption br {
    display: block;
  }
}
.camera_caption h1 {
  font-size: 28px;
  margin: 0;
	color: #ffffff;
}
@media (min-width: 768px) {
  .camera_caption h1 {
    font-size: 40px;
  }
}

.camera_pag_ul {
  text-align: center;
	padding: 0;
	margin: 10px 0 30px 0;
}
.camera_pag_ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.camera_pag_ul li.cameracurrent, .camera_pag_ul li:hover {
  background: #005841;
}
.camera_pag_ul li + li {
  margin-left: 4px;
}
.camera_pag_ul li > span {
  display: none;
}

.camera_nav {
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 51%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.camera_next, .camera_prev {
  position: absolute;
  top: -20px;
  font-size: 32px;
  color: #e5e5e5;
  cursor: pointer;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.camera_next:before, .camera_prev:before {
  font-family: "FontAwesome";
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.camera_next:hover, .camera_prev:hover {
  color: #005841;
}

.camera_next {
  right: 12%;
  display: none;
}
@media (min-width: 768px) {
  .camera_next {
    display: block;
  }
}
.camera_next:before {
  content: '\f101';
}

.camera_prev {
  display: none;
  left: 12%;
}
@media (min-width: 768px) {
  .camera_prev {
    display: block;
  }
}
.camera_prev:before {
  content: '\f100';
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.subcontent {
float: right;
}

.sub_left_col {
float: left;
}

.sub_left_col ul {
    font-size: 14px;
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 4px;
}
.sub_left_col ul a {
    color: #000;
    display: block;
    padding: 5px 5px 5px 15px;
    text-decoration: none;
}
.sub_left_col ul a:hover, .sub_left_col ul .active > a {
    background-color: #005841;
    color: #ffffff;
    text-decoration: none;
}
.sub_left_col ul ul {
    margin: 5px 0 5px 10px;
}
.sub_left_col ul li {
    overflow: hidden;
    padding: 1px;
}
.sub_left_col ul ul a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #000;
    padding: 0 0 0 15px;
    text-decoration: none;
}
.sub_left_col ul ul a:hover, .sub_left_col ul ul .active > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #000;
    text-decoration: underline;
}

.header-links {
text-align: right;
background: #fff;
}

.primary_color { background: #005841 !important; } .primary_color_foreground { color: #005841 !important; }


header .search {
	margin-top: 25px;
	margin-left: 100px;
	float: left;
	position: relative;
}
header .search input, header .search button {
	vertical-align: middle;
}
header .search input {
    background: #e5e5e5 none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
    border-radius: 3px;
    color: #005841;
    /*height: 26px;*/
    margin: 0 5px 5px 0;
    padding: 2px 8px;
    position: relative;
    width: 125px;
	width: 100%;
	box-sizing: border-box;
	height: 27px;
	font-size: 12px;
	text-transform: uppercase;
	vertical-align: middle;
}
header .search input::-webkit-input-placeholder {
   color: #005841;
	opacity: 1;
}
header .search input:-moz-placeholder { /* Firefox 18- */
   color: #005841; 
	opacity: 1; 
}
header .search input::-moz-placeholder {  /* Firefox 19+ */
   color: #005841;  
	opacity: 1;
}
header .search input:-ms-input-placeholder {  
   color: #005841;  
	opacity: 1;
}

header .search input.dropd {
    background: #e5e5e5 url("/uploads/site/1/skin/search_drop_icon2.png") no-repeat scroll right center;
	padding-right: 20px;
}

header .search button, header .search_button {
    background: #005841;
    border: 1px solid #005841;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    height: 27px;
    line-height: 24px;
    overflow: hidden;
    text-align: center;
    width: 70px;
	vertical-align: middle;
}
/*
header .search form button {
	margin-left: 5px;
}
*/
header .search button:hover, header .search:hover>button {
	background: #fff;
    border: 1px solid #005841;
	color: #005841;
}
header .search>div {
	display: none;
	position: absolute;
	top: 100%;
	background: #fff;
	width: 300px;
	z-index: 12;
	padding: 10px;
	box-shadow: 0px 15px 33px -13px rgba(0,0,0,0.75);
}
header .search:hover>div {
	display: block;
}
header .search_auto_complete {
	position: relative;
}
@media (max-width: 768px) {
	header .search {
		margin-top: 25px;
		margin-left: 0;
		margin-bottom: 25px;
		float: none;
	}
	header .search div {
		position: relative;
		top: 0;
		max-width: 100%;
	}
}


.camera_overlayer:before, .parallax_image:before {
	background: url("/uploads/site/1/skin/bg-ltr-overlay.png") repeat-y top left;
	left: 0;
}
.camera_overlayer:after, .parallax_image:after {
	background: url("/uploads/site/1/skin/bg-rtl-overlay.png") repeat-y top right;
	right: 0;
}
.camera_overlayer:before, .camera_overlayer:after, .parallax_image:before, .parallax_image:after {
	position: absolute;
	width: 30%;
	max-width: 160px;
	height: 100%;
	top: 0;
	content: " ";
	background-size: 100%;
}
@media (max-width: 768px) {
	.camera_overlayer:before, .camera_overlayer:after, .parallax_image:before, .parallax_image:after {
		width: 10%;
	}
}

.listing_mgr-listing {
	width: 605px !important;
}

.listing_mgr-listing .left {
	width: 430px !important;
}

.listing_mgr-listing h1 {
	font-size: 13px !important;
}

.listing_mgr-listing .bot {
	padding-right: 0 !important;
}

.listing_mgr_listing_detail .contact-info .more_wrap {
	border-top: none !important;
}

#shop_prod_details .prod_thumbs .thumb .txt span {
	font-size: 12px !important;
	line-height: 1.1;
}

.subnav.cat_links li a span{
	color:green;
	font-weight: bold;
}

.promo_cert_gift input.inp {
	width: 175px !important;
	font-size: 15px !important;
	/*padding: 1px 2px !important;*/
}

/*================= RL Developer Edits =====================*/
 .Popup{display:none; background:rgba(255,255,255, .7); position:fixed; z-index: 200; width:100%; height:100%; top:0; bottom:0}
 .Popup div{background:#f8f8f8; color:#666666; margin: auto; position:fixed; top:0; right:0; margin-top:40px;  left:0; max-height:400px; width:70%; max-width:500px; border-radius: 10px; border:1px solid #cccccc; padding:20px;font-family: 'Source Sans Pro', Arial;}
 .Popup div span:first-of-type{font-weight:bold;width:100%; font-size:18px; }
 .Popup div ol{font-size:14px; }
 .Popup div input{float:left;width:20px; height:20px;display:inline-block; margin-right:20px}
 .Popup div span{}