@font-face {
  font-family: 'MuseoSans_500';
  src: url('../font/MuseoSans_500.otf') format('otf'), /* IE6-IE8 */
       url('../font/MuseoSans_500.woff') format('woff'), /* Pretty Modern Browsers */
       url('../font/MuseoSans_500.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../font/MuseoSans_500.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'MuseoSans_500_Italic';
  src: url('../font/MuseoSans_500_Italic.otf') format('otf'), /* IE6-IE8 */
       url('../font/MuseoSans_500_Italic.woff') format('woff'), /* Pretty Modern Browsers */
       url('../font/MuseoSans_500_Italic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../font/MuseoSans_500_Italic.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'MuseoSans_700';
  src: url('../font/MuseoSans_700.otf') format('otf'), /* IE6-IE8 */
       url('../font/MuseoSans_700.woff') format('woff'), /* Pretty Modern Browsers */
       url('../font/MuseoSans_700.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../font/MuseoSans_700.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'MuseoSans_900';
  src: url('../font/MuseoSans_900.otf') format('otf'), /* IE6-IE8 */
       url('../font/MuseoSans_900.woff') format('woff'), /* Pretty Modern Browsers */
       url('../font/MuseoSans_900.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../font/MuseoSans_900.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'MuseoSans-100';
  src: url('../font/MuseoSans-100.otf') format('otf'), /* IE6-IE8 */
       url('../font/MuseoSans-100.woff') format('woff'), /* Pretty Modern Browsers */
       url('../font/MuseoSans-100.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../font/MuseoSans-100.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'MuseoSans-100Italic';
  src: url('../font/MuseoSans-100Italic.otf') format('otf'), /* IE6-IE8 */
       url('../font/MuseoSans-100Italic.woff') format('woff'), /* Pretty Modern Browsers */
       url('../font/MuseoSans-100Italic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../font/MuseoSans-100Italic.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'MuseoSans-300';
  src: url('../font/MuseoSans-300.otf') format('otf'), /* IE6-IE8 */
       url('../font/MuseoSans-300.woff') format('woff'), /* Pretty Modern Browsers */
       url('../font/MuseoSans-300.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../font/MuseoSans-300.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'MuseoSans-300Italic';
  src: url('../font/MuseoSans-300Italic.otf') format('otf'), /* IE6-IE8 */
       url('../font/MuseoSans-300Italic.woff') format('woff'), /* Pretty Modern Browsers */
       url('../font/MuseoSans-300Italic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../font/MuseoSans-300Italic.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'MuseoSans-700Italic';
  src: url('../font/MuseoSans-700Italic.otf') format('otf'), /* IE6-IE8 */
       url('../font/MuseoSans-700Italic.woff') format('woff'), /* Pretty Modern Browsers */
       url('../font/MuseoSans-700Italic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../font/MuseoSans-700Italic.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'MuseoSans-900Italic';
  src: url('../font/MuseoSans-900Italic.otf') format('otf'), /* IE6-IE8 */
       url('../font/MuseoSans-900Italic.woff') format('woff'), /* Pretty Modern Browsers */
       url('../font/MuseoSans-900Italic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../font/MuseoSans-900Italic.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Mission-Script';
  src: url('../font/Mission-Script.otf') format('otf'), /* IE6-IE8 */
       url('../font/Mission-Script.woff') format('woff'), /* Pretty Modern Browsers */
       url('../font/Mission-Script.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../font/Mission-Script.svg#svgFontName') format('svg'); /* Legacy iOS */
}


body{
	font-family: "MuseoSans_500" !important;
	color:#142433 !important;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top,#08c,#0044cc);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
  background-image: -o-linear-gradient(top,#08c,#0044cc);
  background-image: linear-gradient(to bottom,#08c,#0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  background-image: -o-linear-gradient(top,#fbb450,#f89406);
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top,#62c462,#51a351);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  background-image: -o-linear-gradient(top,#62c462,#51a351);
  background-image: linear-gradient(to bottom,#62c462,#51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top,#444,#222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
  background-image: -webkit-linear-gradient(top,#444,#222);
  background-image: -o-linear-gradient(top,#444,#222);
  background-image: linear-gradient(to bottom,#444,#222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
a,
a:hover {
  text-decoration: none;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.page-header {
  padding-bottom: 0;
  margin: 0 0 15px;
  border-bottom: 0;
}
.entry-meta.muted {
  margin-bottom: 20px;
  font-size: 12px;
}
.entry-meta.muted >span,
.entry-meta.muted >time {
  margin: 0 5px;
}
.entry-meta ul {
  margin: 0 5px;
}
.entry-meta ul.actions {
  float: right;
}
.entry-meta ul.actions li {
  display: inline-block;
}
.entry-meta ul.actions li.print-icon a::before {
  content: "\f02f";
}
.entry-meta ul.actions li.email-icon a::before {
  content: "\f003";
}
.entry-meta ul.actions li.edit-icon a::before {
  content: "\f044";
}
.entry-meta ul.actions li a {
  font-family: FontAwesome;
  display: block;
  font-size: 14px;
  margin-left: 5px;
}
.entry-meta ul.actions li a img {
  display: none;
}
.entry-meta ul.actions li a span {
  display: none;
}
ul.pagenav {
  list-style: none;
  padding: 0;
  clear: both;
  margin-top: 10px;
  margin-left: 0;
  overflow: scroll;
}
ul.pagenav .pagenav-prev {
  float: left;
}
ul.pagenav .pagenav-next {
  float: right;
}
dl dt,
dl dd {
  display: inline;
}
label.invalid {
  color: #c83025;
}
body.subpage {
/*
  padding-top: 95px;
  */
}
#sp-component-area-wrapper {
/*
  background: #FFF;
  padding: 15px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  */
}
.body-innerwrapper {
  overflow-x: hidden;
}
#sp-main-body-wrapper #sp-message-area {
  min-height: 0;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
.row-fluid {
  margin-bottom: 20px;
}
.row-fluid:first-child {
  margin-bottom: 0;
}
#sp-header-wrapper {
  background:#142433;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9998;
  position:fixed;
}
#sp-header-wrapper #header {
/*
  background: #fff;
  height: 80px;
  z-index: 1000;
  position: relative;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
 */
}
#sp-header-wrapper .logo-wrapper {
	padding:8px 0px;
}
#sp-header-wrapper .logo-wrapper .logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
}
#sp-header-wrapper .logo-wrapper .logo-text {
  font-size: 24px;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
}
#someval0{
  padding-top:0px;
  color: #000;
  overflow:hidden;
}
#sp-slider-wrapper #sp-slide {
  position: relative;
}
#sp-slider-wrapper #sp-slide .carousel-inner {
  text-align: center;
}
#sp-slider-wrapper #sp-slide .carousel-inner .item {
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  -webkit-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  left: 0 !important;
  opacity: 0;
  top: 0;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  text-align: center;
}
#sp-slider-wrapper #sp-slide .carousel-inner .item .slider-title h1 {
  font-size: 68px;
  line-height: 68px;
  color: #fff;
  text-shadow: 0 3px rgba(0,0,0,0.1);
}
#sp-slider-wrapper #sp-slide .carousel-inner .item:first-child {
  top: auto;
  position: relative;
}
#sp-slider-wrapper #sp-slide .carousel-inner .item.active {
  opacity: 1;
  z-index: 2;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  -webkit-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}
#sp-slider-wrapper #sp-slide .carousel-inner .item.active .slider-title h1 {
  -webkit-animation: scaleUp 400ms;
  -moz-animation: scaleUp 400ms;
  -o-animation: scaleUp 400ms;
  -ms-animation: scaleUp 400ms;
  animation: scaleUp 400ms;
}
#sp-slider-wrapper a.nav-left,
#sp-slider-wrapper a.nav-right {
  position: absolute;
  top: 50%;
  background-color: rgba(0,0,0,0.3);
  color: #FFF;
  display: inline-block;
  margin-top: -50px;
  font-size: 24px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}
#sp-slider-wrapper a.nav-left i,
#sp-slider-wrapper a.nav-right i {
  font-size: 24px;
  color: #fff;
}
#sp-slider-wrapper a.nav-left:hover,
#sp-slider-wrapper a.nav-right:hover {
  background-color: rgba(0,0,0,0.5);
}
#sp-slider-wrapper a.nav-left {
  left: 10px;
}
#sp-slider-wrapper a.nav-right {
  right: 10px;
}
#sp-service-wrapper .container,
#sp-portfolio-wrapper .container,
#sp-pricing-wrapper .container,
#sp-team-wrapper .container,
#sp-bottom-wrapper .container {

}

