/*
Theme Name: Custom Theme
Theme URI: http://wordpressguru.net
Version: 1.0
Description: Custom Theme by Wordpress Guru
Author: Wordpress Guru
Author URI: http://wordpressguru.net
template: bb-theme
*/


/* Add your custom styles here... */ 

*::-webkit-input-placeholder {
   color: #999;
}
*:-moz-placeholder { /* Firefox 18- */
   color: #999;  
}
*::-moz-placeholder {  /* Firefox 19+ */
   color: #999;  
}
*:-ms-input-placeholder {  
   color: #999;  
}

.fl-page-nav-search form input.fl-search-input::-webkit-input-placeholder {
   color: #000;
}
.fl-page-nav-search form input.fl-search-input:-moz-placeholder { /* Firefox 18- */
   color: #000;  
}
.fl-page-nav-search form input.fl-search-input::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}
.fl-page-nav-search form input.fl-search-input:-ms-input-placeholder {  
   color: #000;  
}

body {
	overflow-x:hidden;
    word-break: break-word;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
}
p {
    margin: 0 0 20px;
}
a {
	outline:0 !important;
}
img {
	max-width:100%;
	height:auto;
}
.fl-full-width .fl-page {
    margin: 0 auto;
    overflow-x: hidden;
}
.fl-full-width .container {
    width: 100%;
	max-width:1064px;
	padding-left: 20px;
    padding-right: 20px;
}
.btn {
	-webkit-transition:  all 0.25s ease 0s;
    -moz-transition:  all 0.25s ease 0s;
    -o-transition:  all 0.25s ease 0s;
    transition:  all 0.25s ease 0s;
}
.btn:hover {
	opacity:.9;
}

/* Header */
.fl-page-bar {
    border-bottom: 0;
    font-size: 18px;
}
.fl-page-bar-text-1 a {
    background: #ef3726;
    padding: 4px 10px;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 12px;
}
.fl-full-width .fl-page-header-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.fl-page-nav-wrap {
    border-bottom: 0;
    border-top: 0;
}
.fl-page-nav-search form {
    background-color: #fff;
    border-top: 3px solid #ef3726;
}
.fl-page-nav-search form input.fl-search-input {
    background-color: transparent;
    border-color: #eaeaea;
    color: #000 !important;
}
.fl-page-nav-right.fl-page-header-fixed, .fl-page-header-fixed {
    background-color: #ef3726;
}
.fl-page-header-fixed .fl-page-header-container {
    max-width: 1064px;
}
.fl-page-nav-centered.fl-page-header-fixed  .fl-page-nav ul.navbar-nav {
    float: none !important;
}
.fl-logo-img {
    width: 100%;
}


/* Footer */
.fl-page-footer-container {
    padding: 10px 0 0;
}
.fl-page-footer-text {
    padding-bottom: 10px;
}
.fl-page-footer .fl-page-footer-nav {
    margin-bottom: 0;
}
.fl-page-footer .navbar-nav > li > a {
    padding-bottom: 10px;
}
.footer-shell > p {
    display: inline-block;
    width: 43%;
    margin: 0 3% 30px;
}
.fl-page-footer-widgets .widget_custom_html .gform_wrapper input {
    border-radius: 0;
}
.fl-page-footer-widgets .widget_custom_html .gform_wrapper input[type="submit"] {
    width: calc(100% - 16px);
}

/* Sidebar */
.td-adspot-title {
    color: #bbbbbb;
    font-size: 10px;
    text-align: center;
    display: block;
}


/* Slider */
.slider {
    position: relative;
}
.bx-pager {
	position:absolute;
	left:0;
	right:0;
	bottom:20px;
	text-align:center;
}
.bx-pager-item {
    display: inline-block;
}
.bx-pager-item a {
    display: block;
    width: 14px;
    height: 14px;
    margin:0 5px;
    outline: 0;
	border-radius:100%;
	background: #fff;
	text-indent:-9999px;
}
.bx-pager-item a.active {
	background: #0297d9;
}
.bx-controls-direction a {
    position: absolute;
    display: block;
    width: 43px;
    height: 37px;
    top: 50%;
    margin-top: -18px;
    font-family: fontawesome;
    border: 1px solid;
    text-align: center;
    line-height: 37px;
    text-decoration: none !important;
}
.bx-controls-direction a.bx-prev {
	left:20px;
} 
.bx-controls-direction a.bx-next {
	right:20px;
} 
.slider ul {
	padding:0;
	margin:0;
	list-style:none;
}
.slide_txt {
    position: absolute;
    left: 0;
    right: 0;
	bottom:0;
	top:0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}
