/*<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700" rel="stylesheet">*/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");

@font-face {
    font-family: Museo-300;
    src: url('../fonts/Museo-300.otf');
}

@font-face {
    font-family: Museo-500;
    src: url('../fonts/Museo-500.otf');
}

@font-face {
    font-family: Museo-700;
    src: url('../fonts/Museo-700.otf');
}

.h1-test-ff {
    font-family: Museo-700;
    font-family: 'Roboto', sans-serif;
}

.navbar-default{
    background: transparent;
    border: transparent;
    transition: 0.244s;
}

.navbar-default.fixed-header{
    background-color: #343434;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    z-index: 9999;
}

.navbar-default .navbar-nav > li > a{
    font-family: Museo-700;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}

.navbar-brand {
    padding: 10px 15px;
    opacity: 0;
    transition: 0.244s;
}

.navbar-brand.mini-logo-show{
    opacity: 1;
}

.dropdown-menu {
    background: rgba(0,0,0, 0.75);
    border-radius: 4px;
}

.datepicker-dropdown.dropdown-menu {
    background: #fff;
}

.navbar-nav > li > .dropdown-menu{
    border-radius: 4px;
}

.dropdown-menu > li > a {
    color: #fff;
    font-family: Museo-500;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
    text-decoration: underline;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    text-decoration: none;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background: transparent;
    color: #fff;
    text-decoration: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #383838 !important;
    color: #fff !important;
}

.dropdown-menu .divider {
    background-color: #1e5c77;
}

li.header-dropdown {
    color: #b1b1b1;
    font-family: Museo-500;
    padding-left: 20px;
}

.btns-container {
    float: right;
}

.nav-btns-container{
    padding-top: 10px;
}

a.index-primary {
    font-family: Museo-700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    background: #0e678f;
    border: 1px solid #0e678f;
    border-radius: 20px;
    padding: 7px 24px 6px;
    transition: 0.244s;
}

a.index-primary:hover,
a.index-info:hover {
    background-color: #ff9014;
    color: #0e678f;
    border: 1px solid #ff9014;
}

a.index-primary:active,
a.index-info:active {
    opacity: 0.7;
}

a.index-info {
    font-family: Museo-700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #0e678f;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 7px 24px 6px;
    transition: 0.244s;
}

.btns-container > a.index-primary {
    margin-right: 15px;
}

.section-1__logo {
    text-align: center;
    padding-top: 60px;
    margin-bottom: 80px;
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
}

.section-1__title {
    text-align: center;
    font-family: Museo-500;
    font-size: 60px;
    color: #fff;
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
}

.section-1__sub-title {
    text-align: center;
    font-family: Museo-500;
    font-size: 30px;
    color: #fff;
    margin-bottom: 80px;
    position: absolute;
    top: 45%;
    right: 0;
    width: 100%;
}

.video-container video {
    width: 100%;
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
}

.section-1__btn-container {
    text-align: center;
    position: absolute;
    top: 70%;
    left: 0;
    width: 100%;
}

.section-1__btn-container > a.btn {
    font-family: Museo-500;
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    background-color: #147ba8;
    padding: 13px 42px 12px;
    border-radius: 30px;
    transition: 0.244s;
}

a.btn-tool-slider {
    font-family: Museo-500;
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    background-color: #147ba8;
    padding: 11px 40px 10px;
    border-radius: 30px;
    transition: 0.244s;
    margin-top: 15px;
}

a.btn-tool-slider:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

a.btn-tool-slider:active {
    opacity: 0.7;
}

