/* ---------------------------------- */
/* ------ MAIN BODY OF WEBSITE ------ */
/* ---------------------------------- */
html {
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	position: relative;
	min-height: 100%;
  }

body {
  font: 16px Arial, verdana, helvetica, sans-serif;
  font-family: 'Lato', sans-serif;
  color: #f1f1f1;
  line-height: 1.4em;
  padding-bottom: 61px;
  margin-bottom: 50px !important;
}
.body_bg {
	background: #131212 url(files/bg.png) top center;
	background-repeat: repeat;
	color: #f9f9f9;
}

.contentCopy a {
  color: #b7b7b7; }

.contentCopy a:hover {
  color: #118d44; }

/* ---------------------------------- */
/* ------------ HEADINGS ------------ */
/* ---------------------------------- */
h1, h2, h3, h4 {
  font-weight: 900;
  font-family: inherit;
  line-height: 1em; 
text-transform:uppercase;
}

h1 {
  font-size: 2.6em;
  color: #118d44;
  border-bottom: 4px solid #ff6600;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 15px; }

h2 {
  font-size: 2.2em;
  color: #118d44;
  
  margin-top: 0px;
  margin-bottom: 15px; }

h3 {
  font-size: 1.8em;
  color: #118d44;
  margin-top: 5px;
  margin-bottom: 5px; }

h4 {
  font-size: 1.4em;
  color: #118d44;
  margin-top: 0px;
  margin-bottom: 3px; }

section {
  width: 100%; }

.container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative; }
  
/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should be a color other than white */
	z-index:9999; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally on the screen */
	top:50%; /* centers the loading animation vertically on the screen */
	background-image:url(../hrloader.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
	z-index: 99999;
}

#loading-area {
    width: 100%;
    height: 100%;
    background-color: #2C3E50;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 9999;
    background-image: url(../images/loading.svg);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center;
}
@media only screen and (max-width: 767px) {
	#loading-area {
		background-size: 100px;
	}
}

/* ---------------------------------- */
/* ---------- CONTENT AREA ---------- */
/* ---------------------------------- */
.siteTop {
  background: #1e1e1e; }

.siteBottom .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  box-sizing: border-box;
  padding: 0 10px; }

.siteContent {
  width: 100%;
  -ms-flex: 1 1 auto; }

.contentCopy {
  padding: 20px 0; }

#subBanner img {
  width: 100%;
  height: auto; }

#callbacks {
  display: none; }

.buttonSection .siteContent, .buttonSection .container {
  padding: 0; }



/* ---------------------------------- */
/* ------------ SIDEBAR ------------- */
/* ---------------------------------- */
.sidebar {
  width: 230px;
  padding: 0 15px;
  margin: 0px 15px 0px 0;
  box-sizing: border-box;
  -webkit-box-flex: 0,0,0;
  -webkit-flex: 0,0,0;
      -ms-flex: 0,0,0;
          flex: 0,0,0;
  background: rgba(0, 0, 0, 0.1);
  line-height: 1.5em;

display:none;
}

.sidebar .item, #outerSidebar .item {
  width: 100%;
  margin-top: 15px; }
  .sidebar .item .contentImg, #outerSidebar .item .contentImg {
    width: 100%;
    height: 0;
    padding-bottom: 80%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    image-rendering: -moz-crisp-edges; }
  .sidebar .item .caption, #outerSidebar .item .caption {
    font-size: .8em; }

#outerSidebar {
  display: none; }

#cartContent .sidebar {
  display: none; }

/*
@media (min-width:600px){
    .siteBottom {
      width: 100%;
      max-width: 1100px;
      margin: auto;
      display: flex;
      justify-content: space-between;
      
    }

    .sidebar {
      display: none;
    }

    #outerSidebar {
      width: 200px;
      padding: 0 15px;
      flex-shrink: 0;
      background: rgba(0, 0, 0, 0.1);
      display: inline-block;
    }

    .contentWrap {
      width: 100%;
      -ms-flex:0 1 auto;
    }
}

*/


/* ---------------------------------- */
/* ---------- VIEW CART BTN --------- */
/* ---------------------------------- */
#viewCart .container {
  position: relative; }

