@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 {
    zoom: 1
}

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

.clearfix:after {
    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;
}

#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;
    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 > li, #nav:active > .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 > li > a {
padding: 0 10px;
}
#footerNav #nav > li.active,
#footerNav #nav > .active:active,
#footerNav #nav > 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 > li:first-child {
  border-left-width: 0 !important;
  border-radius: 0;
}
#footerNav #nav > li:last-child {
  border-right-width: 0px !important;
  border-radius: none;
}
#nav > li + li, #nav:active > #active + li, #nav:active > li + .active {
  border-left-width: 0;
}
#nav > .active + li,
#nav > .active:active + li,
#nav > li:active + li,
#nav > 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 > li, #nav:active > .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 > li:hover {
  color: #539f07;
  text-shadow: 0 1px white, 0 0 20px white;
}
#nav > li.active,
#nav > .active:active,
#nav > 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 > li:active {
  z-index: 3;
}
#nav > li:first-child {
  border-left-width: 1px !important;
  border-left-color: #c6c6c6;
  border-radius: 5px 0 0 5px;
}
#nav > li:last-child {
  border-right-width: 1px !important;
  border-right-color: #c6c6c6;
  border-radius: 0 5px 5px 0;
}
#nav > li + li, #nav:active > #active + li, #nav:active > li + .active {
  border-left-width: 0;
}
#nav > .active + li,
#nav > .active:active + li,
#nav > li:active + li,
#nav > li:active + .active {
  border-left-width: 1px;
}
#nav > li > 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 > li > a:before {
  content: attr(title);
  position: absolute;
  top: 1px;
  left: 20px;
  color: rgba(255, 255, 255, 0.4);
  text-shadow: none;
}

#nav > 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 > li, #nav:active > .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 > li:hover {
	     color: #539f07;
	     text-shadow: 0 1px white, 0 0 20px white;
	   }
	   #nav > li.active,
	   #nav > .active:active,
	   #nav > 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 > li:active {
	     z-index: 3;
	   }
	   #nav > li:first-child {
	     border-left-width: 0px;
	     border-left-color: none;
	     border-radius: 0px;
	   }
	   #nav > li:last-child {
	     border-right-width: 0px !important;
	     border-right-color: none;
	     border-radius: 0px;
	   }
	   #nav > li + li, #nav:active > #active + li, #nav:active > li + .active {
	     border-left-width: 0;
	   }
	   #nav > .active + li,
	   #nav > .active:active + li,
	   #nav > li:active + li,
	   #nav > li:active + .active {
	     border-left-width: 1px;
	   }
	   #nav > li > 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 > li > 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'; } /* '' */
