.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: 10px;
  margin: 0 0 20px;
}
.entry-meta.muted {
  background: #f2f2f2;
  padding: 5px;
  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;
}
.pagination ul>li>a,
.pagination ul>li>span {
  background: #9a9a9a;
  color: #fff;
  border: 0;
  margin-right: 10px;
  box-shadow: none !important;
  padding: 10px 15px;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}
.pagination ul>li>a:hover,
.pagination ul>li>span:hover {
  background: #c73935;
  color: #fff;
}
.pagination ul li.pagination-active a,
.pagination ul li.pagination-active span {
  background: #c73935;
  color: #fff;
}
.pagination ul {
  box-shadow: none;
}
dl dt,
dl dd {
  display: inline;
}
label.invalid {
  color: #c83025;
}
#editor-xtd-buttons {
  display: inline-block;
  margin-right: 10px;
}
.button2-left {
  display: inline-block;
  margin-right: 10px;
  margin-top: 15px;
}
.toggle-editor {
  display: inline-block;
}
.edit .modal {
  position: inherit;
  top: auto;
  left: auto;
  width: auto;
  margin-left: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
input[type="submit"],
input[type="button"],
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background: #f9f9f9;
  text-shadow: none;
  font-weight: normal;
  color: #000;
  min-height: 30px;
  box-shadow: none;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #000;
  width: 100%;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
textarea:hover,
textarea:focus,
input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="month"]:hover,
input[type="month"]:focus,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="color"]:hover,
input[type="color"]:focus,
.uneditable-input:hover,
.uneditable-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #c73935;
}
input.input-block-level {
  min-height: 40px;
  border: 1px solid #9a9a9a;
  border-radius: 0;
  padding: 0 10px;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
#sp-main-body-wrapper .container #sp-component {
  position: relative;
}
.row-fluid {
  margin-bottom: 20px;
}
.row-fluid:first-child {
  margin-bottom: 0;
}
i,
a {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
i:focus,
a:focus {
  outline: 0;
  text-decoration: none;
}
.btn,
.btn.btn-primary,
button {
  color: #fff;
  padding: 12px 15px;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.btn:hover,
.btn.btn-primary:hover,
button:hover {
  color: #fff;
  background: #999;
}
.sp-border {
  position: relative;
}
.sp-border::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-header-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}
#sp-header-wrapper #sp-logo .logo-wrapper .logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
}
#sp-header-wrapper #sp-logo .logo-wrapper .logo-text {
  font-size: 24px;
}
#sp-header-wrapper #sp-logo .logo-wrapper .logo-slogan {
  font-size: 11px;
}
#sp-header-wrapper #sp-social {
  margin-top: 5px;
}
#sp-header-wrapper #sp-social ul.social-icons {
  list-style: none;
  margin: 25px 0 0 0;
  text-align: right;
}
#sp-header-wrapper #sp-social ul.social-icons li {
  display: inline-block;
}
#sp-header-wrapper #sp-social ul.social-icons li a {
  padding: 6px;
}
#sp-header-wrapper #sp-social ul.social-icons li a i {
  font-size: 16px;
  color: #fff;
}
#sp-header-wrapper .search {
  margin-top: 10px;
}
#sp-header-wrapper .search form {
  margin: 0;
}
#sp-subheader-wrapper {
  background-color: #000;
  padding: 20px 0;
}
#sp-subheader-wrapper #sp-subheader h2 {
  line-height: 35px;
  margin: 0;
  font-size: 24px;
  text-transform: capitalize;
}
#sp-subheader-wrapper #sp-breadcrumb {
  text-align: right;
  text-transform: capitalize;
  font-weight: normal;
}
#sp-subheader-wrapper #sp-breadcrumb ul.breadcrumb {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
#sp-subheader-wrapper #sp-breadcrumb ul.breadcrumb li {
  text-shadow: 0 !important;
}
#sp-subheader-wrapper #sp-breadcrumb ul.breadcrumb li a {
  color: #fff;
}
.body-innerwrapper {
  overflow-x: hidden;
}
#sp-main-body-wrapper {
  padding: 30px 0;
}
#sp-slidershow-wrapper {
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3) inset;
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3) inset;
  box-shadow: 0 1px 5px rgba(0,0,0,0.3) inset;
  text-align: center;
}
#sp-slidershow-wrapper #sp-slider {
  float: none;
}
#sp-slidershow-wrapper #sp-slider .sp-slider-content {
  text-align: left;
  width: 60%;
  color: #fff;
  text-transform: uppercase;
}
#sp-slidershow-wrapper #sp-slider .sp-slider-content .sp-pretitle {
  font-size: 24px;
  line-height: 24px;
  padding-left: 5px;
  font-weight: 300;
}
#sp-slidershow-wrapper #sp-slider .sp-slider-content .sp-title {
  font-size: 80px;
  line-height: 80px;
  font-weight: 600;
  margin-bottom: 50px;
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  letter-spacing: -4px;
  text-transform: none;
}
#sp-slidershow-wrapper #sp-slider .sp-slider-content p.sp-introtext {
  color: #fff;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 20px;
}
#sp-slidershow-wrapper #sp-slider .sp-slider-content .read-more-wrapper {
  margin-top: 30px;
}
#sp-slidershow-wrapper #sp-slider .sp-slider-content .read-more-wrapper a {
  color: #fff;
  padding: 8px 30px;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