.viewCart {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  height: 38px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  color: #fff; }

.viewCart:before, .viewCart:after {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.viewCart:before {
  font: 1.5em FontAwesome;
  content: "\f07a";
  border-right: 1px solid #717a83;
  padding: 0px 10px; }

.viewCart:after {
  content: "View Cart";
  padding: 0px 25px;
  border-left: 1px solid #3a4b5a; }

.viewCart:hover {
  background: rgba(255, 255, 255, 0.3); }

.viewCartCurrent {
  background: rgba(255, 255, 255, 0.4); }

/* ---------------------------------- */
/* -------- CONTACT DETAILS --------- */
/* ---------------------------------- */
.contact a:before, .contact div:before, .contact p:before {
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  color: #008C4C; }

.phone:before {
  content: "\f095"; }

.mobile:before {
  content: "\f10b"; }

.email:before {
  content: "\f0e0"; }

.fax:before {
  content: "\f1ac"; }

.address:before {
  content: "\f041"; }

/* ---------------------------------- */
/* ---------- SOCIAL LINKS ---------- */
/* ---------------------------------- */
.socialLinks {
  width: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f2f2f2;
  margin-top: 3px; }

.socialLinks span {
  font-size: 1.1em;
  font-weight: 700;
  margin-right: 20px; }

.socialLinks a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  vertical-align: top;
  margin: 0 2px; }

.socialLinks a:hover:after {
  padding: 2px 0 0px 0
  /* background:rgba(0,0,0,.3);*/ }

.socialLinks a:after {
  font-family: FontAwesome;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.6em;
  line-height: 1.5em;
  padding: 1px 0 1px 0; }

.facebook {
  background: #49639E; }

.facebook:after {
  content: "\f09a"; }

.instagram {
  background: #555; }

.instagram:after {
  content: "\f16d"; }

.twitter {
  background: #5EA9DD; }

.twitter:after {
  content: "\f099"; }

.googlePlus {
  background: #DD4B39; }

.googlePlus:after {
  content: "\f0d5"; }

.pinterest {
  background: #BD081C; }

.pinterest:after {
  content: "\f0d2"; }

.linkedIn {
  background: #0177B5; }

.linkedIn:after {
  content: "\f0e1"; }

.youTube {
  background: #E22D24; }

.youTube:after {
  content: "\f167"; }

/* ---------------------------------- */
/* --Standard for HR line styling  -- */
/* ---------------------------------- */
hr {
  border: 0;
  height: 1px;
  color: rgba(255,255,255,0.4);
  background-color: rgba(255,255,255,0.4)
  width: 100%; }

/* ---------------------------------- */
/* ----------- NAVIGATION ----------- */
/* ---------------------------------- */
#header {
	background: #090909;
	max-height: 142px;
}
.top_menu {
	background: #000;
	padding: 5px 0;
	color: #ccc;
	height: 32px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
}
.top_menu p {
	margin: 0;
	padding: 0;
}
.top_menu .top_links p {
	display: inline-block;
	margin-left: 20px;
}
.top_menu .top_links i {
	padding-right: 10px;
	color: #ff6600; /*#ee1d23;*/
}
.top_menu .top_links a {
	color: #ccc;
}
.top_menu .top_social i {
	font-size: 20px;
	color: #ff6600; /*#ee1d23;*/
	padding: 0 5px;
}
.top_menu .top_social i:hover {
	transition: all 0.9s ease;
	opacity: 0.8;
}
.main_head {
	height: 110px;
}
@media screen and (max-width: 1200px) {
  .main_head {
	height: 90px;
	}
}
@media screen and (max-width: 992px) {
  .main_head {
	height: 70px;
	}
}
@media screen and (max-width: 380px) {
  .main_head .site_logo {
	display: inline-block;
	padding-top: 3px;
	}
}
@media screen and (max-width: 768px) {
  .main_head .site_logo {
	display: inline-block;
	width: 210px;
	}
.main_head .navbar-toggle {
	margin-top: 10px;
	font-size: 40px;
	padding: 0;
	margin-right: 0;
	color: #999;
	}
}
.main_head .main_logo img:hover {
	transition: all 0.9s ease;
	opacity: 0.8;
}


/* ---------------------------------- */
/* ------------ SUB MENU ------------ */
/* ---------------------------------- */
/* Sub-menu */
#nav {
	position: relative;
	z-index: 999;
}
#nav li {
	position: relative;
	list-style: none;
}
#nav li a {
	color: #fff;
	display: block;
}
#nav li a:active {
	background-color: #c00 !important;
}
#nav span:after {
	width: 0;
	height: 0;
	border: 0.313em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #efa585;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
}
/* first level */
#nav > ul {
	margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  #nav > ul {
	margin-top: 25px;
	}
}
@media screen and (max-width: 992px) {
  #nav > ul {
	margin-top: 15px;
	}
}
#nav > ul > li {
	display: inline-block;
	background-color: #151515;
}
#nav > ul > li > a {
	padding: 15px 30px;
	height: 100%;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  #nav > ul > li > a {
	padding: 12px 20px;
	}
}
@media screen and (max-width: 992px) {
  #nav > ul > li > a {
	padding: 10px 14px;
	}
}
#nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
	background-color: #ff6600; /*#ee1d23;*/
}
/* second level */

#nav li ul {
	background-color: #ee1d23;
	display: none;
	position: absolute;
	top: 100%;
	margin: 0;
	padding: 0;
}
#nav li:hover ul {
	display: block;
	left: 0;
	right: 0;
}
#nav li ul a {
	border-top: 1px solid #bd070c;
	padding: 15px 10px;
}
#nav li ul li a:hover, #nav li ul:not( :hover ) li.active a {
	background-color: #bd070c;
}

@media only screen and ( max-width: 768px ) {

#nav {
	position: absolute;
	left: 0;
	right: 0;
	display: none;
}
#nav > a {
	width: 3.125em; /* 50 */
	height: 3.125em; /* 50 */
	text-align: left;
	text-indent: -9999px;
	background-color: #e15a1f;
	position: relative;
}
#nav > a:before, #nav > a:after {
	position: absolute;
	border: 2px solid #fff;
	top: 35%;
	left: 25%;
	right: 25%;
	content: '';
}
#nav > a:after {
	top: 60%;
}
#nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
	display: block;
}
/* first level */

