/*!
 * Master Bootstrap3 (http://www.masterbootstrap.com)
 * Copyright 2013-20156 gsuez.cl.
 * Licensed under GPL v2 (http://www.gnu.org/licenses/gpl-2.0.html)
 */
/*outter container*/
/*CONTACT FORM*/
/* line 6, ../scss/template/_main.scss */
.accordion {
  margin-bottom: 20px;
}

/* line 9, ../scss/template/_main.scss */
.accordion-group {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-bottom: 2px;
}

/* line 14, ../scss/template/_main.scss */
.accordion-heading {
  border-bottom: 0 none;
}

/* line 17, ../scss/template/_main.scss */
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

/* line 21, ../scss/template/_main.scss */
.accordion-toggle {
  cursor: pointer;
}

/* line 24, ../scss/template/_main.scss */
.accordion-inner {
  border-top: 1px solid #e5e5e5;
  padding: 9px 15px;
}

/* line 28, ../scss/template/_main.scss */
.form-horizontal .control-label {
  /* float: left;*/
  padding-top: 5px;
  text-align: right;
  width: 160px;
}

/* line 34, ../scss/template/_main.scss */
.form-horizontal .control-label {
  margin-bottom: 0;
  padding-top: 7px;
  text-align: right;
}

/* line 39, ../scss/template/_main.scss */
.form-horizontal .form-actions {
  padding-left: 160px;
}

/*CONTACT FORM*/
/* line 43, ../scss/template/_main.scss */
.hm_blog_list .blog_grid_con .meta, .post_title_con .meta {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  font-size: 13px;
  font-style: italic;
  margin-bottom: 17px;
  padding-bottom: 11px;
}

/* line 50, ../scss/template/_main.scss */
.clearfix::after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

/* line 58, ../scss/template/_main.scss */
.clearfix {
  display: block;
}

/*LAYOUT BOXED*/
/* line 62, ../scss/template/_main.scss */
.layout-boxed {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  max-width: 1600px;
  background: #fff;
}

/*TITLE MODULE*/
/* line 69, ../scss/template/_main.scss */
.module-title .title {
  margin: 0 0 20px;
  padding-bottom: 9px;
}

/*LINK TRANS*/
/* line 74, ../scss/template/_main.scss */
a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

/* line 78, ../scss/template/_main.scss */
a:focus, a:hover {
  text-decoration: none;
}

/*TAGS CLUDS*/
/* line 82, ../scss/template/_main.scss */
.module-content .tagspopular ul li {
  display: inline-block;
}

/* line 85, ../scss/template/_main.scss */
.module-content > .tagspopular ul li::before {
  content: none;
}

/*CALENDARIO*/
/* line 89, ../scss/template/_main.scss */
.calendar {
  margin: 5px 0 0 1px !important;
}

/* line 92, ../scss/template/_main.scss */
.calendar table {
  border: 0 none !important;
}

/* line 95, ../scss/template/_main.scss */
.calendar .button {
  border: 0 none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: table-cell !important;
  margin: 0 !important;
  padding: 2px !important;
  text-align: center !important;
}

/* line 104, ../scss/template/_main.scss */
.calendar thead .hilite {
  padding: 1px !important;
}

/* line 107, ../scss/template/_main.scss */
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
  border-top: 1px solid #ddd;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}

/* line 113, ../scss/template/_main.scss */
.calendar, .calendar table {
  width: 100%;
}

/*LISTAS EN MODULOS*/
/* line 117, ../scss/template/_main.scss */
.module-content ul li::before {
  content: "\e080";
  font-family: glyphicons halflings;
}

/* line 121, ../scss/template/_main.scss */
.module-content ul {
  margin: 0;
  padding: 0;
}

/* line 125, ../scss/template/_main.scss */
.module-content ul li {
  list-style: outside none none;
  margin: 0;
  padding: 2px 0;
}

/* line 130, ../scss/template/_main.scss */
.navbar-default .nav-header {
  padding: 5px 20px;
  display: block;
  font-weight: bold;
  line-height: 20px;
}

/* line 136, ../scss/template/_main.scss */
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: inline-block;
  font-size: 100%;
  /*height: 34px;*/
  line-height: 1.42857;
  min-width: 100px;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  /* width: 100%;*/
}

/* line 151, ../scss/template/_main.scss */
.manager.thumbnails li {
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  display: block;
  float: left;
  height: 80px;
  line-height: 18px;
  position: relative;
  text-align: center;
  width: 80px;
  padding: 4px;
}

/* line 164, ../scss/template/_main.scss */
.manager.thumbnails li .height-50 {
  height: 50px;
  margin-bottom: 4px;
  margin-top: 4px;
}

/* line 169, ../scss/template/_main.scss */
.thumbnails::before, .thumbnails::after {
  content: "";
  display: table;
  line-height: 0;
}

/* line 174, ../scss/template/_main.scss */
.thumbnails::after {
  clear: both;
}

/* line 177, ../scss/template/_main.scss */
.thumbnails::before, .thumbnails::after {
  content: "";
  display: table;
  line-height: 0;
}

/* line 182, ../scss/template/_main.scss */
.manager.thumbnails {
  list-style: outside none none;
  margin: 0 0 0 -20px;
  padding: 0;
}

/* line 187, ../scss/template/_main.scss */
.window .window-mainbody {
  padding: 20px;
}

/* line 190, ../scss/template/_main.scss */
.center, .table td.center, .table th.center {
  text-align: center;
}

/* line 193, ../scss/template/_main.scss */
#editor-xtd-buttons .btn, .toggle-editor .btn {
  background-color: #ffffff;
  border-color: #cccccc;
  text-shadow: 0 1px 0 #fff;
  margin: 5px;
}

/* line 199, ../scss/template/_main.scss */
.thumbnails > li {
  float: left;
  margin-bottom: 18px;
  margin-left: 20px;
}

/* line 204, ../scss/template/_main.scss */
.thumbnail {
  margin-bottom: 9px;
}

/* line 207, ../scss/template/_main.scss */
.height-80 {
  height: 80px;
}

/* line 210, ../scss/template/_main.scss */
.width-80 {
  width: 80px;
}

/* line 213, ../scss/template/_main.scss */
.center, .table td.center, .table th.center {
  text-align: center;
}

/* line 216, ../scss/template/_main.scss */
#wrap .element-invisible {
  display: none;
}

/*SEARCH PAGE*/
/* line 220, ../scss/template/_main.scss */
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}

/* line 224, ../scss/template/_main.scss */
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}

/* line 228, ../scss/template/_main.scss */
html {
  overflow-y: scroll;
}

/* line 229, ../scss/template/_main.scss */
body {
  background-color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

/* line 234, ../scss/template/_main.scss */
img {
  max-width: 100%;
}

/* line 235, ../scss/template/_main.scss */
#top {
  color: #ddd;
  font-size: 12px;
  line-height: 30px;
  padding-bottom: 4px;
  padding-top: 4px;
}