.section-1__btn-container > a.btn:hover{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.section-1__btn-container > a.btn:active {
    opacity: 0.7;
}

.section-ix {
    background-repeat: no-repeat;
    background-size: cover;
}

.section-1 {
    min-height: 600px; /*100%;*/ /*for video*/
    height: 100vh;
    max-height: 100vh;
    background-image: url('../img/section-1-bg_.jpg');
    position: relative;
}

.section-2 {
    position: relative;
    min-height: 730px;
    background-image: url('../img/section-2-bg.jpg');
    padding: 60px 0;
}

.section-2__dama {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 21%;
}

.section-2__box {
    border: 5px solid #ff9014;
    padding: 30px 30px 40px;
}

.section-2__box-title {
    font-family: Museo-500;
    font-size: 54px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 35px;
}

.sb-item__title {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 25px;
}

.sb-item__icon {
    margin-bottom: 15px;
}

.section-2__box-description {
    position: relative;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 30px;
    font-style: italic;
    margin-top: 15px;
}

.section-2__box-description:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    display: block;
    height: 4px;
    width: 50px;
    border-radius: 2px;
    background-color: #ff9014;
}

.section-3 {
    background-image: url('../img/section-3-bg.jpg');
    min-height: 790px;
    padding: 40px 0 0;
}

.section-3__title {
    font-family: Museo-500;
    text-align: center;
    margin-bottom: 15px;
    font-size: 54px;
    color: #292929;
}

.section-3__sub-title {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: #292929;
    margin-bottom: 40px;
    text-align: center;
}
.slider-tab-list {
    text-align: center;
    margin-bottom: 50px;
}

.slider-tab-list__item {
    display: inline-block;
    margin-right: 20px;
    font-family: Museo-500;
    font-size: 18px;
    color: #292929;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.slider-tab-list__item.active{
    border-bottom: 2px solid #147ba8;
}

.slider-tab-list__item:hover {
    border-bottom: 2px solid #147ba8;
}