#nav > ul {
	height: auto;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	background: #151515;
}
#nav:target > ul {
	display: block;
}
#nav > ul > li {
	width: 100%;
	float: none;
}
#nav > ul > li > a {
	height: auto;
	text-align: center;
	padding: 20px 10px;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#nav > ul > li:not( :last-child ) > a {
	border-right: none;
	border-bottom: 1px solid #444;
}
/* second level */

#nav li ul {
	position: static;
	padding: 0;
	display: block;
	background-color: #222;
}
#nav li ul a {
    border-top: 1px solid #444;
    padding: 15px 10px;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
}


/* Mobile Hamburger Menu */
.hamburger-menu {
  display: inline-block;
  height: 100px;
  padding: 30px 10px 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger-menu:hover {
  cursor: pointer;
}
.hamburger-menu .menu-item {
  background: #999;
  display: block;
  height: 3px;
  margin: 0 0 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 40px;
}
.hamburger-menu.open .menu-item {
  margin: 0 0 5px;
}
.hamburger-menu.open .menu-item:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10px;
          transform-origin: 10px;
}
.hamburger-menu.open .menu-item:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.open .menu-item:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 8px;
          transform-origin: 8px;
}
.mobile-menu-expand {
 display: block !important; 
}



/*-----------------------------------*/
/*------------ SIDE MENU ------------*/
/*-----------------------------------*/
.sideMenu li {
  width: 100%;
  list-style: none;
  margin-bottom: 5px;
  position: relative; }
  .sideMenu li a {
    width: 100%;
    display: inline-block;
    background: #333;
    text-decoration: none;
    color: #fff;
    padding: 10px;
    box-sizing: border-box; }
  .sideMenu li a:hover {
    background: #ccc;
    color: #333; }
  .sideMenu li ul {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 200px;
    width: 210px;
    margin: 0;
    padding: 0;
    display: none; }
.sideMenu .subContainer {
  padding-left: 10px; }
.sideMenu .current ul a {
  background: #666; }
.sideMenu .current a, .sideMenu ul .current a {
  background: #222; }

/* ---------------------------------- */
/* --------- PHOTO SECTION ---------- */
/* ---------------------------------- */
.contentImgRow {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  image-rendering: -moz-crisp-edges; }
  .contentImgRow .item:nth-child(1) {
    margin-left: 0; }
  .contentImgRow .item:nth-last-child(1) {
    margin-right: 0; }

.contentImgRow .item {
  width: 24%;
  display: inline-block;
  margin: 0 5px 10px; }

.contentImgRow .contentImg {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  image-rendering: auto;
  margin: 0; }

.contentImgRow .caption {
  font-size: .8em;
  margin-top: 5px; }

/* ---------------------------------- */
/* ---------- FONT AWESOME ---------- */
/* ---------------------------------- */
.fontAwesome {
  font-family: FontAwesome; }

/*----------------------------------------------*/
/*--------------- ENQUIRY FORM -----------------*/
/*----------------------------------------------*/
#enquiry {
  width: auto;
  background: rgba(40,40,40,1.0);
  float: right;
  padding: 0;
  width: 400px;
  color: rgba(255,2555,255,0.7)!important;;
  box-sizing: border-box;
  margin-left: 20px;
  font-size: .9em;
font-weight:300;
}

.enqHeader {
  background: #008C4C;
  color: #fff;
  padding: 12px 10px 8px;
  margin-bottom: 15px;
  font-size: 1.3em; }

.enqRow {
  width: 100%;
  overflow: hidden;
  padding: 3px 10px;
  box-sizing: border-box; }

.enqLeft {
  padding: 0 5px;
  float: left;
  width: 25%;
  box-sizing: border-box;
  font-size: 1.2em; }

.enqRight {
  width: 75%;
  float: left; }

#enquiry input, #enquiry textarea {
  width: 100%;
  border: none;
  padding: 7px 5px;
  box-sizing: border-box;
  font-size: 1em;
  -webkit-appearance: none;
  border-radius: 0; 
border-bottom: 1px solid rgba(255,255,255,0.1);
  background: rgba(0,0,0,0.0);
  color:#fff;
}

#enquiry textarea {
  height: 80px; }

#enquiry input[type="radio"] {
  width: 10%;
  -webkit-appearance: radio; }

#enquiry input[type="checkbox"] {
  -webkit-appearance: checkbox;
  width: 10%; }

#enquiry input[type="submit"] {
  margin-bottom: 10px;
  border: 0;
  color: #fff;
  padding: 10px 0;
  background: #008C4C;
  cursor: pointer; }

#enquiry select {
  width: 100%; }

/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */


