.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;
}
h1, h2, h3, h4, h5 {
font-weight: 300;
}
h3 {
font-size: 24px;
}
form input[type='text'], form input[type="password"], form input[type="datetime"], form input[type="datetime-local"], form input[type="date"], form input[type="month"], form input[type="time"], form input[type="week"], form input[type="number"], form input[type="email"], form input[type="url"], form input[type="search"], form input[type="tel"], form input[type="color"] {
background: #fcfcfc;
border: 1px solid rgba(219, 219, 219, 1);
padding: 0;
text-indent: 10px;
line-height: 35px;
height: 35px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 2px;
}
form input[type='text']:active,
form input[type='text']:focus,
form input[type="password"]:active,
form input[type="password"]:focus,
form input[type="datetime"]:active,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:active,
form input[type="datetime-local"]:focus,
form input[type="date"]:active,
form input[type="date"]:focus,
form input[type="month"]:active,
form input[type="month"]:focus,
form input[type="time"]:active,
form input[type="time"]:focus,
form input[type="week"]:active,
form input[type="week"]:focus,
form input[type="number"]:active,
form input[type="number"]:focus,
form input[type="email"]:active,
form input[type="email"]:focus,
form input[type="url"]:active,
form input[type="url"]:focus,
form input[type="search"]:active,
form input[type="search"]:focus,
form input[type="tel"]:active,
form input[type="tel"]:focus,
form input[type="color"]:active,
form input[type="color"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: rgba(165, 165, 165, 1);
}
form input[type="radio"],
form input[type="checkbox"] {
  margin: 0;
}
form textarea {
  background: #fcfcfc;
  border: 1px solid #f0f0f0;
  width: 100%;
  height: 180px;
  padding: 0;
  text-indent: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
form textarea:active,
form textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: rgba(165, 165, 165, 1);
}
form input:focus:invalid:focus,
form textarea:focus:invalid:focus,
form select:focus:invalid:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: rgba(165, 165, 165, 1);
}
#sp-component-area-wrapper p {
margin-top: 15px;
text-align: justify;
}
.btn {
  background: #f4f6f6 !important;
border: 1px solid #e3e9e9 !important;
color: #586266!important;
-webkit-box-shadow: inset 0 1px 0 #f8fafa !important;
-moz-box-shadow: inset 0 1px 0 #f8fafa !important;
box-shadow: inset 0 1px 0 #f8fafa !important;
text-shadow: 0 1px 0 #fff !important;
display: inline-block;
vertical-align: middle;
text-align: left;
outline: 0;
cursor: pointer;
white-space: normal;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
transition: all .2s ease-in-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
 padding: 3px 9px;

}
input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child>.dropdown-toggle {
-webkit-border-radius: 0 2px 2px 0;
-moz-border-radius: 0 2px 2px 0;
border-radius: 0 2px 2px 0;
}
.padding-b-20
{
	padding-bottom:20px;
}
.padding-b-30
{
	padding-bottom:30px;
}
.padding-b-40
{
	padding-bottom:40px;
}
.padding-t-20
{
	padding-top:20px;
}
.padding-t-30
{
	padding-top:30px;
}
.padding-t-40
{
	padding-top:40px;
}
.padding-l-20
{
	padding-left:20px;
}
.padding-l-30
{
	padding-left:30px;
}
.padding-l-40
{
	padding-left:40px;
}
.padding-r-20
{
	padding-right:20px;
}
.padding-r-30
{
	padding-right:30px;
}
.padding-r-40
{
	padding-right:40px;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333 !important;
  background-color: #e6e6e6 !important;
  *background-color: #d9d9d9 !important;
}
.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: 12px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.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-default
{
	background: #f4f6f6;
	border: 1px solid #e3e9e9;
	color: #586266!important;
	-webkit-box-shadow: inset 0 1px 0 #f8fafa;
	-moz-box-shadow: inset 0 1px 0 #f8fafa;
	box-shadow: inset 0 1px 0 #f8fafa;
	text-shadow: 0 1px 0 #fff;
}
.btn-default:hover {
background: #a5b3b4;
border: 1px solid #9eadae;
-webkit-box-shadow: inset 0 1px 0 #aebbbc;
-moz-box-shadow: inset 0 1px 0 #aebbbc;
box-shadow: inset 0 1px 0 #aebbbc;
text-shadow: 0 -1px 0 rgba(0,0,0,.1);
}

