<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700|Merriweather:400,700);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);


/* @group Reset */

html, body {
	overflow-x: hidden;
}

html {
	position: relative;
	-webkit-text-size-adjust:none;
}

body {
	margin: 0;
	padding: 0;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
	-moz-outline-style: none;
}

/* remember to highlight inserts somehow! */

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

input, select {
	vertical-align: middle;
}

textarea {
  outline: none;
}

.clearfix {
Â&nbsp; Â&nbsp; zoom: 1
}

.clearfix:before, .clearfix:after {
Â&nbsp; Â&nbsp; content: ".";
Â&nbsp; Â&nbsp; display: block;
Â&nbsp; Â&nbsp; height: 0;
Â&nbsp; Â&nbsp; overflow: hidden;
}

.clearfix:after {
Â&nbsp; Â&nbsp; clear: both
}

/* @end */

/* @group General Styles */

body {
	overflow-x: hidden;
	font: 16px/28px 'Merriweather', Georgia, serif;
}

p {
}

b, strong {

}

a { 
	text-decoration: none;
	-webkit-transition: .07s ease-in;  
	-moz-transition: .07s ease-in;  
	-o-transition: .07s ease-in;  
	transition: .07s ease-in;
}

a:link, a:visited {
	text-decoration: none;
	color: #3f3f3f;
}

a:hover, a:active {
	text-decoration: none;
}


/* @end */

/* @group Layout */

.clearer {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

#header {
	position: fixed;
	width: 100%;
	display: inline-block;	
	background-color: white;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 35px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	height: 50px;
	z-index: 10;
	border-top: 6px solid #4a7687;
}

#headerContainer {
    margin: 0 auto;
	max-width: 960px;
}

img {
	max-width: 100%;
	width: 100%;
	height: auto;
	
	border-radius: 0px!important;
	-webkit-border-radius: 0px!important;
	-moz-border-radius: 0px!important;
}

#wrapper {
    position: relative;
    height: 100%;
    margin: 0 auto;
    padding: 60px 150px 60px;
}

#main {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
	background: #fff;
	padding: 0px 0px;
	height: auto;
	position: relative;
	overflow: hidden;
	display: block;
	
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);   
}

#content {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#content img:first-child {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	
	-webkit-border-bottom-left-radius: 0px!important;
	-webkit-border-bottom-right-radius: 0px!important;
	-moz-border-radius-bottomleft: 0px!important;
	-moz-border-radius-bottomright: 0px!important;
	border-bottom-left-radius: 0px!important;
	border-bottom-right-radius: 0px!important;
}

#content img:last-child {
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

#extraContent1 {
    position: relative;
    height: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 160px 150px 0;
}

#extraContainer1 {
    width: 100%;
    margin: 0 auto;
	padding: 0px 0px;
	height: auto;
	position: relative;
	overflow: hidden;
	display: block;   
}

#extraContent2 {
    position: relative;
    height: 100%;
    margin: 0 auto;
    padding: 50px 150px 0;Æ’icon
    max-width: 960px;
}

#extraContainer2 {
    width: 100%;
    margin: 0 auto;
	background: #fff;
	padding: 0px 0px;
	height: auto;
	position: relative;
	overflow: hidden;
	display: block;	
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);   
	  
}

#extraContent3 {
    position: relative;
    height: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 60px 150px 0;
}

#extraContainer3 {
    width: 100%;
    margin: 0 auto;
	background: #fff;
	padding: 0px 0px;
	height: auto;
	position: relative;
	overflow: hidden;
	display: block;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);      
}

#extraContent4 {
    position: relative;
    height: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0px 150px 0;
}

#extraContainer4 {
    width: 100%;
    margin: 0 auto;
	padding: 0px 0px;
	height: auto;
	position: relative;
	overflow: hidden;
	display: block;
}

#title{
	float: left;
}

#siteLogo { 
	display: inline-block;
	margin-bottom: 0px;
}

#siteLogo img { 
	margin: 0;
	width: auto;
	height: 50px;
}

h1.siteTitle {
	letter-spacing: -2px;
	padding: 0;
	display: inline-block;
	font: bold 42px/30px 'Helvetica Neue', Helvetica, sans-serif;
	margin: 7px 10px 0 0;
}

h1.siteTitle a {
	color: #fff;
	-webkit-transition: .1s ease-in;  
	-moz-transition: .1s ease-in;  
	-o-transition: .1s ease-in;  
	transition: .1s ease-in; 
}

h1.siteTitle a:hover {
	color: #ccc;
	-webkit-transition: .1s ease-in;  
	-moz-transition: .1s ease-in;  
	-o-transition: .1s ease-in;  
	transition: .1s ease-in; 
}

#logo a:hover { text-decoration: none; }

#footer {
	width: 100%;
	background-color: none;
	margin-top: 40px;
	height: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}

#footerContent {
	line-height: 22px;
	max-width: 900px;
	border-top: 1px solid #dedfde;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	font-size: 16px;
}

#footerNav {
	float:  left;	
}

#footerNav {
  height: 48px;
  display: inline-block;
  list-style-type: none;
  float: none;
}
#footerNav #nav &gt; li, #nav:active &gt; .active {
  float: left;
  position: relative;
  margin: 0 0 4px;
  text-shadow: none;
  background-color: none;
  background: none;
  border: none;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#footerNav #nav &gt; li &gt; a {
padding: 0 10px;
}
#footerNav #nav &gt; li.active,
#footerNav #nav &gt; .active:active,
#footerNav #nav &gt; li:active {
  z-index: 2;
  margin: 0 0 0;
  height: 43px;
  background: none;
  border-color: none;
  border-width: 0;
  background-image: none;
  box-shadow: none;
}
#footerNav #nav &gt; li:first-child {
  border-left-width: 0 !important;
  border-radius: 0;
}
#footerNav #nav &gt; li:last-child {
  border-right-width: 0px !important;
  border-radius: none;
}
#nav &gt; li + li, #nav:active &gt; #active + li, #nav:active &gt; li + .active {
  border-left-width: 0;
}
#nav &gt; .active + li,
#nav &gt; .active:active + li,
#nav &gt; li:active + li,
#nav &gt; li:active + .active {
  border-left-width: 0;
}

#footerText {
	float:  right;
	margin-top: 12px;
	padding-right: 25px;
}

#footer p {
}

#footer a:link, #footer a:visited {
	color: #fff;
}

#footer a:hover, #footer a:active {
}

.btn {
	padding: 15px 30px;
	background: #EC7B4A;
	color: white;
	box-shadow: 
	    1px 1px #4a7687,
	    2px 2px #4a7687,
	    3px 3px #4a7687;
	 transition: all 0.1s ease-in;
	 font-size: 1.2em;
	 font-weight: normal;
	 font-style: normal;
 }

.btn:hover {
	box-shadow: none;
	top: 3px;
	left: 3px;
	color:  #4a7687;
}
	
/* @end */

/* @group Toolbar */

/* Navigation Styles */

/* Parent - Level 0 */

#nav {
  height: 48px;
  display: inline-block;
  list-style-type: none;
  float: right;
  color: #404040;
  font: 13px/20px 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
}
#nav &gt; li, #nav:active &gt; .active {
  float: left;
  position: relative;
  margin: 0 0 4px;
  height: 44px;
  color: #969796;
  text-shadow: 0 1px 2px #FFF;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid;
  border-color: #cfcfcf #d6d6d6 #c8c8c8;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.25));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.25));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.25));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.25));
  -webkit-box-shadow: inset 0 1px white, inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 2px #dadada, 0 3px #c4c4c4, 0 4px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px white, inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 2px #dadada, 0 3px #c4c4c4, 0 4px 3px rgba(0, 0, 0, 0.1);
}
#nav &gt; li:hover {
  color: #539f07;
  text-shadow: 0 1px white, 0 0 20px white;
}
#nav &gt; li.active,
#nav &gt; .active:active,
#nav &gt; li:active {
  z-index: 2;
  margin: 4px 0 0;
  height: 43px;
  color: #857f79;
  background: transparent;
  border-color: #ccc;
  border-width: 1px 0;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.4);
}

#nav &gt; li:active {
  z-index: 3;
}
#nav &gt; li:first-child {
  border-left-width: 1px !important;
  border-left-color: #c6c6c6;
  border-radius: 5px 0 0 5px;
}
#nav &gt; li:last-child {
  border-right-width: 1px !important;
  border-right-color: #c6c6c6;
  border-radius: 0 5px 5px 0;
}
#nav &gt; li + li, #nav:active &gt; #active + li, #nav:active &gt; li + .active {
  border-left-width: 0;
}
#nav &gt; .active + li,
#nav &gt; .active:active + li,
#nav &gt; li:active + li,
#nav &gt; li:active + .active {
  border-left-width: 1px;
}
#nav &gt; li &gt; a {
  display: block;
  position: relative;
  line-height: 44px;
  padding: 0 20px;
  font-size: 12px;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
  outline: 0;
}
#nav &gt; li &gt; a:before {
  content: attr(title);
  position: absolute;
  top: 1px;
  left: 20px;
  color: rgba(255, 255, 255, 0.4);
  text-shadow: none;
}

#nav &gt; li li {
	display: none;
}