/*-----------------------------------*/
/*--------- Contact Page -----------*/
/*-----------------------------------*/
#contact_section {
	padding: 30px 0;
}
#contact_section .map_holder {
	padding-bottom: 40px;
}
.block-title {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 900;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
}
.block-title span {
    display: inline-block;
    position: relative;
}
.block-title span:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 2000px;
    background-color: #a5abb7;
    top: 10px;
	left: 100%;
    margin-left: 15px;
}
.contact-info .media {
    margin-top: 15px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.contact-info .media-list {
    margin-bottom: 30px;
}
.contact-info .media .fa {
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 20px;
    margin-right: 15px;
    text-align: center;
   background-color: #ff6600;
    color: #d3d3d3;
}
.contact-info .media-body {
    line-height: 22px;
}
.contact-form .input-lg {
	background: rgba(255,255,255,0.1);
	color: #fff;
}



/*--- SHOPPING QUESTIONS --*/
.cartQuestionRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  max-width: 700px;
  margin: 5px auto; }
  .cartQuestionRow .cartQuestion {
    width: 25%; }
  .cartQuestionRow .cartQuestionInput {
    margin-left: 10px;
    width: 70%; }
    .cartQuestionRow .cartQuestionInput input {
      width: 100%; }

/*--- SHOPPING QUESTIONS REVIEW --*/
.reviewQuestions {
  margin-bottom: 10px; }

.reviewQuestionRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  max-width: 700px;
  margin: 5px auto; }
  .reviewQuestionRow .reviewQuestion {
    width: 25%; }
  .reviewQuestionRow .reviewQuestionAnswer {
    margin-left: 10px;
    width: 70%;
    background: rgba(0, 0, 0, 0.05);
    padding: 3px;
    min-height: 25px; }

/*-----------------------------------*/
/*-------------- FORMS  -------------*/
/*-----------------------------------*/
.formError {
  z-index: 990; }

.formError .formErrorContent {
  z-index: 991; }

.formError .formErrorArrow {
  z-index: 996; }

.ui-dialog .formError {
  z-index: 5000; }

.ui-dialog .formError .formErrorContent {
  z-index: 5001; }

.ui-dialog .formError .formErrorArrow {
  z-index: 5006; }

.inputContainer {
  position: relative;
  float: left; }

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left; }

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block; }

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none; }

.formError .formErrorContent {
  width: 100%;
  background: #ba0000;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 13px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px; }

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0; }

.greenPopup .formErrorContent {
  background: #33be40; }

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF; }

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative; }

body[dir='rtl'] .formError .formErrorArrow, body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0; }

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px; }

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ba0000;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block; }

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none; }

.greenPopup .formErrorArrow div {
  background: #33be40; }

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF; }

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none; }

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none; }

.formError .formErrorArrow .line8 {
  width: 11px; }

.formError .formErrorArrow .line7 {
  width: 9px; }

.formError .formErrorArrow .line6 {
  width: 7px; }

.formError .formErrorArrow .line5 {
  width: 5px; }

.formError .formErrorArrow .line4 {
  width: 3px; }

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd; }

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd; }

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd; }

/*-----------------------------------*/
/*------------ FANCYBOX -------------*/
/*-----------------------------------*/
/*! fancyBox 3.0.0 Beta 1 fancyapps.com | fancyapps.com/fancybox/#license */
#fancybox-loading,
#fancybox-lock,
.fancybox-wrap,
.fancybox-skin,
.fancybox-inner,
.fancybox-error,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-wrap embed,
a.fancybox-close,
a.fancybox-expand,
a.fancybox-nav,
a.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: none;
  text-shadow: none; }

#fancybox-lock {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8020;
  overflow-y: scroll;
  overflow-y: auto;
  overflow-x: auto;
  -webkit-transition: -webkit-transform 0.5s;
  -webkit-transform: translateX(0px); }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-opened {
  z-index: 8030; }