.btn-warning {
  background: #f58b3c !important;
border: 1px solid #e97931 !important;
color: #fff!important;
-webkit-box-shadow: inset 0 1px 0 #f69c45 !important;
-moz-box-shadow: inset 0 1px 0 #f69c45 !important;
box-shadow: inset 0 1px 0 #f69c45 !important;
text-shadow: 0 1px 0 rgba(0,0,0,.1) !important;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background: #e46526 !important;
border: 1px solid #d6561f !important;
color: #fff!important;
-webkit-box-shadow: inset 0 1px 0 #e8742c !important;
-moz-box-shadow: inset 0 1px 0 #e8742c !important;
box-shadow: inset 0 1px 0 #e8742c !important;
text-shadow: 0 1px 0 rgba(0,0,0,.1) !important;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  background: #e86343 !important;
border: 1px solid #dd5437 !important;
color: #fff!important;
-webkit-box-shadow: inset 0 1px 0 #eb6f4b !important;
-moz-box-shadow: inset 0 1px 0 #eb6f4b !important;
box-shadow: inset 0 1px 0 #eb6f4b !important;
text-shadow: 0 1px 0 rgba(0,0,0,.1) !important;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
 background: #d34a35 !important;
border: 1px solid #c63d2c !important;
color: #fff!important;
-webkit-box-shadow: inset 0 1px 0 #d8533b !important;
-moz-box-shadow: inset 0 1px 0 #d8533b !important;
box-shadow: inset 0 1px 0 #d8533b !important;
text-shadow: 0 1px 0 rgba(0,0,0,.1) !important;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  background: #18ba60 !important;
border: 1px solid #10a95b !important;
color: #fff!important;
-webkit-box-shadow: inset 0 1px 0 #1bc26c !important;
-moz-box-shadow: inset 0 1px 0 #1bc26c !important;
box-shadow: inset 0 1px 0 #1bc26c !important;
text-shadow: 0 1px 0 rgba(0,0,0,.1) !important;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background: #099555 !important;
border: 1px solid #088b4c !important;
color: #fff!important;
-webkit-box-shadow: inset 0 1px 0 #0aa05e !important;
-moz-box-shadow: inset 0 1px 0 #0aa05e !important;
box-shadow: inset 0 1px 0 #0aa05e !important;
text-shadow: 0 1px 0 rgba(0,0,0,.1) !important;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  background: #0dc0c0 !important;
border: 1px solid #09b1b9 !important;
color: #fff!important;
-webkit-box-shadow: inset 0 1px 0 #0fc8c8 !important;
-moz-box-shadow: inset 0 1px 0 #0fc8c8 !important;
box-shadow: inset 0 1px 0 #0fc8c8 !important;
text-shadow: 0 1px 0 rgba(0,0,0,.1) !important;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background: #009ca8 !important;
border: 1px solid #0092a0 !important;
color: #fff!important;
-webkit-box-shadow: inset 0 1px 0 #00a6b1 !important;
-moz-box-shadow: inset 0 1px 0 #00a6b1 !important;
box-shadow: inset 0 1px 0 #00a6b1 !important;
text-shadow: 0 1px 0 rgba(0,0,0,.1) !important;
}
.btn-info:active,
.btn-info.active {
  background-color: #009ca8 \1 !important;
}
.btn-inverse {
  background: #2d323a !important;
border: 1px solid #24282e !important;
color: #c9d1d6!important;
-webkit-box-shadow: inset 0 1px 0 #363c46 !important;
-moz-box-shadow: inset 0 1px 0 #363c46 !important;
box-shadow: inset 0 1px 0 #363c46 !important;
text-shadow: 0 1px 0 rgba(0,0,0,.1) !important;
}
.btn-white {
  background: transparent !important;
border: 1px solid #fff !important;
color: #fff!important;
text-shadow: none !important;
box-shadow: none !important;
font-size: 16px !important;
}
.btn-white:hover {
	background: #fff !important;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background: #384147 !important;
border: 1px solid #32383f !important;
color: #e8edef!important ;
-webkit-box-shadow: inset 0 1px 0 #424c54 !important;
-moz-box-shadow: inset 0 1px 0 #424c54 !important;
box-shadow: inset 0 1px 0 #424c54 !important;
text-shadow: 0 1px 0 rgba(0,0,0,.1) !important;
}
.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: #e5e5e5;
  padding: 5px;
  margin-bottom: 20px;
  font-size: 12px;
}
div.appico .col-4 {
width: 24.5% !important;
}
.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: hidden;
}
ul.pagenav .pagenav-prev {
  float: left;
}
ul.pagenav .pagenav-next {
  float: right;
}
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;
}
.floating{

    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
   

}

@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(0, 15px);}
    to {-webkit-transform: translate(0, -0px);    }    
}
    
@-moz-keyframes Floating{
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(0, 15px);}
    to {-moz-transform: translate(0, -0px);}    
}


.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;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}

#sp-toolbar-wrapper
{
	background: #fff;
	border-bottom: 1px solid #ebebeb;
}

#sp-toolbar-wrapper a
{
	color: #ECECEC  !important;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-title span.menu-desc {
font-size: 80%;
color: #999;
line-height: 1;
display: block;
text-transform: initial;
}
.menu .menu-image
{
	margin-right: 10px;
	margin-bottom: 1px;
}
#sp-main-menu
{
	float: right;
}
#sp-header-wrapper {
	padding: 25px 0;
	border-bottom: 1px solid #ededed;
