.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    *line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #bbb;
    *border: 0;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
    background-color: #cccccc \9;
}

.btn:first-child {
    *margin-left: 0;
}

.btn:hover {
    color: #333;
    text-decoration: none;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn.active,
.btn:active {
    background-color: #e6e6e6;
    background-color: #d9d9d9 \9;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-color: #e6e6e6;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-large {
    padding: 9px 14px;
    font-size: 16px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn-large [class^="icon-"] {
    margin-top: 2px;
}

.btn-small {
    padding: 3px 9px;
    font-size: 12px;
    line-height: 18px;
}

.btn-small [class^="icon-"] {
    margin-top: 0;
}

.btn-mini {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 16px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
    color: rgba(255, 255, 255, 0.75);
}

.btn {
    border-color: #c5c5c5;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #08c, #0044cc);
    background-image: -o-linear-gradient(top, #08c, #0044cc);
    background-image: linear-gradient(to bottom, #08c, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0044cc;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #fff;
    background-color: #0044cc;
    *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
    background-color: #003399 \9;
}

.btn-warning {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #f89406;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    color: #fff;
    background-color: #f89406;
    *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
    background-color: #c67605 \9;
}

.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #00A478;
    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, #00A478, #00A478);
    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: #00A478;
    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: #00A478;
    *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
    background-color: #942a25 \9;
}

.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #51a351;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    color: #fff;
    background-color: #51a351;
    *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
    background-color: #408140 \9;
}

.btn-info {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #2f96b4;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    color: #fff;
    background-color: #2f96b4;
    *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
    background-color: #24748c \9;
}

.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: -moz-linear-gradient(top, #444, #222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
    background-image: -webkit-linear-gradient(top, #444, #222);
    background-image: -o-linear-gradient(top, #444, #222);
    background-image: linear-gradient(to bottom, #444, #222);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    border-color: #222 #222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #222;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    color: #fff;
    background-color: #222;
    *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
    background-color: #090909 \9;
}

button.btn,
input[type="submit"].btn {
    *padding-top: 3px;
    *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px;
}

.btn-link,
.btn-link:active {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #08c;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-link:hover {
    color: #005580;
    text-decoration: underline;
    background-color: transparent;
}

a,
a:hover {
    text-decoration: none;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.page-header {
    padding-bottom: 10px;
    margin: 0 0 20px;
}

.entry-meta.muted {
    background: #ededed;
    padding: 5px;
    margin-bottom: 20px;
    font-size: 12px;
}

.entry-meta.muted>span,
.entry-meta.muted>time {
    margin: 0 5px;
}

.entry-meta ul {
    margin: 0 5px;
}

.entry-meta ul.actions {
    float: right;
}

.entry-meta ul.actions li {
    display: inline-block;
}

.entry-meta ul.actions li.print-icon a::before {
    content: "\f02f";
}

.entry-meta ul.actions li.email-icon a::before {
    content: "\f003";
}

.entry-meta ul.actions li.edit-icon a::before {
    content: "\f044";
}

.entry-meta ul.actions li a {
    font-family: FontAwesome;
    display: block;
    font-size: 14px;
    margin-left: 5px;
}

.entry-meta ul.actions li a img {
    display: none;
}

.entry-meta ul.actions li a span {
    display: none;
}

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; */
    line-height: 30px;
}

label.invalid {
    color: #c83025;
}

.center {
    text-align: center;
}

.center th,
.center tr,
.center td {
    text-align: center;
}

.row-fluid {
    margin-bottom: 20px;
}

.row-fluid:first-child {
    margin-bottom: 0;
}

#sp-top-bar-wrapper {
    background: #fff;
}

#sp-top-bar-wrapper .topbar-phone {
    float: left;
    padding-left: 14px;
    margin-right: 14px;
    font-size: 13px;
}

#sp-top-bar-wrapper .topbar-phone i {
    padding-right: 6px;
    font-size: 14px;
}

#sp-top-bar-wrapper .topbar-email {
    font-size: 13px;
}

#sp-top-bar-wrapper .topbar-email i {
    padding-right: 6px;
    font-size: 14px;
}

#sp-top-bar-wrapper form {
    margin: 0 0 0px;
}

#sp-top-bar-wrapper .search {
    float: right !important;
    margin-top: 0px;
}

#sp-top-bar-wrapper .search .form-inline #mod-search-searchword {
    border: 1px solid #F0F0F0 !important;
    margin-left: 210px;
    padding: 4px 10px 4px 10px !important;
    height: 15px !important;
    width: 110px;
    box-shadow: none;
    font-size: 12px;
    color: #ccc;
}

#sp-top-bar-wrapper .search .form-inline #mod-search-searchword:focus {
    box-shadow: 0 0 2px #444;
}