/* line 242, ../scss/template/_main.scss */
#top .container .separator {
  border-left: 1px solid #CCCCCC;
  display: inline-block;
  height: 10px;
  margin: 0 20px;
  width: 1px;
}

/* line 249, ../scss/template/_main.scss */
#navigation {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* line 252, ../scss/template/_main.scss */
.navbar {
  border-radius: 0 !important;
  margin-bottom: 0 !important;
}

/* line 255, ../scss/template/_main.scss */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  outline: medium none;
}

/* line 257, ../scss/template/_main.scss */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  outline: medium none;
}

/* line 258, ../scss/template/_main.scss */
.navbar-nav > li > a {
  line-height: inherit !important;
}

/* line 261, ../scss/template/_main.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent !important;
}

/* line 264, ../scss/template/_main.scss */
.dropdown-menu {
  padding: 0px !important;
  border-radius: 0 !important;
}

/* line 268, ../scss/template/_main.scss */
.dropdown .dropdown-menu {
  display: block;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}

/* line 275, ../scss/template/_main.scss */
.dropdown.open .dropdown-menu {
  max-height: 200px;
  opacity: 1;
}

/* line 279, ../scss/template/_main.scss */
.navbar-right .dropdown-menu {
  left: 0 !important;
  right: auto !important;
}

/* line 283, ../scss/template/_main.scss */
#main-box {
  background: transparent none repeat scroll 0 0;
  border: 0px solid #E5E5E5;
  /* border 1, if you have front component*/
  margin-bottom: 20px;
  padding: 10px 0px;
}

/* line 289, ../scss/template/_main.scss */
#main {
  padding-top: 20px;
}

/* line 292, ../scss/template/_main.scss */
#breadcrumbs {
  background: #f5f5f5;
  padding: 20px 0 0;
}

/* line 296, ../scss/template/_main.scss */
.breadcrumb {
  border-radius: 0px;
  margin-bottom: 0;
}

/* line 300, ../scss/template/_main.scss */
#breadcrumbs .moduletable {
  margin-bottom: 0;
  padding: 0;
}

/* line 304, ../scss/template/_main.scss */
.toppad {
  padding-top: 40px;
}

/* line 307, ../scss/template/_main.scss */
#fullwidth {
  /*margin-top: -20px;*/
  overflow: hidden;
}

/* line 311, ../scss/template/_main.scss */
#fullwidth .moduletable {
  border: 0;
  padding: 0;
  margin-bottom: 20px;
}

/* line 316, ../scss/template/_main.scss */
.black .moduletable {
  background: none repeat scroll 0 0 #222222;
  border-color: #222222;
  color: #AAAAAA;
}

/* line 321, ../scss/template/_main.scss */
.moduletable {
  margin-bottom: 20px;
  padding: 20px 10px;
}

/* line 325, ../scss/template/_main.scss */
.panel.moduletable {
  padding: 0;
}

/* line 326, ../scss/template/_main.scss */
.panel .moduletable {
  box-shadow: none;
  margin: 0px 10px;
  padding: 10px;
}

/* line 331, ../scss/template/_main.scss */
#brand {
  float: left;
}

/* line 340, ../scss/template/_main.scss */
.page-header {
  margin: 10px 0 20px !important;
}

/* line 341, ../scss/template/_main.scss */
.hasTooltip {
  display: inline !important;
}

/* line 342, ../scss/template/_main.scss */
.noMainbody {
  display: none !important;
}

/* line 344, ../scss/template/_main.scss */
ul.unstyled,
ol.unstyled {
  list-style: outside none none;
  margin-left: 0;
  padding: 0;
}

/* line 349, ../scss/template/_main.scss */
.checkbox label, .radio label {
  padding-left: 20px;
  padding-right: 10px;
}

/* line 353, ../scss/template/_main.scss */
label {
  display: block;
  margin-bottom: 5px;
}

/* line 361, ../scss/template/_main.scss */
label,
input,
button,
select,
textarea {
  font-size: 12px;
  font-weight: normal;
  line-height: 26px;
  font-family: arial;
}

/* line 374, ../scss/template/_main.scss */
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

/* line 375, ../scss/template/_main.scss */
.control-group input, .control-group textarea, .control-group .uneditable-input {
  /*width: 100% !important */
}

/* line 376, ../scss/template/_main.scss */
.contact-form .control-group input, .contact-form .control-group textarea, .contact-form .control-group .uneditable-input {
  /*width: inherit;*/
}

/* line 379, ../scss/template/_main.scss */
input, textarea, .uneditable-input {
  /*width: 220px;*/
}

/* line 382, ../scss/template/_main.scss */
.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
  border-radius: 0 3px 3px 0;
}

/* line 385, ../scss/template/_main.scss */
.input-append .add-on, .input-append .btn, .input-append .btn-group {
  margin-left: -1px;
}

/* line 388, ../scss/template/_main.scss */
.input-append .add-on, .input-append .btn, .input-append .btn-group > .dropdown-toggle, .input-prepend .add-on, .input-prepend .btn, .input-prepend .btn-group > .dropdown-toggle {
  border-radius: 0;
  vertical-align: top;
}

/* line 392, ../scss/template/_main.scss */
.email-copy-input {
  float: left;
}

/* line 393, ../scss/template/_main.scss */
#pop-print {
  float: right;
  margin: 10px;
}

/* line 397, ../scss/template/_main.scss */
div#jform_catid_chzn.chzn-container, div#jform_catid_chzn.chzn-container div.chzn-drop, div#jform_state_chzn.chzn-container, div#jform_state_chzn.chzn-container div.chzn-drop, div#jform_featured_chzn.chzn-container, div#jform_featured_chzn.chzn-container div.chzn- drop, div#jform_access_chzn.chzn-container, div#jform_access_chzn.chzn-container div.chzn-drop, div#jform_metadata_tags_chzn.chzn-container, div#jform_metadata_tags_chzn.chzn-container div.chzn-drop, div#jform_language_chzn.chzn- container, div#jform_language_chzn.chzn-container div.chzn-drop, div#jform_language_chzn.chzn-container, div#jform_tags_chzn.chzn-container {
  width: 260px !important;
}

/* line 400, ../scss/template/_main.scss */
.control-group {
  margin-bottom: 15px;
}

/* line 403, ../scss/template/_main.scss */
.btn.modal {
  bottom: auto;
  display: inline;
  left: auto;
  position: relative;
  top: auto;
}

/* line 410, ../scss/template/_main.scss */
#imageForm .well {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 19px;
}

/* line 419, ../scss/template/_main.scss */
#imageForm .pull-right {
  float: right;
}

/* line 422, ../scss/template/_main.scss */
#imageForm .row::before, #imageForm .row::after {
  content: "";
  display: table;
  line-height: 0;
}

/* line 427, ../scss/template/_main.scss */
#imageForm .row::after {
  clear: both;
}

