html {
    height: 100%;
}

body {
    min-height: 100%;
    position: relative;
}

body, a, span, li {
    font-weight: 300;
}

a:hover, a:focus, a:active {
    text-decoration: none;
}

h1 {
    font-size: 45px;
    line-height: 45px;
    color: #363636;
}

h2 {
    font-size: 40px;
    line-height: 40px;
    color: #363636;
}

.tt-socialInfo {
    text-align: center;
    border: 1px solid #363636;
    padding: 15px;
    padding-bottom: 0;

}

.tt-socialInfo-description {
    font-size: 24px;
    font-style: italic;
    color: #363636;
}

.tt-socialInfo-likes {
    padding-bottom: 20px;
    padding-top: 20px;
}

.tt-downloadTable {
    width: 100%;
}

.tt-downloadTable tr {

}

.tt-downloadTable td {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    padding-top: 10px;

    padding-left: 10px;
    font-size: 24px;
    color: #363636;
}

.tt-downloadTable-content-wrapper {
    border-right: 1px solid #5792c8;
    min-height: 56px;
}

.tt-downloadTable td:nth-child(2) .tt-downloadTable-content-wrapper {
    text-align: center;
}

.tt-downloadTable td:last-child .tt-downloadTable-content-wrapper {
    border-right: none;
    text-align: center;
}

.tt-downloadTable-readme {
    line-height: 40px;
    color: #448ccb;
    float: right;
    right: 10px;
}

.tt-center-text {
    text-align: center;
}

.tt-padding-top-40 {
    padding-top: 60px;
}

.tt-padding-top-60 {
    padding-top: 60px;
}

.tt-padding-bottom-40 {
    padding-bottom: 40px;
}

.tt-padding-bottom-60 {
    padding-bottom: 60px;
}

.tt-blue-font {
    color: #336699;
}

.tt-green-ul {

}

.tt-green-ul li {
    color: #90dd00;
}

.tt-green-ul li span {
    list-style-type: square;
    color: #333;
}

