/* ----- Custom CSS -----*/


/* Clear div */
.clear {      
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}


/* Copyright footer without pre-footer */
.footer-v1 .footer {
	padding: 0px 0;	
	background: #272727;
}

a.footer-copy, a.footer-copy:hover {
	color: #eee;
}
	
/* Header without menu */
/*
.header > .container {
	display: table;
	margin-bottom: -20px;
}
*/

/* Text logo */
.header .logo .logo-txt {
	margin: 10px 0;
	font-weight: 500;
	font-size: 30px;
	text-shadow: none;
	letter-spacing: -1px;
	z-index: 1;
	position: relative;	
	display:inline-block;
}

.header .logo .logo-txt strong {
	color: #ccc; /* blue header */ /* color: #687074; */
	font-weight: 500;
}

.header .logo .logo-txt, .header .logo .logo-txt strong {
    font-family: "Roboto Condensed", "Open Sans", Arial, sans-serif;
}

.header .logo .logo-txt strong {
    font-weight: 100;
}

a.logo:hover {
	text-decoration:none;
}


/* Logo with Line Icons positioning */
.logo-icon-line-pos {
	display:inline-block !important;
	vertical-align: bottom; 
	margin-bottom:2px !important;
    
    color:#fff !important; 
    border-color:#fff !important; 
    font-size: 20px !important; 
    border-radius:5px !important; 
    border-width:2px !important; 
}

/* Logo with Font Awesome positioning */
.logo-icon-awe-pos {
	display:inline-block !important;
	vertical-align: bottom; 
	margin-bottom:6px !important;
}

/* Logo with Line Icons Pro positioning */
.logo-icon-lpro-pos {
	display:inline-block !important;; 
	vertical-align: bottom; 
	margin-bottom:-6px !important;;	
}

/* Logo with Glyphicons positioning */
.logo-icon-gly-pos {
	display:inline-block !important;
	vertical-align: bottom; 
	margin-bottom:8px !important;
}

/* smaller search box */
.search-block-v2 {
    margin-bottom: 0px;
    padding: 28px 0 28px;
}	

/* don't capitalize left column text */
.s-results .related-search li a {
    text-transform: none;
}

/* don't capitalize search result title */
.s-results .inner-results h3 {
    text-transform: none;	
}	

/* menu button on mobile too high if there is no topbar */
.navbar-toggle {
    margin-top: 20px;
}

/*--- Listing ---*/

/* select button */
a.select-button:hover {
    background: #98ce44;
    color: #fff;
}

a.select-button.full-width {
    padding-left: 0;
    padding-right: 0;
}

a.select-button.btn-small {
    height: 28px;
    padding: 0 24px;
    line-height: 28px;
    font-size: 0.9167em;
}

a.select-button {
    display: inline-block;
    background: #d9d9d9;
    font-size: 0.8333em;
    line-height: 1.8333em;
    white-space: nowrap;
    text-align: center;
    border: none;
    color: #fff;
    cursor: pointer;
    letter-spacing: 0.04em;
    text-decoration: none;
}

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

.full-width {
    width: 100% !important;
}

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

/* Address in little */
.ntv-address {
	margin-top:10px;
    color: #999;
}

.ntv-dist-address {
    color: #999;
}

.ntv-price-range {
    color: #999;   
}

.ntv-more a {
    color: #999;
    font-weight:200;
}

a.ntv-tags {
    color: #aaa !important;
    border-color: #ddd !important;
    border-radius:3px;
}

.ntv-more a:hover {
    text-decoration: underline;
}

.ntv-title-poi a:hover {
    text-decoration: underline !important;
}

.ntv-description, .ntv-website {
	margin-top:10px;
    margin-bottom:10px;
}

.ntv-social {
	margin-top:10px;
    margin-bottom:10px;
    width:100%;
}

.ntv-direction a {
    color: #3498db;    
}

.ntv-direction a:hover {
    text-decoration: underline;
}


.ntv-website a {
    color: #3498db;
}

.ntv-website a:hover {
    text-decoration: underline;
}

.ntv-review {
    margin-bottom:10px;    
}

.ntv-review-title {
    font-weight: 600;
    margin-bottom:10px;  
}

.ntv-author {
    color: #aaa;
}

/* item title in blue */
.product-description h4.title-price a {
	color: #3498db;
	text-decoration: none;
}