#sp-header-wrapper {
    padding: 20px 0;
    border-top: 1px solid #F0F0F0;
}

#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 {
    margin-top: 10px;
}

#sp-header-wrapper .search form {
    margin: 0;
}

.body-innerwrapper {
    overflow-x: hidden;
}

#sp-feature-wrapper {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3) inset;
    text-align: center;
}

#sp-feature-wrapper #feature {
    color: #fff;
}

#sp-feature-wrapper #feature h1 {
    color: #fff;
    font-size: 72px;
    line-height: 100px;
    font-weight: 700;
    margin-bottom: 10px;
}

#sp-feature-wrapper #feature p {
    font-size: 24px;
    line-height: 120%;
    margin: 0 80px;
    margin-bottom: 20px;
}

#sp-users-wrapper {
    padding: 30px 20px;
}

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-footer-wrapper {
    padding: 30px 0;
    position: relative;
}

#sp-footer-wrapper::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

#sp-footer-wrapper ul li {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
}

#sp-footer-wrapper ul li a {
    color: #999;
}

#sp-bottom-wrapper i {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}

#sp-bottom-wrapper address p {
    padding-left: 22px;
    font-size: 13px;
}

#sp-bottom-wrapper .moduletable h3 {
    font-weight: 200;
    text-transform: UPPERCASE;
    font-size: 20px;
}

#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;
}

#sp-breadcrumb-wrapper {
    background: #EBEBEB;
    padding: 18px;
}

#sp-breadcrumb-wrapper .breadcrumbs {
    font-size: 12px;
    margin-top: 5px;
}

.tp-caption.link-color-border {
    border-left: 4px solid #ffffff !important;
    padding: 20px 30px 20px 15px !important;
}

.tp-caption.link-color-border1 {
    border-left: 4px solid #5c5956 !important;
    padding: 20px 30px 20px 15px !important;
}

.tp-caption.link-bgcolor2 a .pad {
    padding: 0px 10px;
    color: #fff;
    line-height: 2;
    float: left;
}

.tp-caption.link-bgcolor2 a i {
    padding: 10px 15px;
    color: #fff;
    float: left;
}

.tp-caption.link-bgcolor3 a .pad {
    padding: 0px 10px;
    color: #fff;
    line-height: 2;
}

.tp-caption.link-bgcolor3 a i {
    color: #fff;
    padding: 10px 15px;
}

.tp-leftarrow.tparrows.default,
.iosSlider .prev {
    left: 0px !important;
    top: 50% !important;
}

.tp-rightarrow.tparrows.default,
.iosSlider .next {
    right: 0px !important;
    top: 50% !important;
}

.tp-leftarrow.default,
.iosSlider .prev {
    z-index: 100;
    cursor: pointer;
    position: relative;
    width: 49px !important;
    height: 95px !important;
}

.tp-rightarrow.default,
.iosSlider .next {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../images/right-arrow.png) no-Repeat 0 0 !important;
    width: 49px !important;
    height: 95px !important;
}

.tp-bullets {
    background: #f2f2f2;
    bottom: 0px !important;
    padding: 10px 20px;
}

.tp-bullets.simplebullets.square-old .bullet {
    margin-top: 0px !important;
}

.rox-services {
    background: #fff;
    padding: 10px 30px 30px;
    min-height: 360px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 700ms;
}

.rox-services h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.rox-services p {
    font-size: 15px;
}

.rox-services .rox-line-height {
    padding: 24px;
    width: auto;
    font-size: 32px;
    line-height: 4;
    border-radius: 90px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
}

.rox-services .light-btn {
    background: #00a478;
    padding: 5px 20px;
    border: 0;
    border-radius: 0px;
    text-shadow: none !important;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}

.rox-services .light-btn i {
    margin-left: 5px;
    font-size: 12px;
}

.rox-services .light-btn i:hover {
    opacity: 1;
}

.rox-services .light-btn:hover {
    transition: all 0.5s;
    color: #fff;
}

.rox-services i:hover {
    opacity: .6;
    transition: all 500ms;
}

.homepage #sp-recent-project-wrapper .sp-portfolio-filter {
    text-align: center;
}

.rox-portfolio-adt {
    margin-right: -10px !important;
}

h2.entry-title {
    font-size: 22px;
}

section.entry-content p {
    font-size: 13px;
}

#sp-client-area-wrapper .title h2 {
    text-align: left;
}

#sp-specification .tabs_buttons .tab {
    border-bottom: 1px solid #EEEEEE;
    padding: 10px 32px !important;
    font-size: 18px;
    font-weight: 600;
}

#sp-specification .tabs_buttons .tab:hover {
    background: #00a478;
}