/* Responsive Navigation */
/* Mobile Landscape and Portrait */
@media only screen and (max-width: 767px) {

		#siteLogo { 
			display: block;
			margin-bottom: 0px;
			text-align: center;
		}
		#title {
			float: none;
		}
		h1.siteTitle {
			text-align: center;
			width: 100%!important;
		}
	   #nav {
	     height: 48px;
	     display: block;
	     list-style-type: none;
	     float: none;
	     font: 13px/20px 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
	     color: #404040;
		 margin-top: 48px;
		 background-color: none;
	    }
	   #nav &gt; li, #nav:active &gt; .active {
	     float: none;
	     position: relative;
	     margin: 0;
	     height: 44px;
	     color: #969796;
	     text-shadow: none;
	     background-color: none;
	     border: 0px;
	     border-color: none;
	     background-image: none;
	     box-shadow: none;
	     padding-left: 0px;
	   }
	   #nav &gt; li:hover {
	     color: #539f07;
	     text-shadow: 0 1px white, 0 0 20px white;
	   }
	   #nav &gt; li.active,
	   #nav &gt; .active:active,
	   #nav &gt; li:active {
	     z-index: 2;
		 height: 43px;
	     color: #857f79;
	     background: transparent;
	     border-color: #ccc;
	     border-width: 1px 0;
	     background-image: none;
	     box-shadow: none;
		 margin: 0;
	 }
	   #nav &gt; li:active {
	     z-index: 3;
	   }
	   #nav &gt; li:first-child {
	     border-left-width: 0px;
	     border-left-color: none;
	     border-radius: 0px;
	   }
	   #nav &gt; li:last-child {
	     border-right-width: 0px !important;
	     border-right-color: none;
	     border-radius: 0px;
	   }
	   #nav &gt; li + li, #nav:active &gt; #active + li, #nav:active &gt; li + .active {
	     border-left-width: 0;
	   }
	   #nav &gt; .active + li,
	   #nav &gt; .active:active + li,
	   #nav &gt; li:active + li,
	   #nav &gt; li:active + .active {
	     border-left-width: 1px;
	   }
	   #nav &gt; li &gt; a {
	     display: block;
	     position: relative;
	     line-height: 44px;
	     padding: 0px;
	     font-size: 12px;
	     font-weight: bold;
	     color: inherit;
	     text-decoration: none;
	     outline: 0;
	     margin: 0;
		 text-align: center;
	 }
	   #nav &gt; li &gt; a:before {
	     content: attr(title);
	     position: absolute;
	     top: 1px;
	     left: 20px;
	     color: rgba(255, 255, 255, 0.4);
	     text-shadow: none;
	   }
}

/* @end */


/* @group Global Classes */

blockquote {
	background: #3f3f3f;
	letter-spacing: -2px;
	text-align: center;
	color: #fff;
	padding-top: 10%;
	font: 42px/54px 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
	padding-bottom: 10%;
}

blockquote span {
	font-size: 12px;
	letter-spacing: 0;
	width: 100%;
	text-align: center;
	color: #d5d5d5;
	margin: 0 0 0 10px;
	text-transform: uppercase;
}

h1 { 
	font-size: 2.0em;
	letter-spacing: -2px;
	text-align: center;
	padding: 20px 0 0;
	margin: 0 auto;
	width: 100%;
	line-height: 1.3em;
	font-weight: normal;
	font-style: normal;
}

h2 { 
	font-size: 1.6em;
	line-height: 1.8em;
	font-weight: normal;
	font-style: normal;
}

h3 { 
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: normal;
	font-style: normal;
}

.imageStyle {
}

ol {
}

li {
}

/* Sidebar */
#sidebarContent {
	margin-bottom: 40px;
}

#sidebar {
	margin-bottom: 40px;
	clear: both;
}