#sp-service-wrapper .container {
/*
  background: #fff;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
 */
}
#sp-service-wrapper h3 {
  font-size: 18px;
}
#sp-service-wrapper i {
  font-size: 24px;
  height: 68px;
  width: 68px;
  line-height: 68px;
  color: #fff;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  margin-bottom: 10px;
}
#sp-service-wrapper .icon-apple {
  background-color: #e74c3c;
}
#sp-service-wrapper .icon-android {
  background-color: #2ecc71;
}
#sp-service-wrapper .icon-windows {
  background-color: #3498db;
}
#sp-service-wrapper .icon-html5 {
  background-color: #8e44ad;
}
#sp-service-wrapper .icon-css3 {
  background-color: #1abc9c;
}
#sp-service-wrapper .icon-thumbs-up {
  background-color: #2c3e50;
}
#sp-pricing-wrapper .container {
/*
  background: #F3F3F3;
 */
}
#someval3 .sp-portfolio .sp-portfolio-filter {
  margin: 20px 0;
}
#someval3 .sp-portfolio .sp-portfolio-filter a.btn {
	color: #fff;
	font-family: MuseoSans_500;
	font-size: 1.1em;
	font-weight: normal;
	padding: 15px 0px;
	margin: 0px 8px;
	width: 150px;
}
#someval3 .sp-portfolio .sp-portfolio-item-inner {
  background: #fff;
  border-bottom: 1px solid #E1E1E1;
}
#someval3 .sp-portfolio .sp-portfolio-item-inner .sp-portfolio-thumb img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#someval3 .sp-portfolio .sp-portfolio-item-inner .sp-portfolio-thumb:hover::after {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#someval3 .sp-portfolio .sp-portfolio-item-inner .sp-portfolio-item-details {
  position: relative;
  margin: 0;
  padding-left: 0;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#someval3 .sp-portfolio .sp-portfolio-item-inner .sp-portfolio-item-details h4.item-title {
  font-size: 14px;
}
#someval3 .container {
/*
  background: #F9F9F9;
  */
}
#sp-pricing-wrapper #sp-pricing .plan {
  background: #fff;
  list-style: none;
  margin: 0px;
}
#sp-pricing-wrapper #sp-pricing .plan li {
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
  text-align: center;
  color: #999;
  font-size: 14px;
  line-height: 20px;
}
#sp-pricing-wrapper #sp-pricing .plan li.plan-name {
  padding: 20px 0;
  font-size: 18px;
  font-weight: 700;
  color: #999;
  text-align: center;
}
#sp-pricing-wrapper #sp-pricing .plan li.plan-price {
  color: #666;
  padding: 40px 0;
  font-size: 48px;
  text-align: center;
}
#sp-pricing-wrapper #sp-pricing .plan li:last-child {
  border-bottom: 0;
}
#sp-pricing-wrapper #sp-pricing .plan li.plan-action {
  padding: 35px 0px;
  border-bottom: 1px solid #e1e1e1;
}
#sp-pricing-wrapper #sp-pricing .plan.featured li.plan-price {
  color: #fff;
}
#sp-pricing-wrapper #sp-pricing ul.plan li ul {
  margin: 0;
}
#sp-pricing-wrapper #sp-pricing ul.plan li ul li {
  list-style: none;
  line-height: 25px;
}
#sp-team-wrapper .container {
  background: #fff;
}
#sp-team-wrapper p.lead {
  margin-bottom: 50px;
}
#sp-team-wrapper .item {
  text-align: center;
}
#sp-team-wrapper .item p {
  line-height: 0;
  font-size: 14px;
  color: #999;
}
#sp-team-wrapper .item .member {
  display: inline-block;
  height: auto;
  max-width: 60%;
}
#sp-team-wrapper .item .member .img-circle {
  border: 1px solid #ddd;
  padding: 4px;
}
#sp-team-wrapper .left-arrow,
#sp-team-wrapper .nav-right {
  position: absolute;
  top: 30%;
  font-size: 65px;
}
#sp-team-wrapper .nav-right {
  right: 0;
}
#sp-team-wrapper .carousel.scale .active .row-fluid > div:nth-child(1) {
  -webkit-animation: scaleUp 200ms linear 0 both;
  -moz-animation: scaleUp 200ms linear 0 both;
  -ms-animation: scaleUp 200ms linear 0 both;
  -o-animation: scaleUp 200ms linear 0 both;
  animation: scaleUp 200ms linear 0 both;
}
#sp-team-wrapper .carousel.scale .active .row-fluid > div:nth-child(2) {
  -webkit-animation: scaleUp 200ms linear 100ms both;
  -moz-animation: scaleUp 200ms linear 100ms both;
  -ms-animation: scaleUp 200ms linear 100ms both;
  -o-animation: scaleUp 200ms linear 100ms both;
  animation: scaleUp 200ms linear 100ms both;
}
#sp-team-wrapper .carousel.scale .active .row-fluid > div:nth-child(3) {
  -webkit-animation: scaleUp 200ms linear 200ms both;
  -moz-animation: scaleUp 200ms linear 200ms both;
  -ms-animation: scaleUp 200ms linear 200ms both;
  -o-animation: scaleUp 200ms linear 200ms both;
  animation: scaleUp 200ms linear 200ms both;
}
#sp-team-wrapper .carousel.scale .active .row-fluid > div:nth-child(4) {
  -webkit-animation: scaleUp 200ms linear 400ms both;
  -moz-animation: scaleUp 200ms linear 400ms both;
  -ms-animation: scaleUp 200ms linear 400ms both;
  -o-animation: scaleUp 200ms linear 400ms both;
  animation: scaleUp 200ms linear 400ms both;
}
#sp-bottom-wrapper .container {

}
#sp-bottom-wrapper h3.header {
  font-size: 36px;
  color: #fff;
}
#sp-bottom-wrapper .sp_quickcontact input[type="text"] {
  width: 31%;
  float: left;
  margin-right: 10px;
  background: #111;
  border: none;
  margin-bottom: 15px;
  padding: 7px;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sp-bottom-wrapper .sp_quickcontact textarea#message {
  width: 95%;
  height: 220px;
  background: #111;
  border: none;
}
#sp-bottom-wrapper .sp_quickcontact .sp_qc_clr {
  clear: none;
}
#sp-bottom-wrapper .sp_quickcontact input#sp_qc_submit.button {
  text-shadow: none;
}
#sp-bottom2 address {
  color: #999;
}
#sp-bottom2 .social a {
  font-size: 18px;
  color: #999;
}
#sp-bottom2 i {
  font-size: 18px;
  border: aliceblue;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
  margin-right: 15px;
  margin-bottom: 10px;
}
#sp-bottom2 .icon-facebook {
  background-color: #789bde;
}
#sp-bottom2 .icon-google-plus {
  background-color: #dc422b;
}
#sp-bottom2 .icon-pinterest {
  background-color: #e03e44;
}
#sp-bottom2 .icon-linkedin {
  background-color: #49b9e3;
}
#sp-bottom2 .icon-twitter {
  background-color: #8eddff;
}
#sp-bottom2 .icon-youtube {
  background-color: #da5954;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .sp-totop {
  display: inline-block;
}
#sp-footer-wrapper .sp-totop i {
  color: #fff;
}
#sp-footer-wrapper .sp-totop small {
  display: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
