﻿@charset "UTF-8";
 @font-face {
 font-family: 'andepict';
 src: url("../font/andepict.eot");
 src: url("../font/andepict.eot?#iefix") format('embedded-opentype'), url("../font/andepict.woff") format('woff'), url("../font/andepict.ttf") format('truetype'), url("../font/andepict.svg#andepict") format('svg');
 font-weight: normal;
 font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
 font-family: 'andepict';
 font-weight: normal;
 font-style: normal;
 text-decoration: inherit;
 display: inline;
 width: auto;
 height: auto;
 line-height: normal;
 vertical-align: baseline;
 background-image: none !important;
 background-position: 0% 0%;
 background-repeat: repeat;
}
/* makes sure icons active on rollover in links */
a[class^="icon-"], a[class*=" icon-"], a [class^="icon-"], a [class*=" icon-"] {
 display: inline-block;
 text-decoration:none !important;
}
.iphone a[class^="icon-"], .iphone a[class*=" icon-"], .iphone a [class^="icon-"], .iphone a [class*=" icon-"] {
	margin-top:-4px;
}
a[class^="icon-"]:hover, a[class*=" icon-"]:hover, a [class^="icon-"]:hover, a [class*=" icon-"]:hover {
 text-decoration:none !important;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  font-size: 22px;
}
li [class^="icon-"], li [class*=" icon-"] {
 display: inline-block;
 width: 1.25em;
 text-align: center;
}
li [class^="icon-"].icon-large, li [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}
ul.icons {
	list-style-type: none;
	text-indent: -15px;
	margin-left: 25px;
}
ul.icons li {
	margin-bottom:5px;
}
ul.icons li [class^="icon-"], ul.icons li [class*=" icon-"] {
 width: 15px;
}
.icon-muted {
	color: #eeeeee;
}
.icon-border {
	border: solid 1px #eeeeee;
	padding: .2em .25em .15em;
	border-radius: 3px;
}
.icon-2x {
	font-size: 2em;
}
.icon-2x.icon-border {
	border-width: 2px;
	border-radius: 4px;
}
.icon-3x {
	font-size: 3em;
}
.icon-3x.icon-border {
	border-width: 3px;
	border-radius: 5px;
}
.icon-4x {
	font-size: 4em;
}
.icon-4x.icon-border {
	border-width: 4px;
	border-radius: 6px;
}
.icon-5x {
	font-size: 86px;
	line-height:86px;
}