/* Icon Font */
@font-face {
  font-family: 'fontello';
  src: url("fonts/fontello.eot");
  src: url("fonts/fontello.eot?#iefix") format('embedded-opentype'), url("fonts/fontello.woff") format('woff'), url("fonts/fontello.ttf") format('truetype'), url("fonts/fontello.svg#fontello") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  opacity: 0.8;
/* fix buttons height, for twitter bootstrap */
  line-height: 1em;
/* Animation center compensation - magrins should be symmetric */
/* remove if not needed */
  margin-left: 0.2em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.feature-list [class^="icon-"] {
	text-align: left;
	font-size: 1.3em;
	margin-right: 10px;
	background-color: #383f4f;
	color: white!important;
	padding: 4px 4px 4px 6px;
	-webkit-border-radius:2px;
    -moz-border-radius:2px;
	border-radius:2px;
}

.icon-home {
	font-size: 20px;
}

.icon-hash:before { content: '\23'; } /* '#' */
.icon-plus-1:before { content: '\e80d'; } /* 'î&nbsp;' */
.icon-plus:before { content: '\2b'; } /* '+' */
.icon-minus-1:before { content: '\e80f'; } /* 'î&nbsp;' */
.icon-minus:before { content: '\2d'; } /* '-' */
.icon-at:before { content: '\40'; } /* '@' */
.icon-pilcrow:before { content: '\b6'; } /* 'Â¶' */
.icon-info:before { content: '\2139'; } /* 'â„¹' */
.icon-left-1:before { content: '\e82f'; } /* 'î&nbsp;¯' */
.icon-left:before { content: '\2190'; } /* 'â†' */
.icon-up-1:before { content: '\e831'; } /* 'î&nbsp;±' */
.icon-up:before { content: '\2191'; } /* 'â†‘' */
.icon-right-1:before { content: '\e830'; } /* 'î&nbsp;°' */
.icon-right:before { content: '\2192'; } /* 'â†’' */
.icon-down-1:before { content: '\e82e'; } /* 'î&nbsp;®' */
.icon-down:before { content: '\2193'; } /* 'â†“' */
.icon-undo:before { content: '\21b6'; } /* 'â†¶' */
.icon-exchange:before { content: '\21c4'; } /* 'â‡„' */
.icon-home-1:before { content: '\e811'; } /* 'î&nbsp;‘' */
.icon-home:before { content: '\2302'; } /* 'âŒ‚' */
.icon-split:before { content: '\2387'; } /* 'âŽ‡' */
.icon-pause-1:before { content: '\e835'; } /* 'î&nbsp;µ' */
.icon-pause:before { content: '\2389'; } /* 'âŽ‰' */
.icon-eject:before { content: '\23cf'; } /* 'â' */
.icon-fast-fw:before { content: '\23e9'; } /* 'â©' */
.icon-fast-bw:before { content: '\23ea'; } /* 'âª' */
.icon-to-end-1:before { content: '\e836'; } /* 'î&nbsp;¶' */
.icon-to-end:before { content: '\23ed'; } /* 'â­' */
.icon-to-start-1:before { content: '\e837'; } /* 'î&nbsp;·' */
.icon-to-start:before { content: '\23ee'; } /* 'â®' */
.icon-stop-1:before { content: '\e834'; } /* 'î&nbsp;´' */
.icon-stop:before { content: '\25aa'; } /* 'â–ª' */
.icon-up-dir:before { content: '\25b4'; } /* 'â–´' */
.icon-play-1:before { content: '\e833'; } /* 'î&nbsp;³' */
.icon-play:before { content: '\25b6'; } /* 'â–¶' */
.icon-right-dir:before { content: '\25b8'; } /* 'â–¸' */
.icon-down-dir:before { content: '\25be'; } /* 'â–¾' */
.icon-left-dir:before { content: '\25c2'; } /* 'â—‚' */
.icon-sun-inv:before { content: '\2600'; } /* 'â˜€' */
.icon-cloud-1:before { content: '\e83b'; } /* 'î&nbsp;»' */
.icon-cloud:before { content: '\2601'; } /* 'â˜' */
.icon-umbrella-1:before { content: '\e83d'; } /* 'î&nbsp;½' */
.icon-umbrella:before { content: '\2602'; } /* 'â˜‚' */
.icon-star-1:before { content: '\e803'; } /* 'î&nbsp;ƒ' */
.icon-star:before { content: '\2605'; } /* 'â˜…' */
.icon-star-empty:before { content: '\2606'; } /* 'â˜†' */
.icon-check:before { content: '\2611'; } /* 'â˜‘' */
.icon-left-hand:before { content: '\261c'; } /* 'â˜œ' */
.icon-up-hand:before { content: '\261d'; } /* 'â˜' */
.icon-right-hand:before { content: '\261e'; } /* 'â˜ž' */
.icon-down-hand:before { content: '\261f'; } /* 'â˜Ÿ' */
.icon-th-list:before { content: '\2630'; } /* 'â˜°' */
.icon-sun:before { content: '\263c'; } /* 'â˜¼' */
.icon-moon:before { content: '\263e'; } /* 'â˜¾' */
.icon-heart-empty-1:before { content: '\e802'; } /* 'î&nbsp;‚' */
.icon-heart-empty:before { content: '\2661'; } /* 'â™¡' */
.icon-heart-1:before { content: '\e801'; } /* 'î&nbsp;' */
.icon-heart:before { content: '\2665'; } /* 'â™¥' */
.icon-music:before { content: '\266b'; } /* 'â™«' */
.icon-th:before { content: '\268f'; } /* 'âš' */
.icon-flag:before { content: '\2691'; } /* 'âš‘' */
.icon-cog-1:before { content: '\e822'; } /* 'î&nbsp;¢' */
.icon-cog:before { content: '\2699'; } /* 'âš™' */
.icon-attention:before { content: '\26a0'; } /* 'âš&nbsp;' */
.icon-flash-1:before { content: '\e83c'; } /* 'î&nbsp;¼' */
.icon-flash:before { content: '\26a1'; } /* 'âš¡' */
.icon-key:before { content: '\26bf'; } /* 'âš¿' */
.icon-rain:before { content: '\26c6'; } /* 'â›†' */
.icon-cog-alt:before { content: '\26ef'; } /* 'â›¯' */
.icon-scissors:before { content: '\2702'; } /* 'âœ‚' */
.icon-flight:before { content: '\2708'; } /* 'âœˆ' */
.icon-mail-1:before { content: '\e800'; } /* 'î&nbsp;€' */
.icon-mail:before { content: '\2709'; } /* 'âœ‰' */
.icon-edit:before { content: '\270d'; } /* 'âœ' */
.icon-pencil-1:before { content: '\e81b'; } /* 'î&nbsp;›' */
.icon-pencil:before { content: '\270e'; } /* 'âœŽ' */
.icon-pencil-neg:before { content: '\270f'; } /* 'âœ' */
.icon-pencil-alt:before { content: '\2710'; } /* 'âœ' */
.icon-ok-1:before { content: '\e809'; } /* 'î&nbsp;‰' */
.icon-ok:before { content: '\2713'; } /* 'âœ“' */
.icon-ok-circle-1:before { content: '\e80a'; } /* 'î&nbsp;Š' */
.icon-ok-circle:before { content: '\2714'; } /* 'âœ”' */
.icon-cancel-1:before { content: '\e80b'; } /* 'î&nbsp;‹' */
.icon-cancel:before { content: '\2715'; } /* 'âœ•' */
.icon-cancel-circle-1:before { content: '\e80c'; } /* 'î&nbsp;Œ' */
.icon-cancel-circle:before { content: '\2716'; } /* 'âœ–' */
.icon-asterisk:before { content: '\2731'; } /* 'âœ±' */
.icon-help:before { content: '\2753'; } /* 'â“' */
.icon-attention-circle:before { content: '\2757'; } /* 'â—' */
.icon-quote-left-alt:before { content: '\275b'; } /* 'â›' */
.icon-quote-right-alt:before { content: '\275c'; } /* 'âœ' */
.icon-quote-left:before { content: '\275d'; } /* 'â' */
.icon-quote-right:before { content: '\275e'; } /* 'âž' */
.icon-plus-circle-1:before { content: '\e80e'; } /* 'î&nbsp;Ž' */
.icon-plus-circle:before { content: '\2795'; } /* 'âž•' */
.icon-minus-circle-1:before { content: '\e810'; } /* 'î&nbsp;' */
.icon-minus-circle:before { content: '\2796'; } /* 'âž–' */
.icon-forward:before { content: '\27a6'; } /* 'âž¦' */
.icon-ccw:before { content: '\27f2'; } /* 'âŸ²' */
.icon-cw-1:before { content: '\e832'; } /* 'î&nbsp;²' */
.icon-cw:before { content: '\27f3'; } /* 'âŸ³' */
.icon-arrow-curved:before { content: '\2935'; } /* 'â¤µ' */
.icon-resize-vertical-1:before { content: '\e82c'; } /* 'î&nbsp;¬' */
.icon-resize-vertical:before { content: '\2b0c'; } /* 'â¬Œ' */
.icon-resize-horizontal-1:before { content: '\e82d'; } /* 'î&nbsp;­' */
.icon-resize-horizontal:before { content: '\2b0d'; } /* 'â¬' */
.icon-eject-1:before { content: '\2ecf'; } /* 'â»' */
.icon-play-circle2:before { content: '\e048'; } /* 'îˆ' */
.icon-left-circle:before { content: '\e4a1'; } /* 'î’¡' */
.icon-right-circle:before { content: '\e4a2'; } /* 'î’¢' */
.icon-up-circle:before { content: '\e4a3'; } /* 'î’£' */
.icon-down-circle:before { content: '\e4a4'; } /* 'î’¤' */
.icon-star-half:before { content: '\e701'; } /* 'îœ' */
.icon-ok-circle2:before { content: '\e702'; } /* 'îœ‚' */
.icon-cancel-circle2:before { content: '\e703'; } /* 'îœƒ' */
.icon-help-circle:before { content: '\e704'; } /* 'îœ„' */
.icon-info-circle:before { content: '\e705'; } /* 'îœ…' */
.icon-th-large:before { content: '\e808'; } /* 'î&nbsp;ˆ' */
.icon-lock-empty:before { content: '\e708'; } /* 'îœˆ' */
.icon-lock-open-empty:before { content: '\e709'; } /* 'îœ‰' */
.icon-eye-1:before { content: '\e817'; } /* 'î&nbsp;—' */
.icon-eye:before { content: '\e70a'; } /* 'îœŠ' */
.icon-eye-off:before { content: '\e70b'; } /* 'îœ‹' */
.icon-tag-1:before { content: '\e818'; } /* 'î&nbsp;˜' */
.icon-tag:before { content: '\e70c'; } /* 'îœŒ' */
.icon-tags:before { content: '\e70d'; } /* 'îœ' */
.icon-tag-empty:before { content: '\e70e'; } /* 'îœŽ' */
.icon-camera-alt:before { content: '\e70f'; } /* 'îœ' */
.icon-download-cloud:before { content: '\e710'; } /* 'îœ' */
.icon-upload-cloud:before { content: '\e711'; } /* 'îœ‘' */
.icon-export:before { content: '\e715'; } /* 'îœ•' */
.icon-print:before { content: '\e716'; } /* 'îœ–' */
.icon-retweet:before { content: '\e717'; } /* 'îœ—' */
.icon-comment-1:before { content: '\e81c'; } /* 'î&nbsp;œ' */
.icon-comment:before { content: '\e718'; } /* 'îœ˜' */
.icon-comment-inv:before { content: '\e719'; } /* 'îœ™' */
.icon-comment-alt:before { content: '\e71a'; } /* 'îœš' */
.icon-comment-inv-alt:before { content: '\e71b'; } /* 'îœ›' */
.icon-comment-alt2:before { content: '\e71c'; } /* 'îœœ' */
.icon-comment-inv-alt2:before { content: '\e71d'; } /* 'îœ' */
.icon-chat-1:before { content: '\e81d'; } /* 'î&nbsp;' */
.icon-chat:before { content: '\e720'; } /* 'îœ&nbsp;' */
.icon-chat-inv:before { content: '\e721'; } /* 'îœ¡' */
.icon-location-1:before { content: '\e81e'; } /* 'î&nbsp;ž' */
.icon-location:before { content: '\e724'; } /* 'îœ¤' */
.icon-location-inv:before { content: '\e725'; } /* 'îœ¥' */
.icon-location-alt:before { content: '\e726'; } /* 'îœ¦' */
.icon-compass:before { content: '\e728'; } /* 'îœ¨' */
.icon-trash-1:before { content: '\e81f'; } /* 'î&nbsp;Ÿ' */
.icon-trash:before { content: '\e729'; } /* 'îœ©' */
.icon-trash-empty:before { content: '\e72a'; } /* 'îœª' */
.icon-doc:before { content: '\e730'; } /* 'îœ°' */
.icon-doc-inv:before { content: '\e731'; } /* 'îœ±' */
.icon-doc-alt:before { content: '\e732'; } /* 'îœ²' */
.icon-doc-inv-alt:before { content: '\e733'; } /* 'îœ³' */
.icon-article:before { content: '\e734'; } /* 'îœ´' */
.icon-article-alt:before { content: '\e735'; } /* 'îœµ' */
.icon-rss:before { content: '\e73a'; } /* 'îœº' */
.icon-rss-alt:before { content: '\e73b'; } /* 'îœ»' */
.icon-share:before { content: '\e73c'; } /* 'îœ¼' */
.icon-basket:before { content: '\e73d'; } /* 'îœ½' */
.icon-calendar-inv:before { content: '\e73e'; } /* 'îœ¾' */
.icon-login:before { content: '\e740'; } /* 'î€' */
.icon-logout:before { content: '\e741'; } /* 'î' */
.icon-resize-full-1:before { content: '\e82a'; } /* 'î&nbsp;ª' */
.icon-resize-full:before { content: '\e744'; } /* 'î„' */
.icon-resize-full-alt:before { content: '\e745'; } /* 'î…' */
.icon-resize-small-1:before { content: '\e82b'; } /* 'î&nbsp;«' */
.icon-resize-small:before { content: '\e746'; } /* 'î†' */
.icon-resize-small-alt:before { content: '\e747'; } /* 'î‡' */
.icon-move:before { content: '\e74a'; } /* 'îŠ' */
.icon-popup:before { content: '\e74c'; } /* 'îŒ' */
.icon-zoom-in:before { content: '\e750'; } /* 'î' */
.icon-zoom-out:before { content: '\e751'; } /* 'î‘' */
.icon-down-circle2:before { content: '\e758'; } /* 'î˜' */
.icon-up-circle2:before { content: '\e75b'; } /* 'î›' */
.icon-down-open:before { content: '\e75c'; } /* 'îœ' */
.icon-left-open:before { content: '\e75d'; } /* 'î' */
.icon-right-open:before { content: '\e75e'; } /* 'îž' */
.icon-up-open:before { content: '\e75f'; } /* 'îŸ' */
.icon-arrows-cw:before { content: '\e760'; } /* 'î&nbsp;' */
.icon-play-circle2-1:before { content: '\e761'; } /* 'î¡' */
.icon-to-end-alt:before { content: '\e762'; } /* 'î¢' */
.icon-to-start-alt:before { content: '\e763'; } /* 'î£' */
.icon-award-empty:before { content: '\e764'; } /* 'î¤' */
.icon-list:before { content: '\e765'; } /* 'î¥' */
.icon-list-nested:before { content: '\e766'; } /* 'î¦' */
.icon-bat-empty:before { content: '\e772'; } /* 'î²' */
.icon-bat-half:before { content: '\e773'; } /* 'î³' */
.icon-bat-full:before { content: '\e774'; } /* 'î´' */
.icon-bat-charge:before { content: '\e775'; } /* 'îµ' */
.icon-inbox:before { content: '\e777'; } /* 'î·' */
.icon-font:before { content: '\e779'; } /* 'î¹' */
.icon-bold:before { content: '\e77a'; } /* 'îº' */
.icon-italic:before { content: '\e77b'; } /* 'î»' */
.icon-text-height:before { content: '\e77c'; } /* 'î¼' */
.icon-text-width:before { content: '\e77d'; } /* 'î½' */
.icon-align-left:before { content: '\e77e'; } /* 'î¾' */
.icon-align-center:before { content: '\e77f'; } /* 'î¿' */
.icon-align-right:before { content: '\e780'; } /* 'îž€' */
.icon-align-justify:before { content: '\e781'; } /* 'îž' */
.icon-list-1:before { content: '\e782'; } /* 'îž‚' */
.icon-indent-left:before { content: '\e783'; } /* 'îžƒ' */
.icon-indent-right:before { content: '\e784'; } /* 'îž„' */
.icon-off:before { content: '\e78e'; } /* 'îžŽ' */
.icon-road:before { content: '\e78f'; } /* 'îž' */
.icon-list-alt:before { content: '\e790'; } /* 'îž' */
.icon-qrcode:before { content: '\e791'; } /* 'îž‘' */
.icon-barcode:before { content: '\e792'; } /* 'îž’' */
.icon-ajust:before { content: '\e793'; } /* 'îž“' */
.icon-tint:before { content: '\e794'; } /* 'îž”' */
.icon-equalizer:before { content: '\e795'; } /* 'îž•' */
.icon-cursor:before { content: '\e796'; } /* 'îž–' */
.icon-aperture:before { content: '\e797'; } /* 'îž—' */
.icon-aperture-alt:before { content: '\e798'; } /* 'îž˜' */
.icon-steering-wheel:before { content: '\e799'; } /* 'îž™' */
.icon-brush:before { content: '\e79a'; } /* 'îžš' */
.icon-brush-alt:before { content: '\e79b'; } /* 'îž›' */
.icon-eyedropper:before { content: '\e79c'; } /* 'îžœ' */
.icon-layers:before { content: '\e79d'; } /* 'îž' */
.icon-layers-alt:before { content: '\e79e'; } /* 'îžž' */
.icon-moon-inv:before { content: '\e7a0'; } /* 'îž&nbsp;' */
.icon-magnet:before { content: '\e7a1'; } /* 'îž¡' */
.icon-chart-pie:before { content: '\e7a2'; } /* 'îž¢' */
.icon-chart-pie-alt:before { content: '\e7a3'; } /* 'îž£' */
.icon-dial:before { content: '\e7a4'; } /* 'îž¤' */
.icon-move-1:before { content: '\f047'; } /* 'ï‡' */
.icon-link-ext:before { content: '\f08e'; } /* 'ï‚Ž' */
.icon-check-empty:before { content: '\f096'; } /* 'ï‚–' */
.icon-bookmark-empty:before { content: '\f097'; } /* 'ï‚—' */
.icon-phone-squared:before { content: '\f098'; } /* 'ï‚˜' */
.icon-twitter:before { content: '\f099'; } /* 'ï‚™' */
.icon-facebook:before { content: '\f09a'; } /* 'ï‚š' */
.icon-github-circled:before { content: '\f09b'; } /* 'ï‚›' */
.icon-rss-1:before { content: '\f09e'; } /* 'ï‚ž' */
.icon-hdd:before { content: '\f0a0'; } /* 'ï‚&nbsp;' */
.icon-certificate:before { content: '\f0a3'; } /* 'ï‚£' */
.icon-left-circled:before { content: '\f0a8'; } /* 'ï‚¨' */
.icon-right-circled:before { content: '\f0a9'; } /* 'ï‚©' */
.icon-up-circled:before { content: '\f0aa'; } /* 'ï‚ª' */
.icon-down-circled:before { content: '\f0ab'; } /* 'ï‚«' */
.icon-tasks:before { content: '\f0ae'; } /* 'ï‚®' */
.icon-filter:before { content: '\f0b0'; } /* 'ï‚°' */
.icon-resize-full-alt-1:before { content: '\f0b2'; } /* 'ï‚²' */
.icon-beaker:before { content: '\f0c3'; } /* 'ïƒƒ' */
.icon-docs:before { content: '\f0c5'; } /* 'ïƒ…' */
.icon-blank:before { content: '\f0c8'; } /* 'ïƒˆ' */
.icon-menu:before { content: '\f0c9'; } /* 'ïƒ‰' */
.icon-list-bullet:before { content: '\f0ca'; } /* 'ïƒŠ' */
.icon-list-numbered:before { content: '\f0cb'; } /* 'ïƒ‹' */
.icon-strike:before { content: '\f0cc'; } /* 'ïƒŒ' */
.icon-underline:before { content: '\f0cd'; } /* 'ïƒ' */
.icon-table:before { content: '\f0ce'; } /* 'ïƒŽ' */
.icon-magic:before { content: '\f0d0'; } /* 'ïƒ' */
.icon-pinterest-circled:before { content: '\f0d2'; } /* 'ïƒ’' */
.icon-pinterest-squared:before { content: '\f0d3'; } /* 'ïƒ“' */
.icon-gplus-squared:before { content: '\f0d4'; } /* 'ïƒ”' */
.icon-gplus:before { content: '\f0d5'; } /* 'ïƒ•' */
.icon-money:before { content: '\f0d6'; } /* 'ïƒ–' */
.icon-columns:before { content: '\f0db'; } /* 'ïƒ›' */
.icon-sort:before { content: '\f0dc'; } /* 'ïƒœ' */
.icon-sort-down:before { content: '\f0dd'; } /* 'ïƒ' */
.icon-sort-up:before { content: '\f0de'; } /* 'ïƒž' */
.icon-mail-alt:before { content: '\f0e0'; } /* 'ïƒ&nbsp;' */
.icon-linkedin:before { content: '\f0e1'; } /* 'ïƒ¡' */
.icon-gauge:before { content: '\f0e4'; } /* 'ïƒ¤' */
.icon-comment-empty:before { content: '\f0e5'; } /* 'ïƒ¥' */
.icon-chat-empty:before { content: '\f0e6'; } /* 'ïƒ¦' */
.icon-sitemap:before { content: '\f0e8'; } /* 'ïƒ¨' */
.icon-paste:before { content: '\f0ea'; } /* 'ïƒª' */
.icon-lightbulb:before { content: '\f0eb'; } /* 'ïƒ«' */
.icon-exchange-1:before { content: '\f0ec'; } /* 'ïƒ¬' */
.icon-download-cloud-1:before { content: '\f0ed'; } /* 'ïƒ­' */
.icon-upload-cloud-1:before { content: '\f0ee'; } /* 'ïƒ®' */
.icon-user-md:before { content: '\f0f0'; } /* 'ïƒ°' */
.icon-stethoscope:before { content: '\f0f1'; } /* 'ïƒ±' */
.icon-suitcase:before { content: '\f0f2'; } /* 'ïƒ²' */
.icon-bell-alt:before { content: '\f0f3'; } /* 'ïƒ³' */
.icon-coffee:before { content: '\f0f4'; } /* 'ïƒ´' */
.icon-food:before { content: '\f0f5'; } /* 'ïƒµ' */
.icon-doc-alt-1:before { content: '\f0f6'; } /* 'ïƒ¶' */
.icon-building:before { content: '\f0f7'; } /* 'ïƒ·' */
.icon-hospital:before { content: '\f0f8'; } /* 'ïƒ¸' */
.icon-ambulance:before { content: '\f0f9'; } /* 'ïƒ¹' */
.icon-medkit:before { content: '\f0fa'; } /* 'ïƒº' */
.icon-fighter-jet:before { content: '\f0fb'; } /* 'ïƒ»' */
.icon-beer:before { content: '\f0fc'; } /* 'ïƒ¼' */
.icon-h-sigh:before { content: '\f0fd'; } /* 'ïƒ½' */
.icon-plus-squared:before { content: '\f0fe'; } /* 'ïƒ¾' */
.icon-angle-double-left:before { content: '\f100'; } /* 'ï„€' */
.icon-angle-double-right:before { content: '\f101'; } /* 'ï„' */
.icon-angle-double-up:before { content: '\f102'; } /* 'ï„‚' */
.icon-angle-double-down:before { content: '\f103'; } /* 'ï„ƒ' */
.icon-angle-left:before { content: '\f104'; } /* 'ï„„' */
.icon-angle-right:before { content: '\f105'; } /* 'ï„…' */
.icon-angle-up:before { content: '\f106'; } /* 'ï„†' */
.icon-angle-down:before { content: '\f107'; } /* 'ï„‡' */
.icon-desktop:before { content: '\f108'; } /* 'ï„ˆ' */
.icon-laptop:before { content: '\f109'; } /* 'ï„‰' */
.icon-tablet:before { content: '\f10a'; } /* 'ï„Š' */
.icon-mobile-1:before { content: '\f10b'; } /* 'ï„‹' */
.icon-circle-empty:before { content: '\f10c'; } /* 'ï„Œ' */
.icon-quote-left-1:before { content: '\f10d'; } /* 'ï„' */
.icon-quote-right-1:before { content: '\f10e'; } /* 'ï„Ž' */
.icon-spinner:before { content: '\f110'; } /* 'ï„' */
.icon-circle:before { content: '\f111'; } /* 'ï„‘' */
.icon-reply:before { content: '\f112'; } /* 'ï„’' */
.icon-github:before { content: '\f113'; } /* 'ï„“' */
.icon-folder-empty-1:before { content: '\f114'; } /* 'ï„”' */
.icon-folder-open-empty:before { content: '\f115'; } /* 'ï„•' */
.icon-github-squared:before { content: '\f300'; } /* 'ïŒ€' */
.icon-twitter-squared:before { content: '\f304'; } /* 'ïŒ„' */
.icon-facebook-squared:before { content: '\f308'; } /* 'ïŒˆ' */
.icon-linkedin-squared:before { content: '\f30c'; } /* 'ïŒŒ' */
.icon-picture-1:before { content: '\e806'; } /* 'î&nbsp;†' */
.icon-picture:before { content: 'ðŸŒ„'; } /* '\1f304' */
.icon-globe:before { content: 'ðŸŒŽ'; } /* '\1f30e' */
.icon-leaf:before { content: 'ðŸ‚'; } /* '\1f342' */
.icon-lemon:before { content: 'ðŸ‹'; } /* '\1f34b' */
.icon-glass:before { content: 'ðŸ¸'; } /* '\1f378' */
.icon-gift:before { content: 'ðŸŽ'; } /* '\1f381' */
.icon-mic:before { content: 'ðŸŽ¤'; } /* '\1f3a4' */
.icon-videocam:before { content: 'ðŸŽ¥'; } /* '\1f3a5' */
.icon-headphones-1:before { content: '\e827'; } /* 'î&nbsp;§' */
.icon-headphones:before { content: 'ðŸŽ§'; } /* '\1f3a7' */
.icon-video-1:before { content: '\e805'; } /* 'î&nbsp;…' */
.icon-video:before { content: 'ðŸŽ¬'; } /* '\1f3ac' */
.icon-target-1:before { content: '\e838'; } /* 'î&nbsp;¸' */
.icon-target:before { content: 'ðŸŽ¯'; } /* '\1f3af' */
.icon-award-1:before { content: '\e83a'; } /* 'î&nbsp;º' */
.icon-award:before { content: 'ðŸ‰'; } /* '\1f3c9' */
.icon-thumbs-up:before { content: 'ðŸ‘'; } /* '\1f44d' */
.icon-thumbs-down:before { content: 'ðŸ‘Ž'; } /* '\1f44e' */
.icon-user-1:before { content: '\e804'; } /* 'î&nbsp;„' */
.icon-user:before { content: 'ðŸ‘¤'; } /* '\1f464' */
.icon-users:before { content: 'ðŸ‘¥'; } /* '\1f465' */
.icon-lamp:before { content: 'ðŸ’¡'; } /* '\1f4a1' */
.icon-credit-card:before { content: 'ðŸ’³'; } /* '\1f4b3' */
.icon-briefcase:before { content: 'ðŸ’¼'; } /* '\1f4bc' */
.icon-floppy:before { content: 'ðŸ’¾'; } /* '\1f4be' */
.icon-cd:before { content: 'ðŸ’¿'; } /* '\1f4bf' */
.icon-folder-1:before { content: '\e820'; } /* 'î&nbsp;&nbsp;' */
.icon-folder:before { content: 'ðŸ“'; } /* '\1f4c1' */
.icon-folder-open:before { content: '\e821'; } /* 'î&nbsp;¡' */
.icon-folder-empty:before { content: 'ðŸ“‚'; } /* '\1f4c2' */
.icon-doc-1:before { content: 'ðŸ“„'; } /* '\1f4c4' */
.icon-calendar-1:before { content: '\e824'; } /* 'î&nbsp;¤' */
.icon-calendar:before { content: 'ðŸ“…'; } /* '\1f4c5' */
.icon-calendar-alt:before { content: 'ðŸ“†'; } /* '\1f4c6' */
.icon-chart-bar-1:before { content: '\e83f'; } /* 'î&nbsp;¿' */
.icon-chart-bar:before { content: 'ðŸ“Š'; } /* '\1f4ca' */
.icon-pin-1:before { content: '\e816'; } /* 'î&nbsp;–' */
.icon-pin:before { content: 'ðŸ“Œ'; } /* '\1f4cc' */
.icon-attach-1:before { content: '\e813'; } /* 'î&nbsp;“' */
.icon-attach:before { content: 'ðŸ“Ž'; } /* '\1f4ce' */
.icon-book-alt:before { content: 'ðŸ“”'; } /* '\1f4d4' */
.icon-book-1:before { content: '\e83e'; } /* 'î&nbsp;¾' */
.icon-book:before { content: 'ðŸ“•'; } /* '\1f4d5' */
.icon-book-open:before { content: 'ðŸ“–'; } /* '\1f4d6' */
.icon-phone:before { content: 'ðŸ“ž'; } /* '\1f4de' */
.icon-megaphone:before { content: 'ðŸ“£'; } /* '\1f4e3' */
.icon-upload-1:before { content: '\e81a'; } /* 'î&nbsp;š' */
.icon-upload:before { content: 'ðŸ“¤'; } /* '\1f4e4' */
.icon-download-1:before { content: '\e819'; } /* 'î&nbsp;™' */
.icon-download:before { content: 'ðŸ“¥'; } /* '\1f4e5' */
.icon-box:before { content: 'ðŸ“¦'; } /* '\1f4e6' */
.icon-mobile:before { content: 'ðŸ“±'; } /* '\1f4f1' */
.icon-signal-1:before { content: '\e839'; } /* 'î&nbsp;¹' */
.icon-signal:before { content: 'ðŸ“¶'; } /* '\1f4f6' */
.icon-camera-1:before { content: '\e807'; } /* 'î&nbsp;‡' */
.icon-camera:before { content: 'ðŸ“·'; } /* '\1f4f7' */
.icon-shuffle:before { content: 'ðŸ”€'; } /* '\1f500' */
.icon-loop-alt:before { content: 'ðŸ”'; } /* '\1f501' */
.icon-loop:before { content: 'ðŸ”„'; } /* '\1f504' */
.icon-volume-off-1:before { content: '\e825'; } /* 'î&nbsp;¥' */
.icon-volume-off:before { content: 'ðŸ”‡'; } /* '\1f507' */
.icon-volume-down:before { content: 'ðŸ”‰'; } /* '\1f509' */
.icon-volume-up-1:before { content: '\e826'; } /* 'î&nbsp;¦' */
.icon-volume-up:before { content: 'ðŸ”Š'; } /* '\1f50a' */
.icon-search-1:before { content: 'ðŸ”'; } /* '\1f50d' */
.icon-search:before { content: 'ðŸ”Ž'; } /* '\1f50e' */
.icon-key-1:before { content: '\e840'; } /* 'î¡€' */
.icon-key-inv:before { content: 'ðŸ”‘'; } /* '\1f511' */
.icon-lock-1:before { content: '\e814'; } /* 'î&nbsp;”' */
.icon-lock:before { content: 'ðŸ”’'; } /* '\1f512' */
.icon-lock-open-1:before { content: '\e815'; } /* 'î&nbsp;•' */
.icon-lock-open:before { content: 'ðŸ”“'; } /* '\1f513' */
.icon-bell:before { content: 'ðŸ””'; } /* '\1f514' */
.icon-bookmark:before { content: 'ðŸ”–'; } /* '\1f516' */
.icon-link-1:before { content: '\e812'; } /* 'î&nbsp;’' */
.icon-link:before { content: 'ðŸ”—'; } /* '\1f517' */
.icon-fire:before { content: 'ðŸ”¥'; } /* '\1f525' */
.icon-wrench-1:before { content: '\e823'; } /* 'î&nbsp;£' */
.icon-wrench:before { content: 'ðŸ”§'; } /* '\1f527' */
.icon-hammer:before { content: 'ðŸ”¨'; } /* '\1f528' */
.icon-clock-1:before { content: '\e828'; } /* 'î&nbsp;¨' */
.icon-clock:before { content: 'ðŸ•”'; } /* '\1f554' */
.icon-truck:before { content: 'ðŸšš'; } /* '\1f69a' */
.icon-block-1:before { content: '\e829'; } /* 'î&nbsp;©' */
.icon-block:before { content: 'ðŸš«'; } /* '\1f6ab' */

/* @end */

/* Table Styles */
table {
}
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
}