#sp-specification .tabs_buttons .active {
    border-bottom: 0;
    background: transparent !important;
    color: #00a478;
}

#sp-specification .tabs_buttons .first-tab {
    border-left: 0 !important;
}

.client_logo .border-top {
    border-top: 1px solid #9E9E9E;
}

.client_logo img {
    height: 30px;
    padding-right: 5px;
}

.client_logo .inline {
    margin-right: -10%;
}

.client_logo .inline li {
    margin-right: 6.7%;
}

.rox_nav_controll {
    position: absolute;
    right: 41px;
    top: -80px;
    padding: 5px 10px 5px 10px;
    height: 29px;
    width: 65px;
}

.rox_nav_controll .carousel-control {
    position: absolute;
    top: 80%;
    margin-right: -56px;
    font-size: 15px;
    font-weight: 100;
    color: #fff;
    text-align: center;
    background: #30B6EE;
    border: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 55px;
    height: 30px;
    font-size: 18px;
    opacity: 1;
}

.rox_nav_controll .carousel-control:hover {
    background: #129ed9;
    color: #fff;
}

#sp-newsletter {
    background: #fff;
    border-right: 4px solid #30B6EE;
    border-left: 4px solid #30B6EE;
}

#sp-newsletter .header {
    text-align: center;
    color: #C0C0C0;
    margin-right: 30px;
}

#sp-newsletter .mod-wrapper {
    padding: 20px 0;
}

#sp-newsletter .acyfield_email input {
    background: #F2F2F2;
    border-radius: 0;
    border: 0;
    height: 45px;
    box-shadow: none;
    padding: 0 20px 0 20px;
}

#sp-newsletter .acysubbuttons input {
    background: #30B6EE;
    border: 0;
    border-radius: 0;
    margin-left: 71%;
    text-transform: uppercase;
    height: 35px;
}

.Newsletter-extra-field {
    position: relative;
}

.Newsletter-extra-field .news-head-icon {
    text-align: center;
    margin-bottom: 21px;
}

.Newsletter-extra-field .news-head-icon i {
    position: absolute;
    left: 35%;
    top: 9%;
    color: #30B6EE;
}

.Newsletter-extra-field .news-head-icon h3.rox_news_header {
    margin-top: -2px;
    margin-left: -95px;
}

form.rox-mailing {
    margin: 0 !important;
}

#sp-recent-blog-wrapper #recent-blog .ns2-inner {
    background: #fff;
    position: relative;
}

#sp-recent-blog-wrapper #recent-blog .ns2-inner img {
    margin-right: 10px !important;
}

#sp-recent-blog-wrapper #recent-blog .ns2-inner .ns2-title {
    padding-top: 10px;
}

#sp-recent-blog-wrapper #recent-blog .ns2-inner .ns2-tools i {
    font-size: 8px;
    padding: 0 10px;
    color: #30B6EE;
}

#sp-recent-blog-wrapper #recent-blog .ns2-inner .ns2-links {
    position: absolute;
    bottom: 4.9%;
    right: 0%;
}

#sp-recent-blog-wrapper #recent-blog .ns2-inner .ns2-links span {
    background: none;
    padding: 0 45px;
    font-size: 18px;
}

#sp-recent-blog-wrapper #recent-blog .ns2-inner .ns2-links .ns2-readmore {
    padding: 12px 5px;
    color: #fff;
}

#sp-recent-blog-wrapper #recent-blog .ns2-inner .ns2-links .ns2-readmore i {
    padding: 15px 18px 14px 18px !important;
    margin-left: -15px;
}

#sp-recent-blog-wrapper #recent-blog .ns2-inner .ns2-links .ns2-readmore span {
    color: #fff;
}

#recent-blog .ns2-page-inner .ns2-inner h4.ns2-title {
    padding: 20px 5px 0px 280px !important;
}

#recent-blog .ns2-page-inner .ns2-inner h4.ns2-title a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 100;
    color: #37414e;
}

#recent-blog .ns2-page-inner .ns2-inner p.ns2-introtext {
    padding: 5px 5px 0px 280px;
    font-size: 15px;
}

#recent-blog .ns2-page-inner .ns2-inner .ns2-tools {
    padding: 0px 5px 0px 280px;
}

#sp-blog .ns2-inner {
    margin: 10px;
}

#sp-blog .ns2-page-inner {
    margin-left: -10px;
    margin-right: -10px;
}

.purchase-section {
    padding: 15px 0;
}

.purchase-section img {
    float: left;
    margin: -15px 50px 0 0;
    height: 90px;
}

.purchase-section h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 200;
}

.purchase-section .btn-primary {
    float: right;
    margin: -50px 40px 0 0;
    border: 1px solid #fff;
    border-radius: 0;
    font-size: 18px;
    padding: 10px 30px;
    transition: all 700ms;
}

