/*
 * Author: 66Themes
 *
 * Project Name: Crafty
 * Version: 1.2
 * Date: 15-03-2013
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #136492;
    text-shadow: none;
    color: white;
}

::selection {
    background: #136492;
    text-shadow: none;
    color: white;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/************************************/
/*									*/
/*									*/
/* General Styles: type, body etc.  */
/*									*/
/*									*/
/************************************/
@font-face {
    font-family: "BebasNeueRegular";
    src: url('../assets/bebas-neue-fontfacekit/BebasNeue-webfont.eot');
    src: url('../assets/bebas-neue-fontfacekit/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/bebas-neue-fontfacekit/BebasNeue-webfont.woff') format('woff'),
         url('../assets/bebas-neue-fontfacekit/BebasNeue-webfont.ttf') format('truetype'),
         url('../assets/bebas-neue-fontfacekit/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "WebSymbolsRegular";
    src: url('../assets/websymbols-fontfacekit/websymbols-regular-webfont.eot');
    src: url('../assets/websymbols-fontfacekit/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/websymbols-fontfacekit/websymbols-regular-webfont.woff') format('woff'),
         url('../assets/websymbols-fontfacekit/websymbols-regular-webfont.ttf') format('truetype'),
         url('../assets/websymbols-fontfacekit/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #777;
	background: #e7e8e9 url('../assets/patterns/linen.png');
	font-weight: 400;
}

body.fullwidth {
	background: none;
}

a { 
	color: #2880b2; 
	text-decoration: none;
	
	-webkit-transition: color 0.2s ease, background-color 0.2s ease;
	-moz-transition: color 0.2s ease, background-color 0.2s ease;
	-ms-transition: color 0.2s ease, background-color 0.2s ease;
	-o-transition: color 0.2s ease, background-color 0.2s ease;
	transition: color 0.2s ease, background-color 0.2s ease;
}

a:hover { color: #074f7a; text-decoration: none; }

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: 'BebasNeueRegular';
	margin: 0 0 10px 0;
	font-weight: 200;
	line-height: normal;
	color: #333;
	text-shadow: 1px 1px 0 white, 2px 2px 0 #bbb;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	display: inline;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: white;
	background: #2880b2;
	text-shadow: none;
}

p { 
margin: 0 0 15px 0; 
line-height: 22px; 
text-align: justify; 
}

strong { font-weight: 700; }

#content ul li[data-icon] {
	position: relative;
	padding: 0 0 0 25px;
}

#content ul li[data-icon]:before {
	position: absolute;
	left: -25px;
	top: 2px;
}

*:focus { outline: 0 !important; border: none; }

iframe { max-width: 100%; border: 0; }

.flex-control-nav,
.flex-direction-nav,
.ui-tabs-nav, 
#main .backgroundSlider-direction-nav,
.backgroundSlider ul,
.recentComments ul,
.tweet_list,
.pricingOption,
#content ul li[data-icon],
.backgroundSlider-control-paging,
.nivo-controlNav {
	margin: 0;
	padding: 0;
	list-style: none;
}

#comments ul {
	list-style: none;
}



/* Images */
img, .mapCanvas, .latestBlogItem img, .flexslider {
	max-width: 100%;


	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	
  /*-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
	
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3); */
}

#main .noBorder, #main .flexslider img, .backgroundSlider img, .nivoSlider img {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

figure {
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
	        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
}

#main figure img {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

figure figcaption {
	font-size: 11px;
	font-style: italic;
	color: #4a4a4a;
	text-align: center;
	background: #ebebeb;
	padding: 10px 15px;
	
	text-shadow: -1px 1px 0px #ffffff;
	filter: dropshadow(color=#ffffff, offx=-1, offy=1);
}

#main .blogItem img, #main .latestBlogItem img, #main .gallery img, .portfolio img, #main p img, figure img {
	display: none;
}



/* Image link overlay */
a {
	display: inline-block;
	position: relative;
	max-width: 100%;
}

.lt-ie9 a {
	display: inline;
}

a .overlayWrap {
	display: block;
	position: relative;
	background: url(../assets/loader.gif) center center no-repeat; 
}

a .overlay {
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
	max-width: 100%;
	top: 0;
	left: 1px;
	border-radius: 2px;
	text-align: center;
	background: rgba(0, 0, 0, 0.6) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAJUlEQVQIW2P8//+/JCMj43MGKADzQWyYBIwGCyJLgNjYVWIzEwD7viIy9rwWgQAAAABJRU5ErkJggg==);
	font-family: 'BebasNeueRegular';
	font-size: 36px;
	font-weight: 400;
	color: white;
	text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.75);
	overflow: hidden;
}

a .overlayText {
	display: table-cell !important;
	width: 100%;
	vertical-align: middle;
}

.noOverlay .overlay {
	display: none !important;
}



/* Image preloader */
.preloader {
	display: inline-block; 
}



/* Labels & forms */
textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
	border-radius: 0;
	border: 1px solid #d3d3d3;
	box-shadow: none;
	font-size: 12px;
}

*::-webkit-input-placeholder {
	font-family: 'Open Sans';
	font-size: 11px;
	font-style: italic;
	font-weight: 200;
	color: #aaa;
}

*:-moz-placeholder {
	font-family: 'Open Sans';
	font-size: 11px;
	font-style: italic;
	font-weight: 200;
	color: #aaa;
}

.placeholder {
	font-family: 'Open Sans';
	font-size: 11px;
	font-style: italic;
	font-weight: 200;
	color: #aaa;
}

.icon {
	padding-right: 10px;
}

[class^="icon-"], [class*=" icon-"] {
	display: block;
	width: auto;
	height: auto;
	line-height: normal;
}



/* Float */
.pull-left {
	float: left;
	margin: 0 25px 10px 0;
}

.pull-right {
	float: right;
	margin: 0 0 10px 25px;
}

.left {
	float: left;
}

.right {
	float: right;
}



/* blockquotes */
blockquote {
	position: relative;

	color: #7e7e7e;
	font-style: italic;
	font-size: 18px;
	text-align: center;
	line-height: 26px;
	
	padding: 0 25px;
	margin-top: 20px;
	border: none;
}

blockquote:before, blockquote:after {
	content: "\“";
	position: absolute;
	
	font-family: Georgia;
	font-size: 60px;
	color: #b2b2b2;
}

blockquote:before {
	top: 0;
	left: 0;
}

blockquote:after {
	content: "\”";
	bottom: -40px;
	right: 0;
}

.pullquote {
	float: right;
	width: 20%;
	padding: 25px;
	border: 1px solid #ebebeb;
	border-bottom-width: 4px;
	margin: 0 0 0 25px;
}

.pullquote.left {
	float: left;
	margin: 0 25px 0 0;
}

.pullquote p {
	padding: 5px;
}

.pullquote:before {
	top: 25px;
	left: 8px;
}

.pullquote:after {
	bottom: 0;
	right: 15px;
}



/* Dividers */
#content .divider {
	margin-bottom: 25px;
}

.divider.dashed {
	width: 100%;
	height: 1px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAKCAYAAAB8OZQwAAAAHklEQVQIW2NkAILr16//B9EgoKmpycgI4yDTQ0UQAC2yBAuSnBYeAAAAAElFTkSuQmCC) repeat-x left top;
}

.divider.dotted {
	width: 100%;
	border-bottom: 1px dotted #e8e8e8;
}

.divider.solid {
	width: 100%;
	border-bottom: 2px solid #e8e8e8;
}

.divider.striped {
	background: #ddd url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAQ0lEQVQYV2O8cuXKfx0dHUYGNAAShwlhSIIkkBWA+HhNACkA2YKiCN0EmDPginApgFuHTwFYESEFGIpwBQXcJHxhBQDJLi326f94QwAAAABJRU5ErkJggg==);
	width: 100%;
	height: 6px;
}



/* Dropcaps */
.dropcap {
	font-size: 48px;
	line-height: 43px;
	font-weight: 600;
	float: left;
	margin: 0 10px 0 0;
	text-transform: uppercase;
}

.dropcap:before {
	font-size: 34px;
}

.dropcap.rounded, .dropcap.squared {
	font-size: 43px;
	color: white;
	background: #555;
	border-radius: 35px;
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 53px;
	behavior: url("js/vendor/PIE.htc");
}

.dropcap.squared {
	border-radius: 10px;
	background-color: #2880b2;
}



/* Buttons */
/* default white */
.button, .button.white {
	font-family: "Open Sans";
	font-size: 12px;
	color: #777;
	font-weight: 600;
	line-height: normal;
	
	margin-bottom: 10px;
	
	background: white;
	border: 1px solid #e7e7e7;
	border-radius: 20px;
	padding: 5px 20px;
	
	-webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.25), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.6);
	        box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.25), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.6);
	        
    background: #fbfbfb; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fbfbfb 0%, #f4f4f4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fbfbfb 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fbfbfb 0%,#f4f4f4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fbfbfb 0%,#f4f4f4 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fbfbfb 0%,#f4f4f4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-8 */   -webkit-transition: box-shadow 0.1s ease-out;
    
    -moz-transition: box-shadow 0.1s ease-out;
    -ms-transition: box-shadow 0.1s ease-out;
    -o-transition: box-shadow 0.1s ease-out;
    transition: box-shadow 0.1s ease-out; 
}

.ie9 .button, .ie9 .badge {
	filter: none !important;
}

.button:hover, .button.white:hover {
	background: #f4f4f4;
	color: #777;
}

.button.white {
	text-shadow: none;
}

/* Dark button */
.button.dark {
	color: white;
	text-shadow: -1px -1px 1px #222;
	border: 1px solid #333;
	
	-webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.25), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.3);
	        box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.25), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.3);
	
	background: #585959; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU4NTk1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZDRkNGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #585959 0%, #4d4d4d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#585959), color-stop(100%,#4d4d4d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #585959 0%,#4d4d4d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #585959 0%,#4d4d4d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #585959 0%,#4d4d4d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #585959 0%,#4d4d4d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585959', endColorstr='#4d4d4d',GradientType=0 ); /* IE6-8 */
}

.button.dark:hover {
	background: #4d4d4d;
	color: white;
}

.button.dark:active {
	border: none;
	padding: 6px 21px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0), inset 0px 1px 1px 0px rgba(0, 0, 0, 1);
	        box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0), inset 0px 1px 1px 0px rgba(0, 0, 0, 1);
}

/* Red button */
.button.red {
	color: white;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.5);
	border: 1px solid #ec7474;
	
	-webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.25), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5);
	        box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.25), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5);
	
	background: #ef7374; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmNzM3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNjZjNmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ef7374 0%, #e66c6c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef7374), color-stop(100%,#e66c6c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ef7374 0%,#e66c6c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ef7374 0%,#e66c6c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ef7374 0%,#e66c6c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ef7374 0%,#e66c6c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7374', endColorstr='#e66c6c',GradientType=0 ); /* IE6-8 */
}

.button.red:hover {
	background: #e66c6c;
	color: white;
}

.button.red:active {
	border: none;
	padding: 6px 21px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0), inset 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
	        box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0), inset 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
}

/* Blue button */
.button.blue {
	color: white;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.5);
	border: 1px solid #50a0cc;
	
	-webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.25), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5);
	        box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.25), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5);
	
	background: #4dc1f7; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkYzFmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NGFhZGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #4dc1f7 0%, #44aada 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4dc1f7), color-stop(100%,#44aada)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4dc1f7 0%,#44aada 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4dc1f7 0%,#44aada 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4dc1f7 0%,#44aada 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4dc1f7 0%,#44aada 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dc1f7', endColorstr='#44aada',GradientType=0 ); /* IE6-8 */
}

.button.blue:hover {
	background: #44aada;
	color: white;
}

.button.blue:active {
	border: none;
	padding: 6px 21px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0), inset 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
	        box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0), inset 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
}

/* Green button */
.button.green {
	color: white;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.5);
	border: 1px solid #bbe185;
	
	-webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.25), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.7);
	        box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.25), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.7);
	
	background: #bbe183; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiZTE4MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZGQyNzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #bbe183 0%, #add272 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbe183), color-stop(100%,#add272)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bbe183 0%,#add272 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bbe183 0%,#add272 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bbe183 0%,#add272 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bbe183 0%,#add272 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbe183', endColorstr='#add272',GradientType=0 ); /* IE6-8 */
}

.button.green:hover {
	background: #add272;
	color: white;
}

.button.green:active {
	border: none;
	padding: 6px 21px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0), inset 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
	        box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0), inset 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
}