.swiper-container.tools-slider {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.tools-slider .swiper-slide {
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.tools-slider-item {
    width: 100%;
    padding: 50px 0 0;
    min-height: 380px;
    background-image: url('../img/tools-slide-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tools-item {
    
    width: 100%;
    padding: 15px 10px 15px 10px;
    margin-bottom: 35px;
    min-height: 242px;
    background-image: url('../img/tools-slide-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    
    border-radius: 10px;
    
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.tools-item > p {
    font-size: 14px;
    
}

.tools-item > h2 {
    margin-top:0px;
}

@media (min-width: 600px) {
    .tools-item > .img-container
    {
        float:left;
        width: 206px;
        margin: 0px 15px 0px 0px;
    }
    
    .tools-item > .img-container > a > img {
        border: 1px #ddd solid;  padding:2px;
    }
}

@media (max-width: 600px) {

    .tools-item > .img-container
    {
        text-align: center;
        width: 100%;
        margin: 0px 0px 10px 0px;
    }
    
    .tools-item > a > img {
        text-align: center;
        border: 1px #ddd solid; padding:2px;
    }

}


.tools-slider-next,
.tools-slider-prev {
    position: absolute;
    top: 40%;
    background-image: url('../img/tools-slide-arrow.jpg');
    height: 60px;
    width: 60px;
    z-index: 5;
    transition: 0.244s;
}

.tools-slider-next{
    right: -60px;
    transform: rotateZ(180deg);
}

.tools-slider-prev {
    left: -60px;
}

.tools-slider-next:hover,
.tools-slider-prev:hover{
    opacity: 0.8;
    cursor: pointer;
}

.tools-slider-item .img-container {
   text-align: right;
}

.tools-slider-item .img-container img {
    padding-right: 30px;
}

.tsd-title {
    font-family: Museo-700;
    font-size: 45px;
    color: #292828;
    line-height: 1;
    text-align: center;
    margin-bottom: 30px;
}

a.tsd-app {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #147ba8;
    width: auto;
    padding-left: 50px;
    background-image: url('../img/slide-apple.png');
    background-repeat: no-repeat;
    background-position: left 0px;
    margin-bottom: 15px;
}

a.tsd-app:hover {
    text-decoration: none;
    color: #222;
}


.tsd-sub-title {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: #292828;
    margin-bottom: 15px;
}

.section-4 {
    background-image: url('../img/section-4-bg.jpg');
    min-height: 730px;
    position: relative;
}

.section-4__monitor {
    position: absolute;
    bottom: -40px;
    right: 19%;
}

.section-4__title {
    margin-top: 140px;
    font-family: Museo-500;
    font-size: 54px;
    color: #fff;
    margin-bottom: 70px;
}

.section-4__sub-title {
    font-family: Museo-500;
    color: #fff;
    font-size: 28px;
    width: 60%;
    margin-bottom: 80px;
}

a.index-orange {
    background-color: #ff9014;
    color: #fff;
    font-size: 24px;
    font-family: Museo-500;
    letter-spacing: 1px;
    padding: 15px 42px 14px;
    border-radius: 30px;
    transition: 0.244s;
}

a.index-orange:hover{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

a.index-orange:active {
    opacity: 0.7;
}

.section-5 {
    padding: 30px 0 30px;
}

.section-5__title {
    font-family: Museo-500;
    font-size: 54px;
    color: #292828;
    margin-bottom: 30px;
}

.swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.reviews-slider-ix .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.reviews-slider-item {
    /*min-height: 370px;*/
}

.rsi-container-img {
    margin-bottom: 25px;
}

.rsi-container-img > img {
    max-width: 100%;
    transition: 0.244s;
}

.reviews-slider-ix .swiper-wrapper{
    padding-top: 5px;
}

.rsi-container-img > img:hover{
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    transform: translateY(-5px);
}

.rti-name {
    font-family: Museo-500;
    font-size: 24px;
    color: #333;
}

.rti-prof {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #333;
}

.reviews-slider-pagination-ix {
    position: static;
    text-align: center;
    margin-top: 10px;
}
.reviews-slider-pagination-ix2 {
    position: static;
    text-align: center;
    margin-top: 10px;
}
.tools-slider-pagination {
    position: static;
    text-align: center;
    margin-top: 35px;
}

.swiper-pagination {
    position: relative !important;
}

.reviews-slider-pagination-ix .swiper-pagination-bullet,
.tools-slider-pagination .swiper-pagination-bullet {
    margin-right: 10px;
    height: 12px;
    width: 12px;
    border: 2px solid #147ba8;
    background-color: #fff;
    opacity: 1;
}

.reviews-slider-pagination-ix2 .swiper-pagination-bullet,
.tools-slider-pagination .swiper-pagination-bullet {
    margin-right: 10px;
    height: 12px;
    width: 12px;
    border: 2px solid #147ba8;
    background-color: #fff;
    opacity: 1;
}

.section-5 .btn-container {
    text-align: center;
    padding-top: 10px;
}

.reviews-slider-pagination-ix .swiper-pagination-bullet-active,
.tools-slider-pagination .swiper-pagination-bullet-active{
    background: #147ba8;
}

.reviews-slider-pagination-ix2 .swiper-pagination-bullet-active,
.tools-slider-pagination .swiper-pagination-bullet-active{
    background: #147ba8;
}

.tools-slider-container {
    position: relative;
    width: 65%;
    margin: 0 auto;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.section-6 {
    padding: 80px 0 60px;
    background-color: #f0f0f0;
}

.section-6__title {
    font-family: Museo-500;
    font-size: 54px;
    color: #292828;
    margin-bottom: 60px;
    text-align: center;
}

.benefits-item{
    margin-bottom: 70px;
}

.benefits-item .img-container {
    text-align: center;
    margin-bottom: 15px;
}

.benefits-item__title {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #424242;
    font-size: 22px;
    font-weight: 700;
}

.benefits-item__sub-title {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #424242;
    font-size: 20px;
}

.section-7 {
    padding: 80px 0px;
    background-color: #074e6d;
}

.section-7__title {
    font-family: Museo-500;
    font-size: 54px;
    color: #fff;
    margin-bottom: 80px;
    text-align: center;
}

.section-7__numeric-item {
    text-align: center;
}

.numeric-item__number{
    font-family: Museo-700;
    font-size: 54px;
    color: #fff;
    margin-bottom: 15px;
}

.numeric-item__description {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}

.puls-line {
    padding-top: 50px;
}

.puls-line img {
    max-width: 100%;
}

.section-8 {
    padding: 60px 0 80px;
}

.section-8__title {
    font-family: Museo-500;
    font-size: 54px;
    color: #333;
    margin-bottom: 60px;
    text-align: center;
}

.feed-back__item .img-container {
    float: left;
    max-width: 262px;
    margin-right: 30px;
    position: relative;
}

.feed-back__item .img-container img {
    z-index: 5;
    position: relative;
    transition: 0.244s;
}

.feed-back__item .img-container img:hover{
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    /*transform: translateY(-5px);*/
    outline: 3px solid #ff9014;
}

.feed-back__item .img-container:after {
    content: "";
    display: block;
    position:  absolute;
    right: -10px;
    bottom: -10px;
    z-index: 3;
    height: 262px;
    width: 262px;
    background-color: #e2f0f6;
}

.fid-name {
    font-family: Museo-500;
    font-size: 30px;
    color: black;
    margin-bottom: 5px;
}

.fid-prof {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #333;
    margin-bottom: 25px;
}

.fid-self-feed {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: #074e6d;
    font-style: italic;
}

.feed-back__item--right.feed-back__item {
    padding-top: 30px;
}

.feed-back__item--right.feed-back__item .img-container {
    float: right;
    margin-left: 30px;
    margin-right: 0;
}

.feed-back__item--right.feed-back__item .feed-back__item--description {
    text-align: right;
}

.feed-back__item--right.feed-back__item .img-container:after {
    left: -10px;
}

.section-9 {
    padding: 60px 0;
    background-image: url('../img/section-9-bg.jpg');
    min-height: 700px;
}

.section-9__title {
     font-family: Museo-500;
     font-size: 54px;
     color: #fff;
     margin-bottom: 30px;
     text-align: center;
     margin-top: 140px;
}

.section-9__sub-title {
    font-family: Museo-700;
    font-size: 54px;
    color: #fff;
    margin-bottom: 80px;
    text-align: center;
}

.section-9 .btn-container {
    text-align: center;
}

.footer-ix {
    padding-top: 50px;
}

.top-footer-ix__title {
    font-family: Museo-500;
    font-size: 54px;
    color: #333;
    margin-bottom: 40px;
}

.bottom-footer-ix {
    background-color: #eeeeee;
    padding: 15px 0;
}

.bottom-footer-ix p {
    margin-bottom: 0;
    font-family: Museo-500;
    font-size: 14px;
    color: #959595;
}

.footer-nav-header {
    font-family: Museo-700;
    font-size: 18px;
    color: #111;
    margin-bottom: 5px;
}

ul.footer-navi {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

ul.footer-navi li a,
ul.footer-navi li {
    font-family: Museo-500;
    font-size: 16px;
    color: #333;
}

ul.footer-navi li a {
    margin-bottom: 3px;
}

.social-links-box {
    margin-bottom: 30px;
}

.social-links-box > a {
    display: inline-block;
    height: 28px;
    width: 28px;
    margin-right: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 0.244s;
}

.social-links-box > a:hover {
    opacity: 0.8;
}

.social-links-box > a.foo-fb {
    background-image: url('../img/footer-fb-icon.png');
}

.social-links-box > a.foo-in {
    background-image: url('../img/footer-in-icon.png');
}

.social-links-box > a.foo-you {
    background-image: url('../img/footer-you-icon.png');
}

.social-links-box > a.foo-wiki {
    background-image: url('../img/footer-wiki-icon.png');
}


.logo-container {
    opacity: 0;
    transition: 0.5s;
}

.logo-container.mini-logo-show {
    opacity: 1;
}
/* Media */

@media (min-width: 1280px) {
    .section-2__box-title {
        width: 70%;
    }

    .section-2__box-description {
        width: 60%;
    }

    .navbar-nav {
        padding-top: 3px;
        padding-left: 30px;
    }

    .tsd-sub-title {
        width: 80%;
        text-align: center;
        margin: 0 auto 15px;
    }
}

@media (max-width: 1360px) {
    .section-2__dama {
        display: none;
    }

    .section-4__monitor {
        display: none;
    }
}

@media (min-width: 1360px) and (max-width: 1600px) {
    .section-2__dama {
        right: 8%;
    }

    .section-4__monitor {
        right: 8%;
    }
}

@media (max-width: 1100px) {
    .section-1__btn-container {
        top: 56vh;
    }
}

@media (max-width: 1024px) {
    .section-1__title {
        font-size: 50px;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 15px 10px;
    }

    .btns-container > a.index-primary {
        margin-right: 5px;
    }

    .tools-slider-item .img-container img {
        padding-right: 0;
    }

    a.tsd-app {
        padding-left: 45px;
        margin-left: -10px;
    }

    .tools-slider-container {
        width: 74%;
    }

    .section-4__title {
        margin-top: 50px;
        margin-bottom: 40px;
    }

    .section-4 {
        min-height: 450px;
    }

    .section-2 {
        min-height: 640px;
    }

    .section-5 {
        padding: 30px 0 50px;
    }

    .section-6 {
        padding: 30px 0 0px;
    }

    .section-9 {
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 1001px){
    .nav-btns-container {
        padding-top: 10px;
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }

    .tools-slider-container{
        width: 100%;
    }

    .tools-slider-item .img-container {
        text-align: center;
        margin-bottom: 15px;
    }

    .tools-slider-next,
    .tools-slider-prev {
        display: none;
    }

    .tools-slider-item {
        min-height: 600px;
    }

    .section-3 {
        padding: 40px 0;
    }

    .video-container {
        display: none;
    }

    .section-1 {
        min-height: 800px;
    }

    .section-1__sub-title {
        top: 53vh;
    }

    .section-1__btn-container {
        top: 62vh;
    }
}

@media (min-width: 847px) and (max-width: 1001px) {
    .section-1__sub-title {
        top: 45vh;
    }
}

@media (max-width: 767px) {

    .navbar.navbar-default.navbar-fixed-top {
        background-color: #343434;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    }

    .navbar-brand {
        opacity: 1;
    }

    .feed-back__item--right.feed-back__item .img-container {
        float: none;
        margin-left: 10px;
    }

    .feed-back__item .img-container {
        float: none;
    }

    .btns-container.nav-btns-container {
        display: none;
    }

    .section-1__logo {
        padding-top: 110px;
        margin-bottom: 15px;
        position: static;
    }

    .section-1__logo img {
        max-width: 80%;
    }

    .section-1__title {
        font-size: 30px;
        margin-bottom: 30px;
        position: static;
    }

    .section-1__sub-title {
        font-size: 24px;
    }

    .section-1__btn-container > a.btn {
        font-size: 18px;
    }

    .section-2__box-title {
        font-size: 26px;
        line-height: 1.3;
    }

    .sb-item__title {
        font-size: 18px;
    }

    .row.section__box-items:before,
    .row.section__box-items:after {
        display: none;
    }

    .section-2__box-description {
        font-size: 22px;
    }

    .tools-slider-container {
        width: 100%;
        margin-bottom: 25px;
    }

    .tools-slider-next,
    .tools-slider-prev {
        display: none;
    }

    .section-3__title {
        font-size: 40px;
    }

    .slider-tab-list{
        display: none;
    }

    .tools-slider-pagination{
        display: none;
    }

    a.index-orange {
        font-size: 16px;
    }

    .tools-slider-item .img-container {
        text-align: center;
        margin-bottom: 15px;
    }

    a.btn-tool-slider{
        font-size: 16px;
    }

    .tsd-title{
        font-size: 34px;
        margin-bottom: 15px;
    }

    a.tsd-app {
        margin-left: 0;
        width: auto;
    }

    .tools-slider-item {
        padding: 10px 0;
        min-height: 530px;
    }

    .tsd-sub-title {
        font-size: 20px;
    }

    .section-4__title {
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 42px;
    }

    .section-4__sub-title {
        font-size: 24px;
        width: 100%;
        margin-bottom: 36px;
    }

    .section-1 {
        min-height: 1px;
        padding-bottom: 30px;
    }

    .section-5__title {
        font-size: 28px;
    }

    .section-6__title {
        font-size: 42px;
        margin-bottom: 25px;
    }

    .section-7__title {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .numeric-item__number {
        font-size: 36px;
    }

    .puls-line {
        display: none;
    }

    .section-8__title {
        font-size: 42px;
        margin-bottom: 25px;
    }

    .section-8 {
        padding: 25px 0 30px;
    }

    .feed-back__item .img-container {
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
    }

    .fid-self-feed {
        font-size: 22px;
    }

    .section-9__title {
        font-size: 32px;
        margin-bottom: 16px;
        margin-top: 30px;
    }

    .section-9__sub-title {
        font-size: 42px;
        margin-bottom: 36px;
    }

    .section-9 {
        padding: 0 0 30px;
        min-height: 1px;
    }

    .top-footer-ix__title {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .footer-ix {
        padding-top: 20px;
    }

    .feed-back__item--right.feed-back__item
    .feed-back__item--description {
        text-align: center;
    }

    .feed-back__item--description {
        text-align: center;
    }

    .feed-back__item--right.feed-back__item .img-container {
        margin-left: auto;
        margin-right: auto;
    }

    .video-container {
        display: none;
    }

    .section-1 {
        min-height: 560px;
    }

    .section-1__btn-container {
        position: static;
        margin-top: 30px;
    }

    .section-1__sub-title {
        position: static;
        margin-top: 20px;
    }

    .btns-container.nav-btns-container.mobile-btns-container {
        z-index: 10;
        float:none;
        display: block;
        text-align: center;
        width: 100%;
    }

    .dropdown-menu.modify-dropdown{
        padding-bottom: 15px;
    }
}

@media (max-width: 320px) {
    a.index-orange {
        font-size: 10px;
    }

    .section-1__btn-container {
        top: 82vh;
    }

    .section-1__sub-title {
        top: 63vh;
    }

    .section-1__logo {
        padding-top: 60px;
    }
}

@media (min-width: 1025px) and (max-width: 1201px) {
    .btns-container > a.index-primary {
        margin-right: 5px;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 15px 10px;
    }

    .tools-slider-item .img-container img {
        padding-right: 0;
    }

    .tools-slider-container {
        width: 74%;
    }
}

@media (min-width: 768px ) {
    .mobile-btns-container {
        display: none;
    }
}





.main-site-wrapper{
    min-height: 100vh;
    position: relative;
}

.inner-wrapper{
    min-height: 100vh;
    height: 100%;
    position: relative;
}

.inner-wrapper > .main-container{
    padding-top: 70px;
    min-height: 100vh;
    height: 100%;
    position: relative;
    padding-bottom: 100px;
    margin-bottom: -100px;
}

.modal-dialog {    
    margin: 130px auto;
    z-index: 9999;
}

#idLoginModal > .modal-dialog > .modal-content,
#idSignupModal > .modal-dialog > .modal-content
{
    background-image: url('../img/tools-slide-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;   
}


#idLoginModal > .modal-dialog > .modal-content > .modal-header,
#idSignupModal > .modal-dialog > .modal-content > .modal-header
{
    border: 0px;     
}

#idLoginModal > .modal-dialog > .modal-content > .modal-footer,
#idSignupModal > .modal-dialog > .modal-content > .modal-footer
{
    padding-top:5px;
    border: 0px;     
}

@media (min-width: 768px){
    #idLoginModal > .modal-sm,
    #idSignupModal > .modal-sm
    {
        width: 390px;   
    }
}

button.index-primary {
    font-family: Museo-700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    background: #0e678f;
    border: 1px solid #0e678f;
    border-radius: 20px;
    padding: 7px 24px 6px;
    transition: 0.244s;
}

button.index-info {
    font-family: Museo-700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #0e678f;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 7px 24px 6px;
    transition: 0.244s;
}



button.index-primary:hover,
button.index-info:hover{
    
    background-color: #ff9014;
    color: #0e678f;
    border: 1px solid #ff9014;
}

button.index-primary:active,
button.index-info:active {
    opacity: 0.7;
}

.dashboard > hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    margin-top: 0px;
    margin-bottom: 30px;
}

.modal{
    z-index: 10000 !important;        
}


.signup-logo{
    
    
    max-width: 450px;
    width: 90%;
    
}

@media (max-width: 1200px){
    .signup-logo{
        display: none;
    }
}