.fancybox-skin {
  border-style: solid;
  border-color: #fff;
  background: #fff;
  color: #444; }

.fancybox-inner {
  position: relative;
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%; }

.fancybox-spacer {
  position: absolute;
  top: 100%;
  left: 0;
  width: 1px; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
  zoom: 1; }

a.fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  border-radius: 154px;
  height: 30px;
  cursor: pointer;
  z-index: 8040;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
  background: #222;
  border: 2px solid #fff;
  box-shadow: 0 2px 2px #000; }

a.fancybox-close:after {
  content: "\f00d";
  font: 1.2em FontAwesome;
  line-height: 1.5em; }

a.fancybox-nav {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
  overflow: hidden;
  font: 2em FontAwesome;
  color: #fff; }

.fancybox-type-iframe a.fancybox-nav,
.fancybox-type-inline a.fancybox-nav,
.fancybox-type-html a.fancybox-nav {
  width: 70px; }

a.fancybox-prev {
  left: 0px; }

a.fancybox-next {
  right: 0px; }

a.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  cursor: pointer;
  z-index: 8040;
  text-shadow: 0 2px 2px #000; }

a.fancybox-prev span {
  text-align: left;
  padding-left: 5px; }

a.fancybox-next span {
  text-align: right;
  padding-right: 5px; }

a.fancybox-next span:after {
  content: "\f054"; }

a.fancybox-prev span:after {
  content: "\f053"; }

a.fancybox-prev span {
  left: 0;
  background-position: 0 -50px; }

a.fancybox-next span {
  right: 0;
  background-position: 0 -100px; }

.fancybox-mobile a.fancybox-nav {
  max-width: 80px; }

.fancybox-desktop a.fancybox-nav {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.fancybox-desktop a.fancybox-nav:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

a.fancybox-expand {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 46px;
  height: 46px;
  z-index: 8050;
  opacity: 0;
  filter: alpha(opacity=0);
  background-position: 0 -150px;
  zoom: 1;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease; }

.fancybox-wrap:hover a.fancybox-expand {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.fancybox-wrap a.fancybox-expand:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  background-color: #111;
  background-position: center center;
  opacity: 0.85;
  filter: alpha(opacity=85);
  cursor: pointer;
  z-index: 8060;
  border-radius: 8px; }

.fancybox-tmp {
  position: absolute !important;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

.fancybox-title {
  font: normal 14px "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5;
  position: relative;
  text-shadow: none;
  z-index: 8050;
  display: block;
  visibility: hidden; }

.fancybox-title-float-wrap {
  position: relative;
  margin-top: 10px;
  text-align: center;
  zoom: 1;
  left: -9999px; }

.fancybox-title-float-wrap > div {
  display: inline-block;
  padding: 7px 20px;
  font-weight: bold;
  color: #FFF;
  text-shadow: 0 1px 2px #222;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5); }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 15px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  max-height: 50%;
  overflow: auto; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 8010; }

.fancybox-overlay-fixed {
  position: fixed;
  width: 100%;
  height: 100%; }

/* Default theme */
.fancybox-default-skin {
  border-color: #f9f9f9;
  background: #f9f9f9; }

.fancybox-default-skin-open {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-default-overlay {
  background: #333;
  opacity: 0.8;
  filter: alpha(opacity=80); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .fancybox-default a.fancybox-close,
  .fancybox-default a.fancybox-expand,
  .fancybox-default a.fancybox-nav span {
    background-size: 46px auto; } }
/* Dark theme */
.fancybox-dark-skin {
  background: #2A2A2A;
  border-color: #2A2A2A;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset !important; }

.fancybox-dark-overlay {
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fancybox-dark a.fancybox-close,
  .fancybox-dark a.fancybox-expand,
  .fancybox-dark a.fancybox-nav span {
    background-size: 46px auto; } }
/* Light theme */
.fancybox-light-skin-open {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .fancybox-light a.fancybox-close,
  .fancybox-light a.fancybox-expand,
  .fancybox-light a.fancybox-nav span {
    background-size: 46px auto; } }
.fancybox-light-overlay {
  opacity: 0.9;
  filter: alpha(opacity=90);
  background: #555555;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #999999), color-stop(100%, #555555));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #999999 0%, #555555 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 12+ */
  /* IE10+ */
  background: -webkit-radial-gradient(center, ellipse, #999999 0%, #555555 100%);
  background: radial-gradient(ellipse at center, #999999 0%, #555555 100%)
  /* W3C */ }

#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8080;
  background: rgba(0, 0, 0, 0.3); }

#fancybox-thumbs.bottom {
  bottom: 0px; }

#fancybox-thumbs.top {
  top: 0px; }

#fancybox-thumbs .outer {
  padding: 10px 34px 10px 30px; }

#fancybox-thumbs .inner {
  width: 100%;
  overflow: hidden; }

#fancybox-thumbs ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  left: 0;
  overflow: hidden; }

#fancybox-thumbs ul li {
  float: left;
  padding: 3px;
  margin: 0 4px;
  list-style: none; }

#fancybox-thumbs ul li a {
  display: block;
  overflow: hidden;
  outline: none;
  background: #222;
  box-shadow: 1px 1px 2px #000;
  border-radius: 2px;
  border: 3px solid #fff;
  zoom: 1; }

#fancybox-thumbs ul li img {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 2px;
  max-width: none; }

#fancybox-thumbs ul li.fancybox-thumb-active {
  padding: 0; }

#fancybox-thumbs ul li.fancybox-thumb-active a {
  opacity: 1;
  border-width: 6px;
  border-color: #fff; }

.fancybox-thumb-prev, .fancybox-thumb-next {
  position: absolute;
  top: 10px;
  bottom: 10px;
  width: 20px;
  background: #222;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  display: none; }

.fancybox-thumb-prev {
  left: 4px; }

.fancybox-thumb-next {
  right: 4px; }

.fancybox-thumb-prev:hover, .fancybox-thumb-next:hover {
  background: #111;
  background: rgba(0, 0, 0, 0.5); }

.fancybox-thumb-prev span, .fancybox-thumb-next span {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 12px;
  margin-top: -6px;
  background-repeat: no-repeat; }

.fancybox-thumb-prev span {
  left: 5px; }

.fancybox-thumb-next span {
  right: 5px; }

/* ---------------------------------- */
/* -------- BANNER OF WEBSITE ------- */
/* ---------------------------------- */

#banner {
  background: #000;
}


#banner .container{
   padding:0px;
   max-width:none !important;
   width:100% !important;
}


#logo{
  width:80%;
  max-width:300px;
  position:relative;
  padding:10px 0px;
  z-index: 999;
}