/* Pink button */
.button.pink {
	color: white;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.5);
	border: 1px solid #efabc5;
	
	-webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.25), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5);
	        box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.25), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5);
	
	background: #f09ebd; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwOWViZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZjkyYjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f09ebd 0%, #df92b0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f09ebd), color-stop(100%,#df92b0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f09ebd 0%,#df92b0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f09ebd 0%,#df92b0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f09ebd 0%,#df92b0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f09ebd 0%,#df92b0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09ebd', endColorstr='#df92b0',GradientType=0 ); /* IE6-8 */
}

.button.pink:hover {
	background: #df92b0;
	color: white;
}

.button.pink:active {
	border: none;
	padding: 6px 21px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0), inset 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
	        box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0), inset 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
}

/* Purple button */
.button.purple {
	color: white;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.5);
	border: 1px solid #c34487;
	
	-webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.25), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5);
	        box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.25), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5);
	
	background: #e96dae; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5NmRhZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMzQ0ODciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e96dae 0%, #c34487 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e96dae), color-stop(100%,#c34487)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e96dae 0%,#c34487 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e96dae 0%,#c34487 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e96dae 0%,#c34487 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e96dae 0%,#c34487 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e96dae', endColorstr='#c34487',GradientType=0 ); /* IE6-8 */
}

.button.purple:hover {
	background: #e96dae;
	color: white;
}

.button.purple:active {
	border: none;
	padding: 6px 21px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0), inset 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
	        box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0), inset 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
}

/* Yellow button */
.button.yellow {
	color: white;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.5);
	border: 1px solid #f2cf48;
	
	-webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.25), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5);
	        box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.25), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5);
	
	background: #f8d847; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZDg0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWMxM2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f8d847 0%, #f1c13b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8d847), color-stop(100%,#f1c13b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f8d847 0%,#f1c13b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f8d847 0%,#f1c13b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f8d847 0%,#f1c13b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f8d847 0%,#f1c13b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d847', endColorstr='#f1c13b',GradientType=0 ); /* IE6-8 */
}

.button.yellow:hover {
	background: #f1c13b;
	color: white;
}

.button.yellow:active {
	border: none;
	padding: 6px 21px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0), inset 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
	        box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0), inset 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
}

/* Orange button */
.button.orange {
	color: white;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.5);
	border: 1px solid #ee7e2c;
	
	-webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.25), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5);
	        box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.25), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5);
	                
    background: #f19b5e; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxOWI1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZTdlMmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f19b5e 0%, #ee7e2c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f19b5e), color-stop(100%,#ee7e2c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f19b5e 0%,#ee7e2c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f19b5e 0%,#ee7e2c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f19b5e 0%,#ee7e2c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f19b5e 0%,#ee7e2c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19b5e', endColorstr='#ee7e2c',GradientType=0 ); /* IE6-8 */ 
}

.button.orange:hover {
	background: #f19b5e;
	color: white;
}

.button.orange:active {
	border: none;
	padding: 6px 21px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0), inset 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
	        box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0), inset 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
}

/* Brown button */
.button.brown {
	color: white;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.5);
	border: 1px solid #d6a783;
	
	-webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.25), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5);
	        box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.25), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5);
	
	background: #dbab85; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiYWI4NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZjkzNmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #dbab85 0%, #bf936f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbab85), color-stop(100%,#bf936f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dbab85 0%,#bf936f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dbab85 0%,#bf936f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dbab85 0%,#bf936f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dbab85 0%,#bf936f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbab85', endColorstr='#bf936f',GradientType=0 ); /* IE6-8 */
}

.button.brown:hover {
	background: #bf936f;
	color: white;
}

.button.brown:active {
	border: none;
	padding: 6px 21px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0), inset 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
	        box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0), inset 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
}

.button:active {
	border: none;
	padding: 6px 21px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0), inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
	        box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0), inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
}

.button:before {
	margin-right: 10px;
	position: relative;
	top: 1px;
}

/* Large buttons */
.button.large {
	font-size: 16px;
	padding: 6px 23px;
}

.button.large:active {
	padding: 7px 24px;
}



/* Menu Badges */
nav .badge {
	position: absolute;
	top: 20%;
	right: 15px;
	font-size: 10px;
	color: #777;
	border: 1px solid #e7e7e7;
	font-weight: 600;
	padding: 2px 5px;
	line-height: normal;
	border-radius: 150px;
	
	text-shadow: none;
	        
	background: #fbfbfb; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fbfbfb 0%, #f4f4f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fbfbfb 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fbfbfb 0%,#f4f4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fbfbfb 0%,#f4f4f4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fbfbfb 0%,#f4f4f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-8 */   -webkit-transition: box-shadow 0.1s ease-out;
	
	-webkit-box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	        box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

/* Blue badge */
.badge.blue {
	background: #aae3f7; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FhZTNmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MWNkZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #aae3f7 0%, #71cdf2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aae3f7), color-stop(100%,#71cdf2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #aae3f7 0%,#71cdf2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #aae3f7 0%,#71cdf2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #aae3f7 0%,#71cdf2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #aae3f7 0%,#71cdf2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae3f7', endColorstr='#71cdf2',GradientType=0 ); /* IE6-8 */
}

/* Red badge */
badge.red {
	color: white;
	border: 1px solid #ec7474;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
	
	background: #ef7374; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmNzM3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNjZjNmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ef7374 0%, #e66c6c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef7374), color-stop(100%,#e66c6c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ef7374 0%,#e66c6c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ef7374 0%,#e66c6c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ef7374 0%,#e66c6c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ef7374 0%,#e66c6c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7374', endColorstr='#e66c6c',GradientType=0 ); /* IE6-8 */
}

/* Yellow badge */
badge.yellow {
	color: white;
	border: 1px solid #f2cf48;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
	
	background: #f8d847; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZDg0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWMxM2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f8d847 0%, #f1c13b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8d847), color-stop(100%,#f1c13b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f8d847 0%,#f1c13b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f8d847 0%,#f1c13b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f8d847 0%,#f1c13b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f8d847 0%,#f1c13b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d847', endColorstr='#f1c13b',GradientType=0 ); /* IE6-8 */
}

/* Orange badge */
badge.orange {
	color: white;
	border: 1px solid #ee7e2c;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
	
	background: #f19b5e; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxOWI1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZTdlMmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f19b5e 0%, #ee7e2c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f19b5e), color-stop(100%,#ee7e2c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f19b5e 0%,#ee7e2c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f19b5e 0%,#ee7e2c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f19b5e 0%,#ee7e2c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f19b5e 0%,#ee7e2c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19b5e', endColorstr='#ee7e2c',GradientType=0 ); /* IE6-8 */
}

/* Purple badge */
badge.purple {
	color: white;
	border: 1px solid #c34487;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
	        
	background: #e96dae; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5NmRhZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMzQ0ODciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e96dae 0%, #c34487 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e96dae), color-stop(100%,#c34487)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e96dae 0%,#c34487 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e96dae 0%,#c34487 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e96dae 0%,#c34487 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e96dae 0%,#c34487 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e96dae', endColorstr='#c34487',GradientType=0 ); /* IE6-8 */
}

/* Brown badge */
badge.brown {
	color: white;
	border: 1px solid #d6a783;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
	
	background: #dbab85; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiYWI4NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZjkzNmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #dbab85 0%, #bf936f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbab85), color-stop(100%,#bf936f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dbab85 0%,#bf936f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dbab85 0%,#bf936f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dbab85 0%,#bf936f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dbab85 0%,#bf936f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbab85', endColorstr='#bf936f',GradientType=0 ); /* IE6-8 */ 
}

/* Dark badge */
badge.dark {
	color: white;
	text-shadow: -1px -1px 1px #222;
	border: 1px solid #333;
	
	background: #585959; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU4NTk1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZDRkNGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #585959 0%, #4d4d4d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#585959), color-stop(100%,#4d4d4d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #585959 0%,#4d4d4d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #585959 0%,#4d4d4d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #585959 0%,#4d4d4d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #585959 0%,#4d4d4d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585959', endColorstr='#4d4d4d',GradientType=0 ); /* IE6-8 */
}

/* Green badge */
badge.green {
	color: white;
	border: 1px solid #bbe185;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
	
	background: #bbe183; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiZTE4MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZGQyNzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #bbe183 0%, #add272 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbe183), color-stop(100%,#add272)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bbe183 0%,#add272 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bbe183 0%,#add272 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bbe183 0%,#add272 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bbe183 0%,#add272 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbe183', endColorstr='#add272',GradientType=0 ); /* IE6-8 */
}


/* Hero Text */
.hero {
	font-size: 26px;
}
.hero1{
	font-size: 14px;
}
.hero a { 
	color: #2880b2; 
	text-decoration: none;
	
	-webkit-transition: color 0.2s ease, background-color 0.2s ease;
	-moz-transition: color 0.2s ease, background-color 0.2s ease;
	-ms-transition: color 0.2s ease, background-color 0.2s ease;
	-o-transition: color 0.2s ease, background-color 0.2s ease;
	transition: color 0.2s ease, background-color 0.2s ease;
}


/* Feature Box */
.featureBox {
	text-align: center;
	background: #f6f6f6;
	border-radius: 10px;
	padding:7px 8px 12px 5px;
	border: 1px solid #e4e4e4;
	box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.25), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.6);
	-webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.25), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.6);
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
}

.featureBox span {
	display: inline-block;
	padding: 35px 25px 20px 25px;
	margin-bottom: 25px;
	background: #333;
	border-radius: 100px;
	
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	behavior: url("js/vendor/PIE.htc");
}

.featureBox span:before {
	font-size: 46px;
	color: white;
}

.featureBox:hover span {
	background: #666;
}


/* Callout */
.callout {
	background: #f6f6f6;
	border-radius: 4px;
	padding: 25px 45px;
	border: 1px solid #e4e4e4;
	box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.25), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.6);
	-webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.25), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.6);
	margin-bottom: 25px;
}

.callout .calloutTitle {
	float: left;
	max-width: 80%;
	font-family: 'Open Sans';
	margin: 0;
	text-shadow: none;
	font-size: 24px;
}

.callout .button {
	float: right;
	margin: 0;
}

.callout:after {
	content: " ";
	clear: both;
	display: block;
}

.noShadow, .mapCanvas img {
	box-shadow: none;
	text-shadow: none;
	border: none;
}




/************************************/
/*									*/
/*									*/
/*	   		  Top Bar				*/
/*									*/
/*									*/
/************************************/
#headerTopBar {
	background: #333;
	-webkit-box-shadow:  0px 1px 5px 0px rgba(0, 0, 0, 0.6);
	        box-shadow:  0px 1px 5px 0px rgba(0, 0, 0, 0.6);
	font-size: 12px;
	position: relative;
	z-index: 99;
}

#headerTopBar .inner {
	position: relative;
	background: #333;
}

#headerTopBar p {
	color: white;
    text-shadow:  0px 1px 5px rgba(0, 0, 0, 1);
    margin: 0;
}

#headerTopBar .contactInfo {
	float: left;
	margin-top: 9px;
	font-size: 11px;
	color: #eaeaea;
	position: relative;
	z-index: 999;
}

#headerTopBar .contactInfo .contactEmail {
	color: #eaeaea;
	margin: 0 9px 0 0;
}

#headerTopBar .contactInfo .contactEmail:hover {
	color: white;
}

#headerTopBar .contactInfo .contactTel {
	margin: 0 0 0 9px;
}

#headerTopBar .contactInfo .contactEmail:before, #headerTopBar .contactInfo .contactTel:before {
	font-size: 11px;
	margin-right: 7px;
	color: #aaa;
}

#headerTopBar .sloganText {
	position: absolute;
	margin-top: 9px;
	width: 100%;
	text-align: center;
	z-index: 9;
	font-style: italic;
}

#headerTopBar .socialButtons {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 999;
	overflow: hidden;
	border-bottom: 1px solid #333;
}
	
#headerTopBar .socialButtons li {
	float: left;
}
		
#headerTopBar .socialButtons li a {
	display: block;
	position: relative;
	z-index: 999;
	top: 0;
	padding: 9px 13px;
	color: white;
	background: #1d1d1d;
	font-size: 16px;
	border-left: 1px solid #2e2e2e;
	
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.cssanimations #headerTopBar .socialButtons li:hover a {
	top: 41px;
}

#headerTopBar .socialButtons li a:before {
	display: block;
}

#headerTopBar .socialButtons li a:after {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: -41px;
	left: 0;
	padding: 9px 13px;
}