/* line 430, ../scss/template/_main.scss */
#imageForm .row::before, #imageForm .row::after {
  content: "";
  display: table;
  line-height: 0;
}

/* line 435, ../scss/template/_main.scss */
body #overall {
  height: auto;
  overflow: hidden;
}

/* line 439, ../scss/template/_main.scss */
#print {
  height: auto;
  overflow: hidden;
}

/*MATERIAL DESIGN*/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(http://fonts.gstatic.com/s/materialicons/v12/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format("woff2");
}

/* line 451, ../scss/template/_main.scss */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}

/* line 466, ../scss/template/_main.scss */
.muted {
  color: #999;
}

/* line 470, ../scss/template/_main.scss */
html,
body {
  height: 100%;
}

/* Wrapper for page content to push down footer */
/* line 474, ../scss/template/_main.scss */
#wrap {
  height: auto !important;
  margin: 0 auto 0px;
  min-height: 100%;
}

/* line 482, ../scss/template/_main.scss */
#copy.well {
  border-radius: 0;
  border: 0;
  margin: 0;
}

/* line 487, ../scss/template/_main.scss */
#footer .moduletable {
  border: 0;
}

/* line 490, ../scss/template/_main.scss */
#main #container {
  background-color: #fff;
}

/* line 493, ../scss/template/_main.scss */
#push {
  height: 60px;
}

/* LAYOUT */
/* Floats */
/* line 496, ../scss/template/_main.scss */
.float-left {
  float: left;
}

/* line 497, ../scss/template/_main.scss */
.float-right {
  float: right;
}

/* line 499, ../scss/template/_main.scss */
.group:before,
.group:after {
  content: "";
  display: table;
}

/* line 503, ../scss/template/_main.scss */
.group:after {
  clear: both;
}

/* line 504, ../scss/template/_main.scss */
.ie7 .group {
  zoom: 1;
}

/* JOOMLA */
/* line 506, ../scss/template/_main.scss */
.form-horizontal .control-label {
  text-align: inherit !important;
}

/* line 507, ../scss/template/_main.scss */
i.icon-calendar:before {
  content: "\1f4c5";
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top: 1px;
}

/* line 518, ../scss/template/_main.scss */
div.contact-form-field label,
div.message-label label {
  display: inline !important;
}

/* line 521, ../scss/template/_main.scss */
div#jform_tags_chzn.chzn-container ul.chzn-choices li.search-field input.default {
  padding: 0;
}

/* line 524, ../scss/template/_main.scss */
.control-group input[type="checkbox"] {
  width: 10px !important;
}

/* line 527, ../scss/template/_main.scss */
.btn-toolbar {
  margin-bottom: 20px;
}

/* line 530, ../scss/template/_main.scss */
.nav.nav-tabs {
  margin-bottom: 20px;
}

/*ERROR*/
/* line 534, ../scss/template/_main.scss */
.error-page-inner {
  display: table;
  height: 100%;
  min-height: 100%;
  text-align: center;
  width: 100%;
}

/* line 541, ../scss/template/_main.scss */
.error-code {
  font-size: 96px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px;
  padding: 0;
}

/* line 548, ../scss/template/_main.scss */
.error-page-inner .fa.fa-exclamation-triangle {
  font-size: 96px;
  line-height: 1;
  margin-bottom: 10px;
}

/*MB STYLE*/
/* line 554, ../scss/template/_main.scss */
.title, .component-content h2 {
  text-shadow: none;
}

/* line 557, ../scss/template/_main.scss */
.title-line {
  background: none repeat scroll 0 0 #d1d1d1;
  height: 2px;
  margin-bottom: 20px;
  width: 100%;
}

/* line 563, ../scss/template/_main.scss */
.title-line span {
  display: block;
  height: 2px;
  width: 90px;
  background: #428bca;
}

/* line 569, ../scss/template/_main.scss */
.title1 .title-line, .title2 .title-line, .title3 .title-line, .title4 .title-line, .title6 .title-line, .box3 .title-line, .box4 .title-line {
  display: none;
}

/* line 572, ../scss/template/_main.scss */
.title1 .title {
  background: url(../images/bg-h3.gif) repeat-x scroll 0 100% transparent;
  border-bottom: none;
  padding-bottom: 20px;
}

/* line 577, ../scss/template/_main.scss */
.title2 .title {
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

/* line 582, ../scss/template/_main.scss */
.title3 .title {
  padding-bottom: 15px;
  margin-bottom: 20px;
}

/* line 586, ../scss/template/_main.scss */
.title4 .title {
  background: url(../images/divider.png) repeat-x scroll center center transparent;
  border-bottom: none !important;
  margin-bottom: 25px;
}

/* line 591, ../scss/template/_main.scss */
.title4 .title span {
  background: #ffffff;
  padding-right: 15px;
}

/* line 595, ../scss/template/_main.scss */
#rt-footer .title4 .title span {
  background: #262626;
}

/* line 598, ../scss/template/_main.scss */
#rt-maintop .title4 .title span, #rt-bottom .title4 .title span {
  background: #f6f6f6;
}

/* line 601, ../scss/template/_main.scss */
.title5 .title {
  background: url(../images/cat-bg-repeat.png) repeat-x scroll center center transparent;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

/* line 606, ../scss/template/_main.scss */
.title > span {
  background: none repeat scroll 0 0 transparent;
}

/* line 609, ../scss/template/_main.scss */
span.fa {
  padding-right: 10px;
}

/* line 612, ../scss/template/_main.scss */
.title6 .title {
  border-bottom: 2px solid #1d6fa5;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

/* line 617, ../scss/template/_main.scss */
.box1 .moduletable {
  background: #eee;
}

/* line 620, ../scss/template/_main.scss */
.box2 .moduletable {
  background: #363636;
  color: #adadad;
}

/* line 624, ../scss/template/_main.scss */
.blog-more {
  padding: 10px 5px;
}

/*TO TOP*/
/* line 626, ../scss/template/_main.scss */
.back-to-top {
  position: fixed;
  bottom: 2em;
  right: 0px;
  text-decoration: none;
  color: #000000;
  background-color: rgba(235, 235, 235, 0.8);
  font-size: 12px;
  padding: 1em;
  display: none;
}

/* line 637, ../scss/template/_main.scss */
.back-to-top:hover {
  background-color: rgba(135, 135, 135, 0.5);
}

/* line 638, ../scss/template/_main.scss */
.error .container {
  display: table;
  height: 100%;
  min-height: 100%;
  text-align: center;
  width: 100%;
  padding: 200px 0;
}

/* line 646, ../scss/template/_main.scss */
.error .container h1 {
  font-size: 140px;
}

/* line 649, ../scss/template/_main.scss */
.navbar-toggle {
  margin-top: 15px !important;
  padding: 15px !important;
  border: medium none !important;
  border-radius: 0important;
}

/*for headroom.js*/
/* line 656, ../scss/template/_main.scss */
.headroom {
  transition: transform 200ms linear;
}

/* line 659, ../scss/template/_main.scss */
.headroom--pinned {
  transform: translateY(0%);
}

/* line 662, ../scss/template/_main.scss */
.headroom--unpinned {
  transform: translateY(-100%);
}

/* line 665, ../scss/template/_main.scss */
.header {
  background-color: inherit;
  line-height: 60px;
}

/* line 669, ../scss/template/_main.scss */
.header__link {
  border: 0 none;
  color: #fff;
  text-decoration: none;
}

/* line 674, ../scss/template/_main.scss */
.header__link:focus {
  background-color: rgba(78, 205, 196, 0.1);
  outline: 0 none;
}

/* line 678, ../scss/template/_main.scss */
.header__link:hover .icon {
  color: #4ecdc4;
}

/* line 681, ../scss/template/_main.scss */
.header--fixed {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}

/*OFFLINE*/
/* line 689, ../scss/template/_main.scss */
#frame input.inputbox {
  border: 1px solid #ccc;
  padding: 8px;
  width: 100%;
  border-radius: 4px;
}

/* line 695, ../scss/template/_main.scss */
#frame {
  margin-top: 100px;
}

