@import url(https://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700);
body {
	color: #666 !important;
	font-family: "PT Sans Caption","Helvetica Neue",Helvetica,Helvetica,Arial,sans-serif !important;
	font-size: 13px !important;
}
body.dark {
	background-color: #e3e3e3 !important;
	margin-top: 90px;
}
body.submenu {
	padding-top: 90px;
}
nav.navbar {
	box-shadow: 0 0 5px 5px rgba(128, 128, 128, 0.5);
	-webkit-box-shadow: 0 0 5px 5px rgba(128, 128, 128, 0.5);
	-moz-box-shadow: 0 0 5px 5px rgba(128, 128, 128, 0.5);
	max-height: 90px;
	height: 90px;
	transition: max-height 0.5s ease-out;
	z-index: 10000;
}
nav.navbar.affix {
	transition:max-height 1.5s ease-in;
	max-height: 35.5px;
	height: 35.5px;
}
nav.navbar .navbar-brand {
	background-image: url("/images/site/TWTT-logo.png");
	width: 220px;
	height: 110px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin-top: 15px;
}

div#wrapper {
	margin: 0 auto;
	max-width: 1024px;
	#main-navbar-collapse.affix {
		width: 1022px;
		top: 0;
	}
}
@media (min-width: 992px) {
	nav.navbar.affix .navbar-brand {
		transition-property: all;
		transition-property: transform;
		transition-duration: 1s;
		transform: scale(0.7) translate(-45px, 20px);
		-webkit-transform: scale(0.7) translate(-45px, 20px);
		-moz-transform: scale(0.7) translate(-45px, 20px);
		-ms-transform: scale(0.7) translate(-45px, 20px);
		-o-transform: scale(0.7) translate(-45px, 20px);
	}
	li.nav-item:not(:first-child) > a {
		border-left: 1px dotted #CCC;
	}
	.news {
		min-height: 200px !important;
		border-right: 1px dotted #CCC;
	}
}
@media (min-width: 768px) {
	li.nav-item:not(:first-child) {
		padding-left: 4px !important;
		padding-right: 4px !important;
	}

}
@media (min-width: 480px) {
}

@media (max-width: 480px) {
	nav.navbar.sticky-top {
	}
	nav.navbar .navbar-brand {
	}
	nav > div > button.navbar-toggler {
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 10px;
		margin: 2px;
	}
	.navbar-nav .nav-link {
		padding-left: 1rem !important;
	}
	.h1, h1 {
		font-size: 1.75rem !important;
		text-align:center;
	}
	.h3, h3 {
		font-size: 1.15rem !important;
	}
	.order-xs-first {
		-ms-flex-order:-1;
		order:-1;
	}

	div#wrapper {
		width: 100%;
	}
}
@media (max-width: 1140px) {
	body.dark {
		margin-top: 15px;
	}
	nav.navbar.fixed-top {
		max-height: 35.5px;
		height: 35.5px;
		position: relative !important;
	}
	nav.navbar .navbar-brand {
		background-image: url("/images/site/TWTT-logo.scale.png");
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: center center;
		height: 54px;
		width: 180px;
		margin-left: -15px;
		margin-top: 0;
	}
	nav > div > button.navbar-toggler {
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 10px;
		margin: 2px;
	}
	div#wrapper {
		width: 100%;
	}
	.news {
		border-bottom: 1px dotted #CCC;
	}
	ul.navbar-nav {
		background-color: #f8f9fa !important;
	}
}
.dropdown-item {	/*	reset	*/
	font-size: 13px;
}
.dropdown-item.D3 {
	/*	padding-top: 0 !important;*/
}
.dropdown-item.D4 {
	padding: 0.25rem 0.5rem 0.25rem 1.75rem !important;
}
div.dropdown-menu.bg-light .dropdown-divider {
	margin: 0 !important;
}
div.dropdown-menu.bg-light .dropdown-item:focus,
div.dropdown-menu.bg-light .dropdown-item:hover {
	color: #f8f9fa;
	text-decoration: none;
	background-color: #16181b;
}
.dropdown-menu div:nth-of-type(even) {
	border-top: 1px dashed #DCDCDC !important;
	margin-bottom: 0;
}
.dropdown-menu div:nth-of-type(1) {
	border-top: 0 none !important;
}
.dropdown-menu > li:first-child > a {
	border-top: 0 none !important;
}