-webkit-transition: all 500ms;
-moz-transition: all 500ms;
-o-transition: all 500ms;
transition: all 500ms;
}
#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;
}
#sp-search
{
	position: relative;
}
#shineplus-search-icon a
{
	color: #666666;
}
#shineplus-search-icon
{
	text-align: right;
	padding: 10px 0;
}
#sp-header-wrapper .search {
  background: #fafafa;
	position: absolute;
	top: 50px;
	left: 0px;
	width: 100%;
	z-index: 999;
	display: none;
}
#sp-header-wrapper .search form {
  margin: 0;
}
.body-innerwrapper {
  overflow-x: hidden;
}
#sp-main-body-wrapper {
  padding: 30px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

ul.breadcrumb {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
.sp-border {
  position: relative;
}
.sp-border::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-action-bottom-wrapper, #sp-action-center-wrapper , #sp-action-top-wrapper{
 
  line-height: 20px;
}
 .action-button a {
  margin: 22px 0;
}

.action-content p {
  margin: 0;
  padding: 0;
}
 .action-content h2 {
  margin: 0;
  padding: 0;
}
 .action-button .btn,
 .action-button .btn.btn-primary,
 .action-button button {
  color: #fff;
  padding: 14px 25px;
  font-size: 18px;
  font-weight: 500;
  border: 0;
  box-shadow: none;
  text-shadow: none;
  background-image: none;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.action-button .btn:hover,
 .action-button .btn.btn-primary:hover,
 .action-button button:hover {
  color: #fff;
}
#sp-feature-wrapper {
	border-bottom: 1px solid #ebebeb;
	background: #fff;
}
#sp-team-wrapper {
padding: 40px 0 !important;
background-color: #f2f2f2;
border-bottom: 1px solid #ebebeb;
}
#sp-bottom-wrapper {
	padding: 40px 0 !important;
	background: url(../images/bg-footer.jpg) 50% 50% no-repeat;
	background-size: cover;
	 color: #919191;
}
#sp-bottom-wrapper .acyfield_name input, #sp-bottom-wrapper .acyfield_email input
{
	background: rgba(252, 252, 252, 0) !important;
	border: 1px solid rgba(75, 75, 75, 1) !important;
	color: rgb(156, 156, 156) !important;
}
#sp-footer-wrapper {
  padding: 20px 0;
  position: relative;
}
#sp-footer1, #sp-footer2
{
	padding-top: 5px;
}
#sp-footer-wrapper ul li {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
#sp-footer-wrapper ul li a {
  color: #999;
}
#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-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
.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;
}
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;
  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);
  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;
}
button.social,
input[type='submit'].social,
input[type='button'].social,
submit.social {
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
button.social.facebook,
input[type='submit'].social.facebook,
input[type='button'].social.facebook,
submit.social.facebook {
  color: #0378a9;
}
button.social.facebook:hover,
input[type='submit'].social.facebook:hover,
input[type='button'].social.facebook:hover,
submit.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
button.social.twitter,
input[type='submit'].social.twitter,
input[type='button'].social.twitter,
submit.social.twitter {
  color: #17b8fb;
}
button.social.twitter:hover,
input[type='submit'].social.twitter:hover,
input[type='button'].social.twitter:hover,
submit.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
button.social.pinterest,
input[type='submit'].social.pinterest,
input[type='button'].social.pinterest,
submit.social.pinterest {
  color: #dc4e44;
}
button.social.pinterest:hover,
input[type='submit'].social.pinterest:hover,
input[type='button'].social.pinterest:hover,
submit.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
button.social.gplus,
input[type='submit'].social.gplus,
input[type='button'].social.gplus,
submit.social.gplus {
  color: #9d261d;
}
button.social.gplus:hover,
input[type='submit'].social.gplus:hover,
input[type='button'].social.gplus:hover,
submit.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
button.social:hover,
input[type='submit'].social:hover,
input[type='button'].social:hover,
submit.social:hover {
  text-decoration: none;
}
.btn.social {
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.btn.social.facebook {
  color: #0378a9;
}
.btn.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
.btn.social.twitter {
  color: #17b8fb;
}
.btn.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
.btn.social.pinterest {
  color: #dc4e44;
}
.btn.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
.btn.social.gplus {
  color: #9d261d;
}
.btn.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
.btn.social:hover {
  text-decoration: none;
}
.readmore {
bottom: 30px !important;
padding: 10px;
background: none;
border: 1px solid #e1e1e1;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color: #999;
text-shadow: none;
}
.sp-main-menu-toggler {
left: auto;
right: 10px;
z-index: 99999 !important;
position: fixed;
top: 25px !important;
}
@media (max-width: 979px){
.responsive .sp-main-menu-toggler {
top: 60px;
}
}
@media (max-width: 767px){
.responsive .sp-main-menu-toggler {
top: 30px;
}
.item-f { margin-bottom: 20px;}
#sp-footer-wrapper
{
	text-align:center;
}
.ltr #sp-footer-wrapper #sp-footer2 {
text-align: center;
}

}
#sp-testinomial-wrapper
{
	background: url(../images/parallax2.jpg) 50% 0 no-repeat fixed;
    color:#fff;
	position: relative;
}
#sp-parallax1-wrapper{
    background: url(../images/parallax1.jpg) 50% 0 no-repeat fixed;
    color:#fff;
	position: relative;
}
#sp-testinomial-wrapper .header{ 
	z-index: 3;
	position: relative;
}
#sp-parallax1-wrapper .container, #sp-parallax1-wrapper .header{
	z-index: 3;
	position: relative;
}
.parallax-overlay, .mask
{
	background-image: url(../images/pattern.png);
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0.9;
	width:100%;
	height:100%;
	position:absolute;
	top: 0;
	left:0;
	z-index: 2;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#sp-main-menu ul.level-1 > li > a {
color: #999;
}
#sp-main-menu ul.level-0 > li >a {
  display: block;
  margin: 0;
  padding: 10px 15px; 
  color: #666666;
  -webkit-transition: all 0ms;