/* Media Queries */
/* Retina */
/* Landscape phones and down */
/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
  /* line 707, ../scss/template/_main.scss */
  .navbar-nav > li > a {
    line-height: 30px !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
  }

  /* line 712, ../scss/template/_main.scss */
  .layout-boxed .header--fixed {
    width: 100% !important;
    left: auto !important;
    right: auto !important;
  }
}
/* Portrait tablet to landscape and desktop */
/* Large desktop */
@media (min-width: 1200px) {
  /* line 726, ../scss/template/_main.scss */
  section {
    margin-top: auto;
  }

  /* line 729, ../scss/template/_main.scss */
  .layout-boxed .header--fixed {
    width: 1240px;
    left: auto;
    right: auto;
  }
}
/* Fix disappearing tabs on editor page - Added by Waseem Sadiq 8th March 2015*/
/* line 739, ../scss/template/_main.scss */
.icons .btn-group,
.icons .btn-group a[data-toggle="tab"][aria-expanded="false"],
ul.nav-tabs > li > a[data-toggle="tab"][aria-expanded="false"] {
  display: block !important;
}

/* line 8, ../scss/template/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  /*  float: left;
    position: relative !important;
    margin-left: 0 !important;*/
}

/* line 13, ../scss/template/_forms.scss */
.checkbox label, .radio label {
  padding-left: 20px;
  padding-right: 10px;
}

/* line 17, ../scss/template/_forms.scss */
label {
  display: block;
  margin-bottom: 5px;
}

/* line 25, ../scss/template/_forms.scss */
label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  font-family: arial;
}

/* line 38, ../scss/template/_forms.scss */
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

/* line 41, ../scss/template/_forms.scss */
.control-group input, .control-group textarea, .control-group .uneditable-input {
  /*width: 100% !important */
}

/* line 42, ../scss/template/_forms.scss */
.contact-form .control-group input, .contact-form .control-group textarea, .contact-form .control-group .uneditable-input {
  width: 100%;
}

/* line 45, ../scss/template/_forms.scss */
.email-copy-input {
  float: left;
}

/* line 48, ../scss/template/_forms.scss */
.control-group .control-label {
  padding-top: 7px;
  padding-bottom: 7px;
}

/* line 17, ../scss/template/_chosen.scss */
div#jform_catid_chzn.chzn-container,
div#jform_catid_chzn.chzn-container div.chzn-drop,
div#jform_state_chzn.chzn-container,
div#jform_state_chzn.chzn-container div.chzn-drop,
div#jform_featured_chzn.chzn-container,
div#jform_featured_chzn.chzn-container div.chzn- drop,
div#jform_access_chzn.chzn-container,
div#jform_access_chzn.chzn-container div.chzn-drop,
div#jform_metadata_tags_chzn.chzn-container,
div#jform_metadata_tags_chzn.chzn-container div.chzn-drop,
div#jform_language_chzn.chzn-container div.chzn-drop,
div#jform_language_chzn.chzn-container,
div#jform_tags_chzn.chzn-container {
  width: 260px !important;
}

/* line 20, ../scss/template/_chosen.scss */
.chzn-container-single .chzn-single {
  width: 140px;
}

/* line 23, ../scss/template/_chosen.scss */
.chzn-container .chzn-drop {
  width: 100px;
}

/* line 1, ../scss/global/_navigation.scss */
#brand {
  float: left;
  padding-left: 0px;
  padding-top: 0px;
  max-width: 200px;
}
@media (max-width: 767px) {
  /* line 7, ../scss/global/_navigation.scss */
  #brand img {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  /* line 1, ../scss/global/_navigation.scss */
  #brand {
    max-width: 180px;
  }
}

/* line 22, ../scss/global/_navigation.scss */
#navigation .navbar {
  border: none;
}
/* line 24, ../scss/global/_navigation.scss */
#navigation .navbar > .container {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  /* line 24, ../scss/global/_navigation.scss */
  #navigation .navbar > .container {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
