
html {
    line-height: 1
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

q,
blockquote {
    quotes: none
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none
}

a img {
    border: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

body {
    font-size: 16px;
    overflow-x: hidden;

    -ms-word-wrap: break-word;
    word-wrap: break-word
}

body.admin-bar .header .navbar {
    margin-top: 32px
}

* {
    outline: 0 !important
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none
}

.img-responsive {
    display: inline-block;
    vertical-align: middle
}

.vtop {
    display: inline-block;
    vertical-align: top;
    float: none
}

.no-margin {
    margin: 0 !important
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
    padding-left: 0;
    padding-right: 0
}

.relative {
    position: relative
}

.text-white {
    color: #fff
}

.invertX {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

em {


    color: #999;
    font-size: 13px
}

p {
    margin: 0 0 2.14em
}

p.large {
    font-size: 14px
}

h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;

}

h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 15px;
    line-height: 28px
}

h5 {
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: bold;
    position: relative
}

h5.italic-title {
    font-size: 16px;
    color: #999;
    margin-bottom: 10px;
    font-weight: normal;
    text-transform: none;


}

h5.italic-title:after {
    display: none
}

/*

h5:after {
    content: "";
    display: block;
    margin-top: 20px;
    width: 25px;
    height: 4px;
    background: #c52d2f
}
*/
ul.marker-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 15px
}

ul.marker-list li {
    color: #666;
    font-size: 14px;
  ;
    line-height: 24px;
    padding: 3px 0;
    font-weight: 500;
    margin: 0
}

ul.marker-list li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    color: #c52d2f
}



.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
    display: none
}

.gmnoprint div {
    background: none !important
}

.btn {
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-size: 12px;
    text-transform: uppercase;
    padding: 15px 25px;
    line-height: 20px
}