.purchase-section .btn-primary:hover {
    transition: all 700ms;
}

#sp-testimonial .client-testimonial {
    margin-bottom: -25px;
}

.follow-team {
    padding: 3% 0;
    margin-bottom: -10px;
}

.follow-team .botom_social_icon {
    text-align: center;
}

.follow-team .botom_social_icon i {
    padding: 15px 20px;
    margin-left: 22px;
    margin-bottom: 15px;
    font-size: 22px;
    color: #fff !important;
    display: inline-block;
    transition: all 500ms;
}

.follow-team .botom_social_icon i:hover {
    opacity: 1;
    transition: all 500ms;
}

.follow-team .botom_social_icon .rox_facebook i {
    padding: 15px 25px;
}

.follow-team .botom_social_icon .rox_facebook i:hover {
    background: #3B5998;
}

.follow-team .botom_social_icon .rox_gplux i:hover {
    background: #DD4C39;
}

.follow-team .botom_social_icon .rox_pinterest i:hover {
    background: #CA2128;
}

.follow-team .botom_social_icon .rox_twitter i:hover {
    background: #0EAFEE;
}

.follow-team .botom_social_icon .rox_skype i:hover {
    background: #62C3E7;
}

.follow-team .botom_social_icon .rox_pinterest i:hover {
    background: #CA2128;
}

.follow-team .botom_social_icon .rox_linkedin i:hover {
    background: #3F97C6;
}

.ns2-rox-latest-post .ns2-inner h4 {
    background: url('../images/footer-4-bg.png') no-repeat;
}

.ns2-rox-latest-post .ns2-inner h4 a {
    margin-left: 15px;
}

#sp-bottom4 h4.ns2-title {
    margin: 0;
}

.close-modal {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #ccc;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 1;
}

.close-modal i {
    color: #444 !important;
    margin-left: 3px;
    font-size: 18px;
}

.rox-team-wrapper .bottom-spacing h2 {
    padding-bottom: 2% !important;
    font-size: 30px;
    font-weight: 600;
}

.rox-skill {
    box-shadow: none;
    border: none;
    text-shadow: none;
    border-radius: 0;
    height: 100%;
    background: #fff;
    margin-bottom: 10px;
}

.rox-skill .bar {
    box-shadow: none;
    border: none;
    text-shadow: none;
    border-radius: 0;
    padding: 10px;
    text-align: left;
    font-size: 15px;
    padding: 8px 20px;
}

.team-member {
    text-align: center;
}

.team-member .team-intro-line {
    background: #00a478;
    line-height: 3px;
    padding-top: 15px;
    color: #fff;
}

.team-member .team-intro-line img {
    border: 3px solid #fff;
    margin-bottom: -52px;
    margin-top: 2;
}

.team-member .team-intro-line .top-space {
    padding-top: 12px;
}

.team-member .team-intro-line h3 {
    font-size: 20px;
}

.team-member .team-text-line {
    margin: -15px 0 0 0;
    padding: 72px 20px 18px 20px;
    background: #fff;
    color: #999;
}

.team-member .rox-team i {
    font-size: 22px;
    color: #fff !important;
    display: inline-block;
    transition: all 500ms;
}

.team-member .rox-team .rox_facebook i {
    padding: 15px 27px;
}

.team-member .rox-team .rox_facebook i:hover {
    background: #3B5998;
    opacity: 1;
}

.team-member .rox-team .rox_gplux i {
    padding: 15px 21px;
}

.team-member .rox-team .rox_gplux i:hover {
    background: #DD4C39;
    opacity: 1;
}

.team-member .rox-team .rox_pinterest i {
    padding: 15px 23px;
}

.team-member .rox-team .rox_pinterest i:hover {
    background: #CA2128;
    opacity: 1;
}

#rox-intro .bottom-spacing {
    margin-bottom: 40px;
}

#rox-intro .header {
    text-align: left !important;
}

.first-content img {
    border: 3px solid #fff;
    float: left;
    margin-right: 30px;
}

.first-content .first-content-text {
    font-size: 16px;
}

.second-content {
    margin-top: 20px;
}

.second-content .second-content-text {
    font-size: 15px;
}

.work-tab img {
    float: left;
    padding: 15px;
    margin-top: 8%;
}

.work-tab .work-content {
    padding-left: 22%;
}

.work-tab .work-content h2 {
    font-size: 15px;
}

.work-tab .work-content p {
    line-height: 1.7;
}

#sp-contact .title h3>div {
    left: 47%;
}

.contact-us-icon {
    text-align: center;
    padding-bottom: 60px;
}