.slide_txt .inner h3  {
    color: #fff;
    text-align: center;
    text-shadow: -2px 4px 5px rgba(3, 3, 3, 0.75);
}
.slide_txt .inner .btn {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    border: 1px solid;
    padding: 12px 35px;
	border-radius:6px;
}

/* Content */
.featuredposts .row > div:first-child > div:first-child,
.featuredposts .row > div:last-child > div:last-child {
    height: 364px;
}
.featuredposts .row > div > div  {
    height: 182px;
    position: relative;
    background-color: #e5e5e5;
    overflow: hidden;
}
.featuredposts .row > div > div .entry-title {
    margin-top: 2px;
    font-size: 16px;
    font-weight: 500;
}
.featuredposts .row > div:first-child > div:first-child .entry-title {
    font-size: 27px;
}
.td-big-grid-post .td-meta-info-container {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    width: 100%;
    bottom: 0;
}
.td-big-grid-post .td-meta-align {
    pointer-events: none;
    width: 100%;
}
.td-big-grid-post.td-big-thumb .td-big-grid-meta, .td-big-thumb .td-big-grid-meta .entry-title {
    font-weight: bold;
}
.td-grid-style-1 .td-big-thumb .td-big-grid-meta {
    width: 80%;
    margin: 0 0 0 20px;
}
.td-big-grid-post .td-module-meta-info {
    margin: 11px 0 20px 20px;
    min-height: 0;
    z-index: 1;
    display: none;
}
.featuredposts .row > div:first-child > div:first-child .td-module-meta-info,
.featuredposts .row > div:last-child > div:last-child .td-module-meta-info {
    display: block;
}