.iphone [class^="icon-"].icon-5x:before,  .iphone [class*=" icon-"].icon-5x:before {
	vertical-align: top;
}
.icon-default, a.icon-default {
	color:#808080;
}
.icon-default:hover, a.icon-default:hover {
	color:#CCC;
}
.icon-color, a.icon-color {
	color:#1A2738;
}
.icon-color:hover, a.icon-color:hover {
	color:#f96d57;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.pull {
	overflow:hidden;
}
 [class^="icon-"].pull-left, [class*=" icon-"].pull-left {
 margin-right: .35em;
}
[class^="icon-"].pull-right, [class*=" icon-"].pull-right {
 margin-left: .35em;
}
.btn [class^="icon-"].pull-left.icon-2x, .btn [class*=" icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x, .btn [class*=" icon-"].pull-right.icon-2x {
 margin-top: .35em;
}
.btn [class^="icon-"].icon-spin.icon-large, .btn [class*=" icon-"].icon-spin.icon-large {
 height: .75em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class*=" icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x, .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
 margin-top: .45em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
 margin-top: .2em;
}
.icon-spin {
	display: inline-block;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
 0% {
-moz-transform: rotate(0deg);
}
 100% {
-moz-transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
 0% {
-webkit-transform: rotate(0deg);
}
 100% {
-webkit-transform: rotate(359deg);
}
}
@-o-keyframes spin {
 0% {
-o-transform: rotate(0deg);
}
 100% {
-o-transform: rotate(359deg);
}
}
@-ms-keyframes spin {
 0% {
-ms-transform: rotate(0deg);
}
 100% {
-ms-transform: rotate(359deg);
}
}
@keyframes spin {
 0% {
 transform: rotate(0deg);
}
 100% {
transform: rotate(359deg);
}
}
.squared[class^="icon-"], .squared[class*=" icon-"] {
 color:#444444;
 background:#ebebeb;
 -webkit-transition: background-color 0.25s 0s ease;
 -moz-transition: background-color 0.25s 0s ease;
 -o-transition: background-color 0.25s 0s ease;
 width: 36px;
 height:36px;
 text-align:center;
 line-height:36px;
 font-size: 18px;
 border-radius: 5px;
 margin-bottom:5px;
}
.squared[class^="icon-"]:hover, .squared[class*=" icon-"]:hover {
 color:#ebebeb;
 background:#444444;
}
.squared.icon-color[class^="icon-"], .squared.icon-color[class*=" icon-"] {
 background:#1A2738;
 color:#fff;
}
.squared.icon-color[class^="icon-"]:hover, .squared.icon-color[class*=" icon-"]:hover {
 background:#f48035;
 color:#fff;
}
.btn-middle [class^="icon-"], .btn-middle [class*=" icon-"] {
font-size:18px;
margin:-2px 5px 0 0;
display:inline-block;
}
 .icon-2x.squared[class^="icon-"], .icon-2x.squared[class*=" icon-"] {
 width: 41px;
 height:41px;
 line-height:41px;
 font-size: 22px;
}
 a.btn.rounded[class^="icon-"], a.btn.rounded[class*=" icon-"] {
 cursor: pointer;
 border-radius: 50%;
 z-index: 1;
 color:#444444;
 border: 2px solid #444444;
 border-radius: 50% 50% 50% 50%;
 background:#fff;
 width:30px;
 height: 30px;
 font-size:17px;
 line-height: 30px;
 position:relative;
 padding:0;
 	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
 a.btn.rounded.dark[class^="icon-"], a.btn.rounded.dark[class*=" icon-"] {
 color:#fff;
 border-color: #444444;
 background:#444444;
}
 a.btn.rounded.color[class^="icon-"], a.btn.rounded.color[class*=" icon-"] {
 color:#fff;
 border-color: #fff !important;
 background:#1A2738;
}
a.btn.rounded[class^="icon-"]:after, a.btn.rounded[class*=" icon-"]:after {
 position: absolute;
 width: 100%;
 height: 100%;
 border-radius: 50%;
 -webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box;
 background:#fff;
 border-color: #444444;
 content: ' ';
 top: -1px;
 left: -1px;
 padding: 1px;
 z-index: -1;
}
a.btn.rounded.dark[class^="icon-"]:after, a.btn.rounded.dark[class*=" icon-"]:after { 
	background:#444444;
}
a.btn.rounded.color[class^="icon-"]:after, a.btn.rounded.color[class*=" icon-"]:after { 
	background:#1A2738;
}
 a.btn.rounded[class^="icon-"]:hover, a.btn.rounded[class*=" icon-"]:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}
 a.btn.icon-5x.rounded[class^="icon-"], a.btn.icon-5x.rounded[class*=" icon-"] {
 border: 4px solid #444444;
 width:100px;
 height: 100px;
 padding: 16px 0 0;
 font-size:50px;
 line-height: 50px !important;

}
.iphone  a.btn.icon-5x.rounded[class^="icon-"], .iphone   a.btn.icon-5x.rounded[class*=" icon-"] {
 padding: 18px 0 0;
}

a.btn.icon-4x.rounded[class^="icon-"], a.btn.icon-4x.rounded[class*=" icon-"] {
 border: 4px solid #444444;
 padding: 4px 0 0;
 width:63px;
 height: 63px;
 font-size:40px;
 line-height: 40px !important;
}
.iphone a.btn.icon-4x.rounded[class^="icon-"], .iphone a.btn.icon-4x.rounded[class*=" icon-"] {
 padding: 0;
 font-size:38px;
 line-height: 38px !important;
}

a.btn.icon-3x.rounded[class^="icon-"], a.btn.icon-3x.rounded[class*=" icon-"] {
 border: 4px solid #444444;
 width:46px;
 height: 46px;
 font-size:27px;
 line-height: 46px !important;
}
a.btn.icon-3x.rounded[class^="icon-"]:after, a.btn.icon-3x.rounded[class*=" icon-"]:after {
 background:#fff;
}
.nonactive a.btn.rounded, .nonactive a.btn.rounded:before, .nonactive a.btn.rounded[class^="icon-"]:after, .nonactive a.btn.rounded[class*=" icon-"]:after, .nonactive a.btn.rounded[class^="icon-"]:hover:after, .nonactive a.btn.rounded[class^=" icon-"]:hover:after, .nonactive a.btn.rounded[class^="icon-"]:hover, .nonactive a.btn.rounded[class*=" icon-"]:hover {
	cursor: default !important;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
}

.color-box a.btn.rounded, .color-box a.btn.rounded:before, .color-box a.btn.rounded[class^="icon-"]:after, .color-box a.btn.rounded[class*=" icon-"]:after, .color-box a.btn.rounded[class^="icon-"]:hover:after, .color-box a.btn.rounded[class^=" icon-"]:hover:after, .color-box a.btn.rounded[class^="icon-"]:hover, .color-box a.btn.rounded[class*=" icon-"]:hover {
 border-color: #fff !important;
 cursor: default !important;
 background:#fff !important;
 color: #1A2738 !important;
}
 .pull-left a.btn.rounded[class^="icon-"] {
margin:0 20px 0 0;
}
.icon-plus:before {
	content: '\2b';
} /* '+' */
.icon-gplus:before {
	content: '\e802';
} /* '' */
.icon-minus:before {
	content: '\2d';
} /* '-' */
.icon-call:before {
	content: '\37';
} /* '7' */
.icon-at:before {
	content: '\40';
} /* '@' */
.icon-at-1:before {
	content: '\e837';
} /* '' */
.icon-appstore:before {
	content: '\41';
} /* 'A' */
.icon-youtube:before {
	content: '\55';
} /* 'U' */
.icon-email:before {
	content: '\5d';
} /* ']' */
.icon-ebay:before {
	content: '\65';
} /* 'e' */
.icon-cart:before {
	content: '\c9';
} /* 'É' */
.icon-bitbucket:before {
	content: '\e9';
} /* 'é' */
.icon-left-thin:before {
	content: '\2190';
} /* '←' */
.icon-left-2:before {
	content: '\e803';
} /* '' */
.icon-left-1:before {
	content: '\e801';
} /* '' */
.icon-left:before {
	content: '\e800';
} /* '' */
.icon-up-thin:before {
	content: '\2191';
} /* '↑' */
.icon-up-2:before {
	content: '\e806';
} /* '' */
.icon-up-1:before {
	content: '\e805';
} /* '' */
.icon-up:before {
	content: '\e804';
} /* '' */
.icon-right-thin:before {
	content: '\2192';
} /* '→' */
.icon-right-2:before {
	content: '\e80c';
} /* '' */
.icon-right-1:before {
	content: '\e80b';
} /* '' */
.icon-right:before {
	content: '\e80a';
} /* '' */
.icon-down-thin:before {
	content: '\2193';
} /* '↓' */
.icon-down-2:before {
	content: '\e809';
} /* '' */
.icon-down-1:before {
	content: '\e808';
} /* '' */
.icon-down:before {
	content: '\e807';
} /* '' */
.icon-home:before {
	content: '\2302';
} /* '⌂' */
.icon-home-1:before {
	content: '\e80d';
} /* '' */
.icon-star-1:before {
	content: '\e80e';
} /* '' */
.icon-star:before {
	content: '\2605';
} /* '★' */
.icon-star-empty:before {
	content: '\2606';
} /* '☆' */
.icon-check:before {
	content: '\2611';
} /* '☑' */
.icon-th-list:before {
	content: '\2630';
} /* '☰' */
.icon-heart:before {
	content: '\2665';
} /* '♥' */
.icon-music:before {
	content: '\266b';
} /* '♫' */
.icon-th:before {
	content: '\268f';
} /* '⚏' */
.icon-cog-2:before {
	content: '\e810';
} /* '' */
.icon-cog-1:before {
	content: '\e80f';
} /* '' */
.icon-cog:before {
	content: '\2699';
} /* '⚙' */
.icon-attention:before {
	content: '\26a0';
} /* '⚠' */
.icon-flight:before {
	content: '\2708';
} /* '✈' */
.icon-mail-2:before {
	content: '\e812';
} /* '' */
.icon-mail-1:before {
	content: '\e811';
} /* '' */
.icon-mail:before {
	content: '\2709';
} /* '✉' */
.icon-edit-1:before {
	content: '\e813';
} /* '' */
.icon-edit:before {
	content: '\270d';
} /* '✍' */
.icon-ok-1:before {
	content: '\e814';
} /* '' */
.icon-ok:before {
	content: '\2713';
} /* '✓' */
.icon-cancel:before {
	content: '\2715';
} /* '✕' */
.icon-tag-1:before {
	content: '\e815';
} /* '' */
.icon-tag:before {
	content: '\e70c';
} /* '' */
.icon-camera-alt:before {
	content: '\e70f';
} /* '' */
.icon-reply:before {
	content: '\e712';
} /* '' */
.icon-reply-all:before {
	content: '\e713';
} /* '' */
.icon-print:before {
	content: '\e716';
} /* '' */
.icon-comment:before {
	content: '\e718';
} /* '' */
.icon-comment-alt:before {
	content: '\e71a';
} /* '' */
.icon-chat-1:before {
	content: '\e816';
} /* '' */
.icon-chat:before {
	content: '\e720';
} /* '' */
.icon-vcard:before {
	content: '\e722';
} /* '' */
.icon-trash-3:before {
	content: '\e818';
} /* '' */
.icon-trash-2:before {
	content: '\e817';
} /* '' */
.icon-trash-1:before {
	content: '\e729';
} /* '' */
.icon-basket-1:before {
	content: '\e819';
} /* '' */
.icon-basket:before {
	content: '\e73d';
} /* '' */
.icon-popup:before {
	content: '\e74c';
} /* '' */
.icon-zoom-in:before {
	content: '\e750';
} /* '' */
.icon-zoom-out:before {
	content: '\e751';
} /* '' */
.icon-left-open-1:before {
	content: '\e81a';
} /* '' */
.icon-left-open:before {
	content: '\e75d';
} /* '' */
.icon-right-open-1:before {
	content: '\e81b';
} /* '' */
.icon-right-open:before {
	content: '\e75e';
} /* '' */
.icon-arrows-cw:before {
	content: '\e760';
} /* '' */
.icon-flow-tree:before {
	content: '\e792';
} /* '' */
.icon-basket-alt:before {
	content: '\e7ae';
} /* '' */
.icon-mobile-alt:before {
	content: '\e7b0';
} /* '' */
.icon-aboveground-rail:before {
	content: '\e829';
} /* '' */
.icon-airfield:before {
	content: '\e82f';
} /* '' */
.icon-airport:before {
	content: '\e82e';
} /* '' */
.icon-belowground-rail:before {
	content: '\e82d';
} /* '' */
.icon-bus:before {
	content: '\e82b';
} /* '' */
.icon-cafe:before {
	content: '\e832';
} /* '' */
.icon-cinema:before {
	content: '\e831';
} /* '' */
.icon-college:before {
	content: '\e82a';
} /* '' */
.icon-credit-card:before {
	content: '\e81c';
} /* '' */
.icon-ferry:before {
	content: '\e828';
} /* '' */
.icon-fuel:before {
	content: '\e834';
} /* '' */
.icon-garden:before {
	content: '\e833';
} /* '' */
.icon-grocery-store:before {
	content: '\e81e';
} /* '' */
.icon-post:before {
	content: '\e82c';
} /* '' */
.icon-shop:before {
	content: '\e835';
} /* '' */
.icon-spin5:before {
	content: '\e838';
} /* '' */
.icon-trash:before {
	content: '\e83d';
} /* '' */
.icon-linkedin:before {
	content: '\f0e1';
} /* '' */
.icon-chat-empty:before {
	content: '\f0e6';
} /* '' */
.icon-desktop:before {
	content: '\f108';
} /* '' */
.icon-laptop:before {
	content: '\f109';
} /* '' */
.icon-tablet:before {
	content: '\f10a';
} /* '' */
.icon-mobile-1:before {
	content: '\f10b';
} /* '' */
.icon-facebook:before {
	content: '\f300';
} /* '' */
.icon-facebook-rect:before {
	content: '\f301';
} /* '' */
.icon-facebook-rect-1:before {
	content: '\e824';
} /* '' */
.icon-twitter-bird:before {
	content: '\f303';
} /* '' */
.icon-twitter-squared:before {
	content: '\f304';
} /* '' */
.icon-icq:before {
	content: '\e830';
} /* '' */
.icon-googleplus-rect:before {
	content: '\f309';
} /* '' */
.icon-skype:before {
	content: '\f30b';
} /* '' */
.icon-tumblr-rect:before {
	content: '\f310';
} /* '' */
.icon-pinterest:before {
	content: '\f312';
} /* '' */
.icon-linkedin-rect:before {
	content: '\e81d';
} /* '' */
.icon-pinterest-circled:before {
	content: '\f313';
} /* '' */
.icon-globe:before {
	content: '🌐';
} /* '\1f310' */
.icon-gift:before {
	content: '\f381';
} /* '' */
.icon-video:before {
	content: '\f3ac';
} /* '' */
.icon-thumbs-up-1:before {
	content: '\e81f';
} /* '' */
.icon-thumbs-up:before {
	content: '\f44d';
} /* '' */
.icon-thumbs-down-1:before {
	content: '\e820';
} /* '' */
.icon-thumbs-down:before {
	content: '\f44e';
} /* '' */
.icon-user-2:before {
	content: '\e822';
} /* '' */
.icon-user-1:before {
	content: '\e821';
} /* '' */
.icon-user:before {
	content: '\f464';
} /* '' */
.icon-users-1:before {
	content: '\e823';
} /* '' */
.icon-users:before {
	content: '\f465';
} /* '' */
.icon-dollar:before {
	content: '\f4b5';
} /* '' */
.icon-monitor:before {
	content: '\f4bb';
} /* '' */
.icon-briefcase:before {
	content: '\f4bc';
} /* '' */
.icon-doc:before {
	content: '\f4c4';
} /* '' */
.icon-chart-bar:before {
	content: '\f4ca';
} /* '' */
.icon-attach:before {
	content: '\f4ce';
} /* '' */
.icon-book:before {
	content: '\f4d5';
} /* '' */
.icon-phone:before {
	content: '\f4de';
} /* '' */
.icon-download:before {
	content: '\f4e5';
} /* '' */
.icon-mobile:before {
	content: '\f4f1';
} /* '' */
.icon-camera-2:before {
	content: '\e836';
} /* '' */
.icon-search-2:before {
	content: '\e826';
} /* '' */
.icon-search-1:before {
	content: '\e825';
} /* '' */
.icon-search:before {
	content: '\f50d';
} /* '' */
.icon-lock:before {
	content: '\f512';
} /* '' */
.icon-lock-open:before {
	content: '\f513';
} /* '' */
.icon-link:before {
	content: '\f517';
} /* '' */
.icon-wrench-1:before {
	content: '\e827';
} /* '' */
.icon-wrench:before {
	content: '\f527';
} /* '' */
.icon-clock-alt:before {
	content: '\f553';
} /* '' */
.icon-clock:before {
	content: '\f554';
} /* '' */
.icon-truck:before {
	content: '\f69a';
} /* '' */