-moz-transition: all 0ms;
-o-transition: all 0ms;
transition: all 0ms;

 
}
#sp-main-menu ul.level-0 > li >a .menu-desc {
  font-size: 11px;
  color: #999;
  display: block;
}


#sp-main-menu .sp-menu-group-title{
	  background: #F5F5F5;
	}	

#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: 12px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 10px;
  color: #666666;
}
#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 li li:not(.sp-menu-group):hover,
#sp-main-menu li li:not(.sp-menu-group).active {
  background: #f5f5f5;
}
#sp-main-menu div.sp-menu-group {
  margin: 0;
}
#sp-main-menu .megacol > .sp-menu {
  height: 100%;
  border-left: 1px solid #eee;
}
#sp-main-menu .megacol > .sp-menu.first {
  border: none;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #eee;
  color: #666;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group .menu-title {
	
  color: #666;
}
#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;
  margin-top: 30px;
  -webkit-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -moz-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -o-transition: margin 100ms, visibility 100ms, opacity 100ms;
  transition: margin 100ms, visibility 100ms, opacity 100ms;
}
.sp-submenu.open {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  -webkit-transition: margin 200ms;
-moz-transition: margin 200ms;
-o-transition: margin 200ms;
transition: margin 200ms;
}
.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.sub-level-child {
  margin-left: 30px;
  margin-top: 0;
}
.sp-submenu.sub-level-child.open {
  margin-left: 0px;
}
.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;
}
.menu-fixed {
  top: 0;
  width: 100%;
}
.fixed .hidden-desktop {
  display: none;
}
.module {
  margin-top: 20px;
}
.module:first-child {
  margin-top: 0;
}
.module .header {
	margin: 0 0 10px 0;
	line-height: normal;
	position: relative;
	font-size: 19px;
}

.module h3.header:after {
content: "";
display: block;
height: 2px;
position: absolute;
width: 60px;
background: #a0ce4e;
bottom: -1px;
left:0;
}
.form-actions {
background-color: transparent !important;
border-top: none !important;
}
.module.highlighted,
.module.orange,
.module.dark,
.module.green,
.module.maroon,
.module.blue,
.module.gray,
.module.pink,
.module.red {
  padding: 20px;
  color: #fff;
}
.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;
}
.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;
}

.fixed .hidden-desktop {
  display: none;
}
.header
{
margin: 0;
padding-bottom: 8px;
text-transform: uppercase;
font-size: 19px;
}
.header-des
{
padding-top: 8px;
}
.wall-title
{
	margin-bottom: 40px;
}
.header-left
{
font-size: 19px;
text-transform: uppercase;
margin: 0;
padding-bottom: 1px;
text-align: left;
}
.device-left {
width:100%;
background: #e1e1e1;
height: 0px;
margin: 0 auto;
text-align: center;
position: relative;
}
.device-left:before {

content: "";
display: block;
height: 2px;
left: 0;
bottom: -5px;
position: absolute;
width: 60px;
}
.device {
width:30%;
background: #e1e1e1;
height: 1px;
margin: 0 auto;
text-align: center;
position: relative;
}
.device:before {

content: "";
display: block;
height: 1px;
left: 50%;
bottom:0;
margin-left: -50px;
position: absolute;
width: 100px;
}