#sp-footer-wrapper a.btn-preset {
  width: 10px;
  height: 10px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#sp-footer-wrapper a.btn-preset span {
  text-indent: -9999em;
  float: left;
  display: block;
  overflow: hidden;
}
#sp-footer-wrapper a.btn-preset.preset1 {
  background: #1586C3;
}
#sp-footer-wrapper a.btn-preset.preset2 {
  background: #1ABC9C;
}
#sp-footer-wrapper a.btn-preset.preset3 {
  background: #E6632D;
}
#sp-footer-wrapper #sp-footer3 {
  text-align: right;
}
ul.breadcrumb {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
.ltr #sp-footer-wrapper .helix-framework {
  float: left;
  margin-right: 15px;
}
.ltr #sp-footer-wrapper #sp-footer2 {
  text-align: center;
}
.rtl #sp-footer-wrapper .helix-framework {
  float: right;
  margin-left: 15px;
}
.rtl #sp-footer-wrapper #sp-footer2 {
  text-align: left;
}
button,
input[type='submit'],
input[type='button'],
submit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  font-family: MuseoSans_900;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
button:hover,
button:active,
button.active,
button.disabled,
button[disabled],
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit'].active,
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button']:hover,
input[type='button']:active,
input[type='button'].active,
input[type='button'].disabled,
input[type='button'][disabled],
submit:hover,
submit:active,
submit.active,
submit.disabled,
submit[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
button:active,
button.active,
input[type='submit']:active,
input[type='submit'].active,
input[type='button']:active,
input[type='button'].active,
submit:active,
submit.active {
  background-color: #cccccc \9;
}
button:first-child,
input[type='submit']:first-child,
input[type='button']:first-child,
submit:first-child {
  *margin-left: 0;
}
button:hover,
input[type='submit']:hover,
input[type='button']:hover,
submit:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
button:focus,
input[type='submit']:focus,
input[type='button']:focus,
submit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button.active,
button:active,
input[type='submit'].active,
input[type='submit']:active,
input[type='button'].active,
input[type='button']:active,
submit.active,
submit:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
button.disabled,
button[disabled],
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button'].disabled,
input[type='button'][disabled],
submit.disabled,
submit[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@keyframes scaleUp {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes scaleUp {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-webkit-keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-ms-keyframes scaleUp {
  0% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -ms-transform: scale(1);
  }
}
@-o-keyframes scaleUp {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
#sp-menu-wrapper {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15);
  position: relative;
  z-index: 1;
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp-main-menu ul.level-0 > li {
  display:block;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  margin-left: 1px;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu ul.level-0 > li.home span.menu-title {
  visibility: hidden;
}
#sp-main-menu ul.level-0 > li.home span.menu-title:before {
  visibility: visible;
  content: "\f015";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -10px;
  font-size: 20px;
  font-weight: normal;
}

#sp-main-menu ul.level-0 > li >a {
	color: #999;
	display: block;
	height: 50px;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 1px 14px;
}
#sp-main-menu ul.level-0 > li:hover, #sp-main-menu ul.level-0 > li.active{
	background:none !important;
}
#sp-main-menu ul.level-0 > li a img:hover, #sp-main-menu ul.level-0 > li.active a img{
  position: relative;
  top: -52px;
}
#sp-main-menu:hover{
	width:auto;
}
#sp-main-menu ul.level-0 > li > a img {
  float: left;
}
#sp-main-menu ul.level-0 > li > a span {
  color: #fff;
  line-height: 46px;
  margin-left: 10px;
}
#sp-main-menu ul.level-0 > li >a .menu-desc {
  font-size: 11px;
  color: #999;
  display: block;
}
#sp-main-menu ul.level-0 > li:hover >a,
#sp-main-menu ul.level-0 > li.active >a {
  color: #fff;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  border-top: 1px solid #eee;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu li li:not(.sp-menu-group):first-child {
  border-top: none;
}
#sp-main-menu li li:not(.sp-menu-group) a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 10px 0;
  color: #777777;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  position: relative;
  padding-right: 20px;
  display: block;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 15px;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group .menu-title {
  text-transform: capitalize;
  font-size: 14px;
  color: #4c4b4b;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 10px 0 0;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module h4 {
  font-size: 14px;
}
.sp-submenu {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  -webkit-transition: visibility 100ms, opacity 100ms;
  -moz-transition: visibility 100ms, opacity 100ms;
  -o-transition: visibility 100ms, opacity 100ms;
  transition: visibility 100ms, opacity 100ms;
}
.sp-submenu.open {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 800ms, opacity 800ms;
  -moz-transition: visibility 800ms, opacity 800ms;
  -o-transition: visibility 800ms, opacity 800ms;
  transition: visibility 800ms, opacity 800ms;
}
.sp-submenu .sp-submenu-wrap {
  background: #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
}
.sp-submenu .megacol {
  float: left;
}
.sp-submenu .megacol >ul.sp-menu {
  padding: 5px 15px !important;
}
.ltr .sp-submenu {
  left: 0;
}
.rtl .sp-submenu {
  right: 0;
}
.rtl #sp-main-menu {
  float: right;
}
.rtl #sp-main-menu ul.level-0 > li:hover >a:after,
.rtl #sp-main-menu ul.level-0 > li.active >a:after {
  margin: 0 -10px 0 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu {
  padding: 0 10px;
  padding-right: 0;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  padding-right: 0;
  padding-left: 20px;
}
.nav>li>a:hover,
.nav>li>a:focus {
  background: none;
}
.module {
  margin-top: 20px;
}
.module:first-child {
  margin-top: 0;
}
.module h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px 0;
  line-height: normal;
}
.module.highlighted,
.module.orange,
.module.dark,
.module.green,
.module.maroon,
.module.blue,
.module.gray,
.module.pink,
.module.red {
  padding: 20px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
}
.module.highlighted h3,
.module.orange h3,
.module.dark h3,
.module.green h3,
.module.maroon h3,
.module.blue h3,
.module.gray h3,
.module.pink h3,
.module.red h3 {
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #fff;
  color: #fff;
}
.module.orange {
  background: #f89406;
}
.module.orange a {
  color: #B66B00;
}
.module.orange a:hover {
  color: #6F4100;
}
.module.dark {
  background: #000;
}
.module.dark a {
  color: #777;
}
.module.dark a:hover {
  color: #888;
}
.module.green {
  background: #46a546;
}
.module.green a {
  color: #63E063;
}
.module.green a:hover {
  color: #43F043;
}
.module.maroon {
  background: #F35D34;
}
.module.maroon a {
  color: #B4300D;
}
.module.maroon a:hover {
  color: #C93F19;
}
.module.blue {
  background: #049cdb;
}
.module.blue a {
  color: #47C9FF;
}
.module.blue a:hover {
  color: #0073A3;
}
.module.gray {
  background: #555;
}
.module.gray a {
  color: #999;
}
.module.gray a:hover {
  color: #777;
}
.module.pink {
  background: #c3325f;
}
.module.pink a {
  color: #FF5C8F;
}
.module.pink a:hover {
  color: #FA2E6E;
}
.module.red {
  background: #9d261d;
}
.module.red a {
  color: #EE4538;
}
.module.red a:hover {
  color: #DA3F33;
}
.btn.btn-primary,
input[type='submit'] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
  box-shadow: none;
  border: 0;
}
h1,
h2,
h3,
h4,
h5
 {
  color: #777;
  font-weight: 300;
}

h6 {
color: #ee6d23;
  font-weight: 300;
    font-family: mission-script;
    font-size: 26px
	}

