/* ---------------------------------------
Copyright: Launch Hero UK - All Rights Reserved.
Version: 1.0 - Built with Bootstrap.
For license information see "license.txt"
------------------------------------------ */
html {
	/*background:url(../library/incargo_bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	-webkit-font-smoothing: antialiased; 
	background-color: #25263F !important;
	min-height:100%;
}
body {
	font-size:13px;
	background-color: transparent !important;
}
.background {
	z-index:10;
	position:fixed; 
	top:-50%; 
	left:-50%; 
	width:200%; 
	height:200%;
}
.background img {
	position:absolute; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	margin:auto; 
	min-width:50%;
	min-height:50%;
}
.all_content {
	z-index:100;
	position:relative;
}
/* ------------ Fonts ------------ */
/* Custom */
.header h1, .sidebar h1 {
	letter-spacing:-3px !important;
}
.header h4 {
	font-style:italic;
	font-size:18px !important;
}
h1, h2, h3, h4, h5, h6, .brand, .tumblr_title {
	font-family:molengo, serif;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:-1px;
}
h1 {
  font-size: 39px;
  line-height: 30px;
}
.sidebar h1 {
	font-size:35px;
}
h2 {
  font-size: 34px;
  line-height: 30px;
}

h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight:normal !important;
}

h4, .tumblr_title {
  font-size: 25px;
}
h5 {
  font-size: 19px;
}

h6 {
  font-size: 14px;
}
.normal {
	font-weight:normal !important;
}
.bold {
	font-weight:bold !important;
}
.italic {
	font-style:italic !important;
}
a:hover {
	text-decoration:none;
}
.text-right {
	text-align:right;
}
.capitals {
	text-transform:uppercase;
}
.line-zero {
	line-height:0;
}
/* ------------ Colours ------------ */
/* Option 1 - Background Overlay */