/* main title */
.result-category h1 {
	float: left;
	font-size: 30px;
	margin-right: 20px;
	margin-bottom:0;
}

/* search button */
.btn-u.btn-brd.btn-u-sea-shop.btn-brd-hover {
    background: #3498db;
	color: #fff;
}

/* search button hoover */
.btn-u.btn-brd.btn-u-sea-shop.btn-brd-hover:hover {
    border-color: #3498db;
    color: #3498db !important;
	background: none;
}

/* add fields in search form */
.ntv-listing-search-form
{
	margin-top:10px;	
	border:none;	
}

.ntv-intro {
	margin-bottom:10px;
    color: #999;
}

.ntv-pres, .ntv-pres p {
    font-size: 13px;
    line-height: 1.6;
    color: #999;
}


/* search input field */
.ntv-listing-search-form .input input {
	margin-bottom:20px;
	height: 40px;
    border-radius:2px; 
}

.ntv-rounded {
    border-radius:2px !important;
}


/* select list */
.ntv-listing-search-form .select select {
	margin-bottom:20px;
	height: 40px;	
}

.ntv-listing-search-form .radio,
.ntv-listing-search-form .checkbox {
	margin-bottom: 0px;
	font-size: 13px;
	line-height: 23px;
}

.filter-by-block .panel-group h2 a {
	font-size: 18px;
	padding: 5px 15px;
	background: #f7f7f7;
}

.shop-product h1 {
	float: left;
	color: #687074;
	font-size: 26px;
}

/* categories title in front page tabs */
.tab-v6 .nav-tabs > li > a {
  text-transform: none;
  font-weight:590;
}

/*  Category tab, gray background */
.product-comment {
	background: #fcfcfc;
}

.job-content .categories li {
	border-bottom: 1px dotted #ddd;
}


/* complementary color for review stars */
.product-ratings li .rating-selected {
    color: #db7735;
}

.product-ratings li .rating {
    color: #dbcec5;
}

/* label "more" categories */
a.label-more {
    color: #db7735;
	font-weight: 800;
}

/* index page intro */
h1.index-intro {
	color: #db7735;
	font-size: 18px;
	line-height: normal;
	font-weight: 500;
	display:inline;
}

p.index-intro {
	display:inline;	
}

div.index-intro {
	margin-bottom:25px;
}

/* pannels whithout h2 */

.filter-by-block .panel-group div.panel-title a {
	font-size: 18px;
	padding: 5px 15px;
	background: #f7f7f7;
	color: #687074;
	display: block;
	border-bottom: 1px solid #dedede;	
	box-sizing: border-box;
}

.filter-by-block .panel-group div.panel-title i {
	float: right;
	font-size: 18px;
	margin-top: 8px;
}


.filter-by-block .panel-group div.panel-title a:hover {
	text-decoration:none;
}

/* Sort by without h3 */
div.sort-by {
	float: left;
	color: #555;
	font-size: 14px;
	margin-right: 10px;
	line-height: 27px;

	color: #555;
	margin-top: 5px;
	text-shadow: none;
	font-weight: normal;
	font-family: "Open Sans", Arial, sans-serif;	
	
}

/* Page contact */
.antirbt {
	display: none;
}

.ntv-contact #nobo{
	margin-left : 5px;
	
}

.ntv-contact .submit-contact{
	margin-top:15px;
}

#loader {
display:none;
z-index: 9999;
}
.my-button-css {
    cursor: pointer; 
    background-color: #069; 
    color: white; 
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase; 
    text-align: center; 
    padding: 8px 10px 6px 10px; 
    margin: 5px 0 0 0;
}

.tab-content-category{
height: 423px;
}

@media (max-width: 1000px){
	.tab-content-category{
		height: 100%;
		}
}

/* post page */

.news-v3 {
  margin-bottom: 0px;
  font-size: 15px;
}

.news-v3 h2 {
	font-size: 24px;
	line-height: 33px;
    text-transform:none;
    margin:0;
}
.news-v3 h3 {
	font-size: 20px;
	line-height: 27px;
    margin:0;
}

.news-v3 img.size-medium {
    margin-bottom: 5px;
}

/* City Poi List */

.box {
	text-align: left;
	display: block;
	margin-bottom: 30px;
	box-sizing: border-box;
}