#qSearch {
	float: right;
	margin: 0;
}
#qSearch a, #qSearch a:visited {
	color: #4D4B4B;
}
#qSearch a:active, #qSearch a:hover, #qSearch a:focus {
	color: #AD2A25;
}
.partners {
	border-top: 1px dotted rgb(204, 204, 204);
	padding-top: 25px;
}
footer {
	background-color:#4D4B4B;
	background-image: url("/images/site/footer_image_right_bottom.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	color:#FFF;
	font-size: 85%;
	margin-top: 25px;
	padding: 30px 30px 15px 30px;
	text-align:center;
	-webkit-box-shadow: 0px -10px 30px 5px rgba(128,128,128,0.5);
	-moz-box-shadow: 0px -10px 30px 5px rgba(128,128,128,0.5);
	box-shadow: 0px -10px 30px 5px rgba(128,128,128,0.5);
}
footer a, footer a:active, footer a:visited, footer a:hover, footer a:focus {
	color: #FFF;
}
footer dd a:not(:last-child)::after {
	content: " | ";
}
footer dt {
	color: #97968E;
}
footer dd {
	color: #FFF;
}

div.column-text {
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	column-count: 3;
	column-gap: 10px;
	width: 1140px;
}
div.panel-body ul.row {
	padding:0 0 0 0;
	margin:0 0 0 0;
}
div.panel-body ul.row li {
	list-style:none;
	margin-bottom:25px;
}
div.panel-body ul.row li img {
	cursor: pointer;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}
.gradient {
	background-color: #DAD5D1;
	background-image: -webkit-gradient(linear, left top, right top, from(#DAD5D1), to(#FFF));
	background-image: -webkit-linear-gradient(left, #DAD5D1, #FFF);
	background-image: -moz-linear-gradient(left, #DAD5D1, #FFF);
	background-image: -o-linear-gradient(left, #DAD5D1, #FFF);
	background-image: linear-gradient(to right, #DAD5D1, #FFF);
}
.t2b-grad {
	border-width: 0 1px 0 0;
	border-style: solid;
	-webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#BDB1A3), to(#FFF)) 1 100%;
	-webkit-border-image: -webkit-linear-gradient(#BDB1A3, #FFF) 1 100%;
	-moz-border-image: -moz-linear-gradient(#BDB1A3, #FFF) 1 100%;
	-o-border-image: -o-linear-gradient(#BDB1A3, #FFF) 1 100%;
	border-image: linear-gradient(to bottom, #BDB1A3, #FFF) 1 100%;
}
div.w100.bcw > section {
	padding: 2px 15px;
}
div.w100.bcw > section > h1,
div.w100.bcw > section > h2,
div.w100.bcw > section > h3,
div.w100.bcw > section > h4 {
	color: #AE2B25;
	font-family: "tfarrowbold", times, serif;
	letter-spacing: 0.05em;
}
div.w100.bcw section div p {
	text-align: justify;
}
h2.block {
	color: #FFF;
	margin: 0;
}
h2.block > small {
	color: #FFF;
	padding-left:25px;
}
h3 span.noborder small, h2 span.noborder small {
	color: #9e9488;
	font-family: Calibri,"Gill Sans","Gill Sans MT","Myriad Pro",Myriad,Frutiger,"Frutiger Linotype",Univers,"DejaVu Sans Condensed","Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	letter-spacing: normal;
	line-height: 0.5;
}
img.thumbnail {
	-webkit-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.25);
	box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.25);
}
img.thumbnail.pull-left {
	margin-right: 15px;
	margin-bottom: 15px;
}
img.thumbnail.pull-right {
	margin-left: 15px;
	margin-bottom: 15px;
}
img.thumbnail.pull-center {
	margin: 0 auto;
}
.swiper-container, .swiper-slide {
	width: 100%;
	height: 440px;
}
.swiper-slide blockquote {
	border-left-width: 0px !important;
}
.swiper-slide blockquote h2 {
	color: #BCB0A2;
	font-family: "tfarrowbold", times, serif;
	font-size: 1.5em;
}
.noborder {
	border: 0 none !important;
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0) !important;
	-moz-box-shadow: 0 0 0 0 rgba(0,0,0,0) !important;
	box-shadow: 0 0 0 0 rgba(0,0,0,0) !important;
}
#result .news {
	padding-bottom: 10px;
}
div.media.news h4 {
	font-size: 14px;
}
div.media-body.col-xs-11 blockquote.blockquote {
	margin-bottom: 0;
}
div.media-left.col-xs-1.text-center a i.fa-2x {
	padding-top: 10px;
}
/*
section h1, section h2, section h3 {
	font-family: "tfarrowbold", times, serif;
	letter-spacing: 1px;
}
*/
.dropdown-submenu {
	position:relative;
}
.dropdown-submenu > .dropdown-menu {
	top:0 !important;
	left: 100% !important;
	margin-top:0;
	margin-left:-1px;
	-webkit-border-radius:0 6px 6px 6px;
	-moz-border-radius:0 6px 6px 6px;
	border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
	display:block;
}
.dropdown-submenu > a:after {
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#333;
	margin-top:5px;
	margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color:#fff;
}
.dropdown-submenu.pull-left {
	float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left:-100%;
	margin-left:10px;
	-webkit-border-radius:6px 0 6px 6px;
	-moz-border-radius:6px 0 6px 6px;
	border-radius:6px 0 6px 6px;
}
ul.nav > li.dropdown > a.dropdown-toggle::after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-top-color: #333;
	margin-top: 5px;
	margin-bottom: -10px;
}
dd > img.thumbnail {
	margin-bottom:0 !important;
}
.bg-gradient {
	background-color: #DAD5D1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#DAD5D1), to(#FFF));
	background-image: -webkit-linear-gradient(top, #DAD5D1, #FFF);
	background-image: -moz-linear-gradient(top, #DAD5D1, #FFF);
	background-image: -o-linear-gradient(top, #DAD5D1, #FFF);
	background-image: linear-gradient(#DAD5D1, #FFF);
}
.bg-gradient-rev {
	background-color: #DAD5D1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#DAD5D1));
	background-image: -webkit-linear-gradient(top, #FFF, #DAD5D1);
	background-image: -moz-linear-gradient(top, #FFF, #DAD5D1);
	background-image: -o-linear-gradient(top, #FFF, #DAD5D1);
	background-image: linear-gradient(#FFF, #DAD5D1);
}
.btn-dark {
	color: #fff !important;
	background-color: #4D4B4B !important;
	border-color: #3D3B3B !important;
}
.btn-dark.active, .btn-dark.focus, .btn-dark:active, .btn-dark:focus, .btn-dark:hover, .open > .dropdown-toggle.btn-dark {
	color: #fff;
	background-color: #3D3B3B !important;
	border-color: #1D1B1B !important;
}
.gdprcookie {
	background-color:rgba(77, 75, 75, 0.65);
	color: #FFF;
	position: fixed !important;
	left:0;
	bottom:0;
	padding: 5px !important;
	margin-bottom: 0 !important;
	width: 100%;
	z-index: 10000;
}
.gdprcookie h3, .gdprcookie h4, .gdprcookie p, .gdprcookie ul {
	margin:0;
}
#toast {
	position: fixed;
	bottom: 25px;
	right: 25px;
	display: none;
}