#logo > img {
    width:100%;
    height:auto;
}

.contact {
  font-size:1.3em;
  color:inherit;
  font-weight: 300;
}


.contact p, .contact a{
    color:inherit;
    text-decoration:none; 
    line-height:1.2em;
    text-align:right;
}

.contact .email {
    display: block;
    text-align: right;
    width: 100%;
}

.bannerContainer{
  width:100%;
  max-width:1220px;
  padding: 0 10px;
  margin:auto;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;

  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; 
}





/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */

.contentImgRow.buttons{
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
  


-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;

   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
    justify-content: space-between; 
  
    -webkit-flex-flow:row wrap;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap;
}





.butFrame {
    position:relative;
    cursor:pointer;
        -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    overflow: hidden;
}
@media only screen and ( max-width: 768px ) {
	.butFrame {
		margin-bottom: 20px;
	}
}


.butFrame img {
    width:100%;
    height:auto;
    display:block;
}

.butHeading{
    display:block;
    width:100%;
    font-size:1.2em;
    line-height:1.4em;
    color:#FFFFFF;
    background:rgba(0,0,0,.3);
    padding:0px 5px;
    height:30%;
    position:absolute;
    bottom:0;
    left:0%;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;


    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;   

   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   -webkit-flex-direction: row;
   -ms-flex-direction: row;
    flex-direction: row;

   -webkit-align-items: center;
   -ms-flex-align: center;
    align-items: center;

   -webkit-justify-content: center;
   -ms-flex-pack: center;
    justify-content: center;
  
  
}





/* ----------------
HOVER STYLES
------------------ */

.butFrame *{
    -moz-transition:.5s;
    -webkit-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}



.grayscale:hover .butHeading{
color:#fff!important;
  background:rgba(190,158,73,0.6);
}



.edge .grayscale img{   /* Applies to Microsoft Edge */
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: none;
}
.edge .grayscale img:hover{   /* Applies to Microsoft Edge */
	-webkit-filter: grayscale(0%);
}


/* ---------------------------------- */
/* ----------  BASIC BTNS  ---------- */
/* ---------------------------------- */
.basicFrame {
  width: 24%;
  padding: 20px 0px;
  background: #ee1d23;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  text-align: center;
  margin-bottom: 10px; }

.basicFrame:hover {
  background: #222;
  color: #ee1d23; }

/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */
/* ---------------------------------- */

#subBannerHome .container {
  max-width: none;
}

.sliderText {
  position: relative;
  width:100%;
  max-width: 1200px;
  margin: auto;
}

.sliderText .wrapper {
  position: absolute;
  width:50%;
  z-index: 9;
  top:30vh;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.7);
  margin: auto 25%;
  padding: 20px;
  background: rgba(0,0,0,0.3);
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}
@media only screen and ( max-width: 768px ) {
	.sliderText .wrapper {
		top: 5vh;
	}
}

.sliderText .heading {
  font-weight: 900;
  text-transform: uppercase;
  color: #008C4C;
  font-size: 3em;
  line-height: 1.2em
}

