html {
    overflow-y: scroll;
    overflow-x: hidden
}

body,h1,h2,h3,h4,h5,h6 {
    font-family: 'Open Sans',sans-serif
}

body
{
    font-size: 13px;
    color: #666666;
    background: #f7fcff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    line-height: 23px;
}

h1,h2,h3,h4,h5,h6 {
    line-height: 1.4em;
    padding: 0;
    margin: 0 0 15px;
    clear: both
}

h2,h4,h6 {
    font-weight: 500
}

h1,h3 {
    font-weight: 300
}

h1 {
    font-size: 36px
}

.pricing-tables .active td,h2,h3 {
    color: #0fa2d5
}

h2 {
    font-size: 31px
}

h3 {
    text-transform: uppercase
}

h3,h4 {
    font-size: 24px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 16px
}

hr {
    background: #91979f;
    height: 1px;
    border: 0;
    margin: 20px 0
}

p {
    margin: 0 0 15px
}

a,ul li a:hover,ul li a:hover i {
    color: #0fa1d5;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

blockquote {
    font-size: 15px;
    font-style: italic;
    color: #566174;
    padding: 20px;
    margin: 0;
    border-left: 5px solid #ff4b64;
    background: url(../img/back-strip.png)
}

a:hover,blockquote h4 {
    color: #3c4451
}

.bold,.strong {
    font-weight: 700
}

.normal,h5 {
    font-weight: 400
}

img {
    width: 100%
}

.space5 {
    height: 5px;
    clear: both
}

.space10,.space15 {
    height: 10px;
    clear: both
}

.space15 {
    height: 15px
}

.space20,.space25 {
    height: 20px;
    clear: both
}

.space25 {
    height: 25px
}

.space30,.space35 {
    height: 30px;
    clear: both
}

.space35 {
    height: 35px
}

.space40,.space45 {
    height: 40px;
    clear: both
}

.space45 {
    height: 45px
}

.space50,.space55 {
    height: 50px;
    clear: both
}

.space55 {
    height: 55px
}

.space60,.space65 {
    height: 60px;
    clear: both
}

.space65 {
    height: 65px
}

.space70,.space75 {
    height: 70px;
    clear: both
}

.space75 {
    height: 75px
}

.space80,.space85 {
    height: 80px;
    clear: both
}

.space85 {
    height: 85px
}

.space90,.space95 {
    height: 90px;
    clear: both
}

.space95 {
    height: 95px
}

.space100,.space110 {
    height: 100px;
    clear: both
}

.space110 {
    height: 110px
}

.space120,.space150 {
    height: 120px;
    clear: both
}

.space150 {
    height: 150px
}

header {
    background: 0 0
}

.top-bar {
    height: 40px;
    border-bottom: 1px solid #e7e7e7
}

.top-bar p {
    margin: 0;
    line-height: 38px;
    text-align: left
}

.top-bar p i {
    padding: 0 5px 0 10px
}

.top-bar ul {
    list-style: none;
    float: right
}

.top-bar ul li {
    float: left;
    height: 40px;
    line-height: 38px;
    padding: 0 17px;
    border-left: 1px solid #e7e7e7
}

.top-bar ul li:last-child {
    border-right: 1px solid #e7e7e7
}

@media (max-width:768px) {
    .top-bar {
        display: none
    }
}

.top-bar.dark {
    color: #eaf0f4;
    background: #2e343e;
    border: 0
}

.top-bar.dark ul li a {
    color: #eaf0f4
}

.breadcrumb>li+li:before,.top-bar.dark ul li a:hover {
    color: #0fa1d5
}

.top-bar.dark ul li {
    border-color: #7e848c
}

.top-container {
    display: block;
    margin: 40px 0 15px;
    overflow: hidden
}

.top-container.t-bar {
    margin: 30px 0 20px
}

.logo {
    width: auto;
    float: left
}

.top-items {
    float: right;
    list-style: none;
    padding: 0
}

.top-items li {
    float: left;
    padding-left: 22px;
    padding-right: 20px
}

.top-items li:last-child {
    padding-right: 0
}

.top-items li.red a,.top-items li.red i {
    color: #ff4862
}

.top-items li.red:hover a,.top-items li.red:hover i {
    color: #00a1d7
}

@media screen and (max-width:991px) {
    .top-container {
        margin: 15px 0 5px
    }

    .top-items {
        clear: both;
        float: left;
        padding-top: 10px
    }
}

.breadcrumb-container {
    padding: 30px 0 10px
}

.breadcrumb-container h1 {
    float: left;
    margin: 0
}

.breadcrumb {
    background: 0 0;
    text-align: right;
    margin: 8px 0
}

.breadcrumb>.active {
    color: #ff4b64
}

.navbar {
    width: 100%;
    min-height: 40px;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 99999;
    background: #f7fcff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1)
}

.navbar .nav {
    position: relative;
    right: 0;
    padding: 0;
    margin: 0
}

.select-menu,.tinynav {
    display: none
}

.navbar .nav,.navbar .nav>li {
    display: block;
    float: left
}

.navbar .nav>li>a {
    display: inline-block;
    font-family: 'Open Sans',serif;
    font-size: 14px;
    line-height: 40px;
    color: #7a828f;
    background: #e6edf2;
    padding: 0 20px;
    margin: 0 1px 0 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.navbar .nav>li.selected:hover>a,.navbar .nav>li.selected>a:hover,.navbar .nav>li:hover>a {
    color: #fff;
    background: #ff4b64
}

.navbar .nav>li.selected>a {
    color: #fff;
    background: #0fa2d5
}

.navbar .dark {
    background: #2e343e
}

.navbar .dark .nav>li>a {
    background: #232933
}

.navbar .dark .nav>li.selected>a {
    background: #0fa2d5
}

.navbar .nav>li>ul {
    display: none;
    z-index: -1;
    padding: 0;
    -webkit-box-shadow: 3px 6px 30px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 3px 6px 30px 0 rgba(0,0,0,.3);
    box-shadow: 3px 6px 30px 0 rgba(0,0,0,.3)
}

.navbar .nav>li:hover>ul {
    display: block;
    position: absolute;
    left: 0;
    list-style: none;
    background: #2e343e
}

.navbar .nav>li>ul>li {
    position: relative;
    background: #2e343e;
    border-bottom: 1px solid #3f4755
}

.navbar .nav>li>ul>li:last-child,.navbar .nav>li>ul>li>ul>li:last-child {
    border-bottom: 0
}

.navbar .nav>li>ul>li>a,.navbar .nav>li>ul>li>ul>li>a {
    display: block;
    min-width: 220px;
    height: 40px;
    line-height: 40px;
    color: #7a828f;
    padding: 0 20px
}

.navbar .nav>li>ul>li:hover>a,.navbar .nav>li>ul>li>a:hover,.navbar .nav>li>ul>li>ul>li>a:hover {
    color: #fff
}

.navbar .nav>li>ul>li.selected>a {
    color: #fff;
    border-left: 5px solid #ff4b64;
    padding-left: 25px;
    padding-right: 5px
}

.navbar .nav>li>ul>li>ul {
    display: none;
    list-style: none;
    padding: 0;
    -webkit-box-shadow: 3px 6px 30px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 3px 6px 30px 0 rgba(0,0,0,.3);
    box-shadow: 3px 6px 30px 0 rgba(0,0,0,.3)
}

.navbar .nav>li>ul>li:hover>ul {
    display: block;
    position: absolute;
    top: 0;
    left: 220px
}

.navbar .nav>li>ul>li>ul>li {
    background: #2e343e;
    border-bottom: 1px solid #3f4755
}

.navbar .nav>li>ul>li>ul>li.selected>a {
    color: #fff;
    border-left: 5px solid #ff4b64;
    padding-left: 30px
}

@media screen and (max-width:991px) {
    .navbar {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .tinynav {
        float: left;
        width: 100%;
        min-width: 120px;
        height: 30px;
        font-family: 'Open Sans',sans-serif;
        font-size: 13px;
        line-height: 30px;
        color: #464646;
        background: #fdfdfd;
        border: 1px solid #f4f4f4;
        margin-top: 0
    }

    #nav,.js #nav {
        display: none
    }

    .js .tinynav,.tinynav {
        display: block
    }

    .tinynav option[selected=selected] {
        color: #343434;
        background: #f4f4f4
    }
}

.contact-data {
    line-height: 28px
}

.btn,.btn:focus {
    color: #0fa1d5;
    background: 0 0;
    padding: 12px 21px;
    border: 1px solid #0fa1d5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn:hover {
    color: #fff;
    background: #0fa1d5;
    border: 1px solid #0fa1d5
}

.btn i {
    margin-right: 10px
}

.btn-primary,.btn-primary:focus {
    color: #fff;
    background: #0fa1d5;
    border: 0
}

.btn-primary:hover {
    color: #fff;
    background: #0b7297;
    border: 0
}

.btn-info,.btn-info:focus {
    color: #0fa2d5;
    background: rgba(11,114,151,.05);
    border: 1px dashed rgba(11,114,151,.6);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.btn-info:hover {
    color: #0fa2d5;
    background: rgba(11,114,151,.15);
    border: 1px dashed rgba(11,114,151,.9)
}

.btn-lg {
    padding: 15px 25px
}

.btn-sm {
    padding: 9px 18px
}

.btn-xs {
    padding: 4px 12px
}

.btn.rounded {
    border-radius: 5px
}

.buttons-page .btn {
    margin-bottom: 15px
}

.btn.color-2,.btn.color-2:hover {
    color: #ff4b64;
    border-color: #ff4b64
}

.btn.color-2:hover {
    color: #fff;
    background: #ff4b64
}

.btn-primary.color-2,.btn-primary.color-2:focus {
    color: #fff;
    background: #ff4b64;
    border: 0
}

.btn-primary.color-2:hover {
    background: #c2394c
}

.btn-info.color-2,.btn-info.color-2:focus {
    color: #c2394c;
    background: rgba(194,57,76,.05);
    border: 1px dashed rgba(194,57,76,.6)
}

.btn-info.color-2:hover {
    color: #c2394c;
    background: rgba(194,57,76,.15);
    border: 1px dashed rgba(194,57,76,.9)
}

.btn.color-3,.btn.color-3:hover {
    color: #7786a1;
    border-color: #7786a1
}

.btn.color-3:hover {
    color: #fff;
    background: #7786a1
}

.btn-primary.color-3,.btn-primary.color-3:focus {
    color: #fff;
    background: #7786a1;
    border: 0
}

.btn-primary.color-3:hover {
    background: #566174
}

.btn-info.color-3,.btn-info.color-3:focus {
    color: #566174;
    background: rgba(86,97,116,.05);
    border: 1px dashed rgba(86,97,116,.6)
}

.btn-info.color-3:hover {
    color: #566174;
    background: rgba(86,97,116,.15);
    border: 1px dashed rgba(86,97,116,.9)
}

.btn.btn-white {
    color: rgba(255,255,255,.65);
    border: 1px solid rgba(255,255,255,.65);
    background: 0 0
}

.btn.btn-white:hover {
    color: #fff;
    border: 1px solid #fff
}

.pagination li a {
    border-radius: 0;
    border: 1px solid #d7dfe4;
    color: #7786a1
}

.pagination li a:hover {
    color: #0fa1d5;
    background: #e6edf2
}

.pagination>li.active>a,.pagination>li.active>a:focus,.pagination>li.active>a:hover,.pagination>li.active>span,.pagination>li.active>span:focus,.pagination>li.active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #0fa1d5;
    border-color: #d7dfe4;
    cursor: default
}

.tags a {
    height: 28px;
    font-size: 13px;
    line-height: 28px;
    color: #90979f;
    background: #e6edf2;
    padding: 0 12px;
    margin-right: 8px;
    margin-bottom: 8px;
    float: left;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.tags a:hover {
    color: #fff;
    background: #0fa1d5
}

.tags-2 a {
    color: #fff;
    background: #566174
}

.promo-box {
    background: #428bca;
    padding: 70px 0
}

.promo-box h4 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 0
}

.promo-box .author {
    font-size: 14px;
    padding: 50px 0;
    margin: 0
}

.promo-box .btn {
    margin: 7px 0 0;
    float: right
}

.promo-box-2 {
    background: #ff4b64
}

.promo-box-3 {
    background: #3c4451
}

table,td,th {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

table {
    width: 100%;
    border-collapse: collapse;
    border: 0
}

td,th {
    padding: 15px 20px!important
}

th {
    background: #0b7297;
    font-weight: 400;
    color: #fff;
    border: 1px solid #0b7297!important
}

td {
    color: #8c9aaa;
    background: #fff;
    border: 1px solid #e6edf2!important
}

table a:hover {
    text-decoration: none
}

.table-2 th {
    background: #0fa1d5;
    border: 1px solid #0fa1d5!important
}

.badges .list-group-item {
    border-radius: 0;
    border: 1px solid #abb3ba!important;
    background: 0 0
}

.badges .badge {
    position: relative;
    background: #3c4451;
    top: 8px
}

.client-says .client-text {
    position: relative;
    font-style: italic;
    color: #fff;
    background: #2d333d;
    padding: 30px 25px
}

.client-says .client-text:after,.client-says-2 .client-text:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 25px;
    bottom: -26px;
    border: 13px solid;
    border-color: #2d333d transparent transparent
}

.client-says-2 .client-text:after {
    border-color: #e6edf2 transparent transparent
}

.client-says .client-name {
    float: right;
    padding-top: 14px;
    padding-right: 10px
}

.client-says .client-name i {
    font-size: 16px;
    padding-right: 10px
}

.client-says-2 .client-text {
    position: relative;
    font-style: italic;
    color: #0fa1d5;
    background: #e6edf2;
    padding: 30px 25px
}

.client-says-2 .client-name {
    float: left;
    padding-top: 10px;
    padding-left: 55px;
    font-size: 14px
}

.happy-client-container {
    padding: 100px 0 80px
}

.happy-client-container h4 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
    text-transform: none
}

.happy-client-container h5,.happy-client-container p {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: none
}

.happy-client-container p {
    line-height: 30px;
    font-weight: 500;
    color: #fff
}

.progress-bar-shortcode .progress {
    height: 38px;
    background: #e6edf2;
    margin-bottom: 10px;
    -webkit-box-shadow: rgba(0,0,0,0) 0 0 0 inset;
    moz-box-shadow: rgba(0,0,0,0) 0 0 0 inset;
    box-shadow: rgba(0,0,0,0) 0 0 0 inset
}

.alert,.nav-tabs li a,.progress-bar-shortcode .progress,.progress-bar-shortcode .progress-bar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.progress-bar-shortcode .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    background: #2d333d;
    font-size: 14px;
    line-height: 35px;
    padding-left: 20px;
    text-align: left;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width .6s ease;
    -moz-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    color: #fff;
    border: 0
}

