/* --- t r i n c h . c o m ---
web  -> http://www.trinch.com
mail -> info@trinch.com
------------------------------ */

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ul, ol {
	list-style: none;
}
img {
	display: block;
	vertical-align: top;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}

/* standard */
html {
	overflow-y: scroll;
	height: 100%;
}
body {
	min-height: 100%;
	background-color: #fff;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/background-default.jpg);
	background-size: cover;
	background-attachment: fixed;
	font: 14px 'polyregular', 'Helvetica Neue', Helvetica, sans-serif;
	color: #333;
}
em {
	font-family: 'polyitalic', 'Helvetica Neue', Helvetica, sans-serif;
}
a {
	color: #e74730;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
input, textarea, select {
	font: 100% 'polyregular', 'Helvetica Neue', Helvetica, sans-serif;
	color: #666;
	vertical-align: middle;
}

/* custom selection */
::-moz-selection {
	background: #e74630;
	color: #fff;
}
::selection {
	background: #e74630;
	color: #fff;
}

/* miscellaneous */
.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.nizien {
	position: absolute;
	margin-left: -9999px;
}
.hidden { display: none; }
.left { float: left !important; }
.right { float: right !important; }
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* wrapper */
.wrapper {
	width: 960px;
	margin: 0 auto;
}

/* Two Col Layout */
.two-cols {
	overflow: hidden;
}
.two-cols > .col {
	float: left;
	width: 48%;
	margin: 0 4% 0 0;
}
.two-cols > .col:last-child {
	margin: 0;
}

/* Rich-Content bottom spacing */
.rich-content {
	margin-bottom: 60px !important;
}

/* Homepage */
.home {
	color: #fff;
	text-align: center;
}
.home h1 {
	font: 72px 'verlagblack', 'Helvetica Neue', Helvetica, sans-serif;
	text-transform: uppercase;
	width: 50%;
	margin: 60px auto 30px;
}
.home h2 {
	font: 36px/45px 'mousse_scriptregular', 'Helvetica Neue', Helvetica, sans-serif;
	width: 30%;
	margin: 0 auto 60px
}
.home a {
	color: #fff;
}
.home .logos {
	width: 585px;
	margin: 0 auto;
}
.home .logos li {
	float: left;
	text-indent: -9999px;
	margin: 0 150px 0 0;
}
.home .logos li:last-child {
	margin: 0;
}
.home .logos li,
.home .logos a {
	display: block;
	width: 95px;
	height: 95px;
}
.home .logos li:nth-child(1) a {
	background: url(../img/logo-toursupport.png) no-repeat 50% 50%;
}
.home .logos li:nth-child(2) a {
	background: url(../img/logo-catering.png) no-repeat 50% 50%;
}
.home .logos li:nth-child(3) a {
	background: url(../img/logo-events.png) no-repeat 50% 50%;
}


/* Navigation */
nav {
	background: #fff;
	background: rgba(255,255,255,.8);
	padding: 5px 15px;
	margin: 50px 0;
}
nav li {
	display: inline-block;
	margin: 0 50px 0 0;
}
nav li:last-child {
	margin-right: 0;
}
nav a {
	display: block;
	font: 26px/30px 'verlagblack', 'Helvetica Neue', Helvetica, sans-serif;
	text-transform: uppercase;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	color: #333;
	padding: 0 5px;
	-webkit-transition: border-color 75ms ease-in-out;
	transition: border-color 75ms ease-in-out;
}
nav a:hover,
nav a.active {
	border-bottom: 4px solid #333;
}
nav li:nth-child(2) a {
	color: #e74730;
}
nav li:nth-child(2) a:hover,
nav li:nth-child(2) a.active {
	border-bottom-color: #e74730;
}
nav li:nth-child(4) a {
	color: #38a6af;
}
nav li:nth-child(4) a:hover,
nav li:nth-child(4) a.active {
	border-bottom-color: #38a6af;
}

/* Footer */
footer {
	background: #e84730;
	overflow: hidden;
	color: #fff;
	padding: 50px 0;
}
.toursupport footer {
	background: #333;
}
.events footer {
	background: #38a6af;
}
footer a {
	color: #fff;
}
footer h3 {
	font: 48px/50px 'verlagblack', 'Helvetica Neue', Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 20px;
}
footer .contact-info {
	font: normal 26px/30px 'verlagblack', 'Helvetica Neue', Helvetica, sans-serif;
	text-transform: uppercase;
}
footer .contact-info p {
	margin: 0 0 20px;
}

/* News List */
.news-items {
	margin: 0 0 60px;
}
.news-items li {
	overflow: hidden;
	margin: 0 0 30px;
}
.news-items h3 {
	font: 48px/65px 'verlagblack', 'Helvetica Neue', Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 30px;
}
.news-items a {
	color: #333;
}
.news-items > li > img {
	float: left;
	width: 380px;
	border: 8px solid #fff;
}
.news-items .intro {
	line-height: 24px;
	margin: 0 0 0 420px;
}
.news-items span {
	background: #fff;
	background: rgba(255,255,255,.8);
}
.news-items .intro span {
	padding: 4px 0 ;
}

/* Events */
.home .events {
	color: #333;
	width: 500px;
	margin: 60px auto 0;
}
.home .events a {
	color: #333;
}

.home .events > h3 {
	display: inline-block;
	background: #fff;
	background: rgba(255,255,255,.8);
	font: 26px/40px 'verlagblack', 'Helvetica Neue', Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 30px;
}
.home .events li {
	overflow: hidden;
	margin: 0 0 10px;
}
.home .events .date {
	float: left;
	text-align: right;
	width: 70px;
	margin: 0 10px 0 0;
}
.home .events .date span {
	background: #fff;
	background: rgba(255,255,255,.8);
	font: 14px 'verlagblack', 'Helvetica Neue', Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0 5px;
}
.home .events h4 {
	float: left;
	background: #fff;
	background: rgba(255,255,255,.8);
	font: 24px 'verlagblack', 'Helvetica Neue', Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0 5px;
}

/* Social */
.social {
	overflow: hidden;
}
.home .social {
	display: inline-block;
	width: 220px;
	margin: 60px 0;
}
.social a {
	float: left;
	display: block;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-radius: 100px;
	width: 60px;
	height: 60px;
	font-size: 32px;
	line-height: 45px;
	text-align: center;
	padding: 10px;
	margin: 0 20px 0 0;
}
.social li:last-child a {
	margin-right: 0;
}
.social a:hover {
	background: rgba(255,255,255,.5);
}
.fb-like-box {
	float: right;
	background: #fff;
	width: 295px;
	height: 340px;
}

/* Awards in Footer */
.awards {
	clear: both;
	margin: 10px 0;
}
.awards img {
	display: inline-block;
	margin: 0 20px 0 0;
}