.contact-us-icon i {
    font-size: 50px;
    display: block;
    margin: auto;
}

.contact-us-icon>div {
    display: inline-block;
    width: 40px;
    height: 60px;
    transform: skew(0deg, -30deg);
    -webkit-transform: skew(0deg, -30deg);
    -moz-transform: skew(0deg, -30deg);
    -o-transform: skew(0deg, -30deg);
    -ms-transform: skew(0deg, -30deg);
    margin-right: -3px;
}

.contact-us-icon>div:nth-child(2n+1) {
    transform: skew(0deg, 30deg);
    -webkit-transform: skew(0deg, 30deg);
    -moz-transform: skew(0deg, 30deg);
    -o-transform: skew(0deg, 30deg);
    -ms-transform: skew(0deg, 30deg);
}

.rox-contact .mod-wrapper {
    padding-right: 45px;
}

.rox-contact .broaden {
    width: 100%;
    height: 25px;
    border-radius: 0;
    border: 2px solid #A6ABAE;
    box-shadow: none !important;
}

.rox-contact textarea {
    width: 100% !important;
    height: 100px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.rox-contact .sp_qc_clr {
    font-size: 14px;
}

.rox-contact .sp_qc_clr h4 {
    font-size: 14px;
}

.rox-contact .btn {
    border: 0;
    border-radius: 0;
    padding: 0;
    width: 50%;
}

.rox-contact .btn input {
    background: transparent;
    border: 0;
    font-size: 20px;
    line-height: 40px;
}

.rox-contact .btn input:hover {
    background: transparent;
}

.rox-contact .btn i {
    background-size: 100% 100%;
    padding: 11px 25px;
    float: right;
    font-size: 27px;
}

.rox-office .mod-wrapper {
    padding-left: 45px;
}

.first-address-line,
.second-address-line {
    margin: 8% 0;
    list-style-type: none;
    font-size: 16px;
}

.first-address-line .lft-side {
    float: left;
    margin-right: 30%;
}

.second-address-line .lft-side {
    float: left;
    margin-right: 24%;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: .6;
}

.ns2-rox_blog .ns2-page-inner .ns2-inner {
    padding: 20px;
    background: #fff;
}

.ns2-rox_blog .ns2-page-inner .ns2-inner img.ns2-image {
    margin: 0 15px 0 0 !important;
}

.ns2-rox_blog .ns2-page-inner .ns2-inner .ns2-links i {
    display: none;
}

a.ns2-readmore span {
    font-size: 12px !important;
}

.k2CategoriesListBlock ul li:hover a span {
    color: #00a478 !important;
    transition: all 300ms;
}

.k2CategoriesListBlock>ul>li:hover span {
    transition: all 300ms;
    padding-left: 30px !important;
}

.k2CategoriesListBlock>ul>li>a>span {
    transition: all 300ms;
}

.rox-team i:hover {
    opacity: .6;
    transition: all 300ms;
}

.login .control-group input {
    border-radius: 0;
    box-shadow: none;
    background-color: #fff !important;
}

.login .controls button {
    border-radius: 0;
    background: #00a478;
    box-shadow: none;
    outline: 0;
}

#k2Container td.key {
    padding-right: 15px;
}

#k2Container input {
    border-radius: 0;
    outline: 0;
}

.k2AccountPageUpdate button {
    border-radius: 0;
    background: #00a478;
    box-shadow: none;
    outline: 0;
}

.registration .control-group input {
    border-radius: 0;
    box-shadow: none;
    background-color: #fff !important;
}

.registration .form-actions button {
    border-radius: 0;
    background: #00a478;
    box-shadow: none;
    outline: 0;
}

.registration .form-actions a {
    border-radius: 0;
    background: #00a478;
    box-shadow: none;
    outline: 0;
}

.search {
    float: left;
}

.search .form-inline #mod-search-searchword {
    border-radius: 0px;
    padding-left: 20%;
    height: 35px;
    font-size: 15px;
    color: #656363;
    border: none;
    margin-left: 48px;
}

ul.latestnews {
    list-style: none;
    background: #fafafa;
    margin-left: 0px;
}

ul.latestnews li {
    border-bottom: 2px solid #eeeeee;
    padding: 15px 0px;
}

ul.latestnews li a {
    color: #656363;
    padding-left: 20px;
}

.rox_title {
    margin: 0 0 0px;
    overflow: hidden;
    display: table;
}

h3.rox_header {
    display: table-cell;
    white-space: pre;
    float: left;
    margin: 0;
}

.rox_title-sep-container {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: relative;
    height: 6px;
    text-indent: -99999em;
}

.modal-backdrop {
    z-index: 1 !important;
}

.modal-body {
    max-height: 100% !important;
}