.blog-entry-summary {
}

.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
	color: #3f3f3f;
}

.blog-archive-link {
	color: #3f3f3f;
}

.blog-archive-link-enabled {
	color: #3f3f3f;
}

.blog-archive-link a:link, .blog-archive-link a:visited {
	color: #3f3f3f;
}

	
/* @end */

.blog-entry{
	background: white;
	height: auto;
	position: relative;
	overflow: hidden;
	display: block;
	margin: 40px auto 140px;
	max-width: 760px;
	
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); 
}

.blog-entry-body {
	margin-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.blog-entry-body img:first-child {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: inline-block;
}

.blog-entry-body img:first-child:hover {
	max-width: 100%;
	cursor: pointer;
}

.blog-entry-body img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

p.blog-entry-tags{
	display: none;
}

h1.blog-entry-title a:link {
	color: #3f3f3f;
}

.blog-entry-date, .blog-entry-title {
	display: none;
}

.entry-title {
	font-size: 32px;
	letter-spacing: -1px;
	margin: 0 auto;
	clear: both;
}

.entry-title:hover {
	text-decoration: underline;
}

.date-title{
	color: #D2D2D2;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 50px;
	width: 100%;
	margin-bottom: 5px;
}

.post-title {
	position: relative;
	width: 100%;
	clear: both;
	background-color: #497686;
	padding: 0 80px 40px;
	margin: 0px;
}

/*styles the category link in the main entry */
.blog-entry-category {
	display: block;
}

.blog-entry-category a:link, .blog-entry-category a:visited {
	color: #3f3f3f;
}

/*styles the permalink link in the main entry */
.blog-entry-permalink {
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
	color: #3f3f3f;
}

.blog-read-more {
	text-align: center;
	width: 100%;
	display: inline-block;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 0px;
}

.blog-entry-body {
}

.blog-entry-body p {
	position: relative;
	width: 80%;
	margin: 0 auto;
}

.blog-entry-comments {
	margin: 80px auto 80px;
	width: 80%;
	position:  relative;
}

a.blog-comment-link{
	display: none;
}

p.blog-entry-tags, p.blog-entry-tags a:link {
	color: #3f3f3f;
	margin-top: 10px;
}

ul.blog-tag-cloud {
	display: block;
	list-style-type: none;
	font-size: 14px;
	padding: 0 4% 0;
	width: 20%;
	float: right;
}

ul.blog-tag-cloud li {
	display: inline-block!important;
}


ul.blog-tag-cloud a, ul.blog-tag-cloud a:visited, ul.blog-tag-cloud a:link {
	display: inline-block!important;
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-top: 0px;
	float: left;
	display: block;
	width: 15%;
	font-size: 14px;
	padding: 0 4%;
	text-align: center;	
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-top: 0px;
	float: left;
	display: block;
	width: 30%;
	font-size: 14px;
	padding: 0 4%;
}

.blog-category-link-enabled {
	color: #3f3f3f;
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-top: 30px;
}

.blog-rss-link {
	color: #3f3f3f;
}

.blog-comments-rss-link {
	color: #3f3f3f;
}

.innerSpacer {
	margin-left: 0px;
	margin-right: 0px;
}

/* @end */

/* @group File Sharing */

.filesharing-description {
}

.filesharing-item {
	background-color: #e5e5e5;
	padding: 30px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.filesharing-item-title a:link {
	color: #3f3f3f;
	font: 14px 'Merriweather', Georgia, serif;
}

.filesharing-item-title a:hover {
	color: #b2b2b2;
}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
	margin-top: 10px;
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 60px;
	padding-left: 30px;
}

.album-description {
	margin-bottom: 20px;
}

.album-wrapper {
	padding-left: 30px;
}

.thumbnail-wrap {
	float: left;
	margin-right: 30px;
	margin-bottom: 80px;
	padding-right: 10px;
	display: block;
	width: 100%;
}

.thumbnail-frame {
	cursor: pointer;
}

.thumbnail-frame img {
	position: relative;
	cursor: pointer;
	border: 10px solid #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

.thumbnail-frame:hover {
	-webkit-transform: scale(1.05);
	z-index: 1;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-caption {
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	padding: 60px;
	text-align: center;
}

.photo-navigation {
	margin: 20px;
}

.photo-links {
	padding: 8px;
}

.photo-navigation a:link, .photo-navigation a:visited {
	color: #3f3f3f;
}

.photo-navigation a:hover {
	color: #b2b2b2;
}

.photo-frame{
	max-width: 100%;
	height: auto;
	position: relative;
	border: 10px solid #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

.photo-title {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}

.photo-caption {
	font-size: 18px;
	line-height: 22px;
}

/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-description {
	margin-top: 20px;
	margin-bottom: 20px;
}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
}

.movie-page-description {
}

.movie-thumbnail-frame {
	margin-bottom: 20px;
	width: 32%;
	display: block;
	float: right;
	margin-left: 5px;
	margin-right: 8px;
}

.movie-thumbnail-frame:hover {
	-webkit-transform: scale(1.05);
	z-index: 1;
}

.movie-thumbnail-frame img {
    width: 100% !important;
    height: auto !important;
}


.movie-thumbnail-caption {
	text-align: center;
	padding-top: 5px;
	margin: 0;
	overflow: hidden;
}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	width: 100%;
	text-align: center;
}

.movie-title {
}

.movie-frame {
}
	
/* @end */


/* @end */

/* @group Contact Form */
.message-text { 
	color: #3f3f3f;
	margin-bottom: 10px;
	margin-left: 10px;
} 

label{
	color: #3f3f3f;
	margin-left: 10px;
}
.required-text {
} 

.form-input-field, .form-input-textarea {
	border: 1px solid #C9C9C9;
	background: #ffffff;
	color: #545658;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset, -5px -5px 0 0 #f5f5f6, 5px 5px 0 0 #f5f5f6, 5px 0 0 0 #f5f5f6, 0 5px 0 0 #f5f5f6, 5px -5px 0 0 #f5f5f6, -5px 5px 0 0 #f5f5f6;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset, -5px -5px 0 0 #f5f5f6, 5px 5px 0 0 #f5f5f6, 5px 0 0 0 #f5f5f6, 0 5px 0 0 #f5f5f6, 5px -5px 0 0 #f5f5f6, -5px 5px 0 0 #f5f5f6;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset, -5px -5px 0 0 #f5f5f6, 5px 5px 0 0 #f5f5f6, 5px 0 0 0 #f5f5f6, 0 5px 0 0 #f5f5f6, 5px -5px 0 0 #f5f5f6, -5px 5px 0 0 #f5f5f6;
    margin-top: 10px;
    padding: 5px;
}

.form-input-field:focus,
.textarea.form-input-field:focus{
	border: 1px solid #bbbbbb;
	background: #ffffff;
	color: #545658;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset, -5px -5px 0 0 #f1f1f3, 5px 5px 0 0 #f1f1f3, 5px 0 0 0 #f1f1f3, 0 5px 0 0 #f1f1f3, 5px -5px 0 0 #f1f1f3, -5px 5px 0 0 #f1f1f3;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset, -5px -5px 0 0 #f1f1f3, 5px 5px 0 0 #f1f1f3, 5px 0 0 0 #f1f1f3, 0 5px 0 0 #f1f1f3, 5px -5px 0 0 #f1f1f3, -5px 5px 0 0 #f1f1f3;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset, -5px -5px 0 0 #f1f1f3, 5px 5px 0 0 #f1f1f3, 5px 0 0 0 #f1f1f3, 0 5px 0 0 #f1f1f3, 5px -5px 0 0 #f1f1f3, -5px 5px 0 0 #f1f1f3;
}
 
.form-input-field {
	width: 300px;
	height: 30px;
	margin-bottom: 15px;
	font: 14px/20px 'Merriweather', Georgia, serif;
	margin-left: 10px;
}

textarea.form-input-field{
	width: 75%;
	max-width: 500px;
	height: 300px;
	margin-bottom: 15px;
	font: 14px/20px 'Merriweather', Georgia, serif;
}

.form-input-button { 
	width: auto;
	padding: 0 15px 0;
	line-height: 30px;
	height: 30px;
	border: none;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #8cd4ff;
	color: #ffffff;
	-webkit-appearance: none;
	margin-left: 10px;
} 
/* @end */

/* Sitemap */

ul.tree{
	margin: 40px 0 0 40px;
}

ul.tree &gt; li{
	float: none;
	margin-bottom: 20px;
	list-style: none;
}

ul.tree ul{
	padding-top: 10px;
	list-style: none;
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 5px;
}

ul.tree ul li ul{
	display: none;
}

ul.tree a:link {
	color: #3f3f3f;	
}

ul.tree a:hover {
	color: #b2b2b2;	
}

ul.tree ul li a{
	color: #b2b2b2!important;
}

ul.tree ul li a:hover{
	text-decoration: underline;
}

ul.tree li ul li {
	padding-top: 15px;
}


/* @end */


/* Tabs */

#tabs {
	background-color: #3b3b3b;
	padding: 40px 20px 40px;
}

.etabs {
	padding: 0; 
	text-align: center;
	overflow: inherit;
	margin: 10px 0 0;
}

.tab { 
	margin: 0 5px; 
	padding:0; 
	display: inline-block; 
	zoom:1; 
	*display:inline; 
	border-bottom: none; 
	top:1px;
	position: relative;
	z-index: 1;
}

.tab a { 
	display: block; 
	padding: 7px 12px;  
	border: 3px solid #ffffff;
}

.tab a:link {
	color: #ffffff;
}

.tab a.active,
.tab a:hover { 
	color: #ffffff;
	border: 3px solid #c7683f;
}

.tab.active {
	position: relative; 
	z-index: 3;
	background-color: #c7683f;
}

.tab-container .panel-container {
	position: relative;
	z-index: 1;
	padding: 30px 30px 0;
	text-align: left;
}

.panel-container { 
	margin-bottom: 10px; 
}

/* @end */


/* Hero Shots */

.dg-container{
	width: 100%;
	height: 450px;
	position: relative;
}
.dg-wrapper{
	width: 481px;
	height: 316px;
	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
.dg-wrapper a{
	width: 482px;
	height: 316px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent url(../images/browser.png) no-repeat top left;
	background-size: 482px 316px;
	background-repeat: no-repeat;
	box-shadow: 0px 1px 15px rgba(0,0,0,0.3);
}
.dg-wrapper a.dg-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dg-wrapper a img{
	display: block;
	padding: 31px 0px 0px 0px;
	width:  482px;
	height: 285px;
}
.dg-wrapper a div{
	font-style: italic;
	text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #333;
	font-size: 16px;
	width: 100%;
	bottom: -55px;
	display: none;
	position: absolute;
}
.dg-wrapper a.dg-center div{
	display: block;
}
.dg-container nav{
	width: 58px;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -29px;
}
.dg-container nav span{
	float: left;
	cursor:pointer;
	width: 24px;
	height: 25px;
	opacity: 0.8;
	background: none;
	font-size: 1.3em;
}
.dg-container nav span:hover{
	opacity: 1;
}
.dg-container nav span.dg-next{
	background-position: top right;
	margin-left: 10px;
}

/* @end */


/* Flexible Videos */

.video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.video iframe,  
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* Audio */

.audio a{
	color: #fff!important;
}

.audio a:hover{
	text-decoration: none;
}

.audio {
	background: #5ac8da;
	letter-spacing: -2px;
	text-align: center;
	color: #fff;
	padding-top: 7%;
	font: 42px/54px 'Helvetica Neue', Helvetica, sans-serif;
	padding-bottom: 10%;
	-o-transition: background 0.25s ease-in;
	-webkit-transition: background 0.25s ease-in;
	-moz-transition: background 0.25s ease-in;
	transition: background 0.25s ease-in;
	margin: auto;
}


a.icon-play, a.icon-pause {
	margin-left: 0.3em;
}


/* @end */

/* Responsive Slides */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

/* @end */

/* Link Posts */

.link a{
	color: #fff!important;
}

.link a:hover{
	text-decoration: none;
}

.link {
	background: #c84a28;
	letter-spacing: -2px;
	text-align: center;
	color: #fff;
	padding-top: 5%;
	font: 42px/54px 'Helvetica Neue', Helvetica, sans-serif;
	padding-bottom: 10%;
	-o-transition: background 0.25s ease-in;
	-webkit-transition: background 0.25s ease-in;
	-moz-transition: background 0.25s ease-in;
	transition: background 0.25s ease-in;
}

.post-title:hover, .link:hover, .audio:hover, blockquote:hover  {
	background: #2c2c2c;
	-o-transition: background 0.25s ease-in;
	-webkit-transition: background 0.25s ease-in;
	-moz-transition: background 0.25s ease-in;
	transition: background 0.25s ease-in;
	color: #fff;
}

h2.link p, h2.audio p {
	width: 80%;
	margin: auto;
}

/* @end */


/* Pricing Tables */

ul, ol {
	list-style: none;
}

.priceContainer {
	width: 100%;
	max-width: 960px;
	margin:70px auto
	}
.plan { float:left; }

.plan article {
	width:237px;
	float:left;
	background:#fff;
	border:1px solid #a6b1c2;
	margin-left:-1px;
	margin-bottom:20px;
	-webkit-box-shadow:0 0 4px rgba(0,0,0,.2);
	-moz-box-shadow:0 0 4px rgba(0,0,0,.2);1
	box-shadow:0 0 4px rgba(0,0,0,.2);
	}

.plan article:first-child {
	-webkit-border-radius:2px 0 0 2px;
	-moz-border-radius:2px 0 0 2px;
	border-radius:2px 0 0 2px;
	}

.plan article:last-child { 
	-webkit-border-radius:0 2px 2px 0;
	-moz-border-radius:0 2px 2px 0;
	border-radius:0 2px 2px 0;
	border-right:1px solid #a6b1c2; 
	}

.plan-info {
	padding:19px 18px 50px 18px;
	border-bottom:1px solid #a6b1c2;
	}


.plan h1 {
	font-size:22px;
	font-weight:bold;
	color:#394050;
	display:block;
	margin-bottom:9px;
	letter-spacing: 0px;
	text-align: left;
	padding: 0;
	line-height: 22px;

	}

.plan h2 {
	font-size:13px;
	font-weight:bold;
	color:#292d36;
	display:block;
	line-height:26px;
	text-align: left;
	}

.plan h3 {
	font-size:12px;
	font-weight:bold;
	color:#b4b8c4;
	display:block;
	margin-bottom:18px;
	text-align: left;
	}

.plan p {
	font-size:12px;
	color:#7c828e;
	line-height:18px;
	margin-top:12px;
	text-align: left;

	}

.feature-list li {
	background:#fff;
	width:201px;
	padding:10px 18px 10px 18px;
	height:26px;
	overflow:hidden;
    	transition:all 0.5s ease-in-out;
		-webkit-transition:all 0.5s ease-in-out;
	    -moz-transition:all 0.5s ease-in-out;
	    -o-transition:all 0.5s ease-in-out;
	    -ms-transition:all 0.5s ease-in-out;
	}

.feature-list li:nth-child(odd) { background:#f8f9f9; }

.feature-list { border-bottom:1px solid #a6b1c2; }

.button {
	float:left;
	clear:both;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	font-size: 12px;
	font-weight: bold;
	text-shadow:0 1px 0 rgba(255,255,255,.23);
	text-decoration:none;
	border:1px solid #123955;
	color:#ffffff!important;
	-webkit-box-shadow:
		0 1px 1px rgba(0,0,0,.25);
	-moz-box-shadow:
		0 1px 1px rgba(0,0,0,.25);
	box-shadow:
		0 1px 1px rgba(0,0,0,.25);
	background-color: #ec7a4a;
}

.price.button { padding:0 10px 0 10px; }

.sign-up {
	width:198px;
	height:40px;
	text-transform:uppercase;
	text-align:center;
	line-height:40px;
	font-size:18px;
	margin:18px;
	}
	
.button:hover {
	border:1px solid #1b8017;
	color:#0d4b0b;
	background-color: #497686;
}

/* @end */


/* Testimonials */

/* --- functional styling */
.testimonialrotator{ position:relative; margin-top:40px; display:block; }
.testimonialrotator .testimonial{ position:absolute; top:0; left:0;  display:none; }
.testimonialrotator .testimonial:first-child{  position:relative; display:inline-block; }
.testimonialrotator .column { margin-left:5px; margin-right:5px; }

.testimonialrotator:before,
.testimonialrotator:after {
  	content: '\0020';
  	display: block;
  	overflow: hidden;
  	visibility: hidden;
  	width: 0;
  	height: 0;
}
.testimonialrotator:after{ clear:both; }

.transition { color:#aaa; font-style:normal; }

.testimonialrotator.skin_aurora .tests-con  { 
	display:block;
	position:relative;
	margin-top:30px;
	height:100px;
	width:100%;
	overflow:hidden;
}

.testimonialrotator.skin_aurora .tests-inner  { 
	position:absolute;
	width:100%;
	left:0;
	-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;	
}

.testimonialrotator.skin_aurora .thumbmenu-con{
	display:block;
	padding-left: 12%!important;
	padding-right: 10%!important;
}

.testimonialrotator.skin_aurora .thumbmenu-con:after {content: ".";	display: block;	clear: both;visibility: hidden;line-height: 0;height: 0;
}

.testimonialrotator.skin_aurora .thumbmenu-item-con{
	text-align:center;
	cursor:pointer;
	float:left;
}

.testimonialrotator.skin_aurora .thumbmenu-item{
	height:95px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center center;
	border-radius:50px;
	border: 5px solid #497686;	
	width:95px;

	-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
	opacity:1;	
}

.testimonialrotator.skin_aurora .thumbmenu-item-con.active .thumbmenu-item{
	box-shadow: 0 0 5px 2px rgb(153, 153, 153);
	border: 5px solid #c6673f;	
	opacity:1;
}

.testimonialrotator.skin_aurora .testimonial  { 
	width:100%;
	position:absolute;
	-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out;	
}

.testimonialrotator.skin_aurora .testimonial.faded  { 
	opacity:0;
}

.testimonialrotator.skin_aurora .testimonial .testtext { 
	font-size: 2.2em;
	line-height:1.2em; 
	text-align:center;
	letter-spacing: -3px;
}

.testimonialrotator.skin_aurora .testimonial .testauthor { 
	font-size: 1.2em;
 	color:#aaa; margin-top:10px; 
	text-align:center;
}

/* @end */

/* Signup form with Excel export */

#signDiv{
	width:100%; 
	margin:0; 
	padding:0}

.opacityDiv{
	width:100%; 
	padding:0; 
	min-height:100px;}

#right{  
	width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-left: 1px;
}

#right form{ 
	display: block;
    margin: 0px;
    position: relative;
    background: #ffffff;
    height: 45px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

#right form input.textBox{   
	line-height: 45px;
    height: 45px;
    font-size: 14px;
    color: #939393;
    border: 0;
    background: transparent;
    padding: 0 10px;
    width: 370px;
    margin: 0;
}

#right form input.blueTextBox{
	background: none;
	width: 304px; 
	height: 28px; 
	margin: 0 0 11px 0; 
	padding: 8px 0 0 15px; 
	border: none;
	font-size: 1em; 
}

.fromrelative{
	position: relative;
}

#right form input.submit{
	cursor: pointer;
    position: absolute;
    right: 3px;
    top: 5px;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    border: 0px solid #4a6c77;
}