.sp-dropcap {
  overflow: hidden;
}
.sp-dropcap:first-letter {
  color: #666;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
}
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before,
ul.arrow li::after,
ul.arrow-double li::before,
ul.arrow-double li::after,
ul.tick li::before,
ul.tick li::after,
ul.cross li::before,
ul.cross li::after,
ul.star li::before,
ul.star li::after,
ul.rss li::before,
ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
.ltr ul.arrow li::before,
.ltr ul.arrow-double li::before,
.ltr ul.tick li::before,
.ltr ul.cross li::before,
.ltr ul.star li::before,
.ltr ul.rss li::before {
  margin-right: 5px;
}
.ltr ul.arrow li::before {
  content: "\f105";
}
.ltr ul.arrow-double li::before {
  content: "\f101";
}
.ltr ul.tick li::before {
  content: "\f00c";
}
.ltr ul.cross li::before {
  content: "\f00d";
}
.ltr ul.star li::before {
  content: "\f006";
}
.ltr ul.rss li::before {
  content: "\f09e";
}
.rtl ul.arrow li::after,
.rtl ul.arrow-double li::after,
.rtl ul.tick li::after,
.rtl ul.cross li::after,
.rtl ul.star li::after,
.rtl ul.rss li::after {
  margin-left: 5px;
}
.rtl ul.arrow li::after {
  content: "\f104";
}
.rtl ul.arrow-double li::after {
  content: "\f100";
}
.rtl ul.tick li::after {
  content: "\f00c";
}
.rtl ul.cross li::after {
  content: "\f00d";
}
.rtl ul.star li::after {
  content: "\f006";
}
.rtl ul.rss li::after {
  content: "\f09e";
}
img.pull-left,
.pull-left > img {
  margin-right: 15px;
}
img.pull-right,
.pull-right > img {
  margin-left: 15px;
}
.rtl img.pull-left,
.rtl .pull-left > img {
  margin-left: 15px;
}
.rtl img.pull-right,
.rtl .pull-right > img {
  margin-right: 15px;
}
.sp-blocknumber {
  position: relative;
  min-height: 45px;
}
.sp-blocknumber span {
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
}
.sp-blocknumber span.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-blocknumber span.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ltr .sp-blocknumber {
  padding: 5px 0 5px 60px;
}
.ltr .sp-blocknumber span {
  left: 0;
}
.rtl .sp-blocknumber {
  padding: 5px 60px 5px 0;
}
.rtl .sp-blocknumber span {
  right: 0;
}
.sp-block.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-bubble {
  position: relative;
  margin-bottom: 40px;
}
.sp-bubble cite {
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
  bottom: -30px;
}
.sp-bubble cite span {
  content: ' ';
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom-color: transparent !important;
}
.ltr .sp-bubble cite {
  left: 15px;
  padding-left: 40px;
}
.ltr .sp-bubble cite span {
  left: 0;
  border-left-color: transparent !important;
}
.rtl .sp-bubble cite {
  right: 15px;
  padding-right: 40px;
}
.rtl .sp-bubble cite span {
  right: 0;
  border-right-color: transparent !important;
}
.ltr [class^="icon-"].pull-left,
.ltr [class*=" icon-"].pull-left {
  margin-right: .3em;
}
.ltr [class^="icon-"].pull-right,
.ltr [class*=" icon-"].pull-right {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-left,
.rtl [class*=" icon-"].pull-left {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-right,
.rtl [class*=" icon-"].pull-right {
  margin-right: .3em;
}
textarea:focus,
input[type="text"]:focus {
  box-shadow: none;
}
@media (min-width: 980px) and (max-width: 1280px) {
.sub-section form.form .form-group input {
  width: 90%;
}
.scroll-div {
	height:550px !important;
}
.menu-home section#someval4 {
  padding-left: 6%;
}
.form-popup{
  text-align: center;
  width: 80% !important;
}
.form-popup label{
	display:block !important;
}
.form-popup input{
margin:0px !important;
width:100% !important;
}
.form-popup select {
  margin-left: 0pz !important;
  width: 100% !important;
}

.tj_prev{
	left:-30px !important;
}
.tj_next {
  right: -55px !important;
}
.meal-plans .slider-steps ul#steps-nav li{
	  padding: 0 60px !important;
}
.recipe-title h1{
	font-size:2em !important;
}
.recipe-title{
	height:auto !important;
}
.recipe p{
	font-size:0.8em;
}
.animated-scene .sun-wrap > .sun{
	bottom:-20px !important;
}
.animated-scene .sun-wrap > .sun {
  bottom: 30px !important;
}
.animated-scene .sun-wrap{
	margin:170px 0 0 !important;
}
section#someval1 {
  padding-left: 8%;
}
section#someval2 {
  padding-left: 8%;
}
section#someval3 {
  padding-left: 8%;
}
section#someval4 {
  padding-left: 8%;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
  width: 880px !important;
}
.media-btn{
	width:258px !important;
}
.slider-details img {
  /*width: 25%;*/
}

#sp-slide .custom {
  height: 100%;
}
#sp-slide.span11{
  height: 100%;
}
.slider-img {
  height: 100%;
}
.menu-take-action .slider-img {
  height: auto !important;
}
.take-action-slider-form {

  bottom: 190px !important;

}
.take-action-section .span6 > h4 {
  font-size: 1.2em;
  margin: 0 !important;
}
.slider-img img {
  height: 100%;
}
/*
section .container {
  margin-left: 80px;
  width: auto;
}
section.about-meatout .container {
  margin: 0;
}
section.about-meatout {
  padding: 150px 0 30px !important;
}
.slider-details img {
  width: 20%;
}
.steps {

  margin: 15px 5px 30px !important;

}
.animals-text, .forest-text, .water-text{
	height:100px !important;
	margin:0px auto !important;
}
.margin-150 {
  margin: 342px 0 !important;
}
.slider-form{
	padding:70px 0px !important
}
#sp-top-right .nav li a{
	font-size:10px !important;
}
#sp-top-right .nav li{
	margin:0px 5px !important;
}
#sp-portfolio {
  margin-top: 106px !important;
}
.about-section.text-center > p {
  font-size: 14px !important;
}
.section-title {
  margin: 15px 0 5px !important;

}
h2.color-black {
  font-size: 30px !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
#sp-pricing-wrapper #sp-pricing {
  padding: 154px 0 1px !important;
}
div.default .col-6 {
  width: 15% !important;
}
#sp-portfolio-wrapper .container {
  padding: 50px 0 0 !important;
}
*/
}
@media (min-width: 768px) and (max-width: 979px) {
ul.tj_gallery li {
  padding: 0 30px;
}
.tj_prev{
	left:0px !important;
}
.tj_next {
  right: -20px !important;
}
#sp-top-right.visible-desktop {
  display: block !important;
  padding-right: 20px;
  width: 65%;
}

.meal-plans .slider-steps ul#steps-nav li {
  padding: 0 45px !important;
}
.sponsor{
	height:410px !important;
}
.tj_container{
	min-height:800px !important;
}
.slider-form{
	bottom:20px !important;
}
.slider-logo img{
top: 80px !important;
width: 55% !important;
}
.menu-home .slider-form{
	padding:0px !important;
}

.slider-img img {
  height: 480px !important;
}
#sp-slider-wrapper{
  min-height:480px !important;
}
.take-action-slider-form h2{
	font-size:46px !important;
}
.take-action-slider-form h4{
	font-size:15px !important;
}
.take-action-slider-form{
	width:50% !important;
}
.media-btn{
	width: 220px !important;
	font-size: 18px !important;
}

.steps ul li a{
	font-size:15px !important;
}


#sp-slider-wrapper {
  color: #fff;
  padding-top: 39px;
}
#slider #sp-main-menu {
  display: none;
}
  .responsive #sp-slide .carousel-inner .item .slider-title h1 {
    font-size: 52px !important;
  }
  .responsive #sp-team-wrapper h3 {
    font-size: 15px;
  }
  .responsive #sp-team-wrapper .item p {
    font-size: 12px;
  }
  .responsive #sp-bottom-wrapper h3.header {
    font-size: 26px;
  }
}