/* line 36, ../scss/global/_navigation.scss */
#navigation .navbar .navbar-collapse {
  background-color: #213568;
  position: relative;
}
@media (min-width: 768px) {
  /* line 36, ../scss/global/_navigation.scss */
  #navigation .navbar .navbar-collapse {
    clear: left;
  }
}
@media (min-width: 992px) {
  /* line 36, ../scss/global/_navigation.scss */
  #navigation .navbar .navbar-collapse {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
/* line 52, ../scss/global/_navigation.scss */
#navigation .navbar .navbar-collapse .container {
  position: relative;
  z-index: 2;
}
/* line 57, ../scss/global/_navigation.scss */
#navigation .navbar .navbar-collapse:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  z-index: 1;
  font-size: 0px;
  line-height: 0%;
  width: 100.0%;
  border-bottom: 98px solid #14254f;
  border-left: 60px solid #213568;
}
@media (min-width: 992px) {
  /* line 57, ../scss/global/_navigation.scss */
  #navigation .navbar .navbar-collapse:after {
    display: block;
    width: 27.08333%;
  }
}
@media (min-width: 1200px) {
  /* line 57, ../scss/global/_navigation.scss */
  #navigation .navbar .navbar-collapse:after {
    width: 41.66667%;
  }
}
@media (min-width: 992px) {
  /* line 81, ../scss/global/_navigation.scss */
  #navigation .navbar .nav {
    margin-right: -10px;
    margin-left: -10px;
  }
}
/* line 89, ../scss/global/_navigation.scss */
#navigation .navbar .nav li {
  margin: 0 16px 0 0;
}
@media (min-width: 1599px) {
  /* line 89, ../scss/global/_navigation.scss */
  #navigation .navbar .nav li {
    margin: 0 16px 0 0;
  }
}
/* line 97, ../scss/global/_navigation.scss */
#navigation .navbar .nav li a {
  padding-left: 10px;
}
/* line 102, ../scss/global/_navigation.scss */
#navigation .navbar .nav li.active > a {
  color: #57cbff;
}
/* line 107, ../scss/global/_navigation.scss */
#navigation .navbar .nav li li {
  margin: 0 0px 0 0;
}
/* line 109, ../scss/global/_navigation.scss */
#navigation .navbar .nav li li a {
  padding: 10px 20px;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 109, ../scss/global/_navigation.scss */
  #navigation .navbar .nav li li a {
    color: #333;
  }
}
/* line 121, ../scss/global/_navigation.scss */
#navigation .navbar .nav li a {
  font-size: 16px;
  padding: 1px 13px 0px 13px;
  color: #fff;
  margin: 0;
}
@media (min-width: 768px) {
  /* line 130, ../scss/global/_navigation.scss */
  #navigation .navbar .nav li.parent.dropdown.open a {
    color: #333;
  }
}
/* line 143, ../scss/global/_navigation.scss */
#navigation .custombid-request {
  text-align: right;
  display: none;
}
@media (min-width: 992px) {
  /* line 143, ../scss/global/_navigation.scss */
  #navigation .custombid-request {
    display: inline;
  }
}
@media (max-width: 1199px) {
  /* line 151, ../scss/global/_navigation.scss */
  #navigation .custombid-request .btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* line 159, ../scss/global/_navigation.scss */
.dropdown-menu {
  border: none;
}

/* line 167, ../scss/global/_navigation.scss */
.navbar-nav.submenu {
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
  display: none;
}
@media (min-width: 992px) {
  /* line 167, ../scss/global/_navigation.scss */
  .navbar-nav.submenu {
    display: block;
  }
}
/* line 178, ../scss/global/_navigation.scss */
.navbar-nav.submenu li a {
  background: #b3b4b4;
  margin-right: 10px;
  padding: 3px 11px;
  border: solid 3px #d1d1d1;
  font-size: 17px;
  text-transform: uppercase;
  color: #ccc;
  border-radius: 5px;
  font-weight: 600;
}
/* line 195, ../scss/global/_navigation.scss */
.navbar-nav.submenu li.active a {
  color: #fff;
  background: #666666;
}

@media (max-width: 991px) {
  /* line 206, ../scss/global/_navigation.scss */
  .navbar-header {
    float: none;
  }

  /* line 209, ../scss/global/_navigation.scss */
  .navbar-left, .navbar-right {
    float: none !important;
  }

  /* line 212, ../scss/global/_navigation.scss */
  .navbar-toggle {
    display: block;
  }

  /* line 215, ../scss/global/_navigation.scss */
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  /* line 219, ../scss/global/_navigation.scss */
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  /* line 223, ../scss/global/_navigation.scss */
  .navbar-collapse.collapse {
    display: none !important;
  }

  /* line 226, ../scss/global/_navigation.scss */
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  /* line 230, ../scss/global/_navigation.scss */
  .navbar-nav > li {
    float: none;
  }

  /* line 233, ../scss/global/_navigation.scss */
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* line 237, ../scss/global/_navigation.scss */
  .collapse.in {
    display: block !important;
  }
}
@media (min-width: 768px) {
  /* line 2, ../scss/global/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 7, ../scss/global/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 12, ../scss/global/_grid.scss */
  .container {
    width: 1170px;
  }
}
@media (min-width: 1220px) {
  /* line 17, ../scss/global/_grid.scss */
  .container {
    width: 1220px;
  }
}
/* line 1, ../scss/global/_buttons.scss */
.btn-bidrequest {
  color: #fff;
  background-color: #ff714b;
  border-color: #ff714b;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 11px 45px;
}
@media (min-width: 992px) {
  /* line 1, ../scss/global/_buttons.scss */
  .btn-bidrequest {
    font-size: 16px;
    padding: 11px 90px;
  }
}

/* line 17, ../scss/global/_buttons.scss */
.btn-large {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 11px 35px;
}
@media (min-width: 992px) {
  /* line 17, ../scss/global/_buttons.scss */
  .btn-large {
    font-size: 16px;
    padding: 11px 90px;
  }
}

/* line 30, ../scss/global/_buttons.scss */
.btn-blue {
  background-color: #009ee5;
  border-color: #009ee5;
  color: white;
}

/* line 4, ../scss/global/_header.scss */
.header-contact {
  float: right;
  width: 75.0%;
  padding-top: 10px;
}
/* line 8, ../scss/global/_header.scss */
.header-contact .fa {
  position: absolute;
  top: 0;
  left: 0;
  border: solid 2px #009ee5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #009ee5;
  margin-left: -80px;
  margin-top: -10px;
}
/* line 22, ../scss/global/_header.scss */
.header-contact .fa:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 61;
  font-size: 25px;
}
/* line 28, ../scss/global/_header.scss */
.header-contact .phone, .header-contact #footer .address, #footer .header-contact .address, .header-contact #footer .email, #footer .header-contact .email, .header-contact .fax, .header-contact .address {
  float: right;
  position: relative;
  line-height: 1;
  display: none;
}
/* line 34, ../scss/global/_header.scss */
.header-contact .line1 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #303644;
}
/* line 39, ../scss/global/_header.scss */
.header-contact .line2 {
  color: #9196a2;
  line-height: 1.2;
}
@media (min-width: 992px) {
  /* line 43, ../scss/global/_header.scss */
  .header-contact .phone, .header-contact #footer .address, #footer .header-contact .address, .header-contact #footer .email, #footer .header-contact .email {
    display: block;
  }
}
/* line 48, ../scss/global/_header.scss */
.header-contact .fax {
  margin-left: 120px;
}
@media (min-width: 1200px) {
  /* line 48, ../scss/global/_header.scss */
  .header-contact .fax {
    display: block;
  }
}
/* line 55, ../scss/global/_header.scss */
.header-contact .address {
  margin-left: 124px;
}
@media (min-width: 992px) {
  /* line 55, ../scss/global/_header.scss */
  .header-contact .address {
    display: block;
  }
}