/* RSS button colors */
#headerTopBar .socialButtons .rss a:after {
	background: #fea51f; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #fea51f 0%, #fea51f 41%, #fe9900 42%, #fe9900 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fea51f), color-stop(41%,#fea51f), color-stop(42%,#fe9900), color-stop(100%,#fe9900)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #fea51f 0%,#fea51f 41%,#fe9900 42%,#fe9900 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #fea51f 0%,#fea51f 41%,#fe9900 42%,#fe9900 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #fea51f 0%,#fea51f 41%,#fe9900 42%,#fe9900 100%); /* IE10+ */
	background: linear-gradient(135deg,  #fea51f 0%,#fea51f 41%,#fe9900 42%,#fe9900 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea51f', endColorstr='#fe9900',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.ie9 #headerTopBar .socialButtons .rss a:after {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmVhNTFmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDElIiBzdG9wLWNvbG9yPSIjZmVhNTFmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDIlIiBzdG9wLWNvbG9yPSIjZmU5OTAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlOTkwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	filter: none;
}

/* Twitter button colors */
#headerTopBar .socialButtons .tw a:after {
	background: #71dcfc; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #71dcfc 0%, #71dcfc 41%, #5dd7fc 42%, #5dd7fc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#71dcfc), color-stop(41%,#71dcfc), color-stop(42%,#5dd7fc), color-stop(100%,#5dd7fc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #71dcfc 0%,#71dcfc 41%,#5dd7fc 42%,#5dd7fc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #71dcfc 0%,#71dcfc 41%,#5dd7fc 42%,#5dd7fc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #71dcfc 0%,#71dcfc 41%,#5dd7fc 42%,#5dd7fc 100%); /* IE10+ */
	background: linear-gradient(135deg,  #71dcfc 0%,#71dcfc 41%,#5dd7fc 42%,#5dd7fc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71dcfc', endColorstr='#5dd7fc',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.ie9 #headerTopBar .socialButtons .tw a:after {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNzFkY2ZjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDElIiBzdG9wLWNvbG9yPSIjNzFkY2ZjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDIlIiBzdG9wLWNvbG9yPSIjNWRkN2ZjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVkZDdmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	filter: none;
}

/* Facebook button colors */
#headerTopBar .socialButtons .fb a:after {
	background: #546ea5; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #546ea5 0%, #546ea5 41%, #3c5a98 42%, #3c5a98 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#546ea5), color-stop(41%,#546ea5), color-stop(42%,#3c5a98), color-stop(100%,#3c5a98)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #546ea5 0%,#546ea5 41%,#3c5a98 42%,#3c5a98 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #546ea5 0%,#546ea5 41%,#3c5a98 42%,#3c5a98 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #546ea5 0%,#546ea5 41%,#3c5a98 42%,#3c5a98 100%); /* IE10+ */
	background: linear-gradient(135deg,  #546ea5 0%,#546ea5 41%,#3c5a98 42%,#3c5a98 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#546ea5', endColorstr='#3c5a98',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.ie9 #headerTopBar .socialButtons .fb a:after {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNTQ2ZWE1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDElIiBzdG9wLWNvbG9yPSIjNTQ2ZWE1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDIlIiBzdG9wLWNvbG9yPSIjM2M1YTk4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNjNWE5OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	filter: none;
}

/* Dribbble button colors */
#headerTopBar .socialButtons .dri a:after {
	background: #db79aa; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #db79aa 0%, #db79aa 41%, #d6679e 42%, #d6679e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#db79aa), color-stop(41%,#db79aa), color-stop(42%,#d6679e), color-stop(100%,#d6679e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #db79aa 0%,#db79aa 41%,#d6679e 42%,#d6679e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #db79aa 0%,#db79aa 41%,#d6679e 42%,#d6679e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #db79aa 0%,#db79aa 41%,#d6679e 42%,#d6679e 100%); /* IE10+ */
	background: linear-gradient(135deg,  #db79aa 0%,#db79aa 41%,#d6679e 42%,#d6679e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db79aa', endColorstr='#d6679e',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.ie9 #headerTopBar .socialButtons .dri a:after {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZGI3OWFhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDElIiBzdG9wLWNvbG9yPSIjZGI3OWFhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDIlIiBzdG9wLWNvbG9yPSIjZDY2NzllIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q2Njc5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	filter: none;
}

/* Forrst button colors */
#headerTopBar .socialButtons .for a:after {
	background: #7eac57; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #7eac57 0%, #7eac57 41%, #6ca140 42%, #6ca140 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#7eac57), color-stop(41%,#7eac57), color-stop(42%,#6ca140), color-stop(100%,#6ca140)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #7eac57 0%,#7eac57 41%,#6ca140 42%,#6ca140 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #7eac57 0%,#7eac57 41%,#6ca140 42%,#6ca140 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #7eac57 0%,#7eac57 41%,#6ca140 42%,#6ca140 100%); /* IE10+ */
	background: linear-gradient(135deg,  #7eac57 0%,#7eac57 41%,#6ca140 42%,#6ca140 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7eac57', endColorstr='#6ca140',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.ie9 #headerTopBar .socialButtons .for a:after {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjN2VhYzU3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDElIiBzdG9wLWNvbG9yPSIjN2VhYzU3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDIlIiBzdG9wLWNvbG9yPSIjNmNhMTQwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZjYTE0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	filter: none;
}

/* Google Plus button colors */
#headerTopBar .socialButtons .gp a:after {
	background: #d55a4d; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #d55a4d 0%, #d55a4d 41%, #cf4334 42%, #cf4334 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#d55a4d), color-stop(41%,#d55a4d), color-stop(42%,#cf4334), color-stop(100%,#cf4334)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #d55a4d 0%,#d55a4d 41%,#cf4334 42%,#cf4334 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #d55a4d 0%,#d55a4d 41%,#cf4334 42%,#cf4334 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #d55a4d 0%,#d55a4d 41%,#cf4334 42%,#cf4334 100%); /* IE10+ */
	background: linear-gradient(135deg,  #d55a4d 0%,#d55a4d 41%,#cf4334 42%,#cf4334 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d55a4d', endColorstr='#cf4334',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.ie9 #headerTopBar .socialButtons .gp a:after {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZDU1YTRkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDElIiBzdG9wLWNvbG9yPSIjZDU1YTRkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDIlIiBzdG9wLWNvbG9yPSIjY2Y0MzM0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NmNDMzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	filter: none;
}

/* Vimeo button colors */
#headerTopBar .socialButtons .vi a:after {
	background: #8fd4ff; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #8fd4ff 0%, #8fd4ff 41%, #80ceff 42%, #80ceff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#8fd4ff), color-stop(41%,#8fd4ff), color-stop(42%,#80ceff), color-stop(100%,#80ceff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #8fd4ff 0%,#8fd4ff 41%,#80ceff 42%,#80ceff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #8fd4ff 0%,#8fd4ff 41%,#80ceff 42%,#80ceff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #8fd4ff 0%,#8fd4ff 41%,#80ceff 42%,#80ceff 100%); /* IE10+ */
	background: linear-gradient(135deg,  #8fd4ff 0%,#8fd4ff 41%,#80ceff 42%,#80ceff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fd4ff', endColorstr='#80ceff',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.ie9 #headerTopBar .socialButtons .vi a:after {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjOGZkNGZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDElIiBzdG9wLWNvbG9yPSIjOGZkNGZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDIlIiBzdG9wLWNvbG9yPSIjODBjZWZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgwY2VmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	filter: none;
}

/* Flickr button colors */
#headerTopBar .socialButtons .fl a:after {
	background: #2674d0; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #2674d0 0%, #2674d0 41%, #0861c9 42%, #0861c9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#2674d0), color-stop(41%,#2674d0), color-stop(42%,#0861c9), color-stop(100%,#0861c9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #2674d0 0%,#2674d0 41%,#0861c9 42%,#0861c9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #2674d0 0%,#2674d0 41%,#0861c9 42%,#0861c9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #2674d0 0%,#2674d0 41%,#0861c9 42%,#0861c9 100%); /* IE10+ */
	background: linear-gradient(135deg,  #2674d0 0%,#2674d0 41%,#0861c9 42%,#0861c9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2674d0', endColorstr='#0861c9',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.ie9 #headerTopBar .socialButtons .fl a:after {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjY3NGQwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDElIiBzdG9wLWNvbG9yPSIjMjY3NGQwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDIlIiBzdG9wLWNvbG9yPSIjMDg2MWM5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA4NjFjOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	filter: none;
}

/* Github button colors */
#headerTopBar .socialButtons .gh a:after {
	background: #202020; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #202020 0%, #202020 41%, #010101 42%, #010101 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#202020), color-stop(41%,#202020), color-stop(42%,#010101), color-stop(100%,#010101)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #202020 0%,#202020 41%,#010101 42%,#010101 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #202020 0%,#202020 41%,#010101 42%,#010101 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #202020 0%,#202020 41%,#010101 42%,#010101 100%); /* IE10+ */
	background: linear-gradient(135deg,  #202020 0%,#202020 41%,#010101 42%,#010101 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#010101',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.ie9 #headerTopBar .socialButtons .gh a:after {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjAyMDIwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDElIiBzdG9wLWNvbG9yPSIjMjAyMDIwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDIlIiBzdG9wLWNvbG9yPSIjMDEwMTAxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAxMDEwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	filter: none;
}

/* Tumblr button colors */
#headerTopBar .socialButtons .tu a:after {
	background: #4a667c; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #4a667c 0%, #4a667c 41%, #31516a 42%, #31516a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#4a667c), color-stop(41%,#4a667c), color-stop(42%,#31516a), color-stop(100%,#31516a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #4a667c 0%,#4a667c 41%,#31516a 42%,#31516a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #4a667c 0%,#4a667c 41%,#31516a 42%,#31516a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #4a667c 0%,#4a667c 41%,#31516a 42%,#31516a 100%); /* IE10+ */
	background: linear-gradient(135deg,  #4a667c 0%,#4a667c 41%,#31516a 42%,#31516a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a667c', endColorstr='#31516a',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.ie9 #headerTopBar .socialButtons .tu a:after {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNGE2NjdjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDElIiBzdG9wLWNvbG9yPSIjNGE2NjdjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDIlIiBzdG9wLWNvbG9yPSIjMzE1MTZhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMxNTE2YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	filter: none;
}

/* Soundcloud button colors */
#headerTopBar .socialButtons .sc a:after {
	background: #ff7b28; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #ff7b28 0%, #ff7b28 41%, #ff680d 42%, #ff680d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ff7b28), color-stop(41%,#ff7b28), color-stop(42%,#ff680d), color-stop(100%,#ff680d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #ff7b28 0%,#ff7b28 41%,#ff680d 42%,#ff680d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #ff7b28 0%,#ff7b28 41%,#ff680d 42%,#ff680d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #ff7b28 0%,#ff7b28 41%,#ff680d 42%,#ff680d 100%); /* IE10+ */
	background: linear-gradient(135deg,  #ff7b28 0%,#ff7b28 41%,#ff680d 42%,#ff680d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b28', endColorstr='#ff680d',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.ie9 #headerTopBar .socialButtons .sc a:after {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmY3YjI4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDElIiBzdG9wLWNvbG9yPSIjZmY3YjI4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDIlIiBzdG9wLWNvbG9yPSIjZmY2ODBkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmNjgwZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	filter: none;
}

/* LinkedIn button colors */
#headerTopBar .socialButtons .li a:after {
	background: #1f78a5; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #1f78a5 0%, #1f78a5 41%, #006599 42%, #006599 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#1f78a5), color-stop(41%,#1f78a5), color-stop(42%,#006599), color-stop(100%,#006599)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #1f78a5 0%,#1f78a5 41%,#006599 42%,#006599 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #1f78a5 0%,#1f78a5 41%,#006599 42%,#006599 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #1f78a5 0%,#1f78a5 41%,#006599 42%,#006599 100%); /* IE10+ */
	background: linear-gradient(135deg,  #1f78a5 0%,#1f78a5 41%,#006599 42%,#006599 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f78a5', endColorstr='#006599',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.ie9 #headerTopBar .socialButtons .li a:after {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMWY3OGE1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDElIiBzdG9wLWNvbG9yPSIjMWY3OGE1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDIlIiBzdG9wLWNvbG9yPSIjMDA2NTk5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNjU5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	filter: none;
}