.icon-plus:before { content: '\2b'; } /* '+' */
.icon-minus-1:before { content: '\e80f'; } /* '' */
.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'; } /* '' */
.icon-left:before { content: '\2190'; } /* '←' */
.icon-up-1:before { content: '\e831'; } /* '' */
.icon-up:before { content: '\2191'; } /* '↑' */
.icon-right-1:before { content: '\e830'; } /* '' */
.icon-right:before { content: '\2192'; } /* '→' */
.icon-down-1:before { content: '\e82e'; } /* '' */
.icon-down:before { content: '\2193'; } /* '↓' */
.icon-undo:before { content: '\21b6'; } /* '↶' */
.icon-exchange:before { content: '\21c4'; } /* '⇄' */
.icon-home-1:before { content: '\e811'; } /* '' */
.icon-home:before { content: '\2302'; } /* '⌂' */
.icon-split:before { content: '\2387'; } /* '⎇' */
.icon-pause-1:before { content: '\e835'; } /* '' */
.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'; } /* '' */
.icon-to-end:before { content: '\23ed'; } /* '⏭' */
.icon-to-start-1:before { content: '\e837'; } /* '' */
.icon-to-start:before { content: '\23ee'; } /* '⏮' */
.icon-stop-1:before { content: '\e834'; } /* '' */
.icon-stop:before { content: '\25aa'; } /* '▪' */
.icon-up-dir:before { content: '\25b4'; } /* '▴' */
.icon-play-1:before { content: '\e833'; } /* '' */
.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'; } /* '' */
.icon-cloud:before { content: '\2601'; } /* '☁' */
.icon-umbrella-1:before { content: '\e83d'; } /* '' */
.icon-umbrella:before { content: '\2602'; } /* '☂' */
.icon-star-1:before { content: '\e803'; } /* '' */
.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'; } /* '' */
.icon-heart-empty:before { content: '\2661'; } /* '♡' */
.icon-heart-1:before { content: '\e801'; } /* '' */
.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'; } /* '' */
.icon-cog:before { content: '\2699'; } /* '⚙' */
.icon-attention:before { content: '\26a0'; } /* '⚠' */
.icon-flash-1:before { content: '\e83c'; } /* '' */
.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'; } /* '' */
.icon-mail:before { content: '\2709'; } /* '✉' */
.icon-edit:before { content: '\270d'; } /* '✍' */
.icon-pencil-1:before { content: '\e81b'; } /* '' */
.icon-pencil:before { content: '\270e'; } /* '✎' */
.icon-pencil-neg:before { content: '\270f'; } /* '✏' */
.icon-pencil-alt:before { content: '\2710'; } /* '✐' */
.icon-ok-1:before { content: '\e809'; } /* '' */
.icon-ok:before { content: '\2713'; } /* '✓' */
.icon-ok-circle-1:before { content: '\e80a'; } /* '' */
.icon-ok-circle:before { content: '\2714'; } /* '✔' */
.icon-cancel-1:before { content: '\e80b'; } /* '' */
.icon-cancel:before { content: '\2715'; } /* '✕' */
.icon-cancel-circle-1:before { content: '\e80c'; } /* '' */
.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'; } /* '' */
.icon-plus-circle:before { content: '\2795'; } /* '➕' */
.icon-minus-circle-1:before { content: '\e810'; } /* '' */
.icon-minus-circle:before { content: '\2796'; } /* '➖' */
.icon-forward:before { content: '\27a6'; } /* '➦' */
.icon-ccw:before { content: '\27f2'; } /* '⟲' */
.icon-cw-1:before { content: '\e832'; } /* '' */
.icon-cw:before { content: '\27f3'; } /* '⟳' */
.icon-arrow-curved:before { content: '\2935'; } /* '⤵' */
.icon-resize-vertical-1:before { content: '\e82c'; } /* '' */
.icon-resize-vertical:before { content: '\2b0c'; } /* '⬌' */
.icon-resize-horizontal-1:before { content: '\e82d'; } /* '' */
.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'; } /* '' */
.icon-lock-empty:before { content: '\e708'; } /* '' */
.icon-lock-open-empty:before { content: '\e709'; } /* '' */
.icon-eye-1:before { content: '\e817'; } /* '' */
.icon-eye:before { content: '\e70a'; } /* '' */
.icon-eye-off:before { content: '\e70b'; } /* '' */
.icon-tag-1:before { content: '\e818'; } /* '' */
.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'; } /* '' */
.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'; } /* '' */
.icon-chat:before { content: '\e720'; } /* '' */
.icon-chat-inv:before { content: '\e721'; } /* '' */
.icon-location-1:before { content: '\e81e'; } /* '' */
.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'; } /* '' */
.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'; } /* '' */
.icon-resize-full:before { content: '\e744'; } /* '' */
.icon-resize-full-alt:before { content: '\e745'; } /* '' */
.icon-resize-small-1:before { content: '\e82b'; } /* '' */
.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'; } /* '' */
.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'; } /* '' */
.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'; } /* '' */
.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'; } /* '' */
.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'; } /* '' */
.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'; } /* '' */
.icon-headphones:before { content: '🎧'; } /* '\1f3a7' */
.icon-video-1:before { content: '\e805'; } /* '' */
.icon-video:before { content: '🎬'; } /* '\1f3ac' */
.icon-target-1:before { content: '\e838'; } /* '' */
.icon-target:before { content: '🎯'; } /* '\1f3af' */
.icon-award-1:before { content: '\e83a'; } /* '' */
.icon-award:before { content: '🏉'; } /* '\1f3c9' */
.icon-thumbs-up:before { content: '👍'; } /* '\1f44d' */
.icon-thumbs-down:before { content: '👎'; } /* '\1f44e' */
.icon-user-1:before { content: '\e804'; } /* '' */
.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'; } /* '' */
.icon-folder:before { content: '📁'; } /* '\1f4c1' */
.icon-folder-open:before { content: '\e821'; } /* '' */
.icon-folder-empty:before { content: '📂'; } /* '\1f4c2' */
.icon-doc-1:before { content: '📄'; } /* '\1f4c4' */
.icon-calendar-1:before { content: '\e824'; } /* '' */
.icon-calendar:before { content: '📅'; } /* '\1f4c5' */
.icon-calendar-alt:before { content: '📆'; } /* '\1f4c6' */
.icon-chart-bar-1:before { content: '\e83f'; } /* '' */
.icon-chart-bar:before { content: '📊'; } /* '\1f4ca' */
.icon-pin-1:before { content: '\e816'; } /* '' */
.icon-pin:before { content: '📌'; } /* '\1f4cc' */
.icon-attach-1:before { content: '\e813'; } /* '' */
.icon-attach:before { content: '📎'; } /* '\1f4ce' */
.icon-book-alt:before { content: '📔'; } /* '\1f4d4' */
.icon-book-1:before { content: '\e83e'; } /* '' */
.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'; } /* '' */
.icon-upload:before { content: '📤'; } /* '\1f4e4' */
.icon-download-1:before { content: '\e819'; } /* '' */
.icon-download:before { content: '📥'; } /* '\1f4e5' */
.icon-box:before { content: '📦'; } /* '\1f4e6' */
.icon-mobile:before { content: '📱'; } /* '\1f4f1' */
.icon-signal-1:before { content: '\e839'; } /* '' */
.icon-signal:before { content: '📶'; } /* '\1f4f6' */
.icon-camera-1:before { content: '\e807'; } /* '' */
.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'; } /* '' */
.icon-volume-off:before { content: '🔇'; } /* '\1f507' */
.icon-volume-down:before { content: '🔉'; } /* '\1f509' */
.icon-volume-up-1:before { content: '\e826'; } /* '' */
.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'; } /* '' */
.icon-lock:before { content: '🔒'; } /* '\1f512' */
.icon-lock-open-1:before { content: '\e815'; } /* '' */
.icon-lock-open:before { content: '🔓'; } /* '\1f513' */
.icon-bell:before { content: '🔔'; } /* '\1f514' */
.icon-bookmark:before { content: '🔖'; } /* '\1f516' */
.icon-link-1:before { content: '\e812'; } /* '' */
.icon-link:before { content: '🔗'; } /* '\1f517' */
.icon-fire:before { content: '🔥'; } /* '\1f525' */
.icon-wrench-1:before { content: '\e823'; } /* '' */
.icon-wrench:before { content: '🔧'; } /* '\1f527' */
.icon-hammer:before { content: '🔨'; } /* '\1f528' */
.icon-clock-1:before { content: '\e828'; } /* '' */
.icon-clock:before { content: '🕔'; } /* '\1f554' */
.icon-truck:before { content: '🚚'; } /* '\1f69a' */
.icon-block-1:before { content: '\e829'; } /* '' */
.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 > 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 > li > 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 */