#submitted {
	padding-left: 20px;
}

/* @end */


/* RapidCart */

.rcItemThumb {
	margin-top: 50px;
}

#rcHeader img, .rcButton img, .rcCartTools img {
	max-width: auto;
	width: auto;
}

/* @end */


/* Tablet and Mobile */
@media only screen and (max-width:767px) {
    
    body {
		font: 1.0em/1.4em 'Merriweather', Georgia, serif;
    }
    
    #subnav{
    }
    
    #content p {
    	width:  90%!important;
    }
    
    h1 {
    	width:  95%!important;
    	font-size: 28px;
    	line-height: 34px;
    	letter-spacing: -2px;
    	padding-bottom: 25px;
    }
    
    h1.siteTitle, h2.slogan {
	    display: block;
    }
    
    .logo-text {
	    padding: 10px 0;
    }
    
    .entry-title {
	    margin: 0 auto;
	    font-size:  28px;
    }
        
    #siteLogo img { 
    }
    
    #headerContainer {
    	padding: 0;
    }
    
    #header {
    	height: 360px!important;
    	padding-bottom: 0;
    	position: relative;
    }
    
    #wrapper {
		width: 100%;
		padding: 0!important;
	}
	
	#main, #content, #content img:first-child, #content img:last-child, #extraContainer2, #extraContainer3 {
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		-moz-border-radius: 0px;
		-ms-border-radius: 0px;
		-o-border-radius: 0px;
		border-radius: 0px;     
	}

	#extraContent1 {
		padding: 0 20px;
	}
	
	#extraContent2 {
		margin: 40px auto 0;
		padding: 0!important;
	}
	
	#extraContent3 {
	    margin: 40px auto 0;
		padding: 0!important;
	}
	
	#extraContent4 {
		margin: 40px auto 0;
		padding: 0 20px;
	}
	
	blockquote {
		padding-top: 30px;	
		margin: 0 0 0px 0!important;
		word-wrap: break-word;
	}
	
	#footerContent #block {
		float: left;
		width: 100%;
		margin: 0 0 25px 0;
		padding: 0 0 25px 0;
		border-bottom: solid 1px #444;
	}
	
	#footerContent #block:last-child {
		margin: 0;
		padding: 0;
		border-bottom: none;
	}
	
	ul.blog-tag-cloud, #blog-archives, #blog-categories {
		float: none!important;
		width: 100%;
		padding: 20px 0 0;
		text-align: center!important;
	}
	
	#sidebar {
		margin-bottom: 0px;
	}
	
	.blog-entry-body p {
		width: 90%!important;
	}
	
	.blog-entry {
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		-moz-border-radius: 0px;
		-ms-border-radius: 0px;
		-o-border-radius: 0px;
		border-radius: 0px;
	}
	
	.post-title {
		padding: 0 40px 40px;
	}
		
	.form-input-field {
    	width:  85%!important;
	}
	
	textarea.form-input-field{
    	width:  85%!important;
	}
	
	.message-text { 
		width:  85%!important;
	} 
	 
	.form-input-field, .form-input-button, label, .message-text { 
		margin-left: 30px;
	} 
	
	.audio {
		padding-top: 1%!important;
		margin-top: -20px;
	}
	
	.audio, .player {
		padding-top: 30px!important;
	}
	
	.blog-entry-comments {
		width: 90%!important;
	}

	.tab {
		padding:0; 
		display: block;
		zoom:1; 
		*display:inline; 
		border-bottom: none; 
		top:0;
		position: relative;
		z-index: 1;
		margin: 10px 0;
	}
	
	.tab a { 
		display: block; 
		padding: 7px 12px;  		
	}
	
	.tab a.active,
	.tab a:hover { 
	}
	
	.tab.active { 
		position: relative; 
		z-index: 3;
	}
	
	.tab-container .panel-container { 
		padding: 30px 20px 0 20px;
		position: relative;
		z-index: 1;
	}
	
	.panel-container { 
		margin-bottom: 10px; 
	}
	
	.pricing.four .plan {
		width:47%; 
		float: left; 
		margin-left: 2%; 
		margin-bottom: 10px;
	}
	
	#footerNav {
		display:  none;	
	}
	
	#footerText {
		float: none;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
		
}


 
/* iPad Portrait */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	
	body {
    }
    
    blockquote {
		margin: 0 0 0px 0 !important;
	}
	
	.audio {
		margin-top: -40px!important;
	}
}