/* Last.FM button colors */
#headerTopBar .socialButtons .lf a:after {
	background: #d73027; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #d73027 0%, #d73027 41%, #d21309 42%, #d21309 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#d73027), color-stop(41%,#d73027), color-stop(42%,#d21309), color-stop(100%,#d21309)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #d73027 0%,#d73027 41%,#d21309 42%,#d21309 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #d73027 0%,#d73027 41%,#d21309 42%,#d21309 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #d73027 0%,#d73027 41%,#d21309 42%,#d21309 100%); /* IE10+ */
	background: linear-gradient(135deg,  #d73027 0%,#d73027 41%,#d21309 42%,#d21309 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d73027', endColorstr='#d21309',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.ie9 #headerTopBar .socialButtons .lf a:after {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZDczMDI3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDElIiBzdG9wLWNvbG9yPSIjZDczMDI3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDIlIiBzdG9wLWNvbG9yPSIjZDIxMzA5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QyMTMwOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	filter: none;
}

/* Pinterest button colors */
#headerTopBar .socialButtons .pi a:after {
	background: #d73843; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #d73843 0%, #d73843 41%, #d21c29 42%, #d21c29 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#d73843), color-stop(41%,#d73843), color-stop(42%,#d21c29), color-stop(100%,#d21c29)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #d73843 0%,#d73843 41%,#d21c29 42%,#d21c29 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #d73843 0%,#d73843 41%,#d21c29 42%,#d21c29 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #d73843 0%,#d73843 41%,#d21c29 42%,#d21c29 100%); /* IE10+ */
	background: linear-gradient(135deg,  #d73843 0%,#d73843 41%,#d21c29 42%,#d21c29 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d73843', endColorstr='#d21c29',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.ie9 #headerTopBar .socialButtons .pi a:after {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZDczODQzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDElIiBzdG9wLWNvbG9yPSIjZDczODQzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDIlIiBzdG9wLWNvbG9yPSIjZDIxYzI5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QyMWMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	filter: none;
}






/************************************/
/*									*/
/*									*/
/*	   		   Header				*/
/*									*/
/*									*/
/************************************/
header {
	background: white;
	padding: 14px 30px 10px;
}

.home header {
	border-radius: 0 0 3px 3px;
	position: relative;
	z-index: 999;
	margin-bottom: 400px;
	-webkit-box-shadow:  0px 1px 5px 0px rgba(0, 0, 0, 0.3);
	        box-shadow:  0px 1px 5px 0px rgba(0, 0, 0, 0.3);
	padding-top: 14px;
}

.home .search {
	background: none;
	position: absolute;
	right: 30px;
}



/* Header Top Area */
header .topArea {
	display: table;
	width: 100%;
	padding-bottom: 10px;
}



/* Header Logo and Slogan Area */
header .leftArea {
	float: left;
	display: table;
}
	
header .leftArea .logo {
	font-family: "Source Code Pro";
	float: left;
	margin-right: 20px;
	color: #323232;
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 33px;
}

header .leftArea .slogan {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	font-style: italic;
	font-size: 11px;
	color: #aaa;
	font-weight: 300;
}



/* Main Navigation */
header .selectMenu {
	display: none;
}

header nav {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 999;
	margin-top: 2px;
	font-weight: 400;
}

header nav ul {
	
	margin: 0;
	padding: 0;
	list-style: none;
}
		
header nav > ul > li {
	float: left;
	position: relative;
	margin: 0 8px 0 0;
}
	
header nav > ul > li > a {
	display: block;
	text-transform: uppercase;
	color: #555;
	font-size: 12px;
	padding: 2px 6px 2px 6px;
}

header nav > ul > li:last-child > a {
	margin: 0;
}

header nav > ul > li:hover > a {
	color: white;
	background: #2880b2;
}

header nav ul li ul li:hover > a {
	border-bottom: 1px solid #adadad;
}

header nav > ul > li > a:hover, header nav ul > li > a.current:hover, header nav ul > li:hover > a.current {
	color: white;
}



/* Sub Nav */
header nav > ul > li ul {
	position: absolute;
	top: 13px;
	left: 0;
	background: white;
	padding: 6px 0;
	border-top: 1px solid #2880b2;
	display: none;
	
	-webkit-box-shadow:  0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	        box-shadow:  0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

header nav > ul > li ul.left {
	right: auto;
	left: 0;
}
header nav > ul > li ul.right {
	right: 0;
	left: auto;
}

header nav > ul > li ul:before {
	content: " ";
	position: absolute;
	left: 11px;
	top: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	
	border-top: 5px solid #2880b2;
}

header nav > ul > li ul.left:before {
	left: 11px;
	right: auto;
}

header nav > ul > li ul.right:before {
	left: auto;
	right: 11px;
}
			
header nav > ul > li ul li a {
	font-size: 12px;
	position: relative;
	display: block;
	color: #555;
	padding: 9px 80px 9px 20px;
	border-bottom: 1px solid #f1f1f1;
	width: 180px;
	
	-webkit-transition: border 0.2s ease, background 0.2s ease;
	-moz-transition: border 0.2s ease, background 0.2s ease;
	-ms-transition: border 0.2s ease, background 0.2s ease;
	-o-transition: border 0.2s ease, background 0.2s ease;
	transition: border 0.2s ease, background 0.2s ease;
}

header nav > ul > li ul li a:hover {
	background: #f5f5f5;
	border: none;
	border-bottom: 1px solid #f5f5f5;
}

header nav > ul > li ul li:last-child a {
	border: none;
}
				
header nav > ul > li ul li a .plusSign {
	float: right;
	margin: 1px 10px 0 10px;
}


			
/* Sub Sub Nav */
header nav > ul > li ul li ul {
	z-index: 999;
	top: 0px;
	left: -250px;
	border-top: 1px solid #2880b2;
	
	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	        box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

header nav > ul > li ul li ul:before {
	border: none;
}



/* Header Search Bar */
.search {
	margin: 30px 0 0 0;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAKCAYAAAB8OZQwAAAAHElEQVQIW2NkwAIYaSF4/fr1/8jmampqMtLCIgCXpAQLzfLF5QAAAABJRU5ErkJggg==) repeat-x left center;
}

.search form {
	float: right;
	overflow: hidden;
	margin: 0;
}

.search .searchBar {
	float: left;
	font-family: 'Open Sans';
	background: #333;
	border: none;
	color: white;
	font-size: 12px;
	line-height: normal;
	padding: 7px 10px 5px 10px;
	width: 154px;
	height: 17px;
	position: relative;
	right: -174px;
	z-index: 9;
	border-radius: 0;
	margin: 0;
}

.search .searchBar::-webkit-input-placeholder {
	font-family: 'BebasNeueRegular';
	font-size: 14px;
	font-style: italic;
	font-weight: 200;
	color: #aaa;
}

.search .searchBar:-moz-placeholder {
	font-family: 'BebasNeueRegular';
	font-size: 14px;
	font-style: italic;
	font-weight: 200;
	color: #aaa;
}

.search .placeholder {
	font-family: 'BebasNeueRegular';
	font-size: 14px;
	font-style: italic;
	font-weight: 200;
	color: #aaa;
}

.search .searchSubmit {
	float: right;
	font-family: 'WebSymbolsRegular';
	background: #393939;
	border: none;
	color: white;
	line-height: normal;
	font-size: 11px;
	padding: 7px 10px 5px 10px;
	width: 30px;
	height: 29px;
	position: relative;
	z-index: 99;
	border-radius: 0;
}

.ie9 .search .searchSubmit {
	padding: 5px 10px 7px 10px;
}






/************************************/
/*									*/
/*									*/
/*	   Main styles, layout etc		*/
/*									*/
/*									*/
/************************************/
#container, .inner {
	width: 1000px;
	margin: 0 auto;
}

#container {
	-webkit-box-shadow:  0px 1px 5px 0px rgba(0, 0, 0, 0.3);
	        box-shadow:  0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}

.home #container, .fullwidth #container {
	-webkit-box-shadow:  none;
	        box-shadow:  none;
}

.fullwidth #container {
	width: 100%;
}

.fullwidth header, .fullwidth #pageHeader, .fullwidth #content, .fullwidth #footerInner, .fullwidth footer .row-fluid {
	width: 940px;
	margin: 0 auto;
}

.home header {
	margin-bottom: 400px;
}

#main {
	background: white;
	padding: 0 30px 50px 30px;
	overflow: hidden;
}

.home #main {
	border-radius: 3px 3px 0 0;
	padding-top: 100px;
	position: relative;
	z-index: 99;
	-webkit-box-shadow:  0px 1px 5px 0px rgba(0, 0, 0, 0.3);
	        box-shadow:  0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}



/* Page Header */
#pageHeader {
	padding: 0 0 26px;
}

#pageHeader #pageIntro {
	background: #44AADA url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHklEQVQIW2OMiYmRXLJkyXMGIACxGUEMZIApgK4FAG0GCl+G0JR0AAAAAElFTkSuQmCC');
	color: white;
	box-shadow:  inset 0 0 1px 1px rgba(0, 0, 0, 0.3);
	position: relative;
	width: 1000px;
	left: -31px;
	padding: 20px 28px;
	display: table;
	border-top: 6px solid #eee;
	border-bottom: 6px solid #eee;
}

#pageHeader .search {
	position: absolute;
	top: 0;
	right: 90px;
	background: none;
	margin: 0;
	padding: 0;
}

#pageHeader #pageIntro .pageTitle {
	color: white;
	text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);
	padding: 0 50px 0 0;
	font-size: 48px;
	line-height: normal;
	-webkit-font-smoothing: antialiased;
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
}

#pageHeader #pageIntro .pageDesc {
	font-size: 24px;
	color: white;
	font-style: italic;
	line-height: 28px;
	font-weight: 200;
	margin: 0;
	padding: 0;
	width: 100%;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
	-webkit-font-smoothing: antialiased;
	display: table-cell;
	vertical-align: middle;
}

#pageHeader #breadCrumbs {
	list-style: none;
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #eee;
}

#pageHeader #breadCrumbs li {
	display: inline-block;
	color: #8b8b8b;
	font-size: 11px;
	margin: 0 9px 0 0;
}

#pageHeader #breadCrumbs li:before {
	content: " ";
}

#pageHeader #breadCrumbs li:after {
	font-family: 'icomoon';
	content: attr(data-icon);
	padding: 0 0 0 9px;
	position: relative;
	top: 1px;
}

#pageHeader #breadCrumbs li:before {
	font-size: 0;
}

#pageHeader #breadCrumbs li:last-child {
	margin: 0;
}

#pageHeader #breadCrumbs li:last-child:after {
	content: "";
	padding: 0;
}

#pageHeader #breadCrumbs li a {
	color: #8b8b8b;
	font-size: 11px;
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#pageHeader #breadCrumbs li a:hover {
	color: #555;
	border-color: #555;
	text-decoration: underline;
}



/* Page Header OLD
#pageHeader {
	padding: 0 0 55px 0;
}

#pageHeader #pageIntro {
	float: left;
	padding: 0 0 20px 0;
}

#pageHeader #pageIntro .pageTitle {
	float: left;
	font-size: 48px;
	line-height: normal;
	margin: 0 30px 0 0;
}

#pageHeader #pageIntro .pageDesc {
	float: left;
	font-size: 18px;
	color: #8b8b8b;
	font-style: italic;
	font-weight: 300;
	margin: 26px 0 0 0;
}

#pageHeader #breadCrumbs {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 29px 19px 0 0;
}

#pageHeader #breadCrumbs li {
	float: left;
	color: #8b8b8b;
	font-size: 11px;
	margin: 0 9px 0 0;
}

#pageHeader #breadCrumbs li:before {
	content: " ";
}

#pageHeader #breadCrumbs li:after {
	font-family: 'icomoon';
	content: attr(data-icon);
	padding: 0 0 0 9px;
	position: relative;
	top: 1px;
}

#pageHeader #breadCrumbs li:before {
	font-size: 0;
}

#pageHeader #breadCrumbs li:last-child {
	margin: 0;
}

#pageHeader #breadCrumbs li:last-child:after {
	content: "";
	padding: 0;
}

#pageHeader #breadCrumbs li a {
	color: #8b8b8b;
	font-size: 11px;
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#pageHeader #breadCrumbs li a:hover {
	color: #555;
	border-color: #555;
	text-decoration: underline;
} */



/* Portfolio, project etc. items */
.portfolioItem {
	position: relative;
	top: 2px;
	display: block;
	background: #f6f6f6;
	text-align: center;
	box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.25);
	margin: 0 2px 10px 2px;
	color: #555;
	font-size: 12px;
}

.itemSlider .portfolioItem:hover {
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.45);
	top: 0;
}

.portfolioItem .itemImage {
	border: none !important;
	background: none !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	border-radius: 0 !important;
}