.td-module-meta-info {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 11px;
    margin-bottom: 7px;
    line-height: 1;
    min-height: 17px;
}
.td-post-author-name {
    font-weight: bold;
    display: inline-block;
    position: relative;
    top: 2px;
}
.td-big-grid-post .td-post-date {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.td-post-date {
    color: #aaa;
    display: inline-block;
    position: relative;
    top: 2px;
}
.td-big-grid-post .td-post-author-name, .td-big-grid-post .td-post-date {
    top: 0;
}
.td-big-grid-post .td-post-author-name, .td-big-grid-post .td-post-date {
    top: 0;
}
.td-grid-style-1.td-hover-1 .td-module-thumb a:last-child:before {
    bottom: 0;
    /* content: ""; */
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.td-grid-style-1 .td-module-thumb a:last-child:before {
    bottom: 0;
    content: "";
    display: block;
    height: 70%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.td-grid-style-1.td-hover-1 .td-big-grid-meta > a, a.cat_link, .cat_link a {
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.featuredposts .row > div > div:hover .td-big-grid-meta > a, a.cat_link:hover, .cat_link a:hover {
    background-color: #ef3726;
}
.td-big-grid-post .td-big-grid-meta > a, a.cat_link, .cat_link a {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 5px 0;
    padding: 3px 7px;
    line-height: 13px;
    pointer-events: auto;
}
.td-grid-style-1 .td-big-grid-meta > a, a.cat_link, .cat_link a {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-decoration: none !important; 
}
.td-post-category {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    background-color: #222222;
    color: #fff;
    margin-right: 5px;
    padding: 3px 6px 4px;
    display: block;
    vertical-align: top;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.trendingnow h2 {
    font-family: sans-serif;
    font-size: 13px;
    padding: 2px 12px;
}
.trendingnow .bx-controls-direction a {
    display: inline-block;
    margin-right: 7px;
    width: 25px;
    height: 25px;
    line-height: 24px;
    border: 1px solid #dcdcdc;
    text-align: center;
    vertical-align: middle;
    font-size: 7px;
    color: #b7b7b7;
    margin-top: -12.5px;
}
.trendingnow .bx-controls-direction a:hover {
    color: #fff;
    border: 1px solid #ef3726;
    background: #ef3726;
}
.trendingnow .bx-controls-direction a.bx-prev {
    left: inherit;
    right: 30px;
}
.trendingnow .bx-controls-direction a.bx-next {
    right: 0;
}
.mb_add_banner .row > div:nth-child(3n) {
    width: 100%;
}
.td-block-title {
    font-family: sans-serif;
    font-size: 17px;
    font-weight: normal;
    border-bottom: 2px solid #ef3726;
    margin-bottom: 30px;
}
.td-block-title span, .td-block-title a {
    line-height: 1;
    display: inline-block;
    padding: 7px 12px 4px;
    background-color: #ef3726;
    color: #fff;
}
.topcat {
    padding: 0 0 50px;
    list-style: none;
    font-size: 14px;
}
.topcat a {
    padding:5px 0; 
    display: block;
}

.fl-post-title {
    font-family: sans-serif;
    font-size: 30px;
}
.post-edit-link {
    display: none;
}
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
    font-weight: 700;
    font-size: 15px;
    color: #000;
}
.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    font-weight: normal;
    color: #000;
    font-size: 14px;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
    font-size: 15px;
    color: #000;
}
.as_add_schedule strong:nth-child(2) {
    color: #ef3726;
}
.breadcrumbs * {
    color: #c3c3c3;
    text-decoration: none !important;
}
.breadcrumbs a:hover span {
    color: #777;
}
.ssba-classic-2 {
    margin-bottom: 30px;
}
.loadmore.fa-chevron-right:before {
    content: "";
}
.loadmore.fa-chevron-right:after {
    content: "\f054";
    margin-left: 10px;
    font-size: 10px !important;
    font: normal normal normal 14px/1 FontAwesome;
}
.loadmore {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 8px 10px;
    border: 1px solid #C9C9C9;
    text-align: center;
    vertical-align: middle;
    color: #A5A5A5;
    border-radius: 0;
    font-family: 'Open Sans', arial, sans-serif;
}
.loadmore:hover {
    background-color: #ef3726;
    color: #fff;
    border: 1px solid #ef3726;
}
.postnav ul.nav-filter {
    padding-left: 145px;
    margin-bottom: 0;
}
.postnav ul.nav-filter li {
    display: inline-block;
    list-style: none;
}
.postnav {
    /* float: right; */
    margin-top:-60px;
    position: relative;
}
.postnav ul li.active a,
.postnav ul li a:hover {
    color: #ef5a4c;
    text-decoration: none;
}
.postnav ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #777;
    line-height: 1;
    font-weight: normal;
}
.status {
    text-align: center;
    font-weight: bold;
    padding: 0 0 30px;
    color: #ef3726;
}
div.emd-container .video-summary {
    display: none;
}
#emdvideos {
    padding: 0 !important;
}
body div.emd-container .panel-footer {
    font-size: 14px;
}
.latestnews .ssba > div {
    text-align: center !important;
}
.fl-page-content ul, .fl-page-content ol {
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 20px;
}
.am_add_media ul li a {
    color: #005096;
    font-weight: bold;
    font-size: 18px;
}
.as_add_stockholders .row > div:first-child {
    width: 100%;
    text-align: center;
}
.postslist article {
    padding-bottom: 15px;
    border-bottom: 1px dashed #f2f2f2;
    margin-bottom: 16px;
}
.fl-content-left {
    border-right: 0;
}
.prod-info,
.prod-thumb {
    float: left;
}
.prod-thumb {
    margin-right: -95px;
    width: 80px;
}
.prod-info {
    margin-left: 95px;
    min-height: 70px;
}
.prod-info h3 {
    line-height: 20px;
}
.nav-postlink {
    clear: both;
    padding-bottom: 20px;
}
.nav-postlink a {
    display: inline-block;
    margin-right: 7px;
    width: 25px;
    height: 25px;
    line-height: 24px;
    border: 1px solid #dcdcdc;
    text-align: center;
    vertical-align: middle;
    font-size: 7px;
    color: #b7b7b7;    
}
.nav-postlink a:hover {
    color: #fff;
    background-color: #ef3726;
    border: 1px solid #ef3726;
}
.posts-wrapper {
    position: relative;
}
.posts-wrapper .col-md-12 {
    margin-bottom: 30px;
}
.posts-wrapper .col-md-12 .td-module-meta-info {
    clear: both;
    padding-top: 14px;
}
.loading-animation {
    vertical-align: middle;
    text-align: center;
}
.posts-wrapper .loading-animation {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    top: -30px;
    left: 15px;
    right: 15px;
    bottom: 30px;
    z-index: 10;
}
.loading-animation i {
    color: #ef3726;
    font-size: 60px;
    width: 60px;
    height: 60px;
    margin: 0 auto 30px;
    -webkit-transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1);
    -moz-transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1);
}
.posts-wrapper .loading-animation i {
    margin-top: 30px;
}
.okayNav__menu-toggle {
    top: -2px;
    right: 0;
    float: right;
}
.okayNav__nav--visible a {
    padding: 7px 15px;
}
.okayNav__nav--invisible {
    top: 100%;
    bottom: auto;
    padding: 10px 10px 5px !important;
    border: 1px solid #eee;
    background-color: rgba(255,255,255,.9);    
}
.okayNav__nav--invisible a {
    width: 160px;
    background-color: transparent;
}
.okayNav__nav--invisible:empty + .okayNav__menu-toggle {
    display: none;
}
.col-sm-4 .col-md-6 {
    width: 100%;
}
.emd-integration-wrap div[id*="video_items"] {
    float: left;
    width: 67%;
}
.emd-integration-wrap div[id*="video_items"] .emd-view-results {
    width: 100%;
}
.emd-integration-wrap div[id*="video_items"] .emd-view-results .panel-default {
    border: 0;
}
.emd-integration-wrap div[id*="video_items"] .emd-view-results .carousel-inner .item.active iframe {
    border: 0;
    border-radius: 0;
    background-color: #000;
    padding: 0;
}
.emd-integration-wrap div[id*="video_indicators"] {
    float: left;
    width: 33%;
}
.emd-integration-wrap div[id*="video_indicators"].emd-container  {
    height: 412px;
    overflow-y: auto;   
    overflow-x: hidden; 
}
.emd-integration-wrap div[id*="video_indicators"].emd-container::-webkit-scrollbar-track {
    background-color: #383838;
}
.emd-integration-wrap div[id*="video_indicators"].emd-container::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
.emd-integration-wrap div[id*="video_indicators"].emd-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #919191;
}
.emd-integration-wrap div[id*="video_indicators"] .emd-view-results,
.emd-integration-wrap div[id*="video_indicators"] .emd-view-results .row > div {
    width:  100%;
    float: none;
    color: #fff;
    font-size: 13px;
}
.emd-integration-wrap div[id*="video_indicators"] .emd-view-results .row {
    margin: 0;
}
.emd-integration-wrap div[id*="video_indicators"] .emd-view-results .row > div {
    min-height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;   
    background-color: #222; 
    border-left: 3px solid #222;
}
.emd-integration-wrap div[id*="video_indicators"] .emd-view-results .row > div.active {
    background-color: #404040;
    border-left: 3px solid #ef3726;
} 
.emd-integration-wrap div[id*="video_indicators"] .emd-view-results .panel {
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.emd-integration-wrap div[id*="video_indicators"] .emd-view-results .panel-body,
.emd-integration-wrap div[id*="video_indicators"] .emd-view-results .panel-footer {
    /* float: left; */
}
.emd-integration-wrap div[id*="video_indicators"] .emd-view-results .panel-body {
    float: left;
    width: 72px;
    margin-left: 0;
    margin-right: -88px;
}
.emd-integration-wrap div[id*="video_indicators"] .emd-view-results .panel-footer {
    margin-left: 88px;
    border: 0;
    font-size: 12px;
}
.emd-integration-wrap div[id*="video_indicators"] .thumbnail {
    border-radius: 0;
}
.featuredvideos .td-block-title {
    margin: 0;
    border: 0;
}
.featuredvideos .td-block-title span {
    display: block;
    font-size: 18px;
    padding: 10px 20px;
}
.quickbrowse .content {
    margin-left: -15px;
    margin-right: -15px;
}
.quickbrowse .content article {
    float: left;
    width: 50%;
    padding: 0 15px 40px;
}
.quickbrowse .content article:nth-child(odd) {
    clear: left;
}
.mostpopular .content article .row > div,
.quickbrowse .content article .row > div {
    float: none;
    width: 100%;
}
.quickbrowse .content article .entry-title {
    margin-top: 15px;
}
.mostpopular .entry-summary,
.mostpopular .td-module-meta-info,
.quickbrowse .content article .cat_link {
    display: none;
}
.mostpopular .content article {
    float: left;
    width: 20%;
    padding: 0 15px 30px;
}
.mostpopular .content article:nth-child(5n+1) {
    clear: left;
}
.mostpopular .content article .entry-title {
    margin-top: 10px;
    font-size: 15px;
}
.mostpopular .content article .entry-thumb {
    min-height: 120px;
}
.loading-animation,
.infscr-pager {
    clear: both;
}
.trendinglist .inner {
    padding: 2px 0;
}
.page-template-page-event-calendar .fl-page-content {
    background-color: #ffffff;
}
.eventcalendar .inner {
    padding: 1.5rem;
    padding-bottom: 20px;
    margin: 1.5rem;
    margin-bottom: 2rem;
    font-size: 16px;
}
.page-template-page-event-calendar .pdflink {
    font-size: 1rem;
    color: #8b0607;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
}
.eventcalendar .inner h2 {
    margin-top: 0;
    font-weight: 700;
}
.eventcalendar .inner .date-marker {
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 5px;
}
.related-articles .prod-info,
.related-articles .prod-thumb {
    float: none;
    width: 100%;
    margin: 0;
}
.related-articles .prod-info h3 {
    font-weight: 500;
    font-size: 13px;    
}
.related-articles .prod-thumb {
    min-height: 135px;
    margin-bottom: 10px;
    background-color: #ccc;
}
.related-articles .td-module-meta-info {
    display: none;
}
.fl-post-nav {
    padding-top: 40px;
}
.fl-post-nav > span {
    display: inline-block;
    width: 50%;
}
.fl-post-nav a {
    display: block;
    font-size: 15px;
    color: #222;
    line-height: 21px;
    margin-bottom: 43px;
}
.fl-post-nav a:hover {
    text-decoration: none;
    color: #ef3726;
}
.fl-post-nav-prev {
    padding-right: 10px;
}
.fl-post-nav-next {
    padding-left: 10px;
    text-align: right;
}
.tt-tabs .ui-tabs-nav {
    list-style: none;
    padding: 0;
    border-bottom: 2px solid #ef3726;
    margin-bottom: 25px;
}
.tt-tabs .ui-tabs-nav li {
    display: inline;
}
.tt-tabs .ui-tabs-nav li a {
    display: inline-block;
    padding: 5px 12px 3px;
    font-family: sans-serif;
    font-size: 17px;
    color: #111111;
    text-decoration: none;
}
.tt-tabs .ui-tabs-nav li.ui-tabs-active a {
    background-color: #ef3726;
    color: #fff;
}
.related-articles .posts-wrapper .loading-animation {
    top: -24px;
    bottom: 75px;
}
.related-articles .posts-wrapper .loading-animation i {
    vertical-align: middle;
    margin-top: 60px;
}
.addthis_toolbox {
    margin-bottom: 30px;
}
.at-follow-tbx-element .at300b, 
.at-follow-tbx-element .at300m {
    margin: 0 5px 5px !important;
    float: none !important;
}  


/* Comparison Page */
table.tableizer-table {
    font-size: 12px;
    border: 1px solid transparent;
    font-family: Arial, Helvetica, sans-serif;
}
.tableizer-table td {
    padding: 4px;
    margin: 3px;
    border: 1px solid #CCC;
}
.tableizer-table th {
    background-color: #104E8B;
    color: #FFF;
    font-weight: bold;
    padding: 10px 4px;
}
.add_featured_label th:first-child, .add_logo td:first-child {
    border: 0;
    background: transparent;
}
img {
    max-width: 100%;
    height: auto;
}
img.CompanyLogo {
    display: block;
    margin: 0 auto;
    max-height: 100px;
    width: auto;
}
.FeaturedSoftware, .NonFeaturedSoftware {
    height: 600px;
    overflow: auto;
    margin-bottom: 50px;
    font-family: 'roboto_condensedregular';
    color:#000000;
}
.SoftwareTable div {
    max-height: 100px;
    padding: 0 10px;
    width: 155px;
    margin-right: -5px;
    overflow-y: auto;
}
.SoftwareTable div p {
    margin: 0;
    width:100%;
}
.ComparisonPage tbody tr.Label td {
    height: 45px !important;
    }
.SoftwareTable h3 {
    font-size: 14px;
    color: #8B0607;
    font-weight: bold;
    text-transform: uppercase;
}
.ComparisonPage #content {
    width: inherit;
    float:none;
}
i.Yes {
    background-image:url("https://towtimescom0c9a1.zapwp.com/m:0/a:https://towtimes.com/wp-content/themes/bb-theme-child/images/check_mark.png");
    background-repeat:no-repeat;
    background-position:center center;
    text-indent:-9999px;
    display:inline-block;
    width: 28px;
    height: 23px;
    margin-right: 10px;
}
i.No {
    background-image:url("https://towtimescom0c9a1.zapwp.com/m:0/a:https://towtimes.com/wp-content/themes/bb-theme-child/images/x_mark.png");
    background-repeat:no-repeat;
    background-position:center center;
    text-indent:-9999px;
    display:inline-block;
    width: 21px;
    height: 21px;
    margin-right: 10px;
}
.ComparisonPage i.aligncenter {
    display:block !important;
    margin:0 auto !important;
    font-style: normal;
    text-align: center;
}
.page-template-page-comparison-chart .search-cont,
.page-template-page-comparison-chart #header,
.page-template-page-comparison-chart #nav,
.page-template-page-comparison-chart #footerads,
.page-template-page-comparison-chart #footer {
    display:none !important;
}
.page-template-page-comparison-chart #page {
    width: inherit;
    background: #e6e6e6 url("https://towtimescom0c9a1.zapwp.com/m:0/a:https://towtimes.com/wp-content/themes/bb-theme-child/images/BodyBg.png") no-repeat left top;
    padding: 15px 10px 0;
    position: relative;
}
.ComparisonPage {
    position:relative;
    padding:0 0 170px;
}
.ComparisonPage:before {
    content:url("https://towtimescom0c9a1.zapwp.com/m:0/a:https://towtimes.com/wp-content/themes/bb-theme-child/images/BottomImg.png");
    position:absolute;
    bottom:0;
    right:0;
}
body.page-template-page-comparison-chart {
    padding: 0;
}
.ComparisonPage tbody tr td {
    width: 155px;
    height: 100px;
    max-height: 120px;
}
.ComparisonPage tbody tr td:first-child {
    background: none !important;
    border: 0;
    color: #727272;
    font-size: 12px;
    width: 170px;
}
.ComparisonPage tbody tr td:first-child div {
    width: 170px;
    padding-left: 0;
}
.PageHeader {
    text-align: center;
    min-height: 213px;
    font-size: 16px;
    font-family: 'robotoregular';
    color: #004056;
    background:url("https://towtimescom0c9a1.zapwp.com/m:0/a:https://towtimes.com/wp-content/themes/bb-theme-child/images/HeaderBg.png") no-repeat center top;
    position:relative;
    line-height:18px;
    padding: 0 18%;
}
.PageHeader:before {
    content:url("https://towtimescom0c9a1.zapwp.com/m:0/a:https://towtimes.com/wp-content/themes/bb-theme-child/images/LeftImage.png");
    position:absolute;
    top:-15px;
    left:0;
}
.PageHeader:after {
    content: url("https://towtimescom0c9a1.zapwp.com/m:0/a:https://towtimes.com/wp-content/themes/bb-theme-child/images/RightImage.png");
    position:absolute;
    top:-15px;
    right:0;
}
.PageHeader h1 {
    font-family: 'bebas_neuebold';
    color: #fff;
    font-size: 97px;
    line-height: 1;
    margin: 0;
    padding: 7px 0;
}