.poi-image {
	padding: 0;
	min-width: 992px;
	width: 33.3333333%;
	float: left;
	position: relative;
	min-height: 1px;
	display: block;
	box-sizing: border-box;
	text-align: left;
	-webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}

.details {
	padding: 15px 0 15px 20px;
	display: table;
	min-width: 992px;
	width: 66.66666667;
	float: left;
	position: relative;
	min-height: 1px;
	box-sizing: border-box;
	text-align: left;
}

a.panel-button:link, a.panel-button:visited, a.panel-button:active {
	background: #fff;
	color: #838383;
	height: 34px;
	line-height: 34px;
    /*font-weight: bold;*/
    font-size: 1.05em;
    text-align: left!important;
    text-decoration: none;
	display: inline-block;
    border: none;
    cursor: pointer;
    padding: 0 32px;
    white-space: nowrap;
    letter-spacing: 0.04em;
    width: 100%;
}

a.current-cat:link, a.current-cat:visited, a.current-cat:active {
	background: #f3f3f3;
	border-color: #f3f3f3;
    color: #838383;
}

a.panel-button:link:hover, a.panel-button:visited:hover, a.panel-button:active:hover {
	color: #838383;
	background: #f3f3f3;
	text-decoration: none;
}

a.current-cat:link:hover, a.current-cat:visited:hover, a.current-cat:active:hover {
	background-color: #44a8eb;
	color: #fff;
}

.product-description .title-price {
	color: #687074;
	font-size: 17px;
}

.list-product-description {
	background-color: #fff;
}

.list-product-description-booking {
	background-color: #fdf0e8;
}

.about {
	border: 1px solid #dedede;
	box-sizing: border-box;
	background-color: #fff;
	padding: 40px 0;
    margin-bottom: 30px;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: -15px;
    margin-left: 15px;
    position: relative;
    display: block;
    float: left;
    text-decoration: none;
}

.icon-begin {
	font-size: 5em;
	color: #01b7f2;
	vertical-align: baseline;
	box-sizing: border-box;
    zoom: 1;
    text-align: center;
}

.icon-title {
	font-size: 1.1666em;
    line-height: 1.1428em;
	margin: 0 0 15px;
	margin-top: 10px;
    font-weight: normal;
    color: #2d3e52;
    box-sizing: border-box;
    display: block;
}

.col-sms-6 {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}

.col-lg-3 {
	float: left;
	width: 25%;
}

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

.icon-box {
	text-transform: uppercase;
	box-sizing: border-box;
	display: block;
}

.icon-ref {
	color: inherit;
	background: transparent;
	box-sizing: border-box;
}

a.icon-ref:link, a.icon-ref:visited, a.icon-ref:active {
	text-decoration: none;
}

.begin-here-title {
	font-size: 1.3333em;
	line-height: 1.25em;
	font-weight: normal;
	margin-top: -15px;
	margin-bottom: 15px;
    color: #2d3e52;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	background: #55afee;
}

.poi-chevron {
	color: #00264d;
}

a.directions-button {
	padding: 0 32px;
    height: 43px;
    font-size: 1.1667em;
    line-height: 43px;
	font-weight: bold;
	background: #6dace6;
	display: inline-block;
	border: none;
    color: #fff;
    cursor: pointer;
	letter-spacing: 0.04em;
	text-decoration: none;
	white-space: inherit;
}

a.directions-button:hover {
	color: #fff;
}

a.contact-website {
	text-decoration: none;
	color: #01b7f2;
}

a.contact-website:hover {
	color: #01b7f2;
}

.carousel .carousel-inner img {
  width: 100%;
  height: 30em;
  object-fit: cover;
  overflow: hidden;
}

.carousel-indicators {
	margin-bottom: 20px;
}

.carousel-indicators li {
	background-color: #4da6ff !important;
}

.carousel-indicators .active {
	background-color: #00264d !important;
}

.credits {
	font-size: 100%;
	margin-top: 20px;
}

.carousel-control {
	bottom: 200px;
	top: 200px;
}

.btn-u.btn-brd.btn-brd-hover.btn-u-lg.btn-u-sea-shop.btn-block.margin-bottom-30 {
	top: -10px;
}

.header {
    border-bottom-width: 1px;
    border-color:#58a7db;
}

.breadcrumb li.active {
	color: #777;
}