@media (max-width: 979px) {
.scrollable .viewport {
  height: 500px !important;
  overflow: hidden;
  position: relative;
  width: 100% !important;
}
.popup{
	width:90% !important;
}
.form-popup{
  text-align: center;
  width: 80% !important;
}
.form-popup label{
	display:block !important;
}
.form-popup input{
margin:0px !important;
width:100% !important;
}
.form-popup select {
  margin-left: 0pz !important;
  width: 100% !important;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container{
	max-width: 100% !important;
    padding: 0 !important;
	width: 100%;
}
#sp-top-right.visible-desktop {
  display: block !important;
  padding-right: 20px;
}
.recipe-title h1 {
  font-size: 1.6em;
}
.recipe p {
  margin: 5px 0 !important;
}
.recipe h4{
	margin-bottom:0px;
}
.recipe {
  min-height: 250px !important;
  margin: 25px 0 15px !important;
}
.section-title{
	font-size:3em !important;
}
section {
  height: auto !important;
}
.fp-tableCell {
  height: auto !important;
  overflow: hidden;
}
.full_container_font_s{
	position:relative !important;
}
.full_container_font_s_footer.bg-color-orange{
	bottom: 0 !important;
	position: relative !important;
}
.footer-wapper{
	position:relative !important;
}

}
@media (max-width: 767px) {
.slider-steps .popup{
	height:auto !important;
}
.recipe > img{
	height:auto !important;
}
ul.tj_gallery li {
  padding: 0 30px;
}
.tj_prev{
	left:0px !important;
}
.tj_next {
  right: -20px !important;
}
.recipe > img{
	height:auto !important;
}
.animated-scene{
	display:none;
}
.menu-take-action .slider-logo img {
  top: 170px;
  width: 60%;
}
.take-action-section p{
	line-height:30px !important;
}
.sub-title {
  font-size: 2em !important;
}
.meal-plans .slider-steps ul#steps-nav li {
  padding: 0 45px !important;
}
.tj_container{
	min-height:800px !important;
}
.sponsor{
	height:380px !important;
}
.slider-form-wapper form.form-inline input, select{
	margin:0px !important;
	width:100% !important;
}

.take-action-slider-form{
	padding:10px !important;
}
.menu-home .slider-form{
	padding:0px !important;
	position:static !important;
}

.menu-home #sp-slider-wrapper{
  min-height:700px !important;
}
.slider-img img {
  height: 380px !important;
}
.menu-take-action .slider-img img {
  height: 480px !important;
}

#sp-slider-wrapper{
  min-height:380px !important;
}
.take-action-slider-form h2{
	font-size:44px !important;
}
.take-action-slider-form h4{
	font-size:15px !important;
}
.resources-img img{
	display: block;
	margin: 20px auto;
}
.take-action-slider-form{
	width:78% !important;
}
.sp-mobile-menu{
	top:67px !important;
}

.sp-main-menu-toggler {
  right: 22px;
  top: 16px !important;
}
.media-btn {
  float: none;
  display: block ;
  margin: 10px auto !important;
}
.margin-150 {
  margin: 150px 0 !important;
}
div.default .col-6 {
  width: 25% !important;
}
.full_container_font_s {
  font-size: 18px !important;
}
h1.section-title{
	font-size:40px;
}
.about-section.text-center > p{
	font-size:1em !important;
}
h2.color-black{
	font-size:30px !important;
}
div.default ul.sp-portfolio-filter li{
	margin-bottom:8px;
	display:block !important;
}
.steps {
  margin: 40px 5px 0px !important;

}
.steps ul li{
	display:block !important;
	margin: 15px 0px;
}
.steps ul li a.active:before{
	bottom:4px !important;
	left:35% !important;
}
.steps:before{
	border:none !important;
}
.steps ul li:before{
	content:none !important;
}
.steps:after{
	border:none !important;
}
.steps{
	border:none !important;
}
.camera_caption div img {
  width: 100% ;
}
.slider-form-wapper{
	width:80% !important;
}
#sp-slider-wrapper {
  color: #fff;
  padding-top: 39px;
}
	#slider #sp-main-menu {
	display: none;
	}
  .responsive.bg {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .container {
    padding: 0 10px;
    max-width: 580px;
  }
  .responsive #sp-slider-wrapper a.nav-left {
    left: 0;
  }
  .responsive #sp-slider-wrapper a.nav-right {
    right: 0;
  }
  .responsive .sp-main-menu-toggler {
    
  }
  .responsive #sp-slide .carousel-inner .item .slider-title h1 {
    font-size: 40px !important;
    line-height: 40px !important;
  }
  .responsive p.lead {
    font-size: 16px;
    line-height: 18px;
  }
  .responsive div.appico .col-4 {
    width: 50%;
  }
  .responsive #sp-pricing .span4 {
    margin-bottom: 10px;
  }
  .responsive #sp-footer-wrapper {
    text-align: center;
  }
  .responsive #sp-footer-wrapper #sp-footer2,
  .responsive #sp-footer-wrapper #sp-footer3 {
    text-align: center;
  }
  .responsive #sp-footer-wrapper #sp-footer2 {
    margin-top: 20px;
  }
}
@media (max-width: 680px) {
.menu-home .scroll-div {
  width: 310px !important;
  padding:20px 20px 20px 25px !important;
}
.scroll-div{
	height:750px !important;
}
.menu-home .slider-logo img {
top: 140px !important;
width: 80%;
}
.slider-form-wapper form.form-inline input, select{
	float:none !important;
	width:75% !important;
}
.slider-form-wapper form.form-inline label{
	float:none !important;
}

.scroll-div{
	width:100% !important;
}

.photo-gallery{
	left:0px !important;
}
}
@media (max-width: 480px) {
.ui-dialog .ui-dialog-content{
	width:auto !important;
}
.ui-widget-content{
	width:80% !important;
	padding:10px 0 !important;
}
.full_container_font_s_footer.bg-color-orange{
	
}
.steps ul li a.active:before {
  left: 18% !important;
}
.slider-details img {
  margin-bottom: 25px;
}
.full_container_font_s_footer.bg-color-orange{
	font-size:0.8em !important;
}
.rotate-slider {
	position: relative;
	overflow: scroll;
}
.tj_container{
	min-height:740px !important;
}
.slider-logo img{
	width:70% !important;
}
.form-link-one{
	float:none !important;
	line-height:50px;
}
.form-link-two{
	float:none !important;
}
.menu-home .slider-img img {
	height:280px !important;
}
#sp-slider-wrapper{
  min-height:280px !important;
}
.take-action-slider-form h2{
	font-size:36px !important;
}
.take-action-slider-form h4{
	font-size:14px !important;
}

.slider-details > .animals, .slider-details > .forest, .slider-details > .water{
	width:100% !important;
}
  .responsive .sp-main-menu-toggler {
    right: 55px;
  }
  .responsive #sp-service-wrapper .container h2,
  .responsive #sp-portfolio-wrapper .container h2,
  .responsive #sp-pricing-wrapper .container h2,
  .responsive #sp-team-wrapper .container h2,
  .responsive #sp-bottom-wrapper .container h2 {
    font-size: 34px;
  }
}
@media (max-width: 320px) {

  .responsive .sp-main-menu-toggler {
    right: 25px;
  }
  .responsive div.appico .col-4 {
    width: 100%;
  }
}
.rtl .pull-right {
  float: left;
}
.rtl .pull-left {
  float: right;
}
.rtl #sp-team-wrapper .left-arrow {
  left: 0;
}
.rtl #sp-footer-wrapper #sp-footer3 {
  text-align: left;
}
.rtl #sp-bottom-wrapper .sp_quickcontact input[type="text"] {
  margin-left: 12px;
  margin-right: auto;
}


/********Custom CSS**********/
#sp-main-menu{
/*
	position:relative;
	z-index:1;
*/
  height: 100%;
  position: fixed;
  z-index: 1;
}
#sp-main-menu ul.nav {
/*
  background: none repeat scroll 0 0 #367dab;
  padding: 257.7px 0;
  width: 80px;
  margin:0px;
*/
  background: none repeat scroll 0 0 #59a8d1;
  margin: 0;
  padding: 245px 0;
  position: unset;
  width: 80px;

}

#sp-main-menu ul.nav li {
  display:block;
  margin: 0;
  padding: 5px 0;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  margin-left: 1px;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