.btn.btn-primary {
    background: #c52d2f;
    border: 1px solid #c52d2f;
    color: #fff
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active:focus {
    background: #333;
    border-color: #333
}

.btn.btn-primary-warning {
    border-radius: 0;
    background: #fff;
    color: #666;
    border: 1px solid #eee
}

.btn.btn-primary-warning:hover {
    background: #c52d2f;
    color: #fff;
    border-color: #c52d2f
}

.btn.btn-info {
    background: rgba(255, 255, 255, .2);
    border: 1px solid rgba(255, 255, 255, .4);
    color: #fff;
width: 100px;
}

.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active:focus {
    background: rgba(255, 255, 255, .3);
    border: 1px solid #fff
}

textarea {
    max-width: 100%
}

.form-control {
    background: none;
    outline: 0;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    border-radius: none;
    padding-left: 0;
    height: 50px;
    font-size: 14px;
    color: #fff;
    line-height: 1.7
}

.form-control:focus,
.form-control:active {
    border-color: #ddd
}

.text-white .form-control {
    border-bottom: 1px solid #333
}

.form-control-feedback {
    top: 8px
}

.form-group.search.has-feedback button[type=submit] {
    position: absolute;
    right: 0;
    top: 37px;
    background: transparent;
    width: 38px;
    height: 43px;
    border: 0
}

.navbar-brand {
    line-height: 85px;
    padding: 0;
}

.navbar-brand>img {
    display: inline-block;
margin-top: 4px;
}



.open .wrap-inside-nav {
    visibility: visible;
    top: 49px
}

.wrap-inside-nav {
    position: absolute;
    left: 0;
    top: 199px;
    visibility: hidden;
    min-width: 220px;
    text-align: left;
    border-top: 2px solid #c52d2f;
    background: #1a1a1a;
    -webkit-transition: all 10ms ease 0s;
    -moz-transition: all 10ms ease 0s;
    -o-transition: all 10ms ease 0s;
    transition: all 10ms ease 0s
}

.wrap-inside-nav .inside-col {
    padding: 30px 0
}

.wrap-inside-nav .inside-col .inside-nav:after,
.wrap-inside-nav .inside-col .inside-nav:before {
    display: table;
    clear: both;
    height: 0;
    content: ''
}

.wrap-inside-nav .inside-col .inside-nav li.active>a {
    color: #c52d2f
}

.wrap-inside-nav .inside-col .inside-nav li a {
    display: block;
    line-height: 25px;
    min-height: 45px;
    padding: 10px 5px 10px 20px;
    color: #7e848e;
    font-size: 14px;
    text-decoration: none
}

.wrap-inside-nav .inside-col .inside-nav li a:active,
.wrap-inside-nav .inside-col .inside-nav li a:focus {
    display: block;
    padding-left: 20px;
    color: #c52d2f !important
}

.wrap-inside-nav .inside-col .inside-nav li a:hover,
.wrap-inside-nav .inside-col .inside-nav li a:active:hover,
.wrap-inside-nav .inside-col .inside-nav li a:visited:hover,
.wrap-inside-nav .inside-col .inside-nav li a:focus:hover {
    color: #c52d2f !important;
    background-color: #26282d
}

.wrap-inside-nav .wrap-inside-nav {
    position: absolute;
    top: 0;
    left: 100%;
    border-top: 0;
    display: none !important
}

.wrap-inside-nav .wrap-inside-nav .inside-col {
    padding: 0
}

.wrap-inside-nav li:hover>.wrap-inside-nav {
    display: block !important
}

.buy-section .section-text {
    padding-left: 60px;
    position: relative;


}

.buy-section .section-text .like {
    margin: 0;
    position: absolute;
    left: 0;
top: -20px;
}

.buy-section .section-text .like span {
    font-size: 46px;
    color: #fff
}

.buy-section .section-text .like span:before {
    margin: 0;
    color: #fff;
    font-size: 46px
}

.buy-section .buy-text .top-text {

    text-transform: uppercase;
    font-size: 22px;
    color: #fff
}

.buy-section .buy-text .bottom-text {
    font-size: 18px;
    color: #fff;


}

.text-white .buy-section .section-text .like span {
    color: #fff
}

.text-white .buy-section .section-text .like span:before {
    color: #fff
}

.text-white .buy-section .buy-text .top-text {
    color: #fff
}

.text-white .buy-section .buy-text .bottom-text {
    color: #fff
}

.social-section {
    text-align: center
}

.social-section .tt {
    color: #999;
    font-size: 16px;


}

.social-section .list-socials {
    padding: 15px 0 3px
}

.social-section .list-socials li {
    display: inline-block
}

.social-section .list-socials li a {
    display: block;
    line-height: 48px;
    text-align: center;
    width: 48px;
    height: 48px;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #5a5a5a;
    color: #999;
    margin: 0 6px 12px
}

.social-section .list-socials li a:hover {
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    background: #c52d2f;
    color: #fff;
    border-color: #c52d2f
}

.social-section .list-socials li a i {
    font-size: 16px
}

.social-section .list-socials li a i:before {
    font-size: 16px;
    margin: 0
}

.text-white .social-section .tt {
    color: #fff
}

.text-white .social-section .list-socials li a {
    border-color: #fff;
    color: #fff
}

.text-black .social-section .tt {
    color: #333
}

.text-black .social-section .list-socials li a {
    border-color: #333;
    color: #333
}

.oscend_flickr {
    padding-bottom: 30px
}

.oscend_flickr h5 {
    margin-bottom: 25px
}

.oscend_flickr h5:after {
    content: "";
    display: block;
    margin-top: 20px;
    width: 25px;
    height: 4px;
    background: #c52d2f
}

.oscend_flickr ul.flickr-feed {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: left
}

.oscend_flickr ul.flickr-feed li {
    font-size: 0;
    margin: 0
}

.oscend_flickr ul.flickr-feed li a,
.oscend_flickr ul.flickr-feed li img {
    display: block
}

.oscend_flickr ul.flickr-feed li:hover img {
    opacity: .7
}

.text-white .oscend_flickr h5 {
    color: #ccc
}

.fobox {
    padding-right: 10px
}

.fobox h5 {
padding-bottom: 20px;
    color: #fff;
font-family: "Ubuntu-Bold";
}



.fobox h5:after {
    content: "";
    display: block;
background: #eaeaea00;

position: absolute;
width: 180px;
height: 2px;
left: 0;
bottom: 0;
background-image: linear-gradient(to left, #fff3, #fff);
}

.fobox p {
    margin-bottom: 10px
}

.fobox ul {
    padding-left: 0;
    list-style: none
}

.fobox a {
    color: #999;
    text-transform: capitalize;
}

.fobox a:hover {
    color: #c52d2f;
    text-decoration: none
}

.fobox .contacts-list i {
    min-width: 20px;
    margin-right: 10px
}

.text-white .fobox * {
    color: #999
}

.text-white .fobox h5 {
    color: #fff
}

.text-white .fobox a {
    color: #999
}

.text-white .fobox a:hover {
    color: #c52d2f
}

.sidebar .sidebar-item {
    padding: 25px;
    margin-bottom: 40px;
    border: 1px solid #eee;
    color: #888;
    font-size: 13px;
    line-height: 20px
}

.sidebar .sidebar-item h5.widget-title {
    margin-bottom: 35px
}

.sidebar .sidebar-item a {
    color: #666
}

.sidebar .sidebar-item ul {
    list-style-type: none;
    padding-left: 0
}

.sidebar .sidebar-item ul li {
    padding-top: 5px;
    padding-bottom: 5px
}

.sidebar .sidebar-item ul li.current-cat>a,
.sidebar .sidebar-item ul li.current_page_item>a {
    color: #c52d2f
}

.sidebar .sidebar-item ul .children,
.sidebar .sidebar-item ul .sub-menu {
    margin-top: 10px;
    padding-left: 16px;
    border-top: 1px solid #eee
}

.sidebar .sidebar-item ul .children li.menu-item-has-children,
.sidebar .sidebar-item ul .sub-menu li.menu-item-has-children {
    padding-bottom: 0
}

.sidebar .sidebar-item ul .children li:last-child,
.sidebar .sidebar-item ul .sub-menu li:last-child {
    padding-bottom: 0
}

.sidebar .sidebar-item .textwidget {
    text-align: justify
}

.sidebar .sidebar-item .textwidget img {
    height: auto;
    margin: 10px 0 10px;
    max-width: 100%
}

.sidebar .sidebar-item:first-child.widget_search {
    padding: 0;
    border: 0
}

.sidebar .sidebar-item:first-child.widget_search .widget-title {
    display: none
}

.sidebar .widget_archive ul li,
.sidebar .widget_categories ul li,
.sidebar .widget_pages ul li,
.sidebar .widget_nav_menu ul li,
.sidebar .widget_portfolio_category ul li {
    padding: 10px 0;
    border-bottom: 1px solid #eee
}

.sidebar .widget_archive ul li:last-child,
.sidebar .widget_categories ul li:last-child,
.sidebar .widget_pages ul li:last-child,
.sidebar .widget_nav_menu ul li:last-child,
.sidebar .widget_portfolio_category ul li:last-child {
    border: 0
}

.sidebar .widget_archive ul li a,
.sidebar .widget_categories ul li a,
.sidebar .widget_pages ul li a,
.sidebar .widget_nav_menu ul li a,
.sidebar .widget_portfolio_category ul li a {
    line-height: 20px;
    padding: 5px 0;
    font-size: 13px;
    color: #666
}

.sidebar .widget_archive ul li a:before,
.sidebar .widget_categories ul li a:before,
.sidebar .widget_pages ul li a:before,
.sidebar .widget_nav_menu ul li a:before,
.sidebar .widget_portfolio_category ul li a:before {
    content: "\e660";
    font-family: 'Stroke-Gap-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: baseline;
    color: #c52d2f
}

.sidebar .widget_search input {
    color: #2a2d32;
    text-transform: uppercase
}

.sidebar .widget_search .icon {
    color: #c52d2f;
    font-size: 16px
}

.sidebar .tagcloud a {
    font-size: 12px !important;
    text-transform: uppercase;
    line-height: 20px;
    margin: 0 6px 6px 0;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0;
    background: #fff;
    color: #666;
    border: 1px solid #eee;
    display: inline-block
}

.sidebar .tagcloud a:hover {
    text-decoration: none;
    background: #c52d2f;
    color: #fff;
    border-color: #c52d2f
}

.sidebar .widget_recent_entries .post-date {
    display: block;
    font-size: 12px;
    margin-top: 2px
}

.sidebar .widget_recent_entries .post-date::before {
    font-size: 11px;
    content: '\e6c7';
    color: #666;
    font-family: 'Stroke-Gap-Icons';
    padding-right: 10px;
    vertical-align: middle
}

.sidebar .widget_rss .widget-title .rsswidget img {
    position: relative;
    top: 1px;
    margin-right: 5px !important
}

.sidebar .widget_rss .widget-title .rsswidget:hover {
    color: #c52d2f
}

.sidebar .widget_rss .rss-date {
    display: block;
    font-size: 12px;
    margin-top: 2px
}

.sidebar .widget_rss .rss-date::before {
    font-size: 11px;
    content: '\e6c7';
    color: #666;
    font-family: 'Stroke-Gap-Icons';
    padding-right: 10px;
    vertical-align: middle
}

.sidebar .widget_rss .rssSummary {
    background-color: #f5f5f5;
    margin: 10px 0;
    padding: 15px;
    border-bottom: 4px solid #e3e3e3
}

.sidebar .widget_calendar caption {
    margin-bottom: 10px
}

.sidebar .pix-flickr-widget li {
    width: 33%
}

.sidebar .pix-flickr-widget li:hover img {
    opacity: .7
}

.sidebar .widget_pix_totalposts .nav-tabs {
    margin-bottom: 0;
    border-bottom: 0
}

.sidebar .widget_pix_totalposts .nav-tabs li {
    margin: 0 !important;
    padding: 0;
    width: 33%
}

.sidebar .widget_pix_totalposts .nav-tabs li a {
    padding: 11px 5px !important;
    text-align: center;
    font-size: 9px !important;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    border-top: 1px solid #e3e3e3;
    background-color: #f5f5f5;
    border-radius: 0
}

.sidebar .widget_pix_totalposts .nav-tabs li.active a,
.sidebar .widget_pix_totalposts .nav-tabs li:hover a {
    border: 0;
    background-color: #fff;
    border-top: 1px solid #c52d2f
}

.sidebar .widget_pix_totalposts .media-tab {
    display: inline-block;
    width: 100%;
    margin-top: 30px
}

.sidebar .widget_pix_totalposts .media-tab-thumb {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    margin: 0 0 15px 0
}

.sidebar .widget_pix_totalposts .media-tab .media-body {
    text-align: left;
    word-wrap: break-word;
    width: auto;
    margin: 0;
    padding: 0;
    display: block
}

.sidebar .widget_pix_totalposts .media-tab .media-body time {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #666;

}

.sidebar .widget_pix_totalposts .media-tab .media-body time .icon-calendar {
    font-size: 11px;
    margin-right: 7px;
    vertical-align: middle;
    color: #666
}

.sidebar .widget_pix_totalposts .media-tab .media-body time .icon-calendar::before {
    font-family: 'Stroke-Gap-Icons';
    content: '\e6c7'
}

.sidebar .widget_pix_totalposts .media-tab .media-body h5.media-heading {
    padding-bottom: 0;
    margin-bottom: 10px
}

.sidebar .widget_pix_totalposts .media-tab .media-body h5.media-heading:after {
    display: none
}

.sidebar .widget_pix_totalposts .media-tab-comment img {
    margin: 0 !important
}

.sidebar .widget_pix_totalposts .media-tab-comment .pull-left {
    height: 60px;
    width: 60px;
    display: inline-block;
    max-width: 100%;
    margin: 0 15px 0 0
}

.sidebar .widget_pix_totalposts .media-tab-comment .media-body {
    background-color: #f5f5f5;
    padding: 10px;
    border-left: 3px solid #e3e3e3
}

.sidebar .widget_pix_totalposts .media-tab-comment .media-body a {
    font-family: inherit;
    font-weight: 700;
    font-size: 12px
}




.video-section {
    position: relative
}

.video-section .title {
    line-height: 1.1;
    font-size: 40px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 100;
text-transform: capitalize;
}

.video-section .subtitle {
    font-size: 16px;


    color: #999;
    line-height: 1.1
}

.video-section .btn-play {
    display: block;
    margin: 30px auto 40px;
    font-size: 72px;
    color: #c52d2f;
    background: none;
    border: 0;
    box-shadow: none;
    width: 73px;
    height: 73px;
    background-size: 100%
}

.video-section .btn-play:hover,
.video-section .btn-play:active,
.video-section .btn-play:visited,
.video-section .btn-play:focus {
    text-decoration: none
}

.video-section .duration {
    color: #333;
    font-size: 14px
}

.text-white .video-section .title {
    color: #fff
}

.text-white .video-section .duration {
    color: #ddd
}

.price-section {
    position: relative;
    z-index: 11
}

.price-section .plans-list {
    font-size: 0;
text-align: center;
display: flow-root;
}

.price-section .plans-list .col-md-4 {
max-width: 300px;
float: none;
display: inline-block;
}

.price-section .plans-list * {
    font-size: 14px
}

.contact-map-section .map {
    height: 300px
}

.icon-contact-block .type-info {

    color: #2a2d32;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase
}

.icon-contact-block .type-info span {
    min-width: 20px;
    font-size: 14px;
    color: #c52d2f;
    display: inline-block;
    vertical-align: baseline;
    margin: 0
}

.icon-contact-block .type-info span:before {
    margin: 0 5px 0 0;
    font-size: 14px
}

.icon-contact-block .info {
    color: #666
}

.icon-contact-block .contacts-list .col-md-12 {
    padding: 15px;
    border-bottom: 1px solid #eee
}

.text-white .icon-contact-block .type-info {
    color: #ccc
}

.text-white .icon-contact-block .info {
    color: #ccc
}

.oscend-contact-form {

    line-height: 1.1
}

.oscend-contact-form textarea {
    min-height: 155px;
    resize: none;
    margin-bottom: 30px
}



/*
.oscend-contact-form input[type="text"],
.oscend-contact-form input[type="password"],
.oscend-contact-form textarea {
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    background: none;
    box-shadow: none !important;
    outline: 0;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    border-radius: none;
    font-size: 12px;
    padding-left: 0;
    height: 50px;
    font-size: 11px;
    color: #999
}

.oscend-contact-form input[type="text"]:focus,
.oscend-contact-form input[type="text"]:active,
.oscend-contact-form input[type="password"]:focus,
.oscend-contact-form input[type="password"]:active,
.oscend-contact-form textarea:focus,
.oscend-contact-form textarea:active {
    border-color: #ddd
}*/

.oscend-contact-form input[type="submit"] {
    background-image: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
    moz-user-select: none;
    ms-touch-action: manipulation;
    ms-user-select: none;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    vertical-align: middle;
    webkit-user-select: none;
    white-space: nowrap;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-size: 12px;
    text-transform: uppercase;
    padding: 15px 25px;
    line-height: 20px;
    background: #c52d2f;
    border: 1px solid #c52d2f;
    color: #fff
}

.oscend-contact-form input[type="submit"]:hover,
.oscend-contact-form input[type="submit"]:focus,
.oscend-contact-form input[type="submit"]:active:focus {
    background: #333;
    border-color: #333
}

.oscend-contact-form .form-heading em {
    margin-bottom: 15px;
    display: block
}

.color-socials-list {
    position: relative
}

.color-socials-list .social-item {

    line-height: 50px;
    margin-left: -15px;
    margin-right: -15px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    text-align: center;
    text-decoration: none
}

.oscend-mc4wp {

    line-height: 1.1;
    font-size: 16px
}

.oscend-mc4wp input[type="submit"] {
    background: none;
    border: 0;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    margin-left: 5px;
    vertical-align: text-top;
    width: 42px;
    position: absolute;
    top: 8px;
    right: 0;
    z-index: 3;
    text-align: center;
    pointer-events: auto
}

.oscend-mc4wp .icon {
    top: 8px;
    color: #c52d2f
}

.text-white .oscend-mc4wp .form-control-feedback {
    color: #999
}




.vc_row_anchor .wrap-anchor {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 10
}

.vc_row_anchor .wrap-anchor .section-icon {
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -25px;
    z-index: 11;
    width: 50px;
    height: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #eff2f7;
    text-align: center
}

.vc_row_anchor .wrap-anchor .section-icon span {
    line-height: 50px;
    font-size: 16px;
    color: #666;
    position: relative;
    z-index: 3
}

.vc_row_anchor .wrap-anchor .section-icon span:before {
    margin: 0 auto
}

.vc_row_anchor .wrap-anchor .section-icon:after {
    content: "";
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    display: block;
    background: #fff;
    border: 1px solid #dcdfe4
}

.vc_row_anchor .wrap-anchor .wrap-anchor-link {
    display: block;
    z-index: 12
}

.vc_row_anchor .wrap-anchor .wrap-anchor-link:hover {
    text-decoration: none
}

.vc_row_anchor .wrap-anchor .wrap-anchor-link:hover .section-icon span {
    color: #fff
}

.vc_row_anchor .wrap-anchor .wrap-anchor-link:hover .section-icon span:before {
    margin: 0 auto
}

.vc_row_anchor .wrap-anchor .wrap-anchor-link:hover .section-icon:after {
    background: #c52d2f
}

.vc_row_anchor.anchor-effect {
    height: 205px
}

.vc_row_anchor.anchor-effect .wrap-anchor {
    height: 205px;
    background: white url(//oscend.templines.org/wp-content/themes/oscend/css/../img/divider.svg) top center;
    background-repeat: no-repeat;
    background-size: cover
}

.vc_row_anchor.anchor-effect .wrap-anchor .section-icon {
    top: 32px
}

.header-overlay {
    display: inline-block;
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.header-overlay:after {
    display: block;
    content: '';
    background-color: rgba(0, 0, 0, .1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%
}

.with-bottom-effect {
    position: relative;
    overflow: hidden
}

.with-bottom-effect.transparent-effect .bottom-effect {
    position: absolute;
    z-index: 10;
    bottom: -50px;
    width: 2900px;
    height: 148px;
    left: -100px;
    background: rgba(255, 255, 255, .6);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    padding-top: 10px
}

.with-bottom-effect.transparent-effect .bottom-effect:after {
    content: '';
    display: block;
    background: white;
    height: 148px;
    -webkit-box-shadow: inset 0 -12px 13px -2px white;
    -moz-box-shadow: inset 0 -12px 13px -2px white;
    box-shadow: inset 0 -12px 13px -2px white
}


/*
.with-bottom-effect:before {
    content: "";
    -webkit-box-shadow: inset 0 -12px 13px -2px white;
    -moz-box-shadow: inset 0 -12px 13px -2px white;
    box-shadow: inset 0 -12px 13px -2px white;
    display: block;
    width: 100%;
    position: absolute;
    z-index: 11;
    bottom: 0;
    height: 30px
}
*/

.with-bottom-effect .bottom-effect {
    position: absolute;
    z-index: 10;
    bottom: -50px;
    width: 2900px;
    height: 148px;
    left: -100px;
    background: #fff;
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    padding-top: 10px
}

.with-bottom-effect .bottom-effect:after {
    content: '';
    display: block;
    background: #fff;
    height: 148px
}

.twitter .slider-title {
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #ddd;

    font-weight: bold;
    margin-bottom: 40px
}

.twitter .slider-title a {
    color: #fff
}

.twitter .slider-title i {
    margin: 0 5px 0 8px;
    font-size: 24px;
    color: #c52d2f;
    text-shadow: #393a39 2px 0, #393a39 2px 2px, #393a39 0 2px, #393a39 -2px 2px, #393a39 -2px 0, #393a39 -2px -2px, #393a39 0 -2px, #393a39 2px -2px, #393a39 0 0 3px, #393a39 0 0 3px, #393a39 0 0 3px, #393a39 0 0 3px, #393a39 0 0 3px, #393a39 0 0 3px, #393a39 0 0 3px, #393a39 0 0 3px
}

.twitter .wrap-section-slider .owl-controls .owl-pagination {
    width: 100%;
    z-index: 9;
    padding: 15px 0 0 0;
    text-align: center
}

.twitter .wrap-section-slider .owl-controls .owl-pagination .owl-page {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border: 1px solid #8e9195;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer
}

.twitter .wrap-section-slider .owl-controls .owl-pagination .owl-page.active {
    background: #c52d2f;
    border-color: #c52d2f
}

.twitter .wrap-section-slider .owl-wrapper:after {
    content: "";
    clear: both;
    display: table;
    height: 0
}

.twitter .wrap-section-slider .owl-wrapper:before {
    content: "";
    clear: both;
    display: table;
    height: 0
}

.twitter .wrap-section-slider .slide-item {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 5;
    max-width: 870px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

.twitter .wrap-section-slider .slide-item p {
    color: #fff
}

.twitter .wrap-section-slider .slide-item a {
    color: #fff
}

.twitter .wrap-section-slider .slide-item .slide-image img {
    width: auto;
    min-width: 100%
}

.twitter .wrap-section-slider .slide-item .time {
    color: #999;
    font-size: 13px;


    margin-bottom: 30px;
    display: inline-block;
    vertical-align: middle
}

.twitter .wrap-section-slider .slide-item .slide-content {
    padding: 0 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.twitter .wrap-section-slider .slide-item .slide-content .top-title {
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;

}

.twitter .wrap-section-slider .slide-item .slide-content .title {
    text-transform: uppercase;
    color: #fff;
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 10px
}

.twitter .wrap-section-slider .slide-item .slide-content .under-title {
    font-size: 22px;
    color: #fff;
    opacity: .5;


}

.twitter .wrap-section-slider .slide-item .slide-content .controls {
    padding: 30px 0
}

.twitter .wrap-section-slider .slide-item .slide-content .controls .btn {
    margin: 0 5px 15px
}

.text-white .twitter .slider-title {
    color: #fff
}

.text-white .twitter .slider-title a {
    color: #fff
}

.text-white .twitter .slider-title i {
    color: #c52d2f;
    text-shadow: #fff 2px 0, #fff 2px 2px, #fff 0 2px, #fff -2px 2px, #fff -2px 0, #fff -2px -2px, #fff 0 -2px, #fff 2px -2px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px
}

.text-white .twitter .wrap-section-slider .owl-controls .owl-pagination .owl-page {
    border: 1px solid #fff
}

.text-white .twitter .wrap-section-slider .owl-controls .owl-pagination .owl-page.active {
    background: #fff;
    border-color: #fff
}

.text-white .twitter .wrap-section-slider .slide-item p {
    color: #fff
}

.text-white .twitter .wrap-section-slider .slide-item a {
    color: #fff
}

.text-white .twitter .wrap-section-slider .slide-item .time {
    color: #fff
}

.text-white .twitter .wrap-section-slider .slide-item .slide-content .top-title {
    color: #fff
}

.text-white .twitter .wrap-section-slider .slide-item .slide-content .title {
    color: #fff
}

.text-white .twitter .wrap-section-slider .slide-item .slide-content .under-title {
    color: #fff
}

.text-black .twitter .slider-title {
    color: #333
}

.text-black .twitter .slider-title a {
    color: #333
}

.text-black .twitter .slider-title i {
    color: #c52d2f
}

.text-black .twitter .wrap-section-slider .owl-controls .owl-pagination .owl-page {
    border: 1px solid #333
}

.text-black .twitter .wrap-section-slider .owl-controls .owl-pagination .owl-page.active {
    background: #333;
    border-color: #333
}

.text-black .twitter .wrap-section-slider .slide-item p {
    color: #333
}

.text-black .twitter .wrap-section-slider .slide-item a {
    color: #333
}

.text-black .twitter .wrap-section-slider .slide-item .time {
    color: #666
}

.text-black .twitter .wrap-section-slider .slide-item .slide-content .top-title {
    color: #333
}

.text-black .twitter .wrap-section-slider .slide-item .slide-content .title {
    color: #333
}

.text-black .twitter .wrap-section-slider .slide-item .slide-content .under-title {
    color: #333
}

.section-heading {
    padding-bottom: 30px;
    line-height: 1.1;

}

.section-heading .section-abovetitle {
    font-size: 18px;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 10px
}

.section-heading .section-title {
    font-size: 26px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 0
}

.section-heading .section-subtitle {


    font-size: 16px;
    color: #999;
    margin-bottom: 15px
}

.section-heading .section-content {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 2;

    margin-top: 45px
}

.section-heading .section-content:first-child {
    font-size: 14px
}

.section-heading .section-content p {
    margin-bottom: 0px;
    font-size: 16px
}

.section-heading .section-content p:last-child {
    margin-bottom: 0
}

.section-heading .design-arrow {
    width: 1px;
    height: 50px;
    background: #ddd;
    position: relative;
    margin: 10px auto
}

.section-heading .design-arrow.inline-arrow {
    display: inline-block;
    vertical-align: middle;
    float: none
}

.section-heading .design-arrow:after {
    content: "";
    display: block;
    position: absolute;
    width: 11px;
    height: 11px;
    border: 2px solid #c52d2f;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 100%;
    left: -5px
}

.section-heading.text-left .design-arrow {
    margin-left: 0;
    margin-right: auto
}

.section-heading.text-right .design-arrow {
    margin-right: 5px;
    margin-left: 5px;
}

.text-white .section-heading .section-abovetitle {
    color: #fff
}

.text-white .section-heading .section-title {
    color: #fff
}

.text-white .section-heading .section-subtitle {
    color: #fff
}

.text-white .section-heading .section-content {
    color: #fff
}

.list-clients {
    text-align: center;
    padding-top: 30px
}

.list-clients .client-item {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    text-align: center;
    margin-bottom: 15px
}

.list-clients .client-item a {
    display: block;
    padding: 0 30px
}

.list-clients .client-item a img {
    max-width: 100%
}

.service-item {
    padding: 40px 0;
    max-width: 300px;
    margin: 0 auto
}

.service-item:hover .wrap-service-icon {
    border-color: #ddddde
}

.service-item:hover .wrap-service-icon .service-icon {
    background: #c52d2f;
    border-color: #c52d2f
}

.service-item:hover .wrap-service-icon .service-icon span {
    color: #fff
}

.service-item .wrap-service-icon {
    width: 78px;
    height: 78px;
    margin-right: 5px;
    background: #eff2f7;
    border: 1px solid #eff2f7;
    padding: 5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.service-item .wrap-service-icon .service-icon {
    width: 66px;
    height: 66px;
    border: 1px solid #ddddde;
    background: #fff;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.service-item .wrap-service-icon .service-icon span {
    font-size: 26px;
    line-height: 64px;
    color: #666;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.service-item .wrap-service-icon .service-icon span:before {
    font-size: 26px;
    margin: 0 auto
}

.service-item h5 {
    margin-bottom: 5px
}

.service-item h5:after {
    display: none
}

.service-item .under_title {


    color: #999;
    font-size: 13px;
    margin-bottom: 15px
}

.service-item .service-item-text p:last-child {
    margin-bottom: 0
}

.text-white .service-item:hover .wrap-service-icon {
    border-color: #ddddde
}

.text-white .service-item:hover .wrap-service-icon .service-icon {
    background: #c52d2f;
    border-color: #c52d2f
}

.text-white .service-item:hover .wrap-service-icon .service-icon span {
    color: #fff
}

.text-white .service-item .wrap-service-icon {
    width: 82px;
    height: 82px;
    line-height: 82px;
    background: none;
    border: 5px solid #fff;
    padding: 0;
    margin-right: 5px
}

.text-white .service-item .wrap-service-icon .service-icon {
    background: none;
    width: 72px;
    height: 72px;
    border: 0
}

.text-white .service-item .wrap-service-icon .service-icon span {
    line-height: 72px;
    color: #999
}

.text-white .service-item h5 {
    color: #fff
}

.text-white .service-item .under_title {
    color: #999
}

.text-white .service-item-text {
    color: #999
}

.text-white .service-item-text * {
    color: #999
}

.plan-item {
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #eee;
    padding-bottom: 15px;
position: relative;
top: 0;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    border-top: 5px solid #888;
}

.plan-item.active {
    border: 0;
    border-top: 5px solid #c52d2f;
    position: relative;
    z-index: 3;
    margin: -15px;
    padding-bottom: 15px;
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .1)
}



.plan-item:hover {

top: -20px;
border-top: 5px solid #c52d2f;
z-index:5;
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .1)
}

.plan-item.active .item-heading {
    padding-top: 54px;
    margin-bottom: 3px
}


/*
.plan-item.active .item-body {
    border-top: 1px solid #e7e8ec
}
*/


.plan-item.active .item-footer .btn {
    background: #c52d2f;
    color: #fff
}

.plan-item .item-heading {
    padding-top: 40px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e8ec
}

.plan-item .item-heading .name {
    font-size: 21px;
    color: #c52d2f;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 15px;
    display: inline-block;

    line-height: 1.1
}

.plan-item .item-heading .count {
    font-size: 30px;
    color: #2a2d32;
    margin-bottom: 5px;

    line-height: 1.1
}

.plan-item .item-heading em {
    color: #ccc;
    font-size: 14px;


    line-height: 1.1
}

.plan-item .item-body ul {
    padding: 35px 30px 20px 55px;
    text-align: left;
    list-style: none
}

.plan-item .item-body ul li {
    padding: 11px 0;
    color: #666;
    line-height: 1.1;
    margin: 0
}

.plan-item .item-body ul li.inactive {
    color: #ccc
}

.plan-item .item-body ul li.inactive:before {
    content: "\f00d";
    color: #ccc
}

.plan-item .item-body ul li:before {
    color: #c52d2f;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 12px;
    display: inline-block;
    margin-right: 10px
}

.plan-item .item-body p {
    margin-bottom: 0
}

.plan-item .item-footer {
    padding: 20px 15px
}

.plan-item .item-footer .btn {

    line-height: 1.1;
    border-color: #eee;
    font-size: 11px;
    color: #333;
    padding-left: 30px;
    padding-right: 30px
}






/* Bounce To Top */
.plan-item .item-footer .btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.plan-item .item-footer .btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #353535;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.plan-item .item-footer .btn:hover, .plan-item .item-footer .btn:focus, .plan-item .item-footer .btn:active {
  color: white;
}
.plan-item .item-footer .btn:hover:before, .plan-item .item-footer .btn:focus:before, .plan-item .item-footer .btn:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}






.news-item {
    margin: 0 auto;
border-radius: 0 25px 25px 25px;
overflow: hidden;
}

.news-item.news-item-about {
    margin-bottom: 15px;
    margin-top: 15px
}

.news-item.news-item-about p:last-child {
    margin-bottom: 0
}

.news-item .meta {
    padding: 15px 0
}

.news-item .meta {
position: absolute;
top: 10px;
right: 10px;
z-index: 9;
color: #333;
padding: 4px 10px;
background: #ffffffb3;
border-radius: 10px;
}


.news-item .meta .meta-item a {
    color: #333;
margin-left: 10px;
}

.news-item .meta .meta-item .icon {
    font-size: 11px;
    margin-right: 7px;
    vertical-align: middle;
    color: #666
}

.news-item .news-body h5 {
    margin-bottom: 25px
}

.news-item .news-body h5:after {
    content: "";
    display: block;
    margin-top: 20px;
    width: 25px;
    height: 4px;
    background: #c52d2f
}

.news-item .image {
    position: relative;
    background-color: #f9f9f9;
    text-align: center;
    min-height: 100px;
overflow: hidden;
}

.news-item .image img {
    vertical-align: middle;
    max-width: 100%;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;height:222px;
}

.news-item .image:hover img {
transform: scale(1.1);
}


.news-item .image:hover .image-content {
    opacity: 1
}

.news-item .image .image-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    display: table-cell;
    vertical-align: bottom;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0
}

.news-item .image .read-more {
    position: absolute;
    font-size: 12px;
    bottom: 35px;
    left: 30px;
    display: block;
    color: #fff;
    text-transform: uppercase
}


/*
.news-item .image .read-more:before {
    margin-bottom: 15px;
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    border: 2px solid #c52d2f;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block
}
*/




.news-item .user-avatar {
    position: relative;
    margin-bottom: 30px
}

.news-item .user-avatar .avatar {
    float: right;
    margin-top: -40px;
    width: 70px;
    height: 70px;
    margin-right: 15px;
    border: 5px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden
}

.news-item .user-avatar .avatar img {
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.text-white .news-item .meta .meta-item a {
    color: #fff
}

.text-white .news-item .meta .meta-item .icon {
    color: #fff
}

.text-white .news-item .news-body h5 {
    color: #fff
}

.feature-item {
    text-align: center;
    margin: 0 auto 15px;
    max-width: 300px
}

.feature-item:hover .wrap-feature-icon,
.feature-item.active .wrap-feature-icon {
    background: #c52d2f;
    border-color: #c52d2f
}

.feature-item:hover .wrap-feature-icon .feature-icon,
.feature-item.active .wrap-feature-icon .feature-icon {
    background: #c52d2f;
    border-color: #ffb17f
}

.feature-item:hover .wrap-feature-icon .feature-icon span,
.feature-item.active .wrap-feature-icon .feature-icon span {
    color: #fff
}

.feature-item .wrap-feature-icon {
    width: 110px;
    height: 110px;
    border: 1px solid #eff2f7;
    background: #fff;
    padding: 10px;
    margin: 0 auto 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.feature-item .wrap-feature-icon .feature-icon {
    height: 88px;
    width: 88px;
    border: 1px solid #eff2f7;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #eff2f7;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    line-height: 88px;
    font-size: 32px;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-align: center
}

.feature-item .wrap-feature-icon .feature-icon span {
    color: #666
}

.feature-item .wrap-feature-icon .feature-icon span:before {
    margin: 0 auto;
    font-size: 32px
}

.feature-item .title {

    line-height: 1.1;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase
}

.feature-item .title:after {
    content: '';
    display: block;
    margin: 20px auto;
    height: 4px;
    width: 25px;
    background: #c52d2f
}

.feature-item .text {
    margin-bottom: 5px
}

.text-white .feature-item:hover .wrap-feature-icon,
.text-white .feature-item.active .wrap-feature-icon {
    background: #c52d2f;
    border-color: #c52d2f
}

.text-white .feature-item:hover .wrap-feature-icon .feature-icon,
.text-white .feature-item.active .wrap-feature-icon .feature-icon {
    background: #c52d2f;
    border-color: #ffb17f
}

.text-white .feature-item:hover .wrap-feature-icon .feature-icon span,
.text-white .feature-item.active .wrap-feature-icon .feature-icon span {
    color: #fff
}

.text-white .feature-item .wrap-feature-icon {
    width: 110px;
    height: 110px;
    line-height: 110px;
    border: 10px solid #fff;
    background: none;
    padding: 0
}

.text-white .feature-item .wrap-feature-icon .feature-icon {
    height: 90px;
    width: 90px;
    border: 1px solid #eff2f7;
    background: none;
    line-height: 90px
}

.text-white .feature-item .wrap-feature-icon .feature-icon span {
    color: #999
}

.text-white .feature-item .wrap-feature-icon .feature-icon span:before {
    color: #999
}

.text-white .feature-item .title {
    color: #fff
}

.text-white .feature-item .text,
.text-white .feature-item .text * {
    color: #999
}

.achieve-item {
    text-align: center;
    margin: 0 auto 15px;
    max-width: 300px;
    position: relative;
    line-height: 1.1
}

.achieve-item .achieve-icon span {
    font-size: 46px;
    color: #333
}

.achieve-item .achieve-icon span:before {
    margin: 0 auto;
    font-size: 46px;
    color: #333
}

.achieve-item .count {

    padding: 30px 0;
    font-size: 30px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold
}

.achieve-item .name {

    color: #666;
    font-size: 14px;
    text-transform: uppercase
}

.wpb_column+.wpb_column .achieve-item:before {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    border: 2px solid #c52d2f;
    position: absolute;
    top: 137px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: -20px
}

.text-white .achieve-item .achieve-icon span {
    color: #fff
}

.text-white .achieve-item .achieve-icon span:before {
    color: #fff
}

.text-white .achieve-item .count {
    color: #fff
}

.text-white .achieve-item .name {
    color: #ddd
}

.wpb_column+.wpb_column .step-item:after {
    content: '';
    display: block;
    width: 178px;
    height: 29px;
    background: url(//oscend.templines.org/wp-content/themes/oscend/css/../img/step-arrow.png) center no-repeat;
    position: absolute;
    top: 120%;
    left: -38%
}

.step-item {
    text-align: center;
    position: relative;
    margin-bottom: 60px
}

.step-item.invert .item-icon {
    background: #c52d2f
}

.step-item.invert .item-icon:before {
    background: #333
}

.step-item .item-text {
    display: inline-block;
    vertical-align: middle
}

.step-item .item-text h5 {
    margin: 0;
    border: 0;
    padding: 0;
    line-height: 24px;
    color: #333;
    text-align: left;
    max-width: 130px
}

.step-item .item-text h5:after {
    display: none
}

.step-item .item-icon {
    position: relative;
    width: 75px;
    height: 75px;
    line-height: 77px;
    text-align: center;
    text-indent: 1px;
    background: #333;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 22px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.step-item .item-icon:before {
    content: attr(data-count);
    border: 5px solid #eff2f7;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: -5px;
    display: block;
    width: 30px;
    height: 30px;
    background: #c52d2f;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-indent: 0
}

.step-item .item-icon span {
    font-size: 22px
}

.step-item .item-icon span:before {
    color: #fff;
    margin: 0 auto
}

.text-white .step-item .item-text h5 {
    color: #fff
}

.reviews-slider {
    overflow: hidden;
    padding-top: 20px;

    line-height: 1.1
}

.reviews-slider.review-slider-seconds .slide-item {
    margin-right: 30px
}

.reviews-slider.review-slider-seconds .slide-item .image-block {
    width: 200px
}

.reviews-slider.review-slider-seconds .slide-item .image-block img {
    max-width: 100%
}

.reviews-slider.review-slider-seconds .slide-item .description-block .review {
    z-index: -1;
    padding: 50px 25px 50px 50px
}

.reviews-slider.review-slider-seconds .owl-controls .owl-pagination {
    padding-top: 60px;
    text-align: center
}

.reviews-slider .owl-wrapper:after {
    content: "";
    clear: both;
    display: table;
    height: 0
}

.reviews-slider .owl-wrapper:before {
    content: "";
    clear: both;
    display: table;
    height: 0
}

.reviews-slider .owl-controls .owl-pagination {
    padding: 15px 0;
    text-align: right
}

.reviews-slider .owl-controls .owl-pagination .owl-page {
    display: inline-block;
    vertical-align: niddle;
    width: 10px;
    height: 10px;
    border: 1px solid #cfcfcf;
    background: #fff;
    margin: 0 5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer
}

.reviews-slider .owl-controls .owl-pagination .owl-page.active,
.reviews-slider .owl-controls .owl-pagination .owl-page:hover {
    background: #666;
    border-color: #666
}

.reviews-slider .slide-item:after {
    content: "";
    clear: both;
    display: table;
    height: 0
}

.reviews-slider .slide-item:before {
    content: "";
    clear: both;
    display: table;
    height: 0
}

.reviews-slider .slide-item .media-left {
    padding: 0
}

.reviews-slider .slide-item .media-body {
    overflow: visible
}

.reviews-slider .slide-item .image-block {
    width: 300px
}

.reviews-slider .slide-item .image-block img {
    max-width: 100%
}

.reviews-slider .slide-item .description-block .name {
    padding: 20px 15px 30px 35px;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: bold
}

.reviews-slider .slide-item .description-block .name span {
    margin-left: 10px;


    color: #999;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: normal
}

.reviews-slider .slide-item .description-block .review {
    border: 1px solid #eee;
    padding: 50px;
    margin-left: -30px;
    position: relative;
    background: #fff;
    -moz-box-shadow: 1px 2px 12px 0 rgba(0, 0, 0, .08);
    -webkit-box-shadow: 1px 2px 12px 0 rgba(0, 0, 0, .08);
    box-shadow: 1px 2px 12px 0 rgba(0, 0, 0, .08);
    color: #666;
    font-size: 16px;
    line-height: 30px;


}

.reviews-slider .slide-item .description-block .review p:last-child {
    margin: 0
}

.reviews-slider .slide-item .description-block .review:before {
    font-family: 'FontAwesome';
    display: block;
    font-style: normal;
    position: absolute;
    right: 50px;
    top: -20px;
    color: #eee;
    width: 40px;
    height: 34px;
    padding: 0;
    text-align: center;
    font-size: 35px;
    line-height: 40px;
    cursor: pointer;
    content: "\f10e"
}

.text-white .reviews-slider .slide-item .description-block .name {
    color: #fff
}

.text-white .reviews-slider .slide-item .description-block .name span {
    color: #fff
}

.text-white .reviews-slider .slide-item .description-block .review {
    color: #666
}

.text-white .reviews-slider .slide-item .description-block .review p {
    color: #666
}

.text-white .reviews-slider .slide-item .description-block .review:before {
    color: #ccc
}

.text-black .reviews-slider .slide-item .description-block .review {
    color: #666
}

.text-black .reviews-slider .slide-item .description-block .review p {
    color: #666
}

.wrap-team-slider {
    padding-left: 35px;
    padding-right: 35px;
    position: relative
}

.wrap-team-slider .prev-btn,
.wrap-team-slider .next-btn {
    position: absolute;
    top: 50%;
    cursor: pointer
}

.wrap-team-slider .prev-btn span,
.wrap-team-slider .next-btn span {
    display: inline-block;
    font-size: 32px;
    color: #ccc
}

.wrap-team-slider .prev-btn span:hover,
.wrap-team-slider .next-btn span:hover {
    color: #666
}

.wrap-team-slider .prev-btn {
    left: 0
}

.wrap-team-slider .next-btn {
    right: 0
}

.team-slider {
    padding-top: 30px
}

.team-slider .slick-list {
    text-align: center
}

.team-slider .slick-list .slick-track {
    display: inline-block
}

.team-slider .slick-list .slick-track .slide-item {
    position: relative
}

.team-slider .slick-list .slick-track .slide-item.slick-current+.slide-item .slide-description {
    opacity: 1
}

.team-slider .slick-list .slick-track .slide-item .image {
    text-align: center;
    margin-bottom: -80px;
    height: 800px;
    overflow: hidden
}

.team-slider .slick-list .slick-track .slide-item .image img {
    max-width: 100%;
    display: inline-block
}

.team-slider .slick-list .slick-track .slide-item .slide-description {
    position: absolute;
    opacity: 0;
    right: 0;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    color: #ddd
}

.team-slider .slick-list .slick-track .slide-item .slide-description .member-info {
    padding: 35px 0 35px
}

.team-slider .slick-list .slick-track .slide-item .slide-description .member-info .name {

    line-height: 1.1;
    font-size: 14px;
    color: #ddd;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px
}

.team-slider .slick-list .slick-track .slide-item .slide-description .member-info .position {
    color: #ddd;
    font-size: 16px
}

.team-slider .slick-list .slick-track .slide-item .slide-description .contacts {
    background: #c52d2f;
    padding: 40px 0 100px
}

.team-slider .slick-list .slick-track .slide-item .slide-description .contacts ul {
    padding-left: 0
}

.team-slider .slick-list .slick-track .slide-item .slide-description .contacts ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    color: #fff
}

.team-slider .slick-list .slick-track .slide-item .slide-description .contacts ul li a {
    color: #fff;
    font-size: 16px
}

.one-team-item {
    padding-top: 30px;
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden
}

.one-team-item .image {
    text-align: center;
    margin-bottom: -80px;
    height: 800px;
    overflow: hidden
}

.one-team-item .image img {
    max-width: 100%;
    display: inline-block
}

.one-team-item .slide-description {
    text-align: center;
    position: absolute;
    opacity: 1;
    right: 0;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    color: #ddd
}

.one-team-item .slide-description .member-info {
    padding: 35px 0 35px
}

.one-team-item .slide-description .member-info .name {

    line-height: 1.1;
    font-size: 14px;
    color: #ddd;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px
}

.one-team-item .slide-description .member-info .position {
    color: #ddd;
    font-size: 16px
}

.one-team-item .slide-description .contacts {
    background: #c52d2f;
    padding: 40px 0 100px
}

.one-team-item .slide-description .contacts ul {
    padding-left: 0
}

.one-team-item .slide-description .contacts ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    color: #fff
}

.one-team-item .slide-description .contacts ul li a {
    color: #fff;
    font-size: 16px
}

.portfolio-list-section {
    padding-bottom: 30px
}

.portfolio-list-section .section-heading {
    padding-bottom: 30px
}

.portfolio-list-section .portfolio-pagination-loading {
    display: none;
    padding-top: 30px
}

.portfolio-list-section .portfolio-pagination a {
    margin-top: 30px
}

.portfolio-item {
    margin: 0 0 30px 0;

    line-height: 1.1
}

.portfolio-item .portfolio-gallery-none {
    display: none
}

.portfolio-item .portfolio-image {
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.portfolio-item .portfolio-image:hover>a::after,
.portfolio-item .portfolio-image:hover .portfolio-item-body {
    opacity: 1
}

.portfolio-item .portfolio-image>a {
    display: block;
    position: relative
}

.portfolio-item .portfolio-image>a:after {
    content: "";
    background: rgba(0, 0, 0, .8);
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.portfolio-item .portfolio-image img {
    width: 100%;
    height: auto;
    vertical-align: middle
}

.portfolio-item .portfolio-image .portfolio-item-body {
    position: absolute;
    z-index: 3;
    bottom: 35px;
    left: 35px;
    right: 20px;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0
}

.portfolio-item .portfolio-image .portfolio-item-body.center-body {
    top: 50%;
    margin-top: -20px;
    left: 0;
    right: 0;
    text-align: center
}

.portfolio-item .portfolio-image .portfolio-item-body.center-body ul {
    padding-left: 0
}

.portfolio-item .portfolio-image .portfolio-item-body.center-body ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px
}

.portfolio-item .portfolio-image .portfolio-item-body.center-body ul li a {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    color: #fff;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.portfolio-item .portfolio-image .portfolio-item-body.center-body ul li a:hover {
    background: #c52d2f;
    border-color: #c52d2f
}

.portfolio-item .portfolio-image .portfolio-item-body.center-body ul li a span {
    font-size: 16px;
    line-height: 40px
}

.portfolio-item .portfolio-image .portfolio-item-body .name {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px
}

.portfolio-item .portfolio-image .portfolio-item-body .name:before {
    margin-bottom: 15px;
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid #c52d2f;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block
}

.portfolio-item .portfolio-image .portfolio-item-body .under-name {
    color: #fff;
    font-size: 12px;
  ;
    font-weight: normal
}

.portfolio-item .portfolio-image .portfolio-item-body .under-name a {
    margin-left: 2px;
    color: #fff
}

.portfolio-item .portfolio-item-footer {
    padding-top: 25px;
    position: relative;
    padding-bottom: 25px;
    border-bottom: 1px solid #eff2f7
}

.portfolio-item .portfolio-item-footer .name {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: bold
}

.portfolio-item .portfolio-item-footer .under-name {
    font-size: 12px;

}

.portfolio-item .portfolio-item-footer .under-name a {
    margin-left: 2px;
    color: #999
}

.portfolio-item .portfolio-item-footer .views {
    position: absolute;
    line-height: 20px;
    top: 50%;
    margin-top: -10px;
    right: 0
}

.portfolio-item .portfolio-item-footer .views .icon {
    font-size: 16px;
    color: #666;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block
}

.portfolio-item .portfolio-item-footer .views span:not(.icon) {
    font-size: 12px;
    color: #999;
    vertical-align: middle;
    display: inline-block;

}

.portfolio-perrow-4 .portfolio-item .portfolio-image .portfolio-item-body {
    left: 25px;
    bottom: 25px;
    right: 10px
}

.text-white .portfolio-item .portfolio-item-footer .name {
    color: #fff
}

.folio-isotop-filter ul {
    text-align: center;
    border: 0;
    font-size: 0;
    padding: 0 0 60px 0
}

.folio-isotop-filter ul>li {
    border: 0;
    float: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 3px 15px 11px
}

.folio-isotop-filter ul>li a {
    display: block;

    line-height: 1.1;
    border: 0;
    padding: 0 35px;
    line-height: 45px;
    background: #eff2f7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #333;
    font-size: 11px;
    text-transform: uppercase;
    position: relative;
    margin: 0
}

.folio-isotop-filter ul>li a:after {
    content: "";
    border: 10px solid transparent;
    top: 100%;
    border-top-color: #eff2f7;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.folio-isotop-filter ul>li a:hover {
    background: #c52d2f;
    color: #fff;
    text-decoration: none
}

.folio-isotop-filter ul>li a:hover:after {
    border-top-color: #c52d2f
}

.folio-isotop-filter ul>li a.selected {
    background: #c52d2f;
    color: #fff;
    text-decoration: none
}

.folio-isotop-filter ul>li a.selected:after {
    border-top-color: #c52d2f
}

.round-ico {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 5px solid #eff2f7;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 2px #cacddc;
    -moz-box-shadow: inset 0 0 0 2px #cacddc;
    box-shadow: inset 0 0 0 2px #cacddc
}

.round-ico.little {
    width: 25px;
    height: 25px;
    background: #fff;
    border: 5px solid #eeeef2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 2px #cacddc;
    -moz-box-shadow: inset 0 0 0 2px #cacddc;
    box-shadow: inset 0 0 0 2px #cacddc
}

.wrap-timeline {
    position: relative
}

.wrap-timeline:after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    bottom: 20px;
    left: 50%;
    width: 2px;
    margin-left: -1px;
    background: #eff2f7
}

.wrap-timeline .top-row .time-title {
    text-align: center;
    height: 80px;
    position: relative
}

.wrap-timeline .top-row .time-title .round-ico {
    position: absolute;
    left: 50%;
    margin-left: -26px;
    bottom: 40px;
    z-index: 1;
    width: 52px;
    height: 52px;
    line-height: 44px
}

.wrap-timeline .top-row .time-title .round-ico .icon {
    font-size: 16px;
    text-align: center;
    color: #666
}

.wrap-timeline .top-row .time-title .round-ico:hover {
    text-decoration: none
}

.wrap-timeline .top-row .time-title .round-ico:after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 52px;
    left: 50%;
    top: 42px;
    margin-left: -1px;
    background: #eff2f7
}

.wrap-timeline .row {
    position: relative
}

.wrap-timeline .row>.round-ico.big {
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -20px;
    z-index: 1
}

.wrap-timeline .row>.round-ico.big:after {
    content: '';
    display: block;
    position: absolute;
    width: 34px;
    height: 1px;
    left: 100%;
    top: 13px;
    background: #cacddc
}

.wrap-timeline .row>.round-ico.big:before {
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    right: -37px;
    top: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #cacddc
}

.wrap-timeline .row>.round-ico.little {
    position: absolute;
    top: 4px;
    left: 50%;
    margin-left: -13px;
    z-index: 1
}

.wrap-timeline .row>.round-ico.little:after {
    content: '';
    display: block;
    position: absolute;
    width: 34px;
    height: 1px;
    right: 100%;
    top: 6px;
    background: #cacddc
}

.wrap-timeline .row>.round-ico.little:before {
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    left: -37px;
    top: 3px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #cacddc
}

.wrap-timeline .left-row {
    text-align: right;
    margin-bottom: 20px
}

.wrap-timeline .right-row {
    text-align: left;
    margin-bottom: 20px
}

.wrap-timeline .right-row .time-item {
    padding-left: 80px
}

.wrap-timeline .left-row .time-item {
    padding-right: 80px
}

.wrap-timeline .time-item {
    padding-top: 10px
}

.wrap-timeline .time-item .date {
    font-size: 12px;
    text-transform: uppercase;
    color: #c52d2f;
    margin-bottom: 10px;

    line-height: 1.1
}

.wrap-timeline .time-item .time-image img {
    max-width: 100%;
    margin-bottom: 20px;
    width: auto
}

.wrap-timeline .time-item .title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;

    line-height: 1.1
}

.wrap-timeline .time-item .time-content p:last-child {
    margin-bottom: 0
}

.wrap-timeline .plus .plus-ico {
    cursor: pointer;
    display: block;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 5px solid #eeeef2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 2px #cacddc;
    -moz-box-shadow: inset 0 0 0 2px #cacddc;
    box-shadow: inset 0 0 0 2px #cacddc;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    padding: 0;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #cacddc
}

.wrap-timeline .plus .plus-ico:after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 10px;
    left: 50%;
    margin-left: -1px;
    bottom: 100%;
    background: #eff2f7
}

.wrap-timeline .plus .plus-ico:hover {
    color: #fff;
    background: #c52d2f;
    box-shadow: none
}

.wrap-timeline .plus .plus-ico.inactive {
    cursor: auto
}

.wrap-timeline .plus .plus-ico.inactive:hover {
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #cacddc;
    -moz-box-shadow: inset 0 0 0 2px #cacddc;
    box-shadow: inset 0 0 0 2px #cacddc
}

.text-white .wrap-timeline .time-item .title {
    color: #fff
}

.service-navigation {
    margin-bottom: 30px;
    text-align: center
}

.service-navigation ul {
    padding-left: 0;
    list-style: none
}

.service-navigation ul li {
    margin: 0
}

.service-navigation ul li.active .navigation-icon,
.service-navigation ul li:hover .navigation-icon {
    background: #c52d2f
}

.service-navigation ul li.active .navigation-icon:after,
.service-navigation ul li:hover .navigation-icon:after {
    border-top-color: #c52d2f
}

.service-navigation ul li.active .navigation-icon span,
.service-navigation ul li:hover .navigation-icon span {
    background: #c52d2f;
    border-color: #ffb07c;
    color: #fff
}

.service-navigation .navigation-item {
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px
}

.service-navigation .navigation-item .navigation-icon {
    margin: 0 auto 55px;
    width: 170px;
    max-width: 100%;
    background: #d1d2d4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 25px 0;
    text-align: center;
    position: relative;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.service-navigation .navigation-item .navigation-icon:after {
    content: "";
    border: 15px solid transparent;
    border-top: 15px solid #eff2f7;
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.service-navigation .navigation-item .navigation-icon span {
    display: inline-block;
    width: 88px;
    height: 88px;
    line-height: 88px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 32px;
    color: #666;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.service-navigation .navigation-item .navigation-icon span:before {
    margin: 0;
    font-size: 32px
}

.service-navigation .navigation-item h5 {
    margin-bottom: 25px
}

.service-navigation .navigation-item h5:after {
    content: "";
    display: block;
    width: 25px;
    height: 4px;
    background: #c52d2f;
    margin: 20px auto 0
}

.text-white .navigation-item h5 {
    color: #fff
}

.text-white .tab-content h1,
.text-white .tab-content h2,
.text-white .tab-content h3,
.text-white .tab-content h4,
.text-white .tab-content h5,
.text-white .tab-content h6,
.text-white .tab-content ul li,
.text-white .tab-content a {
    color: #fff
}

.social-list {
    margin-bottom: 15px;
    text-align: left
}

.social-list li {
    display: inline-block;
    margin: 0 2px
}

.social-list li a {
    display: block;
    width: 38px;
    height: 38px;
    border: 2px solid #eff2f7;
    -moz-box-shadow: 0 0 1px #dfe1e5 inset;
    -webkit-box-shadow: 0 0 1px #dfe1e5 inset;
    box-shadow: 0 0 1px #dfe1e5 inset;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 34px;
    text-align: center;
    background: #fff
}

.social-list li a i {
    font-size: 14px;
    color: #999;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.social-list li a:hover {
    background: #c52d2f;
    border-color: #c52d2f;
    -moz-box-shadow: 0 0 1px #ffb17f inset;
    -webkit-box-shadow: 0 0 1px #ffb17f inset;
    box-shadow: 0 0 1px #ffb17f inset
}

.social-list li a:hover i {
    color: #fff
}

.comments {
    padding: 30px 45px;
    border: 1px solid #eee;
    margin-bottom: 40px
}

.comments h5.comments-title,
.comments h5.comment-reply-title {
    margin-bottom: 45px
}

.comments .comment-list>li:first-child>.comment-item {
    border-top: 0;
    margin-top: 0;
    padding-top: 0
}

.comments .comment-list li .comment-item {
    padding: 40px 0 15px;
    margin-top: 25px;
    border-top: 1px solid #eee
}

.comments .comment-list li .comment-item:after {
    content: "";
    clear: both;
    display: table;
    height: 0
}

.comments .comment-list li .comment-item:before {
    content: "";
    clear: both;
    display: table;
    height: 0
}

.comments .comment-list li .comment-item .media-left {
    padding-right: 30px
}

.comments .comment-list li .comment-item .media-left .avatar {
    width: 80px;
    height: 80px
}

.comments .comment-list li .comment-item .media-left .avatar img {
    width: 100%;
    border-radius: 50%
}

.comments .comment-list li .comment-item .comment-title {
    margin-bottom: 15px
}

.comments .comment-list li .comment-item .comment-title span {
    color: #666;
    font-size: 13px
}

.comments .comment-list li .comment-item .comment-title .name {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase
}

.comments .comment-list li .comment-item .comment-title em,
.comments .comment-list li .comment-item .comment-title .comment-edit-link {
    color: #999;
    font-size: 13px
}

.comments .comment-list li .comment-item .btn-default {
    color: #999
}

.comments .comment-list li .comment-item .btn-default:hover {
    color: #333
}

.comments .comment-list li .children {
    padding-left: 40px
}

.comments .comment-list li.media {
    margin-top: 0
}

.oscend-comment-form {
    margin-bottom: 40px
}

.comment-respond {
    padding: 30px 45px;
    border: 1px solid #eee;
    margin-top: 15px
}

.comment-respond h5 {
    margin-bottom: 45px
}

.comment-respond textarea {
    margin-bottom: 45px;
    resize: none;
    min-height: 120px
}

.comment-notes,
.logged-in-as {
    font-size: 12px;
    color: #666;
    font-weight: normal;

}

.top-demo {
    padding: 50px 0 100px;
    background: url(//oscend.templines.org/wp-content/themes/oscend/css/../img/sections/section-11.jpg) top center no-repeat;
    background-size: cover
}

.top-demo .top-part img {
    margin-bottom: 50px
}

.demopage-preview {
    padding: 100px 0
}

.demopage-preview>div {
    padding-bottom: 70px
}

.demopage-preview_item {
    background-image: url(//oscend.templines.org/wp-content/themes/oscend/css/../img/demo/mac.png);
    display: block;
    height: 314px;
    margin: 0 auto;
    padding: 17px 18px 85px 16px;
    width: 370px
}

.demopage-preview_item+h3 {
    text-align: center;
    font-size: 16px;
    line-height: 120%;
    color: #666;
    padding: 53px 0 29px;
    text-align: center;
    font-weight: normal
}

.demopage-preview_inner {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.demopage-preview_inner img {
    left: 0;
    position: absolute;
    top: 0;
    transition: all 4s ease 0s;
    width: 100%
}

.demopage-footer {
    background-color: #333;
    padding: 46px 0;
    text-align: center
}

.demopage-footer span {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center
}