.breadcrumb a {
	color: #3498db;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.res-link.only-url {
	color: #3498db;
	text-decoration: none;
}

.begin-here img {
	border-right: none;
	padding-right: 0px;
	horizontal-align: center;
}

.list-product-description-begin-here .row {
	display: inline;
	margin: 0px;
}

.begin-here .title-price {
	line-height: 15px;
	font-size: 15px;
}

.begin-here .list-product-description {
	padding: 0px;
	padding-right: 0px;
}

.begin-here h4.title-price {
	margin: 0px;
}

.begin-here .product-description {
	padding: 0px;
}

.begin-here ul {
	margin-bottom: 0px;
}

.city-title, .title-cat {
    padding-bottom:10px; 
    margin-bottom:20px; 
    border-bottom:1px solid #dedede;   
}

ul.ntv-tips {
    list-style-position: inside;
    padding-left:2px;
    list-style-type: '- ';
}

/* avoid <Hn> titles */
.breadcrumbs strong {
  color: #666;
  font-size: 22px;
  margin-top: 8px;
  text-shadow: none;
  font-weight: normal;
  font-family: "Open Sans", Arial, sans-serif;  
  line-height: 35px;
  margin-bottom: 10px;
  margin: .67em 0;
  border-radius: 0;
  box-sizing: border-box;
}

@media (max-width: 550px) {
  .breadcrumbs strong.pull-left {
    width: 100%;
    text-align: center;
  }
}

/* symbol in breadcrumb */
.breadcrumbs h1 i {
    color:#bbb;    
    font-style: normal;
}

.footer span {
    color: #eee;
    font-size: 18px;
    font-weight: 200;
    border-bottom: 2px solid #3498db;
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    text-shadow: none;
    line-height: 33px;
}

/* blue header */
.header {
    background: #3498db;
    color: #fff;
    /* border-bottom: 1px solid #ddd; */
}

.header a {
    color: #fff;
}

.header .navbar-nav > li > a {
    color: #fff;
    text-transform: none;
    font-size: 16px;
} 

.header .navbar-nav > li:hover > a {
    color: #fff;
    font-weight:400;
}  

.header .navbar-nav > li > a:hover, .header .navbar-nav > .active > a {
    border-bottom: solid 2px #aaa; 
}

@media (max-width: 991px) {
    .header .navbar-nav .open .dropdown-menu > li > a:hover,
    .header .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #ccc;
    }

    .header .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    color:#fff !important;
    background: #3498db;
}


.ntv-logo-style {
    font: normal 30px/1 "Fredoka One", Helvetica, sans-serif;    
}

/* intro page image */
.search-block {
    background: url(../../images/intro.jpg) 50% 0 repeat fixed;
}

/* intro page image opacity */
.search-block::before {
    background: rgba(0,0,0,0.05);
}

/* intro page title */
.search-block h1 {
    font-size: 40px;
    text-transform: none;
}

/* intro country list */
#country-lst li {
    background: none;
    list-style: none;
}

#country-lst li {
    list-style-type: none;
    font-size: 15px;
    padding: 0 0 8px 16px;
}

#country-lst li a {
    color: #888;
}

#country-lst li a:hover {
    color: #3498db;
    text-decoration: underline;
}

#country-lst li i {
    color:#3498db;    
}

#country-lst .continent {
    padding-bottom: 15px;
}

.title-cat i, .city-title i {
    color:#bbb;
    font-style: normal;
    font-size: 20px;
}

.idx-grey-content {
  background: #f7f7f7; 
  padding:20px; 
  margin-top:40px;
  margin-bottom:40px;
}

.headline h1 {
    font-size: 26px; 
    line-height: 31px; 
    margin-top:0;  
    font-weight:400;
}

.headline h1 i {
    color:#999; 
    font-style: normal;
    font-weight:200;
}

.ntv-frontbox-cat {
    background: #fff;
}

.ntv-frontbox-margin-top {
    margin-top:30px;
}

h3.ntv-title-asset {
    font-size: 18px !important;
    font-weight: 400;
    margin-right: 10px;
    color:#fff;
}

h3.ntv-title-asset a {
    color:#fff;
    font-size: 18px !important;
    font-weight: 400;
}

h3.ntv-title-asset a:hover {
    font-weight: 800;
}

.ntv-box-asset {
    padding:10px; 
    margin:10px 30px 10px 30px;
}