.sliderText .text {
  font-weight: 500;
  font-size: 1.4em;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and ( max-width: 768px ) {
	.sliderText .text {
		font-size: 1.1em;
	}
}


.sliderText a {
  margin-top:20px;
  background:#fff;
  padding: 10px;
  color:#333;
  text-decoration: none;
  -moz-transition:.5s;
    -webkit-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
  border: 1px solid rgba(0,0,0,0.0);
}

.sliderText a:hover {
  border-color: #fff;
  background:rgba(0,0,0,0.3);
  color:#fff;
}


/* ---------------------------------- */
/* ------ SLIDESHOW OF WEBSITE ------ */
/* ---------------------------------- */


.flickerplate {
    position: relative;
    width: 100%;
    height: 70vh;
	background-color: #e6e6e6;
	overflow: hidden
}
.flickerplate ul.flicks {
	width: 10000%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none
}
.flickerplate ul.flicks>li {
	float: left;
	width: 1%;
	height: 100%;
	background-position: center;
	background-size: cover;
	display: table
}

.flickerplate .arrow-navigation {
	position: absolute;
	height: 80%;
	width: 10%;
	top: 10%;
	z-index: 100;
	overflow: hidden
}
.flickerplate .arrow-navigation .arrow {
	display: block;
	height: 100%;
	width: 90%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	position: relative;
}
.flickerplate .arrow-navigation .arrow:before {
	font-size: 4em;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	font-family: FontAwesome;
	color: #fff;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
   -webkit-justify-content: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
           justify-content: center;
}
.flickerplate.flicker-theme-dark .arrow-navigation .arrow:before {
	color: #333;
}
.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover {
	cursor: pointer
}
.flickerplate .arrow-navigation.left {
	left: 0%
}
.flickerplate .arrow-navigation.left .arrow {
	opacity: 0;
	margin: 0px 0px 0px 50%;
	position: relative;
}
.flickerplate .arrow-navigation.left .arrow:before {
	content: "\f104";
}
.flickerplate .arrow-navigation.right {
	right: 0%
}
.flickerplate .arrow-navigation.right .arrow {
	opacity: 0;
	margin: 0px 0px 0px -50%;
}
.flickerplate .arrow-navigation.right .arrow:before {
	content: "\f105";
}
.flickerplate .arrow-navigation.left.hover .arrow {
	opacity: 1;
	margin: 0px 0px 0px 20%
}
.flickerplate .arrow-navigation.right.hover .arrow {
	opacity: 1;
	margin: 0px 0px 0px -20%
}
.flickerplate .dot-navigation {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	z-index: 100
}
.flickerplate .dot-navigation ul {
	text-align: center;
	list-style: none;
	padding: 0px 15px
}
.flickerplate .dot-navigation ul li {
	display: inline-block;
	float: none
}
.flickerplate .dot-navigation .dot {
	width: 10px;
	height: 10px;
	margin: 0px 6px;
	background-color: rgba(255,255,255,0.3);
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out
}
.flickerplate .dot-navigation .dot:hover {
	cursor: pointer;
	background-color: rgba(255,255,255,0.6)
}
.flickerplate .dot-navigation .dot.active {
	background-color: #fff
}
.flickerplate .dot-navigation.left, .flickerplate .dot-navigation.left ul {
	text-align: left
}
.flickerplate .dot-navigation.right, .flickerplate .dot-navigation.right ul {
	text-align: right
}
.flickerplate.flicker-theme-dark .dot-navigation .dot {
	background-color: rgba(0,0,0,0.12)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
	background-color: rgba(0,0,0,0.6)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
	background-color: #000
}

.flickerplate.animate-transform-slide ul.flicks {
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	transform: translate3d(0%, 0px, 0px);
	-webkit-transform: translate3d(0%, 0px, 0px);
	-webkit-transition: -webkit-transform 0.6s ease-out;
	-o-transition: -o-transform 0.6s ease-out;
	-moz-transition: -moz-transform 0.6s ease-out;
	transition: transform 0.6s ease-out
}
.flickerplate.animate-transition-slide ul.flicks {
	position: relative;
	left: 0%;
	-webkit-transition: left 0.4s ease-in-out;
	-moz-transition: left 0.4s ease-in-out;
	-o-transition: left 0.4s ease-in-out;
	-ms-transition: left 0.4s ease-in-out;
	transition: left 0.4s ease-in-out
}
.flickerplate.animate-jquery-slide ul.flicks {
	position: relative;
	left: 0%
}
.flickerplate.animate-scroller-slide {
	padding-bottom: 0px;
	overflow: auto
}
.flickerplate.animate-scroller-slide ul.flicks {
	position: auto
}
.flickerplate.animate-transition-fade ul.flicks {
	position: relative
}
.flickerplate.animate-transition-fade ul.flicks li {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}
.flickerplate.animate-transition-fade.fade-inited ul.flicks li {
	-webkit-transition: opacity 0.8s linear;
	-moz-transition: opacity 0.8s linear;
	-o-transition: opacity 0.8s linear;
	-ms-transition: opacity 0.8s linear;
	transition: opacity 0.8s linear
}
.flickerplate.animate-transition-fade.fade-inited ul.flicks li.first-flick {
	opacity: 1
}
.flickerplate.animate-jquery-fade ul.flicks {
	position: relative
}
.flickerplate.animate-jquery-fade ul.flicks li {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}



/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* ----------- ULTIMATE CSS --------- */
/* ---------------------------------- */

/* -------------------------- */
/* -DROP DOWN ENQUIRY BUTTON- */
/* ------------------------- -*/


#enquire-dropdown {
    position:fixed;
    top:0;
    z-index:10000;
    padding:5px;
    left:50%;
    margin-left:-150px;
    display:none;
	width:300px;
	background:#333;
	border-radius:0px;
}

#enquire-dropdown #enquiry{
background:none;
width:100%;
}



#enquire-dropdown #enquiry input, 
#enquire-dropdown #enquiry textarea {
border-bottom:1px solid rgba(255,255,255,.1)
}

#enquire-button {
	position:fixed;
	top:0px;
	left:50%;
	margin-left:110px;
	z-index:1000;
	cursor:pointer;
}


#enquire-button:hover {
	opacity:.8;
	filter: alpha(opacity=80);
}
#enquire-close {
    cursor:pointer;
    margin-left:10px;

display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
}

#enquire-close span {
  font-size: 0.8em!important;
  background:rgba(255,255,255,0.1);
  padding:0px 5px;

}


#enquire-close span {
    font-size:19px;
    font-weight:bold;
    margin-right:5px;
    
}
#enquire-close:hover {
	opacity:.7;
	filter: alpha(opacity=70);
}

/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */
/* ---------------------------------- */


.link0 #section1 {
  background:#f1f1f1;
  padding: 20px 0;
}


.link0 #section1 .contentCopy {
  display: none;
}


.mobdis {
display:none;

}

.mobileButtons {
  padding: 10px;
  color:#fff;
  -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
  
        display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
  
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
           flex-direction: row;
  
   -webkit-align-items: center;
   -ms-flex-align: center;
           align-items: center;

   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
           justify-content: space-between; 
  z-index: 999;
  width:100%;

}

