/* -------------------------------------
		GLOBAL
------------------------------------- */
* {
	margin:0;
	padding:0;
}

img {
	max-width: 100%;
}

.collapse {
	margin:0;
	padding:0;
}

body {
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:none;
	width: 100%;
	min-width: 100%;
	height: 100%;
}

.margin-top {
	margin-top: 20px;
}

/* -------------------------------------
		ELEMENTS
------------------------------------- */


.btn {
	color: #fff;
	cursor: pointer;
	background-color: #217dbb;
	border-color: #217dbb;
	padding: 6px 12px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20.796875px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 4px;
	white-space: nowrap;
	text-decoration: none;
	word-spacing: normal;
}

.btn-block { display: block; }

/* -------------------------------------
		LEAD
------------------------------------- */

.lead h1 {
	margin: 30px 0;
}

/* -------------------------------------
		CALLOUT
------------------------------------- */

.callout {
	margin-top: 15px;
	padding: 30px;
}

/* -------------------------------------
		FLIGHTS
------------------------------------- */

.flights h1 {
	margin-bottom: 0;
}



.caret {
	color: #3498DB;
	font-size: 24px;
	margin: 5px;
}

/* Flights */

.flights tr td {
	color: #808080;
	margin: 20px;
	padding: 20px!important;
}

.flights tr td {
	border-bottom: 1px solid #bfbfbf;
}

/*
:first-cilg and and last child selectors are broken in Emoglifier. 
.flights tr:last-child td, .flights tr:first-child td {
	border-bottom: 0;
}
*/

.no-border-bottom {
	border-bottom: 0!important;
}

table.flights img {
	padding: 0 5px;
}

div.flight-details {
	display: inline-block;
	margin-top: 0px;
	margin-right: 0;
}

div.flight-date {
	vertical-align: top;
}

.hidden-flight-date {
		/*visibility: hidden!important;*/
}

/* -------------------------------------
		DETAILS
------------------------------------- */

.passenger {
	font-size: 14px;
	margin: 10px 0;
}

/* -------------------------------------
		HOTEL
------------------------------------- */

.hotel h1 {
	margin-bottom: 0;
}

.hotel img {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* -------------------------------------
		WEATHER
------------------------------------- */

.weather h2 {
	font-weight:200;
	font-size: 100px;
	color: #3498db;
}

.weather h6 {
	color: #3498db;
	margin-bottom: 20px;
}

.weather img.lead-img {
	margin: 5px 0 20px 0;
}

.weather-image {
  height: 60px;
  display:table-cell;
  vertical-align:middle;
}


/* -------------------------------------
		SOCIAL
------------------------------------- */

table.social, table.flights {
	background-color: #f5f5f5;
}

.social .soc-btn {
	padding: 3px 7px;
	font-size:12px;
	margin-bottom:10px;
	text-decoration:none;
	color: #FFF;font-weight:bold;
	display:block;
	text-align:center;
}

a.fb { background-color: #3B5998!important; }
a.tw { background-color: #1daced!important; }
a.gp { background-color: #DB4A39!important; }
a.ms { background-color: #000!important; }


/* -------------------------------------
		HEADER
------------------------------------- */
table.head-wrap { width: 100%;}

.header.container table td.logo { padding: 20px; }
.header.container table td.label { padding: 20px; padding-left:0px;}


/* -------------------------------------
		BODY
------------------------------------- */
table.body-wrap { width: 100%;}


/* -------------------------------------
		FOOTER
------------------------------------- */
table.footer-wrap {
	width: 100%;
	clear:both!important;
	color: #3498DB;
	font-weight: bold;
}

.footer-wrap h5 {
	color: #ffffff;
}

.footer-wrap ul li {
	display: inline-block;
	list-style: none;
}

.footer-wrap .container td.content  p { border-top: 1px solid rgb(215,215,215); padding-top:15px;}
.footer-wrap .container td.content p {
	font-size:10px;
	font-weight: bold;

}




/* -------------------------------------
		COLORS
------------------------------------- */

.blue { color: #3498DB; }
.grey { color: #808080; }

/* ---------------------------------------------------
		RESPONSIVENESS
------------------------------------------------------ */

/* Set a max-width, and make it display as block so it will automatically stretch to that width, but will also shrink down on a phone or something */
.container {
	display:block!important;
	max-width:600px!important;
	margin:0 auto!important; /* makes it centered */
	clear:both!important;
}

/* This should also be a block element, so that it will fill 100% of the .container */
.content {
	padding: 20px;
	max-width:600px;
	margin:0 auto;
	display:block;
}

/* Let's make sure tables in the content area are 100% wide */
.content table { width: 100%; }


/* Odds and ends */
.column {
	width: 300px;
	float:left;
	background-color: #f5f5f5;
}

.column-white {
	background-color: #ffffff;
}

.column tr td { padding: 0 20px; }
.column-wrap {
	padding:0!important;
	margin:0 auto;
	max-width:600px!important;
}
.column table { width:100%;}
.social .column, .signatures .column, .footer .column {
	width: 50%;
	min-width: 250px;
	float:left;
}

.footer .column { background-color: transparent; }

/* Be sure to place a .clear element after each set of columns, just to be safe */
.clear { display: block; clear: both; }

.mobile-block {
	display: inline-block;
	margin-right: 20px;
}

.half {
	width: 50%;
}

.desktop-spacer {
		height: 20px;
	}

.full-column {
	padding: 0 20px;
}


.caret-right {
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #3498DB;
	margin: 0 5px;
	display: inline-block;
}

.flights tr td {
	padding: 20px!important;
}