.ntv-p-asset {
    color:#999;
    font-size: 11px;
}

.ntv-p-asset a {
    color:#999;
}

.ntv-p-asset a:hover {
    color:#3498db;
}

.ntv-asset-box-title {
    background:#bbb; 
    padding: 5px 15px 5px;
    color:#fff;
    margin-bottom:10px;
}

.ntv-content-box {
    padding:0;
}

.ntv-content-box-in {
    padding: 15px 15px 5px;
}


.ntv-pre-footer {
    margin:20px;
}

.ntv-pre-footer p {
    color:#aaa !important;
    font-size: 11px;
}


.ntv-price-asset {
    color:#777;
    font-size: 22px;
    font-weight: 600;
}

.ntv-price-asset-small {
    font-size: 14px;
    font-weight: 600;
}

.ntv-price-tooltp-small a.tooltips i {
    font-size: 14px;
    font-weight: 400;
    color: #ccc;
}

.ntv-cat-title-front {
    color:#2b7cb3;
    font-weight: 600;
}

.percent-neg {
    color:#c0392b;
}

.percent-pos {
    color:#5fb611;
}

.percent-null {
    color:#999;
}

.sub-title-front {
    color:#999;
    font-size: 15px;    
}

.ntv-dropcap-bg {
    /*color: #72c02c;*/
    color: #fff;
    padding: 5px 10px;
    min-width: 30px;
    font-size: 20px;
    font-weight: 200;
    line-height: 20px;
    text-align: center;
    background: #ccc;
    /*border: 2px solid #72c02c;*/
    margin: 4px 10px 0 0;
}

.risk-2 {
    background: #6BA200;
}

.risk-3 {
    background: #B0CE09;
}

.risk-4 {
    background: #E9D045;
}

.risk-5 {
    background: #FBBF3A;
}

.risk-7 {
    background: #faaf64;
}

.risk-8 {
    background: #fa854b;
}

.risk-9 {
    background: #fa6a39;
}

.plot-strategy {
    background-color:#fff;
    border: solid 1px #eee;
    margin-bottom:30px;
    padding:5px;
}

.plot-widget {
    border: solid 1px #eee;

}

.ntv-table-alloc {
    color:#eee;
    border:0 !important;
}    

.ntv-table-stop {
    color:#555;
    border:0 !important;
} 

.ntv-table-alloc td, .ntv-table-alloc th{
    background:#444;
    padding:8px 3px !important;
    font-size:15px;
    border-color:#777 !important;
}

.ntv-table-alloc tr {
    background:#444;
}

.ntv-table-stop td, .ntv-table-stop th{
    background:#f7f7f7;
    padding:8px 3px !important;
    font-size:15px;
    border-color:#ddd !important;
}

.ntv-table-stop tr {
    background:#f7f7f7;
}


.ntv-align-right {
    text-align: right;
}

.ntv-blk-hero {
    font-size:18px;
    color:#eee;
    font-weight:600;
}

.ntv-blk-alloc {
    background:#444;
    padding:15px 10px;
    margin:20px 0;
}

.ntv-blk-stop {
    padding:15px 10px;
    margin:20px 0;
    background:#f7f7f7; 
    border:1px solid #eee;    
}

.ntv-blk-dates {
    background:#3498db;
    padding:15px 10px;
    margin:20px 0;
}

.ntv-blk-alloc p, .ntv-blk-dates p {
    color:#fff;
}

.ntv-blk-dates p {
    font-size:14px;
}

.ntv-blk-dates .title-bx {
    font-size:16px; 
    margin:10px 0 20px 0;
    color:#fff;
}

.ntv-blk-dates p em {
    opacity: 0.8;
    font-style: normal; 
}

.ntv-side-box {
    background:#f7f7f7; 
    padding:10px; 
    border:1px solid #eee;
    margin-bottom:20px;
}

.ntv-side-box a:hover {
    text-decoration: underline;
}

.ntv-side-box-2 {
    background:#f2fbff; 
    border:1px solid #cee6f2;
}

.ntv-side-box .title {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd; 
    margin-top:10px;    
    color:#555;
}

.ntv-side-box p em {
    color: #3498db;
    font-style: normal; 
    font-size: 15px;
}

.ntv-side-box p strong {
    font-style: normal; 
    color:#a7a7a7;
}