/* iPad Landscape */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
	
	body {
	}
	
	.audio {
		margin-top: -40px!important;
	}
}

 
/* Menu adjust */
@media screen and (min-width:756px) and (max-width:1024px) {
	
	#wrapper {
		margin-top: 40px;
		padding-right: 50px;
		padding-left: 50px;
	}
	
	#extraContent1, #extraContent2, #extraContent3, #extraContent4 {
		padding-right: 50px;
		padding-left: 50px;
	}
}

/* Mobile Only */
@media only screen and (max-width:480px) {
	
	#navcontainer a {
		font-size: 0.8em;
		margin: auto;
	}
	
	#siteLogo img { 
		max-width: 325px;
		height: auto;
	}
	
	.audio, .player {
		margin-top: -40px!important;
	}
	
	a.icon-play, a.icon-pause {
		margin-top: 0px!important;
	}
	
	#navcontainer {
		padding-bottom: 20px;
		margin-left: 0px!important;
		max-width: 95%;
	}
	
	#content {
		padding-bottom: 0px!important;
	}
	
	.testimonialrotator.skin_aurora .thumbmenu-con {
		padding-left: 5%!important;
		padding-right: 19%!important;
	}
	
	.testimonialrotator.skin_aurora .testimonial .testtext {
		font-size: 1.8em;
	}
	
	.dg-container{
		height: 380px;
	}
	.dg-wrapper{
		width: 310px;
		height: 203px;
	}
	.dg-wrapper a{
		width: 310px;
		height: 203px;
		background-size: 311px 233px!important;
	}	
	.dg-wrapper a img{
		padding: 31px 0px 0px 0px;
		height: auto!important;
		width: 100%!important;
	}
	
	.dg-container nav span{
		font-size: 2em;
	}
	
	.dg-container nav {
		margin-left: -40px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.priceContainer {width:542px; }
	
	.plan article {
		margin-left:10px;
		margin-right:10px;
		}
		
	.plan article {border-radius:2px !important;}
	
	#footerNav #nav &gt; li &gt; a {
	padding: 0 3px;
	}
}