.progress-striped {
    height: 30px
}

.alert {
    margin-bottom: 9px;
    padding: 20px;
    color: #789ab9;
    background: #e6edf2;
    border: 0!important;
    text-shadow: none!important
}

.alert-error {
    color: #93545d;
    background: #ff92a1
}

.alert-info {
    color: #7f7e00;
    background: #eae9b9
}

.alert-success {
    color: #598157;
    background: #99de95
}

.entypo-icons i,.icons i,.typicons .typcn {
    color: #8c9aaa;
    margin-right: 30px;
    margin-bottom: 30px;
    float: left
}

.icons i,.typicons .typcn {
    width: 24px;
    font-size: 24px
}

.typicons .typcn {
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 34px;
    line-height: 34px
}

.entypo-icons i {
    text-align: center;
    width: 36px;
    height: 36px;
    font-size: 56px;
    line-height: 8px
}

.social i {
    color: #abb3ba;
    font-size: 24px;
    line-height: 36px;
    width: 36px;
    height: 36px
}

.social i,.social-2 i,.social-3 i,.social-4 i {
    background: 0 0;
    margin: 0 4px 8px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.social-3 i,.social-4 i {
    font-size: 24px;
    line-height: 36px;
    width: 36px;
    height: 36px
}

.social-5 i {
    margin: 0 4px 8px
}

.social-5 i,.social-6 i {
    background: 0 0;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.social-2 i {
    color: #abb3ba;
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    height: 20px
}

.oslotron h2,.social-2 i:hover {
    color: #0fa1d5
}

.list-3 li a:hover i,.list-4 li a:hover i,.nav-tabs li a:hover,.social-3 i {
    color: #fff;
    background: #0fa1d5
}

.social-3 i:hover {
    color: #fff;
    background: #0b7297
}

.social-4 i {
    color: #fff;
    background: #abb3ba
}

.social-4 i:hover {
    color: #fff;
    background: #353648
}

.social-5 i,.social-6 i {
    font-size: 16px;
    line-height: 40px;
    width: 40px;
    height: 40px
}

.social-5 i {
    background: #566174;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.social-5 i:hover {
    color: #fff;
    background: #0fa2d5
}

.social-6 i {
    color: #7a828f;
    background: #e6edf2;
    margin: 0 0 0 1px;
    float: right;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.nav-tabs li a:hover i,.social-6 i:hover {
    color: #fff
}

.social .fa-adn:hover {
    color: #c0bdbb
}

.social .fa-android:hover {
    color: #98cb02
}

.social .fa-apple:hover {
    color: #86878b
}

.social .fa-bitbucket-square:hover,.social .fa-bitbucket:hover {
    color: #0a4372
}

.social .fa-bitcoin:hover {
    color: #f8a038
}

.social .fa-css3:hover {
    color: #1571b4
}

.social .fa-dribbble:hover {
    color: #cb2027
}

.social .fa-dropbox:hover {
    color: #79bbee
}

.social .fa-facebook-square:hover,.social .fa-facebook:hover {
    color: #3b5a9b
}

.social .fa-flickr:hover {
    color: #ef5999
}

.social .fa-foursquare:hover {
    color: #63215f
}

.social .fa-github-alt:hover,.social .fa-github-square:hover,.social .fa-github:hover {
    color: #000
}

.social .fa-gittip:hover {
    color: #643614
}

.social .fa-google-plus-square:hover,.social .fa-google-plus:hover {
    color: #c53c2c
}

.social .fa-html5:hover {
    color: #eb4d24
}

.social .fa-instagram:hover {
    color: #ad856a
}

.social .fa-linkedin-square:hover,.social .fa-linkedin:hover {
    color: #1d84b1
}

.social .fa-maxcdn:hover {
    color: #f5ad34
}

.social .fa-pagelines:hover {
    color: #0196f0
}

.social .fa-pinterest-square:hover,.social .fa-pinterest:hover {
    color: #ca2128
}

.social .fa-renren:hover {
    color: #005aab
}

.social .fa-skype:hover {
    color: #0ebbe3
}

.social .fa-stack-exchange:hover,.social .fa-stack-overflow:hover {
    color: #054f96
}

.social .fa-trello:hover {
    color: #1c5f89
}

.social .fa-tumblr-square:hover,.social .fa-tumblr:hover {
    color: #2a445e
}

.social .fa-twitter-square:hover,.social .fa-twitter:hover {
    color: #00aced
}

.social .fa-vimeo-square:hover {
    color: #1bb6ec
}

.social .fa-vk:hover {
    color: #4e739f
}

.social .fa-weibo:hover {
    color: #d52b2b
}

.social .fa-windows:hover {
    color: #07b0eb
}

.social .fa-xing-square:hover,.social .fa-xing:hover {
    color: #005a5d
}

.social .fa-youtube-play:hover,.social .fa-youtube-square:hover,.social .fa-youtube:hover {
    color: #bc2a2d
}

.social-6 .fa-adn:hover {
    background: #c0bdbb
}

.social-6 .fa-android:hover {
    background: #98cb02
}

.social-6 .fa-apple:hover {
    background: #86878b
}

.social-6 .fa-bitbucket-square:hover,.social-6 .fa-bitbucket:hover {
    background: #0a4372
}

.social-6 .fa-bitcoin:hover {
    background: #f8a038
}

.social-6 .fa-css3:hover {
    background: #1571b4
}

.social-6 .fa-dribbble:hover {
    background: #cb2027
}

.social-6 .fa-dropbox:hover {
    background: #79bbee
}

.social-6 .fa-facebook-square:hover,.social-6 .fa-facebook:hover {
    background: #3b5a9b
}

.social-6 .fa-flickr:hover {
    background: #ef5999
}

.social-6 .fa-foursquare:hover {
    background: #63215f
}

.social-6 .fa-github-alt:hover,.social-6 .fa-github-square:hover,.social-6 .fa-github:hover {
    background: #000
}

.social-6 .fa-gittip:hover {
    background: #643614
}

.social-6 .fa-google-plus-square:hover,.social-6 .fa-google-plus:hover {
    background: #c53c2c
}

.social-6 .fa-html5:hover {
    background: #eb4d24
}

.social-6 .fa-instagram:hover {
    background: #ad856a
}

.social-6 .fa-linkedin-square:hover,.social-6 .fa-linkedin:hover {
    background: #1d84b1
}

.social-6 .fa-maxcdn:hover {
    background: #f5ad34
}

.social-6 .fa-pagelines:hover {
    background: #0196f0
}

.social-6 .fa-pinterest-square:hover,.social-6 .fa-pinterest:hover {
    background: #ca2128
}

.social-6 .fa-renren:hover {
    background: #005aab
}

.social-6 .fa-skype:hover {
    background: #0ebbe3
}

.social-6 .fa-stack-exchange:hover,.social-6 .fa-stack-overflow:hover {
    background: #054f96
}

.social-6 .fa-trello:hover {
    background: #1c5f89
}

.social-6 .fa-tumblr-square:hover,.social-6 .fa-tumblr:hover {
    background: #2a445e
}

.social-6 .fa-twitter-square:hover,.social-6 .fa-twitter:hover {
    background: #00aced
}

.social-6 .fa-vimeo-square:hover {
    background: #1bb6ec
}

.social-6 .fa-vk:hover {
    background: #4e739f
}

.social-6 .fa-weibo:hover {
    background: #d52b2b
}

.social-6 .fa-windows:hover {
    background: #07b0eb
}

.social-6 .fa-xing-square:hover,.social-6 .fa-xing:hover {
    background: #005a5d
}

.social-6 .fa-youtube-play:hover,.social-6 .fa-youtube-square:hover,.social-6 .fa-youtube:hover {
    background: #bc2a2d
}

.f-left i {
    float: left
}

.f-right i {
    float: right
}

.counter-container {
    display: block;
    color: #0fa2d5;
    background: url(../img/counter/01.jpg) center center no-repeat;
    text-align: center;
    padding: 200px 0;
    overflow: hidden
}

.counter-container.style-2 {
    background: url(../img/counter/02.jpg) center center no-repeat
}

.counter-container.style-3 {
    background: url(../img/counter/03.jpg) center center no-repeat
}

.counter-container.style-4 {
    background: url(../img/counter/04.jpg) center center no-repeat
}

.counter-container.style-5 {
    background: url(../img/counter/05.jpg) center center no-repeat
}

.counter-container.style-6 {
    background: url(../img/counter/06.jpg) center center no-repeat
}

.counter-box {
    display: block;
    font-family: 'Oswald',sans-serif;
    margin-bottom: 35px;
    clear: both
}

.counter-item {
    display: inline-block;
    width: 110px;
    height: 110px;
    font-size: 54px;
    line-height: 110px;
    text-align: center;
    color: #fff;
    margin: 4px;
    background: #0fa2d5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.counter-container h1 {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    padding: 15px 30px;
    background: rgba(46,52,62,.8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.circle .counter-item,.item-box .media-container .icon-left,.item-box .media-container .icon-right,.testimonial-2 img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.rounded .counter-item {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}

.red .counter-item {
    background: #ff4862
}

.item-day,.red .item-day {
    background: #2e343e
}

.oslotron {
    border: 1px solid #abb3ba;
    border-radius: 10px;
    padding: 30px 40px
}

.oslotron p {
    margin-bottom: 25px
}

.modern-box h2 {
    padding-top: 80px;
    padding-bottom: 25px;
    line-height: 45px
}

.item-box {
    display: block;
    padding-bottom: 15px;
    background: url(../img/divider.png) bottom left repeat-x;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0px0px 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 0 rgba(0,0,0,0)
}

.item-box:hover {
    -webkit-box-shadow: 0 0 12px 0 rgba(77,77,77,.11);
    -moz-box-shadow: 0 0 12px 0 rgba(77,77,77,.11);
    box-shadow: 0 0 12px 0 rgba(77,77,77,.11);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

#map,.item-box .media-container,ul li {
    position: relative
}

.item-box .info-container {
    padding: 0 15px
}

.item-box .info-container h3 {
    color: #0fa2d5;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 15px
}

.item-box .info-container h4,.item-box-2 .info-container h4 {
    color: #3c4451;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 5px
}

.item-box-2 .info-container h4 {
    margin: 3px 0 25px
}

.item-box .info-container p,.item-box-2 .info-container p {
    color: #abb3ba
}

.item-box .media-container .icon-left,.item-box .media-container .icon-right {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -160px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    text-align: center;
    color: #fff;
    background: rgba(50,50,50,.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.item-box .media-container .icon-right {
    margin-left: 110px
}

.item-box:hover .media-container .icon-left,.item-box:hover .media-container .icon-right {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -khtml-opacity: .8;
    -moz-opacity: .8;
    opacity: .8;
    filter: alpha(opacity=80)
}

.item-box:hover .media-container .icon-left {
    margin-left: -60px
}

.item-box:hover .media-container .icon-right {
    margin-left: 10px
}

.item-box .media-container .icon-left:hover,.item-box .media-container .icon-right:hover {
    background: #0fa2d5
}

.item-box,.item-box-2,.item-box-2 .media-container img {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.item-box-2 {
    display: block;
    padding-bottom: 15px;
    background: url(../img/divider.png) bottom left repeat-x rgba(230,237,242,.4)
}

.item-box-2:hover {
    background: url(../img/divider.png) bottom left repeat-x #e6edf2
}

.item-box-2 .media-container {
    position: relative;
    background: #3c4451
}

.item-box .media-container .icon-left:hover,.item-box .media-container .icon-right:hover,.item-box-2 .media-container img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100)
}

.item-box-2:hover .media-container img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -khtml-opacity: .3;
    -moz-opacity: .3;
    opacity: .3;
    filter: alpha(opacity=30)
}

.item-box-2 .info-container {
    padding: 35px 35px 25px
}

.item-box-2 .info-container h3 {
    color: #0fa2d5;
    font-size: 21px;
    font-weight: 600;
    margin: 0
}

.item-box-2 .info-container .social-container {
    margin: 20px 0 0
}

.item-box-2 .media-container .icon-left,.item-box-2 .media-container .icon-right {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    text-align: center;
    color: #fff;
    background: rgba(15,161,213,.3);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.item-box-2 .media-container .icon-left {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-left: -160px
}

.item-box-2 .media-container .icon-right {
    margin-left: 110px
}

.item-box-2:hover .media-container .icon-left,.item-box-2:hover .media-container .icon-right {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -khtml-opacity: .8;
    -moz-opacity: .8;
    opacity: .8;
    filter: alpha(opacity=80)
}

.item-box-2:hover .media-container .icon-left {
    margin-left: -60px
}

.item-box-2:hover .media-container .icon-right {
    margin-left: 10px
}

.item-box-2 .media-container .icon-left:hover,.item-box-2 .media-container .icon-right:hover {
    background: #0fa1d5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100)
}

#map {
    width: 100%;
    height: 380px;
    padding: 0;
    border: 1px solid #e3e7eb;
    margin-bottom: -8px
}

ul {
    padding-left: 20px
}

ul li
{
    color: #666666;
    line-height: 34px;
}

ul li i {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 16px
}

ul li a,ul li i {
    color: #566174;
    text-decoration: none
}

.list-2,.list-3,.list-4,.list-5 {
    padding: 0;
    margin: 0
}

.list-2 li {
    list-style: none;
    padding-left: 25px
}

.list-3 li,.list-4 li,.list-5 li {
    list-style: none;
    padding-left: 35px
}

.list-5 li {
    padding-left: 25px;
    border-bottom: 1px dotted #7786a1
}

.item-box-2 .media-container .icon-right,.list-3 li i {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.list-3 li i,.list-4 li i {
    margin-top: -6px;
    color: #fff;
    background: #566174;
    font-size: 14px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center
}

.nav-tabs {
    border: 0;
    margin: 0
}

.tab-content h3 {
    color: #0fa2d5;
    padding-top: 15px
}

.nav-tabs li a {
    color: #fff;
    background: #3c4451;
    padding: 15px 20px;
    margin-right: 0;
    border: 0;
    border-right: 1px solid #d7dfe4;
    text-transform: uppercase
}

.nav-tabs li:last-child a {
    border-right: 0
}

.nav-tabs li a i {
    position: relative;
    top: 0;
    left: 0;
    color: #fff;
    padding-right: 10px
}

.tab-pane {
    color: #566174;
    background: #e6edf2;
    border: 0;
    padding: 15px 30px
}

.tab-pane p {
    padding-right: 30px
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    border: 0;
    color: #3c4451;
    background-color: #e6edf2
}

.nav-tabs>li.active>a i,.post-info-container .post-info .tags a:hover {
    color: #3c4451
}

.content-block h3 {
    font-size: 22px
}

.content-block i {
    font-size: 22px;
    padding-right: 10px
}

.service {
    position: relative;
    padding-left: 80px
}

.service_after {
    position: relative;   
    background: url(../img/divider.png) bottom left repeat-x;
    margin-bottom: 20px
}

.service .fa,.service .typcn {
    position: absolute;
    top: 0;
    left: 0;
    color: #0fa1d5;
    border: 2px solid #d7dfe4
}

.service .fa {
    width: 64px;
    height: 64px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .7s ease-in-out;
    -moz-transition: .7s ease-in-out;
    -ms-transition: .7s ease-in-out;
    -o-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
    line-height: 64px;
    font-size: 30px
}

.service:hover .entypo,.service:hover .fa,.service:hover .typcn {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg)
}

.service h4,.service-2 h4,.service-3 h4 {
    color: #7786a1;
    font-size: 24px;
    font-weight: 500;
    padding-top: 14px
}

.service-3 h4 {
    padding-top: 15px
}

.service-2:hover h4,.service-3:hover h4,.service:hover h4 {
    color: #0fa1d5
}

.service .typcn {
    line-height: 50px;
    font-size: 40px
}

.service .entypo,.service .typcn,.service-2 .fa {
    width: 64px;
    height: 64px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .7s ease-in-out;
    -moz-transition: .7s ease-in-out;
    -ms-transition: .7s ease-in-out;
    -o-transition: .7s ease-in-out;
    transition: .7s ease-in-out
}

.service .entypo {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 64px;
    line-height: 26px;
    color: #0fa1d5;
    border: 2px solid #d7dfe4
}

.service-2,.service-3 {
    position: relative;
    text-align: center
}

.service-2 .fa {
    line-height: 64px;
    color: #fff;
    background: #0fa1d5;
    font-size: 30px;
    border: 0 solid #d7dfe4
}

.service-2:hover .entypo,.service-2:hover .fa,.service-2:hover .typcn {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg)
}

.service-2 .typcn {
    display: inline-block;
    line-height: 50px;
    font-size: 40px
}

.service-2 .entypo,.service-2 .typcn,.service-3 .entypo,.service-3 .fa,.service-3 .typcn {
    width: 64px;
    height: 64px;
    color: #0fa1d5;
    text-align: center;
    border: 2px solid #d7dfe4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .7s ease-in-out;
    -moz-transition: .7s ease-in-out;
    -ms-transition: .7s ease-in-out;
    -o-transition: .7s ease-in-out;
    transition: .7s ease-in-out
}

.service-2 .entypo {
    display: inline-block;
    font-size: 64px;
    line-height: 26px
}

.boxed-project h6,.service-3 {
    padding-bottom: 20px
}

.service-3 .fa {
    line-height: 64px;
    font-size: 30px
}

.service-3:hover .entypo,.service-3:hover .fa,.service-3:hover .typcn {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg)
}

#portfolio-filter,.service-3 .entypo,.service-3 .typcn {
    display: inline-block
}

.service-3 .typcn {
    line-height: 50px;
    font-size: 40px
}

.service-3 .entypo {
    font-size: 64px;
    line-height: 26px
}

.content-box h4 {
    color: #fff;
    background: #0fa1d5;
    padding: 15px 20px;
    margin: 0
}

.content-box p {
    padding: 20px;
    border: 1px solid #0fa1d5
}

.accordion-group {
    border-radius: 0;
    border: 0;
    border-left: 5px solid #0fa1d5;
    margin-bottom: 1px
}

.accordion-heading {
    height: 60px;
    background: #e6edf2;
    font-size: 16px;
    text-transform: uppercase;
    padding: 20px
}

.accordion-heading a {
    color: #2d333d
}

.accordion-heading a:hover {
    color: #566174
}

.accordion-inner
{
    color: #666666;
    background: 0 0;
    padding: 20px;
}

.testimonial {
    background: #eff5f9;
    border: 1px solid #e6edf2;
    padding: 25px
}

.testimonial .function {
    padding-left: 10px
}

.testimonial-2 h5 {
    font-size: 15px;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 0
}

.testimonial-2 .function {
    color: #0fa1d5;
    text-align: center;
    font-style: italic
}

@media (max-width:991px) {
    .testimonial-2 {
        text-align: center
    }

    .testimonial-2 img {
        width: 50%;
        display: inline-block
    }
}

.pricing-tables table {
    width: 100%;
    background: 0 0;
    border: 1px solid #e3e6e8!important;
    margin-bottom: 30px
}

.pricing-tables td,.pricing-tables th {
    border: 1px solid #e3e6e8!important;
    text-align: center
}

.pricing-tables th {
    font-size: 16px;
    font-weight: 700;
    background: #3c4451;
    padding: 30px!important
}

.pricing-tables td {
    padding: 8px 0;
    color: #7c7e7e;
    background: #fff;
    border-bottom: 1px solid #e3e6e8!important
}

.pricing-tables .plan-title {
    font-family: 'Titillium Web',sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #fff
}

.price {
    font-size: 36px!important;
    padding-top: 36px;
    line-height: 30px
}

.price2 {
    position: relative;
    top: -7px;
    font-size: 14px;
    color: #fff
}

.pricing-tables .table-footer {
    font-size: 16px;
    color: #fff!important;
    background: #3c4451!important;
    padding: 44px 0!important;
    border: 0!important
}

.pricing-tables .active .table-footer,.pricing-tables .active th {
    color: #fff;
    border: 1px solid #e3e6e8!important;
    background: #0fa2d5!important;
    font-weight: 700
}

.img-overlay img {
    max-width: 100%;
    height: auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -khtml-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.img-overlay:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.partners-4,.partners-5,.partners-6,.partners-7 {
    display: table;
    list-style: none;
    border-collapse: collapse
}

.partners-4 li {
    display: table-cell;
    width: 25%;
    border: 1px solid #e6edf2
}

.partners-5 li {
    width: 20%
}

.partners-5 li,.partners-6 li,.partners-7 li {
    display: table-cell;
    border: 1px solid #e6edf2
}

.partners-6 li {
    width: 16.666666666666%
}

.partners-7 li {
    width: 14,2857142857142857%
}

.img-container {
    position: relative;
    overflow: hidden;
    background: #0fa1d5
}

.img-container i,.img-container img {
    -webkit-transition: .7s ease-in-out;
    -moz-transition: .7s ease-in-out;
    -ms-transition: .7s ease-in-out;
    -o-transition: .7s ease-in-out;
    transition: .7s ease-in-out
}

.img-container img {
    max-width: 100%;
    -webkit-transform: scale(1.4,1.4);
    -ms-transform: scale(1.4,1.4);
    transform: scale(1.4,1.4);
    height: auto
}

.img-container:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -khtml-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1)
}

.img-container i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.img-container:hover i {
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    font-size: 34px;
    line-height: 62px;
    margin-top: -30px;
    margin-left: -30px;
    text-align: center;
    background: rgba(45,45,45,.8);
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    -o-border-radius: 10%;
    border-radius: 10%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -khtml-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -o-transform: rotate(720deg);
    -ms-transform: rotate(720deg)
}

.boxed-project .title {
    position: relative;
    display: block;
    background: #eff5f9;
    margin-bottom: 30px
}

.boxed-project h4 {
    font-size: 16px;
    font-weight: 600;
    padding-top: 20px;
    margin-bottom: 5px;
    text-align: center
}

.boxed-project h6 {
    color: #91979f;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center
}

.boxed-project .img-container {
    margin: 0!important
}

.video-content {
    max-width: 100%;
    padding: 0;
    margin: 0 0 -5px;
    border: none
}

.parallax {
    width: 100%;
    padding: 0;
    margin: 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #fff;
    text-transform: uppercase
}

.parallax-mobile {
    background-position: 50% 0!important;
    background-attachment: scroll!important
}

.parallax .parallax-text-container {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0!important;
    margin: 0!important;
    text-align: center
}

.parallax .parallax-text-item {
    display: table-cell;
    vertical-align: middle
}

.parallax-text-item {
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    line-height: 1em
}

.parallax h2,.parallax h3 {
    font-family: 'Open Sans',sans-serif;
    color: #fff;
    background: 0 0
}

.parallax h2 {
    font-size: 36px
}

.parallax h3 {
    font-size: 20px
}

.divider {
    height: 9px;
    background: url(../img/divider.png) top left repeat-x
}

.divider-2 {
    height: 1px;
    background: #dce2e7
}

.footer {
    background: #2e343e
}

.footer .footer-promo {
    padding: 60px 0 50px
}

.footer .footer-promo h2,.footer .footer-promo h4,.img-container i {
    text-align: center
}

.footer img {
    width: auto
}

.footer h6 {
    color: #e5edf2;
    text-transform: uppercase
}

.footer .footer-info {
    padding: 60px 0 30px
}

.footer .list-5 {
    margin-top: -6px
}

.footer .list-5 li {
    border-bottom: 1px solid #3f454f;
    padding-left: 15px
}

.footer,.footer li a {
    color: #7e848c
}

.footer .item-icon,.footer .tweet {
    position: relative;
    padding-left: 26px
}

.footer .tweet {
    padding-left: 50px
}

.footer .item-icon i {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 16px
}

.footer .flickr img {
    width: 30%;
    margin-right: 2%;
    margin-bottom: 2%
}

.container-image i,.footer .tweet i {
    position: absolute;
    text-align: center;
    color: #fff
}

.footer .tweet i {
    background: 0 0;
    border: 1px solid #3c3e48;
    height: 34px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    top: 5px;
    left: 0;
    font-size: 16px;
    width: 34px;
    line-height: 34px
}

.footer .white {
    color: #fff
}

.footer .copyright {
    background: #232933;
    padding: 30px 0
}

.footer .copyright-info {
    padding-top: 2px;
    text-align: right
}

.footer a,.footer a:visited {
    color: #8c9aaa
}

.footer a:hover {
    color: #0fa1d5
}

.footer .form-control {
    border-color: #3f454f
}

@media (max-width:768px) {
    .copyright-info,.footer .logo-footer {
        text-align: center;
        margin-bottom: 20px;
        display: inline-block
    }
}

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 10px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 22px;
    margin-right: 0;
    text-decoration: none;
    color: #fff;
    background: #2e343e;
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    z-index: 99999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -khtml-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
    filter: alpha(opacity=60);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.back-to-top:hover {
    color: #fff;
    background: #0fa1d5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    -khtml-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;
    filter: alpha(opacity=90)
}

.back-to-top:after {
    content: "\f106"
}

.back-to-top,.gallery {
    display: block
}

.portfolio {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.project {
    margin-right: -1px
}

#portfolio-items [class*=col-],.projects-slider [class*=col-] {
    padding: 0
}

.boxed .project {
    padding: 10px!important
}

.boxed .project .container-image {
    padding: 15px!important;
    background: #e4e9ec
}

.boxed .project .container-image:hover {
    background: #0fa2d5
}

#portfolio-filter {
    margin-bottom: 25px;
    padding: 0
}