.ntv-blk-dates p em {
    opacity: 0.8;
    font-style: normal; 
}

.ntv-section-block {
    padding: 0;
    /*border: 1px solid #eee;
    box-shadow: 0 0 3px #eee;*/
    font-size:16px;
}

.ntv-section-block p, .ntv-section-block ul li a {
    color:#888;
}

/* disable buttons for flowchart */
.btn-u.disab, .btn.disab {
    pointer-events: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}
/* Carriage return in flowchart block */
.disab span {
    display:block;    
}    

.ntv-flow-test {
    margin:0; 
}

.ntv-btn-bck {
    padding: 8px 13px;
    font-size: 14px;
}

.ntv-adj-box {
    margin:0;
}

.btn.ntv-flow-arrow {
    padding:0;
    color:#aaa;    
    margin-bottom:3px;
    margin-top:2px;
}

.btn.btn-u-red {
    background: #e74c3c;
    color: #fff;
}

.btn.btn-u-green {
    background: #2ecc71;
    color: #fff;    
}

.btn.btn-u-dark-blue {
    background: #4765a0;
    color: #fff;    
}

.btn.btn-u-default {
    background: #95a5a6;
    color: #fff;    
}

.ntv-flowchart h2.page-header {
    margin-top:0;
}

.ntv-flowchart h3 {
    font-size: 18px;
    margin: 15px 0;
    padding-bottom: 5px;
    margin: 50px 0 20px;
    border-bottom: 1px solid #eee;
}

.ntv-flowchart p {
    font-size: 14px;
    
}

/*collapse panel */
.collapseLink:not(.collapsed) span {
    display:none
}

.collapseLink.collapsed b {
    display:none
}

.collapseLink b {
    font-weight: normal;
}    

.profile .profile-body {
    padding: 30px;
}

/* skip padding on smartphone */
@media (max-width: 990px) {
    .profile .profile-body {
        padding: 0px;
    }
}

/* bug responsive on mobile */
@media (max-width: 990px) {
    html, body {
        width: auto !important;
        overflow-x: hidden !important;
    }
}

.ntv-read-more {
    text-align: center;
}

.ntv-read-more a {
    color: #3498db;
}

/* bootstrap tooltips on many lines */
.tooltip-inner {
    white-space:pre-wrap;
}

/* slider larger line*/
.sky-form .ui-slider {
	height: 5px;
	border: 4px solid #e5e5e5;
    margin: 12px 6px 26px;
}

/* slider : bigger button */
.sky-form .ui-slider-handle {
    position: absolute;
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px;
}

/* settings checkbox form */
.trip-register-radio > label{
	padding-top: 0px !important;
}
.trip-register-radio{
	padding: 4px 0 0 0 !important;
}

/* form error */
.color-red-light-border, .pg-login input.input-error {
    border-color:#fc6562;
}

.color-red-light li {
    color:#fc6562; 
    font-size:15px; 
}

.pg-register label {
    margin-top: 20px;
}

/* form error messages in red  */
form ul {
    padding: 0;
}

form ul li {
    color: #fc6562;
    list-style-type:none;
}  

input.input-error, textarea.input-error {
	border-color: #fc6562;
}

.profile .profile-edit h2 {
    font-weight:400;
}

.ntv-content-page {
     font-size:14px; 
}

.ntv-content-page h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom:0;
}

.ntv-content-page h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom:0;
}