.portfolioItem .overlay {
	border-radius: 0;
	left: 0;
}

.portfolioItem span {
	display: block;
}

.portfolioItem .itemMeta {
	border-top: 2px solid #bababa;
	padding: 13px 35px;
	
	-webkit-transition: border 0.15s ease-in;
	-moz-transition: border 0.15s ease-in;
	-ms-transition: border 0.15s ease-in;
	-o-transition: border 0.15s ease-in;
	transition: border 0.15s ease-in;
}

.portfolioItem:hover .itemMeta {
	border-top: 2px solid #2880b2;
}

.portfolioItem .itemMeta .itemTitle {
	font-family: 'BebasNeueRegular';
	font-size: 18px;
	color: #333;
	margin-bottom: 5px;
}

.portfolioItem .itemMeta .itemDescription {
	margin-bottom: 10px;
}

.portfolioItem:hover .itemDescription {
	color: #555;
}

.portfolioItem .itemMeta .itemTags {
	font-style: italic;
	font-size: 11px;
	color: #8b8b8b;
	margin-top: 5px;
}

.portfolioItem .itemMeta .itemTags span {
	display: inline-block;
	background: #E2E2E2;
	color: #757575;
	padding: 2px 10px;
	margin: 0 4px;
	border-radius: 8px;
	font-size: 10px;
	margin-top: 10px;
	line-height: normal;
	text-shadow: -1px 1px 0px #ffffff;
}

.itemSlider .flex-control-nav li a {
	border-radius: 0;
	height: 5px;
	width: 25px;
	margin: 0 3px;
	
	-webkit-transition: height 0.05s ease-in;
	-moz-transition: height 0.05s ease-in;
	-ms-transition: height 0.05s ease-in;
	-o-transition: height 0.05s ease-in;
	transition: height 0.05s ease-in;
}

.itemSlider .flex-control-nav li a:hover, .itemSlider .flex-control-nav li a.flex-active {
	height: 10px;
	width: 25px;
	margin: 0 3px;
	background: #2880b2;
}

/* Portfolio page items */
.container.portfolio .item {
	width: 225px;
	margin: 5px;
}



/* Portfolio Page */
/* Article nav */
.articleNav {
	text-align: right;
	margin-bottom: 20px;
}

.articleNav a {
	color: white;
	background: #333;
	padding: 5px 8px;
	margin-left: 3px;
}

.articleNav a:hover {
	background: #555;
	color: white;
}



/* Homepage Latest blog */
.blogItem .itemMeta .postImage {
	margin-bottom: 1px;
}

.blogItem .itemMeta .postType {
	display: inline-block;
	color: #c2c2c2;
	background: #f6f6f6;
	padding: 9px 7px;
}

.blogItem .itemMeta .metaItems {
	float: right;
	width: 68%;
	font-size: 11px;
	color: #8b8b8b;
	font-style: italic;
	text-align: right;
	margin-top: 8px;
}

.blogItem .itemMeta .metaItems {
	margin-top: 0;
}

.blogItem .itemMeta .metaItems p {
	line-height: normal;
	margin-bottom: 5px;
}

.blogItem .excerptTitle {
	font-size: 20px;
	clear: both;
}

.blogItem.small .itemMeta .metaItems {
	margin: 5px 0 0 0;
}

.blogItem.small {
	margin-bottom: 0;
}

.blogItem.small .itemMeta .postType {
	padding: 9px 7px;
	margin-top: -4px;
}



/* Pricing Tables */
.pricingTables {
	margin-bottom: 50px;
}

.pricingOption {
	border: 1px solid #ebebeb;
	border-bottom: none;
	margin-top: 20px;
	        
	-webkit-transition: box-shadow 0.2s ease;
	-moz-transition: box-shadow 0.2s ease;
	-ms-transition: box-shadow 0.2s ease;
	-o-transition: box-shadow 0.2s ease;
	transition: box-shadow 0.2s ease;
	
	-webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.3);
	        box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

.pricingOption:hover {
	-webkit-box-shadow:  0px 1px 5px 0px rgba(0, 0, 0, 0.5);
	        box-shadow:  0px 1px 5px 0px rgba(0, 0, 0, 0.5);
}

.pricingOption li {
	text-align: center;
	border-bottom: 1px solid #ebebeb;
	padding: 15px 10px;
}

.pricingOption li p {
	margin: 0;
}

.pricingOption .optionPrice {
	font-style: italic;
}

.pricingOption .optionPrice .price {
	font-size: 26px;
	font-weight: 600;
}

.pricingOption .optionEdition {
	background: #EEE;
	font-size: 14px;
	font-weight: 600;
}

.pricingOption .optionSignup {
	padding: 0;
}

.pricingOption .optionSignup a {
	display: block;
	color: white;
	background: #2880b2;
	font-size: 14px;
	padding: 18px 10px;
}

.pricingOption .optionSignup a:hover {
	background: #074F7A;
}

/* Special pricing */
.pricingOption.special {
	margin: 0;
}

.pricingOption.special li {
	font-size: 15px;
	padding: 18px 10px;
}

.pricingOption.special .optionEdition {
	background: #393939;
	font-size: 16px;
	color: white;
}

.pricingOption.special .optionSignup {
	padding: 0;
}

.pricingOption.special .optionSignup a {
	font-size: 16px;
}



/* Portfolio */
/* filter */
.filter {
	text-align: center;
	margin-bottom: 45px;
}

.filter li {
	display: inline-block;
}

.filter li a {
	display: block;
	color: #c0c0c0;
	font-size: 18px;
	font-weight: 400;
	padding: 0 13px;
}

.filter li .selected, .filter li a:hover {
	color: #555;
}

.filter li .amount {
	display: inline-block;
	color: #555;
	margin-left: 7px;
	padding: 2px 7px 4px 7px;
	        
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.filter li .selected .amount, .filter li a:hover .amount {
	color: white;
	background: #2880b2;
}



/* Blog list */
.blogItem {
	margin-bottom: 50px;
}

.blogItem .itemImage {
	margin-bottom: 13px;
}

.blogItem .itemTitle {
	padding-bottom: 3px;
	margin-bottom: 0;
	border-bottom: 1px dotted #e8e8e8;
}

.blogItem .itemMeta {
	margin-bottom: 10px;
}

.blogItem .itemMeta .postType {
	padding: 9px 11px;
	margin-right: 10px;
}

.blogItem .itemMeta p {
	display: inline-block;
	color: #8b8b8b;
	font-size: 11px;
	font-style: italic;
}



/* Alternate Blog list */
.blogItem.alternate .itemImage {
	margin-bottom: 0;
}

.blogItem.alternate .itemMeta .postType {
	padding: 9px 11px;
	margin-right: 10px;
	margin-top: -3px;
}

.blogItem.alternate .itemMeta p {
	margin-top: 5px;
	float: right;
	width: 75%;
}

.blogItem.alternate .itemTitle {
	margin-bottom: 10px;
}



/* Pagination */
.pagination {
	border-top: 1px solid #e8e8e8;
	padding-top: 25px;
}

.pagination li {
	display: inline-block;
}

.pagination li a {
	display: block;
	background: #f6f6f6;
	color: #555;
	border-radius: 4px;
	padding: 5px 12px;
	margin-right: 10px;
	border: 1px solid #e4e4e4;
	box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.25), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.6);
	-webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.25), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.6);
	        
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.pagination li .current, .pagination li a:hover {
	box-shadow:  none;
	-webkit-box-shadow: none;
	background: #4c4c4c;
	color: white;
}



/* Tags */
.tags  {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #e8e8e8;
}

.tags .tagHeading {
	color: #2880b2;
	font-weight: 600;
	font-size: 14px;
}

.tags a {
	color: #8e8e8e;
}



/* Related articles */
.relatedArticles .articleLink {
	margin-bottom: 10px;
}

.relatedArticles a {
	font-weight: 600;
	color: #8e8e8e;
}

.relatedArticles a:hover {
	color: #2880b2;
}



/* Comments */
#comments {
	margin-top: 50px;
}

.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.commentContainer {
	position: relative;
	margin-bottom: 30px;
}

.commentContainer .userImage {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
}

.commentContainer .commentContent {
	margin-left: 75px;
}

.commentContainer .commentAuthor {
	font-size: 14px;
	font-weight: 600;
	color: #555;
}

.commentContainer .commentAuthor:hover {
	color: #333;
}

.commentContainer .datePosted {
	font-size: 11px;
	color: #8b8b8b;
	margin-bottom: 10px;
}

/* Nested Comments */
.children {
	margin-left: 60px;
}

/* Comment Form */
.inputField {
	margin: 0;
	position: relative;
}

.inputField:before {
	position: absolute;
	top: 3px;
	right: 10px;
	color: #ccc;
}

.form input[type="text"], .form input[type="email"], .form input[type="url"], .form textarea {
	width: 100%;
	margin-bottom: 20px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	        
	-webkit-transition: background 0.2s ease, box-shadow 0.2s ease;
	-moz-transition: background 0.2s ease, box-shadow 0.2s ease;
	-ms-transition: background 0.2s ease, box-shadow 0.2s ease;
	-o-transition: background 0.2s ease, box-shadow 0.2s ease;
	transition: background 0.2s ease, box-shadow 0.2s ease;
	border: 1px solid #44AADA;
}

.form input[type="text"], .form input[type="email"], .form input[type="url"] {
	height: 30px;
}

.form input[type="text"]:hover, .form input[type="email"]:hover, .form input[type="url"]:hover, .form textarea:hover, .form input[type="text"]:focus, .form input[type="email"]:focus, .form input[type="url"]:focus, .form textarea:focus {
	background: #fafafa;
	border: 1px solid #d3d3d3;
}

.inputField:hover:before, .inputField:focus:before {
	color: #aaa;
}

.form input[type="text"]:focus, .form input[type="email"]:focus, .form input[type="url"]:focus, .form textarea:focus, form .valid {
	background: #fafafa;
	border: 1px solid #d3d3d3;
	box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.25);
}

form textarea {
	height: 200px;
}

form label.error {
	position: absolute;
	font-size: 11px;
	bottom: -2px;
	font-style: italic;
	left: 0;
	color: red;
}

form #loader {
	float: left;
	line-height: 28px;
	font-size: 11px;
	font-weight: 400;
}




/* 404 Page */
.largeAlert {
	text-align: center;
}

.largeAlert h2 {
	font-size: 168px;
}

.largeAlert h3 {
	font-size: 68px;
}

.largeAlert p {
	font-size: 22px;
	line-height: 36px;
}






/************************************/
/*									*/
/*									*/
/*	   		  Widgets				*/
/*									*/
/*									*/
/************************************/
.widget {
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #e8e8e8;
}

.widget a:before, .widget p:before {
	position: relative;
	top: 2px;
	padding-right: 8px;
	color: #8b8b8b;
}

.widgetHeader {
	font-family: "Open Sans";
	text-transform: uppercase;
	text-shadow: none;
	border: none;
	background: #EBEBEB;
	color: #1A1B1E;
	padding: 1px 0 3px 10px;
	font-weight: 400;
	font-size: 14px;
}

.latestBlogItem a, .links a {
	color: #555;
}

.latestBlogItem a:hover, .links a:hover {
	color: #2880b2;
}

/* Recent Entries */
.latestBlogItem {
	margin: 0 0 23px 0;
}

.latestBlogItem .blogImage {
	float: left;
	margin-right: 10px;
}

.latestBlogItem .blogItemMeta {
	float: left;
	max-width: 60%;
}

.latestBlogItem .postDate {
	font-style: italic;
	font-size: 11px;
	color: #aaa;
	line-height: 17px;
	margin: 0;
}

/* Archives */
.links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.links a {
	margin: 0 10px 8px 0;
}

.links .count {
	color: #8b8b8b;
	font-size: 11px;
}

/* Recent Comments */
.recentComments a {
	color: #2880b2;
}

.recentComments a:hover {
	color: #2880b2;
}

/* Tags */
.tags .tag {
	color: white;
	background: #8b8b8b;
	border-bottom: 1px solid #4a4a4a;
	padding: 5px 10px;
	font-size: 11px;
	margin: 0 5px 10px 0;
}

.tags .tag:hover {
	background: #2880b2;
}

.widget.tags {
	border-bottom: none;
}

/* Search */
.sidebar .search {
	background: none;
	margin: 0 0 40px 0;
	text-align: left;
}

.sidebar .search form {
	float: left;
	width: 100%;
}