.rox-contact .btn input:focus {
    outline: 0;
    box-shadow: none;
}

.flatlight .sp-portfolio-filter .btn {
    background: #fff !important;
    padding: 8px 28px;
    font-size: 15px;
}

.flatlight .sp-portfolio-filter .btn:hover {
    color: #FAFAFA;
}

.flatlight .sp-portfolio-filter .active {
    color: #fff;
}

.flatlight .sp-portfolio-filter li {
    margin-right: 7px;
}

.bottom-spacing {
    margin-bottom: 30px;
}

.title {
    position: relative;
}

.title h2 {
    position: relative;
    padding-bottom: 30px;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
}

.rox-box-tt {
    position: absolute;
    left: 49%;
    bottom: -12px;
    width: 22px;
    height: 22px;
    overflow: hidden;
}

.title .left-side {
    position: absolute;
    left: 0%;
    bottom: -3px;
    width: 22px;
    height: 22px;
    overflow: hidden;
}

div.title div span {
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

div.title div span:nth-child(2) {
    background-color: rgba(0, 0, 0, 0.1);
    width: 14px;
    height: 14px;
    left: 4px;
    top: 4px;
}

div.title div span:nth-child(3) {
    background-color: rgba(0, 0, 0, 0.1);
    left: 11px;
}

.title-border {
    margin: 0 0 0px;
    overflow: hidden;
    display: table;
}

.title-header {
    display: table-cell;
    white-space: pre;
    float: left;
    margin: 0;
    color: #636363;
    font-family: 'Exo', sans-serif;
}

.title-sep-container {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: relative;
    height: 6px;
    text-indent: -99999em;
}

.title-sep {
    margin-left: 20px;
    display: block;
    border-bottom: 1px solid #666666;
    width: 100%;
    position: relative;
    height: 2px;
    text-indent: -9999em;
    border-top: 1px solid #666666;
    margin-bottom: 25px;
    margin-top: 12px;
}

#sp-header-wrapper {
    width: 100%;
}

#sp-header-wrapper {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.fixed #sp-header-wrapper {
    position: fixed;
    top: 0%;
    width: 100%;
    z-index: 5000;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    padding: 10px 0 !important;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.35);
}

.fixed #sp-header-wrapper .logo {
    background-size: 60%;
    height: 50px !important;
    margin-top: -10px;
}

.fixed #sp-menu {
    margin-top: 0 !important;
    line-height: 25px;
}

.fixed .sp-submenu-wrap {
    margin-top: 17px !important;
}

div.iosSlider {
    z-index: 0 !important;
}

.rox_pricing_ul li {
    cursor: context-menu;
}

div.purchase-section {
    background-image: url(../images/left-bar.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding-left: 35px;
    border-left: 4px solid #fff;
}

.modal-body {
    overflow-y: visible !important;
}

div.modal-body img {
    width: 100% !important;
}

#sp-menu {
    margin-top: 10px;
}

.rtl .sp-submenu {
    right: 0;
}

.rtl .sp-submenu.sub-level {
    margin-top: 30px;
}

.rtl .sp-submenu.sub-level.open {
    margin-top: 0;
    -webkit-transition: margin 200ms;
    -moz-transition: margin 200ms;
    -o-transition: margin 200ms;
    transition: margin 200ms;
}

.rtl .sp-submenu.sub-level-child {
    margin-right: 30px;
}

.rtl .sp-submenu.sub-level-child.open {
    margin-right: 0px;
    -webkit-transition: margin 200ms;
    -moz-transition: margin 200ms;
    -o-transition: margin 200ms;
    transition: margin 200ms;
}

.rtl .sp-submenu .megacol {
    float: left;
}

.ltr .sp-submenu {
    left: 0;
}

.ltr .sp-submenu.sub-level {
    margin-top: 30px;
}

.ltr .sp-submenu.sub-level.open {
    margin-top: 0;
    -webkit-transition: margin 200ms;
    -moz-transition: margin 200ms;
    -o-transition: margin 200ms;
    transition: margin 200ms;
}

.ltr .sp-submenu.sub-level-child {
    margin-left: 30px;
}

.ltr .sp-submenu.sub-level-child.open {
    margin-left: 0px;
    -webkit-transition: margin 200ms;
    -moz-transition: margin 200ms;
    -o-transition: margin 200ms;
    transition: margin 200ms;
}

.ltr .sp-submenu .megacol {
    float: left;
}

.sp-submenu {
    position: absolute;
    top: 0;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
}

.sp-submenu .sp-submenu-wrap {
    background-color: #fff;
}

.sp-submenu.open {
    z-index: 1;
    visibility: visible;
    opacity: 1;
}

#sp-main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#sp-main-menu ul.level-0>li {
    display: inline-block;
    padding: 0 12px;
    position: relative;
}