.ntv-title-stg {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media screen and (min-width: 767px) {
  .ntv-txt-strat-lst {
    min-height:430px;
  }
}

/* timeline */
.timeline-v2 > li .cbp_tmtime {
    padding-right: 50px;
}

.timeline-v2 > li .cbp_tmlabel h2 {
    text-transform: none;
}

.ntv-timelab {
    margin-top:10px;
}    

/* parallax */
.flat-testimonials .flat-testimonials-in h3 {
    color: #fff;
    font-size: 21px;
    font-weight: 400;
}

.flat-testimonials .flat-testimonials-in span {
    display: inline;
}

.ntv-hoov-lk a:hover {
    text-decoration: underline;
    color:#3498db;
}

.call-action-v1 p {
    font-size: 16px;
}

.ntv-desk a {
    text-decoration: underline;
}

.ntv-desk a:hover {
    text-decoration: none;
}


/* allocation box report */
.ntv-alloc-rep .pricing-table-v8 .service-block > span {
    font-size: 30px;
    display: block;
}

.ntv-alloc-rep .pricing-table-v8 .service-block .ntv-h2 {
	margin-bottom: 10px;
}

.ntv-alloc-rep .pricing-table-v8 .service-block .ntv-h2 {
	font-size: 20px;
}

.ntv-alloc-rep  .pricing-table-v8 .service-block .ntv-h2 {
	padding: 15px 0;
	font-size: 20px;
	background-color: rgba(0,0,0, 0.2);
}

.ntv-alloc-rep .service-block .ntv-h2 {
	color: #fff;
}

.ntv-perf-rep .pricing-head {
    text-align:center;
}

.ntv-perf-rep .pricing-head .ntv-h3 {
	padding:12px 0;
	font-size:30px;
	font-family:Arial;
	border-radius:3px 3px 0 0;
	color:#fafafa;
	background:#3498db;
	text-shadow: 0 1px 0 #2980b9;    
}

.ntv-perf-rep  .pricing-head .ntv-h3 span {
	display:block;
	margin-top:5px;
	font-size:12px;
	font-style:italic;
    font-weight: 700;
    line-height: 1.2;
}

/*Statistics*/
.service-block-ntv .statistics {
    margin-top: 20px;
}

.service-block-ntv .statistics .heading-xs {
    color: #fff;
    opacity: 0.8;
}
  
.service-block-ntv .statistics small {
    color: #fff;
}
  
.service-block-ntv .statistics .progress {
    background: #bbb;
}
  
.service-block-ntv .statistics .progress-bar-light {
    background: #fff;
}

.service-block-ntv .progress {
    margin-bottom: 7px;
}

.progress-ntv {
	height: 5px;
    margin-top: 9px;
    margin-bottom: 0px;;
}

.ntv-txt-intro span {
    display:block;
    margin-top: 10px;
    font-style: italic;
}

/* replace header h1, h2, ... */

.ntv-h3 {
	font-size: 20px;
	line-height: 27px;
}

.ntv-h5 {
	line-height: 20px;
    font-size: 14px;
}

.ntv-h1, .ntv-h2, .ntv-h3, .ntv-h4, .ntv-h5, .ntv-h6 {
	color: #555;
	margin-top: 5px;
	text-shadow: none;
	font-weight: normal;
	font-family: "Open Sans", Arial, sans-serif;
    margin-bottom: 10px;
}

.ntv-h3-heading-md {
	line-height: 22px;
    font-size: 18px;
}

.ntv-h3-heading-xs {
	font-size: 14px;
	margin-bottom: 0;
}

.ntv-h2-heading-md {
	font-size: 20px;
	line-height: 24px;
}

.news-v3 .news-v3-in-sm h3.ntv-head-etf {
    font-size: 22px;
    margin: 0 0 15px;
    line-height: 30px;
    text-transform: inherit;
}

.news-v3 h3.ntv-head-etf {
	font-size: 24px;
	line-height: 33px;
    text-transform:none;
    margin:0;
}

.news-v3 h3.ntv-head-etf {
	font-size: 24px;
	line-height: 33px;
    text-transform:none;
    margin:0;
}

.news-v3 h3.ntv-head-etf a {
    color: #555;
}

.news-v3 h3.ntv-head-etf {
    font-size: 32px;
    font-weight: 200;
    margin: 0 0 20px;
    line-height: 45px;
    text-transform: uppercase;
}

/* Hub CMS page */
.img-fluid {
	display: block;
	max-width: 100%;
	height: auto;
}

.cmshub h6, .cmshub h5, .cmshub h4, .cmshub h3, .cmshub h2, .cmshub h1 {
    margin-bottom: 20px;
	margin-top: 20px;
    font-weight: 800;
    line-height: 1.3;
}

.cmshub p, .cmshub ul,  .cmshub ol {
    margin-top: 0;
    margin-bottom: 20px;
	font-size: 16px;
}

.cmshub a {
    color: #3498db;
}

.cmshub a:hover {
    text-decoration: underline;
}

/* Hub CMS cards */
.card-cmshub {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 20px;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.card-cmshub p {
	font-size: 14px;
}

.card-cmshub h5 {
	font-size:16px;
	font-weight: 900;
}	

.card-cmshub h5 a {
	color: #687074;
}