#portfolio-filter li {
    list-style: none;
    float: left;
    margin-right: 0;
    margin-bottom: 5px;
    padding: 0;
    line-height: 45px;
    font-size: 13px
}

#portfolio-filter li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 0 15px;
    border-bottom: 1px solid transparent
}

#portfolio-filter li:hover a {
    border-bottom: 1px solid #0fa2d5;
    text-decoration: none
}

#portfolio-filter li.act a {
    color: #0fa2d5;
    border-bottom: 1px solid transparent
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.isotope,.isotope .isotope-item {
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.isotope {
    -webkit-transition-property: height,width;
    -moz-transition-property: height,width;
    -ms-transition-property: height,width;
    -o-transition-property: height,width;
    transition-property: height,width
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform,opacity;
    -moz-transition-property: -moz-transform,opacity;
    -ms-transition-property: -ms-transform,opacity;
    -o-transition-property: top,left,opacity;
    transition-property: transform,opacity
}

.isotope .isotope-item.no-transition,.isotope.no-transition,.isotope.no-transition .isotope-item {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.container-image {
    position: relative;
    overflow: hidden;
    background: #0fa2d5
}

.container-image img {
    max-width: 100%;
    height: auto
}

.container-image:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -khtml-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
    -webkit-transform: scale(1.4,1.4);
    -ms-transform: scale(1.4,1.4);
    transform: scale(1.4,1.4)
}

.container-image i {
    font-size: 180px;
    line-height: 180px;
    width: 180px;
    top: 50%;
    left: 50%;
    margin-top: -90px;
    margin-left: -90px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.container-image,.container-image i,.container-image img,.container-image:hover a:hover i,.container-image:hover i {
    -webkit-transition: .7s ease-in-out;
    -moz-transition: .7s ease-in-out;
    -ms-transition: .7s ease-in-out;
    -o-transition: .7s ease-in-out;
    transition: .7s ease-in-out
}

.container-image:hover i {
    font-size: 40px;
    line-height: 40px;
    width: 40px;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    color: #fff;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -khtml-opacity: .8;
    -moz-opacity: .8;
    opacity: .8
}

.container-image:hover a:hover i {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 13px;
    line-height: 1.428571429;
    text-indent: 0;
    color: #7a7a7a;
    vertical-align: middle;
    background-color: transparent;
    padding: 6px 12px;
    border: 1px solid #d7dfe4;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
    box-shadow: inset 0 0 0 rgba(0,0,0,0);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group-btn>.btn {
    position: relative;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: right;
    padding: 0
}

.no-border-right {
    border-right: 0 solid!important
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
    margin-left: 0
}

textarea {
    min-height: 120px;
    resize: vertical
}

.error {
    margin: 6px;
    display: none;
    color: #ff4b64
}

#ajaxsuccess {
    font-size: 15px;
    width: 100%;
    display: none;
    clear: both;
    color: #0fa2d5;
    margin: 0
}

.contact-form .btn {
    float: left;
    margin-top: 10px
}

.blog-container,.post-info-container {
    border-top: 1px solid #d7dfe4;
    border-bottom: 1px solid #d7dfe4
}

.blog-container h2 {
    font-size: 24px;
    font-weight: 600
}

.blog-container .blog-content {
    border-right: 1px solid #d7dfe4;
    padding-right: 30px
}

.post-info-container {
    padding: 12px 0
}

.post-info-container .post-info .post-data {
    margin-right: 10px
}

.post-info-container .post-info .tags a {
    color: #0fa1d5;
    background: 0 0;
    float: none;
    margin: 0;
    padding: 0
}

.post-info-container .post-info i {
    margin-right: 5px
}

.post-info-container i {
    margin: 4px
}

.blog-right-sidebar {
    border-left: 1px solid #d7dfe4;
    padding-left: 30px;
    margin-left: -1px
}

.blog-comment,ul.rs-slider img {
    position: relative
}

.blog-comment h4,.product h3 {
    color: #2c333d;
    font-size: 20px;
    padding-bottom: 5px
}

.product h3 {
    color: #0fa2d5;
    font-size: 17px;
    font-weight: 400
}

.blog-comment .user-image {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #dadcdd;
    background: #fff;
    width: 60px;
    height: 60px
}

.blog-comment .user-image i {
    color: #dadcdd;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    text-align: center
}

.blog-comment .comment-data {
    padding-left: 80px
}

.blog-comment .reply-link {
    padding-left: 12px;
    font-size: 14px
}

.blog-comment .divider,.blog-comment .divider-2 {
    margin: 10px 0
}

.shop-container {
    border-top: 1px solid #d7dfe4;
    border-bottom: 1px solid #d7dfe4
}

.shop-right-sidebar {
    border-left: 1px solid #d7dfe4;
    padding-left: 30px;
    margin-left: -1px
}

.product {
    border: 1px solid #e6edf2;
    margin-bottom: 50px
}

.product .image-container {
    position: relative;
    background: #d7dfe4
}

.product img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.product:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
    -khtml-opacity: .15;
    -moz-opacity: .15;
    opacity: .15;
    filter: alpha(opacity=15)
}

.product .info {
    display: block;
    padding: 25px 10px;
    overflow: hidden
}

.error-icon,.product .price,.product .rating,.product h3 {
    text-align: center
}

.product .rating {
    color: #d7dfe4;
    font-size: 15px
}

.product .price {
    color: #7786a1;
    font-size: 22px;
    padding-top: 6px
}

.product .image-container .icon-left,.product .image-container .icon-right {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -55px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    text-align: center;
    color: #fff;
    background: rgba(50,50,50,.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s
}

.product .image-container .icon-right {
    margin-left: 5px
}

.product:hover .image-container .icon-left,.product:hover .image-container .icon-right {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -khtml-opacity: .8;
    -moz-opacity: .8;
    opacity: .8;
    filter: alpha(opacity=80)
}

.product .image-container .icon-left:hover,.product .image-container .icon-right:hover {
    background: #0fa2d5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100)
}

.error-icon {
    display: block
}

.error-icon .typcn {
    display: inline-block;
    color: #e6edf2;
    width: 220px;
    height: 220px;
    font-size: 220px;
    line-height: 180px
}

ul.rs-slider {
    margin: 0;
    padding: 0
}

.rs-thumb-wrap {
    margin: 21px 0 0
}

.rs-thumb-wrap>a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -khtml-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    padding: 0;
    *padding: 0;
    -moz-transition: opacity .7s ease-in-out;
    -webkit-transition: opacity .7s ease-in-out;
    -o-transition: opacity .7s ease-in-out;
    -ms-transition: opacity .7s ease-in-out;
    transition: opacity .7s ease-in-out
}

.rs-thumb-wrap>a.active,.rs-thumb-wrap>a:hover {
    opacity: 1
}

.rs-thumb-wrap>a:first-child {
    margin-left: 0!important
}

.rs-arrows {
    position: absolute;
    z-index: 799;
    width: 100%;
    top: 50%;
    right: 0
}

.rs-arrows .rs-prev {
    right: 30px
}

.rs-arrows .rs-next,.rs-arrows .rs-prev {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    margin-top: -25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    background: #2d333d!important;
    opacity: .5!important;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.rs-arrows .rs-prev {
    left: 30px
}

.rs-arrows .rs-next {
    right: 30px
}

.rs-arrows .rs-next:hover,.rs-arrows .rs-prev:hover {
    background: #2d333d!important;
    border: 0;
    opacity: 1!important
}

.rs-arrows .rs-next i,.rs-arrows .rs-prev i {
    color: #fff;
    font-size: 20px;
    width: 47px;
    height: 50px;
    position: absolute;
    line-height: 49px;
    text-align: center;
    font-weight: 400
}

.rs-arrows .rs-prev i {
    text-indent: 0
}

.rs-arrows .rs-next i {
    text-indent: 3px
}

.rs-caption {
    padding: 20px;
    color: #fff;
    background: #000;
    background: rgba(0,0,0,.6)
}

.rs-caption p {
    color: #fff;
    margin-bottom: 0
}

.flex-1 {
    margin: 0 0 25px;
    background: 0 0;
    border: 0 solid #fff;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 0 0 #000;
    -webkit-box-shadow: 0 0 0 #000;
    -moz-box-shadow: 0 0 0 #000;
    -o-box-shadow: 0 0 0 #000;
    zoom: 1
}

.flex-1 .flex-control-nav {
    width: 100%;
    height: 40px;
    position: relative;
    text-align: center;
    background: 0 0;
    border: 0 solid #000;
    margin-top: -50px;
    margin-bottom: 0
}

.flex-1 .flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding-top: 15px
}

.flex-1 .flex-control-paging li a {
    width: 14px;
    height: 14px;
    display: block;
    border: 1px solid #7786a1;
    cursor: pointer;
    font-size: 0;
    text-indent: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 #000;
    background: #f7fcff!important
}

.flex-1 .flex-control-paging li a:hover {
    background: #0fa2d5!important
}

.flex-1 .flex-control-paging li a.flex-active {
    position: relative;
    cursor: default;
    background: #2d333d!important
}

.flex-1 .flex-direction-nav {
    display: none
}

.flex-1 .flex-viewport {
    max-height: 3500px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    border: 0 solid #000;
    width: 100%
}

.ls-layer,.ls-layer * {
    font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
    white-space: nowrap
}

.l3s1,.l3s2,.l3s3 {
    text-shadow: 0 0 10px #fff;
    color: #fff
}

.l3s1 {
    font-size: 30px
}

.l3s2 {
    font-size: 60px
}

.l3s3 {
    font-size: 20px;
    font-style: italic
}

.l4s1,.l4s2,.l4s3,.l4s4 {
    box-shadow: 0 3px 10px -3px #002c4b;
    background: #02cef7;
    background: -moz-linear-gradient(top,#02cef7 0%,#009bba 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#02cef7),color-stop(100%,#009bba));
    background: -webkit-linear-gradient(top,#02cef7 0%,#009bba 100%);
    background: -o-linear-gradient(top,#02cef7 0%,#009bba 100%);
    background: -ms-linear-gradient(top,#02cef7 0%,#009bba 100%);
    background: linear-gradient(to bottom,#02cef7 0%,#009bba 100%);
    text-shadow: 0 -1px 1px #00819c;
    padding: 10px 15px;
    border-top: 4px solid #fff;
    font-size: 20px;
    color: #fff;
    border-radius: 7px
}

.ms-caption {
    color: #fff;
    font-size: 40px;
    padding-top: 80px
}