#sp-main-menu ul.nav li a {
	color: #999;
	display: block;
	height: 50px;
	margin: 0;
	overflow: hidden;
	padding: 1px 14px;
}
#sp-main-menu ul.nav:before {
  background: none repeat scroll 0 0 #367dab;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 81px;
  z-index: 0;
}
#sp-main-menu ul.nav li *:hover, #sp-main-menu ul.nav li.active {
  background: none repeat scroll 0 0 #367dab !important;
}

#sp-main-menu ul.nav li  a img:hover, #sp-main-menu ul.nav li.active a img{
  position: relative;
  top: -52px;
}
#sp-main-menu ul.nav:hover{
	width:auto;
}
#sp-main-menu ul.nav  li  a img {
  float: left;
}

#sp-main-menu ul.nav li a span {
  color: #fff;
  line-height: 46px;
  padding-left: 30px;
}

/* Mobile Menu */
.sp-mobile-menu li {
  display:block;
  margin-bottom: 5px !important;
  padding: 10px 0px !important;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  margin-left: 1px;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.sp-mobile-menu li a {
	color: #999;
	display: block;
	height: 50px;
	margin: 0;
	overflow: hidden;
	padding: 1px 14px;
	width:100%;
}
.sp-mobile-menu li:hover, .sp-mobile-menu li.active{
	background:#CDDC20;
}
.sp-mobile-menu li  a img:hover, .sp-mobile-menu li.active a img{
  position: relative;
  top: -52px;
}

.sp-mobile-menu li  a img {
  float: left;
}
.sp-mobile-menu li a span {
  color: #fff;
  line-height: 46px;
  margin-left: 10px;
}

#sp-top-right ul.nav {
  float: right;
  margin: 20px 0;
}
#sp-top-right .nav li {
  display: inline-block;
  margin: 0 12px;
}
#sp-top-right .nav li a{
	font-family:MuseoSans_500;
	font-weight:normal;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
#sp-top-right .nav li a:hover{
	color:#fff !important;
}
#sp-top-right .nav li:first-child a{
	color:#cddc20;
}
#sp-top-right .nav li:last-child a{
	color:#ee6d23;
}


.top-right-social {
  float: right;
}
.top-right-social > ul {
  list-style: outside none none;
  margin: 16px 0;
  padding: 0;
}

.top-right-social > ul li {
  display: inline-block;
  margin: 0 4px;
}
#sp-slide {
  margin: 0;
  padding: 0;
}
#sp-slide {
/*
  float: right;
  */
}
.camera_wrap{
	margin:0px !important;
}
.camera_pag{
	display:none;
}

.slider-form {
  background: rgba(34,148,201,0.3);
  bottom: 0px;
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 1% 0px;
}
.slider-form-wapper {
	margin: 0 auto;
	overflow: hidden;
	padding: 10px;
	width: 444px;
}
.slider-form-wapper h2 {
  color: #142433;
  font-family: Mission-Script;
  font-size: 3.2em;
   margin-bottom: 30px;
}
.slider-form-wapper form.form-inline label {
	color: #142433;
	display: block;
	float: left;
	line-height: 28px;
	font-size: 1.3em;
	font-family: MuseoSans_500;
	margin-bottom: 0px;
}
.slider-form-wapper form.form-inline .form-group {
	margin-bottom: 8px;
	clear: both;
	float:left;
	width:100%;
}
.slider-form-wapper form.form-inline input, select {
	border: 1px solid #8c8c8c;
	border-radius: 2px;
	box-shadow: 0px 1px 1px #fff, 0 0px 0px #8c8c8c inset;
	float: left;
	margin: 0;
	padding: 3px 5px;
	width: 308px;
	margin-left: 15px;
}
.slider-form-wapper form.form-inline select, input[type="file"] {
  width: 345px;
}
.form-link-one {
  float: left;
  margin-top: 14px;
}
.form-link-one .btn {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	box-shadow: none;
	color: #ee6d23;
	font-family: Mission-Script;
	font-size: 1.9em;
	font-weight: normal;
	padding: 10px 10px 10px 0;
	text-shadow: 0 0;
}
.form-link-one .btn:hover {
	color:#fff;
}
.slider-form-wapper form.form-inline .form-group.email_rt input {
  width: 358px;
}
.form-link-two {
  float: right;
   margin-top: 26px;
}

.form-link-two > a {
  color: #142433;
  font-family: Mission-Script;
  font-size: 1.9em;
}
.form-link-two > a:hover{
	color:#fff;
}
#sp-slide.span11 {
/*
  left: 0;
  margin: 0;
  position: absolute !important;
  right: 0;
  top: 0;
   */
  width: 100%;

}
#sp-menu {
  position: relative;
  z-index: 999;
}
#slider {
  position: relative;
  height:100%;
}
.full_container_font_s{
	font-size:1.5em;
}
section.about-meatout {
  padding:0px;
}
#sp-portfolio-wrapper .container {
  padding: 25px 0px;
}
.color-dark-blue{
	color:#142433;
}
.about-section.text-center > p {
  font-family: MuseoSans-300;
  font-size: 1em;
  line-height: 18px;
}
#sp-portfolio {
  margin-top: 0px;
}
.camera_next{
	display:none;
}
.camera_prev{
	display:none;
}


/************Module Section CSS Start************/
/*****************************************************
 * 					Help Class
 *****************************************************/

