@charset "utf-8";
/* CSS Document - Author: Matt Oliver */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:100,300,400,700);

/* =============================================================================
   Base
   ========================================================================== */

body { margin: 0; font-size: 14px; line-height: 1.6; color:#000000; font-family: 'Tahoma, Geneva, sans-serif';}

::-moz-selection { background: #ac3bc0; color: #fff; text-shadow: none; }
::selection { background: #ac3bc0; color: #fff; text-shadow: none; }

/* =============================================================================
   Links
   ========================================================================== */

a, a:link { color: #9a268f; text-decoration: none;}
a:visited { color: #000000; }
a:hover { color: #000000; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */

h1, .h1 {margin: 25px 0; font-size: 42px; font-weight: 100; padding:0; color:#111; line-height:1.2;}
h2, .h2 { font-size: 32px; font-weight: 100; padding:0; background:none; color:#111; margin:25px 0; line-height:1.2;}
h3 {margin: 25px 0; font-size: 25px; font-weight: 100; padding:0;  color:#111; line-height:1.2;}
h4, h5, h6 {margin: 25px 0; font-size: 19px; font-weight: 100; padding:0;  color:#111; line-height:1.2;}
h5 {font-weight:400;}
h6 {font-weight:600;}
p, div {font-size:14px;}

h1 a, h2 a, h3 a, h4 a {text-decoration:none;}
.main h2 { margin-bottom: 15px; margin-top: 15px;}
.h1 {font-size:27px;}
  
/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
p, td, li, dd {font-size:13px;}

div {font-family: 'Open Sans', Helvetica, Arial, sans-serif;}
.c2btn, a.c2btn {margin-right: 15px; margin-top: 15px;}

input, textarea, select, button {font-family: 'Open Sans', Helvetica, Arial, sans-serif;}


/* =============================================================================
   Forms
   ========================================================================== */

  .headerLinks {}

/* =============================================================================
   Site Structure
   ========================================================================== */

.container {width: 1200px; margin: 0 auto; position:relative;}
.logo{ float: left; padding: 5px 0px; margin: 12px 0px;}
.logo img {position: absolute; opacity:1; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;top: 10px;}
.stuck .logo img {opacity:0; }
.logo img.stuckLogo {opacity:0;}
.stuck .logo img.stuckLogo {opacity:1;}
#banner {margin-top:100px;}
#banner { position: relative; padding-bottom: 31.25%; height: 0; overflow: hidden;}
  .banner .container { padding-top: 5%;}
  .bannerImage.clearfix { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.headerLinks p {margin: 5px 0px;float: right;}
.headerLinks a {text-decoration: none; color: #000; margin: 0px 2px; font-size: 12px; font-weight: 600;}
.menu{ float: right; padding-right: 50px;}
.top{ padding: 60px 2%; padding-top: 40px;}
.bottom{ position: relative; width: 100%; background: #000; padding: 60px 2%; padding-top: 15px;}
.footer{ padding: 60px 2%; padding-top: 40px; background: #ffffff;}

.headerLinks {background: #eee;position: fixed;color: #000;top: 0;width: 100%;z-index: 1;}
.header {padding: 0px 0;position: fixed;width: 100%;left: 0;;z-index: 100;background: rgba(255,255,255,1);  -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.5); box-shadow: 0 0 3px 0 rgba(0,0,0,0.3); ;top: 32px;}
.stuck .header {background: #faebfa;}

.main {width: 72%; float: right; padding-left: 3%;}
  .fullwidth .main {width: 100%;padding-left: 0;}
.sidebar {float: left; width: 25%; position: relative;}

.main.clearfix {min-height: 300px; padding: 60px 0%;  padding-top: 40px;}
.bottom h2 {color: #fff;}
.foot {padding: 20px 2%; background: #e6e6e6;}

.banner img { width: 100%; height: auto;}

/* =============================================================================
   Mali
   ========================================================================== */

.ldi_systemsummary h2 { 
      background: #e38edb; 
      margin: 0;
}

.ldi_systemsummary:hover h2 {
    background: #ebade5;
}

.ldi_systemsummary h2 a {
  color: #111;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  display: block;
  padding: 10px 0px;
}

.ResultsFieldName {
    background-color: #9a268f;
}

.ResultsRow1 {
    background-color: #f5d6f2;
}

.ResultsRow2 {
    background-color: #faebf9;
}
img {
  border-color: #9a268f;
}
/* =============================================================================
   Menus
   ========================================================================== */

.nav ul li {float:left;}
.nav ul li a, .nav ul li span{ float: left; font-size: 17px; color: #9a268f; padding: 20px 15px; text-decoration: none; font-weight: 600; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
ul#nav_ul {margin: 0; padding: 0; list-style: none;}
.stuck .nav ul li a.lev1, .stuck .nav ul li span.lev1 {color:#9a268f;}

.nav li.lev1 span.cur, .nav li.lev1 a:hover, .nav li.lev1.poc { color:#9a268f;}

.nav ul.lev2 {position:absolute; left:0; top: 67px; list-style:none; color:#9a268f;border-top: 4px solid;width: 100%;background: #fff;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;opacity:0;}
.nav ul.lev2 li a, .nav ul.lev2 li span {font-size:14px; text-align:center; display:block; padding:15px 3%; float:left; width:94%;}
.nav ul.lev2 li a:hover, .nav ul.lev2 li span {color:#f58220; background:#fff;}
.nav ul.lev2 li {display:block;width:33.3333%;float:left;margin:0 0%;}
.nav li ul {display:none;}
.nav li:hover ul {display:block;margin:0;padding:0;display:none;}
.nav li.dropdown:hover ul.lev2 {display:block;padding:3% 3%;width:94%;opacity:1;}
.nav ul li a.last_menu, .nav ul li span.last_menu { padding-right: 0;}

a.lev1.dropdown:after {width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid; content: ''; position: absolute; right: 6px; bottom: 30px;}
a.lev1.dropdown {position: relative; padding-right: 25px!important;}

.lhs-nav li a.lev1, .lhs-nav li span.cur {font-size: 18px;color: #333;background: #eaeaea;margin: 2% 0px;padding: 2% 1%; position:relative; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: block; text-decoration: none;}
.lhs-nav li a.lev1:before, .lhs-nav li a.lev1.headpage:before, .lhs-nav li span.lev1.headpage:before, .lhs-nav li span.cur:before {content: "";position: absolute;top: 0;left: -1000%;width: 1000%;background: #eaeaea;height: 100%;  -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
.lhs-nav li a.lev1:hover {text-decoration: none;background: #f58220;color: #fff;}
.lhs-nav li a.lev1:hover:before {background: #f58220;}
.lhs-nav li a.lev1.headpage, .lhs-nav li span.lev1.headpage {font-size: 25px;color: #ffffff;background: #333;margin: 2% 0px;padding: 5% 1%; display: block; position:relative;}
.lhs-nav li a.lev1.headpage, .lhs-nav li span.lev1.headpage {margin-top:8px;}
.lhs-nav li a.lev1.headpage:before, .lhs-nav li span.lev1.headpage:before {background: #333;}
.lhs-nav li span.cur, .lhs-nav li span.cur:before {background: #9a268f; color:#fff;}

/* LEVEL 2 */
.lhs-nav ul li ul li a.lev2 {font-size: 15px;  font-family: 'Inika', Arial, serif; font-weight: 100; color: #fff; background: #f76270; margin: 0% 0px; padding: 1% 1%; position: relative; border-bottom: 1px solid #ccc;}
.lhs-nav ul.lev2 {margin-top: -2px;}
.lhs-nav ul li ul li a.lev2:before, .lhs-nav li a.lev1.poc:before {content: "";  position: absolute;  top: 0;  left: -1000%;  width: 1000%;  background: #f76270;  border-bottom: 1px solid #ccc; height: 100%;  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -ms-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;}
.lhs-nav ul li ul li a.lev2:hover, .lhs-nav ul li ul li a.lev2.cur{text-decoration: none; background: #f71d32;}
.lhs-nav ul li ul li a.lev2:hover:before {background: #f71d32;}
.lhs-nav li a.lev1.poc:before {background: #f71d32;}
.lhs-nav ul li ul li a.lev2.cur:before, .lhs-nav ul li ul li a.lev2.cur {background:#000;}
.lhs-nav li a.lev1.poc, .lhs-nav li a.lev1.par {background: #f71d32; color: #fff; margin-bottom: 2px;}

#landing-nav a {-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;font-size: 25px; text-decoration: none; float: left; margin: 3%; width: 21.3333%; font-weight: bold; background: #555; padding: 3%; display: block; text-align: center; color: #fff; text-transform: uppercase; border-top: 5px solid;}
#landing-nav ul {list-style: none; padding: 0; margin: 0;}
#landing-nav a:hover {color: #9a268f; background: #ccc;}

/* hide the link until viewport size is reached */
a.meanmenu-reveal {display: none;}
/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {float: left; width: 100%; position: absolute; padding: 6px 0; min-height: 50px; background: none; z-index: 999;}
.mean-container a.meanmenu-reveal {width: 30px;height: 22px; padding: 13px 10px 15px 10px; position: absolute; top: 0; left:auto!important; right: 0px!important; cursor: pointer; color: #f58220;text-decoration: none; font-size: 16px; text-indent: -9999em; line-height: 32px; font-size: 1px; display: block; font-family: Arial, Helvetica, sans-serif; font-weight: 700;}
.mean-container a.meanmenu-reveal span {display: block; background: #9a268f; height: 4px; margin-top: 5px;}
.mean-container .mean-nav {float: left; width: 100%; background: #999; margin-top: 44px;}
.mean-container .mean-nav ul {padding: 0; margin: 0; width: 100%; list-style-type: none;}
.mean-container .mean-nav ul li {position: relative; float: left; width: 100%;;;}
.mean-container .mean-nav ul li.mean-last a {border-bottom: none; margin-bottom: 0;}
.mean-container .mean-nav ul li li li a {width: 80%; padding: 1em 10%; background: #aaa!important; color: #333;}
.mean-container .mean-nav ul li li li li a {width: 60%; padding: 1em 20%;}
.mean-container .mean-nav ul li li li li li a {width: 50%; padding: 1em 25%;}
.mean-container .mean-nav ul li a:hover { color: #fff; background: #f58220!important; font-weight: 600;}
.mean-container .mean-nav ul li a.mean-expand { width: 23px; height: 24px; padding: 10px !important; text-align: center; position: absolute; right: 0; top: 0; z-index: 2; background: #e38ddb; border: none !important; margin-top: 0px; color: #fff;}
.mean-container .mean-nav ul li a.mean-expand:hover { background:rgba(0,0,0,0.9);}
.mean-container .mean-push {float: left; width: 100%;padding: 0;margin: 0; clear: both;}
.mean-container .mean-nav ul li a, .mean-container .mean-nav ul li span { display:block; float:left; width:94%; padding:10px 3%; margin:0; text-align:center; color:#fff; text-decoration:none; font-size:15px; text-transform:uppercase; font-weight:400; border-bottom:1px solid #777;}
.mean-nav .wrapper {width: 100%; padding: 0; margin: 0;}
.mean-container .mean-nav ul li span {background: #e38ddb!important; font-weight: 600; color: #fff;}
.mean-container .mean-nav {margin-top: 56px;overflow: hidden;}
/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}
.mean-remove {display: none !important;}
.mean-container .mean-nav ul li a.lev2, .mean-container .mean-nav ul li span.lev2 {padding: 7px 7%; font-size: 12px; text-transform: uppercase; width: 100%; border: 0;}
.mean-container .mean-nav ul li.lev2 {border-top: 1px solid #aaa;;}

.stuck .mean-container a.meanmenu-reveal span {/* background:#fff; */}
.stuck .mean-container a.meanmenu-reveal {color:#000;}

.mean-container .mean-nav ul li.lev1 {background: #9a368f;}
.mean-container .mean-nav ul li.lev2 {background: #ebade5;}


/* =============================================================================
   Other Classes
   ========================================================================== */

.textLeft {position: relative; float: left; width: 60%;}
.textRight {position: relative; float: right; width: 60%;}
.imageRight {width: 40%; position: relative; float: right;}
.imageLeft {width: 40%; position: relative; float: left;}
.fiftyWidth {width: 47%; float: left; margin-right: 3%;}

.imageRight img, .imageLeft img, .fiftyWidth img {max-width:100%; height:auto;}

#banner h1 {color: #fff; font-weight: 900; text-transform: none; line-height: 1.2; width: 50%;}   

/* Custom Styles */ 
.section .container {position:relative; padding: 3% 0;}
#section01 {background: #fff;}
#section02 {background: #e6e6e6;}
#section03 {background: #fff;}
#section04 {background: #9a268f;}

.section .container:empty {display:none;}

.CTAstrip {background: #f58220; position: relative; padding: 10px 0;}
  .CTAstrip h2 {color: #fff; text-align: center; font-weight: 900; line-height: 1;}
  .CTAstrip.bottom_strip a {color: #fff;}
  .CTAstrip h1 {color: #fff;font-weight: 900;}

#parallax {padding: 0; top: 0; left: 0; width: 100%; padding-bottom: 27.25%; position: relative;}
  #parallax:empty {padding: 0;}
  
/* Parallax */
  .parallax_bg { width:100%; position: absolute; height: 100%; z-index: -1; background-size: 100%!important; background-attachment: fixed;}


/* Icons */
.fa-hover a {float: left; margin: 10px 20px; padding: 10px; background: #333; color: #fff; text-decoration: none; font-size: 0; margin-left: 0; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; width: 50px; height: 45px; text-align: center; padding-top: 15px;}

h2.page-header {clear: both; float: left; width: 100%; border-bottom: 1px solid #333; margin: 50px 0; display: block; margin-bottom: 0;}

/* Icons */
#section04 h3 {font-size: 19px; color: #fff; font-weight: 400; margin: 0;}
#section04 p {color: #fff; font-size: 12px; line-height: 1.2; margin: 0 20px;}

a.icon {font-size: 60px; color: #9a268f; background: #fff; padding: 35px; position: relative; margin: 0 auto; display: block; border-radius:50%; -o-border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; width:68px; margin-bottom:20px; margin-top:25px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
a.icon:hover {background: #9a268f; color: #fff;}
.icon_demo i.fa {color: #fff;font-size: 40px;}

#section04 .container {max-width:1000px;width:100%;}

/* Buttons */
.btn_green a, a.btn_green {display: inline-block; outline: none; *zoom: 1; text-align: center; text-decoration: none; font-family: inherit; font-weight: 600; letter-spacing: 1px; vertical-align: middle; border: 2px solid; text-transform:uppercase; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; box-sizing: border-box; font-size: 1.0625em; padding: 0.5625em 1.5em; color: #3CB371; border-color: #3CB371;}
.btn_green a:hover, a.btn_green:hover {background: #3CB371; color: #fff; border-color: #3CB371;}
.btn_purple a, a.btn_purple {display: inline-block; outline: none; *zoom: 1; text-align: center; text-decoration: none; font-family: inherit; font-weight: 600; letter-spacing: 1px; vertical-align: middle; border: 2px solid; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; box-sizing: border-box; font-size: 1.0625em; padding: 0.5625em 1.5em; color: #9a268f; border-color: #9a268f;}
.btn_purple a:hover, a.btn_purple:hover {background: #9a268f; color: #fff; border-color: #9a268f;}
.btn_blue a, a.btn_blue {display: inline-block; outline: none; *zoom: 1; text-align: center; text-decoration: none; font-family: inherit; font-weight: 600; letter-spacing: 1px; vertical-align: middle; border: 2px solid; text-transform:uppercase; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; box-sizing: border-box; font-size: 1.0625em; padding: 0.5625em 1.5em;color: #4682B4; border-color: #4682B4;}
.btn_blue a:hover, a.btn_blue:hover {background: #4682B4; color: #fff; border-color: #4682B4;}
.btn_orange a, a.btn_orange {display: inline-block; outline: none; *zoom: 1; text-align: center; text-decoration: none; font-family: inherit; font-weight: 600; letter-spacing: 1px; vertical-align: middle; border: 2px solid; text-transform:uppercase; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; box-sizing: border-box; font-size: 1.0625em; padding: 0.5625em 1.5em;color: #FF8C00; border-color: #FF8C00;}
.btn_orange a:hover, a.btn_orange:hover {background: #FF8C00; color: #fff; border-color: #FF8C00;}
.btn_red a, a.btn_red {display: inline-block; outline: none; *zoom: 1; text-align: center; text-decoration: none; font-family: inherit; font-weight: 600; letter-spacing: 1px; vertical-align: middle; border: 2px solid; text-transform:uppercase; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; box-sizing: border-box; font-size: 1.0625em; padding: 0.5625em 1.5em;color: #B22222; border-color: #B22222;}
.btn_red a:hover, a.btn_red:hover {background: #B22222; color: #fff; border-color: #B22222;}
.btn_gray a, a.btn_gray {display: inline-block; outline: none; *zoom: 1; text-align: center; text-decoration: none; font-family: inherit; font-weight: 600; letter-spacing: 1px; vertical-align: middle; border: 2px solid; text-transform:uppercase; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; box-sizing: border-box; font-size: 1.0625em; padding: 0.5625em 1.5em;color: #808080; border-color: #808080;}
.btn_gray a:hover, a.btn_gray:hover {background: #808080; color: #fff; border-color: #808080;}
.btn_black a, a.btn_black {display: inline-block; outline: none; *zoom: 1; text-align: center; text-decoration: none; font-family: inherit; font-weight: 600; letter-spacing: 1px; vertical-align: middle; border: 2px solid; text-transform:uppercase; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; box-sizing: border-box; font-size: 1.0625em; padding: 0.5625em 1.5em;color: #000000; border-color: #000000;}
.btn_black a:hover, a.btn_black:hover {background: #000000; color: #fff; border-color: #000000;}
.btn_white a, a.btn_white {display: inline-block; outline: none; *zoom: 1; text-align: center; text-decoration: none; font-family: inherit; font-weight: 600; letter-spacing: 1px; vertical-align: middle; border: 2px solid; text-transform:uppercase; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; box-sizing: border-box; font-size: 1.0625em; padding: 0.5625em 1.5em;color: #ffffff; border-color: #ffffff;}
.btn_white a:hover, a.btn_white:hover {background: #ffffff; color: #000; border-color: #ffffff;}

.readMore {display: inline-block; outline: none; *zoom: 1; text-align: center; text-decoration: none; font-family: inherit; font-weight: 600; letter-spacing: 1px; vertical-align: middle; border: 2px solid; text-transform:uppercase; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; box-sizing: border-box; font-size: 1.0625em; padding: 0.5625em 1.5em;color: #9a268f; border-color: #9a268f; background:none;}
a.listing:hover .readMore { background: #9a268f; color: #ddd;}

/* Template widths */
.col-2-3 {width: 64.66%; padding:1%; float:left;}
.col-1-3 {width: 31.33%; padding:1%; float:left;}
.col-1-2 {width: 48%; padding:1%; float:left;}
.col-1-4 {width: 23%; padding:1%; float:left;}
.col-1-8 {width: 10.5%; padding:1%; float:left;}

/* Sticky */
.sticky {width: 100%; left: 0; top: 0; z-index: 100; position: fixed;}

/* Dropdowns */
.dropDownHeader {color:#3d3d3d; font-weight:400; font-size: 17px; margin:0; background: url('http://projecttemplatecouk.14-1.a01.co.uk/p/1/arrows_up_down.png') no-repeat 99% -53px #eee; margin: 0% 0%; padding: 10px 15px; -webkit-transition: background 0.5 ease-in-out; -moz-transition: background 0.5 ease-in-out; -ms-transition: background 0.5 ease-in-out; -o-transition: background 0.5 ease-in-out; transition: background 0.5 ease-in-out; cursor:pointer; margin-bottom:10px;}
.dropDownHeader.active {background: url('http://projecttemplatecouk.14-1.a01.co.uk/p/1/arrows_up_down.png') no-repeat 99% 3px #ccc;}
.dropDown { visibility: visible!important;}
.dropDown div p {margin: 0% 0%!important;padding: 1% 0%;}

/*
 * jQuery FlexSlider v2.0
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* Flexslider  Styles */
.flexslider { zoom: 1; padding: 0; width: 100%; max-width: 100%; margin: 0 auto; overflow: hidden; position: relative;}
.flexslider .flex-viewport .slides{max-height: 2000px;
-webkit-transition: all 2000ms cubic-bezier(0.700, 0, 0.410, 1.000);
-webkit-transition: all 2000ms cubic-bezier(0.700, -0, 0.410, 1.000); 
   -moz-transition: all 2000ms cubic-bezier(0.700, -0, 0.410, 1.000); 
    -ms-transition: all 2000ms cubic-bezier(0.700, -0, 0.410, 1.000); 
     -o-transition: all 2000ms cubic-bezier(0.700, -0, 0.410, 1.000); 
        transition: all 2000ms cubic-bezier(0.700, -0, 0.410, 1.000);

-webkit-transition-timing-function: cubic-bezier(0.700, 0, 0.410, 1.000);
-webkit-transition-timing-function: cubic-bezier(0.700, 0, 0.410, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.700, 0, 0.410, 1.000); 
    -ms-transition-timing-function: cubic-bezier(0.700, 0, 0.410, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.700, 0, 0.410, 1.000); 
        transition-timing-function: cubic-bezier(0.700, 0, 0.410, 1.000);
}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;}
.flexslider .slides img {width: 100%; height: auto; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}

.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

span.boxCaption {position: absolute; bottom: 10%; left: 0; background: rgba(0,0,0,0.5); display: block; padding: 20px 50px; padding-left: 5%; color: #fff; text-transform: uppercase; font-size: 5em;}
.banner p {margin: 0;}

.footer{position:relative; background:#e6e6e6;; padding:25px 0px;}
  .footer p {color:#000000;}
    .footer h3 {margin-top:10px;}

    p.copyright {color: #000000; float: left;}
    p.intergage {float: right; color: #000000;}
    p.intergage a {color: #000000;}

.footer h3 {color: #f58220;}
.footer a {color: #fff; text-decoration: none;}
  .footer ul {list-style-type: none; margin: 0; padding: 0;}
    .footer li {margin: 15px 0px; font-size: 14px; line-height: 1.5;}

#banner:empty {padding:0;}
img.footerLogo {position: absolute;bottom: 15px;right: 0;}

/* Gallery */
ul.flex-direction-nav a {position: absolute; top: 0; bottom: 0; margin: auto; display: block; width: 55px; height: 100px; background: rgba(0,0,0,0.5); text-indent: -9999px; opacity: 0;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
ul.flex-direction-nav a:before, ul.flex-direction-nav a:after {border-right: 4px solid #fff; content: ''; display: block; height: 30px; margin-top: -20px; position: absolute; -moz-transform: rotate(135deg); -o-transform: rotate(135deg); -webkit-transform: rotate(135deg); transform: rotate(135deg); right: 25px; top: 46%; width: 0;}
ul.flex-direction-nav a:after {margin-top: -1px; -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg);}
ul.flex-direction-nav a.flex-prev {left: -100px;}
ul.flex-direction-nav a.flex-prev:hover, ul.flex-direction-nav a.flex-next:hover {background: rgba(0,0,0,0.8);}
  .flexslider:hover ul.flex-direction-nav a.flex-prev {left:0;}
ul.flex-direction-nav a.flex-next {right: -100px;}
  .flexslider:hover ul.flex-direction-nav a.flex-next {right: 0;}
    .flexslider:hover ul.flex-direction-nav a {opacity:1;}

ul.flex-direction-nav a.flex-prev:after {-moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
    ul.flex-direction-nav a.flex-prev:before {-moz-transform: rotate(-135deg); -o-transform: rotate(-135deg); -webkit-transform: rotate(-135deg); transform: rotate(-135deg);}

.sm_icons a {float: left; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; margin-right: 15px; font-size: 25px; background: #9a268f; padding: 10px; width: 25px; height: 25px; text-align: center;color: #eee;}
.sm_icons {clear: both; position: relative; float: left; padding-bottom: 30px;}
.payment {float: left; width: 100%; clear: both;}
.payment h3 {font-size: 15px; margin: 0;}
.payment i {color: #9a268f; font-size: 35px; margin-right: 10px; margin-top: 10px;}

.fotorama__thumb-border {border-color: #f58220!important;}

/* Search */
.searchButton {display: block;float: right;cursor: pointer;position: absolute;z-index: 999;top: 20px;right: 0px;opacity: 1;width: 35px;height: 28px;padding: 0px;font-size: 23px;text-align: right;color: #9a268f;}
.searchButton:hover { opacity:0.8;}
.search_box { z-index:9999999999999; display:none; position:absolute; right:0px; padding:0px; background:#fac08f; top: 67px; padding-right:5px; padding-top:0; opacity:1; border-top:3px solid #f58220;; }
.scbtn, .sbtn {opacity:0.8;}
.scbtn:hover, .sbtn:hover {opacity:1;}
.sbtn { opacity:0.9; position:relative; top:0px; left:0px; margin: 0; padding: 4px 10px;}

.searchBoxInput {box-shadow: none; background:#fac08f; width: 185px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;  padding: 10px 15px; font-size: 13px; border: 0;}
.searchBoxInput:hover, .searchBoxInput:focus {width: 342px; background:#fac08f;}

.stuck .searchButton {/* color:#fff; */}

.tabs .igtabheading {padding: 10px 20px; border-radius: 0; margin-right: 15px; text-transform: uppercase; border: 0; margin-bottom: 2px;}
.tabs .igcurtabarea {border: 0; padding: 25px;}
.tabs .igcurtabhead {position: relative; padding-bottom: 12px; margin-bottom: 0;}
.tabs {position: relative; width: 100%;}

/* Product List View */
.product-results.clearfix {width: 103%;margin-left: -1%;}
.prod_image {width: 100%; margin-right: 0%; float: left;}
.prod_main {float: left; width: 90%; padding: 0% 5%; padding-bottom: 5%;}
  .prod_main h2 {color: #9a268f; margin: 20px 0; font-size: 18px; font-weight: 600; margin-bottom: 10px;}
  .prod_main p {font-weight: 100; font-size: 14px;}

.product-results a.listing { display: block; float: left; width: 31%; margin-bottom: 3%; background:#faebfa; margin:1%; color:#111;}

a.listing {}
.product-results a.listing:hover {background:#ebade5;}
.product-results a.listing:hover .prod_image {opacity:0.8;}

.pl-container.clearfix > div { position:initial!important;}
.pl-container.clearfix > div.filter-controls {position:relative!important;}

.product-bar {width: 100%; border-top: 2px solid #9a268f; border-bottom: 2px solid #9a268f; margin-bottom: 3%; position: relative; margin-top: 0%; padding: 5px 0; font-weight: 600;}
.product-count {float: left; color: #9a268f; font-size: 24px; padding-left: 1%; margin-top: 8px;}
span.results-total {float: right; padding-left: 10px;}
.prod_desc h1 {margin-bottom: 3%; font-weight: 600;}
span.results-total span {font-size: 24px;font-weight: 900;}
.prod_image p {margin: 0;}
.prod_image img {width: 100%;height: auto;}

div.gMaps { width: 100%; display: block; position: absolute; top: 250px;}
div.gMaps form {width: 440px;margin: 0 auto;background: #d9d9d9;padding: 2%;-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);}
.gMaps input {padding: 10px 15px;color: #000;font-size: 15px;width: 405px;text-align: center;text-transform: uppercase;}
input.Button {background: #333;color: #fff;padding: 9px 18px;font-size: 15px;margin-top: 15px;border: 0;text-transform: uppercase;font-weight: 100;width: 175px;display: block;margin: 0 auto;cursor: pointer;;margin-top: 15px;;}
input.Button:hover {background: #000;}

.siteMap a {
    text-align: center;
    display: block;
    font-size: 18px;
    text-decoration: none;
    color: #555;
    margin: 5px 0px;
}

.siteMap a:hover {
    color: #f58220;
}

.siteMap h2 {
    text-align: center;
}

td.BuyFormPrice {
    font-size: 18px;
}

td.BuyFormFieldName {
    font-size: 18px;
    padding-right: 10px;
    text-align: right;
}

.PD_buy input {
    padding: 5px 10px;
    text-align: center;
    background: #eee;
    border: 0;
    font-weight: bold;
    margin-top: 0;
}

.PD_buy input[type="image"] {
    padding: 0;
    background: none;
}

/*  BASKET ITEMS  */

.basket {
    float: right;
    width: 310px;
    text-align: right;
    padding: 5px 0;
}

.basket a {
    float: right;
    display: block;
    width: auto;
    font-size: 14px;
    color: #f58220;
    margin-left: 20px;
}

.basket a:before {
    margin-right: 10px;
}
/*
.product-sorter {
    width: 65px;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}

.product-sorter label {
    display: none;
}*/

.product-sorter {
    float: right;
}

.product-filter {
    float: right;
}

.product-filter .c2form_fldname {
    margin: 0;
    padding: 0;
}

.c2form_fldname {
    padding: 0;
    margin: 0;
    color: #555;
}

.c2form_fieldset {
    padding: 0;
    padding-bottom: 5px;
    padding-left: 10px;
}


span.LocatorText a {text-decoration: none;}

.contactForm input, .contactForm textarea {-webkit-transition: all 0.5s ease-in-out;  -moz-transition: all 0.5s ease-in-out;  -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; border: 10; padding: 2% 2%; font-size: 16px; margin-bottom: 5px; width: 95%; background: #fff;;}
.fSection.contactForm input, .fSection.contactForm textarea {background: #000; color:#000;}
.fSection.contactForm input:hover, .fSection.contactForm textarea:hover, .fSection.contactForm input:focus, .fSection.contactForm textarea:focus {background:#ebade5; outline-color: #d4180f;}
.SeparatorCol {background: none!important;}
.contactForm td {padding: 0; margin: 0;}
.contactForm input:hover, .contactForm textarea:hover {background:#faebfa;}
.contactForm input:focus, .contactForm textarea:focus {background:#faebfa;}

/* Responsive Tabs */

.responsive-tabs__heading {display: none;}
.responsive-tabs__list__item {display: inline; cursor:pointer;}

@media (max-width: 1023px) {
  .responsive-tabs__list { display: none;}
  .responsive-tabs__heading { display: block; cursor: pointer; }
  .responsive-tabs__panel--closed-accordion-only { display: none;}
}

@media (min-width: 1024px) {
  .responsive-tabs__panel--closed-accordion-only { display: block !important;}
  .responsive-tabs__panel {}
}

.responsive-tabs-wrapper {zoom: 1;}
.responsive-tabs-wrapper:before, .responsive-tabs-wrapper:after {content: ""; display: table;} 
.responsive-tabs-wrapper:after {clear: both;}
.responsive-tabs__heading:focus, .responsive-tabs__list__item:focus {outline: 1px solid #ccc;  }
.responsive-tabs__heading--active:focus, .responsive-tabs__list__item--active:focus { outline: none !important;}
.responsive-tabs__list { margin: 2em 0 0 0;padding:0; padding-bottom:9px; clear:both; height:40px;;}
.responsive-tabs__list__item { background: #ebade5; padding: 10px 10px;  margin-right: 4px;  font-size: 15px;   display: block;  float: left;  line-height: 1;  width: 100px;; }
.responsive-tabs__list__item:hover {background: #ebade5; }
.responsive-tabs__list__item--active, .responsive-tabs__list__item--active:hover {  background: #faebfa;  border-bottom-color: #000;  font-weight: 600;}
.responsive-tabs__panel { margin-bottom: 10px; background: #faebfa; padding: 15px 35px; position: relative; z-index: 1;}
.responsive-tabs-wrapper #tablist1-panel3 {}
@media (max-width: 1023px) {
  .responsive-tabs__heading {padding: 12px 15px; position: relative; margin: 0 0 10px 0!important; background: #d5d5d3; color: #333; font-size: 20px!important;}
  .responsive-tabs__heading:after {content:""; display: block; position: absolute; right: 20px; top: 40%; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #fff;}
  .responsive-tabs__heading:hover, .responsive-tabs__heading--active:hover { background-color: #eb832c;}
  .responsive-tabs__heading:hover {background:#e38ddb;}
  .responsive-tabs__heading--active:hover {background-color: #ebade5;}
  .responsive-tabs__heading--active { background: #eb832c; color: #fff;}
  .responsive-tabs__heading--active:after { border-top:0; border-bottom:10px solid #fff;}
}
.responsive-tabs__list__item:hover {background: #faebfa;}
li#tablist1-tab1 {padding-left: 50px; padding-top: 19px; padding-bottom: 28px; width: 55px;}
.responsive-tabs__list__item--active:hover {background: #faebfa;}

.left-section {float: left; width: 47%; margin-right: 3%;}
.right-section {float: left;width: 50%;}
  .right-section h1 {margin-top: 1%;}

.ldic.ldic_Loca {padding-bottom: 2%;}

.buttons {clear: both; float: right;}

/* Responsive Gallery */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.popup-gallery img {
  margin: 10px;
  cursor: zoom-in; }

/* =============================================================================
   list
   ========================================================================== */

.ldi_systemsummary {float: left; width: 27%; padding: 0; margin: 3%; border: 1px solid #ccc; color: #666; padding: 0%;}
	.ldi_systemsummary img {width: 100%; height: auto;}

@media screen and (max-width: 900px) {
   .ldi_systemsummary {width: 43%;}
}


@media screen and (max-width: 500px) {
   .ldi_systemsummary {width: 96%;}
}
/* =============================================================================
   Media Queries
   ========================================================================== */

@media screen and (max-width: 1250px) {

  img {max-width:100%; height:auto;}

.container {width:1000px;}
#banner h1 {width:100%;}

}

@media screen and (max-width: 1023px) {

.container {width:880px;}
#banner h1 {font-size:30px;width:75%;}

.right-section, .left-section {width: 100%; margin: 0;}

/* Template widths */
.col-1-4 {width: 48%; padding:1%; float:left;}
.col-1-8 {width: 23%; padding:1%; float:left;}

}

@media screen and (max-width: 900px) {

.container {width:750px;}
  #banner h1 {width:100%;}

}

/* TABLET AND UP */
@media screen and (min-width: 768px) {

}
/* TABLET AND BELOW */
@media screen and (max-width: 767px) {

.container {width:580px;}
  .sidebar {display:none;}
  .searchButton {top:18px;right:55px;}
  .main {padding: 0;width: 100%;float: left;}

.logo img {top: 4px;}

  .mean-container .mean-nav ul li.lev2 {float: left;width: 50%;}

  #banner h1 {font-size:23px;}
  .header {padding:6px 0px;height:55px;}
  .logo {padding:0px 0px;margin:12px 0px;}

  .col-1-3 {width: 98%; padding:1%; float:left;}
  .col-2-3 {width: 98%; padding:1%; float:left;}
  .col-1-2 {width: 98%; padding:1%; float:left;}

  .textLeft {position: relative; float: left; width: 100%;}
  .textRight {position: relative; float: right; width: 100%;}
  .imageRight {width: 100%; position: relative; float: right;}
  .imageLeft {width: 100%; position: relative; float: left;}
  .fiftyWidth {width: 100%; float: left; margin-right: 0%;}

  .footer {text-align: center;}
    .footer .container {padding-bottom: 80px;}
      .sm_icons {margin: 0 auto; float: none; width: 250px; margin-bottom: 50px;}
      .sm_icons a {margin: 0px 8px;}
    img.footerLogo {position: absolute; left: 0; right: 0; margin: auto;}
    .footer li,.footer p {margin: 5px 0px;}
    .footer h3 {padding-top: 10px; margin-bottom: 15px;}

    h1 {font-size: 31px;}
    h2 {font-size: 24px;}
    h3 {font-size: 21px;}
    
}

@media screen and (max-width: 600px) {

  .container {width:480px;}

  p, td, li, dd {font-size:14px;}

}

@media screen and (max-width: 500px) {

  .container {width:360px;}
    .mean-container .mean-nav ul li.lev2 {float: left;width: 100%;}

    /* Template widths */
   .col-2-3, .col-1-3, .col-1-2, .col-1-4, .col-1-8 {width: 98%; padding:1%; float:left;}

}

/* MOBILE (PORTRAIT) */
@media screen and (max-width: 400px) {

.container {width:275px;}


}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after, .container:before, .container:after { content: ""; display: table; }
.clearfix:after, .container:after { clear: both; }
.clearfix, .container { 

zoom: 1; }


/* =============================================================================
   Print Styles
   ========================================================================== */


@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}