.sidebar .search .searchBar {
	right: 0;
	background: white;
	border: 1px solid #d3d3d3;
	color: #8b8b8b;
	margin-right: 5px;
	width: 73%;
}

.sidebar .search .searchSubmit {
	height: 31px;
	width: 31px;
}

.sidebar .search .searchBar::-webkit-input-placeholder {
	font-family: "Open Sans";
	font-size: 11px;
	font-weight: 400;
	color: #ccc;
}

.sidebar .search .searchBar:-moz-placeholder {
	font-family: "Open Sans";
	font-size: 11px;
	font-weight: 400;
	color: #ccc;
}

.sidebar .search .placeholder {
	font-family: "Open Sans";
	font-size: 11px;
	font-weight: 400;
	color: #ccc;
}

/* Google Maps */
.sidebar .mapCanvas {
	height: 120px;
}

.contactMap {
	height: 400px;
	margin-bottom: 40px;
}

/* Tweets */
.tweets li {
	margin-bottom: 25px;
	padding-left: 30px;
	width: 85%;
	position: relative;
}

.tweets li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "\e097";
	font-family: "icomoon";
	font-style: normal;
	speak: none;
	font-weight: normal;
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	        
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-ms-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.tweets li:hover:before {
	color: #2880b2;
}

.tweets .tweet_time a {
	display: block;
	color: #aaa;
	font-size: 12px;
	font-style: italic;
	margin-top: 5px;
}

.tweets .tweet_time a:hover {
	color: #888;
}

/* Flickr */
.flickr img {
	width: 65px;
	height: 65px;
	margin: 0 3px 6px 3px;
}






/************************************/
/*									*/
/*									*/
/*	   		  Footer				*/
/*									*/
/*									*/
/************************************/
footer {
	position: relative;
	border-top: 2px solid #eee;
}

.home footer {
	z-index: 99;
	-webkit-box-shadow:  0px 1px 5px 0px rgba(0, 0, 0, 0.3);
	        box-shadow:  0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}

footer a {
	color: #555;
}

footer a:hover {
	color: #2880b2;
}

/* Footer Tweet */
footer .footerTweet {
	background: #2880b2 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAANklEQVQYV2NkIAL8//9fkhGkDsxgZHyOTw9YITGAfIW4nEGUiWDNxHgE5AeiTMSrEN0mok0EABfUFjeqkJjsAAAAAElFTkSuQmCC');
	color: white;
	padding: 0 30px;
	padding: 13px 30px 13px 30px;
	position: relative;
	overflow: hidden;
}

footer .footerTweet:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	font-size: 105px;
	position: absolute;
	left: 30px;
	top: -37px;
}

footer .footerTweet a {
	color: #dadada;
}

footer .footerTweet a:hover {
	color: white;
}

footer .footerTweet .followText {
	font-family: 'BebasNeueRegular';
	font-size: 24px;
	font-weight: 200;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
	font-style: italic;
	margin: 0 10px 0 30px;
	line-height: 24px;
}

footer .footerTweet .span7 {
	display: table-cell;
	vertical-align: middle;
	float: none;
	padding-left: 2.564102564102564%;
}

footer .footerTweet .latestTweet .tweet_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer .footerTweet .latestTweet .tweet_list li {
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
	line-height: 18px;
}

footer .footerTweet .latestTweet .tweet_list li .tweet_time {
	font-size: 11px;
	font-style: italic;
}



/* Footer Main Content */
footer #footerContent {
	padding: 35px 30px 0 30px;
	background-color: #f1f1f1;
	position: relative;
	z-index: 99;
}

footer .columnHeader {
	text-shadow: none;
	font-size: 21px;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

footer .logo {
	font-family: "Source Code Pro";
	font-weight: 300;
	color: #323232;
	font-size: 48px;
	text-transform: uppercase;
	letter-spacing: -1px;
}

footer .logo:hover {
	color: #323232;
}

footer .mapCanvas {
	width: 100%;
	height: 120px;
}

.contactInfo {
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
}

.contactInfo li {
	position: relative;
	padding: 0 0 0 35px;
}

.contactInfo li:before {
	position: absolute;
	left: 0;
	top: -1px;
	color: white;
	background: #333;
	font-size: 11px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 26px;
	vertical-align: middle;
	border-radius: 20px;
}

.contactInfo li.address:before {
	top: 8px;
}

footer .navList {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer .navList li a {
	display: block;
	padding: 9px 0;
	border-bottom: 1px dotted #d3d3d3;
}

footer .navList li:first-child a {
	padding-top: 0;
}

footer .navList li a:before {
	color: #8b8b8b;
	position: relative;
	top: 1px;
	padding: 0 10px 0 0;
}



/* Footer Bottom Area */
footer #footerBottom {
	position: absolute;
	width: 100%;
	background: #f1f1f1;
}

footer #footerBottom .disclaimer {
	margin: 11px 8px 0px;
	font-size: 13px;
	color: #686868;
	float: right;
}




footer #footerBottom .topButton {
    font-family: "BebasNeueRegular";
    font-size: 14px;
    color: white;
	float: right;
	text-align: center;
	padding: 10px 15px 5px 15px;
	position: relative;
	top: -5px;
	z-index: 9;
	line-height: normal;
	cursor: pointer;
	margin: 0 13px 35px 0;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.3);
	        box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.3);
	        
    -webkit-transition: top 0.2s ease;
    -moz-transition: top 0.2s ease;
    -ms-transition: top 0.2s ease;
    -o-transition: top 0.2s ease;
    transition: top 0.2s ease;
	
	background: #474747; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ3NDc0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMjMyMzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #474747 0%, #555 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#474747), color-stop(100%,#555)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #474747 0%,#555 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #474747 0%,#555 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #474747 0%,#555 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #474747 0%,#555 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#555',GradientType=0 ); /* IE6-8 */
}

footer #footerBottom .topButton:hover {
	top: 0;
}

/* Footer bottom links */
footer .bottomLinks {
	border-radius: 0 0 3px 5px;
	padding: 10px 30px;
	margin: 0;
    background: #0088cc;
	position: relative;
	z-index: 999;
	text-decoration:none;
}

footer .bottomLinks a {
	display: inline-block;
	color: white;
	
	border-right: 1px solid #aaa;
	padding: 0 10px;
	line-height: normal;
}

footer .bottomLinks a:last-child {
	border: none;
}






/************************************/
/*									*/
/*									*/
/*	 Sliders, Components, Features	*/
/*									*/
/*									*/
/************************************/
/* Tabs */
.ui-tabs-nav li {
	display: inline-block;
	margin: 0 0 18px 0;
	line-height: normal;
}

.ui-tabs-nav li a {
	display: block;
	position: relative;
	color: #555;
	font-weight: 600;
	font-size: 12px;
	background: #e4e4e4;	
	padding: 7px 16px;
	margin: 0 10px 0 0; 
	text-shadow: -1px 1px 0px #ffffff;
}

.ui-tabs-nav li a:hover {
	background: #eee;
}

.ui-tabs-nav .ui-state-active a, .ui-tabs-nav .ui-state-active a:hover {
	color: white;
	background: #2880b2;
	text-shadow: none;
}

.ui-tabs-nav .ui-state-active a:before {
	content: " ";
	position: absolute;
	top: 30px;
	left: 45%;
	width: 0; 
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	
	border-top: 5px solid #2880b2;
}

.ui-tabs-panel {
	background: #F8F8F8;
	padding: 20px;
}

/* Vertical tabs variant */
.vertical .ui-tabs-nav {
	overflow-x: hidden;
	border-top: 1px solid #e1e1e1;
	
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #ffffff 0%, #f4f4f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffffff 0%,#f4f4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffffff 0%,#f4f4f4 100%); /* IE10+ */
	background: linear-gradient(to right,  #ffffff 0%,#f4f4f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=1 ); /* IE6-8 */
}

.vertical .ui-tabs-nav li {
	display: block;
	margin: 0;
}

.vertical .ui-tabs-nav li a {
	background: none;
	color: #555;
	font-size: 14px;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	margin: 0;
	padding: 15px 16px 19px 16px;
	font-weight: 400;
}

.vertical .ui-tabs-nav li a:hover {
	background: white;
}

.vertical .ui-tabs-nav li a:before {
	content: attr(data-icon);
	position: relative;
	left: 0;
	top: 3px;
	border: none;
	font-size: 22px;
	padding-right: 20px;
}

.vertical .ui-tabs-nav .ui-state-active a, .vertical .ui-tabs-nav .ui-state-active a:hover {
	color: #555;
	background: white;
	border-right: none;
	-webkit-box-shadow: 339px 0px 34px -3px rgba(0, 0, 0, 0.3);
	        box-shadow: 339px 0px 34px -3px rgba(0, 0, 0, 0.3);
	font-weight: 600;
}

/* Horizontal tabs variant */
.horizontal .ui-tabs-nav {
	margin-bottom: 20px;
}

.horizontal.twoColumn .ui-tabs-nav li {
	width: 50%;
}

.horizontal.threeColumn .ui-tabs-nav li {
	width: 33%;
}

.horizontal.fourColumn .ui-tabs-nav li {
	width: 25%;
}

.horizontal.fiveColumn .ui-tabs-nav li {
	width: 20%;
}

.horizontal .ui-tabs-nav li {
	margin-left: -3px;
	height: 125px;
	max-height: 125px;
	position: relative;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
	        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
}

.horizontal .ui-tabs-nav li a {
	display: table;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: normal;
	border: 1px solid #d2d2d2;
	border-right: none;
	text-shadow: none;
	font-size: 24px;
	color: #2880b2;
	font-weight: 400;
	text-decoration: none;
}

.horizontal .ui-tabs-nav li a .tabNavInner {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}

.horizontal .ui-tabs-nav li a .tabNavInner span {
	display: block;
	line-height: 27px;
	
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-ms-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}

.horizontal .ui-tabs-nav li a .tabNavInner .tabDescription {
	font-size: 12px;
	color: #909090;
	line-height: 18px;
	margin-top: 10px;
}

.horizontal .ui-tabs-nav li:first-child, .horizontal .ui-tabs-nav li:first-child a {
	border-radius: 20px 0 0 20px;
}

.horizontal .ui-tabs-nav li:last-child, .horizontal .ui-tabs-nav li:last-child a {
	border-radius: 0 20px 20px 0;
}

.horizontal .ui-tabs-nav .ui-state-active a, .horizontal .ui-tabs-nav .ui-state-active a:hover, .horizontal .ui-tabs-nav .ui-state-active a  .tabNavInner span, .horizontal .ui-tabs-nav .ui-state-active a:hover  .tabNavInner span {
	color: white;
	border-right: none;
}

.horizontal .ui-tabs-nav .ui-state-active a:before {
	content: " ";
	position: absolute;
	top: auto;
	bottom: -14px;
	left: 45%;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #2880b2;
}

.horizontal .ui-tabs-panel {
	background: none;
	padding: 0;
}




/* Accordion & Toggles */
.ui-accordion-header, .toggleHeader {
	display: block;
	width: auto;
	font-family: "Open Sans";
	color: #555;
	font-weight: 600;
	font-size: 12px;
	background: #e4e4e4;
	text-shadow: -1px 1px 0px #ffffff;
	padding: 8px 15px;
	cursor: pointer;
	margin: 0 0 10px 0;
}

.toggleHeader:before {
	margin: 0 10px 0 0;
	color: #828282;
	font-size: 11px;
	text-shadow: none;
}

.ui-accordion-header.ui-state-active, .toggleOpen {
	position: relative;
	z-index: 999;
	margin: 0;
	background: #eee;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
	        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
}

.ui-accordion-header:hover, .toggleHeader:hover {
	background: #2880b2;
	color: white;
	text-shadow: none;
	
	-webkit-transition: background-color 0.2s ease, color 0.2s ease;
	-moz-transition: background-color 0.2s ease, color 0.2s ease;
	-ms-transition: background-color 0.2s ease, color 0.2s ease;
	-o-transition: background-color 0.2s ease, color 0.2s ease;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.ui-accordion-header:hover:before, .toggleHeader:hover:before {
	color: white;
}

.ui-accordion-content, .toggleContent {
	background: #f8f8f8;
	padding: 10px 14px;
	margin: 0 0 10px 0;
}



/* FlexSlider */
.flexslider .slides li {
	position: relative;
}

.flex-container {
	margin: 0 0 50px 0;
	position: relative;
}

.flexslider iframe {
	border: none;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

.flex-viewport ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flex-control-nav {
	text-align: center;
	margin: 15px 0 0 0;
	position: absolute;
	width: 100%;
}

.flex-control-nav li {
	display: inline-block;
}

.flex-control-nav li a {
	display: block;
	width: 13px;
	height: 13px;
	border-radius: 10px;
	margin: 1px 5px;
	background: #777;
	cursor: pointer;
	
	-webkit-transition: background 0.1s ease-in;
	-moz-transition: background 0.1s ease-in;
	-ms-transition: background 0.1s ease-in;
	-o-transition: background 0.1s ease-in;
	transition: background 0.1s ease-in;
	behavior: url("js/vendor/PIE.htc");
}

.flex-control-nav li a:hover, .flex-control-nav li a.flex-active {
	background: #2880b2;
	width: 15px;
	height: 15px;
	margin: 0 4px;
}

.flex-direction-nav {
	position: absolute;
	bottom: 0;
	right: 6px;
	border: 1px solid #222;
	border-radius: 2px;
	line-height: 16px;
}

.flex-direction-nav li {
	display: inline-block;
	line-height: normal;
}

.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
	display: block;
	width: 33px;
	height: 28px;
	text-align: center;
	margin: 0;
	
	background: #1f2025; /* Old browsers */
}

.ie9 .flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
	filter: none;
}

.flex-direction-nav .flex-prev {
	width: 32px;
	border-right: 1px solid #222;
}

.flex-direction-nav .flex-prev:hover, .flex-direction-nav .flex-next:hover {
	opacity: 1;
}

.flex-direction-nav .flex-prev:before, .flex-direction-nav .flex-next:before {
	color: white;
	font-size: 24px;
	line-height: 28px;
}

.flex-caption {
	position: absolute;
	left: 12px;
	bottom: 10px;
	padding: 5px 10px;
	background: rgba(0, 0, 0, 0.4);
	max-width: 70%;
	font-weight: 400;
	color: white;
	margin: 0;
	border-radius: 2px;
}

.noDirectionNav .flex-direction-nav {
	display: none !important;
}

.itemSlider {
	box-shadow: none;
	border: none;
}

.flexslider.logos {
	text-align: center;
}
.logo img{
	width:50%;
}


/* Background Slider */
.sliderWrapper, .nivoSlider, #layerslider {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 650px;
	min-height: 650px;
	max-height: 650px;
	background: #363637 url(../assets/patterns/linen.png);
}