/* Option 2 */
.content {
	background:#fff;
}
/* Option 3 */
body .sidebar, .colour3 {
	color:#fff;
}
/* Option 4 */
.header h4, .sidebar-nav a, .colour4 {
	color:#fff;
}
/* Option 5 */
.header h1, .sidebar-nav .nav > .active > a, .colour5 {
	color:#6D6570;
}
/* Option 6 */
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content .tumblr_title, .navbar .brand, .colour6 {
	color:#E8C37E;
}
/* Option 7 */
body .content, .colour7 {
	color:#666666;
}
/* Custom Colours */
.content a {
	color:#E8C984;
}
.content a:hover {
	color:#000;
}
.sidebar-contact a {
	color:#fff;
}
.sidebar-contact a:hover {
	color:#ccc;
}
.drop-shadow {
  -moz-box-shadow:    0px 0px 15px 5px #444;
  -webkit-box-shadow: 0px 0px 15px 5px #444;
  box-shadow:         0px 0px 15px 5px #444;
}
.twitter img {
border:5px solid #42240B;
width:43px;
height:43px;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  background-color: #FFFFFF;
  border: 1px solid #42240B;
}
/* ------------ Image & Element Backgrounds ------------ */
.background1 { /* Standard Black */
	background: none repeat scroll 0 0 #000;
    padding: 10px;
}
.background2 { /* Standard White */
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 0 0 0 0;
  padding: 9px;
}
.background3 { /* Cusom Colour */
	background: none repeat scroll 0 0 #CCC;
    padding: 10px;
}
.background4 {
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 7px;
}
.background1 > img, .background2 > img, .background3 > img, .background4 > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin-bottom:0 !important;
}
.background5 { /* Full Width Stacked Background */
	background:url(../img/bg_img_stacked.png) no-repeat top left;
	padding: 14px 28px 30px 11px;
	display:block;
}
.galleries {
margin-bottom:15px;
}
.thumbnail {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 0;
  padding: 6px;
}
.bg1 { /* Prices */
	background:url(../img/transparent40w.png) repeat;
	color:#42240B;
}
.btn-transparent {
	background:url(../img/bg_transparent50.png) repeat;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
	width:45px;
}
/* Carousel Fade */
.carousel .item {-webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s;}
.carousel .active.left {left:0;opacity:0;z-index:2;}
.carousel .active.right {left:0;opacity:0;z-index:2;}
.carousel .next {left:0;opacity:1;z-index:1;}
.carousel .prev {left:0;opacity:1;z-index:1;}
/* ------------ Layout ------------ */
.fixed-desktop { /* Fixed style to keep Affix responsive */
	width:230px !important;
}
.container-fluid {
	width: 980px;
	margin: auto;
 	position:relative;
 	padding:0;
}
.sidebar {
	width:250px;
}
.page {
	margin-left:260px;
	width:720px;
}
.sidebar-nav {
	width:250px;
	top:150px;
	position:absolute;  /* Was relative, change should fix position for safari */
}
.sidebar-contact ul {
	bottom:5px;
	text-align:right;
}
.sidebar-contact li {
	margin-top:2px;
}
.sidebar-nav ul, .sidebar-contact ul {
	float:right;
	text-align:right;
}
.sidebar-nav .nav > li > a:hover {  /* Sidebar Nav Scrollspy */
  background:none;
}
.header {
	padding-right:0; /* 15px for Transparent Content Bg */
	height:160px;
}
.header .row-fluid {
	padding-top:58px;
}
.content {
	padding:30px;
}
.content h4 {
	margin-bottom:15px;
	margin-top:0;
}
.spacing1 {
	margin-bottom:20px !important;
}
.spacing2 {
	margin-bottom:70px !important;
}
.spacing5 {
	margin-bottom:5px !important;
}
.spacing5t {
	margin-top:5px !important;
}
.spacing10 {
	margin-bottom:10px !important;
}
.spacing10t {
	margin-top:10px !important;
}
.spacing20 {
	margin-bottom:20px !important;
}
.spacing20t {
	margin-top:20px !important;
}
.spacing-h4 {
	margin-top:31px;
}
.carousel-nav {
	margin-top:10px;
	margin-bottom:10px;
}
.first { /* ie7 fix - Add to first div after row-fluid */
	margin-left:0 !important;
}
.padding-top1 {
	padding-top:10px;
}
ul {
	list-style:none;
	margin:0 !important;
}
.inline {
	display:inline;
}
.center {
	margin:0 auto;
	display:block;
}
.padding-bottom1 {
	padding-bottom:10px;
}
.span50 {
	width:50% !important;
}
/* ------------ Media Queries ------------ */
@media (min-width: 725px) and (max-width: 979px) {
html {
	background:#131516;
}
body {
	padding-left:0;
	padding-right:0;
}
.container-fluid { /* Or 75% width if we want it to fluidly scale down when it shrinks */
  width: 730px;
}
.page {
	margin-left:0px;
}
.header {
	padding-right:15px;
}
}
@media (max-width: 724px) {
html {
	background:#DD8402;
}
.background {
	display:none;
}
.container-fluid {
  width: 98%;
}
.page {
	margin-left:0px;
	width:100%;
}
.header {
	height:100%;
}
.header .row-fluid {
	padding-top:0;
}
.content {
	padding:6% !important;
}
h1 {
  font-size: 25px;
  line-height: 20px;
}

h2 {
  font-size: 23px;
  line-height: 20px;
}

h3 {
  font-size: 22px;
  line-height: 20px;
}

h4 {
  font-size: 21px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}
.img_bg1, .background5 {
	background:#fff !important;
	display:block;
	padding:7px !important;
}
.background1, .background2, .background4 {
	max-width:96%;
	padding:2% !important;
}
#testimonials1 { /* Height 100% was causing content shift on slider */
  height: 150px !important;
}
.spacing2 {
	margin-bottom:40px !important;
}
.header h1 {
  margin-top: 30px;
}
.header h4 {
  margin-bottom: 20px;
}
.list1 { /* For parallel lists on 2/3 */
	padding-right:0px !important;
}
.list2 { /* For parallel lists on 2/3 */
	padding-left:0px !important;
}
.row-fluid .span50 {
	width:100% !important;
}
.responsive {
	max-width:100% !important;
}
/* Make Blog Responsive */
.tumblr_body img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  min-width: 100%;
  width: 0;
}	
}
/* ------------ End Media Queries ------------ */
/* ------------ Icons ------------ */
/* Big Social Icons White */
.big-icon-facebook { background-position: 0 0 !important; width: 30px; height: 30px; } 
.big-icon-linkedin { background-position: 0 -40px !important; width: 30px; height: 30px; } 
.big-icon-picasa { background-position: 0 -80px !important; width: 30px; height: 30px; } 
.big-icon-stumble { background-position: 0 -120px !important; width: 30px; height: 30px; } 
.big-icon-twitter { background-position: 0 -160px !important; width: 30px; height: 30px; } 
.big-icon-youtube { background-position: 0 -200px !important; width: 30px; height: 30px; } 
.big-social-icon {
	height:30px;
	display:block;
	margin-bottom: 5px;
	margin-bottom:8px !important;
}
.big-social-icon li {
	float:left;
	margin-right: 8px;
}
.big-social-icon a {
	height:30px;
	width:30px;
}
.icon-big {
	background:url(../img/big-social-icons-sprite.png) no-repeat top left;
	display:inline-block;
	height:30px;
    margin-top:0 !important;
    vertical-align: bottom !important;
}
/* Big Social Icons Dark */
.icon-big-dark {
	background:url(../img/big-social-icons-sprite-dark.png) no-repeat top left;
	display:inline-block;
	height:30px;
    margin-top:0 !important;
    vertical-align: bottom !important;
}
/* Small Social Icons White */
.small-icon-address{ background-position: 0 0 !important; width: 22px; height: 22px; } 
.small-icon-email{ background-position: 0 -32px !important; width: 22px; height: 22px; } 
.small-icon-facebook{ background-position: 0 -64px !important; width: 22px; height: 22px; } 
.small-icon-linkedin{ background-position: 0 -96px !important; width: 22px; height: 22px; } 
.small-icon-mobile{ background-position: 0 -128px !important; width: 22px; height: 22px; } 
.small-icon-phone{ background-position: 0 -160px !important; width: 22px; height: 22px; } 
.small-icon-picasa{ background-position: 0 -192px !important; width: 22px; height: 22px; } 
.small-icon-stumble{ background-position: 0 -224px !important; width: 22px; height: 22px; } 
.small-icon-twitter{ background-position: 0 -256px !important; width: 22px; height: 22px; } 
.small-icon-youtube{ background-position: 0 -288px !important; width: 22px; height: 22px; } 
.small-social-icon {
	height:22px;
	display:block;
	margin-bottom: 5px;
}
.small-social-icon li {
	float:right;
	margin-left: 8px;
}
.small-social-icon a {
	height:22px;
	width:22px;
}
.icon-top {
	vertical-align:top !important;
}
.icon-small {
	background:url(../img/small-social-icons-sprite3.png) no-repeat top left;
	display:inline-block;
	height:22px;
    margin-top:0 !important;
    vertical-align: bottom;
}
/* Small Social Icons Dark */
.icon-small-dark {
	background:url(../img/small-social-icons-sprite3-dark.png) no-repeat top left;
	display:inline-block;
	height:22px;
    margin-top:0 !important;
    vertical-align: bottom;
}
/* Font Awesome */
.icon-medium {
	font-size:18px;
	margin-right:7px;
}
/* ------------  Buttons ------------ */
.btn-clear {
  margin-left: 10px;
}
/* ------------  Modules ------------ */
.map {
	padding:10px;
	background:#fff;
}
.address {
	display:inline-block;
}
.contact-info li {
  margin-bottom: 8px;
}
/* Email Form */
.control-group {  
	margin-bottom:0;
}
#main img.loaderIcon
{
	width: 20px;
	position:relative;
	left:68%;
	bottom:45px;
}
/* Carosel - Slider */
.carousel .carousel-control { visibility: hidden; }
.carousel:hover .carousel-control { visibility: visible; }
.carousel-control {
  background: none repeat scroll 0 0 #666;
  border: 3px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 100;
  height: 30px;
  left: 15px;
  line-height: 24px;
  margin-top: -20px;
  opacity: 0.5;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 30px;
}
.carousel {
  margin-bottom:0;
}
.carousel p {
  line-height: 20px !important;
}
/* Quotes */
.quotes {
  float: left;
  margin-right:10px;
  margin-top:5px;
}
/* Lists within span */
.prices .two_list ul {
	margin-bottom:0px !important;
}
.two_list ul {
	float:left;
	margin-bottom:10px !important;
}
.list1 { 
	padding-right:10px;
}
.list2 {
	padding-left:10px;
}
.list_title {
	margin-bottom:8px;
	font-style:italic;
}
#testimonials1 { /* Fixed height to prevent content jump */
  height: 240px !important;
}
/* Blog Styles */
.blog {
  height: 100% !important;
  overflow: hidden;
}
ol.tumblr_posts{
    list-style:none;
	margin:0;
}
.tumblr_title {
	padding-bottom:15px;
}
/* Twitter Feed */
.twitter img {
  /*-moz-border-radius: 999px 999px 999px 999px;
  -webkit-border-radius: 999px 999px 999px 999px;
  border-radius: 999px 999px 999px 999px;*/
  margin-right:10px;
  float:left;
}
.twitter span {
	float:none;
}
.twitter li {
	margin-bottom:15px; 
	display:inline-block;
}
/*  Tabs */
.tab-content {
  overflow: hidden;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
  background-color: #42240B; /* Move to Colours */
  border-color: #42240B transparent; /* Move to Colours */
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  cursor: default;
}
.nav-tabs > li > a:hover {
  background-color: #42240B; /* Move to Colours */
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  line-height: 20px;
  padding-bottom: 8px;
  padding-top: 8px;
}
.nav-tabs {
  border-bottom: 1px solid #42240B; /* Move to Colours */
}
/* Editable */
.editpage {
  background:url(../img/bg_transparent50.png) repeat;
  display: block;
  right: 0;
  position: fixed;
  top: 0;
  z-index: 10;
  opacity:0.75;
}
.editpage a {
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-size: 14px;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
}
/* ----------- Dependencies ------------- */
/*  Font Awesome */
@font-face {
  font-family: "FontAwesome";
  src: url('../font/fontawesome-webfont.eot');
  src: url('../font/fontawesome-webfont.eot?#iefix') format('eot'), url('../font/fontawesome-webfont.woff') format('woff'), url('../font/fontawesome-webfont.ttf') format('truetype'), url('../font/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
  background-image:none !important;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
a [class^="icon-"], a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: top;
  font-size: 1.3333333333333333em;
}
.btn [class^="icon-"], .btn [class*=" icon-"] {
  /* keeps button heights with and without icons the same */

  line-height: .9em;
}
li [class^="icon-"], li [class*=" icon-"] {
  display: inline-block;
  /*width: 1.25em;*/
  text-align: center;
}
li .icon-large[class^="icon-"], li .icon-large[class*=" icon-"] {
  /* 1.5 increased font size for icon-large * 1.25 width */

  width: 1.875em;
}
li[class^="icon-"], li[class*=" icon-"] {
  margin-left: 0;
  list-style-type: none;
}
li[class^="icon-"]:before, li[class*=" icon-"]:before {
  text-indent: -2em;
  text-align: center;
}
li[class^="icon-"].icon-large:before, li[class*=" icon-"].icon-large:before {
  text-indent: -1.3333333333333333em;
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before                { content: "\f000"; }
.icon-music:before                { content: "\f001"; }
.icon-search:before               { content: "\f002"; }
.icon-envelope:before             { content: "\f003"; }
.icon-heart:before                { content: "\f004"; }
.icon-star:before                 { content: "\f005"; }
.icon-star-empty:before           { content: "\f006"; }
.icon-user:before                 { content: "\f007"; }
.icon-film:before                 { content: "\f008"; }
.icon-th-large:before             { content: "\f009"; }
.icon-th:before                   { content: "\f00a"; }
.icon-th-list:before              { content: "\f00b"; }
.icon-ok:before                   { content: "\f00c"; }
.icon-remove:before               { content: "\f00d"; }
.icon-zoom-in:before              { content: "\f00e"; }

.icon-zoom-out:before             { content: "\f010"; }
.icon-off:before                  { content: "\f011"; }
.icon-signal:before               { content: "\f012"; }
.icon-cog:before                  { content: "\f013"; }
.icon-trash:before                { content: "\f014"; }
.icon-home:before                 { content: "\f015"; }
.icon-file:before                 { content: "\f016"; }
.icon-time:before                 { content: "\f017"; }
.icon-road:before                 { content: "\f018"; }
.icon-download-alt:before         { content: "\f019"; }
.icon-download:before             { content: "\f01a"; }
.icon-upload:before               { content: "\f01b"; }
.icon-inbox:before                { content: "\f01c"; }
.icon-play-circle:before          { content: "\f01d"; }
.icon-repeat:before               { content: "\f01e"; }

/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before              { content: "\f021"; }
.icon-list-alt:before             { content: "\f022"; }
.icon-lock:before                 { content: "\f023"; }
.icon-flag:before                 { content: "\f024"; }
.icon-headphones:before           { content: "\f025"; }
.icon-volume-off:before           { content: "\f026"; }
.icon-volume-down:before          { content: "\f027"; }
.icon-volume-up:before            { content: "\f028"; }
.icon-qrcode:before               { content: "\f029"; }
.icon-barcode:before              { content: "\f02a"; }
.icon-tag:before                  { content: "\f02b"; }
.icon-tags:before                 { content: "\f02c"; }
.icon-book:before                 { content: "\f02d"; }
.icon-bookmark:before             { content: "\f02e"; }
.icon-print:before                { content: "\f02f"; }

.icon-camera:before               { content: "\f030"; }
.icon-font:before                 { content: "\f031"; }
.icon-bold:before                 { content: "\f032"; }
.icon-italic:before               { content: "\f033"; }
.icon-text-height:before          { content: "\f034"; }
.icon-text-width:before           { content: "\f035"; }
.icon-align-left:before           { content: "\f036"; }
.icon-align-center:before         { content: "\f037"; }
.icon-align-right:before          { content: "\f038"; }
.icon-align-justify:before        { content: "\f039"; }
.icon-list:before                 { content: "\f03a"; }
.icon-indent-left:before          { content: "\f03b"; }
.icon-indent-right:before         { content: "\f03c"; }
.icon-facetime-video:before       { content: "\f03d"; }
.icon-picture:before              { content: "\f03e"; }

.icon-pencil:before               { content: "\f040"; }
.icon-map-marker:before           { content: "\f041"; }
.icon-adjust:before               { content: "\f042"; }
.icon-tint:before                 { content: "\f043"; }
.icon-edit:before                 { content: "\f044"; }
.icon-share:before                { content: "\f045"; }
.icon-check:before                { content: "\f046"; }
.icon-move:before                 { content: "\f047"; }
.icon-step-backward:before        { content: "\f048"; }
.icon-fast-backward:before        { content: "\f049"; }
.icon-backward:before             { content: "\f04a"; }
.icon-play:before                 { content: "\f04b"; }
.icon-pause:before                { content: "\f04c"; }
.icon-stop:before                 { content: "\f04d"; }
.icon-forward:before              { content: "\f04e"; }

.icon-fast-forward:before         { content: "\f050"; }
.icon-step-forward:before         { content: "\f051"; }
.icon-eject:before                { content: "\f052"; }
.icon-chevron-left:before         { content: "\f053"; }
.icon-chevron-right:before        { content: "\f054"; }
.icon-plus-sign:before            { content: "\f055"; }
.icon-minus-sign:before           { content: "\f056"; }
.icon-remove-sign:before          { content: "\f057"; }
.icon-ok-sign:before              { content: "\f058"; }
.icon-question-sign:before        { content: "\f059"; }
.icon-info-sign:before            { content: "\f05a"; }
.icon-screenshot:before           { content: "\f05b"; }
.icon-remove-circle:before        { content: "\f05c"; }
.icon-ok-circle:before            { content: "\f05d"; }
.icon-ban-circle:before           { content: "\f05e"; }

.icon-arrow-left:before           { content: "\f060"; }
.icon-arrow-right:before          { content: "\f061"; }
.icon-arrow-up:before             { content: "\f062"; }
.icon-arrow-down:before           { content: "\f063"; }
.icon-share-alt:before            { content: "\f064"; }
.icon-resize-full:before          { content: "\f065"; }
.icon-resize-small:before         { content: "\f066"; }
.icon-plus:before                 { content: "\f067"; }
.icon-minus:before                { content: "\f068"; }
.icon-asterisk:before             { content: "\f069"; }
.icon-exclamation-sign:before     { content: "\f06a"; }
.icon-gift:before                 { content: "\f06b"; }
.icon-leaf:before                 { content: "\f06c"; }
.icon-fire:before                 { content: "\f06d"; }
.icon-eye-open:before             { content: "\f06e"; }

.icon-eye-close:before            { content: "\f070"; }
.icon-warning-sign:before         { content: "\f071"; }
.icon-plane:before                { content: "\f072"; }
.icon-calendar:before             { content: "\f073"; }
.icon-random:before               { content: "\f074"; }
.icon-comment:before              { content: "\f075"; }
.icon-magnet:before               { content: "\f076"; }
.icon-chevron-up:before           { content: "\f077"; }
.icon-chevron-down:before         { content: "\f078"; }
.icon-retweet:before              { content: "\f079"; }
.icon-shopping-cart:before        { content: "\f07a"; }
.icon-folder-close:before         { content: "\f07b"; }
.icon-folder-open:before          { content: "\f07c"; }
.icon-resize-vertical:before      { content: "\f07d"; }
.icon-resize-horizontal:before    { content: "\f07e"; }

.icon-bar-chart:before            { content: "\f080"; }
.icon-twitter-sign:before         { content: "\f081"; }
.icon-facebook-sign:before        { content: "\f082"; }
.icon-camera-retro:before         { content: "\f083"; }
.icon-key:before                  { content: "\f084"; }
.icon-cogs:before                 { content: "\f085"; }
.icon-comments:before             { content: "\f086"; }
.icon-thumbs-up:before            { content: "\f087"; }
.icon-thumbs-down:before          { content: "\f088"; }
.icon-star-half:before            { content: "\f089"; }
.icon-heart-empty:before          { content: "\f08a"; }
.icon-signout:before              { content: "\f08b"; }
.icon-linkedin-sign:before        { content: "\f08c"; }
.icon-pushpin:before              { content: "\f08d"; }
.icon-external-link:before        { content: "\f08e"; }

.icon-signin:before               { content: "\f090"; }
.icon-trophy:before               { content: "\f091"; }
.icon-github-sign:before          { content: "\f092"; }
.icon-upload-alt:before           { content: "\f093"; }
.icon-lemon:before                { content: "\f094"; }
.icon-phone:before                { content: "\f095"; }
.icon-check-empty:before          { content: "\f096"; }
.icon-bookmark-empty:before       { content: "\f097"; }
.icon-phone-sign:before           { content: "\f098"; }
.icon-twitter:before              { content: "\f099"; }
.icon-facebook:before             { content: "\f09a"; }
.icon-github:before               { content: "\f09b"; }
.icon-unlock:before               { content: "\f09c"; }
.icon-credit-card:before          { content: "\f09d"; }
.icon-rss:before                  { content: "\f09e"; }

.icon-hdd:before                  { content: "\f0a0"; }
.icon-bullhorn:before             { content: "\f0a1"; }
.icon-bell:before                 { content: "\f0a2"; }
.icon-certificate:before          { content: "\f0a3"; }
.icon-hand-right:before           { content: "\f0a4"; }
.icon-hand-left:before            { content: "\f0a5"; }
.icon-hand-up:before              { content: "\f0a6"; }
.icon-hand-down:before            { content: "\f0a7"; }
.icon-circle-arrow-left:before    { content: "\f0a8"; }
.icon-circle-arrow-right:before   { content: "\f0a9"; }
.icon-circle-arrow-up:before      { content: "\f0aa"; }
.icon-circle-arrow-down:before    { content: "\f0ab"; }
.icon-globe:before                { content: "\f0ac"; }
.icon-wrench:before               { content: "\f0ad"; }
.icon-tasks:before                { content: "\f0ae"; }

.icon-filter:before               { content: "\f0b0"; }
.icon-briefcase:before            { content: "\f0b1"; }
.icon-fullscreen:before           { content: "\f0b2"; }

.icon-group:before                { content: "\f0c0"; }
.icon-link:before                 { content: "\f0c1"; }
.icon-cloud:before                { content: "\f0c2"; }
.icon-beaker:before               { content: "\f0c3"; }
.icon-cut:before                  { content: "\f0c4"; }
.icon-copy:before                 { content: "\f0c5"; }
.icon-paper-clip:before           { content: "\f0c6"; }
.icon-save:before                 { content: "\f0c7"; }
.icon-sign-blank:before           { content: "\f0c8"; }
.icon-reorder:before              { content: "\f0c9"; }
.icon-list-ul:before              { content: "\f0ca"; }
.icon-list-ol:before              { content: "\f0cb"; }
.icon-strikethrough:before        { content: "\f0cc"; }
.icon-underline:before            { content: "\f0cd"; }
.icon-table:before                { content: "\f0ce"; }

.icon-magic:before                { content: "\f0d0"; }
.icon-truck:before                { content: "\f0d1"; }
.icon-pinterest:before            { content: "\f0d2"; }
.icon-pinterest-sign:before       { content: "\f0d3"; }
.icon-google-plus-sign:before     { content: "\f0d4"; }
.icon-google-plus:before          { content: "\f0d5"; }
.icon-money:before                { content: "\f0d6"; }
.icon-caret-down:before           { content: "\f0d7"; }
.icon-caret-up:before             { content: "\f0d8"; }
.icon-caret-left:before           { content: "\f0d9"; }
.icon-caret-right:before          { content: "\f0da"; }
.icon-columns:before              { content: "\f0db"; }
.icon-sort:before                 { content: "\f0dc"; }
.icon-sort-down:before            { content: "\f0dd"; }
.icon-sort-up:before              { content: "\f0de"; }

.icon-envelope-alt:before         { content: "\f0e0"; }
.icon-linkedin:before             { content: "\f0e1"; }
.icon-undo:before                 { content: "\f0e2"; }
.icon-legal:before                { content: "\f0e3"; }
.icon-dashboard:before            { content: "\f0e4"; }
.icon-comment-alt:before          { content: "\f0e5"; }
.icon-comments-alt:before         { content: "\f0e6"; }
.icon-bolt:before                 { content: "\f0e7"; }
.icon-sitemap:before              { content: "\f0e8"; }
.icon-umbrella:before             { content: "\f0e9"; }
.icon-paste:before                { content: "\f0ea"; }

.icon-user-md:before              { content: "\f200"; }
/* ------------- prettyPhoto  -------------- */
/* Default Theme */
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../img/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../img/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../img/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../img/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../img/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../img/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../img/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../img/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(../img/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../img/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(../img/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(../img/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(../img/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../img/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../img/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../img/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../img/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../img/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../img/prettyPhoto/default/loader.gif) center center no-repeat}
/* Basics */
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}