.color-orange {color: #ee6d23;}
.color-black {color: #142433;}
.color-blue {color: #367dab;}
.color-green {color: #cddc20;}

.bg-orange {background: #ee6d23;}
.bg-black {background: #142433;}
.bg-blue {background: #367dab;}
.bg-green {background: #cddc20;}




a:active, a:hover, a:focus {
    outline: 0 !important;
}
 /***************************************************/
.about-section h2 {
  font-size: 2.6em;
  font-weight: 300;
}

h2.color-black {
  font-family: MuseoSans-300;
  font-size: 2.6em;
  margin-bottom: 15px;
  margin-top: 15px;
}
.steps {
  border-bottom: 3px solid #cfd74e;
  margin: 25px 5px 15px;
  padding-bottom: 10px;
  position: relative;
}
.steps:after {
  border-bottom: 6px solid transparent;
  border-right: 14px solid #cfd74e;
  border-top: 6px solid transparent;
  bottom: -7px;
  content: "";
  left: -5px;
  position: absolute;
}
.steps:before {
  border-bottom: 6px solid transparent;
  border-left: 14px solid #cfd74e;
  border-top: 6px solid transparent;
  bottom: -7px;
  content: "";
  position: absolute;
  right: -5px;
}
.steps ul li {
  padding: 0 15px ;
  position: relative;
}
.steps ul li:before {
  border-right: 3px solid #cfd74e;
  bottom: -37px;
  content: "";
  height: 30px;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 2px;
}
.steps ul li a {
    z-index: 5;
    color: #142433;
    font-size: 1.3em;
	font-family: MuseoSans-300;
}
.steps ul li a:hover, 
.steps ul li a:active, 
.steps ul li a:focus {
	text-decoration: none;
    outline: 0;
}
.steps ul li a.active {
  color: #ee6d23;
  font-family: MuseoSans_900;
}
.steps ul li a.active:before {
  background: none repeat scroll 0 0 #fff;
  border: 4px solid #ee6d23;
  border-radius: 50%;
  bottom: -29px;
  content: "";
  height: 8px;
  left: 50%;
  position: absolute;
  transform: translateX(-44%);
  width: 8px;
}

.steps ul li a:after {
  background: none repeat scroll 0 0 #fff;
  border: 4px solid #ee6d23;
  border-radius: 50%;
  bottom: -29px;
  content: "";
  height: 8px;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translateX(-44%);
  width: 8px;
}


.slider-details {
  overflow: hidden;
}
.slider-details > .animals,
.slider-details > .forest,
.slider-details > .water
 {
  float: left;
  width: 33%;
}

.animals-text, .forest-text, .water-text {
	background: none repeat scroll 0 0 #f0f0ed;
	border-radius: 5px;
	box-sizing: border-box;
	display: table;
	font-size: 16px;
	height: 140px;
	line-height: 1.2;
	margin: 0px auto 30px;
	padding: 15px;
	text-align: center;
	width: 165px;
	position: relative;
	font-family: MuseoSans-300;
}
.animals-text:after, 
.forest-text:after, 
.water-text:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 15px solid #f0f0ed;
  bottom: -15px;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  
}

.slider-details .animals-text > .count,
.slider-details .forest-text > .count,
.slider-details .water-text > .count {
	color: #ee6d23;
	display: block;
	font-size: 2.1em;
	font-weight: 900;
    transition: all 0.5s ease 0.5s;
	font-family: MuseoSans_900;
}

/************ Media Section **************/
.media-section {
    position: relative;
    overflow: hidden;
}
.margin-150 {

margin: 115px 0 240px;

}
.margin-150 .section-title {
  margin-bottom: 100px;
}
.padding-left-30 {padding-left: 30px;}
.media-btn {
    width: 290px;
    height: 52px;
    background: #ee6d23;
    border: 0 none;
    margin-right: 20px;
    font-size: 1.5em;
    color: #fff;
}
.media-btn:hover,
.media-btn:active,
.media-btn:focus,
.media-btn.active {
    background: #f0f0ed;
    color: #ee6d23;
}
.media-summary-wrap {
    background: none repeat scroll 0 0 rgba(20, 36, 51,0.79);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    display: none;
}
.media-summary {
    background: none repeat scroll 0 0 #fff;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    visibility: hidden;
}
.scroll-div {
    box-sizing: border-box;
    height: 580px;
    width: 500px;
    padding: 20px 20px 20px 40px !important;
}

.media-section .scrollable .scroll-bar.vertical {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%!important;
}
.scrollable.default-skin .scroll-bar .thumb {
    background-color: #ee6d23 !important;
    border-radius: 0 !important;
    opacity: 1 !important;
}
.scrollable.default-skin .scroll-bar.vertical {
    width: 14px !important;
}
.scrollable .scroll-bar {
    background: #142433;
}

.photo-gallery {
    bottom: 0;
    left: 80px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    visibility: hidden;
}
.photo-gallery ul {
    margin: 0;
}
.photo-gallery ul li {
    float: left;
    list-style: outside none none;
	width:300px;
}
.scroll-photo-div {
    height: 301px;
}
.scroll-photo-div .overview {
    min-width: 1000px;
}
.scrollable.default-skin {
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}
.scrollable .scroll-bar.horizontal {
    position: absolute !important;
    width: 100%;
    top: 0;
}
.scrollable.default-skin .scroll-bar.horizontal {
    height: 15px !important;
}
.scrollable {
  position: relative;
}

.scrollable:focus {
  outline: 0;
}

.scrollable .viewport {
  position: relative;
  overflow: hidden;
}

.scrollable .viewport .overview {
  position: absolute;
}

.scrollable .scroll-bar {
  display: none;
}

.scrollable .scroll-bar.vertical {
  position: absolute;
  right: 0;
  height: 100%;
}

.scrollable .scroll-bar.horizontal {
  position: relative;
  width: 100%;
}

.scrollable .scroll-bar .thumb {
  position: absolute;
}

.scrollable .scroll-bar.vertical .thumb {
  width: 100%;
  min-height: 10px;
}

.scrollable .scroll-bar.horizontal .thumb {
  height: 100%;
  min-width: 10px;
  left: 0;
}

.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*Default skin*/

.scrollable.default-skin {
  padding-right: 10px;
  padding-bottom: 6px;
}

.scrollable.default-skin .scroll-bar.vertical {
  width: 6px;
}

.scrollable.default-skin .scroll-bar.horizontal {
  height: 6px;
}

.scrollable.default-skin .scroll-bar .thumb {
  background-color: black;
  opacity: 0.4;
  border-radius: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.scrollable.default-skin .scroll-bar:hover .thumb {
  opacity: 0.6;
}

/*Gray skin*/

.scrollable.gray-skin {
  padding-right: 17px;
}

.scrollable.gray-skin .scroll-bar {
  border: 1px solid gray;
  background-color: #d3d3d3;
}

.scrollable.gray-skin .scroll-bar .thumb {
  background-color: gray;
}

.scrollable.gray-skin .scroll-bar:hover .thumb {
  background-color: black;
}

.scrollable.gray-skin .scroll-bar.vertical {
  width: 10px;
}

.scrollable.gray-skin .scroll-bar.horizontal {
  height: 10px;
  margin-top: 2px;
}

/*Modern skin*/
.scrollable.modern-skin {
  padding-right: 17px;
}

.scrollable.modern-skin .scroll-bar {
  border: 1px solid gray;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: inset 0 0 5px #888;
  -webkit-box-shadow: inset 0 0 5px #888;
  box-shadow: inset 0 0 5px #888;
}

.scrollable.modern-skin .scroll-bar .thumb {
  background-color: #95aabf;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #536984;
}

.scrollable.modern-skin .scroll-bar.vertical .thumb {
  width: 8px;
  background: -moz-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #95aabf), color-stop(100%, #547092));
  background: -webkit-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: -o-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: -ms-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: linear-gradient(to right, #95aabf 0%, #547092 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=1 )";
}

.scrollable.modern-skin .scroll-bar.horizontal .thumb {
  height: 8px;
  background-image: linear-gradient(#95aabf, #547092);
  background-image: -o-linear-gradient(#95aabf, #547092);
  background-image: -moz-linear-gradient(#95aabf, #547092);
  background-image: -webkit-linear-gradient(#95aabf, #547092);
  background-image: -ms-linear-gradient(#95aabf, #547092);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=0 )";
}

.scrollable.modern-skin .scroll-bar.vertical {
  width: 10px;
}

.scrollable.modern-skin .scroll-bar.horizontal {
  height: 10px;
  margin-top: 2px;
}
/************Module Section CSS End************/

/*******Take Action*******/
.menu-take-action #sp-full-container-three-wrapper {
  display: none;
}
.menu-take-action #sp-main-menu ul.nav {
  padding: 276px 0px;
}
.menu-take-action .camera_caption{
	top:280px;
}
.take-action-slider-form h2 {
  color: #142433;
  font-family: Mission-Script;
  font-size: 3.7em;
  margin-bottom: 20px;
}
.take-action-slider-form h4 {
  color: #367dab;
  font-family: MuseoSans_900;
  font-size: 1.5em;
  margin-top: 0;
}
.take-action-slider-form { 
	background: none repeat scroll 0 0 #fff;
	bottom: 60px;
	left: 0;
	margin: 0 auto;
	padding: 30px 10px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 37%;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
 } 
 
 .take-action-slider-form:after, .take-action-slider-form:before { 
	 top: 100%; 
	 left: 50%; 
	 border: solid transparent; 
	 content: " "; 
	 height: 0; 
	 width: 0; 
	 position: absolute; 
	 pointer-events: none; 
 } 
 .take-action-slider-form:after { 
	 border-color: rgba(136, 183, 213, 0);
	 border-top-color: #fff; 
	 border-width: 36px; 
	 margin-left: -36px; 
 } 
 .take-action-slider-form:before { 
	 border-color: rgba(194, 225, 245, 0);
	 border-top-color: #fff; 
	 border-width: 37px; 
	 margin-left: -37px; 
 }
 .take-action-section {
  padding-top: 0px;
}
 .section-title {
	font-family: MuseoSans_900;
    font-size: 3.5em;
    margin: 7.5% 0 0;
    text-transform: uppercase;
}
.sub-title {
	 font-size: 1.8em !important;
	margin-bottom: 5px;
	margin-top: 5px;
}
.take-action-section .span6 > h4 {
  margin: 0 0 5px;
}
.take-action-section .sub-section{
	margin-top:15px;
}
.take-action-section p {
  font-family: MuseoSans-300;
  font-size: 1em;
  margin:0 0 5px;
  line-height: 18px;
}
form.take-action-form {
  overflow: hidden;
  margin: 0px;
  margin-top: -8px;
}
.take-action-form label {
  font-family: MuseoSans_500;
  font-size: 15px;
  font-weight: normal;
}
.take-action-form input {
  border: 1px solid #a6a7a7;
  border-radius: 3px;
  margin-bottom: 8px;
  padding: 1px 5px;
}
.menu-take-action #sp-portfolio {
  margin-top: 0px;
}
.menu-resources section#someval3{
  background: url(../images/resources-two-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.event-botton {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 320px;
}
.event-botton > a {
  background: none repeat scroll 0 0 rgba(168, 210, 229, 0.9);
  color: #fff;
  display: block;
  font-family: MuseoSans_500;
  font-size: 18px;
  margin-bottom: 0px;
  padding: 15px 50px;
  text-decoration: none;
}
.event-botton > a:hover{
  color:#142433;
}
.menu-resources-section #sp-main-menu ul.nav {
  background: none repeat scroll 0 0 #59a8d1;
  margin: 0;
  padding: 276px 0;
  position: relative;
  width: 80px;
}
.tj_wrapper ul li {
  list-style:none;
}

.slider-img img{

	width:100%;
	/*
	height:735px;*/
}
.slider-logo img{
max-width: 100%;
    height: auto;
    width: auto\9;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 150px;
}
.dining-out-section {
  padding-bottom: 0px;
  padding-top: 0px;
}
.dining-out-section p {
  font-family: MuseoSans-300;
  font-size: 1.1em;
  line-height: 21px;
}
#sp-pricing-wrapper #sp-pricing {
  padding: 20px 0 25px;
}

.tool-tip > span:hover:before {
  background: none repeat scroll 0 0 rgba(20, 36, 51, 0.9);
  border-radius: 8px;
  content: attr(data-title);
  font-size: 12px;
  height: auto;
  left: -23px;
  padding: 15px 10px;
  position: absolute;
  text-align: left;
  top: 24px;
  width: 150px;
  z-index:999;
}
.tool-tip > span:hover:after {
  border-bottom: 10px solid rgba(20, 36, 51, 0.9);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -9px;
  content: "";
  left: -4px;
  position: absolute;
}

.menu-resources #sp-main-menu ul.nav{
	padding:276px 0;
}
.meal-plans .slider-steps ul#steps-nav li {
  padding: 0 80px;
}

.margin-150 > p {
  font-family: MuseoSans-300;
  font-size: 1em;
}

.environment-details, .health-details {
    display: none;
}
.recipe > img {
  height: 116px;
  width:100%;
}


.full_container_font_s.bg-color-green{
	background: none repeat scroll 0 0 #cddc20;
}
.full_container_font_s.bg-color-blue{
	background: none repeat scroll 0 0 #367dab;
}
.full_container_font_s.bg-color-dark-blue{
	background: none repeat scroll 0 0 #142433;
}
.full_container_font_s_footer.bg-color-orange {
  background: none repeat scroll 0 0 #ee6d23;
  bottom: 150px;
  color: #fff;
  font-size: 1.5em;
  padding: 20px 0;
  position: absolute;
  width: 100%;
  left:0;
  right:0;
}
.full_container_font_s_footer.bg-color-orange a{
 color: rgb(20, 36, 51) !important;
}
.full_container_font_s {
  color: #fff;
  left: 0;
  margin-top: 20px;
  padding: 20px;
  position: absolute;
  right: 0;
  bottom:0px;
}

.full_container_font_s a {
  color: rgb(238, 109, 35) !important;
}
#sp-footer-wrapper {
	height:160px !important;
}

#sp-footer-wrapper .fp-tableCell{
	height:160px !important;
}
.footer-wapper {
  background: none repeat scroll 0 0 rgb(20, 36, 51) !important;
  bottom: 0;
  color: #fff;
  padding: 10px 0;
  position: absolute;
  text-align: center;
  width: 100%;
  left:0;
}
section#someval1{
	position:relative;
}
section#someval2{
	position:relative;
}
section#someval3{
	position:relative;
}
section#someval4{
	position:relative;
}
.menu-take-action #sp-resources-two-wrapper{
	background:none;
}

.menu-resources section#someval2 {
  background: none repeat scroll 0 0 #dddddd;
  overflow:hidden;
}
.menu-resources section#someval1{
	overflow:hidden;
}
.fp-tableCell {
  overflow: hidden;
}