@media only screen and (max-width: 767px) {
	.priceContainer { width:241px; }
	
	.plan article { border-radius:2px !important; }

}

@media only screen and (min-width: 480px) and (max-width: 541px) {
	.priceContainer { width:241px!important; }
	
	.plan article { border-radius:2px !important; }

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.priceContainer { width:504px; }
	
	.plan article {
		margin-left:5px;
		margin-right:5px;
		}
	
	.plan article:nth-child(2) { border-radius:0 2px 2px 0; }
	
	.plan article:nth-child(3) { border-radius:2px 0 0 2px; }
	
	.plan article:last-child { border-radius:0 2px 2px 0; }
}

@media only screen and (min-width: 768px) and (max-width: 793px) {

	#nav {
	margin-top: -15px;
	padding-right: 150px;
	}
	
	#siteLogo {
	margin-bottom: 0px;
	text-align: center;
	margin-left: 230px;
	margin-top: -10px;
	}
	
	h1.siteTitle {
	margin-bottom: 0px;
	text-align: center;
	margin-top: -10px;
	width: 768px;
	}
	
	#siteLogo img {
	margin: 0;
	width: auto;
	height: 50px;
	margin-top: -10px;
	margin-bottom: 12px;
	}
	
	#header {
		height: 80px!important;
	}
	

}

/* @end */
</pre></body></html>