/* line 1, ../scss/global/_footer.scss */
#footer {
  font-size: 10px;
  border-top: 0px solid #ccc;
  background: #213568;
  position: relative;
  overflow: hidden;
}
/* line 10, ../scss/global/_footer.scss */
#footer .container {
  position: relative;
  height: 200px;
  padding-top: 48px;
}
/* line 16, ../scss/global/_footer.scss */
#footer .container .module-content {
  position: relative;
  z-index: 2;
}
/* line 20, ../scss/global/_footer.scss */
#footer .container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0px;
  line-height: 0%;
  width: 66.66667%;
  border-bottom: 219px solid #14254f;
  border-right: 60px solid #213568;
}
@media (min-width: 768px) {
  /* line 20, ../scss/global/_footer.scss */
  #footer .container:after {
    width: 37.5%;
  }
}
@media (min-width: 1200px) {
  /* line 20, ../scss/global/_footer.scss */
  #footer .container:after {
    width: 29.16667%;
  }
}
/* line 42, ../scss/global/_footer.scss */
#footer .container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #14254f;
  width: 100%;
  height: 100%;
  margin-left: -92%;
}
/* line 54, ../scss/global/_footer.scss */
#footer .copyright {
  width: 58.33333%;
  float: left;
  padding-left: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 54, ../scss/global/_footer.scss */
  #footer .copyright {
    width: 29.16667%;
  }
}
@media (min-width: 992px) {
  /* line 54, ../scss/global/_footer.scss */
  #footer .copyright {
    padding-left: 0;
  }
}
/* line 68, ../scss/global/_footer.scss */
#footer .copyright p:first-of-type {
  color: #bcc9ea;
  font-size: 12px;
  margin-top: 10px;
}
/* line 75, ../scss/global/_footer.scss */
#footer .contact {
  width: 41.66667%;
  float: left;
}
@media (min-width: 768px) {
  /* line 75, ../scss/global/_footer.scss */
  #footer .contact {
    width: 70.83333%;
  }
}
/* line 83, ../scss/global/_footer.scss */
#footer .phone, #footer .address, #footer .email {
  width: 100.0%;
  float: left;
  text-align: center;
  color: white;
}
@media (min-width: 768px) {
  /* line 83, ../scss/global/_footer.scss */
  #footer .phone, #footer .address, #footer .email {
    width: 50.0%;
  }
}
@media (min-width: 992px) {
  /* line 83, ../scss/global/_footer.scss */
  #footer .phone, #footer .address, #footer .email {
    width: 33.33333%;
  }
}
/* line 96, ../scss/global/_footer.scss */
#footer .phone .fa, #footer .address .fa, #footer .email .fa {
  color: #009ee5;
  font-size: 24px;
  margin-bottom: 5px;
}
/* line 102, ../scss/global/_footer.scss */
#footer .phone p, #footer .address p, #footer .email p {
  color: #bcc9ea;
  font-size: 12px;
}
/* line 106, ../scss/global/_footer.scss */
#footer .phone a, #footer .address a, #footer .email a {
  color: #bcc9ea;
}
/* line 110, ../scss/global/_footer.scss */
#footer .address {
  display: none;
  border-left: solid 1px #384a77;
  border-right: solid 1px #384a77;
}
@media (min-width: 768px) {
  /* line 110, ../scss/global/_footer.scss */
  #footer .address {
    display: block;
  }
}
/* line 120, ../scss/global/_footer.scss */
#footer .email {
  display: none;
}
@media (min-width: 992px) {
  /* line 120, ../scss/global/_footer.scss */
  #footer .email {
    display: block;
  }
}

/* Slider */
/* line 3, ../scss/components/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 18, ../scss/components/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 25, ../scss/components/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 29, ../scss/components/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 35, ../scss/components/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 43, ../scss/components/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 50, ../scss/components/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 55, ../scss/components/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 59, ../scss/components/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 63, ../scss/components/_slick.scss */
.slick-slide {
  float: left;
  /*height: 100%;*/
  min-height: 1px;
  display: none;
}
/* line 67, ../scss/components/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 70, ../scss/components/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 73, ../scss/components/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 79, ../scss/components/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 83, ../scss/components/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 87, ../scss/components/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 91, ../scss/components/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 97, ../scss/components/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 1, ../scss/template/_custom.scss */
body {
  background-color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

/* line 17, ../scss/template/_custom.scss */
h1, h2, h3, h4, h5, h6, .blockquote, .componentheading, .contentheading, .moduleItemTitle {
  font-weight: 700;
  text-transform: uppercase;
}

/* line 23, ../scss/template/_custom.scss */
.itemListCategory h2,
.itemHeader h2,
form > h2 {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  /* line 23, ../scss/template/_custom.scss */
  .itemListCategory h2,
  .itemHeader h2,
  form > h2 {
    width: 75.0%;
  }
}

/* line 30, ../scss/template/_custom.scss */
p {
  color: #666;
}

/* line 33, ../scss/template/_custom.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 38, ../scss/template/_custom.scss */
#main {
  position: relative;
}

/* line 42, ../scss/template/_custom.scss */
.bidrequest {
  border: solid 3px #d1d1d1;
  padding: 5px 46px 5px 14px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  white-space: nowrap;
  background: #013365;
  position: relative;
}
/* line 49, ../scss/template/_custom.scss */
.bidrequest .fa {
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /*z-index: 61;*/
  right: 5px;
}

/* line 56, ../scss/template/_custom.scss */
.block.bid-request {
  display: none;
}
@media (min-width: 992px) {
  /* line 56, ../scss/template/_custom.scss */
  .block.bid-request {
    display: block;
  }
}
/* line 64, ../scss/template/_custom.scss */
.block.bid-request .moduletable {
  padding: 0;
  margin: 0;
}
/* line 68, ../scss/template/_custom.scss */
.block.bid-request p {
  margin: 0;
  padding: 0;
}
/* line 72, ../scss/template/_custom.scss */
.block.bid-request .bidrequest {
  position: absolute;
  top: 24px;
  right: 17px;
}

/* line 81, ../scss/template/_custom.scss */
.image-title-view .catItemImageBlock {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
/* line 46, ../scss/global/_mixins.scss */
.image-title-view .catItemImageBlock:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 61.53846%;
}
/* line 87, ../scss/template/_custom.scss */
.image-title-view .itemContainer {
  margin-bottom: 30px;
}
/* line 90, ../scss/template/_custom.scss */
.image-title-view h3 {
  margin-bottom: 3px;
  color: #333;
  margin-top: 5px;
}
/* line 96, ../scss/template/_custom.scss */
.image-title-view h3 a {
  color: #333;
}

/* line 102, ../scss/template/_custom.scss */
.itemListCategoriesBlock {
  margin-bottom: 25px;
}

/* line 1, ../scss/template/_home-slideshow.scss */
.slideshow-wrapper {
  position: relative;
}
/* line 4, ../scss/template/_home-slideshow.scss */
.slideshow-wrapper .slideshowcaption {
  top: 0;
  left: 0;
  width: 66.66667%;
  max-width: 779px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 61;
  text-align: center;
  color: #fff;
}
/* line 14, ../scss/template/_home-slideshow.scss */
.slideshow-wrapper .slideshowcaption p {
  display: none;
  color: #fff;
}
@media (min-width: 768px) {
  /* line 14, ../scss/template/_home-slideshow.scss */
  .slideshow-wrapper .slideshowcaption p {
    display: block;
  }
}
@media (min-width: 992px) {
  /* line 14, ../scss/template/_home-slideshow.scss */
  .slideshow-wrapper .slideshowcaption p {
    padding: 0 5%;
  }
}
@media (min-width: 1200px) {
  /* line 14, ../scss/template/_home-slideshow.scss */
  .slideshow-wrapper .slideshowcaption p {
    padding: 0 10%;
  }
}
@media (min-width: 992px) {
  /* line 28, ../scss/template/_home-slideshow.scss */
  .slideshow-wrapper .slideshowcaption h1 {
    font-size: 56px;
  }
}
/* line 33, ../scss/template/_home-slideshow.scss */
.slideshow-wrapper .slideshowcaption h1 span {
  font-size: 24px;
}