/***********Pop Up CSS**********/
.popup p{
	text-align:left !important;
}

.popup {
	background: none repeat scroll 0 0 #fff;
	height: 70%;
	left: 50%;
/*            padding: 20px;*/
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 60%;

}
#popup-wrap {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.popup .close {
	cursor: pointer;
	font-family: sans-serif;
	font-weight: bold;
	height: 24px;
	position: absolute;
	right: 20px;
	top: 5px;
	width: 24px;
}
.popup .close:before {
	background: url("close.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	content: "";
	height: 24px;
	position: absolute;
	width: 24px;
}
.popup .scroll-div {
	box-sizing: border-box;
	height: 100%;
	padding: 20px 40px 20px 20px !important;
	width: 100%;
}

.scrollable.default-skin .scroll-bar.vertical {
	width: 14px !important;
}

.scrollable.default-skin .scroll-bar .thumb {
	background-color: black;
	border-radius: 3px;
	opacity: 0.4;
}

.scrollable.default-skin .scroll-bar .thumb {
	background-color: #ee6d23 !important;
	border-radius: 0 !important;
	opacity: 1 !important;
}

.scrollable .scroll-bar {
	background: none repeat scroll 0 0 #142433;
}

.popup .scrollable .scroll-bar.vertical {
	height: 100% !important;
	right: 0 !important;
	position: absolute;
	top: 0;
}
a.media-btn {
  border-radius: 4px;
  display: inline-block;
  font-family: MuseoSans_900;
  line-height: 48px;
  padding: 0;
  vertical-align: middle;
  width: 290px;
}
.recipe-title > img {
  display: block;
  margin: 0 auto;
  width: 50%;
}

.steps ul#steps-nav {
  text-align: center;
}


/**Popup CSS**/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: 0 1em 1.5em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	display:none;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: 30px 0px;
	background: none;
	overflow: auto;
	width:100% !important;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: center;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {

}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {

background: none repeat scroll 0 0 #cddc20;
left: 0 !important;
margin: 0 auto;
right: 0 !important;
width: 65% !important;

}


/* Interaction states
----------------------------------*/
.ui-state-default {
  background: url("/farm_live/images/closebd1.png") no-repeat scroll center center rgba(0, 0, 0, 0);

}
.ui-dialog-buttonset .ui-state-default{
	background:none;
}
.ui-dialog-buttonset .ui-state-default span{
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #f5f5f5;
background-image: linear-gradient(to bottom, #fff, #e6e6e6);
background-repeat: repeat-x;
border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
border-image: none;
border-radius: 4px;
border-style: solid;
border-width: 1px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
color: #333;
cursor: pointer;
display: inline-block;
font-family: MuseoSans_900;
font-size: 14px;
line-height: 20px;
margin-bottom: 0;
padding: 4px 14px;
text-align: center;
vertical-align: middle;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cd0a0a_256x240.png");
}




/* Overlays */
.ui-widget-overlay {
	background: none repeat scroll 0 0 rgba(22, 22, 22, 0.9);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}

#dialog-message .color-black.text-center {
  margin-bottom: 30px;
}
.form-popup input {
  width: 285px;
  margin-left:8px;
  border: 1px solid #8c8c8c;
  border-radius: 2px;
  box-shadow: 0 1px 1px #fff, 0 0 0 #8c8c8c inset;
}
.form-popup select {
  margin-left: 8px;
	width: 332px;
}
.form-popup{
	margin: 0 auto;
	width: 55%;
}
.form-popup .slider-form-wapper form.form-inline input, select{
	float:none;
}
#dialog-message2 {
  padding: 60px 0;
}
#dialog-message2 .color-black.text-center {
  margin-bottom: 30px;
}
.form-popup label {
  color: #142433;
  font-family: MuseoSans_500;
  font-size: 1.3em;
  line-height: 28px;
  margin-bottom: 0;
}
.slider-details .clicktoPopup {
  clear: both;
  display: block;
}