#content,#breadcrumb li:last-child a{color: #B2B2B2;}

.filesharing-item-title a:link{
	color: #3F3F3F;
}

h1.blog-entry-title a:link, .blog-entry-title a,
.blog-entry-title,
.album-title,.movie-page-title, 
h1,h2,h3,h4,h5,h6 {
color: #ADADAD;
}

a:link, a:visited {
	color: #3F3F3F;
}

a:hover {
	color: #3F3F3F;
}

#nav > li:hover {
  color: #857F79;
}

#nav > li, #nav:active > .active {
  color: #969796; 
}

#nav > li.active,
#nav > .active:active,
#nav > li:active {
  color: #B2B2B2;
}

#header {	
	background-color: %colour_headerBrnd%;
	border-top: 6px solid #4A7687;
}

body {
	background-color: #E8E3D8;
}

#content {
	background-color: #FFFFFF;
}

#extraContainer1 {
	color: #B2B2B2;
} 

#extraContainer2 {
	background-color: #FFFFFF;
	color: #B2B2B2;	
}

#extraContainer3 {
	background-color: #FFFFFF;
	color: #FFFFFF;	
}

#extraContainer4 {
	color: #B2B2B2;	
}

#footerContent {
	color: #777777;
}

#footer a:link, #footer a:visited {
	color: #3F3F3F;
}

