.large-text {
  font-size: 36px;
}
.semi-large-text {
  font-size: 22px;
}
.medium-text {
  font-size: 18px;
}
.body-text {
  font-size: 14px;
}
.small-text {
  font-size: 12px;
}
.bold-text {
  font-weight: 700;
}
.semi-bold-text {
  font-weight: 600;
}
.normal-text {
  font-weight: 400;
}
.thin-text {
  font-weight: 100;
}
.text-uppercase {
  text-transform: UPPERCASE;
}
.unordered-inline-list {
  list-style-type: none;
  margin: 0;
}
.unordered-inline-list li {
  display: inline;
}
.top-bordered {
  border-top: 1px solid #999999;
}
.global-button {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.title_white h3 {
  color: #fff;
}
.align-left-title h3,
.align-left-title p {
  text-align: left;
}
.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 #002b80;
  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: #003cb3;
}
.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: ;
  text-decoration: underline;
  background-color: transparent;
}
a,
a:hover {
  text-decoration: none;
}
h2.entry-title {
  font-weight: 200;
  text-transform: uppercase;
}
.page-header h2 {
  font-weight: 200;
  text-transform: uppercase;
}
h1.entry-title {
  font-weight: 200;
  text-transform: uppercase;
}
.entry-meta.muted {
  padding: 5px;
  margin-bottom: 20px;
  font-size: 12px;
}
.entry-meta.muted time.create-date {
  font-size: 14px;
  font-weight: 200;
  padding-bottom: 5px;
  color: #999;
}
.entry-meta.muted time.create-date i {
  padding-right: 5px;
}
.entry-meta.muted >span,
.entry-meta.muted >time {
  margin: 0 5px 15px 0;
  display: block;
}
.entry-meta ul {
  margin: 0;
}
.entry-meta ul.actions {
  float: left;
}
.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;
}
.contentpane iframe#blockrandom {
  margin: 50px 0px;
}
dl dt,
dl dd {
  display: block;
}
dl dd {
  margin-bottom: 10px;
}
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;
}
.filter-search {
  display: inline;
}
.filter-search select {
  border-radius: 0;
  border-color: #000;
  margin: 10px 10px 10px 0px;
}
.alert-info {
  background: none;
  border-color: transparent;
  padding: 0px;
}
.controls input {
  border-radius: 0;
  border: 1px solid #000;
}
#searchForm .btn-toolbar .btn-group input {
  border-radius: 0;
  border-color: #000;
  width: 300px;
}
#searchForm .btn-toolbar .btn-group input:focus {
  box-shadow: none;
}
#searchForm .btn-toolbar .btn-group button {
  padding: 4px 20px;
  color: #fff;
}
legend {
  padding-top: 30px;
}
.phrases-box input {
  margin: 0px;
}
.phrases-box label {
  display: inline;
  margin-right: 10px;
}
.ordering-box {
  padding: 50px 0px 0px;
}
.ordering-box label {
  display: inline;
  margin-right: 10px;
}
.ordering-box select {
  border-radius: 0;
  border-color: #000;
}
.only label {
  display: inline;
  padding-right: 20px;
}
.only label input[type="checkbox"] {
  float: none;
  margin: 0px 0px 0px -20px;
}
.login form.form-horizontal {
  padding: 50px 0px;
}
form#finder-search fieldset.word {
  padding: 20px 0px;
}
form#finder-search fieldset.word label {
  display: inline;
  padding-right: 10px;
}
form#finder-search fieldset.word input {
  border-color: #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: 10px;
}
form#finder-search a {
  font-weight: 200;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin: 20px 0px;
  display: block;
  border-bottom: 1px solid #eee;
  font-size: 26px;
}
form#finder-search #advanced-search #finder-filter-window ul {
  margin: 0px;
}
form#finder-search #advanced-search #finder-filter-window ul li {
  list-style: none;
  padding: 10px 0px;
}
form#finder-search #advanced-search #finder-filter-window ul li label {
  display: inline;
  padding-right: 20px;
}
form#finder-search #advanced-search #finder-filter-window ul li select {
  border-color: #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: 10px;
}
form#finder-search #advanced-search #finder-filter-window ul li:first-child label {
  padding-right: 54px;
}
form#finder-search #advanced-search #finder-filter-window ul li:nth-child(3n) label {
  padding-right: 36px;
}
form#finder-search #advanced-search #finder-filter-window ul li:last-child label {
  padding-right: 66px;
}
form#adminForm .filters {
  padding: 20px 0px;
}
form#adminForm .filters .btn-group label {
  padding-right: 20px;
}
form#adminForm .filters .btn-group select {
  border-color: #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: 10px;
}
form#adminForm ul li {
  list-style: none;
  border-bottom:1px solid #C3C3C3;
  border-right:1px solid #C3C3C3;
  padding:10px 10px; 
  margin-bottom: 10px;
  background: #f7f7f7;
}
.weblink-category h2 {
  font-weight: 200;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin: 20px 0px;
  display: block;
  border-bottom: 1px solid #eee;
  font-size: 26px;
}
.weblink-category form table.category tbody tr {
  border-bottom: 1px solid #eee;
}
.weblink-category form table.category tbody tr td.title {
  padding: 5px 30px 5px 0px;
}
.newsfeed-category {
  padding-bottom: 30px;
}
.newsfeed-category form fieldset.filters .hidelabeltxt {
  font-weight: 200;
  text-transform: uppercase;
  display: block;
  border-bottom: 1px solid #eee;
  font-size: 26px;
}
.newsfeed-category form fieldset.filters .display-limit select#limit {
  width: auto;
  border-color: #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.newsfeed-category form table.category thead {
  text-align: left;
}
.newsfeed-category form table.category thead tr th {
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
}
.newsfeed-category form table.category thead tr th.item-link {
  padding-left: 50px;
}
.newsfeed-category form table.category tbody tr td {
  padding: 5px 0px;
  border-bottom: 1px solid #eee;
}
.newsfeed-category form table.category tbody tr td.item-link {
  padding-left: 50px;
}
.item-page {
  padding: 20px 0;
}
.registration .modal {
  position: relative;
  top: 0;
  left: 0;
}
.large-text {
  font-size: 36px;
}
.semi-large-text {
  font-size: 22px;
}
.medium-text {
  font-size: 18px;
}
.body-text {
  font-size: 14px;
}
.small-text {
  font-size: 12px;
}
.bold-text {
  font-weight: 700;
}
.semi-bold-text {
  font-weight: 600;
}
.normal-text {
  font-weight: 400;
}
.thin-text {
  font-weight: 100;
}
.text-uppercase {
  text-transform: UPPERCASE;
}
.unordered-inline-list {
  list-style-type: none;
  margin: 0;
}
.unordered-inline-list li {
  display: inline;
}
.top-bordered {
  border-top: 1px solid #999999;
}
.global-button {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.title_white h3 {
  color: #fff;
}
.align-left-title h3,
.align-left-title p {
  text-align: left;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
.row-fluid {
  margin-bottom: 20px;
}
.row-fluid:first-child {
  margin-bottom: 0;
}
.tp-caption,
.tp-caption h3,
.tp-caption h1,
.tp-caption .btn-default,
.ready-buy-text,
.call-to-action-btn,
.call-to-action-btn:hover,
.call-to-action-btn:focus,
.design-feature-main-title,
.design-feature-subtitle,
.design-feature-text p,
.sign-up-text,
.team-custom-text p,
.text_white p,
.sp-portfolio-item-details .item-title a,
.sp-portfolio-item-details .item-title a:hover,
.sp-portfolio-item-details small,
#sp-testimonial-wrapper,
.rox-preview-more a i,
.sp-portfolio-filter li a.btn:hover,
.sp-portfolio-filter li a.active,
.btn-live,
.right-social-link li:hover a i,
#sp-breadcrumb span {
  color: #fff;
}
.top-bar-contact {
  font-size: 12px;
  font-size: 12px;
  font-weight: 400;
  font-weight: 400;
  line-height: 0;
}
.top-bar-contact i {
  margin-right: 5px;
  font-size: 14px;
  font-size: 14px;
}
.top-bar-contact i:last-child {
  padding: 0 5px;
}
.right-social-link {
  text-align: right;
  float: right;
  list-style-type: none;
  margin: 0;
}
.right-social-link li {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  float: left;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.right-social-link li i {
  font-size: 12px;
  height: 35px;
  width: 30px;
  display: block;
  line-height: 35px;
  border-left: 1px solid #f2f2f2;
}
.right-social-link li i.icon-twitter:hover {
  background: #58A7D8;
}
.right-social-link li i.icon-facebook:hover {
  background: #3B5998;
}
.right-social-link li i.icon-google-plus:hover {
  background: #DD4B39;
}
.right-social-link li i.icon-skype:hover {
  background: #04B1F5;
}
.right-social-link li:last-child a i {
  border-right: 1px solid #f2f2f2;
}
.right-social-link li a {
  line-height: 15px;
}
#sp-header-wrapper {
  border-top: 1px solid #f2f2f2;
}
#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-header-wrapper .search {
  border-right: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
  padding: 26px 0;
  margin: 0;
}
#sp-header-wrapper .search #mod-search-searchword {
  border: 0;
  box-shadow: none;
  width: 165px;
  padding: 4px 12px;
  margin-left: 6px;
  background: transparent;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