/* line 42, ../scss/template/_home-slideshow.scss */
.slideshow .moduletable {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

/* line 52, ../scss/template/_home-slideshow.scss */
.homeSlideshow .slick-slide {
  position: relative;
}
/* line 54, ../scss/template/_home-slideshow.scss */
.homeSlideshow .slick-slide:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/slideshow-overlay.png);
  opacity: 0.4;
}
/* line 70, ../scss/template/_home-slideshow.scss */
.homeSlideshow img {
  width: 100%;
}
/* line 74, ../scss/template/_home-slideshow.scss */
.homeSlideshow .slick-prev, .homeSlideshow .slick-next {
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
  left: 50px;
  color: #0F2555;
  width: 64px;
  height: 64px;
  background-color: rgba(8, 12, 21, 0.6);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  top: 43px;
}
/* line 92, ../scss/template/_home-slideshow.scss */
.homeSlideshow .slick-prev span, .homeSlideshow .slick-next span {
  display: block;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 61;
}
/* line 98, ../scss/template/_home-slideshow.scss */
.homeSlideshow .slick-prev span:before, .homeSlideshow .slick-next span:before {
  color: #fff;
}
/* line 109, ../scss/template/_home-slideshow.scss */
.homeSlideshow .slick-prev:hover, .homeSlideshow .slick-next:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  /* line 74, ../scss/template/_home-slideshow.scss */
  .homeSlideshow .slick-prev, .homeSlideshow .slick-next {
    display: none !important;
  }
}
@media (min-width: 768px) {
  /* line 74, ../scss/template/_home-slideshow.scss */
  .homeSlideshow .slick-prev, .homeSlideshow .slick-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /*z-index: 61;*/
    width: 59px;
    height: 59px;
    display: block;
  }
  /* line 122, ../scss/template/_home-slideshow.scss */
  .homeSlideshow .slick-prev span, .homeSlideshow .slick-next span {
    font-size: 30px;
  }
}
/* line 127, ../scss/template/_home-slideshow.scss */
.homeSlideshow .slick-next {
  right: 50px;
  left: initial;
}

/* line 2, ../scss/template/_homepage.scss */
.home-hero h4 {
  text-align: center;
  color: white;
  font-size: 14px;
  margin-top: 0;
}
@media (min-width: 768px) {
  /* line 2, ../scss/template/_homepage.scss */
  .home-hero h4 {
    font-size: 18px;
  }
}
/* line 15, ../scss/template/_homepage.scss */
.home-hero .module-content {
  position: relative;
  background-image: url(../images/circle-m-hero-background.jpg);
  background-size: cover;
  background-position: center;
}
/* line 46, ../scss/global/_mixins.scss */
.home-hero .module-content:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 54.66258%;
}
/* line 21, ../scss/template/_homepage.scss */
.home-hero .module-content:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/slideshow-overlay.png);
  opacity: 0.7;
}
/* line 34, ../scss/template/_homepage.scss */
.home-hero .customhome-hero {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 61;
  width: 66.66667%;
}

/* line 42, ../scss/template/_homepage.scss */
.welcome.block {
  padding-top: 40px;
  padding-bottom: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  /* line 42, ../scss/template/_homepage.scss */
  .welcome.block {
    padding-top: 100px;
  }
}
/* line 51, ../scss/template/_homepage.scss */
.welcome .moduletable {
  padding-top: 10px;
  position: relative;
}
/* line 56, ../scss/template/_homepage.scss */
.welcome .moduletable:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 75px;
  height: 4px;
  background: #009ee5;
  /*position: absolute !important;*/
  position: absolute;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  /* line 68, ../scss/template/_homepage.scss */
  .welcome h3 {
    font-size: 36px;
  }
}
/* line 74, ../scss/template/_homepage.scss */
.welcome p {
  font-size: 18px;
}

/* line 82, ../scss/template/_homepage.scss */
.home-boxes .item {
  margin-bottom: 25px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
}
/* line 87, ../scss/template/_homepage.scss */
.home-boxes .item .moduleItemTitle h4 {
  color: #333;
  margin-bottom: 3px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
/* line 95, ../scss/template/_homepage.scss */
.home-boxes .item .moduleItemTitle small {
  display: block;
  font-family: Arial, Helvetica, Sans-serif;
  color: #999;
}
/* line 102, ../scss/template/_homepage.scss */
.home-boxes .item:hover {
  opacity: 0.7;
}
/* line 105, ../scss/template/_homepage.scss */
.home-boxes .item:hover h4 {
  text-decoration: underline;
}

/* line 112, ../scss/template/_homepage.scss */
#bottom {
  background-color: #f7f7f7;
  padding-top: 30px;
}

/* line 116, ../scss/template/_homepage.scss */
.home-video-wrapper {
  margin: 0 auto;
  border: solid 7px white;
}

/* line 121, ../scss/template/_homepage.scss */
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

/* line 128, ../scss/template/_homepage.scss */
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* line 2, ../scss/template/_basic-page.scss */
.basic-page h2 {
  text-transform: uppercase;
}
/* line 5, ../scss/template/_basic-page.scss */
.basic-page h3 {
  text-transform: uppercase;
}
/* line 9, ../scss/template/_basic-page.scss */
.basic-page .itemBody .itemImageBlock {
  margin-bottom: 25px;
}
/* line 12, ../scss/template/_basic-page.scss */
.basic-page .itemBody .itemFullText {
  clear: both;
}

/* line 18, ../scss/template/_basic-page.scss */
.itemAttachmentsBlock {
  margin-top: 30px;
}

/* line 21, ../scss/template/_basic-page.scss */
.itemAttachments {
  padding: 0;
}
/* line 24, ../scss/template/_basic-page.scss */
.itemAttachments li {
  list-style: none;
  margin-bottom: 15px;
}
/* line 28, ../scss/template/_basic-page.scss */
.itemAttachments li a {
  width: 100%;
  text-align: left;
  font-weight: bold;
  position: relative;
  padding: 22px 18px;
  border-color: #f0f2fa;
  border-width: 2px;
  color: #303644;
}
/* line 38, ../scss/template/_basic-page.scss */
.itemAttachments li a:hover {
  background: #f0f2fa;
  border-color: #f0f2fa;
}
/* line 43, ../scss/template/_basic-page.scss */
.itemAttachments li a .fa-file-pdf-o {
  margin-right: 10px;
}