#sp-main-menu ul.level-0 a {
    display: block;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    text-transform: UPPERCASE;
}

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

#sp-main-menu li li:not(.sp-menu-group) {
    display: block;
    position: relative;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

#sp-main-menu li li:not(.sp-menu-group) a {
    display: block;
    font-size: 13px;
    font-weight: 400 !important;
    line-height: normal;
    text-decoration: none;
    text-transform: capitalize;
    padding: 10px;
}

#sp-main-menu li li:not(.sp-menu-group):hover {
    background: #f5f5f5;
}

#sp-main-menu li li:not(.sp-menu-group).active {
    background: #f5f5f5;
}

#sp-main-menu li li:not(.sp-menu-group):first-child {
    border-top: none;
}

#sp-main-menu div.sp-menu-group {
    border-right: 1px solid #eee;
    margin-top: 10px;
}

#sp-main-menu div.sp-menu-group .sp-menu-group-title {
    margin: 10px 0 0 10px;
}

#sp-main-menu div.sp-menu-group .sp-menu-group-title .menu-title {
    text-transform: uppercase;
    font-size: 13px;
}

#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
    margin: 0;
    padding: 10px;
}

#sp-main-menu .level-2 .sp-menu-group-title .menu-title {
    margin-left: -10px !important;
    font-weight: 600;
}

#sp-main-menu li li:not(.sp-menu-group).parent>a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    right: 10px;
    top: 10px;
}

.sp-mobile-menu {
    position: relative;
}

.sp-mobile-menu select.select-menu {
    width: 32px;
    height: 27px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
}

.module {
    margin-top: 20px;
}

.module:first-child {
    margin-top: 0;
}

.module h2 {
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 10px 0;
    line-height: normal;
    text-transform: UPPERCASE;
}

.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;
}

.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;
}

@media (max-width: 320px) {
    .responsive .flatlight .sp-portfolio-filter .btn {
        padding: 5px 6px;
        font-size: 10px;
    }
    .responsive .inner-hover-title-bottom {
        height: 16%;
    }
    .responsive .comment_text p {
        padding: 20px 20px 0px 20px;
    }
    .responsive .responsive .purchase-section .btn-primary {
        margin: 0 14% !important;
    }
    .responsive div.flatlight .sp-portfolio-item-inner {
        margin: 10px 19px 0 10px;
    }
    .responsive #sp-specification .tabs_buttons .tab {
        padding: 8px 14px !important;
        font-size: 11px;
    }
    .responsive #sp-newsletter .acyfield_email input {
        width: 100% !important;
    }
    .responsive .responsive .Newsletter-extra-field .news-head-icon i {
        left: 3% !important;
    }
}

@media (max-width: 480px) {
    .responsive .flatlight .sp-portfolio-filter .btn {
        padding: 5px 7px;
        font-size: 12px;
    }
    .responsive .inner-hover-title-bottom {
        height: 15%;
    }
    .responsive .comment_text p {
        padding: 20px 20px 0px 20px;
    }
    .responsive .inner-hover-title-bottom h2 {
        margin-top: -12px !important;
    }
    .responsive #sp-newsletter .acyfield_email input {
        width: 100% !important;
    }
    .responsive .Newsletter-extra-field .news-head-icon i {
        left: 9% !important;
    }
    .responsive #sp-specification .tabs_buttons .tab {
        padding: 5px 15px !important;
        font-size: 11px !important;
    }
}

@media (max-width: 480px) {
    .responsive .container {
        max-width: 320px !important;
        min-width: inherit !important;
    }
}

@media (max-width: 480px) {
    .responsive .Newsletter-extra-field .news-head-icon i {
        left: 12% !important;
    }
}

@media (max-width: 600px) {
    .responsive .rox-services {
        margin-bottom: 20px;
    }
    .responsive .inner-hover-title-bottom h2 {
        margin-top: -2px !important;
    }
    .responsive div.nssp2 .col-2 {
        width: 100%;
    }
    .responsive .purchase-section img {
        display: none;
    }
    .responsive .purchase-section h2 {
        padding-left: 20px;
    }
    .responsive .purchase-section .btn-primary {
        float: none;
        margin: 0 34%;
    }
    .responsive .Newsletter-extra-field .news-head-icon i {
        left: 15% !important;
    }
    .responsive div.flatlight ul.sp-portfolio-items>li {
        width: 100%;
    }
    .responsive .sp-main-menu-toggler {
        background: #fff;
        box-shadow: none;
        border: 1px solid #ccc;
        border-radius: 2px;
    }
    .responsive .sp-portfolio-filter .btn {
        padding: 6px;
        font-size: 15px;
    }
    .responsive #sp-specification .tabs_buttons .tab {
        padding: 6px 20px !important;
        font-size: 15px !important;
    }
    .responsive .purchase-section .btn-primary {
        margin: auto;
    }
    .responsive .icon-envelope {
        display: none;
    }
}