/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */
/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Desktop */
.ForMobile {
	display:none !important;
}

@media screen and (min-width:0) and (max-width:1599px) {
.PageHeader h1 {
    font-size: 77px;
    padding: 20px 0;
}
.PageHeader {
    margin: 0 0 40px;
}
.PageHeader p br {
    display:none;
}	

} @media screen and (min-width:0) and (max-width:1365px) {


} @media screen and (min-width:0) and (max-width:1199px) {
.PageHeader h1 {
    font-size: 57px;
    padding: 30px 0;
}


/* Mobile */
} @media screen and (min-width: 0) and (max-width: 991px) {
    .fl-page-nav .navbar-nav > li > a {
        padding: 15px 7px;
        font-size: 13px;
    }
    .mostpopular .content article:nth-child(5n+1),
    .mostpopular .content article {
        width: 25%;
        clear: none;
    }
    .mostpopular .content article:nth-child(4n+1) {
        clear: left;
    }
    .fl-page-nav-collapse .fl-page-nav-search {
        display: block;
    }
.PageHeader h1 {
    font-size: 37px;
    padding: 40px 0;
}


} @media screen and (min-width:0) and (max-width:767px) {
    .ForMobile {
        display:block !important;
    }
    .ForDesktop {
        display:none !important;
    }
    body {
        min-width:320px;
    }
    .featuredposts img {
        width: 100%;
    }
    .fl-page-footer .text-right {
        text-align: right;
    }
    .fl-full-width .fl-page-nav-container {
        padding-left: 0;
        padding-right: 0;
    }
    .fl-page-nav-wrap {
        padding-bottom: 0;
    }
    .fl-page-nav-wrap.stickynav {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 999;
        background: #fff;
    }
    .fl-page-nav .navbar-toggle {
        background: #ef3726 !important;
        color: #fff;
        text-align: left;
    }
    .fl-page-nav .navbar-toggle * {
        color: #fff;
        font-size: 24px;
    }
    .fl-page-nav-collapse ul.navbar-nav {
        text-align: center;
    }
    .fl-page-bar-row > div:first-child {
        margin-bottom: 5px;
    }
    .mostpopular .content article:nth-child(5n+1),
    .mostpopular .content article:nth-child(4n+1),
    .mostpopular .content article {
        width: 33.33%;
        clear: none;
    }
    .mostpopular .content article:nth-child(3n+1) {
        clear: left;
    }
    .emd-integration-wrap div[id*="video_items"], .emd-integration-wrap div[id*="video_indicators"] {
        width: 100%;
    }
    .fl-page-nav-collapse .fl-page-nav-search {
        display: none;
    }
    .ForMobile .fl-page-nav-search {
        display: block;
        top: 1px;
        z-index: 999;
    }
    html #wpadminbar {
        display: none;
    }
