@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:#9d3bc6;
}
.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:#9d3bc6;
 color:#fff;
}
.squared.icon-color[class^="icon-"]:hover, .squared.icon-color[class*=" icon-"]:hover {
 background:#6a2886;
 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:#9d3bc6;
}
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:#9d3bc6;
}
 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: #9d3bc6 !important;
}
 .pull-left a.btn.rounded[class^="icon-"] {
margin:0 20px 0 0;
}
.icon-plus:before { content: '\2b'; } /* '+' */
.icon-minus:before { content: '\2d'; } /* '-' */
.icon-call:before { content: '\37'; } /* '7' */
.icon-at:before { content: '\40'; } /* '@' */
.icon-apple: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-arrowup:before { content: '\2191'; } /* '↑' */
.icon-right-thin:before { content: '\2192'; } /* '→' */
.icon-arrowdown:before { content: '\2193'; } /* '↓' */
.icon-home:before { content: '\2302'; } /* '⌂' */
.icon-star:before { content: '\2605'; } /* '★' */
.icon-star-2: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:before { content: '\2699'; } /* '⚙' */
.icon-attention:before { content: '\26a0'; } /* '⚠' */
.icon-flight:before { content: '\2708'; } /* '✈' */
.icon-mail:before { content: '\2709'; } /* '✉' */
.icon-edit:before { content: '\270d'; } /* '✍' */
.icon-ok:before { content: '\2713'; } /* '✓' */
.icon-cancel:before { content: '\2715'; } /* '✕' */
.icon-tag:before { content: '\e70c'; } /* '' */
.icon-camera:before { content: '\e70f'; } /* '' */
.icon-prev:before { content: '\e712'; } /* '' */
.icon-prev-1:before { content: '\e713'; } /* '' */
.icon-print:before { content: '\e716'; } /* '' */
.icon-comment:before { content: '\e718'; } /* '' */
.icon-comment-alt:before { content: '\e71a'; } /* '' */
.icon-chat:before { content: '\e720'; } /* '' */
.icon-vcard:before { content: '\e722'; } /* '' */
.icon-trash-1:before { content: '\e729'; } /* '' */
.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:before { content: '\e75d'; } /* '' */
.icon-right-open:before { content: '\e75e'; } /* '' */
.icon-re:before { content: '\e760'; } /* '' */
.icon-structure:before { content: '\e792'; } /* '' */
.icon-basket-alt:before { content: '\e7ae'; } /* '' */
.icon-mobile-alt:before { content: '\e7b0'; } /* '' */
.icon-left:before { content: '\e800'; } /* '' */
.icon-left-1:before { content: '\e801'; } /* '' */
.icon-gplus:before { content: '\e802'; } /* '' */
.icon-left-2:before { content: '\e803'; } /* '' */
.icon-up:before { content: '\e804'; } /* '' */
.icon-up-1:before { content: '\e805'; } /* '' */
.icon-up-2:before { content: '\e806'; } /* '' */
.icon-down:before { content: '\e807'; } /* '' */
.icon-down-1:before { content: '\e808'; } /* '' */
.icon-down-2:before { content: '\e809'; } /* '' */
.icon-right:before { content: '\e80a'; } /* '' */
.icon-right-1:before { content: '\e80b'; } /* '' */
.icon-right-2:before { content: '\e80c'; } /* '' */
.icon-home-1:before { content: '\e80d'; } /* '' */
.icon-star-1:before { content: '\e80e'; } /* '' */
.icon-cog-1:before { content: '\e80f'; } /* '' */
.icon-cog-2:before { content: '\e810'; } /* '' */
.icon-mail-1:before { content: '\e811'; } /* '' */
.icon-mail-2:before { content: '\e812'; } /* '' */
.icon-edit-1:before { content: '\e813'; } /* '' */
.icon-ok-1:before { content: '\e814'; } /* '' */
.icon-tag-1:before { content: '\e815'; } /* '' */
.icon-chat-1:before { content: '\e816'; } /* '' */
.icon-trash-2:before { content: '\e817'; } /* '' */
.icon-trash-3:before { content: '\e818'; } /* '' */
.icon-basket-2:before { content: '\e819'; } /* '' */
.icon-left-open-1:before { content: '\e81a'; } /* '' */
.icon-right-open-1:before { content: '\e81b'; } /* '' */
.icon-credit-card:before { content: '\e81c'; } /* '' */
.icon-linkedin-rect:before { content: '\e81d'; } /* '' */
.icon-grocery-store:before { content: '\e81e'; } /* '' */
.icon-thumbs-up-1:before { content: '\e81f'; } /* '' */
.icon-unlike-1:before { content: '\e820'; } /* '' */
.icon-user-1:before { content: '\e821'; } /* '' */
.icon-user-2:before { content: '\e822'; } /* '' */
.icon-users-1:before { content: '\e823'; } /* '' */
.icon-facebook-rect:before { content: '\e824'; } /* '' */
.icon-search:before { content: '\e825'; } /* '' */
.icon-search-2:before { content: '\e826'; } /* '' */
.icon-wrench-1:before { content: '\e827'; } /* '' */
.icon-ship:before { content: '\e828'; } /* '' */
.icon-tram:before { content: '\e829'; } /* '' */
.icon-study:before { content: '\e82a'; } /* '' */
.icon-bus:before { content: '\e82b'; } /* '' */
.icon-post:before { content: '\e82c'; } /* '' */
.icon-trolleybus:before { content: '\e82d'; } /* '' */
.icon-flight-1:before { content: '\e82e'; } /* '' */
.icon-faucet:before { content: '\e82f'; } /* '' */
.icon-icq:before { content: '\e830'; } /* '' */
.icon-film:before { content: '\e831'; } /* '' */
.icon-cup:before { content: '\e832'; } /* '' */
.icon-flower:before { content: '\e833'; } /* '' */
.icon-gas:before { content: '\e834'; } /* '' */
.icon-shop:before { content: '\e835'; } /* '' */
.icon-camera-1:before { content: '\e836'; } /* '' */
.icon-load:before { content: '\e838'; } /* '' */
.icon-trash:before { content: '\e83d'; } /* '' */
.icon-ampersand:before { content: '\e86a'; } /* '' */
.icon-airplane:before { content: '\e893'; } /* '' */
.icon-wheelbarrow:before { content: '\e894'; } /* '' */
.icon-alarm:before { content: '\e895'; } /* '' */
.icon-basket-1:before { content: '\e896'; } /* '' */
.icon-airplane-1:before { content: '\e897'; } /* '' */
.icon-campaign:before { content: '\e898'; } /* '' */
.icon-cargo-2:before { content: '\e899'; } /* '' */
.icon-cart-5:before { content: '\e89a'; } /* '' */
.icon-cart2:before { content: '\e89b'; } /* '' */
.icon-cart-6:before { content: '\e89c'; } /* '' */
.icon-circular:before { content: '\e89d'; } /* '' */
.icon-clock-3:before { content: '\e89e'; } /* '' */
.icon-clock-4:before { content: '\e89f'; } /* '' */
.icon-coin:before { content: '\e8a0'; } /* '' */
.icon-coin13:before { content: '\e8a1'; } /* '' */
.icon-coins-5:before { content: '\e8a2'; } /* '' */
.icon-coins-1:before { content: '\e8a3'; } /* '' */
.icon-coins:before { content: '\e8a4'; } /* '' */
.icon-airplane-3:before { content: '\e8a5'; } /* '' */
.icon-cupcake:before { content: '\e8a6'; } /* '' */
.icon-shopping-4:before { content: '\e8a7'; } /* '' */
.icon-delivery:before { content: '\e8a8'; } /* '' */
.icon-dollar-1:before { content: '\e8a9'; } /* '' */
.icon-ecommerce:before { content: '\e8aa'; } /* '' */
.icon-hoist:before { content: '\e8ab'; } /* '' */
.icon-hourglass:before { content: '\e8ac'; } /* '' */
.icon-airplane-2:before { content: '\e8ad'; } /* '' */
.icon-lorry-1:before { content: '\e8ae'; } /* '' */
.icon-airplane-4:before { content: '\e8af'; } /* '' */
.icon-money-2:before { content: '\e8b0'; } /* '' */
.icon-money-8:before { content: '\e8b1'; } /* '' */
.icon-money-6:before { content: '\e8b2'; } /* '' */
.icon-money-4:before { content: '\e8b3'; } /* '' */
.icon-money-3:before { content: '\e8b4'; } /* '' */
.icon-money-7:before { content: '\e8b5'; } /* '' */
.icon-money-5:before { content: '\e8b6'; } /* '' */
.icon-plane:before { content: '\e8b7'; } /* '' */
.icon-round:before { content: '\e8b8'; } /* '' */
.icon-round-1:before { content: '\e8b9'; } /* '' */
.icon-round8:before { content: '\e8ba'; } /* '' */
.icon-sand:before { content: '\e8bb'; } /* '' */
.icon-truck-2:before { content: '\e8bc'; } /* '' */
.icon-shopping-9:before { content: '\e8bd'; } /* '' */
.icon-shopping-5:before { content: '\e8be'; } /* '' */
.icon-shopping-2:before { content: '\e8bf'; } /* '' */
.icon-shopping:before { content: '\e8c0'; } /* '' */
.icon-shopping-8:before { content: '\e8c1'; } /* '' */
.icon-shopping-6:before { content: '\e8c2'; } /* '' */
.icon-shopping-3:before { content: '\e8c3'; } /* '' */
.icon-shopping-1:before { content: '\e8c4'; } /* '' */
.icon-shopping-7:before { content: '\e8c5'; } /* '' */
.icon-side3:before { content: '\e8c6'; } /* '' */
.icon-time-3:before { content: '\e8c7'; } /* '' */
.icon-truck-3:before { content: '\e8c9'; } /* '' */
.icon-watch:before { content: '\e8ca'; } /* '' */
.icon-money-9:before { content: '\e8cb'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-chat-4:before { content: '\f0e6'; } /* '' */
.icon-monitor-2:before { content: '\f108'; } /* '' */
.icon-monitor-1:before { content: '\f109'; } /* '' */
.icon-mobile-3:before { content: '\f10a'; } /* '' */
.icon-mobile-1:before { content: '\f10b'; } /* '' */
.icon-facebook:before { content: '\f300'; } /* '' */
.icon-facebook-rect-1:before { content: '\f301'; } /* '' */
.icon-twitter-bird:before { content: '\f303'; } /* '' */
.icon-twitter-rect:before { content: '\f304'; } /* '' */
.icon-gplus-rect:before { content: '\f309'; } /* '' */
.icon-skype:before { content: '\f30b'; } /* '' */
.icon-tumblr-rect:before { content: '\f310'; } /* '' */
.icon-pinterest:before { content: '\f312'; } /* '' */
.icon-pinterest-circled:before { content: '\f313'; } /* '' */
.icon-gift:before { content: '\f381'; } /* '' */
.icon-video:before { content: '\f3ac'; } /* '' */
.icon-thumbs-up:before { content: '\f44d'; } /* '' */
.icon-unlike:before { content: '\f44e'; } /* '' */
.icon-user:before { content: '\f464'; } /* '' */
.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-search-1:before { content: '\f50d'; } /* '' */
.icon-lock:before { content: '\f512'; } /* '' */
.icon-unlock:before { content: '\f513'; } /* '' */
.icon-link:before { content: '\f517'; } /* '' */
.icon-wrench:before { content: '\f527'; } /* '' */
.icon-clock-alt:before { content: '\f553'; } /* '' */
.icon-clock:before { content: '\f554'; } /* '' */
.icon-truck:before { content: '\f69a'; } /* '' */
.icon-globe:before { content: '🌐'; } /* '\1f310' */