@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: 960px) {
    .responsive #sp-header-wrapper [class*="span"] {
        width: auto;
        float: left;
    }
    .responsive #sp-header-wrapper [class*="span"]#sp-menu {
        float: right;
    }
    .responsive .purchase-section h2 {
        font-size: 17px;
    }
    .responsive .inner-hover-title-bottom h2 {
        margin-top: -19px;
    }
    .responsive #sp-recent-blog-wrapper #recent-blog .ns2-inner img {
        float: none !important;
        width: 100%;
    }
    .responsive .Newsletter-extra-field .news-head-icon i {
        left: 27% !important;
    }
    .responsive .sp-portfolio-item-inner:hover .margin-left-hover {
        display: none;
    }
    .responsive .sp-portfolio-item-inner:hover .margin-right-hover {
        display: none;
    }
    .responsive #recent-blog .ns2-page-inner .ns2-inner .ns2-tools {
        padding: 0px 5px 20px 15px;
        float: left;
        margin-bottom: 40px;
    }
    .responsive #recent-blog .ns2-page-inner .ns2-inner .ns2-links {
        bottom: 2% !important;
    }
    .responsive #recent-blog .ns2-page-inner .ns2-inner h4.ns2-title {
        padding: 10px 0px 0px 15px !important;
        float: left;
    }
    .responsive .sp-main-menu-toggler {
        background: #fff;
        box-shadow: none;
        border: 1px solid #ccc;
        border-radius: 2px;
        top: 25px;
    }
    .responsive .sp-mobile-menu {
        top: 55px;
    }
}

@media (max-width: 1024px) {
    .responsive #sp-recent-blog-wrapper #recent-blog .ns2-page-inner .ns2-inner p.ns2-introtext {
        display: none;
    }
    .responsive #sp-recent-blog-wrapper #recent-blog .ns2-inner .ns2-links span {
        padding: 0 37px;
    }
    .responsive .Newsletter-extra-field .news-head-icon i {
        left: 32%;
    }
    .responsive .inner-hover-title-bottom h2 {
        margin-top: -11px;
    }
    .responsive .sp-portfolio-item-inner:hover .margin-left-hover {
        display: none;
    }
    .responsive .sp-portfolio-item-inner:hover .margin-right-hover {
        display: none;
    }
}

.fixed .hidden-desktop {
    display: none;
}

.rtl #sp-top-bar-wrapper .topbar-phone {
    float: right;
}

.rtl #sp-top-bar-wrapper .topbar-phone i {
    padding-left: 6px;
}

.rtl #sp-top-bar-wrapper .topbar-email i {
    padding-left: 6px;
}

.rtl #sp-top-bar-wrapper .search .form-inline #mod-search-searchword {
    margin-right: 400px;
}

.rtl div.sp-menu-group .sp-menu-group-title {
    margin: 10px 25px 0 0 !important;
}

.rtl #sp-main-menu li li:not(.sp-menu-group).parent>a:after {
    right: 10px !important;
}

.rtl #sp-main-menu li li:not(.sp-menu-group) a {
    margin-right: 20px;
}

.rtl #sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
    margin-right: 18px;
}

.rtl #sp-main-menu .level-2 .sp-menu-group-title .menu-title {
    margin-right: -25px !important;
}

.rtl .comment_text p i {
    float: left;
}

.rtl .purchase-section .btn-primary {
    float: left;
}

.rtl .purchase-section h2 {
    margin-right: 30px;
}

.rtl #sp-bottom-wrapper i {
    float: right !important;
    margin-left: 10px !important;
}

.rtl #sp-bottom-wrapper p {
    padding-right: 22px !important;
}

.rtl .sp-tweet-item .date {
    float: none !important;
}

.rtl .client_logo .inline li {
    margin-right: 7.7% !important;
}

.rtl div.catItemReadMore a {
    margin-left: 18px;
}

.rtl div.catItemReadMore a i {
    padding: 11px;
    margin-left: 25px;
    margin-right: -28px;
}

.rtl div.itemCommentsForm form .rox-btn {
    padding: 10px 0px 13px 22px;
}

.rtl div.itemCommentsForm form .rox-btn input#submitCommentButton {
    padding: 15px 0 12px 0px;
    margin-left: 21px;
    margin-right: 0;
}

.rtl div.tagItemReadMore {
    padding: 15px 30px 15px 20px;
}

.rtl div.tagItemReadMore a i {
    margin-left: 25px;
    margin-right: -30px;
}