.PageHeader::before, .PageHeader::after {
    content: "";
}
.PageHeader {
    padding: 0 8%;
}
.PageHeader h1 {
    font-size: 27px;
    margin: 0 auto;
    max-width: 270px;
    padding: 32px 0;
}    

} @media screen and (min-width:0) and (max-width:580px) {

    .mostpopular .content article:nth-child(5n+1),
    .mostpopular .content article:nth-child(4n+1),
    .mostpopular .content article:nth-child(3n+1),
    .mostpopular .content article {
        width: 100%;
        float: none;
        clear: both;
        text-align: center;
    }
    .posts-wrapper article {
        clear: both;
        margin-bottom: 20px;
    }
    .quickbrowse .content article {
        float: none;
        width: 100%;
    }
    .quickbrowse .content article img {
        width: 100%;
    }
    .prod-thumb {
        margin-right: -170px;
        width: 150px;
    }
    .prod-info {
        margin-left: 170px;
    }
    .fl-page-footer-widgets .widget_custom_html .gform_wrapper input[type="submit"] {
        width: 100%;
    }
    .tt-tabs .ui-tabs-nav li a {
        font-size: 14px;
    }
    .related-articles .prod-thumb img {
        width: 100%;
    }
    .related-articles .posts-wrapper .loading-animation i {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -30px;        
    }

} @media screen and (min-width:0) and (max-width:479px) {


} @media only screen and (min-device-width:320px) {
	body {padding:0;}
}

.fl-post-title {
	font-family: Arial, Helvetica, sans-serif;
}

.ginput_price {
display:none;
}