.form-control {
    border: 4px solid transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.full-width {
    width: 100%;
}

.carousel-indicators {
    bottom: -10px;
}

.carousel-indicators li {
    border: 1px solid #999999;
}

.carousel-indicators .active {
    background-color: #4a4a4a;
}

.tt-big-quote-left {
    position: absolute;
    left: -20px;
    top: 20px;
}

.tt-big-quote-right {
    position: absolute;
    right: -30px;
    bottom: 0;
}

.tt-vertical-line {
    border-right: 1px #cacaca solid;
    height: 100%;
}

.tt-form-section {
    text-align: center;
    background: #448ccb;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tt-form-radio {
    height: 20px !important;
}

.tt-form-checkbox {
    height: auto !important;
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    margin: 10px !important;
}

.tt-form-18FontContent {
    font-size: 17px;
}

.tt-content-font {
    font-size: 28px;
}

.tt-white-link {
    color: #fff;
}

.tt-white-link:hover,
.tt-white-link:active,
.tt-white-link:focus {
    color: #ccc;
}

.tt-bg-white {
    background: #fff;
}

.tt-downloadNow {
    border: 2px solid #90dd00;
    border-radius: 3px;
    position: relative;
    font-size: 24px;
    color: #4a4a4a;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 60px;
    background-color: #fff;
    display: inline-block;
}

.tt-downloadNow:after {
    background: url("images/arrows_four.png");
    width: 14px;
    height: 23px;
    display: inline-block;
    content: "";
    position: absolute;
    right: 30px;
    top: 17px;
}

.tt-downloadNow:hover:after {
    background: url("images/arrows_four_white.png");
}

.tt-liveChat {
    border: 2px solid #90dd00;
    border-radius: 3px;
    position: relative;
    font-size: 24px;
    color: #4a4a4a;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 60px;
    background-color: #fff;
    display: inline-block;
}

.tt-liveChat:after {
    background: url("images/home_icon_message.png");
    width: 43px;
    height: 38px;
    display: inline-block;
    content: "";
    position: absolute;
    right: 10px;
    top: 6px;
}

.tt-liveChat:hover:after {
    background: url("images/home_icon_message_white.png");
}

.tt-no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.tt-blue-button {
    border: 2px solid #336799;
    padding: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    color: #336799;
    display: inline-block;
}

.tt-blue-button:hover, .tt-blue-button:focus, .tt-blue-button:active {
    text-decoration: none;
}

.tt-blue-button-v2 {
    background: #336799;
    padding: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    color: #fff;
    display: inline-block;
}

.tt-blue-button-v3 {
    background: #336799;
    padding: 30px;
    padding-right: 55px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    color: #fff;
    display: inline-block;
    position: relative;
}

.tt-blue-button-v3:after {
    background: url("images/arrows_two.png");
    width: 12px;
    height: 19px;
    display: inline-block;
    content: "";
    position: absolute;
    right: 25px;
    top: 20px;
}

.tt-blue-button-v3:hover:after {
    background: url("images/arrows_tree.png");
}

.tt-green-button {
    background: #abff0f;
    padding: 30px;
    padding-right: 55px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    color: #002f5d;
    display: inline-block;
    position: relative;
}

.tt-green-button:after {
    background: url("images/arrows_tree.png");
    width: 12px;
    height: 19px;
    display: inline-block;
    content: "";
    position: absolute;
    right: 25px;
    top: 20px;
}

.tt-green-button-v2 {
    background: #abff0f;
    padding: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    color: #002f5d;
    display: inline-block;
    position: relative;
}

.tt-blue-button-v2:hover, .tt-blue-button-v2-button:focus, .tt-blue-button-v2:active {
    text-decoration: none;
    color: #fff;
}

.tt-liveChat:hover,
.tt-topBanner-contactUs-liveChat:hover,
.tt-blue-button:hover,
.tt-blue-button-v2:hover,
.tt-blue-button-v3:hover,
.tt-topMenu-requestDemo:hover,
.tt-green-button:hover,
.tt-green-button-v2:hover,
.tt-green-button-v3:hover,
.tt-topMenu .navbar-nav > li > a:hover,
.tt-downloadNow:hover {
    -webkit-transition-property: background, background-color, outline, color, outline-width, outline-color;
    -moz-transition-property: background, background-color, outline, color, outline-width, outline-color;
    -o-transition-property: background, background-color, outline, color, outline-width, outline-color;
    transition-property: background, background-color, outline, color, outline-width, outline-color;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.tt-topBanner-contactUs-liveChat:hover,
.tt-liveChat:hover,
.tt-downloadNow:hover {
    background: #90dd00;
    color: #002f5d;
    border-radius: 0;
}

.tt-topMenu .navbar-nav > li > a:hover {
    background: rgba(0, 0, 0, 0.25);
}

.tt-blue-button:hover {
    background: #336799;
    color: #fff;
    border-radius: 0;
}

.tt-blue-button-v2:hover {
    background: #fff;
    outline: 2px solid #336799;
    color: #4a4a4a;
    border-radius: 0;
}

.tt-blue-button-v3:hover {
    background: #fff;
    outline: 2px solid #336799;
    color: #4a4a4a;
    border-radius: 0;
}

.tt-topMenu-requestDemo:hover {
    background-color: #90dd00 !important;
    color: #002f5d !important;
}

.tt-green-button:hover {
    background: #fff;
    outline: 2px solid #abff0f;
    color: #4a4a4a;
    border-radius: 0;
}

.tt-green-button-v2:hover {
    background: #fff;
    outline: 2px solid #abff0f;
    color: #4a4a4a;
    border-radius: 0;
}

.tt-green-button-v3:hover {
    background: #fff;
    outline: 2px solid #abff0f;
    color: #4a4a4a;
    border-radius: 0;
}

.tt-blackA {
    color: #4a4a4a;
}

.tt-communityForums {
    font-size: 20px;
    padding-left: 40px;
    position: relative;
}

.tt-communityForums:before {
    background: url("images/open_icon_one.png");
    width: 32px;
    height: 28px;
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
}

.tt-commercialSupport {
    font-size: 20px;
    padding-left: 40px;
    position: relative;
}

.tt-commercialSupport:before {
    background: url("images/open_icon_two.png");
    width: 34px;
    height: 34px;
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
}

.tt-pageSummary {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
    background-color: #f5f5f5;
    text-align: center;
    padding-top: 25px;
    min-height: 180px;
    padding-bottom: 25px;
}

.tt-pageSummary-v2 {
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    position: relative;
    background-color: #f5f5f5;
    text-align: center;
    padding-bottom: 25px;
}

.tt-pageSummary-title {
    color: #336799;
    margin-top: 60px;
    text-transform: none;
    font-size: 45px;
    display: inline-block;
}

.tt-pageSummary-title-v2 {
    color: #336799;
    margin-top: 60px;
    text-transform: none;
    font-size: 40px;
}

.tt-pageSummary-description-wrapper {
    padding-left: 40px;
    padding-right: 40px;
}

.tt-pageSummary-description-wrapper-v2 {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    position: relative;
}

.tt-pageSummary-description {
    color: #363636;
    font-size: 28px;
    text-transform: none;
}

.tt-pageSummary-description-v2 {
    font-size: 28px;
    color: #336699;
    font-style: italic;
}

.tt-error-alert {
    text-align: left;
    color: #5b0000;
}

.tt-error-alert {
    background: #ffdede;
    border: 2px solid #ff4747;

}

.tt-error-alert h4,
.tt-error-alert li {
    font-size: 18px !important;
    line-height: 25px;
}

.tt-error-alert,
.tt-success-alert> ol {
    padding-left: 30px;
}

.tt-table {
    background-color: #336699;
    color: #ffffff;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 1px;
    margin-right: -5px;
    padding-bottom: 25px;
}

.tt-table-h2 {
    color: #ffffff;
    font-size: 28px;
    line-height: 35px;
}

.tt-table label {
    font-size: 22px;
    font-weight: 300;
}

.tt-table-form {
    height: 48px;
    font-size: 22px;
}

.tt-form-phoneRow,
.tt-form-flexRow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.tt-form-flexRow > *:not(:last-child) {
    margin-right: 10px;
}

.tt-form-phoneRow > input:nth-child(1) {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3
}

.tt-form-phoneRow > input:nth-child(3) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.tt-form-phoneRow > label:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
}

.tt-form-successful-info {
    border: 2px solid #90dd00;
    padding: 10px;
}

.tt-pageContent-line-in-form-up {
    opacity: 0.5;
    padding-top: 30px;
    padding-bottom: 5px;
}

.tt-pageContent-line-in-form-bottom {
    opacity: 0.5;
    padding-bottom: 30px;
}

.tt-pageContent-line {
    overflow: hidden;
}

.tt-pageContent-line > img {
    width: 100%;
}

.tt-pageContent-text {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.tt-imageSlider {
    height: 446px;

}

.tt-imageSlider-item > div {
    text-align: center;
}

.tt-imageSlider-item img {
    max-width: 100%;
    max-height: 446px;
}

.tt-imageSlider .tt-carousel-control.left {
    left: 1px;
}

.tt-imageSlider .tt-carousel-control.right {
    right: 1px;
}

.tt-imageSlider .tt-carousel-control {
    width: 74px;
    height: 68px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tt-imageSlider .carousel-indicators {
    bottom: -35px;
}

/*
* Top Bar
*/

.tt-topBar {
    background: #444;
    color: #fff;
    font-size: 13px;
    line-height: 44px;
}

.tt-topBar-select-wrapper {
    display: inline-block;
}

.tt-topBar-select {
    margin-left: 10px !important;
    width: 150px !important;
}

.tt-topBar-select .btn-default {
    background-color: transparent !important;
    color: #fff !important;
    border-radius: 0 !important;
    font-size: 13px;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
}

.tt-topBar > .container > .pull-right > span:last-of-type {
    margin-left: 20px;
}

.tt-topBar-v2 {
    font-size: 13px;
    line-height: 44px;
    height: 44px;
    background: #fff;
    border-bottom: 1px solid #336799;
}

.tt-topBanner-v2-logo {
    background: url("images/home_timetrex_logo.png");
    width: 120px;
    height: 33px;
    background-size: 120px, 33px;
    margin-top: 5px;
    position: absolute;
    left: 10px;
    z-index: 1;

}

/*
* Top Banner
*/

.tt-topBanner {
    height: 138px;
    background: #fff;
    position: relative;
}

.tt-logo-lg {
    background: url("images/home_timetrex_logo.png");
    width: 359px;
    height: 99px;
    margin-top: 15px;
    position: relative;
    z-index: 1;
}

.tt-topBanner-contactUs,
.tt-topBanner-downloadNow {
    margin-top: 40px;
}

.tt-topBanner-contactUs-liveChat {
    border: 2px solid #90dd00;
    border-radius: 3px;
    height: 56px;
    width: 270px;
    position: relative;
    font-size: 24px;
    color: #4a4a4a;
    padding-top: 9px;
    padding-left: 10px;
    margin-right: 40px;
    text-decoration: none;
}

.tt-topBanner-contactUs-liveChat:before {
    background: url("images/home_icon_message.png");
    width: 43px;
    height: 38px;
    display: inline-block;
    content: "";
    position: absolute;
    right: 10px;
    top: 6px;
}

.tt-topBanner-contactUs-liveChat:hover:before {
    background: url("images/home_icon_message_white.png");
}

.tt-topBanner-contactUs-forSales {
    position: relative;
    top: -15px;
}

.tt-topBanner-contactUs-forSales > a > span {
    font-size: 20px;
    color: #4a4a4a;
}

.tt-topBanner-contactUs-forSales > a > div {
    color: #90dd00;
    position: relative;
    font-size: 28px;
    padding-left: 20px;
    line-height: 23px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.tt-topBanner-contactUs-forSales > a > div:before {
    content: "";
    background: url("images/home_icon_phone.png");
    width: 14px;
    height: 23px;
    position: absolute;
    left: 0;
}

.tt-topBanner-contactUs-forSales > a > span:last-child {
    color: #336799;
}

.tt-topBanner-contactUs-forSales-moreContact {
    white-space: nowrap;
}

/*
* Top Menu
*/

.tt-topMenu {
    height: 76px;
    background: #336699;
}

.tt-topMenu .navbar-default {
    background: transparent;
    border: none;
}

.tt-topMenu .navbar-nav > li {
    position: relative;
}

.tt-topMenu .navbar-nav > li:before {
    content: "";
    background: url("images/home_line.png");
    width: 2px;
    height: 52px;
    position: absolute;
    top: 12px;
}

.tt-topMenu .navbar-nav > li:first-child > a {
    padding-top: 30px;
}

.tt-topMenu .navbar-nav > li > a {
    height: 76px;
    text-align: center;
    font-size: 16px;
    padding-top: 20px;
    color: #fff;
}

.tt-topMenu .navbar-nav > .active > a,
.tt-topMenu .navbar-nav > .active > a:focus,
.tt-topMenu .navbar-nav > .active > a:hover {
    /*background: none;*/
    /*color: #fff;*/
}

.tt-topMenu .navbar-nav > li > a:focus,
.tt-topMenu .navbar-nav > li > a:hover {
    color: #fff;
}

.tt-topMenu-requestDemo {
    border: 2px solid #90dd00;
    border-radius: 3px;
    height: 56px !important;
    position: relative !important;;
    color: #90dd00 !important;
    padding-top: 0 !important;
    line-height: 56px !important;
    top: 10px;
    margin-left: 15px;
}

.tt-topMenu .navbar-nav > li:nth-child(6),
.tt-topMenu .navbar-nav > li:nth-child(7),
.tt-topMenu .navbar-nav > li:nth-child(8),
.tt-topMenu .navbar-nav > li:nth-child(9) {
    display: none;
}

.tt-topMenu-dropdown-menu > li:nth-child(1),
.tt-topMenu-dropdown-menu > li:nth-child(2) {
    display: none;
}

/*
* Simply content
*/

.tt-simply-content {
    min-height: 200px;
    background: #fff;
    padding-bottom: 30px;
    padding-top: 30px;
}

/*
* Right side features
*/

.tt-small-feature {
    text-align: center;
}

.tt-small-feature-doubleLine {
    margin-top: 20px;
}

.tt-small-feature-box {
    padding-bottom: 20px;
}

.tt-small-feature-box h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.tt-small-feature-box img {
    width: 100%;
}

/*
*Advertising
*/

.tt-advertising {
    overflow: hidden;
}

.tt-advertising-item {
    width: 100%;
    height: 493px;
    overflow: hidden;
}

.tt-advertising-bg {
    width: 1920px;
    height: 493px;
    background: url("images/home-banner-bg.png") no-repeat;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
}

.tt-advertising-wrapper {
    position: relative;
    height: calc(100% - 50px);
}

.tt-advertising-img {
    position: absolute;
    top: 40px;
    right: 15px;
    max-height: 80%
}

.tt-advertising .tt-carousel-control {
    width: 74px;
    height: 68px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tt-advertising .tt-carousel-control.left {
    left: 1px;
}

.tt-advertising .tt-carousel-control.right {
    right: 1px;
}

.tt-advertising-title > span {
    color: #363636;
    font-size: 45px;
    font-weight: 500;
    line-height: 45px;
}

.tt-advertising-title-blue {
    color: #336699;
    font-size: 45px;
    font-weight: 500;
}

.tt-advertising-item-infoWrapper {
    padding-left: 40px;
    padding-top: 45px;
    position: relative;
}

.tt-advertising-content {
    color: #363636;
    width: 520px;
    margin-top: 30px;
}

.tt-advertising-learnMore {
    margin-top: 30px;
}

.tt-kenburnsImageSlider {
    position: relative;
    width: 100%;
    height: 446px;
    overflow: hidden;
}

.kb-slide {
    position: absolute;
    z-index: 1;
    opacity: 0;
}

.kb-slide img {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0) -moz-transform : translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

/*
* Summary
*/

.tt-summary {
    margin-top: -27px;
    padding-bottom: 30px;
}

.tt-summary-downArrow {
    background: url("images/home_btn.png");
    width: 54px;
    height: 54px;
    margin: auto;
    margin-top: 30px;
}

.tt-summary-h1 {
    text-align: center;
    color: #336799;
    text-transform: uppercase;
    margin-top: 30px;

}

.tt-summary-doubleLine {
    height: 6px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    margin-top: 50px;
}

.tt-summary-start {
    background: url("images/home_icon_star.png");
    width: 22px;
    height: 21px;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    top: -9px;
}

.tt-summary-content-wrapper {

}

.tt-summary-content {
    text-align: center;
    margin-top: 50px;
    border-right: 2px solid #e2e2e2;
    padding-top: 10px;
    padding-bottom: 30px;
}

.tt-summary-content:last-child {
    border: none;
}

.tt-summary-content h2 {
    margin-bottom: 20px;
    height: 100px;
}

.tt-summary-content span {
    color: #363636;
}

/*
* Features
*/

.tt-feature {
    background: #fff;

}

.tt-feature-doubleLine {
    height: 6px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    margin-top: 50px;
    margin-bottom: 30px;
}

.tt-feature-h1 {
    text-align: center;
    color: #336799;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -42px;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    white-space: nowrap;
}

.tt-feature-whiteItem {
    padding-top: 40px;
    padding-bottom: 40px;
}

.tt-feature-grayItem {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #f5f5f5;
}

.tt-feature-content {

}

.tt-feature-content > div {
    position: relative;
    height: 437px;
}

.tt-feature-content > div > div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tt-feature-content span {
    display: block;
    margin-top: 30px;
}

.tt-feature-content p {
    margin-top: 30px;
}

/*
* Free Demo
*/

.tt-free-demo {
    width: 100%;
    height: 525px;
    overflow: hidden;
    position: relative;
}

.tt-free-demo-bg {
    width: 1920px;
    height: 525px;
    position: absolute;
    background: url("images/home_pic_two.png") no-repeat;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tt-free-demo-infoWrapper {
    padding-top: 100px;
    width: 570px;
    text-align: right;
    position: relative;
}

.tt-free-demo-infoWrapper-readyToSee {
    color: #fff;
    font-size: 38px;
    font-weight: 500;
    line-height: 38px;
    text-transform: uppercase;
}

.tt-free-demo-infoWrapper-callUs {
    margin-top: 50px;
    font-size: 28px;
    color: #fff;
    text-align: right;
    font-weight: 500;
}

.tt-free-demo-infoWrapper-fillOut {
    margin-top: 50px;
    font-size: 22px;
    color: #fff;
    text-align: right;
}

.tt-free-demo-infoWrapper-readyToSee {

}

.tt-green-button-v3 {
    margin-top: 5px;
    border-radius: 3px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    color: #002f5d !important;
    display: inline-block;
    background: #abff0f;
    position: relative;
    padding-right: 60px;
}

.tt-green-button-v3:after {
    content: "";
    background: url("images/home_icon_arrows_a.png");
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
}

/*
* Features articles
*/

.tt-featureArticles {
    margin-top: 10px;
}

.tt-featureArticles-doubleLine {
    height: 6px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    margin-top: 50px;
    margin-bottom: 30px;
}

.tt-featureArticles-h1 {
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -42px;
    background-color: #f5f5f5;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    white-space: nowrap;
}

.tt-featureArticles-content-wrapper {

}

.tt-featureArticles-content {
    text-align: left;
    margin-top: 50px;
    padding-top: 10px;
    padding-bottom: 30px;
}

.tt-featureArticles-content > p {
    margin-top: 50px;
}

.tt-featureArticles-content h2 {
    font-size: 38px;
}

.tt-featureArticles-content span {
    color: #363636;
    line-height: 35px;
    text-align: left;
}

.tt-viewAllArticles {
    text-align: center;
    margin-top: 30px;
}

/*
* Get in touch with us
*/

.tt-getInTouch {
    padding-top: 70px;
    text-align: center;
    padding-bottom: 60px;
    background: #f5f5f5;
}

.tt-getInTouch-h1 {
    text-align: center;
    color: #336799;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -42px;
    background-color: #f5f5f5;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    white-space: nowrap;
}

.tt-getInTouch-phone {
    color: #90dd00;
    position: relative;
    font-size: 44px;
    padding-left: 60px;
    line-height: 23px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    margin-top: 30px;
}

.tt-getInTouch-phone:before {
    content: "";
    background: url("images/home_icon_phone_l.png") no-repeat;
    background-size: 100% 100%;
    width: 37px;
    height: 61px;
    position: absolute;
    left: 0;
    top: -18px;
}

.tt-getInTouch-email {
    margin-top: 30px;
    font-size: 20px;
}

.tt-getInTouch-liveChat {
    margin-top: 20px;
}

/*
* Bottom
*/

.tt-bottom {
    background: #161616;
    padding-top: 30px;
    padding-bottom: 50px;
}

.tt-bottom-title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
}

.tt-bottom-menu-lg-padding {
    padding-left: 30px;
}

.tt-bottom-menu,
.tt-bottom-menu-sm {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.tt-bottom-menu > li {
    margin-bottom: 10px;
}

.tt-bottom-menu-sm > li {
    margin-bottom: 3px;
}

.tt-bottom-menu > li > a:before {
    content: ">";
    left: 0;
    position: absolute;
}

.tt-bottom-menu-sm > li > a:before {
    content: ".";
    left: 0;
    position: absolute;
}

.tt-bottom-menu-sm > li > a,
.tt-bottom-menu > li > a {
    color: #b8b8b8;
    position: relative;
    padding-left: 20px;
    font-size: 12px;
}

.tt-bottom-borderBox {
    border-left: 1px solid #2e2e2e;
}

.tt-bottom-menu-lg {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-left: 30px;
}

.tt-bottom-menu-lg > li {
    margin-bottom: 15px;
}

.tt-bottom-menu-lg > li > a {
    color: #fff;
    font-size: 18px;
}

.tt-bottom-serviceBox {
    padding-left: 30px;
}

.tt-bottom-shareIcons {
    text-align: center;
}

.tt-bottom-shareIcons a {
    padding-left: 14px;
}

.tt-bottom-shareIcons a:first-child {
    padding-left: 0;
}

.bottom-requestDemoWrapper {
    text-align: center;
}

.bottom-requestDemoWrapper > a:last-child {
    padding-top: 20px;
    display: block;
}

.tt-bottom-request-button {
    font-size: 18px;
    border-radius: 3px;
    margin-top: 30px;
}

.tt-bottom-security {
    position: absolute;
    bottom: 70px;
    right: 10px;
}

/*
*Footer
*/

.tt-footer {
    height: 54px;
    background: #262626;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.tt-footer-copyright {
    line-height: 54px;
    color: #818181;
}

/*
* Open Source Page
*/

/*
* Top Banner
*/

.tt-topBanner-v2 {
    height: 180px;
    background: #fff;
}

.tt-topBanner-v2-wrapper {
    position: relative;
}

.tt-topBanner-communityEdition {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50px;
    text-align: center;
    display: inline;
    line-height: 13px;
}

.tt-topBanner-communityEdition > p:first-child {
    font-size: 20px;
}

.tt-topBanner-communityEdition > p:last-child {
    font-size: 26px;
    font-weight: 500;
}

.tt-topBanner-downloadNow {
    margin-top: 5px;
}

.tt-topBanner-downloadNow-wrapper {
    text-align: center;
}

.tt-topBanner-downloadNow-wrapper > span:first-child {
    font-size: 20px;
}

.tt-topBanner-downloadNow-wrapper > div:nth-child(2) {
    font-size: 14px;
    padding-top: 15px;
}

.tt-topBanner-downloadNow-wrapper > div:nth-child(3) {
    padding-top: 27px;
}

.tt-topBanner-downloadNow-wrapper > div:nth-child(3) > a:first-child {
    padding-right: 34px;
}

/*
* Blue banner
*/

.tt-home-path {
    width: 100%;
    height: 155px;
    overflow: hidden;
    position: relative;
}

.tt-home-path-a,
.tt-home-path-a:hover,
.tt-home-path-a:active,
.tt-home-path-a:focus {
    color: #fff;
}

.tt-home-path-bg {
    width: 1941px;
    height: 155px;
    position: absolute;
    background: url("images/open_bg.png") no-repeat;
    left: 50%;
    margin-left: -970px;
}

.tt-home-path-wrapper {
    position: relative;
    z-index: 1;
}

.tt-home-path-h1 {
    text-align: left;
    color: #ffffff;
    text-transform: none;
    margin-top: 50px;
    padding-left: 20px;
}

.tt-home-path-path {
    font-size: 20px;
    color: #ffffff;
    margin-top: 65px;
    padding-right: 30px;
    text-align: right;
}

/*
* Open source info
*/

.tt-openSource-content {
    padding-top: 20px;
    background: #fff;
}

.tt-openSource-content-des {
    margin-top: 10px;
}

.tt-openSource-content-downloadDes {
    font-size: 32px;
    color: #336799;
    text-align: center;
    font-style: italic;
    font-weight: 500;
    line-height: 37px;
    margin-top: 10px;
}

.tt-openSource-content-downloadDes-v2 {
    font-size: 32px;
    color: #336799;
    text-align: center;
    font-style: italic;
    font-weight: 500;
    line-height: 40px;
    margin-top: 80px;
}

.tt-openSource-content-downloadBtn-wrapper {
    text-align: center;
    padding-top: 40px;
}

.tt-openSource-content-forumBtn-wrapper {
    text-align: center;
    padding-top: 20px;
}

/*
* Produce Comparison
*/

.tt-productComparison {
    padding-top: 30px;
    background: #fff;
    padding-bottom: 30px;
}

.tt-productComparison-h1 {
    text-align: center;
    color: #336799;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -42px;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    width: 580px;
    white-space: nowrap;
}

.tt-productComparison-table {
    width: 100%;
    margin-top: 70px;
}

.tt-productComparison-table-header {
    background: #34689a;
    font-size: 30px;
    color: #fff;
}

.tt-productComparison-table-header > td {
    padding-left: 20px;
    border-right: 5px solid #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tt-productComparison-table-header > td:nth-child(n+2) {
    text-align: center;
    padding-left: 0;
}

.tt-productComparison-table-header > td:last-child {
    border-right: none;
}

.tt-productComparison-table-row {
    background: #5aa0de;
}

.tt-productComparison-table-row-v2 {
    background: #62a7ea;

}

.tt-productComparison-table-row--hidden {
    display: none;
}

.tt-productComparison-table-row-v2 > td,
.tt-productComparison-table-row > td {
    padding-left: 20px;
    color: #fff;
    font-size: 25px;
    border-right: 5px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tt-productComparison-table-row > td:nth-child(n+2) {
    background: #eee;
    text-align: center;
}

.tt-productComparison-table-row-v2 > td:nth-child(n+2) {
    background: #f6f6f6;
    text-align: center;
}

.tt-productComparison-table-row-v2 > td:last-child,
.tt-productComparison-table-row > td:last-child {
    border-right: none;
}

.tt-productComparison-bottomButtonsWrapper {
    position: relative;
    margin-top: 20px;
    margin-bottom: 90px;
}

.tt-productComparison-downloadNow {
    position: absolute;
    right: 325px;
}

.tt-productComparison-goProfessional {
    position: absolute;
    right: 20px;
}

/*
* Scheduling
*/

.tt-scheduling-content {
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
}

/*
* Request Quote
*/

.tt-form {
    background: #fff;
    padding-top: 58px;
    padding-bottom: 90px;
}

.tt-form-wrapper {
    background: #336699;
    padding: 20px;
    color: #fff;
}

.tt-form-wrapper a {
    color: #fff;
}

.tt-form-wrapper a:hover,
.tt-form-wrapper a:active,
.tt-form-wrapper a:focus {
    color: #ccc;;
}

.tt-form-wrapper-noPadding {
    padding: 0;
}

.tt-form-wrapper label {
    font-size: 28px;
    font-weight: 300;
}

.tt-form-wrapper input,
.tt-form-wrapper select {
    font-size: 28px;
    height: 58px;
    color: #336699;
}

.tt-form-wrapper input:focus,
.tt-form-wrapper select:focus,
.tt-form-wrapper textarea:focus {
    border: 4px solid #bfff46;
}

.tt-small-form-label {
    height: 58px;
    position: relative;
    top: -8px;
    line-height: 30px;
}

.tt-form-submit-wrapper {
    position: relative;
    text-align: right;
}

.tt-form-submit-wrapper-forgotPassword {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
}

.tt-error-border,
.tt-error-border:focus {
    border: 4px solid #ff3b3b !important;
    color: #5b0000 !important;
}

/*
* Request Demo
*/

.tt-requestDemo-content {
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 60px;
}

.tt-requestDemo-content-detail {
    padding-bottom: 55px;
}

.tt-requestDemo-content-detail-h2 {
    margin-bottom: 29px;
}

.tt-requestDemo-content-detail-image {
    padding-bottom: 30px;
}

.tt-security {
    text-align: center;
}

.tt-security-description {
    text-align: center;
    padding-top: 10px;
}

.auto-resizable-iframe {
  max-width: 1120px;
  margin: 0px auto;
}

.auto-resizable-iframe > div {
  position: relative;
  padding-bottom: 56.25%;
  height: 0px;
}

.auto-resizable-iframe iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {

    .tt-pageSummary-title {
        font-size: 30px;
        margin-top: 30px;
    }

    .tt-pageSummary-description {
        font-size: 20px;
    }

    .tt-big-quote-left {
        position: absolute;
        left: -10px;
        top: 35px;
        width: 55px;
    }

    .tt-big-quote-right {
        position: absolute;
        right: -10px;
        bottom: 0;
        width: 55px;
    }

    .carousel-indicators {
        bottom: -15px;
    }

    .container {
        max-width: 767px !important;
    }

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

    .tt-logo-lg {
        width: 120px;
        height: 33px;
        background-size: 120px, 33px;
        margin-top: 10px;
        position: absolute;
        left: 10px;
        z-index: 1;
    }

    h1 {
        font-size: 18px;
        line-height: 22px;
    }

    h2 {
        font-size: 17px;
        line-height: 20px;
    }

    .navbar-default .navbar-toggle {
        border-color: #fff;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-collapse {
        position: relative;
        z-index: 99;
        background-color: rgb(51, 102, 153);
        overflow-y: hidden;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background: transparent;
    }

    .tt-blue-button {
        font-size: 17px;
    }

    .tt-blue-button-v2 {
        font-size: 17px;
    }

    .tt-blue-button-v3 {
        padding-right: 30px;
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 17px;
    }

    .tt-blue-button-v3:after {
        right: 10px;
        top: 11px;
        transform: scale(0.7);
    }

    .tt-downloadTable-content-wrapper {
        font-size: 15px;
    }

    .tt-content-font {
        font-size: 17px;
    }

    .tt-topBanner-contactUs-forSales-moreContact {
        font-size: 12px;
    }

    .tt-topBanner {
        height: 100px;
    }

    .tt-topBanner-contactUs-liveChat {
        width: 120px;
        height: 35px;
        position: absolute;
        top: 50px;
        left: 15px;
        font-size: 13px;
        padding-top: 5px;
    }

    .tt-topBanner-contactUs-liveChat:before {
        width: 22px;
        height: 19px;
        background-size: 22px 19px;
        display: none;
    }

    .tt-topBanner-contactUs-forSales {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .tt-topBanner-contactUs-forSales > a > span {
        font-size: 17px;
        line-height: 28px;
    }

    .tt-topBanner-contactUs-forSales > a > div {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .tt-topBanner-contactUs {
        margin-top: 50px;
        left: 50%;
        margin-left: -225px;
        min-width: 500px;
    }

    .tt-topMenu {
        height: 50px;
    }

    .tt-topMenu .navbar-nav > li:first-child > a {
        padding-top: 0;
    }

    .tt-topMenu .navbar-nav > li > a {
        font-size: 13px;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .tt-topMenu-requestDemo {
        top: 0;
        height: auto !important;
        font-size: 17px !important;
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 10px !important;
    }

    .tt-topMenu .navbar-nav > li:nth-child(6),
    .tt-topMenu .navbar-nav > li:nth-child(7),
    .tt-topMenu .navbar-nav > li:nth-child(8),
    .tt-topMenu .navbar-nav > li:nth-child(9) {
        display: inline;
    }

    .tt-topMenu .navbar-nav > li:nth-child(10) {
        display: none;
    }

    .tt-summary-downArrow {
        margin-top: 40px;
    }

    .tt-advertising .tt-carousel-control {
        width: 40px;
        height: 37px;
        top: 36%;
    }

    .tt-carousel-control img {
        width: 40px;
    }

    .tt-advertising-content {
        width: auto;
        font-size: 15px;
        margin-top: 17px;
        padding-top: 110px;
    }

    .tt-advertising-item {
        height: 350px;
    }

    .tt-advertising-bg {
        width: 1000px;
        height: 100%;
        background-size: 1000px calc(100% - 10px);
    }

    .tt-advertising-img {
        height: 100px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        margin: auto;
        top: 60px;
        right: auto;
    }

    .tt-advertising-item-infoWrapper {
        padding-top: 15px;
        text-align: center;
        padding-left: 0;
    }

    .tt-advertising-title > span {
        font-size: 17px;
        line-height: 17px;
    }

    .tt-advertising-title-blue {
        font-size: 17px;
    }

    .tt-advertising-learnMore {
        margin-top: 17px;
        padding: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .tt-summary-content h2 {
        height: 40px;
    }

    .tt-summary-content {
        padding-bottom: 0;
        border-right: none;
    }

    .tt-free-demo {
        height: 246px;
    }

    .tt-free-demo-bg {
        width: 900px;
        height: 246px;
        background-size: 900px 246px;
    }

    .tt-free-demo-infoWrapper {
        padding-top: 40px;
        width: 380px;
    }

    .tt-free-demo-infoWrapper {
        width: 270px;
    }

    .tt-free-demo-infoWrapper-readyToSee {
        font-size: 18px;
        line-height: 18px;
    }

    .tt-free-demo-infoWrapper-callUs {
        font-size: 17px;
        margin-top: 30px;
    }

    .tt-free-demo-infoWrapper-fillOut {
        font-size: 16px;
        margin-top: 30px;
    }

    .tt-green-button-v3 {
        font-size: 17px;
    }

    .tt-summary-content:nth-child(2) {
        border-right: none;
    }

    .tt-feature-h1 {
        top: -30px;
    }

    .tt-feature-content > img {
        width: 70%;
    }

    .tt-feature-content {
        text-align: center;
    }

    .tt-feature-content > div {
        height: 300px;
    }

    .tt-feature-content > div > div {
        top: 40%;
    }

    .tt-feature-content span {
        margin-top: 20px;
    }

    .tt-feature-whiteItem {
        padding-bottom: 0;
    }

    .tt-feature-grayItem {
        padding-bottom: 0;
    }

    .tt-featureArticles-h1 {
        top: -30px;
    }

    .tt-featureArticles-content {
        text-align: center;
    }

    .tt-featureArticles-content img {
        width: 90%;
    }

    .tt-featureArticles-content h2 {
        font-size: 25px;
    }

    .tt-featureArticles-content > p {
        margin-top: 30px;
    }

    .tt-featureArticles-content span {
        display: inline-block;
    }

    .tt-getInTouch-h1 {
        top: -30px;
    }

    .tt-getInTouch-phone {
        font-size: 28px;
    }

    .tt-getInTouch-email {
        font-size: 17px;
    }

    .tt-bottom-borderBox {
        border-left: none;
    }

    .tt-bottom-serviceBox {
        padding-left: 0;
    }

    .tt-bottom-shareIcons img {
        width: 24px;
        margin-top: 10px;
    }

    .tt-bottom-shareIcons a {
        padding-left: 5px;
    }

    .tt-bottom-request-button {
        font-size: 14px;
        padding: 12px;
    }

    .tt-bottom-menu-lg > li > a {
        font-size: 16px;
    }

    .tt-bottom-title {
        font-size: 16px;
    }

    .tt-bottom-box {
        min-height: 380px;
    }

    .tt-footer-copyright {
        font-size: 10px;
    }

    .tt-home-path-h1 {
        text-align: center;
    }

    .tt-home-path-path {
        margin-top: 53px;
        font-size: 15px;
        display: none;
    }

    .tt-topBanner-communityEdition {
        top: 50px;
        left: 15px;
        text-align: left;
    }

    .tt-topBanner-communityEdition > p:first-child {
        font-size: 16px;
    }

    .tt-topBanner-communityEdition > p:last-child {
        font-size: 17px;
        margin-top: -6px;
    }

    .tt-downloadNow {
        font-size: 17px;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 30px;
    }

    .tt-downloadNow:after {
        width: 9px;
        height: 14px;
        background-size: 9px;
        right: 13px;
        top: 16px;
    }

    .tt-communityForums {
        font-size: 17px;
        padding-left: 30px;
        position: absolute;
        left: 15px;
        top: 90px;
    }

    .tt-communityForums:before {
        background-size: 25px;
        top: 0;
        background-repeat: no-repeat;
    }

    .tt-commercialSupport {
        font-size: 17px;
        padding-left: 30px;
        position: absolute;
        left: 15px;
        top: 115px;
    }

    .tt-commercialSupport:before {
        background-size: 25px;
        top: 0;
        background-repeat: no-repeat;
    }

    .tt-topBanner-downloadNow-wrapper {
        text-align: right;
    }

    .tt-topBanner-downloadNow-wrapper > span:first-child {
        font-size: 15px;
    }

    .tt-productComparison-table-header {
        font-size: 14px;
    }

    .tt-productComparison-table-row-v2 > td, .tt-productComparison-table-row > td {
        font-size: 14px;
    }

    .tt-topBar-select-wrapper > span {
        font-size: 11px;
    }

    .tt-topBar-select {
        width: 70px !important;

    }

    .filter-option {
        font-size: 12px !important;
    }

    .bootstrap-select.btn-group .dropdown-toggle .caret {
        display: none;
    }

    .tt-form-submit-wrapper-green-button-v3 {
        font-size: 12px;
        padding-right: 50px;
    }

    .tt-form-submit-wrapper-green-button-v3:after {
        right: 10px;
    }

    .tt-form-submit-wrapper-login {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .tt-big-quote-left {
        position: absolute;
        left: -20px;
        top: 35px;
        width: 55px;
    }

    .tt-big-quote-right {
        position: absolute;
        right: -30px;
        bottom: 0;
        width: 55px;
    }

    .carousel-indicators {
        bottom: -15px;
    }

    .tt-logo-lg {
        width: 200px;
        height: 55px;
        background-size: 200px, 55px;
        margin-top: 35px;
    }

    h1 {
        font-size: 30px;
        line-height: 35px;
    }

    h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .tt-blue-button {
        font-size: 20px;
    }

    .tt-blue-button-v2 {
        font-size: 20px;
    }

    .tt-topBanner-contactUs-liveChat {
        width: 200px;
        height: 40px;
        font-size: 18px;
        padding-top: 5px;
    }

    .tt-topBanner-contactUs-liveChat:before {
        width: 25px;
        height: 21px;
        background-size: 25px 22px;
    }

    .tt-content-font {
        font-size: 20px;
    }

    .tt-advertising-content {
        width: 310px;
        font-size: 17px;
        margin-top: 25px;
    }

    .tt-advertising-item {
        height: 340px;
    }

    .tt-advertising-bg {
        width: 1300px;
        height: 340px;
        background-size: 1300px 332px;
    }

    .tt-advertising-title > span {
        font-size: 22px;
        line-height: 22px;
    }

    .tt-advertising-title-blue {
        font-size: 30px;
    }

    .tt-advertising-learnMore {
        margin-top: 25px;
    }

    .tt-topMenu .navbar-nav > li:nth-child(4),
    .tt-topMenu .navbar-nav > li:nth-child(5) {
        display: none;
    }

    .tt-topMenu-dropdown-menu > li:nth-child(1),
    .tt-topMenu-dropdown-menu > li:nth-child(2) {
        display: inline;
    }

    .tt-topMenu .navbar-nav > li > a {
        font-size: 13px;
    }

    .tt-summary-downArrow {
        margin-top: 35px;
    }

    .tt-free-demo {
        height: 355px;
    }

    .tt-free-demo-bg {
        width: 1300px;
        height: 355px;
        background-size: 1300px 355px;
    }

    .tt-free-demo-infoWrapper {
        padding-top: 50px;
        width: 380px;
    }

    .tt-free-demo-infoWrapper-readyToSee {
        font-size: 25px;
        line-height: 25px;
    }

    .tt-free-demo-infoWrapper-callUs {
        font-size: 20px;
    }

    .tt-free-demo-infoWrapper-fillOut {
        font-size: 18px;
    }

    .tt-summary-content:nth-child(2) {
        border-right: none;
    }

    .tt-feature-h1 {
        top: -36px;
    }

    .tt-feature-content > img {
        width: 70%;
    }

    .tt-feature-content {
        text-align: center;
    }

    .tt-feature-content > div {
        height: 300px;
    }

    .tt-feature-content > div > div {
        top: 40%;
    }

    .tt-feature-content span {
        margin-top: 20px;
    }

    .tt-feature-whiteItem {
        padding-bottom: 0;
    }

    .tt-feature-grayItem {
        padding-bottom: 0;
    }

    .tt-featureArticles-h1 {
        top: -36px;
    }

    .tt-featureArticles-content img {
        width: 90%;
    }

    .tt-featureArticles-content h2 {
        font-size: 25px;
    }

    .tt-featureArticles-content > p {
        margin-top: 30px;
    }

    .tt-getInTouch-h1 {
        top: -36px;
    }

    .tt-bottom-serviceBox {
        padding-left: 0;
    }

    .tt-bottom-shareIcons img {
        width: 25px;
    }

    .tt-bottom-shareIcons a {
        padding-left: 5px;
    }

    .tt-bottom-request-button {
        font-size: 14px;
        padding: 12px;
    }

    .tt-bottom-menu-lg > li > a {
        font-size: 16px;
    }

    .tt-bottom-title {
        font-size: 16px;
    }

    .tt-home-path-path {
        margin-top: 58px;
        font-size: 18px;
    }

    .tt-topBanner-communityEdition {
        top: 95px;
        left: 60px;
        text-align: left;
    }

    .tt-topBanner-communityEdition > p:first-child {
        font-size: 18px;
    }

    .tt-topBanner-communityEdition > p:last-child {
        font-size: 20px;
    }

    .tt-downloadNow {
        font-size: 20px;
    }

    .tt-downloadNow:after {
        top: 13px;
    }

    .tt-communityForums {
        font-size: 17px;
    }

    .tt-commercialSupport {
        font-size: 17px;
    }

    .tt-productComparison-table-header {
        font-size: 17px;
    }

    .tt-productComparison-table-row-v2 > td, .tt-productComparison-table-row > td {
        font-size: 17px;
    }

    .tt-form-submit-wrapper-green-button-v3 {
        font-size: 17px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .carousel-indicators {
        bottom: -12px;
    }

    h1 {
        font-size: 38px;
        line-height: 43px;
    }

    h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .tt-advertising-item {
        height: 415px;
    }

    .tt-advertising-bg {
        width: 1600px;
        height: 418px;
        background-size: 1600px 408px;
    }

    .tt-featureArticles-content h2 {
        font-size: 32px;
    }

    .tt-content-font {
        font-size: 22px;
    }

    .tt-topMenu .navbar-nav > li > a {
        font-size: 13px;
    }

    .tt-advertising-content {
        width: 410px;
    }

    .tt-advertising-title > span {
        font-size: 35px;
        line-height: 35px;
    }

    .tt-free-demo {
        height: 437px;
    }

    .tt-free-demo-bg {
        width: 1600px;
        height: 437px;
        background-size: 1600px 437px;
    }

    .tt-free-demo-infoWrapper {
        width: 460px;
    }

    .tt-free-demo-infoWrapper-readyToSee {
        font-size: 30px;
        line-height: 30px;
    }

    .tt-free-demo-infoWrapper-callUs {
        font-size: 23px;
    }

    .tt-free-demo-infoWrapper-fillOut {
        font-size: 20px;
    }

    .tt-home-path-path {
        margin-top: 63px;
        font-size: 18px;
    }

    .tt-topBanner-communityEdition {
        text-align: left;
        top: 120px;
        left: 112px;
    }

    .tt-productComparison-table-header {
        font-size: 25px;
    }

    .tt-productComparison-table-row-v2 > td, .tt-productComparison-table-row > td {
        font-size: 22px;
    }
}