#sp-left-header
{
	padding: 5px 0;
	color: #ECECEC ;
	font-size: 12px;
}
#sp-left-header i
{
	font-size: 14px;
}
#sp-left-header p
{
	margin:0;
	float: left;
}
#sp-left-header a:hover
{
	color: #fff !important;
}
#sp-right-header
{
	text-align: right;
	padding: 2px 0;
}
#sp-right-header p
{
	margin:0;
}
#sp-right-header a
{
	box-sizing: border-box;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	border: 1px solid;
	border-radius: 4px;
	padding-left: 3px;
}
#sp-right-header a:hover
{
	color: #fff !important;
}
#sp-main-menu li li li:not(.sp-menu-group) a {
display: block;
font-size: 12px;
font-weight: 400;
line-height: normal;
text-decoration: none;
padding: 10px;
color: #666666;
}
.f-sp-header-wrapper {
padding:4px 0 !important;
width: 100%;
z-index: 9999;
border-bottom: 1px solid #ededed;
-webkit-transition: all 500ms;
-moz-transition: all 500ms;
-o-transition: all 500ms;
transition: all 500ms;
}

#sp-menu, #sp-search
{
	padding-top: 7px;
}
div.appico .sp-portfolio-item-inner {

 padding: 0px !important;
}
.sp-portfolio-filter li a
{
	background: #fff  !important;
}
.sprocket-mosaic .sprocket-mosaic-filter ul li, .sprocket-mosaic .sprocket-mosaic-order ul li, .sp-portfolio-filter li a , #main .sprocket-mosaic .sprocket-mosaic-g-order ul li, .sprocket-mosaic .sprocket-mosaic-g-order li, #main .sprocket-mosaic .sprocket-mosaic-g-filter ul li, .sprocket-mosaic .sprocket-mosaic-g-filter li
{
	background: #fff ;
	padding: 8px 10px !important;
	margin: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
		border: 1px solid #ccc;
		color: #aaa;
		text-shadow: 0 1px 0 #fff;
		-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px  !important;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	box-shadow: none !important;
	webkit-box-shadow: none !important;
	-moz-box-shadow:  none !important;
}
.sprocket-mosaic-loadmore, .sprocket-mosaic-g-loadmore, .sprocket-mosaic-g-loadmore.load-all {
transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
-ms-transition: all 0.5s ease-in-out 0s;
color: #9B9B9B;
background: #fff;
border: 1px solid #d1d1d1;
cursor: pointer;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
#sp-slideshow  iframe {
	border: 0;
}
/*feature style */
 .item-f { height: 205px; position: relative; -webkit-perspective: 600px; -moz-perspective: 600px;}
 .item-f .front { background: #fff; border: 1px solid #ddd;; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; height: inherit; text-align: center !important; z-index: 900;transform: rotateY(0deg); -webkit-transform: rotateX(0deg) rotateY(0deg); -moz-transform: rotateX(0deg) rotateY(0deg); -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
 .item-f .back { -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; height: inherit; position: absolute; top: 0; z-index: -1; transform: rotateY(-180deg); -webkit-transform: rotateY(-180deg); -moz-transform: rotateY(-180deg); -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; text-align: center; }
 .item-f:hover .front { z-index: 900; -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); transform: rotateY(180deg);}
 .item-f:hover .back { z-index: 1000; -webkit-transform: rotateX(0deg) rotateY(0deg); -moz-transform: rotateX(0deg) rotateY(0deg); transform: rotateY(0deg);}
 .item-f h2 { margin: 0; padding: 5px 0; font-size: 20px; line-height: normal; }
 .item-f div.paragraph { font-size: 14px; color: #343333 !important; line-height: 24px; padding: 0px 10px; }
 .item-f p { font-size: 14px; color: #343333 !important; line-height: 24px; padding: 10px; margin-top: 0 !important; text-align: center !important;}
 .item-f h5 { color: #fff; font-size: 14px; font-style: normal; font-weight: normal; margin-bottom: 15px; margin-top: 15px; }
 .item-f a { color: #fff !important; font-size: 14px; border: 1px solid;
border-radius: 4px;
padding: 7px;}
 .item-f .back div.paragraph { color: #fff !important; }
 .item-f .back p { color: #fff !important; }
 .feature-icon { padding: 10px; color: #fff; }
 .feature-icon i { font-size: 40px; }
@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toRightFromLeft {
	49% {
		transform: translate(100%);
	}
	50% {
		opacity: 0;
		transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}


#sp-feature-slider-wrapper{
padding: 30px 0;
background-color: #fff;
}
#sp-feature-slider-wrapper .information {
text-align: center;
padding: 10px;
}
#sp-feature-slider-wrapper .icon-feature i {
	color: #CCCCCC;
	font-size: 72px !important;
	line-height: 1;
	padding-left: 18px;
}

.headline.small {
color: rgba(0, 0, 0, .6);
font-family: 'Proxima Regular';
font-size: 1.6em;
text-transform: uppercase;
letter-spacing: 3.6px;
}
#sp-feature-slider-wrapper .information span {
display: block;
padding: 30px 0;
}

@import url(http://fonts.googleapis.com/css?family=Grand+Hotel);
.cursive {
display: block;
color: #333333;
font-family: 'Grand Hotel', cursive;
font-size: 3.7em;
text-transform: none;
letter-spacing: 0px;
font-weight: 400;
}
#sp-feature-slider-wrapper .information .excerpt {
margin-top: 24px;
}
.feature-2 .feature-icon
{
	float: left;
}
.feature-2  .description
{
	margin-left: 80px;
}
.feature-2  .row-fluid {
margin-bottom: 25px !important;
}
.feature-2 .description p
{
	margin-top: 5px !important;
}
.feature-2 .description h4
{
	line-height: 24px;
}
.feature-2 .feature-icon i
{
	text-align: center;
border-radius: 100%;
display: inline-block;
	font-size: 20px;
	line-height: 50px;
	width: 50px;
	height: 50px;
	border-width: 2px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.feature-1 .feature-icon
{
	float: left;
}
.feature-1  .description
{
	margin-left: 80px;
}
.feature-1  .row-fluid {
margin-bottom: 25px !important;
}
.feature-1 .description p
{
	margin-top: 5px !important;
}
.feature-1 .description h4
{
	line-height: 24px;
}
.feature-1 .feature-icon i
{
	text-align: center;
	border-radius: 5px;
	display: inline-block;
	font-size: 20px;
	line-height: 50px;
	width: 50px;
	height: 50px;
	border-width: 2px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.feature-3 .feature-icon
{
	margin: 0 auto;
}
.feature-3  
{
	text-align: center;
	padding: 0 20px;
}
.feature-3  .row-fluid {
margin-bottom: 25px !important;
}
.feature-3 .description p
{
	margin-top: 5px !important;
}
.feature-3 .description h4
{
	line-height: 24px;
}
.feature-3 .feature-icon i
{
	text-align: center;
	border-radius: 100px;
	display: inline-block;
	font-size: 20px;
	line-height: 50px;
	width: 50px;
	height: 50px;
	border-width: 2px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#sp-breadcrumb-wrapper
{
padding: 10px 0;
background: #fff;
border-bottom: 1px solid rgb(235, 235, 235);
}
#sp-search #mod-search-searchword
{
	-webkit-border-radius: 2px 0 0 2px;
-moz-border-radius: 2px 0 0 2px;
border-radius: 2px 0 0 2px;
height: 40px;
width: 120px;
box-shadow: none;
-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#sp-search #mod-search-searchword:hover, #sp-search #mod-search-searchword:active, #sp-search #mod-search-searchword:focus
{
	
background: #fff;
width: 200px;

}
#sp-search  .search .btn-primary
{
	height:40px;
	padding: 2px 12px;
}
#sp-search  .search .btn-primary i
{
	font-size: 17px
}
h4.ns2-title {
	margin: 0 !important;
}
.ns2-wrap
{
	position: relative !important;
}
.ns2-art-controllers
{
	position: absolute;
top: -52px;
right: 0;
}
.ns2-art-prev, .ns2-art-next
{
display: block !important;
width: 27px !important;
height: 27px !important;
line-height: 25px !important;
border-radius: 2px !important;
cursor: pointer !important;
margin-left: 2px !important;
text-align: center !important;
font-size: 1.5em !important;
background-image: none !important;
background-repeat: no-repeat !important; 
 float: none; 
text-indent: 0;
margin: 0 2px;
text-indent: 0 !important;
background: #f5f5f5 !important; color: #050505 !important;box-shadow: 1px 1px 1px rgba(255,255,255,0.5); webkit-transition: 0.3s;	-o-transition: 0.3s;	transition: 0.3s;
}
.ns2-introtextt 
{
	margin-top: 5px !important;
}
.ns2-title a
{
	font-size: 17px!important;
font-weight: normal !important;
color: #666666 !important;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
}
.ns2-column  .ns2-inner .mask {
		width: 100%;
		opacity: 0;
	}
	.ns2-column .ns2-inner .sp-hovercontent {
		z-index:3;
		opacity: 0; 
		left: 50%;
		position: absolute;
		top: 50%;
		margin-top:-30px;
		margin-left:-30px;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	.ns2-column .ns2-inner:hover .sp-hovercontent {

		 -webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}	
	.ns2-column .ns2-inner:hover .mask {
		opacity: 1;
	}
.uk-overlay:hover .uk-overlay-caption{
opacity: 1;
bottom: 0;
}
.uk-overlay-caption
{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	bottom: -70px;
}
.uk-icon-button {
-moz-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
width: 35px;
height: 35px;
 border-radius: 0;
background: transparent;
line-height: 35px;
color: #fff !important;
font-size: 17px;
text-align: center;
border: 0;
text-shadow: none;
}
.uk-icon-button:hover, .uk-icon-button:focus {
background-color: transparent;
text-decoration: none;
outline: 0;
font-size: 17px;
}
.sp-hovercontent {
	font-size: 20px;
	color: #ffffff;
	padding: 20px 22.5px;
	 border-radius: 100px; 
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	text-align: center;
	transition: 0.3s;
	display: block;
}

.uk-panel-title {
margin-top: 0;
font-size: 15px;
line-height: 20px;
font-weight: normal;
text-transform: none;
color: #666666;
}
* + .uk-progress {
margin: 10px 0 !important;
}
.uk-progress {
height: 10px;
}
.uk-badge {
border-radius: 0;
}
.page-header h2
{
	font-size: 24px !important;
}
.items-row {
	margin-bottom: 15px !important;
	padding-bottom: 25px;
	border-bottom: 1px solid #e6e6e6;
}
.article-info
{
	font-size: 12px;
	color: #A7A7A7;
}
.blog .item .introtext
{
	padding-top: 10px;
	text-align: justify;
}
.category-name
{
	margin:0 !important;
}
.pagination li a
{
	padding: 10px 18px !important;
	color: #666666;
}
#textbox-input input{
	width: 100%;
}
#textbox-input {
overflow: hidden;
margin-bottom: 13px;
}
#sp-quickcontact-form #message
{
	width:100%;
	max-width:100%;
	min-height:200px;
	border: 1px solid rgba(219, 219, 219, 1);
}
.social a
{
	background: #3F3F3F;
	color: #fff !important;
	width: 25px;
	height: 28px;
	margin-right: 5px;
	margin-bottom: 5px;
	display: block;
	float: left;
	padding: 8px 0 0 10px;
	border-radius: 4px;
}
.social a:hover
{
	background: #666666;
	
}
#sp-bottom-wrapper  .sprocket-quotes-text-arrow
{
	display: none;
}
#sp-bottom-wrapper  .sprocket-quotes-text
{
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	background: transparent;
	border-left: 0;
}
#sp-bottom-wrapper .sprocket-quotes-item
{
	padding: 0;
	margin: 0;
}

#sp-bottom-wrapper .sprocket-quotes-container > li
{
	margin: 0;
}

#sp-bottom-2nd-row-wrapper {
  padding: 35px 0;
  background: #383838;
  color: #fff;
}
#sp-bottom-2nd-row-wrapper .acymailing_form
{

position: relative;
}
#sp-bottom-2nd-row-wrapper #sp-bottom5,
#sp-bottom-2nd-row-wrapper #sp-bottom6,
#sp-bottom-2nd-row-wrapper #sp-bottom7,
#sp-bottom-2nd-row-wrapper #sp-bottom8 {
  display: table;
}
#sp-bottom-2nd-row-wrapper #sp-bottom5 form,
#sp-bottom-2nd-row-wrapper #sp-bottom6 form,
#sp-bottom-2nd-row-wrapper #sp-bottom7 form,
#sp-bottom-2nd-row-wrapper #sp-bottom8 form {
  margin: 0px;
}
#sp-bottom-2nd-row-wrapper #sp-bottom5 .custom,
#sp-bottom-2nd-row-wrapper #sp-bottom6 .custom,
#sp-bottom-2nd-row-wrapper #sp-bottom7 .custom,
#sp-bottom-2nd-row-wrapper #sp-bottom8 .custom {
  display: table-cell;
  vertical-align: middle;
}
#sp-bottom-2nd-row-wrapper #sp-bottom5 .custom p,
#sp-bottom-2nd-row-wrapper #sp-bottom6 .custom p,
#sp-bottom-2nd-row-wrapper #sp-bottom7 .custom p,
#sp-bottom-2nd-row-wrapper #sp-bottom8 .custom p {
  margin: 8px 0;
}
#sp-bottom-2nd-row-wrapper #sp-bottom5 a,
#sp-bottom-2nd-row-wrapper #sp-bottom6 a,
#sp-bottom-2nd-row-wrapper #sp-bottom7 a,
#sp-bottom-2nd-row-wrapper #sp-bottom8 a {
  color: #fff;
  line-height: 24px;
  text-transform: capitalize;
}
#sp-bottom-2nd-row-wrapper #sp-bottom5 a i,
#sp-bottom-2nd-row-wrapper #sp-bottom6 a i,
#sp-bottom-2nd-row-wrapper #sp-bottom7 a i,
#sp-bottom-2nd-row-wrapper #sp-bottom8 a i {
  line-height: 24px;
}
#sp-bottom-2nd-row-wrapper #sp-bottom5 .subcription-bottom-wrapper .acymailing_form .onefield,
#sp-bottom-2nd-row-wrapper #sp-bottom6 .subcription-bottom-wrapper .acymailing_form .onefield,
#sp-bottom-2nd-row-wrapper #sp-bottom7 .subcription-bottom-wrapper .acymailing_form .onefield,
#sp-bottom-2nd-row-wrapper #sp-bottom8 .subcription-bottom-wrapper .acymailing_form .onefield {
  width: 100%;
  float: left;
}
#sp-bottom-2nd-row-wrapper #sp-bottom5 .subcription-bottom-wrapper .acymailing_form >p,
#sp-bottom-2nd-row-wrapper #sp-bottom6 .subcription-bottom-wrapper .acymailing_form >p,
#sp-bottom-2nd-row-wrapper #sp-bottom7 .subcription-bottom-wrapper .acymailing_form >p,
#sp-bottom-2nd-row-wrapper #sp-bottom8 .subcription-bottom-wrapper .acymailing_form >p {
  margin: 0;
  display: inline-block;
}
#sp-bottom-2nd-row-wrapper #sp-bottom5 .subcription-bottom-wrapper .acymailing_form .acyfield_email >input[type='text'],
#sp-bottom-2nd-row-wrapper #sp-bottom6 .subcription-bottom-wrapper .acymailing_form .acyfield_email >input[type='text'],
#sp-bottom-2nd-row-wrapper #sp-bottom7 .subcription-bottom-wrapper .acymailing_form .acyfield_email >input[type='text'],
#sp-bottom-2nd-row-wrapper #sp-bottom8 .subcription-bottom-wrapper .acymailing_form .acyfield_email >input[type='text'] {
  background: transparent;
  border: 1px solid #fff;
  border-right: transparent;
  color: #fff;
  margin: 0px;
  padding-left: 15px;
  height: 50px;
}
#sp-bottom-2nd-row-wrapper #sp-bottom5 .subcription-bottom-wrapper .acymailing_form .acysubbuttons,
#sp-bottom-2nd-row-wrapper #sp-bottom6 .subcription-bottom-wrapper .acymailing_form .acysubbuttons,
#sp-bottom-2nd-row-wrapper #sp-bottom7 .subcription-bottom-wrapper .acymailing_form .acysubbuttons,
#sp-bottom-2nd-row-wrapper #sp-bottom8 .subcription-bottom-wrapper .acymailing_form .acysubbuttons {
  position: absolute;