#sp-slidershow-wrapper #sp-slider .slider-list {
  margin-top: -75px;
  z-index: 999;
  position: relative;
  background-color: rgba(0,0,0,0.7);
}
#sp-slidershow-wrapper #sp-slider .slider-list ul {
  margin: 0;
  list-style: none;
}
#sp-slidershow-wrapper #sp-slider .slider-list ul li {
  position: relative;
  text-align: center;
}
#sp-slidershow-wrapper #sp-slider .slider-list ul li .slider-list-content-wrapper {
  height: 75px;
  display: table;
  width: 100%;
}
#sp-slidershow-wrapper #sp-slider .slider-list ul li .slider-list-content-wrapper a {
  color: rgba(255,255,255,0.6);
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  text-align: left;
  text-transform: uppercase;
  text-align: center;
}
#sp-slidershow-wrapper #sp-slider .slider-list ul li .slider-list-content-wrapper a span {
  padding: 0 22px;
  display: block;
}
#sp-slidershow-wrapper #sp-slider .slider-list ul li:hover:after,
#sp-slidershow-wrapper #sp-slider .slider-list ul li.active:after {
  content: "";
  width: 15px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 11px;
}
#sp-slidershow-wrapper #sp-slider .slider-list ul li:hover:before,
#sp-slidershow-wrapper #sp-slider .slider-list ul li.active:before {
  content: "";
  width: 15px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
}
#sp-slidershow-wrapper #sp-slider .slider-list ul li:hover a,
#sp-slidershow-wrapper #sp-slider .slider-list ul li.active a {
  color: #fff;
}
#sp-slidershow-wrapper #sp-slider .slider-list ul li:hover a:after,
#sp-slidershow-wrapper #sp-slider .slider-list ul li.active a:after {
  content: "";
  position: absolute;
  right: 10px;
  width: 1px;
  height: 15px;
  bottom: 10px;
}
#sp-slidershow-wrapper #sp-slider .slider-list ul li:hover a:before,
#sp-slidershow-wrapper #sp-slider .slider-list ul li.active a:before {
  content: "";
  position: absolute;
  right: 10px;
  width: 1px;
  height: 15px;
  top: 10px;
}
#sp-slidershow-wrapper #sp-slider .slider-list ul li:hover a span:after,
#sp-slidershow-wrapper #sp-slider .slider-list ul li.active a span:after {
  content: "";
  position: absolute;
  left: 10px;
  width: 1px;
  height: 15px;
  bottom: 10px;
}
#sp-slidershow-wrapper #sp-slider .slider-list ul li:hover a span:before,
#sp-slidershow-wrapper #sp-slider .slider-list ul li.active a span:before {
  content: "";
  position: absolute;
  left: 10px;
  width: 1px;
  height: 15px;
  top: 10px;
}
#sp-slidershow-wrapper #sp-slider .slider-arrow-nav .controller-prev i,
#sp-slidershow-wrapper #sp-slider .slider-arrow-nav .controller-next i {
  position: absolute;
  top: inherit;
  bottom: 20%;
  width: 50px;
  height: 50px;
  margin-top: -20px;
  line-height: 50px;
  font-size: 23px;
  text-align: center;
  opacity: .4;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  right: 5%;
}
#sp-slidershow-wrapper #sp-slider .slider-arrow-nav .controller-prev i:hover,
#sp-slidershow-wrapper #sp-slider .slider-arrow-nav .controller-next i:hover {
  opacity: 1;
}
#sp-slidershow-wrapper #sp-slider .slider-arrow-nav .controller-prev i {
  margin-right: 60px;
}
#sp-users-wrapper {
  padding: 30px 0;
}
#sp-feature-wrapper {
  padding: 0;
}
#sp-feature-wrapper .sp-feature a:first-child {
  position: relative;
  left: 40%;
}
#sp-feature-wrapper .sp-feature a:first-child i {
  font-size: 72px;
  -webkit-transition: 600ms;
  -moz-transition: 600ms;
  -o-transition: 600ms;
  transition: 600ms;
}
#sp-feature-wrapper .sp-feature h3 {
  font-size: 24px;
  color: #494949;
  margin-top: 30px;
  text-align: center;
}
#sp-feature-wrapper .sp-feature p {
  font-size: 14px;
  color: #494949;
  text-align: center;
}
.shooter-home-galllery ul.nav-pills {
  padding: 0px 40px;
  margin: 0;
  background-color: #f2f2f2;
}
.shooter-home-galllery ul.nav-pills li a {
  background-color: transparent;
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 70px;
  padding: 10px 20px;
  margin: 0;
}
.shooter-home-galllery ul.nav-pills li:hover a:hover,
.shooter-home-galllery ul.nav-pills li.active a:hover {
  background-color: transparent;
}
.shooter-home-galllery ul.sp-rokgallery li div.sp-rokgallery-wrapper {
  overflow: hidden;
  background-color: #000;
}
.shooter-home-galllery ul.sp-rokgallery li div.sp-rokgallery-wrapper a {
  color: #fff;
}
.shooter-home-galllery ul.sp-rokgallery li div.sp-rokgallery-wrapper a.sp-rokgallery-preview {
  opacity: 0;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  z-index: 999;
}
.shooter-home-galllery ul.sp-rokgallery li div.sp-rokgallery-wrapper div.sp-rokgallery-overlay .meta-loves,
.shooter-home-galllery ul.sp-rokgallery li div.sp-rokgallery-wrapper div.sp-rokgallery-overlay .meta-views {
  opacity: 0;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.shooter-home-galllery ul.sp-rokgallery li div.sp-rokgallery-wrapper >a>img {
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.shooter-home-galllery ul.sp-rokgallery li:hover div.sp-rokgallery-wrapper a.sp-rokgallery-preview {
  opacity: 1;
}
.shooter-home-galllery ul.sp-rokgallery li:hover div.sp-rokgallery-wrapper div.sp-rokgallery-overlay .meta-loves,
.shooter-home-galllery ul.sp-rokgallery li:hover div.sp-rokgallery-wrapper div.sp-rokgallery-overlay .meta-views {
  opacity: 1;
}
.shooter-home-galllery ul.sp-rokgallery li:hover div.sp-rokgallery-wrapper >a>img {
  opacity: .5;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.shooter-home-galllery div.sp-rok-load-more {
  text-align: center;
  padding: 50px 0;
  background-color: #fafafa;
}
.shooter-home-galllery div.sp-rok-load-more a.rokgallery-loadmore-btn {
  background: transparent;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
}
.shooter-home-galllery div.sp-rok-load-more a.rokgallery-loadmore-btn:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f107";
  font-size: 38px;
  margin-right: -11px;
  bottom: -22px;
  right: 50%;
}
#sp-content-bottom {
  margin: 50px 0;
}
.footer_buy {
  padding: 50px 0;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer_buy .action-button {
  text-align: right;
  margin-top: 40px;
}
.footer_buy .action-button a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#sp-bottom-wrapper {
  color: #000;
}
#sp-bottom-wrapper h3 {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}
#sp-bottom-wrapper a.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 8px 12px;
}
#sp-bottom-wrapper #sp-bottom3 .inputbox {
  background: #f5f5f5;
  min-height: 40px;
  border: 1px solid #ededed;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: -12%;
  padding-left: 15px;
  box-sizing: border-box;
}
#sp-bottom-wrapper #sp-bottom3 .button {
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid transparent;
  padding: 8px 12px;
}
#sp-footer-wrapper {
  padding: 30px 0;
  font-size: 14px;
  position: relative;
}
#sp-footer-wrapper #sp-footer2 {
  position: relative;
}
#sp-footer-wrapper #sp-footer2 .sp-totop {
  position: absolute;
  bottom: -1px;
  right: -19px;
  display: inline-block;
  font-size: 24px;
}
#sp-footer-wrapper #sp-footer2 .sp-totop i {
  color: #666;
}
#sp-footer-wrapper #sp-footer2 .sp-totop small {
  display: none;
}
#sp-footer-wrapper #sp-footer2 ul.footer_menu li a {
  color: #666;
  font-size: 14px;
  text-transform: capitalize;
}
#sp-footer-wrapper ul li {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
#sp-footer-wrapper ul li a {
  color: #999;
}
.sp-tweet .sp-tweet-item,
.sp-tweet .sp-tweet-even {
  position: relative;
  border-bottom: 0;
  background: transparent !important;
  margin-bottom: 30px;
  padding: 0 0 0 30px;
}
.sp-tweet .sp-tweet-item.sp-tweet-first,
.sp-tweet .sp-tweet-even.sp-tweet-first {
  padding-top: 0;
}
.sp-tweet .sp-tweet-item:last-child,
.sp-tweet .sp-tweet-even:last-child {
  border-bottom: 0;
}
.sp-tweet .sp-tweet-item .tweet_url,
.sp-tweet .sp-tweet-even .tweet_url {
  display: none;
}
.sp-tweet .sp-tweet-item .date,
.sp-tweet .sp-tweet-even .date {
  font-size: 12px;
  float: right;
  margin-top: 10px;
}
.sp-tweet .sp-tweet-item .date a,
.sp-tweet .sp-tweet-even .date a {
  text-decoration: underline;
}
.sp-tweet .sp-tweet-item:before,
.sp-tweet .sp-tweet-even:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f099";
  font-size: 24px;
  color: rgba(255,255,255,0.6);
  left: 0;
  top: 5px;
}
.sp-tweet .followme {
  display: none;
}
#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 .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-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
#sp-footer-wrapper #footer >div {
  min-height: 10px;
}
#sp-footer-wrapper #footer >div p {
  margin-bottom: 0;
}
.ltr #sp-footer-wrapper .helix-framework {
  float: left;
  margin-right: 15px;
}
.ltr #sp-footer-wrapper #sp-footer2 {
  text-align: right;
}
.rtl #sp-footer-wrapper .helix-framework {
  float: right;
  margin-left: 15px;
}
.rtl #sp-footer-wrapper #sp-footer2 {
  text-align: left;
}
.rg-grid-view-container {
  margin: 0;
}
.rg-grid-view-container .rg-view-header {
  border-bottom: none;
  padding: 20px 0;
  margin: 0;
}
.rg-grid-view-container .rg-view-header .rg-sort .desc {
  display: none;
}
.rg-grid-view-container .rg-view-header .rg-sort ul.rg-sort-list li {
  margin: 0;
  padding: 0 25px 0 0;
}
.rg-grid-view-container .rg-view-header .rg-sort ul.rg-sort-list li .sort-arrow,
.rg-grid-view-container .rg-view-header .rg-sort ul.rg-sort-list li .indicator {
  display: none;
}
.rg-grid-view-container .rg-view-header .rg-sort ul.rg-sort-list li a {
  font-size: 18px;
  color: #333;
}
.rg-grid-view-container .rg-grid-view .rg-grid {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  color: #fff;
}
.rg-grid-view-container .rg-grid-view .rg-grid .rg-block {
  margin: 0;
  position: relative;
  padding: 0;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.rg-grid-view-container .rg-grid-view .rg-grid .rg-block .rg-grid-thumb {
  position: relative;
  background-color: #000;
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  margin: 0;
  background-image: none;
  padding: 0;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.rg-grid-view-container .rg-grid-view .rg-grid .rg-block .rg-grid-thumb .rg-grid-thumb-img {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  width: 100%;
}
.rg-grid-view-container .rg-grid-view .rg-grid .rg-block .rg-grid-thumb .gallery-data {
  opacity: 0;
  float: none;
  position: absolute;
  bottom: 10px;
  left: 6px;
  padding: 0;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.rg-grid-view-container .rg-grid-view .rg-grid .rg-block .rg-grid-thumb .gallery-data .loves-count.action-unlove {
  background-position: 0 -216px;
}
.rg-grid-view-container .rg-grid-view .rg-grid .rg-block .rg-grid-thumb .gallery-data span {
  color: #fff;
}
.rg-grid-view-container .rg-grid-view .rg-grid .rg-block .item-title {
  opacity: 0;
  position: absolute;
  bottom: 27px;
  left: 10px;
  margin: 0;
  text-align: left;
}
.rg-grid-view-container .rg-grid-view .rg-grid:hover {
  background-color: transparent;
}
.rg-grid-view-container .rg-grid-view .rg-grid:hover .rg-block .rg-grid-thumb .rg-grid-thumb-img {
  opacity: .5;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.rg-grid-view-container .rg-grid-view .rg-grid:hover .rg-block .rg-grid-thumb .gallery-data {
  opacity: 1;
}
.rg-grid-view-container .rg-grid-view .rg-grid:hover .rg-block .item-title {
  opacity: 1;
}
.rg-detail-img-container .rg-detail-img-bg {
  width: 100%;
  box-shadow: 0;
  -webkit-box-shadow: 0;
  background-color: none;
  background-image: none;
  padding: 0;
  margin-bottom: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.rg-detail-img-container .rg-detail-img-bg img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.rg-detail-img-container .rg-detail-img-bg .rg-detail-item-caption {
  display: none;
}
.rg-detail-img-container .rg-detail-img-bg .rg-detail-slicetag {
  display: none;
}
.rg-detail-img-container:hover~.rg-detail-pagination {
  opacity: 1;
}
.rg-detail-info-table-container .rg-detail-info-table .rg-detail-info-container .rg-detail-file-main {
  position: relative;
}
.rg-detail-info-table-container .rg-detail-info-table .rg-detail-info-container .rg-detail-file-main .rg-detail-item-file-title {
  font-size: 20px;
  margin-bottom: 15px;
}
.rg-detail-info-table-container .rg-detail-info-table .rg-detail-info-container .rg-detail-file-main .rg-detail-gallery-name {
  display: none;
}
.rg-detail-info-table-container .rg-detail-info-table .rg-detail-info-container .rg-detail-file-main .rg-detail-item-file-desc {
  font-size: 16px;
  text-align: justify;
  margin-bottom: 60px;
}
.rg-detail-info-table-container .rg-detail-info-table .rg-detail-info-container .rg-detail-file-main .rg-detail-item-views-icons {
  padding-top: 20px;
  padding-bottom: 35px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  font-size: 18px;
  margin-left: 2px;
  color: #999;
}
.rg-detail-info-table-container .rg-detail-info-table .rg-detail-info-container .rg-detail-file-main .rg-detail-item-views-icons strong {
  font-weight: normal;
}
.rg-detail-info-table-container .rg-detail-info-table .rg-detail-info-container .rg-detail-file-main .rg-detail-item-file-imageurl {
  position: absolute;
  right: -130px;
  top: 180px;
}
.rg-detail-info-table-container .rg-detail-info-table .rg-detail-info-container .rg-detail-file-main .rg-detail-item-file-imageurl a.readon {
  color: #fff;
  padding: 12px 20px;
}
.rg-detail-info-table-container .rg-detail-info-table .rg-detail-info-container .rg-detail-file-main .rg-detail-item-file-imageurl a.readon:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f019";
}
.rg-detail-info-table-container .rg-detail-info-table .rg-detail-info-container .rg-detail-file-main .rg-detail-item-file-imageurl a.readon span {
  padding-left: 20px;
}
.rg-detail-info-table-container .rg-detail-info-table .rg-detail-info-container .rg-detail-file-main .rg-detail-item-file-imageurl a.readon:hover {
  background: #999;
}
.rg-detail-info-table-container .rg-detail-info-table .rg-detail-info-container .rg-detail-file-info .rg-detail-item-title {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 30px;
}
.rg-detail-info-table-container .rg-detail-info-table .rg-detail-info-container .rg-detail-file-info .rg-detail-item-file-filesize,
.rg-detail-info-table-container .rg-detail-info-table .rg-detail-info-container .rg-detail-file-info .rg-detail-item-file-dimensions,
.rg-detail-info-table-container .rg-detail-info-table .rg-detail-info-container .rg-detail-file-info .rg-detail-item-file-created_at,
.rg-detail-info-table-container .rg-detail-info-table .rg-detail-info-container .rg-detail-file-info .rg-detail-item-file-updated_at {
  font-size: 16px;
  color: #999;
}
.rg-detail-pagination {
  position: absolute !important;
  top: 400px;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-transition: 600ms;
  -moz-transition: 600ms;
  -o-transition: 600ms;
  transition: 600ms;
}
.rg-detail-pagination .prev {
  left: 0 !important;
}
.rg-detail-pagination .next {
  right: 0px !important;
}
.rg-detail-pagination a {
  padding: 12px 20px;
  color: #fff !important;
}
.rg-detail-pagination:hover {
  opacity: 1;
}
.about-us-expert-wrapper {
  color: #fff;
  padding: 50px 0;
  text-align: center;
}
.about-us-expert-wrapper .expert-wrapper .pie-progress-wrapper .circliful {
  display: inline-block;
}
.about-us-expert-wrapper .expert-wrapper .pie-progress-wrapper h3 {
  font-weight: 100;
}
.shotter-team-wrapper .item {
  text-align: center;
}
.shotter-team-wrapper .item .member {
  display: inline-block;
  height: auto;
  max-width: 60%;
}
.shotter-team-wrapper .item .member .img-circle {
  padding: 4px;
}
.shotter-team-wrapper .item .member h3 {
  font-size: 20px;
  line-height: 20px;
}
.shotter-team-wrapper .item .member p {
  color: #999;
}
.shotter-team-wrapper .item .member .team-social-wrapper {
  padding: 20px 0;
}
.shotter-team-wrapper .item .member .team-social-wrapper a {
  display: inline-block;
}
.shotter-team-wrapper .item .member .team-social-wrapper a i {
  margin-right: 5px;
}
.shotter-team-wrapper .item .member .team-social-wrapper a i:before {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 3px;
  font-size: 15px;
  color: #ccc;
}
.shotter-team-wrapper .item .member .team-social-wrapper a i.icon-facebook:before {
  padding: 10px 13px;
}
.shotter-team-wrapper .item .member .team-social-wrapper a:hover i:before {
  color: #fff;
  border: 1px solid transparent;
}
.shotter-team-wrapper .left-arrow,
.shotter-team-wrapper .nav-right {
  position: absolute;
  top: 30%;
  font-size: 65px;
}
.shotter-team-wrapper .nav-right {
  right: 0;
}
.shotter-team-wrapper .left-arrow {
  left: 0;
}
.partners-logo {
  background-color: #fafafa;
}
.partners-logo p {
  margin: 0;
}
.pricing-table ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing-table .plan {
  text-align: center;
  background: #f5f5f5;
}
.pricing-table .plan .plan-name {
  background: #666;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 30px 0;
}
.pricing-table .plan .plan-price {
  background: #fafafa;
  padding: 30px 0;
}
.pricing-table .plan .plan-price h2 {
  font-size: 48px;
}
.pricing-table .plan .plan-price sup.dollar {
  font-size: 30px;
}
.pricing-table .plan .plan-price sub.duration {
  font-size: 20px;
  text-transform: lowercase;
  font-weight: 100;
}
.pricing-table .plan .plan-details {
  font-size: 16px;
}
.pricing-table .plan .plan-details li {
  line-height: 50px;
}
.pricing-table .plan .plan-details li:nth-child(odd) {
  background: #f5f5f5;
}
.pricing-table .plan .plan-details li:nth-child(even) {
  background: #fafafa;
}
.pricing-table .plan .plan-action {
  background: #fafafa;
  padding: 40px 0;
  position: relative;
}
.pricing-table .plan .plan-action:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 0 0 25px 25px;
  border-style: solid;
  background: none;
  display: block;
  width: 0;
}
.pricing-table .plan .plan-action a {
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  background: #9a9a9a;
}
.pricing-table .featured .plan-action {
  position: relative;
}
.pricing-table .featured .plan-action:before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-width: 0 0 25px 25px;
  border-style: solid;
  background: none;
  display: block;
  width: 0;
}
.pricing-table .featured .plan-action a:hover {
  background: #e0e0e0;
}
#sp-contact-map-wrapper {
  margin-top: -10px;
}
#contact-form .contact-form-submit button.validate {
  background-color: #9a9a9a;
}
.contact-info-right {
  font-size: 16px;
}
.contact-info-right h2 {
  font-size: 30px;
  color: #333;
  text-transform: capitalize;
}
.contact-info-right .contact-social-icon ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-info-right .contact-social-icon ul li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.contact-info-right .contact-social-icon ul li i {
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: inline-block;
  background: #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.contact-info-right .contact-social-icon ul li .icon-facebook:hover {
  background: #3C599F;
}
.contact-info-right .contact-social-icon ul li .icon-twitter:hover {
  background: #49C8F5;
}
.contact-info-right .contact-social-icon ul li .icon-google-plus:hover {
  background: #DD4C39;
}
.contact-info-right .contact-social-icon ul li .icon-dribbble:hover {
  background: #EA4C89;
}
.contact-info-right .contact-social-icon ul li .icon-linkedin:hover {
  background: #007BB6;
}
div.k2SearchBlock form input.inputbox {
  border: 1px solid transparent;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 45px;
  padding-left: 20px;
}
.photo-post-module h3 {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.photo-post-module a {
  display: inline-block;
  padding: 4px;
}
.photo-post-module a:hover .img-overlay {
  opacity: 1;
}
.photo-post-module a .sp_img_wrapper {
  position: relative;
}
.photo-post-module a img.sp_simple_gallery {
  margin: 0px !important;
  border: none;
  padding: 0;
}
.photo-post-module a .img-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 1;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  color: #fff;
  text-align: center;
}
.photo-post-module a .img-overlay .overlay_container {
  display: table;
  width: 100%;
  height: 100%;
}
.photo-post-module a .img-overlay .overlay_container .overlay_content {
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
}
.tag-cloud-module h3 {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.tag-cloud-module .k2TagCloudBlock a {
  text-transform: capitalize;
  font-size: 18px;
}
.related-items-img-wrapper {
  display: inline-block;
  margin: 4px;
  position: relative;
}
.related-items-img-wrapper:hover .img-overlay {
  opacity: 1;
}
.related-items-img-wrapper .sp_img_wrapper {
  position: relative;
}
.related-items-img-wrapper img.sp_simple_gallery {
  margin: 0px !important;
  border: none;
  padding: 0;
}
.related-items-img-wrapper .img-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 1;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  color: #fff;
  text-align: center;
}
.related-items-img-wrapper .img-overlay .overlay_container {
  display: table;
  width: 100%;
  height: 100%;
}
.related-items-img-wrapper .img-overlay .overlay_container .overlay_content {
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
}
.related-items-img-wrapper .img-overlay .overlay_container .overlay_content i {
  font-size: 40px;
}
.centre {
  text-align: center;
}
h2 {
  display: block;
  position: relative;
  overflow: hidden;
}
h2::before {
  content: "";
  display: inline-block;
  height: 5px;
  background: #C73935;
  position: absolute;
  bottom: 8px;
  margin-left: -9999px;
  padding-left: 9999px;
}
h2::after {
  content: "";
  display: inline-block;
  width: 2000px;
  height: 5px;
  background: #C73935;
  position: absolute;
  bottom: 8px;
  margin-left: 10px;
}
.mb2p2-title::before,
.mb2p2-title::after {
  display: none;
}
.mb2p2-before-text h2 {
  text-align: center;
}
.mb2p2-gallery-item {
  background: black;
}
.mb2p2-gallery-item img {
  opacity: 1;
}
.mb2p2-gallery-item:hover img {
  opacity: 0.7;
}
.mb2p2-title a {
  color: #4d4640;
}
#jcemediabox-popup-container,
.jcemediabox-popup-corner-tc,
#jcemediabox-popup-caption,
.jcemediabox-popup-corner-bc,
.jcemediabox-popup-corner-br,
.jcemediabox-popup-corner-tr,
.jcemediabox-popup-corner-tl,
.jcemediabox-popup-corner-bl {
  background: none !important;
}
#jcemediabox-popup-overlay {
  background: rgba(36,53,101,0.95) !important;
  opacity: 1 !important;
}
.mb2p2-filter span {
  display: none;
}
.mb2p2-filter-list li {
  padding: 10px 30px;
  background: #DFE0E2;
  text-align: center;
  color: #243565;
  margin-left: 1px;
}
.mb2p2-filter-list li a {
  color: #243565;
}
.mb2p2-items-list .mb2p2-title {
  text-align: center;
  font-size: 14px;
}
.mb2p2-item-content .mb2p2-gallery-item {
  width: 18% !important;
}
.mb2p2-gallery .mb2p2-gallery-item:first-child {
  width: 100% !important;
}
.mb2p2-item {
  margin-bottom: 0 !important;
}
body.homepage .mb2p2-item-inner {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h2 {
  margin-top: 30px;
}
.carouselactu .caroufredsel_prev,
.carouselactu .caroufredsel_next,
.labels .caroufredsel_prev,
.labels .caroufredsel_next {
  background: none;
  color: #c73935;
  font-size: 250%;
}
.carouselactu .caroufredsel_prev:hover,
.carouselactu .caroufredsel_next:hover {
  background: none;
  color: #333;
}
.labels .caroufredsel_prev:hover,
.labels .caroufredsel_next:hover {
  background: none;
  color: #333;
}
.labels .caroufredsel_next {
  right: 20px;
}
.labels .caroufredsel_prev {
  left: 40px;
}
.labels .caroufredsel_wrapper li {
  text-align: center;
}
.carouselactu hr,
.decouvrezshow hr,
.edito hr {
  width: 70%;
  margin: 20px auto;
  border: 1px solid #2cac82;
  border-bottom: none;
}
h1 {
  font-size: 30px;
}
h1 {
  line-height: 30px;
}
h3 {
  line-height: 22px;
}
.mb2p2layout1 .mb2p2-item-details-inner {
  padding-top: 0;
}
.mb2p2-header {
  text-align: center;
}
#sp-subheader {
  color: #fff;
}
.sppb-gallery img {
  width: 100% !important;
  height: auto !important;
}
.sppb-gallery li {
  float: left;
  width: 45% !important;
  margin-right: 5%;
}
#sp-footer-wrapper {
  display: none !important;
}
.mb2p2-related-items {
  display: none;
}
#sp-content-bottom .bouton {
  position: relative;
}
#sp-content-bottom .bouton::before {
  content: "";
  width: 15px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
}
#sp-content-bottom .bouton a::before {
  content: "";
  position: absolute;
  right: 10px;
  width: 1px;
  height: 15px;
  top: 10px;
}
#sp-content-bottom .bouton a span::before {
  content: "";
  position: absolute;
  left: 10px;
  width: 1px;
  height: 15px;
  top: 10px;
}
#sp-content-bottom .bouton a span::after {
  content: "";
  position: absolute;
  left: 10px;
  width: 1px;
  height: 15px;
  bottom: 10px;
}
#sp-content-bottom .bouton a::after {
  content: "";
  position: absolute;
  right: 10px;
  width: 1px;
  height: 15px;
  bottom: 10px;
}
#sp-content-bottom .bouton:after {
  border-top: 1px solid #c73935;
  border-bottom: 1px solid #c73935;
}
#sp-content-bottom .bouton:before {
  border-top: 1px solid #c73935;
  border-bottom: 1px solid #c73935;
}
#sp-content-bottom .bouton a:after {
  border-right: 1px solid #c73935;
}
#sp-content-bottom .bouton a:before {
  border-left: 1px solid #c73935;
}
#sp-content-bottom .bouton a span:after {
  border-left: 1px solid #c73935;
}
#sp-content-bottom .bouton a span:before {
  border-left: 1px solid #c73935;
}
.mb2p2-extrafields,
.mb2p2-details-title {
  display: none;
}
.googlecrumbs {
  display: none;
}
.rtl .sp-submenu {
  right: 0;
}
.rtl .sp-submenu.sub-level {
  margin-top: 30px;
}
.rtl .sp-submenu.sub-level.open {
  margin-top: 0;
  -webkit-transition: margin 200ms;
  -moz-transition: margin 200ms;
  -o-transition: margin 200ms;
  transition: margin 200ms;
}
.rtl .sp-submenu.sub-level-child {
  margin-right: 30px;
}
.rtl .sp-submenu.sub-level-child.open {
  margin-right: 0px;
  -webkit-transition: margin 200ms;
  -moz-transition: margin 200ms;
  -o-transition: margin 200ms;
  transition: margin 200ms;
}
.rtl .sp-submenu .megacol {
  float: left;
}
.ltr .sp-submenu {
  left: 0;
}
.ltr .sp-submenu.sub-level {
  margin-top: 30px;
}
.ltr .sp-submenu.sub-level.open {
  margin-top: 0px;
  -webkit-transition: margin 200ms;
  -moz-transition: margin 200ms;
  -o-transition: margin 200ms;
  transition: margin 200ms;
}
.ltr .sp-submenu.sub-level-child {
  margin-left: 30px;
}
.ltr .sp-submenu.sub-level-child.open {
  margin-left: 0px;
  -webkit-transition: margin 200ms;
  -moz-transition: margin 200ms;
  -o-transition: margin 200ms;
  transition: margin 200ms;
}
.ltr .sp-submenu .megacol {
  float: left;
}
.sp-submenu {
  position: absolute;
  top: 0;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
}
.sp-submenu .sp-submenu-wrap {
  padding: 15px 10px;
}
.sp-submenu.sub-level-child .sp-submenu-wrap {
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,.09);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,.09);
  box-shadow: 0px 0px 5px 2px rgba(0,0,0,.09);
}
.sp-submenu.open {
  z-index: 9999;
  visibility: visible;
  opacity: 1;
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
  position: relative;
  z-index: 99;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu ul.level-0 > li > a {
  display: block;
  margin: 0;
  padding: 55px 15px;
  font-size: 13px;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: -1px;
}
#sp-main-menu ul.level-0 > li > a .menu-desc {
  font-size: 11px;
  color: #fff;
  display: block;
}
#sp-main-menu li li:not(.sp-menu-group) {
  margin-right: 10px;
  display: block;
  position: relative;
  -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: 300;
  line-height: normal;
  text-decoration: none;
  padding: 4px 10px;
  color: #fff;
}
#sp-main-menu li li:not(.sp-menu-group):hover >a,
#sp-main-menu li li:not(.sp-menu-group).active >a {
  color: rgba(255,255,255,0.5);
}
#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: "\f105";
  font-family: FontAwesome;
  font-size: 10px;
  color: #fff;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 15px;
}
#sp-main-menu div.sp-menu-group {
  margin: 10px 0;
}
#sp-main-menu div.sp-menu-group a {
  color: #fff;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-title {
  margin: 0 10px;
  font-weight: 700;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-title .menu-title {
  text-transform: uppercase;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 0 10px 10px;
  font-size: 14px;
  color: #fff;
}
.sp-main-menu-toggler {
  right: 10px;
  top: 26px;
  z-index: 999 !important;
  padding: 6px 14px 5px;
  border-radius: 0;
}
.sp-mobile-menu {
  z-index: 99994;
  top: 75px;
}
.sp-mobile-menu ul {
  margin: 0 10px;
  background-color: #c73935;
}
.sp-mobile-menu ul li {
  background-color: transparent;
}
.sp-mobile-menu ul li a {
  color: #fff;
  width: 80%;
}
.sp-mobile-menu ul li a:hover {
  color: rgba(255,255,255,0.5);
}
.sp-mobile-menu ul li span.sp-menu-toggler {
  width: 19%;
  text-align: right;
  padding-right: 1%;
}
.module {
  margin-top: 40px;
}
.module:first-child {
  margin-top: 0;
}
.module.title1,
.module.title2,
.module.title3,
.module.title4,
.module.title5,
.module.title6,
.module.title7,
.module.title8,
.module.box1,
.module.box2,
.module.box3,
.module.box4,
.module.box5,
.module.box6,
.module.box7,
.module.box8 {
  padding: 15px;
  margin-bottom: 50px;
}
.module.title1 h2,
.module.title2 h2,
.module.title3 h2,
.module.title4 h2,
.module.title5 h2,
.module.title6 h2,
.module.title7 h2,
.module.title8 h2,
.module.box1 h2,
.module.box2 h2,
.module.box3 h2,
.module.box4 h2,
.module.box5 h2,
.module.box6 h2,
.module.box7 h2,
.module.box8 h2 {
  font-size: 24px;
  font-weight: 100;
  margin: 0;
  padding: 0;
}
.module.title1 .variation-content,
.module.title2 .variation-content,
.module.title3 .variation-content,
.module.title4 .variation-content,
.module.title5 .variation-content,
.module.title6 .variation-content,
.module.title7 .variation-content,
.module.title8 .variation-content,
.module.box1 .variation-content,
.module.box2 .variation-content,
.module.box3 .variation-content,
.module.box4 .variation-content,
.module.box5 .variation-content,
.module.box6 .variation-content,
.module.box7 .variation-content,
.module.box8 .variation-content {
  padding: 12px 0;
}
.module.title1 h2,
.module.title1 h3 {
  background: #f9bf3b;
  text-align: center;
  padding: 2px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.module.title1 h2 .sub-title,
.module.title1 h3 .sub-title {
  font-weight: bold;
}
.module.title1 .read-more a {
  padding: 10px 15px;
  background: #f9bf3b;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.module.title2 h2,
.module.title2 h3 {
  background: #2fb5e6;
  text-align: center;
  padding: 2px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
}
.module.title2 .read-more a {
  padding: 10px 15px;
  background: #2fb5e6;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.module.title3 h2,
.module.title3 h3 {
  background: #26c281;
  text-align: center;
  padding: 2px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
}
.module.title3 h2 .sub-title,
.module.title3 h3 .sub-title {
  font-weight: bold;
}
.module.title3 .read-more a {
  padding: 10px 15px;
  background: #26c281;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.module.title4 h2,
.module.title4 h3 {
  background: #e55045;
  text-align: center;
  padding: 2px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
}
.module.title4 .read-more a {
  padding: 10px 15px;
  background: #e55045;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.module.title5 h2,
.module.title5 h3 {
  padding: 2px 0;
  text-transform: capitalize;
  border-bottom: 3px solid #f2f2f2;
  position: relative;
}
.module.title5 h2:after,
.module.title5 h3:after {
  content: "";
  border-bottom: 3px solid #f9bf3b;
  width: 25%;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.module.title5 .read-more a {
  padding: 10px 15px;
  background: #f9bf3b;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.module.title6 h2,
.module.title6 h3 {
  padding: 2px 0;
  text-transform: capitalize;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}
.module.title6 h2:after,
.module.title6 h3:after {
  content: "";
  border-bottom: 3px solid #2fb5e6;
  width: 25%;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.module.title6 .read-more a {
  padding: 10px 15px;
  background: #2fb5e6;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.module.title7 h2,
.module.title7 h3 {
  padding: 2px 0;
  text-transform: capitalize;
  border-bottom: 3px solid #26c281;
}
.module.title7 .read-more a {
  padding: 10px 15px;
  border: 1px solid #26c281;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #26c281;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.module.title8 h2,
.module.title8 h3 {
  padding: 2px 0;
  text-transform: capitalize;
  position: relative;
}
.module.title8 h2:after,
.module.title8 h3:after {
  content: "";
  border-bottom: 3px solid #e55045;
  width: 25%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.module.title8 .read-more a {
  padding: 10px 15px;
  border: 1px solid #e55045;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #e55045;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.module.box1 {
  background: #f9bf3b;
  padding: 25px;
}
.module.box1 h2 {
  text-transform: capitalize;
  font-weight: bold;
}
.module.box1 .read-more {
  padding: 13px 0;
}
.module.box1 .read-more a {
  padding: 10px 15px;
  background: #333;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.module.box2 {
  padding: 0;
}
.module.box2 h2 {
  background: #289cc7;
  color: #fff;
  text-transform: capitalize;
  padding: 10px 0 10px 20px;
  font-weight: bold;
}
.module.box2 .variation-content {
  padding: 20px;
  background: #2fb5e6;
  color: #fff;
}
.module.box2 .read-more {
  padding: 20px 0;
}
.module.box2 .read-more a {
  padding: 10px 15px;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.module.box3 {
  padding: 0;
  border: 1px solid #26c281;
}
.module.box3 h2 {
  background: #26c281;
  color: #fff;
  text-transform: capitalize;
  padding: 10px 0 10px 20px;
  font-weight: bold;
}
.module.box3 .variation-content {
  padding: 20px;
}
.module.box3 .read-more {
  padding: 20px 0;
}
.module.box3 .read-more a {
  padding: 10px 15px;
  background: #26c281;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.module.box4 {
  background: #e55045;
  padding: 20px;
}
.module.box4 h2 {
  color: #fff;
  text-transform: capitalize;
  font-weight: bold;
}
.module.box4 .variation-content {
  color: #fff;
}
.module.box4 .read-more {
  padding: 20px 0;
}
.module.box4 .read-more a {
  padding: 10px 15px;
  background: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #e55045;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.module.box5 {
  padding: 0;
}
.module.box5 h2 {
  background: #f9bf3b;
  padding: 10px 0 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  text-transform: capitalize;
}
.module.box5 .read-more a {
  padding: 10px 15px;
  background: #f9bf3b;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.module.box6 {
  background: #2fb5e6;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 6px 6px 4px #e6e6e6;
}
.module.box6 h2 {
  font-weight: bold;
  text-transform: capitalize;
}
.module.box6 .read-more {
  padding-bottom: 30px;
}
.module.box6 .read-more a {
  padding: 10px 15px;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.module.box7 {
  background: #fafafa;
  border: 6px solid #26c281;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.module.box7 h2 {
  color: #26c281;
  text-transform: capitalize;
  font-weight: bold;
}
.module.box7 .read-more a {
  padding: 10px 15px;
  background: #26c281;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.module.box8 {
  background: #fafafa;
  border: 4px dashed #e55045;
}
.module.box8 h2 {
  color: #e55045;
  text-transform: capitalize;
  font-weight: bold;
}
.module.box8 .read-more {
  padding-bottom: 20px;
}
.module.box8 .read-more a {
  padding: 10px 15px;
  border: 1px solid #e55045;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #e55045;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.rtl img.pull-left {
  float: right;
  margin-right: 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent:hover >a:after {
  right: -10px;
  left: auto;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  left: 10px;
  right: auto;
  content: "\f053";
}
.rtl .read-more-wrapper a {
  float: right;
}
.rtl .action-content.pull-left {
  float: right;
}
.rtl .action-button.pull-right {
  float: left;
}
.rtl #sp-feature-wrapper .sp-feature a:first-child i {
  position: relative;
  right: 80%;
}
.rtl #sp-users-wrapper #sp-user1 .user1-content i.pull-left {
  float: left;
}
.rtl #sp-users-wrapper #sp-user1 .user1-content .user1-details {
  margin-left: 0;
  margin-right: 90px;
}
.rtl div.k2TagCloudBlock a {
  float: right;
}
.rtl #sp-bottom5 i.icon-location-arrow.pull-left {
  float: right;
}
.rtl #sp-bottom-2nd-row-wrapper #sp-bottom8 .subcription-bottom-wrapper .acymailing_form .onefield {
  float: right;
}
.rtl #sp-bottom-2nd-row-wrapper #sp-bottom8 .subcription-bottom-wrapper .acymailing_form .acyfield_email >input[type='text'] {
  border-right: 1px solid #666;
}
.rtl #sp-bottom-2nd-row-wrapper #sp-bottom8 .subcription-bottom-wrapper .acymailing_form .acysubbuttons:after {
  content: "\f104";
}
.rtl #sp-component {
  padding-right: 0;
  padding-left: 25px;
}
.rtl #sp-subheader-wrapper .breadcrumb {
  text-align: left;
}
.rtl .service-page .services .sp-feature i {
  margin-right: 0;
  margin-left: 18px;
}
.rtl #sp-progress .sp-feature p,
.rtl #sp-progress .sp-feature h3 {
  margin-left: 0;
  margin-right: 125px;
}
.rtl .blogDate {
  margin: 0 0 10px 15px;
}
.rtl .blogDate.pull-left {
  float: right;
}
.rtl div.catItemHeader span.catItemAuthor {
  border-right: 0;
  padding: 0 0 0 10px;
}
.rtl .author-social-icon {
  float: left;
}
.rtl div.itemRelated ul li {
  float: right;
  margin-right: 0;
}
.rtl div.itemComments ul.itemCommentsList li span.commentLink {
  float: left;
}
.rtl div.itemComments ul.itemCommentsList li >div.commentImageWrapper {
  position: absolute;
  left: inherit;
  bottom: inherit;
  right: 20px;
  top: 50px;
}
.rtl div.itemComments .comment-text {
  margin-right: 130px;
  text-align: right;
}
.rtl div.itemComments .comment-content {
  margin: 20px 130px 12px 0;
}
.rtl div.userBlock img {
  position: absolute;
  left: inherit;
}
.rtl .userURL {
  float: left;
}
.rtl div.catItemImageBlock {
  float: right;
}
.rtl #sp-slidershow-wrapper #sp-slider .sp-slider-content {
  text-align: right;
}
.rtl #sp-slidershow-wrapper .slider-arrow-nav .controller-next i {
  margin-left: 60px;
}
.rtl #sp-slidershow-wrapper .slider-arrow-nav i {
  right: inherit !important;
  left: 5% !important;
}
.rtl .meta-gallery {
  float: right;
}
.rtl .meta-loves {
  float: left;
}
.rtl .meta-views {
  float: left;
}
.rtl .rg-grid-view-container .rg-view-header {
  float: right;
}
.rtl .rg-grid-view-container .rg-grid-view .rg-grid .rg-block .item-title {
  position: absolute;
  bottom: 27px;
  left: inherit;
  margin: 0;
  text-align: left;
  right: 10px;
}
.rtl .rg-grid-view-container .rg-grid-view .rg-grid .rg-block .rg-grid-thumb .gallery-data {
  left: inherit;
  right: 6px;
}
.rtl .rg-detail-info-table-container .rg-detail-info-table .rg-detail-info-container .rg-detail-file-main .rg-detail-item-file-imageurl {
  position: absolute;
  right: inherit;
  top: 170px;
  left: -325px;
}
.rtl .rg-detail-file-main {
  float: right;
}
.rtl .rg-detail-file-info {
  float: left;
}
.rtl .rg-detail-info-table-container .rg-detail-info-table .rg-detail-info-container .rg-detail-file-main .rg-detail-item-file-imageurl a.readon span {
  padding-right: 20px;
}
.rtl .rg-detail-item-views-count,
.rtl .rg-detail-item-tags-count,
.rtl .rg-detail-item-loves-count {
  float: right;
}
.rtl .sp-tweet {
  padding-right: 30px;
}
.rtl .sp-tweet .sp-tweet-first:before,
.rtl .sp-tweet .sp-tweet-even:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f099";
  font-size: 24px;
  color: rgba(255,255,255,0.6);
  right: -35px;
  top: 5px;
}
.rtl .sp-tweet .date {
  float: left;
}
.rtl #sp-bottom-wrapper #sp-bottom3 .button {
  float: right;
}
.rtl #sp-bottom-wrapper #sp-bottom3 .inputbox {
  padding-right: 15px;
}
.rtl #sp-footer-wrapper #sp-footer2 .sp-totop {
  position: absolute;
  bottom: -1px;
  right: inherit;
  display: inline-block;
  font-size: 24px;
  left: -19px;
}
body,
p {
  line-height: 16px;
  font-weight: 300;
}
.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;
}
.breadcrumb > li {
  text-shadow: none;
}
@media only screen and (max-width: 1200px) {
  .responsive #k2Container .itemList .catItemBody div.catItemVideoBlock .catItemVideoEmbedded {
    max-width: 435px;
    max-height: 267px;
  }
  .responsive #k2Container .itemList .catItemBody .catItemImageBlock .catItemImage img {
    max-width: 435px !important;
  }
  .responsive #k2Container .itemList .catItemBody div.blog-item-wrapper {
    padding: 0px 10px;
  }
  .responsive #k2Container .itemList .catItemBody div.blog-item-wrapper .catItemHeader h3.catItemTitle {
    font-size: 20px;
    padding: 10px 0;
    min-height: 30px;
  }
  .responsive #k2Container .itemList .catItemBody div.blog-item-wrapper hr {
    margin: 5px 0;
  }
  .responsive #k2Container .itemList .catItemBody div.blog-item-wrapper div.catItemIntroText {
    max-height: 105px;
    margin: 5px 0 28px 0;
  }
}
@media only screen and (max-width: 979px) {
  .responsive #sp-slidershow-wrapper #sp-slider .sp-slider-content {
    width: 100%;
  }
  .responsive #sp-slidershow-wrapper #sp-slider .sp-slider-content .sp-vertical-middle .sp-title {
    font-size: 40px;
    line-height: 37px;
    margin-bottom: 30px;
  }
  .responsive .about-us-expert-wrapper .expert-wrapper .pie-progress-wrapper h3 {
    font-size: 20px;
  }
  .responsive #sp-content-bottom2 .item .member {
    max-width: 80%;
  }
  .responsive #sp-content-bottom2 .nav-right {
    right: -25px;
  }
  .responsive #sp-content-bottom2 .left-arrow {
    left: -25px;
  }
  .responsive #sp-breadcrumb .module {
    margin: 0;
  }
  .responsive .module {
    margin-top: 10px;
  }
  .responsive .module h3 {
    font-size: 16px;
    margin: 15px 0 5px;
    line-height: 16px;
  }
  .responsive .module .photo-post-module a {
    padding: 0;
    margin: 0 0 5px;
    max-width: 50px;
  }
  .responsive .contact-info-right
		h2 {
    font-size: 18px;
    line-height: 20px;
  }
  .responsive .contact-social-icon ul li {
    margin-right: 0px;
  }
  .responsive #k2Container .itemList .catItemBody div.catItemVideoBlock {
    float: none;
  }
  .responsive #k2Container .itemList .catItemBody div.catItemVideoBlock .catItemVideoEmbedded {
    max-width: 100%;
    max-height: 267px;
  }
  .responsive #k2Container .itemList .catItemBody .catItemImageBlock {
    float: none;
  }
  .responsive #k2Container .itemList .catItemBody .catItemImageBlock .catItemImage img {
    width: 100% !important;
    max-width: 100% !important;
  }
  .responsive #k2Container .itemList .catItemBody div.blog-item-wrapper {
    padding: 10px 0px;
    clear: both;
  }
  .responsive #k2Container .itemList .catItemBody div.blog-item-wrapper .catItemHeader h3.catItemTitle {
    font-size: 20px;
    padding: 10px 0;
    min-height: 30px;
  }
  .responsive #k2Container .itemList .catItemBody div.blog-item-wrapper hr {
    margin: 5px 0;
  }
  .responsive #k2Container .itemList .catItemBody div.blog-item-wrapper div.catItemIntroText {
    max-height: 105px;
    margin: 5px 0 28px 0;
  }
  .responsive #k2Container .itemList .catItemBody div.blog-item-wrapper div.k2-item-info-wrapper {
    width: 100%;
  }
  .responsive #k2Container .itemList .catItemBody div.blog-item-wrapper div.k2-item-info-wrapper div.catItemTagsBlock {
    text-align: right;
  }
  .responsive div.itemRelated img.itemRelImg {
    height: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .responsive.bg {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive #sp-breadcrumb {
    display: none;
  }
  .responsive .container {
    padding: 0 10px;
    min-width: 280px;
  }
  .responsive #sp-feature-wrapper {
    padding: 20px 0;
  }
  .responsive #sp-feature-wrapper #feature h1 {
    font-size: 200%;
    line-height: 200%;
  }
  .responsive #sp-feature-wrapper #feature p {
    font-size: 100%;
  }
  .responsive #sp-feature-wrapper #feature .btn {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  .responsive #sp-slidershow-wrapper #sp-slider .sp-slider-content .sp-vertical-middle {
    margin-top: 110px !important;
  }
  .responsive #sp-slidershow-wrapper #sp-slider .sp-slider-content .sp-vertical-middle h1.sp-title {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 22px;
  }
  .responsive #sp-slidershow-wrapper #sp-slider .sp-slider-content .sp-vertical-middle p.sp-introtext {
    font-size: 14px;
    line-height: 115%;
    margin-bottom: 15px;
    max-height: 52px;
    overflow: hidden;
  }
  .responsive #sp-slidershow-wrapper #sp-slider .sp-slider-content .sp-vertical-middle .read-more-wrapper {
    margin-top: 0px;
  }
  .responsive #sp-slidershow-wrapper #sp-slider .slider-list {
    display: none;
  }
  .responsive #sp-slidershow-wrapper #sp-slider .slider-arrow-nav i {
    bottom: 5%;
  }
  .responsive #sp-footer-wrapper #sp-footer2 .sp-totop {
    right: -12px;
  }
  .responsive .rg-detail-info-table-container .rg-detail-info-table .rg-detail-info-container .rg-detail-file-main {
    width: 100%;
    display: block;
    padding-right: 0;
  }
  .responsive .rg-detail-info-table-container .rg-detail-info-table .rg-detail-info-container .rg-detail-file-info,
  .responsive .rg-detail-info-table-container .rg-detail-info-table .rg-detail-info-container .rg-detail-slice-info {
    width: 100%;
    display: block;
    padding: 20px 0 50px;
    text-align: center;
  }
  .responsive .rg-detail-info-table-container .rg-detail-info-table .rg-detail-info-container .rg-detail-file-main .rg-detail-item-file-imageurl {
    left: 50%;
    bottom: -220px;
    top: inherit;
    right: inherit;
    margin-left: -63px;
  }
  .responsive .footer_buy,
  .responsive .footer_buy .action-button {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .responsive #sp-main-body-wrapper {
    padding: 0 10px;
  }
  .responsive .rg-grid-view-container .rg-view-header .rg-sort ul.rg-sort-list li {
    padding: 10px;
  }
  .responsive #sp-footer-wrapper #sp-footer2 {
    text-align: left;
  }
  .responsive #sp-footer-wrapper #sp-footer2 ul {
    margin: 10px 0 0;
  }
  .responsive #sp-footer-wrapper #sp-footer2 ul li {
    margin: 0;
    padding-right: 4px;
  }
  .responsive #sp-footer-wrapper #sp-footer2 .sp-totop {
    right: 0px;
  }
  .responsive .shotter-team-wrapper .left-arrow {
    left: 0px !important;
  }
  .responsive .shotter-team-wrapper .nav-right {
    right: 0px !important;
  }
}
@media (max-width: 979px) {
  .responsive #sp-header-wrapper [class*="span"] {
    width: auto;
    float: left;
  }
  .responsive #sp-header-wrapper [class*="span"]#sp-menu {
    float: right;
  }
}
.fixed .hidden-desktop {
  display: none;
}