.wrapperInner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sliderWrapper:after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 17px;
	background: ;
}

.backgroundSlider {
	overflow: hidden;
}

.backgroundSlider .slides > li {
	height: 650px;
	min-height: 650px;
	max-height: 650px;
}

.backgroundSlider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

#main .backgroundSlider img {
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
}

/* Slider caption styling */
.backgroundSlider .slideCaption {
	position: absolute;
	bottom: 115px;
	left: 0;
	color: white;
	width: 100%;
	font-size: 18px;
	text-shadow: 1px 1px 2px black;
}

.backgroundSlider .slideCaption .captionTitle {
	color: #44AADA;
	text-shadow: 2px 2px 0 #666;
	font-size: 40px;
}

.backgroundSlider .slideCaption .captionInner {
	width: 880px;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.6);
	padding: 10px 30px;
	border-radius: 5px 5px 0 0;
}

/* Slider direction navigation styling */
#main .backgroundSlider-direction-nav, .nivo-directionNav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: white url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAF0lEQVQIW2NkAIIXL178l5CQYGRE5gAAZfkIA03lKYMAAAAASUVORK5CYII=);
	border-radius: 3px 3px 0 0;
	border-bottom: 1px solid #e8e8e8;
}

#main .backgroundSlider-direction-nav a, .nivo-directionNav a {
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background: #2d2d2d url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAF0lEQVQIW2NkAAInJ6f/+/btY2RE5gAAVmkIA3mNAmwAAAAASUVORK5CYII=);
	border-radius: 2px 0 0 0;
	overflow: hidden;
	z-index: 9999;
	margin: 0;
}

#main .backgroundSlider-direction-nav .backgroundSlider-next, .nivo-directionNav .nivo-nextNav {
	left: auto;
	right: 0;
	border-radius: 0 2px 0 0;
}

#main .backgroundSlider-direction-nav .backgroundSlider-next:before, .nivo-directionNav .nivo-nextNav:before {
	padding: 20px 8px;
}

#main .backgroundSlider-direction-nav a:before, .nivo-directionNav a:before {
	color: white;
	font-size: 35px;
	line-height: 49px;
	padding: 20px 6px;
}

#main .backgroundSlider-direction-nav a:hover {
	background-color: #333;
}

/* Slider paging navigation styling */
.backgroundSlider-control-paging, .nivo-controlNav {
	position: absolute;
	top: 16px;
	left: 0;
	width: 100%;
	height: 50px;
	text-align: center;
	z-index: 999;
}

.backgroundSlider-control-paging li {
	display: inline-block;
}

.backgroundSlider-control-paging li a, .nivo-controlNav a {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 3px;
	background: white;
	border: 2px solid #333;
	border-radius: 30px;	
	cursor: pointer;
	behavior: url("js/vendor/PIE.htc");
	text-indent: -9999px;
}

.nivo-controlNav a {
	margin-top: 2px;
}

.backgroundSlider-control-paging li .backgroundSlider-active, .backgroundSlider-control-paging li a:hover, .nivo-controlNav .active, .nivo-controlNav a:hover, .backgroundSlider-control-paging li .ls-nav-active {
	background: #333;
	width: 14px;
	height: 14px;
	margin: 0 2px;
	position: relative;
	top: 1px;
}

.nivo-controlNav .active, .nivo-controlNav a:hover {
	top: -1px;
}




/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.home .nivoSlider {
	top: -17px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:11%;
	bottom:22%;
	background:#000;
	width: 30%;
	font-size: 30px;
	color:#fff;
	width:40%;
	z-index:8;
	padding: 10px 20px;
	border-radius: 3px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	z-index:9999;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}









/* LayerSlider Styles */
.ls-logo {
	text-transform: uppercase;
	color: white;
	font-family: "Source Code Pro";
	font-weight: 600;
	font-size: 60px;
	width: 32%;
	min-width: 32%;
	-webkit-font-smoothing: antialiased;
}

.ls-text {
	color: white;
	font-size: 24px;
	font-weight: 300;
	width: 32%;
	min-width: 32%;
	-webkit-font-smoothing: antialiased;
}

.ls-title {
	text-transform: uppercase;
	color: white;
	font-weight: 300;
	font-size: 60px;
	max-width: 450px;
	-webkit-font-smoothing: antialiased;
}

.ls-layer .dark {
	color: #333;
}

.ls-layer .align-center {
	text-align: center;
}

.ls-icon {
	background: #555;
	display: block;
	padding: 25px;
	border-radius: 50px;
}

.ls-icon:before {
	font-size: 30px;
	color: white;
}


.ls-container {
	visibility: hidden;
	position: relative;
}

.ls-inner {
	position: relative;
	background-position: center center;
}

.ls-inner,
.ls-layer {
	width: 100%;
	height: 100%;
}

.ls-layer {
	position: absolute;
	display: none;
	background-position: center center;
	overflow: hidden;
}

.ls-layer * {
	margin: 0px;
	line-height: normal;
}

.ls-active,
.ls-animating {
	display: block !important;
}

.ls-layer > * {
	position: absolute;
	left: 0px;
	top: 0px;
}

.ls-layer .ls-bg {
	left: 0;
	top: 0;
	margin: 0 !important;
}

.ls-yourlogo {
	position: absolute;
	z-index: 99;
}



/* Navigation */

.ls-bottom-nav-wrapper {
	height: 0px;
}

.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
	z-index: 2;
	height: 0px;
	position: relative;
	text-align: center;
	margin: 0px auto;
}

.ls-below-thumbnails {
	display: none;
	z-index: 6;
}

.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
	outline: none;
}

.ls-bottom-slidebuttons {
	position: relative;
	z-index: 1000;
}

.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
	position: relative;	
}



/* Embedded videos */

.ls-vpcontainer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.ls-videopreview {
	width : 100%;
	height : 100%;
	position : absolute;
	left : 0px;
	top : 0px;
	cursor : pointer;
}

.ls-playvideo {
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
}



/* Thumbnails */

.ls-tn {
	display: none !important;
}

.ls-thumbnail-hover {
	display: none;
	position: absolute;
	left: 0px;
}

.ls-thumbnail-hover-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}

.ls-thumbnail-hover-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.ls-thumbnail-hover-img {
	position: absolute;
	overflow: hidden;
}

.ls-thumbnail-hover img {
	max-width: none !important;
	position: absolute;
	display: inline-block;
	left: 50%;
	top: 0px;
}

.ls-thumbnail-hover span {
	left: 50%;
	top: 100%;
	width: 0px;
	height: 0px;
	display: block;
	position: absolute;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
}

.ls-thumbnail-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 4;
}

.ls-thumbnail {
	position: relative;
	margin: 0 auto;
}

.ls-thumbnail-inner,
.ls-thumbnail-slide-container {
	width: 100%;	
}

.ls-thumbnail-slide-container {
	overflow: hidden !important;
	position: relative;
}

.ls-thumbnail-slide {
	text-align: center;
	white-space: nowrap;
	float: left;
	position: relative;
}

.ls-thumbnail-slide a {
	overflow: hidden;
	display: inline-block;
	width: 0px;
	height: 0px;
	position: relative;
}

.ls-thumbnail-slide img {
	max-width: none !important;
	max-height: 100% !important;
	height: 100%;
}

.ls-shadow {
	display: none;
	position: absolute;
	z-index: 1;
	top: 100%;
	width: 100%;
	left: 0px;
}

.ls-shadow img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}



/* WP plugin fullWidth */

.ls-wp-fullwidth-container {
	width: 100%;
	position: relative;
}

.ls-wp-fullwidth-helper {
	position: absolute;
}



/* Trying to remove all the default global styles of WordPress :) */

.ls-container img,
.entry-content .ls-container img,
.comment-content .ls-container img,
.widget .ls-container img {
	border: none;
	border-radius: 0px;
	box-shadow: none;
	max-width: none !important;
	transition: none !important;
	-o-transition: none !important;
	-ms-transition: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
}

.entry-content .ls-container *,
.comment-content .ls-container *,
.widget .ls-container * {
	line-height: normal;
	padding: 0px;
	outline: none;
	border: 0px;
}

.entry-content .ls-yourlogo,
.entry-content .ls-inner *,
.comment-content .ls-inner *,
.widget .ls-inner * {
	margin: 0px;
}

.entry-content .ls-tn,
.comment-content .ls-tn,
.widget .ls-tn {
	display: none;
}

/* Style of LayerSlider Debug Console */

.ls-debug-console * {
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
	color: white !important;
	text-shadow: none !important;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, serif !important;
	line-height: normal !important;
	-webkit-font-smoothing: antialiased !important;
	text-align: left !important;
}

.ls-debug-console h1 {
	padding-top: 10px !important;
	font-size: 17px !important;
	font-weight: bold !important;
}

.ls-debug-console h1:first-child {
	padding-top: 0px !important;
}

.ls-debug-console ul {
	padding-top: 10px !important;
	list-style: none !important;
}

.ls-debug-console li {
	margin-left: 10px !important;
	font-size: 13px !important;
	position: relative !important;
	font-weight: normal !important;
}

.ls-debug-console li ul {
	display: none;
	position: absolute !important;
	width: 260px;
	left: -10px;
	bottom: 100% !important;
	padding: 10px 10px 10px 0px !important;
	background: white !important;
	border-radius: 10px !important;
	box-shadow: 0px 0px 20px black !important;
}

.ls-debug-console li:hover ul {
	display: block;
}

.ls-debug-console li ul * {
	color: black !important;
}

.ls-debug-console a {
	text-decoration: none !important;
	border-bottom: 1px dotted white !important;
}



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



/* Image preloader */
.preloader {
	background: url(../assets/loader.gif) center center no-repeat;
}

a .preloader {
	background: none;
}