top: 0;
right: 0;
}
#sp-bottom-2nd-row-wrapper #sp-bottom5 .subcription-bottom-wrapper .acymailing_form .acysubbuttons >input[type='submit'],
#sp-bottom-2nd-row-wrapper #sp-bottom6 .subcription-bottom-wrapper .acymailing_form .acysubbuttons >input[type='submit'],
#sp-bottom-2nd-row-wrapper #sp-bottom7 .subcription-bottom-wrapper .acymailing_form .acysubbuttons >input[type='submit'],
#sp-bottom-2nd-row-wrapper #sp-bottom8 .subcription-bottom-wrapper .acymailing_form .acysubbuttons >input[type='submit'] {
  text-indent: -9999em;
 height: 50px;
  width: 50px;
  padding: 0;
  display: inline-block;
  margin-left: -1px;
  border: 1px solid #fff !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#sp-bottom-2nd-row-wrapper #sp-bottom5 .subcription-bottom-wrapper .acymailing_form .acysubbuttons:after,
#sp-bottom-2nd-row-wrapper #sp-bottom6 .subcription-bottom-wrapper .acymailing_form .acysubbuttons:after,
#sp-bottom-2nd-row-wrapper #sp-bottom7 .subcription-bottom-wrapper .acymailing_form .acysubbuttons:after,
#sp-bottom-2nd-row-wrapper #sp-bottom8 .subcription-bottom-wrapper .acymailing_form .acysubbuttons:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -3px;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
.sp_piechart .circliful {
  position: relative;
}
.sp_piechart .circle-text,
.sp_piechart .circle-info,
.sp_piechart .circle-text-half,
.sp_piechart .circle-info-half {
  width: 200px; 
  position: absolute;
  text-align: center;
  display: inline-block;
}
.sp_piechart .circle-info,
.sp_piechart .circle-info-half {
  color: #999;
}
.sp_piechart.circliful .fa {
  margin: -10px 3px 0 3px;
  position: relative;
  bottom: 4px;
}
.acymailing_module .acymailing_form
{
	margin-top: 10px!important;
}
.acymailing_module .acymailing_form .acysubbuttons .button 
{	
	width: 100% !important;
	padding: 7px !important;
}
@media (max-width: 767px) {
  .responsive.bg {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .container {
    padding: 0 10px;
    max-width: 480px;
    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;
  }
  .bottom_gallery img {
	width: 85px !important;
}
.item-f p {
font-size: 14px !important;
padding: 10px !important; 
}
.feature-icon {
padding: 10px !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;
  }
   .bottom_gallery img {
	width: 50px;
}
	.item-f p {
	font-size: 12px;
	padding: 0px;
	}
	.feature-icon {
	padding: 5px;
	}
	.action-button
	{
		float:none !important;
	}
}