/*===========================================
  Basic Override
============================================*/
.container-fluid {
  margin: auto;
}
.wrapper-header,
.wrapper-footer,
.page-wrapper {
  margin: 0 auto;
  max-width: 1060px;
}
.wrapper-content {
  padding: 50px 0;
  margin: 0 auto;
  max-width: 1060px;
}
.centre-content.small {
  max-width: 770px;
}
.masonry-layout .masonry-brick {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 12px;
}
.wysiwyg-content hr {
  border-bottom: 1px solid #b3b3b3;
  border-color: #b3b3b3 -moz-use-text-color #b3b3b3;
  border-top: 0px none;
}
/*===========================================
  Common Reset
============================================*/
.no-js .collapse {
  height: auto;
}
.access {
  height: 0px;
  overflow: hidden;
  position: absolute;
  width: 0px;
}
h1 {
  margin-bottom: 40px;
}
/*===========================================
  Custom form elements (Chosen)
============================================*/
/* @group Base */
.chzn-container {
  display: inline-block;
  font-size: 13px;
  position: relative;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #FFFFFF;
  border: 1px solid #aaa;
  border-top: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  left: 0;
  position: absolute;
  top: 29px;
  z-index: 14;
}
/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #FFFFFF;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #FFFFFF), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #FFFFFF 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #FFFFFF 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #FFFFFF 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear-gradient(#FFFFFF 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #aaaaaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444444;
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#eeeeee', GradientType=0);
  height: 23px;
  line-height: 24px;
  padding: 0 0 0 8px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  white-space: nowrap;
}
.chzn-container-single .chzn-default {
  color: #999;
}
.chzn-container-single .chzn-single span {
  display: block;
  margin-right: 26px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chzn-container-single .chzn-single abbr {
  background: url('../Images/chosen-sprite.png') -42px 1px no-repeat;
  display: block;
  font-size: 1px;
  height: 12px;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single .chzn-single div {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url('../Images/chosen-sprite.png') no-repeat 0px 2px;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  background: #FFFFFF url('../Images/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../Images/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #FFFFFF));
  background: url('../Images/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(top, #eeeeee 1%, #FFFFFF 15%);
  background: url('../Images/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(top, #eeeeee 1%, #FFFFFF 15%);
  background: url('../Images/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(top, #eeeeee 1%, #FFFFFF 15%);
  background: url('../Images/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #FFFFFF 15%);
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
  margin: 1px 0;
  outline: 0;
  padding: 4px 20px 4px 5px;
}
.chzn-container-single .chzn-drop {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/* @end */
.chzn-container-single-nosearch .chzn-search input {
  left: -9000px;
  position: absolute;
}
/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #FFFFFF;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #FFFFFF));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #FFFFFF 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #FFFFFF 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #FFFFFF 15%);
  background-image: linear-gradient(#eeeeee 1%, #FFFFFF 15%);
  border: 1px solid #aaa;
  cursor: text;
  height: auto !important;
  height: 1%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chzn-container-multi .chzn-choices .search-field input {
  background: transparent !important;
  border: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #666;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  margin: 1px 0;
  outline: 0;
  padding: 5px;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  border: 1px solid #aaaaaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  cursor: default;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0);
  line-height: 13px;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  position: relative;
}
.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  border: 1px solid #cccccc;
  color: #666;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0);
  padding-right: 5px;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  background: url('../Images/chosen-sprite.png') -42px 1px no-repeat;
  display: block;
  font-size: 1px;
  height: 12px;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: -42px -10px;
  background-color: #FFFFFF;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #FFFFFF));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #FFFFFF 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #FFFFFF 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #FFFFFF 15%);
  background-image: linear-gradient(#eeeeee 1%, #FFFFFF 15%);
  border: 1px solid #aaa;
  cursor: text;
  height: auto !important;
  height: 1%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chzn-container-multi .chzn-choices .search-field input {
  background: transparent !important;
  border: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #666;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  margin: 1px 0;
  outline: 0;
  padding: 5px;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  border: 1px solid #aaaaaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  cursor: default;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0);
  line-height: 13px;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  position: relative;
}
.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  border: 1px solid #cccccc;
  color: #666;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0);
  padding-right: 5px;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  background: url('../Images/chosen-sprite.png') -42px 1px no-repeat;
  display: block;
  font-size: 1px;
  height: 12px;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
/* @end */
/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 0 4px;
  position: relative;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #FFFFFF;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0);
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  color: #999;
  cursor: default;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  /* This should by dynamic with js */
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url('../Images/chosen-sprite.png') no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url('../Images/chosen-sprite.png') no-repeat -22px -3px;
  margin: 0 4px 4px 0;
  max-height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 0 4px;
  position: relative;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #FFFFFF;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0);
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  color: #999;
  cursor: default;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  /* This should by dynamic with js */
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url('../Images/chosen-sprite.png') no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url('../Images/chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */
/* @group Active  */
.chzn-container-active .chzn-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chzn-container-active .chzn-single-with-drop {
  background-color: #eee;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, #FFFFFF));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #FFFFFF 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #FFFFFF 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #FFFFFF 80%);
  background-image: linear-gradient(#eeeeee 20%, #FFFFFF 80%);
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border: 1px solid #aaa;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: 0 1px 0 #FFFFFF inset;
  -moz-box-shadow: 0 1px 0 #FFFFFF inset;
  box-shadow: 0 1px 0 #FFFFFF inset;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#FFFFFF', GradientType=0);
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 2px;
}
.chzn-container-active .chzn-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */
/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity: 0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @group Right to Left */
.chzn-rtl {
  text-align: right;
}
.chzn-rtl .chzn-single {
  padding: 0 8px 0 0;
  overflow: visible;
}
.chzn-rtl .chzn-single span {
  margin-left: 26px;
  margin-right: 0;
  direction: rtl;
}
.chzn-rtl .chzn-single div {
  left: 3px;
  right: auto;
}
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input {
  direction: rtl;
}
.chzn-rtl .chzn-choices li {
  float: right;
}
.chzn-rtl .chzn-choices .search-choice {
  padding: 3px 5px 3px 19px;
  margin: 3px 5px 3px 0;
}
.chzn-rtl .chzn-choices .search-choice .search-choice-close {
  left: 4px;
  right: auto;
}
.chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chzn-rtl .chzn-results .group-option {
  padding-left: 0;
  padding-right: 15px;
}
.chzn-rtl.chzn-container-active .chzn-single-with-drop div {
  border-right: none;
}
.chzn-rtl .chzn-search input {
  background: #FFFFFF url('../Images/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../Images/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #FFFFFF));
  background: url('../Images/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(top, #eeeeee 1%, #FFFFFF 15%);
  background: url('../Images/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(top, #eeeeee 1%, #FFFFFF 15%);
  background: url('../Images/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(top, #eeeeee 1%, #FFFFFF 15%);
  background: url('../Images/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #FFFFFF 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
.chzn-container-single.chzn-rtl .chzn-single div b {
  background-position: 6px 2px;
}
.chzn-container-single.chzn-rtl .chzn-single-with-drop div b {
  background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chzn-rtl .chzn-search input,
  .chzn-container-single .chzn-single abbr,
  .chzn-container-single .chzn-single div b,
  .chzn-container-single .chzn-search input,
  .chzn-container-multi .chzn-choices .search-choice .search-choice-close,
  .chzn-container .chzn-results-scroll-down span,
  .chzn-container .chzn-results-scroll-up span {
    background-image: url('../Images/chosen-sprite@2x.png');
    background-repeat: no-repeat;
    background-size: 52px 37px;
  }
}
/* @end */
/*===========================================
  Custom form elements (prettyCheck)
============================================*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.prettycheckbox,
.prettyradio {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.prettycheckbox a,
.prettyradio a {
  background: url(../Images/prettyCheckable-flat-gray.png) top left no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  height: 30px;
  margin: 0;
  width: 30px;
}
.prettycheckbox.green a,
.prettyradio.green a {
  background-image: url(../Images/prettyCheckable-green.png);
}
.prettycheckbox.red a,
.prettyradio.red a {
  background-image: url(../Images/prettyCheckable-red.png);
}
.prettycheckbox.yellow a,
.prettyradio.yellow a {
  background-image: url(../Images/prettyCheckable-yellow.png);
}
.prettyradio a {
  background-position: 0 -120px;
}
.prettycheckbox a:focus,
.prettyradio a:focus {
  outline: 0 none;
}
.prettycheckbox a:focus {
  background-position: 0 -30px;
}
.prettyradio a:focus {
  background-position: 0 -150px;
}
.prettycheckbox a.checked {
  background-position: 0 -60px;
}
.prettyradio a.checked {
  background-position: 0 -180px;
}
.prettycheckbox a.checked:focus {
  background-position: 0 -90px;
}
.prettyradio a.checked:focus {
  background-position: 0 -210px;
}
.prettycheckbox label,
.prettyradio label {
  cursor: pointer;
  display: block;
  float: left;
  margin: 6px 5px;
}
/*===========================================
  Header Content
============================================*/
.brand {
  margin: 20px 0;
}
/*===========================================
  Footer
============================================*/
footer,
.footer {
  background: #515151;
  padding: 0;
  margin: 0;
}
footer p,
.footer p {
  padding-top: 7px;
}
footer .nav-pills,
.footer .nav-pills {
  margin-bottom: 10px;
}
footer .info-copyrights,
.footer .info-copyrights {
  margin-right: 10px;
}
footer ul.inline,
.footer ul.inline {
  clear: both;
}
p.copy {
  padding: 0;
}
.footer.container-fluid.server-error {
  background-color: #FFFFFF;
}
/*===========================================
  Footer Navigation
============================================*/
.footer-top-wrap {
  border-bottom: solid 1px #797979;
}
.footer-section-wrap .nav {
  margin-bottom: 0px;
}
.footer-section-wrap .nav li.section {
  float: left;
  padding: 50px 0;
  width: 20%;
}
.footer-section-wrap .nav li.noparent {
  float: left;
  padding: 50px 0;
  width: 20%;
}
.footer-section-wrap .section li > a:hover,
.footer-section-wrap li.section > a:hover,
.footer-section-wrap .section li > a:focus,
.footer-section-wrap li.section > a:focus {
  background: none;
  text-decoration: underline;
}
.footer-top-wrap .footer-section-wrap li.noparent a {
  background: none;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
}
.footer-section-wrap .section li > a:focus,
.footer-section-wrap li.section > a:focus {
  outline: none;
}
.footer-section-wrap .section > a {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}
.footer-section-wrap .section .nav {
  padding-right: 30px;
}
.footer-section-wrap .section li > a {
  color: #FFFFFF;
  line-height: 16px;
  margin-bottom: 10px;
}
.footer-section-wrap .section .sos-icon img {
  margin-right: 5px;
}
.footer-bottom-wrap {
  padding: 15px 0px;
  color: #FFFFFF;
}
.footer-bottom-wrap a {
  color: #FFFFFF;
}
.footer-bottom-wrap a:focus {
  outline: none;
  text-decoration: underline;
}
.footer-bottom-wrap a:focus {
  text-decoration: underline;
}
.footer-bottom-wrap .nav-pills li a {
  border-radius: 0px;
  border-left: solid 1px #FFFFFF;
  padding: 0px 10px;
  position: relative;
}
.footer-bottom-wrap .nav-pills li a:focus,
.footer-bottom-wrap .nav-pills li a:hover {
  background: none;
  text-decoration: underline;
}
.footer-bottom-wrap .nav-pills li a:focus {
  outline: none;
}
.footer-bottom-wrap .nav-pills li:first-child a {
  border: none;
}
.footer-section-wrap ul.inline {
  margin-bottom: 0;
  padding: 15px 0;
}
.footer-section-wrap ul.inline > li {
  padding-left: 5px;
  padding-right: 0;
}
.footer-section-wrap ul.inline > li:first-child {
  padding-left: 0;
}
.footer-top-wrap .footer-section-wrap li a > span.icon,
.footer-bottom-wrap .nav-pills li a > span:not(.scWebEditInput) {
  display: none;
  font-size: 0;
  line-height: 0;
  position: absolute;
  right: 0;
  top: 50%;
}
.footer-top-wrap .footer-section-wrap li a > span.icon {
  /*background-position: -104px 0;*/
  background: url("../Images/arrow-right.png") no-repeat;
  height: 12px;
  width: 12px;
  margin-top: -6px;
  padding-left: 5px;
}
.footer-top-wrap .footer-section-wrap li a.hasChild > span.icon {
  /*background-position: -104px 0;*/
  background: url("../Images/arrow-down.png") no-repeat;
  height: 12px;
  width: 12px;
  margin-top: 4px;
  padding-left: 5px;
}
.footer-top-wrap .footer-section-wrap li.in a.hasChild > span.icon {
  background: url("../Images/arrow-up.png") no-repeat;
  height: 12px;
  width: 12px;
  margin-top: 4px;
  padding-left: 5px;
}
.footer-bottom-wrap .nav-pills li a > span {
  background-position: -69px 0;
}
.footer-bottom-wrap .row-fluid div:first-child + div {
  margin-left: 0;
}
.footer-section-wrap .section .collapse {
  height: auto;
}
.footer-top-wrap .footer-section-wrap li.sos-icon {
  border: none;
}
@media screen and (max-width: 1024px) {
  .gallery-caption .caption-inner h3 {
    max-height: 50px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .footer-top-wrap {
    border-bottom: none;
  }
  .footer-section-wrap .section > a {
    margin-bottom: 0;
  }
  .footer-section-wrap .section .nav {
    padding-right: 0;
  }
  .footer-section-wrap .section .in {
    margin-bottom: 10px;
  }
  .footer-section-wrap .section li > a {
    margin-bottom: 0;
  }
  .footer-section-wrap .nav li.section {
    float: none;
    padding: 0;
    width: 100%;
  }
  .footer-section-wrap .nav li.noparent {
    float: none;
    padding: 0;
    width: 100%;
  }
  .footer-section-wrap .nav li.sos-icon {
    float: left;
    display: block;
    width: 95px;
    margin-bottom: 11px;
    padding-right: 10px;
    font-size: 13px;
  }
  .footer-top-wrap .footer-section-wrap li {
    border-bottom: 1px solid #797979;
  }
  .footer-top-wrap .footer-section-wrap li a {
    padding: 15px 0;
  }
  .footer-top-wrap li.section ul li {
    border: none;
  }
  .footer-top-wrap li.section ul li a {
    padding: 10px 0;
  }
  .footer-top-wrap li.section ul li:first-child a {
    padding-top: 0;
  }
  .footer-top-wrap li.section ul li.sos-icon a {
    padding-bottom: 0;
    padding-right: 3px;
    padding-top: 0;
  }
  .footer-top-wrap li.section ul li:first-child.sos-icon a {
    padding-left: 0;
  }
  .footer-bottom-wrap {
    padding-top: 0;
  }
  .footer-bottom-wrap [class*="span"] {
    margin: 0;
    width: 100%;
  }
  .footer-bottom-wrap .pull-right {
    float: none;
  }
  .footer-bottom-wrap .nav-pills li {
    float: none;
  }
  .footer-bottom-wrap .nav-pills li a {
    border-bottom: 1px solid #797979;
    border-left: none;
    padding: 15px 0;
  }
  .footer-bottom-wrap .nav-pills li:first-child a {
    border-bottom: 1px solid #797979;
  }
  .footer-top-wrap .footer-section-wrap li a > span.icon,
  .footer-bottom-wrap .nav-pills li a > span {
    display: block;
  }
  .footer-bottom-wrap .row-fluid div:first-child {
    float: none;
  }
}
@media screen and (max-width: 360px) {
  .footer-bottom-wrap .row-fluid div:first-child + div {
    text-align: center;
  }
}
/*===========================================
  Main Navigation
============================================*/
.main-nav-wrap {
  box-shadow: 0px 4px 4px #f0f0f0 inset;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffffffff', GradientType=0);
}
.main-navigation ul.nav > li > a {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  padding: 15px 15px;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  box-shadow: none;
  border-radius: 0;
}
.main-navigation ul.dropdown-menu {
  margin: 0;
  padding: 10px;
}
.main-navigation ul.dropdown-menu > li > a {
  color: #777777;
  padding: 4px 8px;
  /*background:transparent url(../Images/glyphicons-halflings.png) -453px -66px no-repeat;*/
}
.main-navigation ul.dropdown-menu > li > a:focus,
.main-navigation ul.dropdown-menu > li > a:hover {
  background-color: #dcddde;
  background-image: none;
}
.main-navigation .dropdown-menu {
  border-radius: 0px;
  border: 0px none;
  box-shadow: none;
}
.navbar .nav > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu:after {
  display: none;
}
li.dropdown em.caret {
  display: inline-block;
  margin-left: 6px;
}
.main-navigation {
  margin: 0;
}
.main-navigation .navbar-inner {
  border: 0px none;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  padding: 0;
}
.container-secarea {
  background: #efefef;
  width: 100%;
}
@media (max-width: 979px) {
  .main-nav-wrap {
    position: absolute;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 2;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 0px;
    border-radius: 0;
  }
  .main-navigation ul.nav li {
    border-bottom: 1px solid #cccccc;
  }
  .main-navigation ul.dropdown-menu > li {
    margin-bottom: 0px;
  }
  .main-navigation ul.dropdown-menu > li > a {
    padding: 14px 10px 14px 30px;
    margin: 0;
    border-radius: 0;
  }
  .main-navigation ul.nav > li:last-child {
    border-bottom: 0px none;
  }
  .main-navigation ul.dropdown-menu {
    padding: 0 10px ;
  }
  .main-navigation ul.nav li.dropdown.open {
    border-bottom: 0px none;
  }
  .open em.caret {
    border-bottom: 4px solid #777777;
    border-top: 0px none;
  }
}
/*===========================================
pagination
============================================*/
.pagination {
  margin: 0;
  padding: 46px 0 75px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  *zoom: 1;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  box-shadow: none;
}
.pagination-centered {
  clear: both;
  text-align: center;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #efefef;
  border: none;
  border-left-width: 0;
  color: #000;
  font-weight: bold;
  font-size: 16px;
}
.pagination ul > .loadmore > a,
.pagination ul > .loadmore > span {
  background: url(../Images/loadmorebutton.jpg) no-repeat;
  display: list-item;
  list-style: none;
  height: 26px;
  padding: 0;
  width: 25px;
}
.pagination ul > li > a:hover,
.pagination ul > .loadmore > a:hover {
  background-color: #efefef;
}
@media screen and (max-width: 768px) {
  .pagination {
    padding: 20px 0;
  }
}
/*===========================================
    Breadcrumb
============================================*/
.breadcrumb {
  padding: 31px 15px 0px 0px;
  margin: 0 0 10px;
  list-style: none;
  background-color: #efefef;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #010101;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #FFFFFF;
  *zoom: 1;
  font-size: 12px;
  font-weight: 100;
}
.breadcrumb > li a,
.breadcrumb > li a:hover {
  color: #010101;
}
.breadcrumb > li > .divider {
  padding: 1px;
  color: #010101;
  font-size: 14px;
}
.breadcrumb > .active {
  color: #010101;
}
.breadcrumb > li a:focus {
  text-decoration: underline;
}
/*===========================================
  Article list
============================================*/
.row-fluid.article-list {
  background: #efefef;
}
.row-fluid.article-list .media,
.media .media {
  margin-top: 0px;
}
.row-fluid.article-list .media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.row-fluid.article-list .media,
.row-fluid .media {
  border-bottom: 1px #C5C5C5 solid;
  margin-top: 40px;
  padding-bottom: 40px;
}
.row-fluid.article-list .media:first-child,
.row-fluid .media:first-child {
  margin-top: 0;
}
.row-fluid.article-list .media-object {
  display: block;
}
.row-fluid.article-list .media-heading {
  margin: 0 0 5px;
  text-shadow: 0 1px 0 #FFFFFF;
  *zoom: 1;
}
.row-fluid.article-list .media-heading a,
.row-fluid .media-heading a {
  color: #000000;
  text-decoration: none;
  font-weight: 200;
}
.row-fluid.article-list .media .pull-left,
.row-fluid .media .pull-left {
  margin-right: 28px;
}
.row-fluid.article-list .media .pull-right {
  margin-left: 10px;
}
.row-fluid.article-list .media-list {
  margin-left: 0;
  list-style: none;
}
.row-fluid .media-body .btn.default-gray {
  margin-top: 0;
}
.row-fluid.article-list .media > a:focus,
.row-fluid .media > a:focus {
  outline: thin dotted #FFFFFF;
}
@media (max-width: 979px) {
  .nav-collapse .nav > li > a {
    margin-bottom: 0px;
    border-radius: 0;
  }
  .main-navigation ul.nav li {
    border-bottom: 1px solid #cccccc;
  }
  .main-navigation ul.dropdown-menu > li {
    margin-bottom: 0px;
  }
  .main-navigation ul.dropdown-menu > li > a {
    padding: 14px 10px 14px 30px;
    margin: 0;
    border-radius: 0;
  }
  .main-navigation ul.nav li.dropdown.open {
    border-bottom: 0px none;
  }
}
@media (min-width: 768px) {
  /* desktop view */
  .main-navigation.navbar ul.nav > li.dropdown.open a {
    background-color: transparent;
  }
  .main-navigation ul.nav > li > ul.dropdown-menu,
  .main-navigation ul.nav > li.open > ul.dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
  }
  .main-navigation ul.nav > li.open > ul.dropdown-menu,
  .main-navigation ul.nav > li.hover > ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  /* tablet view and below */
  body {
    padding: 0;
  }
  .container-fluid {
    padding: 0 20px;
  }
  .main-navigation .navbar-inner {
    padding: 0;
  }
  .main-navigation ul.nav,
  .main-navigation ul.nav li {
    width: 100%;
  }
  .main-navigation ul.nav > li > ul.dropdown-menu {
    background: none;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: inherit;
    width: 100%;
  }
  .main-navigation ul.nav > li > ul.dropdown-menu:before,
  .main-navigation ul.nav > li > ul.dropdown-menu:after {
    display: none;
  }
  .main-navigation ul.dropdown-menu > li {
    background: #FFFFFF;
    margin-bottom: 1px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: inherit;
    width: 100%;
  }
  .main-navigation ul.nav > li > ul.dropdown-menu:before,
  .main-navigation ul.nav > li > ul.dropdown-menu:after {
    display: none;
  }
  .main-navigation ul.dropdown-menu > li {
    background: #FFFFFF;
    margin-bottom: 0px;
  }
  .row-fluid.article-list .media,
  .row-fluid .media {
    background-color: #efefef;
    float: left;
    margin: 30px 5% 0 0;
    padding-bottom: 30px;
    width: 45%;
  }
  .media .pull-left {
    float: none;
  }
  .row-fluid.article-list .media .pull-left {
    margin-left: 0px;
  }
  .row-fluid.article-list .media .pull-left {
    margin-right: 0px;
  }
  .row-fluid.article-list .media-heading,
  .row-fluid .media-heading {
    font-size: 20px;
    line-height: 1.2em;
    margin: 0px;
    padding: 5px 0px 5px 0px;
    text-shadow: 0 1px 0 #FFFFFF;
  }
  .row-fluid.article-list .media-heading a {
    color: #000;
  }
  .row-fluid.article-list .media-body .wysiwyg-content p {
    padding: 0px;
  }
  .row-fluid.article-list .btn.btn-large {
    background-color: #787878;
    background-image: none;
    border-radius: 2px;
    border: 0px none;
    color: #FFFFFF;
    margin-top: 20px;
    font-weight: bold;
    text-shadow: none;
    text-transform: uppercase;
    padding: 12px 20px;
  }
  .row-fluid.article-list .media:first-child + .media,
  .row-fluid .media:first-child + .media {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .brand img {
    max-width: 160px;
    height: 38px;
  }
  .row-fluid.article-list img.media-object,
  .row-fluid .media img {
    width: 100%;
  }
  .row-fluid.article-list .media,
  .row-fluid .media,
  .row-fluid.article-list .media:first-child + .media,
  .row-fluid .media:first-child + .media {
    float: none;
    width: 100%;
    margin: 30px 0 0;
    padding-bottom: 30px;
  }
  .row-fluid.article-list .media .pull-left,
  .row-fluid .media .pull-left {
    margin-right: 0;
  }
  .row-fluid.article-list .media .pull-left {
    margin-left: 0;
  }
  .row-fluid.article-list .media .pull-left {
    margin-right: 0;
  }
  .row-fluid.article-list .media-heading {
    margin: 0;
    text-shadow: 0 1px 0 #FFFFFF;
    font-size: 20px;
    line-height: 1.2em;
    padding: 5px 0 5px 0;
  }
  .row-fluid.article-list .media-heading a {
    color: #000;
  }
  .row-fluid.article-list .media-body .wysiwyg-content p {
    padding: 0;
  }
}
/*===========================================
  Slidehow Homepage
============================================*/
.main-slideshow {
  background-color: #787878;
  margin: 0 -20px;
  min-height: 300px;
}
/*===========================================
  Accordion
============================================*/
.accordion {
  border-bottom: 1px solid #C5C5C5;
  margin-bottom: 80px;
}
.accordion-group {
  border: 1px solid #C5C5C5;
  border-bottom: none;
  border-left: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-right: none;
  margin-bottom: 0;
}
.accordion-heading {
  margin: 0;
  padding: 0;
}
.accordion-heading .accordion-toggle {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  padding: 15px 50px 15px 8px;
  position: relative;
}
.accordion-icon {
  background-image: url(../Images/bg-accordion-sprite.png);
  background-position: -36px 0;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 0;
  height: 29px;
  line-height: 0;
  margin-top: -15px;
  position: absolute;
  right: 8px;
  top: 50%;
  width: 29px;
}
.in .accordion-icon {
  background-position: 0 0;
}
.accordion-inner {
  border-top: none;
  padding: 30px 0 40px;
}
.accordion-inner:after {
  clear: both;
  content: "";
  display: table;
  line-height: 0;
}
.accordion-group .txtShow {
  display: block;
}
.accordion-group .txtHide {
  display: none;
}
.accordion-group .in .txtShow {
  display: none;
}
.accordion-group .in .txtHide {
  display: block;
}
/*===========================================
  Contact Detail
============================================*/
.contact-info > div.address {
  margin-bottom: 20px;
}
.contact-info h3 {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.gmap-contact {
  height: 400px;
  margin-bottom: 20px;
  border: 7px solid #FFFFFF;
}
.gmap-contact img {
  max-width: 10000px;
  /* bootstrap hack to reset 100% max-width that trigger error for gmap */
}
.gmap-contact .gm-style-mtc {
  right: -6px !important;
  top: -6px !important;
}
/* left area contact form */
.form-horizontal {
  margin-bottom: 30px;
}
.form-horizontal .control-label {
  width: 160px;
  text-align: left;
  padding: 0px;
}
.form-horizontal .controls {
  margin-left: 0px;
}
.form-horizontal .clear-enter-labels {
  clear: both;
}
.form-horizontal input,
.form-horizontal textarea {
  width: 96%;
  padding: 10px;
}
.form-horizontal .controls:first-child {
  padding-top: 6px;
}
.form-horizontal .controls .btn.default-gray {
  margin-top: -6px;
}
.help-block.mandatory-msg {
  font-size: 12px;
}
.form-horizontal .controls.left {
  margin-top: -6px;
  margin-right: 20px;
  float: left;
  width: 121px;
}
.form-horizontal .controls.left.sec {
  margin-top: 0;
  margin-right: 20px;
  float: left;
  width: 121px;
}
.control-group.labels {
  margin: 0;
}
.control-group.labels.browse {
  margin-bottom: 37px;
}
.controls .label-browse-select {
  padding: 10px 0 0 15px;
}
.form-horizontal.generic-form {
  margin-top: -30px;
}
.form-horizontal.generic-form {
  margin-top: -30px;
}
.form-horizontal textarea,
.form-horizontal input[type="text"],
.form-horizontal input[type="password"],
.form-horizontal .uneditable-input {
  border-color: #E7E7E7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px transparent inset;
  -moz-box-shadow: 0 1px 1px transparent inset;
  -ms-box-shadow: 0 1px 1px transparent inset;
  box-shadow: 0 1px 1px transparent inset;
}
.form-horizontal textarea:focus,
.form-horizontal input[type="text"]:focus,
.form-horizontal input[type="password"]:focus,
.form-horizontal .uneditable-input:focus {
  border-color: #52A8EC;
}
.form-horizontal .focus {
  outline: thin dotted #ffffff;
  outline-offset: -2px;
}
/* right area contact info*/
.line-contact-content {
  border-bottom: 1px solid #b3b3b3;
  padding: 0px;
  margin-bottom: 39px;
}
.row-fluid.address .span12 h3.contact-address-tittle {
  font-size: 17px;
  padding-bottom: 9px;
  margin: 0;
}
.row-fluid .span12 span.contact-info-tittle {
  margin: 0px;
  font-weight: bold;
}
.contact-info .row-fluid.link-area a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}
.btn-file-forfile {
  position: relative;
  overflow: hidden;
  float: left;
  background-image: none;
  border-radius: 2px;
  background: #787878;
  cursor: inherit;
  display: block;
  color: #FFFFFF;
  font-weight: bold;
  text-shadow: none;
  text-transform: uppercase;
  padding: 10px 15px 10px 15px;
}
.btn-file-forfile:hover {
  position: relative;
  overflow: hidden;
  float: left;
  background-image: none;
  border-radius: 2px;
  background: #787878;
  cursor: inherit;
  display: block;
  color: #FFFFFF;
  font-weight: bold;
  text-shadow: none;
  text-transform: uppercase;
  cursor: pointer;
}
.btn-file-forfile input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: #787878;
  cursor: inherit;
  display: block;
  color: #FFFFFF;
  font-weight: bold;
  text-shadow: none;
  text-transform: uppercase;
}
.btn-file-forfile:focus {
  outline: thin dotted #333333;
  outline-offset: -2px;
}
.form-horizontal .controls .chzn-container-single .chzn-single {
  background-clip: unset;
  background-image: none;
  border-color: #E7E7E7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  height: 28px;
  line-height: 24px;
  padding: 7px 0 0 8px;
}
.form-horizontal .controls .chzn-container-active .chzn-single-with-drop {
  background-color: #FFFFFF;
  border: 1px solid #52A8EC;
}
.form-horizontal .controls .chzn-container-active .chzn-single {
  border: 1px solid #52A8EC;
}
.chzn-container-single .chzn-single div b {
  background: url('../Images/arrow.png') no-repeat 0px 9px;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-single div {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
}
.form-horizontal .chzn-container .chzn-drop {
  border-color: #52A8EC;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
@media (min-width: 480px) and (max-width: 800px) {
  .contact-info .span5 {
    float: left;
    width: 40.1709%;
  }
  .contact-info .span7 {
    float: left;
    width: 57.265%;
  }
}
/*===========================================
  Search Textbox
============================================*/
.navbar-search label {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
.navbar-search .search-query-wrap {
  float: left;
  position: relative;
  width: 0px;
  overflow: hidden;
  transition: width 0.5s ease;
  min-height: 50px;
}
.navbar-search .search-query-wrap.active {
  width: 380px;
}
.navbar-search {
  margin: 0;
}
.mobile-search .navbar-search {
  display: none;
}
.navbar-search .icon-search {
  background-image: url("../Images/icon_sprite.png");
  background-position: 10px 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0px;
  top: 3px;
  height: 40px;
  width: 60px;
}
.navbar-search .search-query-wrap .icon-search {
  right: 1px;
}
.navbar-search .icon-search.btn-main-search {
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}
.navbar-search .search-query {
  background-color: #eaeaea;
  border: 0px none;
  line-height: 1.5em;
  padding-right: 25px;
  border-radius: 0;
  width: 352px;
  padding: 14px 14px;
  box-shadow: none;
}
.navbar-search .search-query:active,
.navbar-search .search-query:focus {
  border-color: #FFFFFF;
  box-shadow: none;
}
.navbar .btn-navbar {
  border: 0px none;
  background-image: none;
  background-color: transparent;
}
.navbar .btn-navbar .icon-bar {
  background-color: #000000;
  box-shadow: none;
  width: 26px;
  height: 4px;
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
@media (max-width: 979px) {
  .brand .span4 {
    float: left;
    width: auto;
  }
  .brand .span8 {
    float: right;
    width: auto;
  }
  .navbar-search .icon-search {
    right: 60px;
  }
  .main-navigation ul.nav > li > ul.dropdown-menu {
    display: none;
  }
  .main-navigation ul.nav > li.open > ul.dropdown-menu {
    display: block;
  }
  div.carousel-caption-slide h3,
  div.carousel-caption-slide h3 a {
    font-size: 46px;
  }
  a.carousel-control {
    height: 0px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0px none;
  }
  .item .container {
    padding: 20px;
  }
  .navbar-search.pull-right > * {
    display: none;
  }
  .navbar-search .icon-search,
  .navbar-search .mobile-menu {
    display: block;
  }
  .mobile-search .navbar-search {
    display: block;
    float: none;
  }
  .mobile-search .navbar-search .search-query-wrap {
    width: 100%;
    padding-bottom: 20px;
  }
  .navbar-search .search-query {
    height: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mobile-search .navbar-search .icon-search {
    background-position: -47px 0px;
    right: 0;
    width: 40px;
  }
}
/*===========================================
  Search Results
============================================*/
.search-results-stats {
  font-size: 1em;
  line-height: 0.2em;
  padding-bottom: 20px;
}
.search-results .media-heading {
  font-size: 1.286em;
  line-height: 1.222em;
}
.search-results .media img.media-object {
  width: auto;
}
.search-results .media a.pull-left:focus {
  outline: thin dotted #333333;
}
/*===========================================
  Carousel
============================================*/
.carousel-inner > .item > img {
  margin: 0 auto;
}
.carousel-caption {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
}
.carousel-caption h3,
.carousel-caption p {
  color: #FFFFFF;
  line-height: 20px;
}
.carousel-caption h3 {
  margin: 0 0 5px;
}
@media (max-width: 360px) {
  #myCarouselSidebar img {
    min-width: 100%;
  }
}
/*===========================================
  Carousel - slick
============================================*/
.main-slideshow {
  position: relative;
}
.main-slideshow .carousel {
  margin-bottom: 0;
}
.slick-carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slick-carousel .item .container {
  width: 100%;
}
.slick-carousel .item {
  float: left;
  position: relative;
  min-height: 400px;
}
.fill {
  background-color: #787878;
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  min-height: 600px;
}
.mobile-image {
  display: none;
}
.item .container {
  max-width: 1070px;
  margin: 0px auto;
}
.carousel-caption-slide {
  padding-top: 100px;
  text-align: left;
  max-width: 700px;
  margin: 0px auto 0px 0;
}
.carousel-caption-slide.carousel-caption-center {
  text-align: center;
  margin: 0px auto;
}
.carousel-caption-slide h3,
.carousel-caption-slide h3 a {
  color: #FFFFFF;
  font-size: 60px;
  line-height: normal;
}
.carousel-caption-slide hr {
  border-color: #969696 -moz-use-text-color #969696;
  border-top: 0px none;
}
.carousel-caption-slide p {
  color: #fdfdfd;
  font-size: 17px;
  line-height: normal;
}
.carousel-caption-slide .btn {
  border-radius: 2px;
  background-image: none;
  background-color: #FFFFFF;
  color: #000000;
  font-weight: bold;
  margin-top: 30px;
  padding: 12px 20px;
  text-transform: uppercase;
}
.carousel-caption-slide .btn:focus,
.carousel-caption-slide .btn:hover {
  background-color: #E7E7E7;
  text-decoration: underline;
}
.carousel-control {
  background-color: transparent;
  border-radius: 0;
  border: 2px solid #FFFFFF;
  left: 0;
  padding: 10px;
  top: 45%;
  opacity: 0.9;
}
.carousel-control.left {
  border-left: 0px none;
}
.carousel-control.right {
  border-right: 0px none;
  right: 0px;
}
.carousel-control:hover,
.carousel-control:focus {
  border-color: #E3E3E3;
  color: #E3E3E3;
  opacity: 1;
}
.carousel-control:focus {
  outline: thin dotted #333333;
  outline-offset: -2px;
}
.slick-carousel .play-video {
  margin-bottom: 20px;
}
/*===========================================
    corousel full video 
============================================*/
.modal.fade.in.corousel-home {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000000;
}
.modal.fade.in.corousel-home .modal-body {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow-y: visible;
}
.close-videocorousel-home {
  background-color: #000000;
  cursor: pointer;
  height: 64px;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  width: 64px;
  padding: 10px;
  z-index: 2;
}
.modal.fade.corousel-home {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s ;
  -ms-transition: 0.5s ;
  -o-transition: 0.5s ;
  transition: none ;
}
.close-videocorousel-home img {
  width: 100%;
  height: inherit;
}
.modal.fade.in.corousel-home .modal-body .framevideo {
  width: 100%;
  height: 950px;
}
.alone-vid {
  padding-bottom: 10px;
}
.alternate-vid,
.media-vid,
.alone-control {
  padding-top: 10px;
}
.transcript-text,
.alternate-vid,
.media-vid {
  padding: 0 10px;
  text-align: center;
}
@media (max-width: 480px) {
  div.carousel-caption-slide h1,
  div.carousel-caption-slide h1 a {
    font-size: 28px;
  }
  .fill {
    min-height: 720px;
  }
  /*.mobile-image {
    display:block;
     }
   .item .container{
     background-color:#5e5e5e;
   }
   .carousel-caption-slide{
     padding-top:0px;
   }
   
  .fill{
     background-image:none !important;
     background-color:#5e5e5e;
   }
   .slick-carousel .item,
   .slick-carousel{
     background-color:#5e5e5e;
   }*/
  .search-results-stats {
    font-size: 1em;
    line-height: 2em;
    margin: 0px;
    padding: 0px;
  }
  .controls#select3_chzn {
    width: 100% !important;
  }
  .form-horizontal .controls .chzn-container-single .chzn-single {
    height: 28px;
    line-height: 24px;
    padding: 7px 0 0 8px;
  }
  .chzn-container-single .chzn-single div b {
    background: url('../Images/arrow.png') no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 7px;
  }
  .chzn-container-single .chzn-single div {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
  }
  /*===========================================
        corousel full video 
    ============================================*/
  .close-videocorousel-home {
    cursor: pointer;
    height: 32px;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    width: 32px;
    padding: 10px;
    background-color: #000000;
  }
  .modal.fade.in.corousel-home .modal-body .framevideo {
    width: 100%;
    height: 100%;
  }
}
/*===========================================
    Carousel lightbox video
============================================*/
.lightbox {
  background-color: #FFFFFF;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  left: 50%;
  margin-left: -330px;
  margin: auto;
  outline: medium none;
  padding-top: 10px;
  position: fixed;
  top: 10%;
  width: 660px;
}
.lightbox .modal-header h1 {
  font-size: 30px;
  margin: 0;
  line-height: normal;
}
.lightbox .modal-header h1:after {
  margin: 10px auto 20px;
}
.lightbox .modal-body {
  height: auto;
  max-height: 400px;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.lightbox .modal-body iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lightbox .accessible-wrapper {
  margin: 10px 0;
}
.lightbox p.alternate-vid,
.lightbox p.media-vid {
  margin-bottom: 0;
}
.lightbox .modal-footer {
  font-size: 0;
  height: 25px;
  padding: 0;
}
.lightbox a.close {
  color: #333333;
  font-size: 35px;
  opacity: 1;
  filter: alpha(opacity=1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.lightbox a.close:focus {
  outline: thin dotted #333333;
}
@media screen and (max-width: 640px) {
  /*.lightbox {
        width: auto;
        left: 10px;
        margin-left: 0;
        right: 10px;
    }*/
  .modal.fade.in {
    top: 10px;
  }
}
@media screen and (max-height: 500px) {
  .lightbox .modal-body {
    padding-bottom: 30%;
  }
  /*.lightbox {
        left: 10px;
        margin-left: 0;
        right: 10px;
    }*/
  .modal.fade.in {
    top: 5px;
  }
}
@media screen and (min-height: 480px) {
  .lightbox .modal-body {
    padding-bottom: 50%;
  }
}
@media screen and (max-height: 500px) and (min-width: 1024px) {
  .lightbox {
    left: 50%;
    /*margin-left: -280px;*/
  }
  .modal.fade.in {
    top: 10%;
  }
}
/*===========================================
  Promotions
============================================*/
.promo-panel {
  margin-bottom: 10px;
}
@media (max-width: 360px) {
  .promo-panel .thumbnail img {
    min-width: 100%;
  }
}
/*===========================================
  Gallery
============================================*/
.galleria {
  height: 400px;
}
@media (max-width: 767px) {
  .galleria {
    margin-bottom: 10px;
  }
}
/*===========================================
  Gallery slideshow
============================================*/
.gallery-slideshow .carousel {
  margin: 0px;
}
.gallery-slideshow {
  position: relative;
  margin: 0 -20px;
}
.slick-gallery {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #4b4b4b;
}
.slick-gallery .item {
  float: left;
  position: relative;
  height: 550px;
  background-size: cover;
}
.slick-gallery .item img {
  min-width: 100%;
}
.slick-gallery .slick-list {
  overflow: hidden;
}
.gallery-caption {
  background: url(../Images/bg_transparent_20.png);
  bottom: 0px;
  position: absolute;
  width: 100%;
}
.gallery-caption .caption-inner {
  max-width: 1070px;
  margin: 0px auto;
  padding: 20px 20px;
  min-height: 48px;
}
.gallery-caption .caption-inner h3 {
  border-left: 1px solid #999;
  color: #fdfdfd;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  padding-left: 20px;
  margin-left: 70px;
}
.numbering {
  font-size: 28px;
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 10px;
  position: absolute;
}
@media screen and (max-width: 979px) {
  .gallery-slideshow a.carousel-control {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .gallery-caption {
    background-color: #606060;
  }
  .slick-gallery .slick-list {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 640px) {
  .gallery-caption .caption-inner h3 {
    max-height: 50px;
    overflow: hidden;
  }
  /*===========================================
        corousel full video 
    ============================================*/
  .close-videocorousel-home {
    cursor: pointer;
    height: 32px;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    width: 32px;
    padding: 10px;
    background-color: #000000;
  }
  .modal.fade.in.corousel-home .modal-body .framevideo {
    width: 100%;
    height: 100%;
  }
}
/*===========================================
  Feature Video
============================================*/
.feature-video {
  padding: 50px 0;
}
.video-wrap {
  position: relative;
  margin-top: 20px;
}
.feature-video hr {
  border-bottom: 1px solid #b3b3b3;
  border-color: #b3b3b3 -moz-use-text-color #b3b3b3;
  border-top: 0px none;
}
.video-wrap > a {
  margin-left: -55px;
  margin-top: -55px;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .feature-video {
    margin-bottom: 30px;
    padding: 10px 0 20px;
  }
  .feature-video .row-fluid [class*="span"] {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .feature-video .row-fluid [class*="span"]:first-child {
    margin-bottom: 30px;
  }
  .video-wrap {
    text-align: center;
  }
  .slick-gallery .item {
    height: 340px;
  }
}
@media screen and (max-width: 767px) {
  .feature-video {
    margin-bottom: 30px;
    padding: 0;
  }
}
/*===========================================
  Feature Center
============================================*/
.feature-center {
  background-color: #efefef;
  padding: 80px 0 65px 0;
  text-align: center;
}
.feature-center .container-fluid {
  max-width: 770px;
}
.feature-center hr {
  border-bottom: 1px solid #b3b3b3;
  border-color: #b3b3b3 -moz-use-text-color #b3b3b3;
  border-top: 0px none;
}
.btn.default-gray,
.feature-center .btn {
  background-color: #787878;
  background-image: none;
  border-radius: 2px;
  border: 0px none;
  color: #FFFFFF;
  margin-top: 20px;
  font-weight: bold;
  text-shadow: none;
  text-transform: uppercase;
  padding: 12px 20px;
}
.btn.default-gray:focus,
.btn.default-gray:hover {
  background-color: #545454;
}
.btn.default-gray:focus {
  outline: thin dotted #FFFFFF;
}
a.default-gray:focus,
a.default-gray:hover {
  text-decoration: underline;
}
p.pre {
  font-size: 24px;
  font-family: "Times New Roman", Times, serif;
  line-height: normal;
}
.default-gray:focus,
.feature-center .btn:focus {
  outline: thin dotted #FFFFFF;
}
@media screen and (max-width: 768px) {
  .feature-center {
    padding: 25px 0 45px 0;
  }
}
@media screen and (max-width: 599px) {
  .feature-center {
    padding: 5px 0 30px 0;
  }
}
/*===========================================
  Feature Promo
============================================*/
.image-wrap {
  position: relative;
  margin-top: 20px;
}
.image-wrap img {
  width: 100%;
  height: auto;
}
.feature-promo .text-header {
  background-color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 0;
  position: absolute;
  padding: 10px 15px;
  top: 20px;
  text-transform: uppercase;
}
.feature-promo .text-content {
  background-color: #f2f2f2;
  padding: 10px 30px 30px 30px;
  border: 0px none;
  border-radius: 0px;
}
.feature-promo .text-content h3 {
  line-height: normal;
}
.feature-promo hr {
  border-bottom: 1px solid #b3b3b3;
  border-color: #b3b3b3 -moz-use-text-color #b3b3b3;
  border-top: 0px none;
}
@media screen and (max-width: 768px) {
  .feature-promo .row-fluid [class*="span"] {
    float: left;
    margin-left: 4%;
    width: 48%;
  }
  .feature-promo .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .feature-promo {
    margin-bottom: 10px;
  }
  .feature-promo .row-fluid [class*="span"] {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .feature-promo .row-fluid [class*="span"]:first-child {
    margin-bottom: 30px;
  }
}
/*===========================================
  Feature 3-col
============================================*/
.feature-3-col {
  background-color: #efefef;
  padding: 50px 0 10px 0;
}
.promo-article {
  margin-bottom: 30px;
}
.promo-article h2 {
  font-size: 24px;
  line-height: normal;
}
.related-links h2 {
  font-size: 24px;
  line-height: normal;
}
.related-links .nav-list li.nav-header {
  border-bottom: 1px solid #b3b3b3;
  border-top: 1px solid #b3b3b3;
  padding: 2px 0;
}
.related-links .nav-list li.nav-header h2 {
  padding: 0;
  color: #000000;
  text-transform: none;
}
.related-links .nav-list a {
  color: #030303;
  border-bottom: 1px solid #DBDBDB;
  padding: 10px 20px 10px 0;
  background-image: url(../Images/icon_sprite.png);
  background-repeat: no-repeat;
  background-position: right -56px;
}
.promo-article .text-content {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .row-fluid .promo-article [class*="span"] {
    float: left;
    margin-left: 6%;
    width: 47%;
  }
  .row-fluid .promo-article [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .related-links {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .image-wrap img {
    width: auto;
  }
}
@media screen and (max-width: 599px) {
  .feature-3-col .row-fluid .span4 {
    margin-bottom: 30px;
  }
  .feature-3-col .row-fluid [class*="span"] {
    margin-left: 0;
    width: 100%;
  }
  .feature-3-col .row-fluid .related-links {
    margin-bottom: 30px;
  }
  .feature-3-col .text-content {
    background-color: #FFFFFF;
    border: none;
    padding: 10px 30px 30px;
  }
  .gallery-caption .caption-inner {
    min-height: 80px;
  }
}
/*===========================================
  Page not found
============================================*/
.body-wrap {
  background-color: #efefef;
}
.body-wrap .breadcrumb {
  background-color: transparent;
  padding-left: 0px;
}
.body-wrap .breadcrumb a {
  color: #333333;
}
.body-wrap .breadcrumb > .active {
  color: #333333;
}
.not-found {
  padding-bottom: 70px;
  text-align: center;
}
.alert-not-found {
  background-color: transparent;
  border: 0px none;
  color: #333333;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 0;
}
/*===========================================
  Sitemap
============================================*/
.sitemap .nav-pills.nav-stacked > li > a {
  line-height: 1.5em;
}
.sitemap .nav > li > a:focus {
  background-color: #EEEEEE;
}
/*===========================================
  Blog media
============================================*/
.date {
  font-size: 12px;
  text-transform: uppercase;
}
.tag {
  font-weight: 700;
  margin-bottom: 20px;
}
.tag em {
  font-style: normal;
  font-weight: normal;
}
.tag em a {
  color: #333333;
  text-decoration: underline;
}
/*===========================================
  Promo widget
============================================*/
.promo-widget .image-wrap {
  margin-top: 0;
  position: relative;
}
.promo-widget .text-header {
  background-color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 0;
  position: absolute;
  padding: 10px 15px;
  top: 20px;
  text-transform: uppercase;
}
.promo-widget .text-content {
  background-color: #FFFFFF;
  padding: 10px 30px 30px 30px;
  border: 0px none;
  border-radius: 0px;
}
.promo-widget .text-content h2 {
  font-size: 24.5px;
  line-height: normal;
}
.promo-widget .btn.default-gray {
  margin-top: 10px;
}
@media (max-width: 640px) {
  .promo-widget .image-wrap img {
    width: 100%;
  }
}
/*===========================================
  Promo carousel
============================================*/
.promo-carousel .carousel-caption {
  background: #FFFFFF;
  padding: 15px 30px 70px;
  position: relative;
}
.promo-carousel .item {
  background: #FFF;
}
.promo-carousel .item p {
  line-height: 20px;
}
.promo-carousel .carousel-caption h2,
.promo-carousel .carousel-caption p {
  color: #333333;
}
.promo-carousel .carousel-caption h2 {
  font-size: 24.5px;
  line-height: normal;
}
.promo-carousel .center-indicators {
  display: table;
  margin: 0 auto;
}
.promo-carousel .carousel-indicators {
  bottom: 40px;
  display: block;
  list-style: outside none none;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  width: 100%;
}
.promo-carousel .carousel-indicators li {
  background-color: #DDDDDD;
  border-radius: 100%;
  display: inline;
  float: left;
  font-size: 0;
  height: 15px;
  line-height: 0;
  margin-left: 5px;
  width: 15px;
}
.promo-carousel .carousel-indicators li.active {
  background-color: #787878;
}
.promo-carousel .item a {
  outline: thin dotted #FFFFFF;
}
.carousel-control-nav .carousel-control {
  background-color: #787878;
  border: medium none;
  bottom: 15px;
  font-size: 0;
  height: auto;
  left: inherit;
  line-height: normal;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  padding: 0;
  right: 0;
  top: inherit;
  width: auto;
}
.carousel-control-nav .pause > img + img,
.carousel-control-nav .play > img + img {
  background-color: #fff;
  display: none;
}
.carousel-control-nav .pause:hover > img:first-child,
.carousel-control-nav .play:hover > img:first-child {
  display: none;
}
.carousel-control-nav .pause:hover > img + img,
.carousel-control-nav .play:hover > img + img {
  display: block;
}
@media (max-width: 640px) {
  .promo-carousel .item img {
    width: 100%;
  }
}
/*===========================================
  Heading blog title
============================================*/
.media.heading-title {
  border-bottom: medium none;
  margin-right: 0;
  padding-bottom: 0;
}
.heading-title p.pre {
  font-size: 22px;
  margin-bottom: 20px;
}
.heading-title .date {
  font-size: 13px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .heading-title {
    width: 100%;
  }
  .slick-carousel .play-video {
    margin-bottom: 14px;
  }
}
.wysiwyg-content ul,
.wysiwyg-content ol {
  margin: 35px 0 35px 50px;
}
.wysiwyg-content li {
  margin-bottom: 15px;
}
.media.page.heading-title {
  border: 0;
  margin: 15px 0 0;
  padding: 0;
  transition: all 0.2s ease 0s;
}
/*===========================================
  Site Map
============================================*/
.span4.well.masonry-brick ul li a {
  color: #797979;
}
.span4.well.masonry-brick ul li.active a {
  color: #FFFFFF;
  background: #797979;
}
/*===========================================
  Subscribe
============================================*/
.subscribe-form .span3 .title-subscribe {
  font-size: 20px;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
  padding: 26px 0 20px 0;
  display: inline-block;
  width: 100%;
}
.subscribe-form {
  padding: 11px 0 38px 0;
}
.subscribe-form.control-group {
  margin-bottom: 0px;
  padding-top: 8px;
}
#subscribe_form .controls input {
  width: 95%;
}
@media (max-width: 480px) {
  .slick-gallery .item {
    height: 300px;
  }
}
@media (min-width: 1024px) {
  body.editing-mode .carousel-caption-slide h3 {
    line-height: 35px;
  }
  body.editing-mode .carousel-caption-slide h3 a {
    font-size: 30px;
  }
  body.editing-mode .carousel-caption-slide {
    padding: 20%;
  }
  body.editing-mode .slick-carousel .play-video {
    margin-bottom: 16px;
  }
}
.wysiwyg-widget {
  margin: 0;
  padding-bottom: 50px;
}
.wysiwyg-widget .carousel {
  margin-bottom: 0;
}
.wysiwyg-widget:only-child {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .wysiwyg-widget {
    padding-bottom: 20px;
  }
}
/*===========================================
    Module class
============================================*/
.no-margin {
  margin: 0;
}
.small-module {
  padding-bottom: 12px;
  padding-top: 12px;
}
.medium-module {
  padding-bottom: 30px;
  padding-top: 30px;
}
.large-module {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .small-module {
    padding-bottom: 6px;
    padding-top: 6px;
  }
  .medium-module {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .large-module {
    padding-bottom: 35px;
    padding-top: 35px;
  }
}
@media (max-width: 768px) {
  .item .container {
    padding: 0;
  }
  .carousel-caption-slide {
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  .gallery-slideshow a.carousel-control {
    top: 24%;
  }
}
@media (min-width: 480px) and (max-width: 680px) {
  .gallery-slideshow a.carousel-control {
    top: 28%;
  }
}
@media (min-width: 680px) and (max-width: 768px) {
  .gallery-slideshow a.carousel-control {
    top: 33%;
  }
}
/*For Nexus 6P*/
@media (min-width: 773px) and (max-height: 435px) {
  .modal.fade.in.corousel-home .modal-body .framevideo {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 890px) and (max-width: 1024px) {
  .modal.fade.in.corousel-home .modal-body .framevideo {
    width: 100%;
    height: 800px;
  }
}