/* line 2, ../scss/template/_suppliers.scss */
.suppliers .itemFullText {
  margin-left: -10px;
  margin-right: -10px;
}
/* line 5, ../scss/template/_suppliers.scss */
.suppliers .itemFullText img {
  box-sizing: border-box;
  float: left;
  width: 50.0%;
  padding: 5px;
}
@media (min-width: 768px) {
  /* line 5, ../scss/template/_suppliers.scss */
  .suppliers .itemFullText img {
    width: 33.33333%;
    padding: 10px;
  }
}

/* line 1, ../scss/template/_safety.scss */
.safety-box-wrapper, .cs-box-wrapper {
  overflow: hidden;
  margin-bottom: 40px;
  margin-left: -5px;
  margin-right: -5px;
}

/* line 7, ../scss/template/_safety.scss */
.safety-box, .cs-box {
  position: relative;
  position: relative;
  margin-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
/* line 14, ../scss/template/_safety.scss */
.safety-box img, .cs-box img {
  width: 100%;
}
@media (min-width: 768px) {
  /* line 7, ../scss/template/_safety.scss */
  .safety-box, .cs-box {
    float: left;
    width: 33.33333%;
    margin-bottom: 0;
  }
}
/* line 24, ../scss/template/_safety.scss */
.safety-box h4, .cs-box h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 61;
  color: white;
  font-size: 34px;
}
/* line 30, ../scss/template/_safety.scss */
.safety-box:after, .cs-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  right: 5px;
  height: 100%;
  background-color: #333;
  opacity: 0.3;
  display: block;
}

/* line 51, ../scss/template/_safety.scss */
.cs-box:after {
  display: none;
}

/* line 1, ../scss/template/_testimonials.scss */
.testimonial_list_item {
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}

/* line 7, ../scss/template/_testimonials.scss */
.quote-graphic {
  width: 25.0%;
  float: left;
  position: relative;
  position: relative;
  background-color: #f4f5f5;
  padding: 10px;
}
/* line 46, ../scss/global/_mixins.scss */
.quote-graphic:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 55.35714%;
}
/* line 15, ../scss/template/_testimonials.scss */
.quote-graphic i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 61;
  font-size: 40px;
  color: #9196a2;
}

/* line 21, ../scss/template/_testimonials.scss */
.quote-body {
  width: 75.0%;
  float: left;
  padding: 10px;
  padding-left: 20px;
}
/* line 27, ../scss/template/_testimonials.scss */
.quote-body .catItemTitle {
  text-transform: none;
  font-weight: 600;
  margin-top: 0;
}
@media (min-width: 1200px) {
  /* line 27, ../scss/template/_testimonials.scss */
  .quote-body .catItemTitle {
    margin-top: 20px;
  }
}
/* line 36, ../scss/template/_testimonials.scss */
.quote-body .catItemTitle a {
  color: #303644;
}
/* line 40, ../scss/template/_testimonials.scss */
.quote-body .catItemReadMore {
  margin-top: 10px;
}
/* line 43, ../scss/template/_testimonials.scss */
.quote-body .catItemReadMore a {
  color: #009ee5;
  border-bottom: solid 1px #009ee5;
}
/* line 47, ../scss/template/_testimonials.scss */
.quote-body .catItemReadMore a:hover {
  color: #303644;
}

/* line 54, ../scss/template/_testimonials.scss */
.testimonial-item {
  max-width: 700px;
}
/* line 57, ../scss/template/_testimonials.scss */
.testimonial-item .itemCategory {
  margin-top: 30px;
}

/* line 1, ../scss/template/_contact.scss */
.contact-form-wrapper {
  margin-top: 30px;
}
@media (min-width: 992px) {
  /* line 1, ../scss/template/_contact.scss */
  .contact-form-wrapper {
    float: left;
    width: 75.0%;
    padding-right: 20px;
  }
}
/* line 12, ../scss/template/_contact.scss */
.contact-form-wrapper .moduletable {
  background-color: #f1f4fd;
  padding-left: 40px;
  padding-top: 30px;
}
/* line 17, ../scss/template/_contact.scss */
.contact-form-wrapper .formControls {
  width: 83.33333%;
}
@media (min-width: 768px) {
  /* line 17, ../scss/template/_contact.scss */
  .contact-form-wrapper .formControls {
    width: 66.66667%;
  }
}
@media (min-width: 1200px) {
  /* line 17, ../scss/template/_contact.scss */
  .contact-form-wrapper .formControls {
    width: 75.0%;
  }
}
/* line 26, ../scss/template/_contact.scss */
.contact-form-wrapper h2 {
  display: none;
}
/* line 29, ../scss/template/_contact.scss */
.contact-form-wrapper h3 {
  margin-bottom: 30px;
}

/* line 33, ../scss/template/_contact.scss */
.contact-details {
  text-align: center;
  margin-top: 40px;
  overflow: hidden;
}
/* line 39, ../scss/template/_contact.scss */
.contact-details i {
  font-size: 45px;
  margin-bottom: 10px;
  color: #e3e5e8;
}
/* line 44, ../scss/template/_contact.scss */
.contact-details > div {
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 44, ../scss/template/_contact.scss */
  .contact-details > div {
    width: 16.66667%;
    float: left;
  }
  /* line 48, ../scss/template/_contact.scss */
  .contact-details > div:nth-child(-n+2) {
    width: 33.33333%;
  }
}
@media (min-width: 992px) {
  /* line 33, ../scss/template/_contact.scss */
  .contact-details {
    float: right;
    width: 25.0%;
    margin-top: 30px;
  }
}

/* line 62, ../scss/template/_contact.scss */
.staff-list-wrapper {
  clear: both;
  overflow: hidden;
  padding-top: 30px;
}
/* line 66, ../scss/template/_contact.scss */
.staff-list-wrapper .staff-list {
  list-style: none;
  padding: 0;
}
/* line 70, ../scss/template/_contact.scss */
.staff-list-wrapper .staff-list li {
  width: 100.0%;
  text-align: center;
  float: left;
  margin-bottom: 20px;
}
/* line 75, ../scss/template/_contact.scss */
.staff-list-wrapper .staff-list li::first-line {
  font-weight: 600;
}
@media (min-width: 768px) {
  /* line 70, ../scss/template/_contact.scss */
  .staff-list-wrapper .staff-list li {
    width: 33.33333%;
    text-align: left;
  }
  /* line 83, ../scss/template/_contact.scss */
  .staff-list-wrapper .staff-list li:nth-child(3n+1) {
    clear: left;
  }
}

/* line 92, ../scss/template/_contact.scss */
.rsform label {
  color: #9196a2;
}

/* line 97, ../scss/template/_contact.scss */
form.rsform {
  background-color: #f1f4fd;
  padding-left: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 900px;
}
/* line 105, ../scss/template/_contact.scss */
form.rsform .formControls {
  width: 83.33333%;
}
@media (min-width: 768px) {
  /* line 105, ../scss/template/_contact.scss */
  form.rsform .formControls {
    width: 66.66667%;
  }
}
@media (min-width: 1200px) {
  /* line 105, ../scss/template/_contact.scss */
  form.rsform .formControls {
    width: 75.0%;
  }
}