#footer a:hover, #footer a:active {
	color: #3F3F3F;
}

h1.siteTitle a {
	color: #ADADAD;
}

.post-title {
	background-color: #497686;
}

h2.entry-title a {
	color: #D2D2D2;
}

.date-title{
	color: #D2D2D2;
}


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

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

blockquote {
	background: #3F3F3F;
}

.link {
	background: #C84A28;
}

.post-title:hover, .link:hover, .audio:hover, blockquote:hover  {
	background: #2C2C2C;
}

.audio {
	background: #5AC8DA;
}

.form-input-button {
	background-color: #8CD4FF;
}

.btn {
	color: #FFFFFF!important;
	background: #EC7B4A;
}

.btn:hover {
	color:  #FFFFFF!important;
}

.plan h1 {
	color: #394050;
}

.plan h3 {
	color: #B4B8C4;
}
	
.plan h2 {
	color: #292D36;
}

.feature-list [class^="icon-"] {
	background-color: #383F4F;
	color: #FFFFFF!important;
}

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

.button {
	border: 1px solid #123955;
	color: #FFFFFF!important;
	background-color: #EC7A4A;
}

.button:hover {
	background-color: #497686;
}

.testimonialrotator.skin_aurora .thumbmenu-item{
	border: 5px solid #497686;	
}

.testimonialrotator.skin_aurora .thumbmenu-item-con.active .thumbmenu-item{
	border: 5px solid #C6673F;	
}

.testimonialrotator.skin_aurora .testimonial .testauthor { 
 	color: #AAAAAA; 
}

#tabs {
	background-color: #3B3B3B;
}

.tab a {  
	border: 3px solid #FFFFFF;
}

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

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

.tab.active {
	background-color: #C7683F;
}



@media only screen and (max-width: 767px) {

	#nav > li, #nav:active > .active  {
		background-color: #F3F3F3;
	}
}


		#sidebar{display:none;}

#footer {
	margin-top: 0px!important;
	padding-top: 50px!important;
}

body {
	font: 16px/28px 'Merriweather', Georgia, serif;
}


#nav {
  font: 13px/20px 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
}


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

	   #nav {
	     font: 13px/20px 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
	    }
}

/* @end */

blockquote {
	font: 42px/54px 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
}


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

.form-input-field {
	font: 14px/20px 'Merriweather', Georgia, serif;
}

textarea.form-input-field{
	font: 14px/20px 'Merriweather', Georgia, serif;
}

/* Tablet and Mobile */
@media only screen and (max-width:767px) {
    
    body {
		font: 1.0em/1.4em 'Merriweather', Georgia, serif;
    }    
}




		