#sp-header-wrapper .search #mod-search-searchword:focus {
  padding: 4px 12px;
  width: 175px;
}
#sp-header-wrapper .search .button {
  border: 0;
  background: transparent;
  box-shadow: none;
}
#sp-header-wrapper .search .button i {
  color: #ccc;
  text-shadow: none;
}
#sp-header-wrapper .search form {
  margin: 0;
}
.body-innerwrapper {
  overflow-x: hidden;
}
header {
  
  margin: auto;  
  z-index: 9999;  
  position: fixed;  
  top: 0; 
  left:0; 
  width:100%;
}
.box {
  background: #FFF;
}
.effect2 {
  position: relative;
  border-bottom: 1px solid #999999;
}
.effect2:before,
.effect2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 16px;
  left: 0;
  width: 45%;
  top: 64%;
  margin: 0 -15px;
  background: #000;
  -webkit-box-shadow: 2px 15px 25px #444;
  -moz-box-shadow: 2px 15px 25px #444;
  box-shadow: 2px 15px 25px #444;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
  right: -16px;
  left: auto;
}
#sp-breadcrumb-wrapper {
  padding: 30px 0;
  font-size: 18px;
  font-weight: 600;
  text-transform: UPPERCASE;
  text-transform: UPPERCASE;
  text-align: center;
  background-size: 100% 100%;
}
#sp-breadcrumb-wrapper th,
#sp-breadcrumb-wrapper tr,
#sp-breadcrumb-wrapper td {
  text-align: center;
}
#sp-ready-buy-wrapper {
  background-size: 100% 100%;
}
#sp-breadcrumb ul.breadcrumb li a {
  color: #fff;
  text-shadow: none;
}
#sp-breadcrumb .pathway,
#sp-breadcrumb img {
  display: none;
}
.tp-caption,
.tp-caption button {
  text-transform: UPPERCASE;
}
.slider-medium-text h3 {
  font-size: 20px;
}
.slider-large-text h1 {
  font-size: 45px;
}
.slider-text-bg h3 {
  padding: 0 20px;
}
.slider-text-bg h1 {
  padding: 15px;
}
.slider-btn .btn-default {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #fff;
  background: transparent;
  padding: 12px 25px;
}
.tparrows {
  width: 51px !important;
  height: 55px !important;
}
.tp-leftarrow.default {
  background: url('../images/slider-left-arrow.png') no-repeat !important;
  left: 0 !important;
}
.tp-rightarrow.default {
  background: url('../images/slider-right-arrow.png') no-repeat !important;
  right: 0 !important;
}
.tp-bullets.simplebullets.round .bullet {
  background: #fff !important;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  width: 10px !important;
  height: 11px !important;
  margin-right: 7px !important;
  border: 2px solid transparent;
}
.tp-bullets.simplebullets.round .bullet.selected {
  background: transparent !important;
  border: 2px solid #fff;
}
#sp-product-feature .row {
  margin: 0;
}
.product-featuring .rox-product-feature-block:hover .bg-icon-block {
  border: 3px solid #fff;
}
#sp-ready-buy {
  margin-top: 30px;
  padding: 0 0 6px 0;
}
.call-to-action-btn {
  padding: 10px 25px 10px 25px;
  background: none;
  border: 2px solid #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: 12px;
  text-shadow: none;
}
.call-to-action-btn:focus {
  background: transparent;
}
.service-custom-text h3 {
  text-align: left !important;
}
.rox_acc_content:hover .icon-top-what-we-can-sec {
  -webkit-animation: spin 2s;
  -moz-animation: spin 2s;
  -ms-animation: spin 2s;
  -o-animation: spin 2s;
  animation: spin 2s;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.item-body h2,
.rox-work-block h2 {
  font-size: 22px;
  font-size: 22px;
  font-weight: 100;
  font-weight: 100;
}
h1.ready-buy-text {
  font-weight: 100;
  font-weight: 100;
}
#sp-our-skill-wrapper {
  background: url(../images/skill-bg.png) no-repeat;
  background-size: 100% 100%;
}
#sp-our-skill-wrapper .title_white h3 {
  text-align: left;
  margin-bottom: 35px;
}
.skill {
  margin-top: 0 !important;
}
#sp-portfolio {
  padding-bottom: 40px;
}
.sp-portfolio-thumb .sp-portfolio-overlay {
  opacity: 0.9 !important;
  height: 0 !important;
  width: 100%;
}
.sp-portfolio-thumb:hover .sp-portfolio-overlay {
  height: 100% !important;
  -webkit-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -o-transition: all 0.5s !important;
  transition: all 0.5s !important;
}
.rox-preview-more {
  position: absolute !important;
  height: 50px !important;
  top: 400px !important;
  background: #4f4f4f;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.rox-preview-more a {
  background: transparent !important;
  width: 65px !important;
  height: 50px !important;
}
.rox-preview-more a i {
  font-size: 25px;
  font-weight: 200;
  line-height: 51px;
}
.sp-portfolio-item-details {
  height: 100px !important;
  top: 75% !important;
  margin-top: -120px !important;
}
.sp-portfolio-item-details .item-title a {
  font-size: 16px;
}
.sp-portfolio-item-details small {
  font-size: 15px;
  line-height: 4;
  border: 1px solid;
  padding: 5px 15px;
}
#sp-testimonial-wrapper {
  padding: 50px 0px;
  background: url('../images/bg2.jpg') no-repeat center #B4F59B;
  background-size: 100% 100%;
}
.pricing_table {
  width: 100%;
}
.pricing_table ul li {
  margin: 0px 10px;
  padding: 10px 0px;
  border-bottom: 1px solid #D8D8D8;
}
.pricing_table ul li .price {
  width: 81px;
  height: 40px;
  margin: 0 auto;
  padding: 28px 10px;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.pricing_table ul li a.buy_now {
  padding: 10px 30px;
}
.pricing_table ul li a.buy_now:hover {
  background: #fff;
}
.pricing_table ul li:first-child {
  padding: 20px 0px;
  font-weight: 500;
  border-bottom: 0px;
  margin: 0px;
}
.pricing_table ul li:nth-child(2) {
  border-bottom: 0px;
  margin: 0px;
  padding: 20px 0px;
}
.pricing_table ul li:last-child {
  padding: 40px 0px;
  border-bottom: 0px;
  margin: 0px;
}
.design-feature-main-title {
  font-size: 36px;
  font-size: 36px;
  font-weight: 100;
  font-weight: 100;
  text-transform: UPPERCASE;
  text-transform: UPPERCASE;
}
.ns2-column {
  min-height: 500px;
}
.ns2-inner {
  margin-bottom: 20px;
}
.ns2-inner .rox-blog-update-img {
  position: relative;
}
.ns2-inner .rox-blog-update-img .ns2-date-blog {
  position: absolute;
  z-index: 10;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  top: 0px;
  left: 0px;
}
.ns2-inner .rox-blog-update-img a img.ns2-image {
  position: relative;
  z-index: 1;
  width: 100%;
  border-bottom: 5px solid;
  transition-duration: 500ms;
}
.ns2-inner .rox-blog-update-img a img.ns2-image:hover {
  -webkit-filter: grayscale(50%);
  -moz-filter: grayscale(50%);
  -ms-filter: grayscale(50%);
  -o-filter: grayscale(50%);
  filter: grayscale(50%);
}
.ns2-inner .rox-blog-update {
  padding: 30px 15px 20px 15px;
  color: #333333;
  background: #F8F8F8;
  margin-top: 5px;
  font-weight: 200;
}
.ns2-inner .rox-blog-update h4.ns2-title {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.ns2-inner .rox-blog-update p.ns2-introtext {
  font-size: 13px;
  color: #747474;
  line-height: 22px;
  margin-bottom: 0px;
}
.ns2-inner .rox-blog-update .ns2-links {
  text-align: right;
}
.ns2-inner .rox-blog-update .ns2-links a.ns2-readmore {
  color: #a2a2a2;
  font-size: 13px;
  font-weight: 200;
}
.ns2-inner .rox-blog-update .ns2-links a.ns2-readmore span {
  background-image: none;
}
#sp-client-wrapper {
  position: relative;
  overflow: hidden;
  text-align: center;
}
#sp-client-wrapper .header {
  position: relative;
  z-index: 999;
  background: rgba(53,49,49,0.71);
  padding: 1% 5%;
  display: inline-block;
  margin-bottom: 60px;
}
#sp-newsletter-wrapper {
  max-height: 65px;
}
#sp-newsletter-wrapper p {
  margin: o;
}
#sp-newsletter-wrapper .module {
  margin: 0;
}
.sign-up-text {
  line-height: 60px;
  font-size: 18px;
}
.acyfield_email .inputbox {
  height: 26px;
  border-radius: 0;
}
.acysubbuttons .subbutton {
  text-transform: UPPERCASE;
  text-transform: UPPERCASE;
  background: transparent;
  border: 1px solid #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-left: 12px;
  padding: 7px 22px;
}
.acysubbuttons .subbutton:hover {
  background: #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-bottom-wrapper {
  background: url('../images/bottom-bg.png');
  background-size: 100% 100%;
}
#sp-bottom-wrapper .bottom-title {
  margin: 0;
}
#sp-bottom-wrapper .bottom-a-text {
  padding: 20px 0;
}
#sp-bottom-wrapper .bottom-social li {
  margin: 0 10px;
}
#sp-bottom-wrapper h3 {
  font-size: 15px;
  font-weight: bold;
  text-align: right !important;
}
.bottom-social {
  list-style-type: none;
  margin: 0;
  list-style-type: none;
  margin: 0;
  margin: 0 0 -7px 0;
  padding: 10px 0;
}
.bottom-social li {
  margin: 0 15px;
}
.bottom-social li i {
  font-size: 20px;
}
.bottom-social li:last-child {
  margin-right: 0;
}
.bottom-social li {
  display: inline;
}
.bottom-social li {
  display: inline;
}
.rox-contact .contact-info .contact-info-text {
  padding: 0 0 0 24px;
}
.rox-contact .contact-info h6 {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
}
.rox-contact .contact-info i {
  float: left;
  display: block;
  overflow: hidden;
}
.module-title-fixing {
  font-size: 22px !important;
  margin-top: 9px !important;
}
.gallery li a {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 5px 0 !important;
}
.gallery li a img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#sp-footer-wrapper {
  padding: 30px 0;
  background: #272727;
}
#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 .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;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a,
.btn-group.open .btn-primary.dropdown-toggle {
  background-image: none;
}
article section.entry-content h1.text-uppercase {
  font-weight: 200;
  padding-bottom: 20px;
}
#sp-team-wrapper {
  background: url('../images/about-us-bg.jpg') no-repeat;
  background-size: 100% 100%;
}
.rox-working-process .row {
  margin: 0;
}
.sp-portfolio-filter li {
  margin: 0 6px;
  position: relative;
  margin-bottom: 10px;
}
.sp-portfolio-filter li a {
  padding: 8px 15px !important;
  font-size: 14px;
  text-transform: UPPERCASE;
  text-transform: UPPERCASE;
}
.sp-portfolio-filter li a.btn {
  background: transparent !important;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.sp-portfolio-filter li:first-child {
  margin-left: 0;
}
.sp-portfolio-filter li:hover .filter-arrow,
.sp-portfolio-filter li .active .filter-arrow {
  top: 40px;
  opacity: 1;
}
.filter-arrow {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 36%;
  opacity: 0;
  -webkit-transition: position 0.5s;
  -moz-transition: position 0.5s;
  -o-transition: position 0.5s;
  transition: position 0.5s;
}
.two-colum-portfolio .sp-portfolio-thumb .rox-preview-more {
  top: 590px !important;
}
.two-colum-portfolio .sp-portfolio-thumb:hover .rox-preview-more {
  top: 370px !important;
}
.two-colum-portfolio .sp-portfolio-thumb .sp-portfolio-item-details {
  top: 65% !important;
}
.two-colum-portfolio .sp-portfolio-thumb h4.item-title {
  font-weight: 100;
  font-weight: 100;
}
.recent_portfolio {
  padding-bottom: 20px;
}
#portfolio-details {
  padding: 3% 0;
}
#portfolio-details .carousel {
  margin: 10px 0 30px 0;
}
.portfolio-carosel-inner {
  border-width: 10px;
  border-style: solid;
}
.portfolio-carosel-indicators {
  top: 600px;
  right: 40%;
}
.portfolio-carosel-indicators li {
  border: 2px solid transparent;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.project-image img {
  width: 100%;
  min-height: 570px;
}
.project-head-title .preset-color {
  font-size: 18px;
}
.portfolio-info ul {
  padding: 10px 0;
}
.portfolio-info ul li {
  display: inline;
  margin: 0 10px;
}
.portfolio-info ul li:first-child {
  margin-left: 0;
}
.btn-live {
  padding: 6px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #fff;
  box-shadow: 0 0 1px #000;
}
.btn-live,
.btn-live:hover {
  color: #fff !important;
}
.btn-live:hover {
  border-color: transparent;
}
.portfolio-expand .client-nick {
  padding: 20px 0;
}
blockquote {
  font-style: italic;
}
blockquote i {
  font-size: 20px;
}
blockquote i:first-child {
  margin-right: 10px;
}
blockquote i:last-child {
  margin-left: 10px;
}
.portfolio-info {
  margin-left: 30px;
}
.pagination ul li a {
  color: #fff;
}
.pagination ul li a:hover {
  background: #000;
  color: #fff;
}
.pagination ul li:first-child a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination ul li:last-child a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.itemCommentsForm form input#submitCommentButton {
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.itemCommentsForm .required-input:focus {
  border: 1px solid red;
}
.rox-itemComments {
  display: inline;
  padding-left: 3px;
}
#sp-right .module {
  padding-left: 20%;
  font-size: 13px;
}
#sp-right .module:first-child {
  margin-top: 0;
}
#sp-right .module .mod-wrapper h3 {
  font-size: 18px;
  font-size: 18px;
  text-align: left;
  font-weight: 400;
  font-weight: 400;
  text-transform: capitalize;
}
#sp-right .module .mod-wrapper .mod-content .mod-inner .custom ul.gallery {
  padding: 0px;
}
#sp-right .module .mod-wrapper .mod-content .mod-inner .custom .carousel a.carousel-control {
  display: none;
}
#sp-right .module .mod-wrapper .mod-content .mod-inner .search {
  float: none;
  padding-right: 6%;
  margin-top: 12%;
}
#sp-right .module .mod-wrapper .mod-content .mod-inner .search form.form-inline input {
  width: 100%;
  height: 30px;
  padding-left: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.rox-blog-quote {
  position: relative;
  line-height: 17px;
  padding: 20px;
  background: #eeeeee;
  border-left: 5px solid;
  font-style: italic;
  color: #9c9c9c;
  margin: 7% 0 3% 10%;
}
.rox-blog-quote .rox-triangle {
  position: absolute;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  height: 0px;
  width: 0px;
  left: 0px;
  top: 42%;
}
.contact-info h2 {
  color: #242424;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 30px;
  margin-top: 0px;
  line-height: 15px;
}
.contact-info .span6 {
  margin-left: 0px;
}
.contact-info .span6 address {
  font-weight: 200;
  color: #545454;
  padding-bottom: 40px;
  line-height: 20px;
  text-transform: uppercase;
}
.contact-info .span6 address strong {
  font-weight: 200;
  color: #545454;
}
.sp_quickcontact {
  padding: 30px 0px;
}
.sp_quickcontact input {
  color: #545454;
  width: 200px;
  margin-right: 10px;
  border: 1px solid #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.sp_quickcontact input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #000;
}
.sp_quickcontact input#subject {
  margin-right: 0px;
}
.sp_quickcontact textarea#message {
  color: #545454;
  width: 98%;
  border: 1px solid #000;
  height: 160px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.sp_quickcontact textarea#message:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sp_quickcontact input.button {
  margin-right: 0px;
  text-align: right;
  padding: 8px 10px 8px 40px;
  width: auto;
}
#es-wrap {
  margin-top: 15px;
}
#Kunena {
  margin-top: 30px;
}
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.recent_portfolio_title h3 {
  font-weight: 100;
  font-weight: 100;
  text-align: center;
  font-size: 36px;
  padding-bottom: 20px;
  font-weight: 100;
  text-transform: uppercase;
  color: #333333;
  margin: 15px 0 15px 0;
  line-height: normal;
}
.recent_portfolio_title,
div.recent_portfolio {
  margin-bottom: 50px;
}
#sp-header-wrapper {
  z-index: 200000;
}
#sp-feature-wrapper {
  z-index: 200;
}
#sp-theme-settings-wrapper {
  position: absolute;
}
#sp-bottom-wrapper {
  position: relative;
}
#sp-bottom-wrapper:hover a.sp-totop {
  opacity: 1;
  display: block !important;
  top: 50%;
}
a.sp-totop {
  position: absolute;
  top: 100%;
  right: 50px;
  height: 40px;
  width: 40px;
  background: rgba(0,0,0,0.5);
  text-align: center;
  line-height: 40px;
  opacity: 0;
  transition: all 800ms;
  -webkit-transition: all 800ms;
  transition: all 800ms;
}
html.box {
  margin: auto !important;
  background: #f5f5f5;
  overflow-x: hidden;
  padding: 15px;
}
html.box body {
  background: #fff;
  box-shadow: 0 0 2px rgba(0,0,0,0.5);
  z-index: -8000;
}
html.fluid {
  width: 100%;
}
.box section#sp-feature-wrapper> .container {
  padding: 0 !important;
}
.box section> .container,
.box footer> .container {
  padding: 0 15px !important;
  box-sizing: border-box;
}
.box header .container {
  padding: 0 15px !important;
  box-sizing: border-box;
}
.box section#sp-client-wrapper .container {
  padding: 0 15px;
  box-sizing: border-box;
}
.box section#sp-component-wrapper .container {
  padding: 0 15px;
  box-sizing: border-box;
}
.box section#sp-component-wrapper .container .row {
  margin: 0;
}
.retina .two-colum-portfolio .sp-portfolio-thumb:hover .rox-preview-more {
  top: 370px !important;
}
.retina .sp-portfolio-thumb:hover .rox-preview-more {
  top: 230px !important;
}
.retina div.default ul.sp-portfolio-items {
  margin: 0 -20px 0 -10px !important;
}
.tab-active .logo {
  background-size: 85% !important;
  width: 130px !important;
  height: 80px !important;
}
.tab-active #sp-main-menu ul.level-0 > li {
  margin: 0 10px 0 0 !important;
}
.tab-active #sp-header-wrapper .search #mod-search-searchword {
  width: 135px !important;
}
.tab-active .two-colum-portfolio .sp-portfolio-thumb:hover .rox-preview-more {
  top: 260px !important;
}
.tab-active .sp-portfolio-thumb:hover .rox-preview-more {
  top: 165px !important;
}
.tab-active div.default ul.sp-portfolio-items {
  margin: 0 -20px 0 -10px !important;
}
.mobile-active .logo {
  background-size: 65%;
}
.mobile-active #sp-search {
  display: none;
}
.mobile-active .sp-main-menu-toggler {
  top: 16px;
  z-index: 15000000;
}
.mobile-active .sp-mobile-menu {
  top: 65px;
  z-index: 5000;
}
.mobile-active .two-colum-portfolio .sp-portfolio-thumb:hover .rox-preview-more {
  top: 190px !important;
}
.mobile-active .sp-portfolio-thumb:hover .rox-preview-more {
  top: 120px !important;
}
.mobile-active div.default ul.sp-portfolio-items {
  margin: 0 -15px 0 -10px !important;
}
.mobile-mini .logo {
  background-size: 50%;
}
.mobile-mini div.default .col-3,
.mobile-mini div.default .col-2,
.mobile-mini div.default .col-4,
.mobile-mini div.default .col-5,
.mobile-mini div.default .col-6 {
  width: 100%;
}
.mobile-mini .two-colum-portfolio .sp-portfolio-thumb:hover .rox-preview-more {
  top: 270px !important;
}
.mobile-mini .sp-portfolio-thumb:hover .rox-preview-more {
  top: 265px !important;
}
.mobile-mini div.default ul.sp-portfolio-items {
  margin: 0 -10px 0 -10px !important;
}
.mobile-micro .logo {
  background-size: 50%;
}
.mobile-micro div.default .col-3,
.mobile-micro div.default .col-2,
.mobile-micro div.default .col-4,
.mobile-micro div.default .col-5,
.mobile-micro div.default .col-6 {
  width: 100%;
}
.mobile-micro .sp-portfolio-thumb:hover .rox-preview-more {
  top: 240px !important;
}
.mobile-micro div.default ul.sp-portfolio-items {
  margin: 0 -10px 0 -10px !important;
}
.mobile-small .logo {
  background-size: 50%;
}
.mobile-small div.default .col-3,
.mobile-small div.default .col-2,
.mobile-small div.default .col-4,
.mobile-small div.default .col-5,
.mobile-small div.default .col-6 {
  width: 100%;
}
.mobile-small .sp-portfolio-thumb:hover .rox-preview-more {
  top: 220px !important;
}
.mobile-small div.default ul.sp-portfolio-items {
  margin: 0 -10px 0 -10px !important;
}
body div.es-mod.mod-es-stream .es-streams {
  padding: 0 !important;
}
div#es-wrap .es-login-box {
  background: url(../images/geometry.png) repeat;
}
.kbody {
  border: none !important;
}
#Kunena .klist-markallcatsread {
  padding: 5px 10px !important;
}
#Kunena .klist-markallcatsread input.kbutton,
#Kunena .kprofileboxcnt .kbutton,
#Kunena .kbutton:hover,
#Kunena .kbutton:focus,
#Kunena #jumpto .inputbox,
#Kunena #timeselect .inputboxusl,
#Kunena .ks {
  padding: 5px 10px !important;
  border-radius: 0;
  box-shadow: none;
  background: none;
  border: 1px dashed #d9d9d9;
}
#Kunena #jumpto .inputbox,
#Kunena #timeselect .inputboxusl,
#Kunena .ks {
  border: 1px dashed #d9d9d9;
  color: #555;
  border-radius: 0;
}
#Kunena .kbutton:hover,
#Kunena .kbutton:focus {
  padding: 4px 10px !important;
  widows: auto;
  height: auto;
  font-size: small;
}
#Kunena #ktab li a {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 0 !important;
}
#Kunena span.kreadforum,
#Kunena span.knotloginforum,
#Kunena span.kunreadforum {
  background: url(../images/cat_ku.png) 0 50% !important;
}
#Kunena tr.krow1 td,
#Kunena tr.krow2 td {
  padding: 10px 15px !important;
  border-left: 1px dashed #DDD !important;
  background: #fff !important;
}
#Kunena span.kunreadforum {
  width: 36px !important;
  height: 28px !important;
}
#Kunena tr,
#Kunena td,
#Kunena .kblock div.kheader,
#Kunena div.kwhoisonline div.kheader {
  border: dashed 1px rgba(0,0,0,0.1) !important;
}
#Kunena #ktop {
  border-bottom: 1px dashed #000 !important;
}
div.kblock .kheader {
  border: 1px solid #ccc !important;
}
table.kblocktable .kwhoonline,
table.kblocktable .kwholegend {
  padding: 10px !important;
  border: 1px dotted #ccc !important;
  box-sizing: border-box;
}
#hikashop_product_top_part h1 {
  font-weight: 100;
  font-weight: 100;
}
section#sp-main-body-wrapper {
  padding: 50px 0 !important;
}
.featured section#sp-main-body-wrapper {
  padding: 0 !important;
}
#sp-main-menu {
  float: right;
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  margin: 0 14px 0 0;
  padding: 0;
  border-top: 2px solid transparent;
  position: relative;
}
#sp-main-menu ul.level-0 > li >a {
  font-weight: bold;
  display: block;
  margin: 0;
  padding: 28px 3px 10px 3px;
  text-align: center;
  text-transform: capitalize;
}
#sp-main-menu ul.level-0 > li >a .menu-desc {
  font-weight: 100;
  font-weight: 100;
  font-size: 11px;
  font-style: italic;
  text-transform: lowercase;
  display: block;
}
#sp-main-menu ul.level-0 > li:hover >a,
#sp-main-menu ul.level-0 > li.active >a {
  color: #173582;
}
#sp-main-menu ul.level-0 > li:hover >a .menu-desc,
#sp-main-menu ul.level-0 > li.active >a .menu-desc {
  color: #545454;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  position: relative;
  text-transform: capitalize;
}
#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: bold;
  line-height: normal;
  text-decoration: none;
  padding: 10px;
  color: #fff;
}
#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 li li:not(.sp-menu-group):hover a,
#sp-main-menu li li:not(.sp-menu-group).active a {
  color: #fff;
}
#sp-main-menu div.sp-menu-group {
  margin: 0 10px;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group {
  display: block;
  padding: 10px;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group .menu-title {
  text-transform: uppercase;
}
#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-menu-group-title span {
  color: #fff;
}
.sp-submenu {
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: -9999;
  margin-top: -5px;
}
.sp-submenu.open {
  z-index: 9999;
  visibility: visible;
  margin-top: 0;
}
.sp-submenu .sp-submenu-wrap {
  background: #000;
  padding: 15px 0;
}
.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;
}
.sp-mobile-menu ul {
  z-index: 100;
}
.module {
  margin-top: 20px;
}
.module:first-child {
  margin-top: 0;
}
.module h3 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin: 15px 0 15px 0;
  line-height: normal;
}
.module.highlighted,
.module.orange,
.module.dark,
.module.green,
.module.maroon,
.module.blue,
.module.gray,
.module.pink,
.module.red {
  padding: 20px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
}
.module.highlighted h3,
.module.orange h3,
.module.dark h3,
.module.green h3,
.module.maroon h3,
.module.blue h3,
.module.gray h3,
.module.pink h3,
.module.red h3 {
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #fff;
  color: #fff;
}
.module.orange {
  background: #f89406;
}
.module.orange a {
  color: #B66B00;
}
.module.orange a:hover {
  color: #6F4100;
}
.module.dark {
  background: #000;
}
.module.dark a {
  color: #777;
}
.module.dark a:hover {
  color: #888;
}
.module.green {
  background: #46a546;
}
.module.green a {
  color: #63E063;
}
.module.green a:hover {
  color: #43F043;
}
.module.maroon {
  background: #F35D34;
}
.module.maroon a {
  color: #B4300D;
}
.module.maroon a:hover {
  color: #C93F19;
}
.module.blue {
  background: #049cdb;
}
.module.blue a {
  color: #47C9FF;
}
.module.blue a:hover {
  color: #0073A3;
}
.module.gray {
  background: #555;
}
.module.gray a {
  color: #999;
}
.module.gray a:hover {
  color: #777;
}
.module.pink {
  background: #c3325f;
}
.module.pink a {
  color: #FF5C8F;
}
.module.pink a:hover {
  color: #FA2E6E;
}
.module.red {
  background: #9d261d;
}
.module.red a {
  color: #EE4538;
}
.module.red a:hover {
  color: #DA3F33;
}
.smoke .mod-wrapper {
  padding: 15px;
  background: #f5f5f5;
  box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.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;
}
.rtl .top-bar-contact {
  float: right;
}
.rtl .top-bar-contact i.icon-phone {
  float: left;
}
.rtl .feature-section-hover-bg {
  left: 0;
  right: 14%;
}
.rtl .carousel-caption p i {
  float: left;
}
.rtl .client-image img {
  margin: -25px 3px 0 2px;
}
.rtl #sp-featured-design-wrapper {
  direction: ltr !important;
}
.rtl #sp-right-service {
  direction: ltr !important;
}
.rtl .nssp2 .flt-left {
  float: right;
}
.rtl .ico {
  float: right;
}
.rtl .sp-accordion.sp-accordion-style3 .toggler  .plus-bg {
  float: right;
  margin-right: 0px;
}
.rtl .k2TagCloudBlock a {
  float: right;
}
.rtl .rox-contact .contact-info i {
  float: right;
}
.rtl .rox-contact .contact-info .contact-info-text {
  padding: 0 24px 0 0;
}
.rtl #jform_profile_tos-lbl {
  float: right;
  margin-right: 52%;
}
.rtl .btn-toolbar div.btn-group {
  float: right;
}
.rtl #sp-right .module .mod-wrapper h3 {
  text-align: right;
}
.rtl #sp-right .module .mod-wrapper .mod-content .mod-inner .search {
  padding-right: 0;
}
.rtl .k2ArchivesBlock ul,
.rtl .k2CategoriesListBlock ul {
  padding-right: 0px;
  margin-right: 0px;
}
.rtl .itemBody h2.itemTitle {
  padding: 10px 20px 10px 0px;
}
.rtl .k2-tag-area {
  padding: 5px 20px;
}
.rtl .catItemBody h3.catItemTitle {
  padding: 10px 20px 10px 0px;
}
.rtl .catItemLinks {
  padding: 5px 20px;
}
.rtl .pull-right {
  float: left !important;
}
.rtl .right-social-link {
  text-align: left;
}
.rtl section#sp-featured-design-wrapper .row-fluid [class*="span"] {
  float: left !important;
}
.rtl a.sp-totop {
  right: 90% !important;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  padding-right: 20px !important;
  padding-left: 0 !important;
}
.rtl .right-social-link {
  float: left;
}
@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;
  }
}
@media (max-width: 979px) {
  .responsive #sp-header-wrapper [class*="span"] {
    width: auto;
    float: left;
  }
  .responsive #sp-header-wrapper [class*="span"]#sp-menu {
    float: right;
  }
}
@media (max-width: 320px) {
  .responsive #sp-top-bar-wrapper,
  .responsive .search {
    display: none;
  }
  .responsive #sp-header-wrapper {
    border-bottom: 1px solid #f2f2f2;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .responsive #sp-top-bar-wrapper,
  .responsive .search {
    display: none;
  }
  .responsive #sp-header-wrapper {
    border-bottom: 1px solid #f2f2f2;
  }
  .responsive #sp-ready-buy .custom .span3 p {
    text-align: center;
  }
  .responsive #sp-right-service-wrapper {
    display: none;
  }
  .responsive .sp-accordion .toggler span span.skill-accordion-title {
    padding: 15px 0px !important;
    text-align: left;
  }
  .responsive .client-image {
    margin: 0 auto;
  }
  .responsive .carousel-caption .client-intro-block p.client-intro {
    margin: 0px 20px;
  }
  .responsive .rox_client_comment .carousel-indicators {
    top: 100%;
  }
  .responsive .design-feature-text {
    display: none;
  }
  .responsive .rox_client_carosuel .carousel-inner ul li {
    width: 16.7%;
  }
  .responsive #sp-newsletter-wrapper {
    max-height: none;
  }
  .responsive .sign-up-text {
    line-height: 20px;
    padding-top: 20px;
  }
  .responsive #sp-right .module {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .responsive #sp-header-wrapper {
    border-bottom: 1px solid #f2f2f2;
  }
  .responsive .row-fluid .rox-product-feature-block {
    width: 50% !important;
    margin: 0;
    padding: 0px 8px;
  }
  .responsive .pricing_table ul.span3 {
    width: 50% !important;
    margin: 0px 0px 20px 0px;
    padding: 0px 8px;
  }
  .responsive .carousel-caption p.client-preview {
    margin-left: 20px;
  }
  .responsive .carousel-caption .client-intro-block p.client-intro {
    margin: 0px 20px;
  }
  .responsive .rox_client_comment .carousel-indicators {
    top: 100%;
  }
  .responsive .ns2-column {
    width: 50%;
    margin: 0;
    padding: 0px 8px;
  }
  .responsive .sign-up-text {
    font-size: 16px;
  }
}
.fixed .hidden-desktop {
  display: none;
}
.list-footer ul span.pagenav,
.list-footer ul a {
  padding: 4px 8px !important;
  margin: 2px !important;
}
.hikashop_submodules {
  padding: 0 !important;
}
.hikashop_product_code_list,
.hikashop_product_code_cart {
  display: none;
}
#hikashop_checkout_login_left_part input {
  margin: 0;
  padding: 4px;
}
img.hikashop_child_image {
  height: 60px !important;
}
.hikashop_product_stock .hikashop_cart_input_button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.hikashop_product_stock .hikashop_product_quantity_field {
  border-radius: 0;
  margin: 5px 0 0 !important;
  padding: 6px 1px 8px 14px !important;
}
.hikashop_cart .hikashop_cart_input_button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: right;
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  border: 2px solid;
  float: right;
  margin: 15px 0 5px 0 !important;
  padding: 6px 20px;
}
.hikashop_cart .hikashop_cart_input_button:hover {
  color: #FFF !important;
}
.hikashop_comment_form .hikashop_comment_form_name input,
.hikashop_comment_form .hikashop_comment_form_mail input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #DDDDDD;
  box-shadow: none;
  padding: 7px;
  margin-bottom: 0;
  margin-top: 10px;
}
.hikashop_vote_form .hikashop_comment_textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #DDDDDD;
  box-shadow: none;
  padding: 7px;
  margin-bottom: 0;
  margin-top: 10px;
}
.hikashop_product_vote_form .button {
  margin: 25px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 20px;
}
.hikashop_product_characteristics .inputbox {
  border: 1px solid #DDDDDD;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #666666;
  outline: medium none;
  padding: 6px;
}
#hikashop_cart tr {
  border: 1px dashed #ccc;
}
tfoot tr:last-child {
  background: #ccc;
}
#hikashop_product_characteristics {
  display: inline-block;
  padding: 15px 15px 5px 15px;
}
input.hikashop_cart_input_button {
  color: #fff !important;
}
input.hikashop_cart_input_button:hover,
input.hikashop_cart_input_button:focus,
input.hikashop_cart_input_button:active {
  color: #fff !important;
}
#hikashop_checkout_login input.btn {
  padding: 5px 15px;
}
#hikashop_checkout_coupon input {
  padding: 5px 15px;
}
#hikashop_checkout_coupon {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px;
  border: 1px dashed #ccc;
}
#hikashop_checkout_coupon #hikashop_checkout_coupon_input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#hikashop_payment_methods .hikashop_payment_methods_table td {
  padding: 15px;
  border: 1px dashed #ccc;
}
#hikashop_checkout_page fieldset legend {
  text-transform: capitalize !important;
  font-size: 18px;
}
.table-striped tbody>tr:nth-child(odd)>td {
  background: none !important;
  border: 1px dashed #ccc !important;
}
#hikashop_checkout_cart > table > tbody > tr > td.hikashop_cart_product_image_value > div > img {
  width: 80% !important;
}
#hikashop_checkout_cart > table > tbody > tr > td {
  line-height: 70px !important;
  padding: 0 15px;
  margin: 0 !important;
}
#hikashop_checkout_cart > table > tbody > tr > td p {
  margin: 0 !important;
}
.hikashop_product_quantity_field {
  margin-top: 18px !important;
  padding: 6px 10px !important;
  box-shadow: none;
}
#hikashop_checkout_cart > table td {
  border: 1px dashed #ccc !important;
}
#hikashop_checkout_cart > table td.hikashop_cart_product_name_value {
  width: 40%;
}
#hikashop_checkout_cart > table td.hikashop_cart_product_image_value {
  width: 15%;
}
#hikashop_add_to_cart_continue_div input.btn,
#hikashop_add_to_cart_checkout_div input.btn {
  color: #000 !important;
}
#hikashop_add_to_cart_continue_div input.btn:hover,
#hikashop_add_to_cart_checkout_div input.btn:hover {
  color: #000 !important;
}