.mobileButtons .mb {
  width:49%;
  text-align: center;
  text-decoration: none;
  display:block;
  height:auto;
  
}

.mobileButtons .mb a{

  text-decoration: none!important;
  
}

.cta1 {
  font-size: 1.5em;
  width:100%;
}

.cta1:before {
  font-family: FontAwesome;
  content: "\f095";
  text-decoration:none!important;
  color:#fff;
  background:#118d44;
  border: 1px solid rgba(0,0,0,0.0);
    padding: 10px;
  -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}

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


.cta2 {
  font-size: 1.5em;
  width:100%;
}

.cta2:before {
  font-family: FontAwesome;
  content: "\f199";
  text-decoration:none!important;
  color:#fff;
  background:#118d44;
  border: 1px solid rgba(0,0,0,0.0);
    padding: 10px;
  -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}

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

.cta3 {
  font-size: 1.5em;
  width:100%;
}

.cta3:before {
  font-family: FontAwesome;
  content: "\f041";
  text-decoration:none!important;
  color:#fff;
  background:#118d44;
  border: 1px solid rgba(0,0,0,0.0);
    padding: 10px;
  -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}

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

.mobileButtons {
  z-index: 9999!important;
}

.mobileButtons .mb a:before{
  width:100%;
  display: block;
  -moz-transition:.5s;
    -webkit-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
  
}

.mobileButtons .mb a:hover:before {
  background:#333;
  color:#118d44;
  border-color:#118d44;
}

/*# Testimonial Section*/
#testimonial {
	padding: 80px 0;
}
#testimonial4{
  overflow: hidden;
  min-height: 3px;
  position: relative;
  background: #fff;
}
#testimonial4 .carousel-inner{
  width: 75%;
  margin: auto;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ccc;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 2px 3px;
  background-color: #ee1d23;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #090909;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 100px;
  height: 100px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
}

.testimonial4_slide p {
  color: #090909;
  font-size: 16px;
  margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
  color: #090909;
  font-size: 24px;
  font-weight: bold;
}


@media only screen and (max-width: 480px){
  .testimonial4_control_button .carousel-control{
    display: none;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_header h4{
    font-size: 20px;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 481px) and (max-width: 767px){
  .testimonial4_control_button .carousel-control.left{
    left: 2%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 2%;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .testimonial4_control_button .carousel-control.left{
    left: 5%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 5%;
  }
}

@-webkit-keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}


/* Footer */
.footer {
	background: #090909;
	height: auto;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
}

.footer h3 {
	border-bottom: 1px solid #BAC1C8;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 40px 0 10px;
	text-transform: uppercase;
}
.footer ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #F5F5F5;
}
.footer ul li a {
	padding: 0 0 5px 0;
	display: block;
}
.footer a {
	color: #F5F5F5
}
.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

.bg-gray {
	background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
	box-shadow: 0 1px 0 #B4B3B3;
}

.footer-bottom {
    position: absolute;
    left:0;
    bottom:0;
	width: 100%;
	background: #000;
	border-top: 1px solid #111;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-bottom p.pull-left {
	padding-top: 6px;
	color: gray;
}
.footer-bottom .pull-right i {
	color: #444;
}

.grecaptcha-badge {
    z-index: 999;
}


#toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background: #818181;
  text-align: center;
  padding-top: 14px;
  text-decoration: none;
  color: transparent;
  font: .9em fontAwesome;
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: .5s;
  transition: .5s; }

#toTop:before {
  font: 1.3em fontAwesome;
  content: "\f062";
  width: 100%;
  height: auto;
  position: absolute;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

#toTopHover {
  display: none; }

#toTop:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: .5s;
  transition: .5s; }





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

@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300);

.gal-container{
	padding: 12px;
}
.gal-item{
	overflow: hidden;
	padding: 3px;
}
.gal-item .box{
	height: 350px;
	overflow: hidden;
}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 1;
}
.modal-open .gal-container .modal{
	background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
	padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal-container .modal-dialogue{
	width: 80%;
}
.gal-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}
/* Footer Style */
i.red{
    color:#BC0213;
}
.gal-container{
    padding: 25px 0 50px 0;
}


    .details li {
      list-style: none;
    }
    li {
        margin-bottom:10px;
        
    }
    
    .services{

  text-align: center;
}
.services h1{
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 4px solid #ff6600;
  font-size: 20px;
  padding-bottom: 10px;
  margin-top: 40px;
}
.cen{
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  padding: 20px;
}
.service{
  display: inline-block;
  width: calc(100% / 3);
  margin: 0 -2px;
  padding: 20px;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.4s;
}
.service:hover{
  background: #ff6600;
}
.service i{
  color: #ff6600;
  font-size: 34px;
  margin-bottom: 30px;
}
.service i:hover{
  color: black;
  font-size: 34px;
  margin-bottom: 30px;
}
.service h2{
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}
.service p{
  color: white;
  font-size: 15px;
  font-weight: 500;
}

@media screen and (max-width: 800px) {
  .service{
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .service{
    width: 100%;
  }
}