/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/**** Isotope filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}









/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/* Large desktop */
@media (min-width: 1200px) {
	/* General */
	#container, .inner {
		width: 1200px;
	}
	
	.fullwidth header, .fullwidth #pageHeader, .fullwidth #content, .fullwidth #footerInner, .fullwidth footer .row-fluid {
		width: 1140px;
		margin: 0 auto;
	}
	
	/* Header */
	.home header {
		margin-bottom: 500px;
	}
	
	
	/* Main content */
	.sidebar .search .searchBar {
		width: 77%;
	}
	
	.flickr img {
		width: 65px;
		height: 65px;
		margin: 0 10px 20px 10px;
	}
	.container.portfolio .item {
		width: 275px;
		margin: 5px;
	}
	
	#pageHeader #pageIntro {
		width: 1196px;
	}
	
	.children {
		margin-left: 75px;
	}
	
	.blogItem .itemMeta .metaItems {
		width: 75%;
	}
	
	.nivo-caption {
		font-size: 40px;
	}
	
	.ls-text, .ls-logo {
		min-width: 350px;
	}
	
	
	/* Footer */
	
	
	/* Widgets etc */
	.sliderWrapper, .nivoSlider, #layerslider {
		height: 750px;
		min-height: 750px;
		max-height: 750px;
	}
	
	.backgroundSlider .slides > li {
		height: 750px;
		min-height: 750px;
		max-height: 750px;
	}
	
	.backgroundSlider .slideCaption .captionInner {
		width: 1050px;
		text-align: center;
	}
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	/* General */
	#container, .inner {
		width: 768px;
	}
	
	.fullwidth header, .fullwidth #pageHeader, .fullwidth #content, .fullwidth #footerInner, .fullwidth footer .row-fluid {
		width: 728px;
		margin: 0 auto;
	}
	
	
	/* Header */
	header nav {
		display: block;
		float: none;
		text-align: center;
	}
	
	header nav .menu {
		float: none;
		display: inline-block;
		text-align: left;
	}
	
	.home header {
		margin-bottom: 345px;
	}
	
	header .topArea {
		display: block;
	}
	
	
	/* Header Top Bar */
	#headerTopBar .inner {
		width: 738px;
	}
	
	
	/* Header Search Bar */
	.search .searchBar {
		left: 0 !important;
		display: block !important;
	}
	
	
	/* Header Logo and Slogan Area */
	header .leftArea {
		float: none;
		text-align: center;
		display: block;
	}
		
	header .leftArea .logo {
		float: none;
		display: block;
		margin: 0 0 15px 0;
	}
	
	header .leftArea .slogan {
		float: none;
		display: block;
		margin: 0 0 25px 0;
	}
	
	
	/* Main content */
	.callout .calloutTitle {
		max-width: 70%;
	}
	
	.blogItem .itemMeta .metaItems {
		width: 59%;
	}
	
	a .overlay {
		font-size: 28px;
	}
	
	.overlayText {
		position: relative;
		top: -5px;
	}
	
	.sidebar .search .searchBar {
		width: 64%;
	}
	
	.container.portfolio .item {
		width: 225px;
		margin: 5px;
	}
	
	.children {
		margin-left: 35px;
	}
	
	.nivo-caption {
		font-size: 25px;
	}
	
	.ls-title {
		max-width: 350px;
	}
	
	#pageHeader #pageIntro {
		width: 111%;
	}
	
	#pageHeader #pageIntro .pageTitle {
		margin: 0 60px 0 0;
	}
	
	
	/* Footer */
	.row-fluid .offset1:first-child {
		margin: 0;
	}
	
	footer .footerTweet::before {
		display: none;
	}
	
	footer #footerBottom .disclaimer {
		max-width: 75%;
	}
	
	
	/* Widgets etc */
	.sliderWrapper, .nivoSlider, #layerslider {
		height: 530px;
		min-height: 530px;
		max-height: 530px;
		top: 110px;
	}
	
    .nivoSlider, #layerslider {
		top: 0;
	}
	
	.backgroundSlider .slides > li {
		height: 530px;
		min-height: 530px;
		max-height: 530px;
	}
	
	.backgroundSlider .slideCaption {
		bottom: 65px;
	}
	
	.backgroundSlider .slideCaption .captionInner {
		width: 650px;
	}
	
	.ls-container img, .entry-content .ls-container img, .comment-content .ls-container img, .widget .ls-container img {
		margin-top: 50px !important;
	}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	/* General */
	body {
		padding: 0;
	}
	
	.pull-left, .pull-right {
		float: none;
		margin: 0 0 20px 0;
		display: inline-block;
	}
	
	.logos [class*="span"], .logos .uneditable-input[class*="span"], .logos .row-fluid [class*="span"] {
		margin-bottom: 0;
	}
	
	.hero {
		font-size: 36px;
	}
	
	.fullwidth header, .fullwidth #pageHeader, .fullwidth #content, .fullwidth #footerInner, .fullwidth footer .row-fluid {
		width: 420px;
		margin: 0 auto;
	}
	
	
	/* Header */
	header .topArea {
		display: block;
	}
	
	header nav {
		display: block;
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}
	
	header .selectMenu {
		display: inline-block;
		font-family: 'Open Sans', sans-serif;
		font-size: 13px;
		color: #666;
		width: 204px;
		height: 25px;
	}
	
	header .menu {
		display: none;
	}
	
	.home header {
		margin-bottom: 275px;
	}
	
	
	/* Header Top Bar */
	#headerTopBar .inner {
		width: 419px;
		text-align: center;
	}
	
	#headerTopBar .contactInfo {
		float: none;
		text-align: center;
		margin-bottom: 10px;
		font-size: 13px;
	}
	
	#headerTopBar .socialButtons {
		float: none;
		text-align: center;
		max-width: 440px;
		max-height: 38px;
		overflow: hidden;
		white-space: nowrap;
	}
	
	#headerTopBar .socialButtons li {
		float: none;
		display: inline-block;
		margin: 0 -2px;
	}
	
	#headerTopBar .socialButtons li a {
		float: left;
	}
	
	@-moz-document url-prefix() {
		#headerTopBar .socialButtons {
			display: inline-block;
			margin-bottom: -5px;
		}
    }
	
	
	/* Header Logo and Slogan Area */
	header .leftArea {
		display: block;
		float: none;
		text-align: center;
		margin: 0 0 30px 0;
	}
		
	header .leftArea .logo {
		float: none;
		display: block;
		margin: 0 0 15px 0;
	}
	
	header .leftArea .slogan {
		display: block;
		float: none;
		margin: 0;
	}
	
	
	/* Header Search Bar */
	.search {
		text-align: center;
		margin: 0;
		padding: 0 0 5px 0;
		background: none;
	}
	
	.home .search {
		position: static;
	}
	
	.search form {
		display: inline-block;
		float: none;
	}
	
	.search .searchBar {
		left: 0 !important;
		display: block !important;
	}
	
	
	/* Page Header */
	#pageHeader #pageIntro .pageDesc {
		margin-top: 5px;
		display: block;
		float: none;
	}
	
	#pageHeader #breadCrumbs {
		float: none;
		margin: 10px 19px 5px 0;
	}
	
	#pageHeader #pageIntro {
		width: 108%;
		display: block;
	}
	
	#pageHeader #pageIntro .pageTitle {
		margin: 0 60px 0 0;
		display: block;
		float: none;
	}
	
	
	/* Main content */
	#container, .inner {
		width: 480px;
		overflow: hidden;
	}
	
	.pullquote, .pullquote.left {
		float: none;
		width: auto;
		margin: 0 0 20px 0;
	}
	
	.callout {
		text-align: center;
	}
	
	.callout .calloutTitle {
		max-width: 100%;
		float: none;
		margin-bottom: 15px;
		font-size: 19px;
	}
	
	.callout .button {
		float: none;
	}
	
	.sidebar .search .searchBar {
		width: 86%;
	}
	
	.horizontal.twoColumn .ui-tabs-nav li, .horizontal.threeColumn .ui-tabs-nav li, .horizontal.fourColumn .ui-tabs-nav li, .horizontal.fiveColumn .ui-tabs-nav li {
		width: 100%;
	}
	
	.horizontal .ui-tabs-nav li:first-child, .horizontal .ui-tabs-nav li:first-child a, .horizontal .ui-tabs-nav li:last-child, .horizontal .ui-tabs-nav li:last-child a, .horizontal .ui-tabs-nav li, .horizontal .ui-tabs-nav li a {
		border-radius: 20px;
	}
	
	.container.portfolio .item {
		width: 200px;
		margin: 5px;
	}
	
	.children {
		margin-left: 20px;
	}
	
	.blogItem.small .itemMeta .metaItems {
		margin: 11px 0;
	}
	
	#pageHeader #pageIntro .pageTitle, #pageHeader #pageIntro .pageDesc {
		display: block;
		float: none;
		white-space: normal;
	}
	
	.nivo-caption {
		font-size: 20px;
		left: 10%;
		bottom: 15%;
		width: 60%;
	}
	
	.ls-icon {
		background: #555;
		display: block;
		padding: 25px;
		border-radius: 50px;
	}
	
	.ls-icon:before {
		font-size: 20px;
		color: white;
	}
	
	.ls-title {
		max-width: 250px;
	}
	
	.ls-layer .ls-bg {
		width: 768px !important;
		height: 480px !important;
	}
	
	
	/* Footer */
	footer .footerTweet::before {
		display: none;
	}
	
	footer .footerTweet .followText {
		margin: 0;
	}
	
	footer .footerTweet .row-fluid .offset1:first-child {
		margin: 0;
	}
	
	footer .footerTweet .span7 {
		padding: 0;
		height: auto !important;
	}
	
	footer #footerBottom {
		position: static;
	}
	
	footer #footerBottom .disclaimer {
		max-width: 75%;
	}
	
	
	/* Widgets */
	.flex-caption {
		font-size: 11px;
		line-height: normal;
		padding: 3px 8px;
	}
	
	.flex-control-nav li a {
		width: 18px;
		height: 18px;
	}
	
	.flex-control-nav li a:hover, .flex-control-nav li a.flex-active {
		width: 20px;
		height: 20px;
	}
	
	.sliderWrapper, .nivoSlider, #layerslider {
		height: 315px;
		min-height: 315px;
		max-height: 315px;
		top: 331px;
	}
	
	.nivoSlider, #layerslider {
		top: 0;
	}
	
	.backgroundSlider .slides > li {
		height: 315px;
		min-height: 315px;
		max-height: 315px;
	}
	
	.backgroundSlider .slideCaption {
		bottom: 25px;
		font-size: 14px;
	}
	
	.backgroundSlider .slideCaption .captionTitle {
		font-size: 20px;
	}
	
	.backgroundSlider .slideCaption .captionInner {
		width: 420px;
	}
}
 
/* Landscape phones and down */
@media (max-width: 479px) {
	/* General */
	.hero {
		font-size: 28px;
	}
	
	
	/* Header Top Bar */
	#headerTopBar .inner {
		width: 280px;
	}
	
	#headerTopBar .socialButtons {
		/*max-width: 250px;*/
	}


	/* Main content */
	#container, .inner {
		width: 320px;
		overflow: hidden;
	}
	
	.fullwidth header, .fullwidth #pageHeader, .fullwidth #content, .fullwidth #footerInner, .fullwidth footer .row-fluid {
		width: 260px;
		margin: 0 auto;
	}
	
	.home header {
		margin-bottom: 180px;
	}
	
	a .overlay {
		font-size: 28px;
	}
	
	.sidebar .search .searchBar {
		width: 77%;
	}
	
	.container.portfolio .item {
		width: 250px;
	}
	
	.children {
		margin-left: 10px;
	}
	
	.nivo-caption {
		font-size: 16px;
		left: 10%;
		bottom: 25%;
		width: 70%;
	}
	
	.ls-title {
		max-width: 150px;
	}
	
	.ls-title .button {
		margin-top: 10px;
		font-size: 6px;
		padding: 3px 12px;
	}
	
	.ls-title .button:before {
		font-size: 8px;
	}
	
	.ls-icon:before {
		font-size: 10px;
		color: white;
	}
	
	.ls-layer .ls-bg {
		width: 640px !important;
		height: 400px !important;
	}
	
	
	/* Footer */
	footer .footerTweet .latestTweet .tweet_list li {
		margin-top: 10px;
	}
	
	
	/* Widgets */
	.sliderWrapper, .nivoSlider, #layerslider {
		height: 245px;
		min-height: 245px;
		max-height: 245px;
		top: 331px;
	}
	
	.nivoSlider, #layerslider {
		top: 0;
	}
	
	.backgroundSlider .slides > li {
		height: 245px;
		min-height: 245px;
		max-height: 245px;
	}
	
	.backgroundSlider .slideCaption {
		bottom: 45px;
	}
	
	.backgroundSlider .slideCaption .captionInner {
		width: 260px;
	}
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.product {
	padding-top : 25px;
	padding-left: 30px;
}
 .product li {
	padding: 6px 0px;
	font-size: 14px;
 }
#csr p{
	 text-align:justify;
	 Padding: opx 10px;
	 font-size:14px;
 }
.menu{
	padding: 14px 0 0 90px;
}